2608.60 ms (84.48%)
22
SELECT LOWER (HEX (`sico_productgroup` . `id` )) as `per-group.key` , COUNT (`sico_productgroup` . `id` ) as `per-group.count` , COUNT (DISTINCT `sico_productgroup.product` . `id` ) as `productCount` FROM `sico_productgroup` LEFT JOIN `sico_productgroup_sales_channel` `sico_productgroup.prodgroupSalesChannel` ON `sico_productgroup` . `id` = `sico_productgroup.prodgroupSalesChannel` . `productgroup_id` LEFT JOIN `sico_productgroup_s_articles` `sico_productgroup.product.mapping` ON `sico_productgroup` . `id` = `sico_productgroup.product.mapping` . `productgroup_id` LEFT JOIN `product` `sico_productgroup.product` ON `sico_productgroup.product.mapping` . `product_id` = `sico_productgroup.product` . `id` LEFT JOIN `product` `sico_productgroup.product.parent` ON `sico_productgroup.product` . `parent_id` = `sico_productgroup.product.parent` . `id` AND `sico_productgroup.product` . `parent_version_id` = `sico_productgroup.product.parent` . `version_id` WHERE (`sico_productgroup.prodgroupSalesChannel` . `sales_channel_id` = ? ) GROUP BY `sico_productgroup` . `id`
Parameters :
[
b"*@dÅ\x0F %C┤ÄU\-2fö© "
]
SELECT LOWER (HEX (`sico_productgroup` . `id` )) as `per-group.key` , COUNT (`sico_productgroup` . `id` ) as `per-group.count` , COUNT (DISTINCT `sico_productgroup.product` . `id` ) as `productCount` FROM `sico_productgroup` LEFT JOIN `sico_productgroup_sales_channel` `sico_productgroup.prodgroupSalesChannel` ON `sico_productgroup` . `id` = `sico_productgroup.prodgroupSalesChannel` . `productgroup_id` LEFT JOIN `sico_productgroup_s_articles` `sico_productgroup.product.mapping` ON `sico_productgroup` . `id` = `sico_productgroup.product.mapping` . `productgroup_id` LEFT JOIN `product` `sico_productgroup.product` ON `sico_productgroup.product.mapping` . `product_id` = `sico_productgroup.product` . `id` LEFT JOIN `product` `sico_productgroup.product.parent` ON `sico_productgroup.product` . `parent_id` = `sico_productgroup.product.parent` . `id` AND `sico_productgroup.product` . `parent_version_id` = `sico_productgroup.product.parent` . `version_id` WHERE (`sico_productgroup.prodgroupSalesChannel` . `sales_channel_id` = 0x2A40648F0F2543B48E555C2D326694B8 ) GROUP BY `sico_productgroup` . `id` ;
Copy
75.90 ms (2.46%)
3
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
32.15 ms (1.04%)
3
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` . `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` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|7a6eb531e6c14fe1b04f1a4b01014355|% "
1
4
]
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` . `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` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
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` . `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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|7a6eb531e6c14fe1b04f1a4b01014355|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
26.11 ms (0.85%)
1
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` < = > ? ))) GROUP BY `product.properties` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"*@dÅ\x0F %C┤ÄU\-2fö© "
true
b"Ü,Þ>ßsDÀ /øŸß\x14 Ys "
null
]
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` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x2A40648F0F2543B48E555C2D326694B8 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xDC2CDE3EDF7344C0A02FF89FDF145973 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
23.04 ms (0.75%)
24
SELECT `product_cross_selling` . `id` as `product_cross_selling.id` , `product_cross_selling` . `position` as `product_cross_selling.position` , `product_cross_selling` . `sort_by` as `product_cross_selling.sortBy` , `product_cross_selling` . `sort_direction` as `product_cross_selling.sortDirection` , `product_cross_selling` . `type` as `product_cross_selling.type` , `product_cross_selling` . `active` as `product_cross_selling.active` , `product_cross_selling` . `limit` as `product_cross_selling.limit` , `product_cross_selling` . `product_id` as `product_cross_selling.productId` , `product_cross_selling` . `product_version_id` as `product_cross_selling.productVersionId` , `product_cross_selling` . `product_stream_id` as `product_cross_selling.productStreamId` , `product_cross_selling` . `hueb_bundle` as `product_cross_selling.huebBundle` , `product_cross_selling` . `display` as `product_cross_selling.display` , `product_cross_selling` . `selectable_amount` as `product_cross_selling.selectableAmount` , `product_cross_selling` . `change_quantity_deactivated` as `product_cross_selling.changeQuantityDeactivated` , `product_cross_selling` . `is_mandatory_selection` as `product_cross_selling.isMandatorySelection` , `product_cross_selling` . `hueb_force` as `product_cross_selling.huebForce` , `product_cross_selling` . `hueb_discount_type` as `product_cross_selling.huebDiscountType` , `product_cross_selling` . `hueb_discount_value` as `product_cross_selling.huebDiscountValue` , `product_cross_selling` . `hueb_hide_accessory_prices` as `product_cross_selling.huebHideAccessoryPrices` , `product_cross_selling` . `media_id` as `product_cross_selling.mediaId` , `product_cross_selling` . `show_bundle_info` as `product_cross_selling.showBundleInfo` , `product_cross_selling.media` . `id` as `product_cross_selling.media.id` , `product_cross_selling.media` . `user_id` as `product_cross_selling.media.userId` , `product_cross_selling.media` . `media_folder_id` as `product_cross_selling.media.mediaFolderId` , `product_cross_selling.media` . `mime_type` as `product_cross_selling.media.mimeType` , `product_cross_selling.media` . `file_extension` as `product_cross_selling.media.fileExtension` , `product_cross_selling.media` . `uploaded_at` as `product_cross_selling.media.uploadedAt` , `product_cross_selling.media` . `file_name` as `product_cross_selling.media.fileName` , `product_cross_selling.media` . `file_size` as `product_cross_selling.media.fileSize` , `product_cross_selling.media` . `media_type` as `product_cross_selling.media.mediaTypeRaw` , `product_cross_selling.media` . `meta_data` as `product_cross_selling.media.metaData` , `product_cross_selling.media` . `config` as `product_cross_selling.media.config` , `product_cross_selling.media` . `path` as `product_cross_selling.media.path` , `product_cross_selling.media` . `private` as `product_cross_selling.media.private` , `product_cross_selling.media` . `thumbnails_ro` as `product_cross_selling.media.thumbnailsRo` , `product_cross_selling.media` . `created_at` as `product_cross_selling.media.createdAt` , `product_cross_selling.media` . `updated_at` as `product_cross_selling.media.updatedAt` , `product_cross_selling.media.translation.title` , `product_cross_selling.media.translation.title` as `product_cross_selling.media.title` , `product_cross_selling.media.translation.alt` , `product_cross_selling.media.translation.alt` as `product_cross_selling.media.alt` , `product_cross_selling.media.translation.customFields` , `product_cross_selling.media.translation.customFields` as `product_cross_selling.media.customFields` , `product_cross_selling` . `same_quantity_as_main_product` as `product_cross_selling.sameQuantityAsMainProduct` , `product_cross_selling` . `dynamic_group_free_of_charge` as `product_cross_selling.dynamicGroupFreeOfCharge` , `product_cross_selling` . `additional_information` as `product_cross_selling.additionalInformation` , `product_cross_selling` . `created_at` as `product_cross_selling.createdAt` , `product_cross_selling` . `updated_at` as `product_cross_selling.updatedAt` , `product_cross_selling.crossSellingComparable` . `id` as `product_cross_selling.crossSellingComparable.id` , `product_cross_selling.crossSellingComparable` . `product_cross_selling_id` as `product_cross_selling.crossSellingComparable.productCrossSellingId` , `product_cross_selling.crossSellingComparable` . `is_comparable` as `product_cross_selling.crossSellingComparable.isComparable` , `product_cross_selling.crossSellingComparable` . `created_at` as `product_cross_selling.crossSellingComparable.createdAt` , `product_cross_selling.crossSellingComparable` . `updated_at` as `product_cross_selling.crossSellingComparable.updatedAt` , `product_cross_selling.crossSellingExtension` . `id` as `product_cross_selling.crossSellingExtension.id` , `product_cross_selling.crossSellingExtension` . `cross_selling_id` as `product_cross_selling.crossSellingExtension.crossSellingId` , `product_cross_selling.crossSellingExtension` . `emcgn_replace_variants` as `product_cross_selling.crossSellingExtension.emcgnReplaceVariants` , `product_cross_selling.crossSellingExtension` . `created_at` as `product_cross_selling.crossSellingExtension.createdAt` , `product_cross_selling.crossSellingExtension` . `updated_at` as `product_cross_selling.crossSellingExtension.updatedAt` , `product_cross_selling.translation.name` , `product_cross_selling.translation.name` as `product_cross_selling.name` FROM `product_cross_selling` LEFT JOIN `media` `product_cross_selling.media` ON `product_cross_selling` . `media_id` = `product_cross_selling.media` . `id` LEFT JOIN `frosh_cross_selling_comparable` `product_cross_selling.crossSellingComparable` ON `product_cross_selling` . `id` = `product_cross_selling.crossSellingComparable` . `product_cross_selling_id` LEFT JOIN `emcgn_nvp_cross_selling_extension` `product_cross_selling.crossSellingExtension` ON `product_cross_selling` . `id` = `product_cross_selling.crossSellingExtension` . `cross_selling_id` LEFT JOIN (SELECT `product_cross_selling.translation` . `product_cross_selling_id` , `product_cross_selling.translation` . `name` as `product_cross_selling.translation.name` FROM `product_cross_selling_translation` `product_cross_selling.translation` WHERE `product_cross_selling.translation` . `language_id` = ? ) `product_cross_selling.product_cross_selling_translation` ON `product_cross_selling.product_cross_selling_translation` . `product_cross_selling_id` = `product_cross_selling` . `id` LEFT JOIN (SELECT `product_cross_selling.media.translation` . `media_id` , `product_cross_selling.media.translation` . `alt` as `product_cross_selling.media.translation.alt` , `product_cross_selling.media.translation` . `title` as `product_cross_selling.media.translation.title` , `product_cross_selling.media.translation` . `custom_fields` as `product_cross_selling.media.translation.customFields` FROM `media_translation` `product_cross_selling.media.translation` WHERE `product_cross_selling.media.translation` . `language_id` = ? ) `product_cross_selling.media.media_translation` ON `product_cross_selling.media.media_translation` . `media_id` = `product_cross_selling.media` . `id` WHERE (`product_cross_selling` . `product_id` = ? AND `product_cross_selling` . `hueb_bundle` = ? AND `product_cross_selling` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"Ú¤=Ô÷‡A^ƒ†ÛbÒeÁÌ "
true
true
]
SELECT
`product_cross_selling` . `id` as `product_cross_selling.id` ,
`product_cross_selling` . `position` as `product_cross_selling.position` ,
`product_cross_selling` . `sort_by` as `product_cross_selling.sortBy` ,
`product_cross_selling` . `sort_direction` as `product_cross_selling.sortDirection` ,
`product_cross_selling` . `type` as `product_cross_selling.type` ,
`product_cross_selling` . `active` as `product_cross_selling.active` ,
`product_cross_selling` . `limit` as `product_cross_selling.limit` ,
`product_cross_selling` . `product_id` as `product_cross_selling.productId` ,
`product_cross_selling` . `product_version_id` as `product_cross_selling.productVersionId` ,
`product_cross_selling` . `product_stream_id` as `product_cross_selling.productStreamId` ,
`product_cross_selling` . `hueb_bundle` as `product_cross_selling.huebBundle` ,
`product_cross_selling` . `display` as `product_cross_selling.display` ,
`product_cross_selling` . `selectable_amount` as `product_cross_selling.selectableAmount` ,
`product_cross_selling` . `change_quantity_deactivated` as `product_cross_selling.changeQuantityDeactivated` ,
`product_cross_selling` . `is_mandatory_selection` as `product_cross_selling.isMandatorySelection` ,
`product_cross_selling` . `hueb_force` as `product_cross_selling.huebForce` ,
`product_cross_selling` . `hueb_discount_type` as `product_cross_selling.huebDiscountType` ,
`product_cross_selling` . `hueb_discount_value` as `product_cross_selling.huebDiscountValue` ,
`product_cross_selling` . `hueb_hide_accessory_prices` as `product_cross_selling.huebHideAccessoryPrices` ,
`product_cross_selling` . `media_id` as `product_cross_selling.mediaId` ,
`product_cross_selling` . `show_bundle_info` as `product_cross_selling.showBundleInfo` ,
`product_cross_selling.media` . `id` as `product_cross_selling.media.id` ,
`product_cross_selling.media` . `user_id` as `product_cross_selling.media.userId` ,
`product_cross_selling.media` . `media_folder_id` as `product_cross_selling.media.mediaFolderId` ,
`product_cross_selling.media` . `mime_type` as `product_cross_selling.media.mimeType` ,
`product_cross_selling.media` . `file_extension` as `product_cross_selling.media.fileExtension` ,
`product_cross_selling.media` . `uploaded_at` as `product_cross_selling.media.uploadedAt` ,
`product_cross_selling.media` . `file_name` as `product_cross_selling.media.fileName` ,
`product_cross_selling.media` . `file_size` as `product_cross_selling.media.fileSize` ,
`product_cross_selling.media` . `media_type` as `product_cross_selling.media.mediaTypeRaw` ,
`product_cross_selling.media` . `meta_data` as `product_cross_selling.media.metaData` ,
`product_cross_selling.media` . `config` as `product_cross_selling.media.config` ,
`product_cross_selling.media` . `path` as `product_cross_selling.media.path` ,
`product_cross_selling.media` . `private` as `product_cross_selling.media.private` ,
`product_cross_selling.media` . `thumbnails_ro` as `product_cross_selling.media.thumbnailsRo` ,
`product_cross_selling.media` . `created_at` as `product_cross_selling.media.createdAt` ,
`product_cross_selling.media` . `updated_at` as `product_cross_selling.media.updatedAt` ,
`product_cross_selling.media.translation.title` ,
`product_cross_selling.media.translation.title` as `product_cross_selling.media.title` ,
`product_cross_selling.media.translation.alt` ,
`product_cross_selling.media.translation.alt` as `product_cross_selling.media.alt` ,
`product_cross_selling.media.translation.customFields` ,
`product_cross_selling.media.translation.customFields` as `product_cross_selling.media.customFields` ,
`product_cross_selling` . `same_quantity_as_main_product` as `product_cross_selling.sameQuantityAsMainProduct` ,
`product_cross_selling` . `dynamic_group_free_of_charge` as `product_cross_selling.dynamicGroupFreeOfCharge` ,
`product_cross_selling` . `additional_information` as `product_cross_selling.additionalInformation` ,
`product_cross_selling` . `created_at` as `product_cross_selling.createdAt` ,
`product_cross_selling` . `updated_at` as `product_cross_selling.updatedAt` ,
`product_cross_selling.crossSellingComparable` . `id` as `product_cross_selling.crossSellingComparable.id` ,
`product_cross_selling.crossSellingComparable` . `product_cross_selling_id` as `product_cross_selling.crossSellingComparable.productCrossSellingId` ,
`product_cross_selling.crossSellingComparable` . `is_comparable` as `product_cross_selling.crossSellingComparable.isComparable` ,
`product_cross_selling.crossSellingComparable` . `created_at` as `product_cross_selling.crossSellingComparable.createdAt` ,
`product_cross_selling.crossSellingComparable` . `updated_at` as `product_cross_selling.crossSellingComparable.updatedAt` ,
`product_cross_selling.crossSellingExtension` . `id` as `product_cross_selling.crossSellingExtension.id` ,
`product_cross_selling.crossSellingExtension` . `cross_selling_id` as `product_cross_selling.crossSellingExtension.crossSellingId` ,
`product_cross_selling.crossSellingExtension` . `emcgn_replace_variants` as `product_cross_selling.crossSellingExtension.emcgnReplaceVariants` ,
`product_cross_selling.crossSellingExtension` . `created_at` as `product_cross_selling.crossSellingExtension.createdAt` ,
`product_cross_selling.crossSellingExtension` . `updated_at` as `product_cross_selling.crossSellingExtension.updatedAt` ,
`product_cross_selling.translation.name` ,
`product_cross_selling.translation.name` as `product_cross_selling.name`
FROM
`product_cross_selling`
LEFT JOIN `media` `product_cross_selling.media` ON `product_cross_selling` . `media_id` = `product_cross_selling.media` . `id`
LEFT JOIN `frosh_cross_selling_comparable` `product_cross_selling.crossSellingComparable` ON `product_cross_selling` . `id` = `product_cross_selling.crossSellingComparable` . `product_cross_selling_id`
LEFT JOIN `emcgn_nvp_cross_selling_extension` `product_cross_selling.crossSellingExtension` ON `product_cross_selling` . `id` = `product_cross_selling.crossSellingExtension` . `cross_selling_id`
LEFT JOIN (
SELECT
`product_cross_selling.translation` . `product_cross_selling_id` ,
`product_cross_selling.translation` . `name` as `product_cross_selling.translation.name`
FROM
`product_cross_selling_translation` `product_cross_selling.translation`
WHERE
`product_cross_selling.translation` . `language_id` = ?
) `product_cross_selling.product_cross_selling_translation` ON `product_cross_selling.product_cross_selling_translation` . `product_cross_selling_id` = `product_cross_selling` . `id`
LEFT JOIN (
SELECT
`product_cross_selling.media.translation` . `media_id` ,
`product_cross_selling.media.translation` . `alt` as `product_cross_selling.media.translation.alt` ,
`product_cross_selling.media.translation` . `title` as `product_cross_selling.media.translation.title` ,
`product_cross_selling.media.translation` . `custom_fields` as `product_cross_selling.media.translation.customFields`
FROM
`media_translation` `product_cross_selling.media.translation`
WHERE
`product_cross_selling.media.translation` . `language_id` = ?
) `product_cross_selling.media.media_translation` ON `product_cross_selling.media.media_translation` . `media_id` = `product_cross_selling.media` . `id`
WHERE
(
`product_cross_selling` . `product_id` = ?
AND `product_cross_selling` . `hueb_bundle` = ?
AND `product_cross_selling` . `active` = ?
)
Copy
SELECT `product_cross_selling` . `id` as `product_cross_selling.id` , `product_cross_selling` . `position` as `product_cross_selling.position` , `product_cross_selling` . `sort_by` as `product_cross_selling.sortBy` , `product_cross_selling` . `sort_direction` as `product_cross_selling.sortDirection` , `product_cross_selling` . `type` as `product_cross_selling.type` , `product_cross_selling` . `active` as `product_cross_selling.active` , `product_cross_selling` . `limit` as `product_cross_selling.limit` , `product_cross_selling` . `product_id` as `product_cross_selling.productId` , `product_cross_selling` . `product_version_id` as `product_cross_selling.productVersionId` , `product_cross_selling` . `product_stream_id` as `product_cross_selling.productStreamId` , `product_cross_selling` . `hueb_bundle` as `product_cross_selling.huebBundle` , `product_cross_selling` . `display` as `product_cross_selling.display` , `product_cross_selling` . `selectable_amount` as `product_cross_selling.selectableAmount` , `product_cross_selling` . `change_quantity_deactivated` as `product_cross_selling.changeQuantityDeactivated` , `product_cross_selling` . `is_mandatory_selection` as `product_cross_selling.isMandatorySelection` , `product_cross_selling` . `hueb_force` as `product_cross_selling.huebForce` , `product_cross_selling` . `hueb_discount_type` as `product_cross_selling.huebDiscountType` , `product_cross_selling` . `hueb_discount_value` as `product_cross_selling.huebDiscountValue` , `product_cross_selling` . `hueb_hide_accessory_prices` as `product_cross_selling.huebHideAccessoryPrices` , `product_cross_selling` . `media_id` as `product_cross_selling.mediaId` , `product_cross_selling` . `show_bundle_info` as `product_cross_selling.showBundleInfo` , `product_cross_selling.media` . `id` as `product_cross_selling.media.id` , `product_cross_selling.media` . `user_id` as `product_cross_selling.media.userId` , `product_cross_selling.media` . `media_folder_id` as `product_cross_selling.media.mediaFolderId` , `product_cross_selling.media` . `mime_type` as `product_cross_selling.media.mimeType` , `product_cross_selling.media` . `file_extension` as `product_cross_selling.media.fileExtension` , `product_cross_selling.media` . `uploaded_at` as `product_cross_selling.media.uploadedAt` , `product_cross_selling.media` . `file_name` as `product_cross_selling.media.fileName` , `product_cross_selling.media` . `file_size` as `product_cross_selling.media.fileSize` , `product_cross_selling.media` . `media_type` as `product_cross_selling.media.mediaTypeRaw` , `product_cross_selling.media` . `meta_data` as `product_cross_selling.media.metaData` , `product_cross_selling.media` . `config` as `product_cross_selling.media.config` , `product_cross_selling.media` . `path` as `product_cross_selling.media.path` , `product_cross_selling.media` . `private` as `product_cross_selling.media.private` , `product_cross_selling.media` . `thumbnails_ro` as `product_cross_selling.media.thumbnailsRo` , `product_cross_selling.media` . `created_at` as `product_cross_selling.media.createdAt` , `product_cross_selling.media` . `updated_at` as `product_cross_selling.media.updatedAt` , `product_cross_selling.media.translation.title` , `product_cross_selling.media.translation.title` as `product_cross_selling.media.title` , `product_cross_selling.media.translation.alt` , `product_cross_selling.media.translation.alt` as `product_cross_selling.media.alt` , `product_cross_selling.media.translation.customFields` , `product_cross_selling.media.translation.customFields` as `product_cross_selling.media.customFields` , `product_cross_selling` . `same_quantity_as_main_product` as `product_cross_selling.sameQuantityAsMainProduct` , `product_cross_selling` . `dynamic_group_free_of_charge` as `product_cross_selling.dynamicGroupFreeOfCharge` , `product_cross_selling` . `additional_information` as `product_cross_selling.additionalInformation` , `product_cross_selling` . `created_at` as `product_cross_selling.createdAt` , `product_cross_selling` . `updated_at` as `product_cross_selling.updatedAt` , `product_cross_selling.crossSellingComparable` . `id` as `product_cross_selling.crossSellingComparable.id` , `product_cross_selling.crossSellingComparable` . `product_cross_selling_id` as `product_cross_selling.crossSellingComparable.productCrossSellingId` , `product_cross_selling.crossSellingComparable` . `is_comparable` as `product_cross_selling.crossSellingComparable.isComparable` , `product_cross_selling.crossSellingComparable` . `created_at` as `product_cross_selling.crossSellingComparable.createdAt` , `product_cross_selling.crossSellingComparable` . `updated_at` as `product_cross_selling.crossSellingComparable.updatedAt` , `product_cross_selling.crossSellingExtension` . `id` as `product_cross_selling.crossSellingExtension.id` , `product_cross_selling.crossSellingExtension` . `cross_selling_id` as `product_cross_selling.crossSellingExtension.crossSellingId` , `product_cross_selling.crossSellingExtension` . `emcgn_replace_variants` as `product_cross_selling.crossSellingExtension.emcgnReplaceVariants` , `product_cross_selling.crossSellingExtension` . `created_at` as `product_cross_selling.crossSellingExtension.createdAt` , `product_cross_selling.crossSellingExtension` . `updated_at` as `product_cross_selling.crossSellingExtension.updatedAt` , `product_cross_selling.translation.name` , `product_cross_selling.translation.name` as `product_cross_selling.name` FROM `product_cross_selling` LEFT JOIN `media` `product_cross_selling.media` ON `product_cross_selling` . `media_id` = `product_cross_selling.media` . `id` LEFT JOIN `frosh_cross_selling_comparable` `product_cross_selling.crossSellingComparable` ON `product_cross_selling` . `id` = `product_cross_selling.crossSellingComparable` . `product_cross_selling_id` LEFT JOIN `emcgn_nvp_cross_selling_extension` `product_cross_selling.crossSellingExtension` ON `product_cross_selling` . `id` = `product_cross_selling.crossSellingExtension` . `cross_selling_id` LEFT JOIN (SELECT `product_cross_selling.translation` . `product_cross_selling_id` , `product_cross_selling.translation` . `name` as `product_cross_selling.translation.name` FROM `product_cross_selling_translation` `product_cross_selling.translation` WHERE `product_cross_selling.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_cross_selling.product_cross_selling_translation` ON `product_cross_selling.product_cross_selling_translation` . `product_cross_selling_id` = `product_cross_selling` . `id` LEFT JOIN (SELECT `product_cross_selling.media.translation` . `media_id` , `product_cross_selling.media.translation` . `alt` as `product_cross_selling.media.translation.alt` , `product_cross_selling.media.translation` . `title` as `product_cross_selling.media.translation.title` , `product_cross_selling.media.translation` . `custom_fields` as `product_cross_selling.media.translation.customFields` FROM `media_translation` `product_cross_selling.media.translation` WHERE `product_cross_selling.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_cross_selling.media.media_translation` ON `product_cross_selling.media.media_translation` . `media_id` = `product_cross_selling.media` . `id` WHERE (`product_cross_selling` . `product_id` = 0xDAA43DD4F787415E8386DB62D265C1CC AND `product_cross_selling` . `hueb_bundle` = 1 AND `product_cross_selling` . `active` = 1 );
Copy
22.56 ms (0.73%)
22
SELECT `sico_offered_option` . `id` FROM `sico_offered_option` LEFT JOIN `sico_productgroup` `sico_offered_option.sicoProdgroup` ON `sico_offered_option` . `sico_prodgroup` = `sico_offered_option.sicoProdgroup` . `id` LEFT JOIN `sico_productgroup_s_articles` `sico_offered_option.sicoProdgroup.product.mapping` ON `sico_offered_option.sicoProdgroup` . `id` = `sico_offered_option.sicoProdgroup.product.mapping` . `productgroup_id` LEFT JOIN `sico_productgroup_sales_channel` `sico_offered_option.sicoProdgroup.prodgroupSalesChannel` ON `sico_offered_option.sicoProdgroup` . `id` = `sico_offered_option.sicoProdgroup.prodgroupSalesChannel` . `productgroup_id` LEFT JOIN `product` `sico_offered_option.sicoProdgroup.product` ON `sico_offered_option.sicoProdgroup.product.mapping` . `product_id` = `sico_offered_option.sicoProdgroup.product` . `id` LEFT JOIN `product` `sico_offered_option.sicoProdgroup.product.parent` ON `sico_offered_option.sicoProdgroup.product` . `parent_id` = `sico_offered_option.sicoProdgroup.product.parent` . `id` AND `sico_offered_option.sicoProdgroup.product` . `parent_version_id` = `sico_offered_option.sicoProdgroup.product.parent` . `version_id` WHERE (`sico_offered_option` . `sico_active` = ? AND `sico_offered_option.sicoProdgroup.product` . `id` = ? AND `sico_offered_option.sicoProdgroup.prodgroupSalesChannel` . `sales_channel_id` = ? ) GROUP BY `sico_offered_option` . `id`
Parameters :
[
1
b"Ú¤=Ô÷‡A^ƒ†ÛbÒeÁÌ "
b"*@dÅ\x0F %C┤ÄU\-2fö© "
]
SELECT `sico_offered_option` . `id` FROM `sico_offered_option` LEFT JOIN `sico_productgroup` `sico_offered_option.sicoProdgroup` ON `sico_offered_option` . `sico_prodgroup` = `sico_offered_option.sicoProdgroup` . `id` LEFT JOIN `sico_productgroup_s_articles` `sico_offered_option.sicoProdgroup.product.mapping` ON `sico_offered_option.sicoProdgroup` . `id` = `sico_offered_option.sicoProdgroup.product.mapping` . `productgroup_id` LEFT JOIN `sico_productgroup_sales_channel` `sico_offered_option.sicoProdgroup.prodgroupSalesChannel` ON `sico_offered_option.sicoProdgroup` . `id` = `sico_offered_option.sicoProdgroup.prodgroupSalesChannel` . `productgroup_id` LEFT JOIN `product` `sico_offered_option.sicoProdgroup.product` ON `sico_offered_option.sicoProdgroup.product.mapping` . `product_id` = `sico_offered_option.sicoProdgroup.product` . `id` LEFT JOIN `product` `sico_offered_option.sicoProdgroup.product.parent` ON `sico_offered_option.sicoProdgroup.product` . `parent_id` = `sico_offered_option.sicoProdgroup.product.parent` . `id` AND `sico_offered_option.sicoProdgroup.product` . `parent_version_id` = `sico_offered_option.sicoProdgroup.product.parent` . `version_id` WHERE (`sico_offered_option` . `sico_active` = 1 AND `sico_offered_option.sicoProdgroup.product` . `id` = 0xDAA43DD4F787415E8386DB62D265C1CC AND `sico_offered_option.sicoProdgroup.prodgroupSalesChannel` . `sales_channel_id` = 0x2A40648F0F2543B48E555C2D326694B8 ) GROUP BY `sico_offered_option` . `id` ;
Copy
21.05 ms (0.68%)
1
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule494306db9d2f45de96f3b490e7005e2f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule234b035ce6b64592a9bbb34901dd0735.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6d7a2faad68543e7a87897e699ee0970.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleac397dda552b45deace83505ebb8f415.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule5cac1ca677e6432ebbeccc4349090a36.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule76ec1042e0f54e9b892e6d64ba927713.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulebbe7b0ab370043b88bde79af441b9530.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec3e823f039e7486cb68299ce6bbac39b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule494306db9d2f45de96f3b490e7005e2f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule234b035ce6b64592a9bbb34901dd0735.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6d7a2faad68543e7a87897e699ee0970.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleac397dda552b45deace83505ebb8f415.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule5cac1ca677e6432ebbeccc4349090a36.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule76ec1042e0f54e9b892e6d64ba927713.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulebbe7b0ab370043b88bde79af441b9530.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec3e823f039e7486cb68299ce6bbac39b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule494306db9d2f45de96f3b490e7005e2f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule234b035ce6b64592a9bbb34901dd0735.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6d7a2faad68543e7a87897e699ee0970.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleac397dda552b45deace83505ebb8f415.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule5cac1ca677e6432ebbeccc4349090a36.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule76ec1042e0f54e9b892e6d64ba927713.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulebbe7b0ab370043b88bde79af441b9530.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec3e823f039e7486cb68299ce6bbac39b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule494306db9d2f45de96f3b490e7005e2f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule234b035ce6b64592a9bbb34901dd0735.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6d7a2faad68543e7a87897e699ee0970.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleac397dda552b45deace83505ebb8f415.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule5cac1ca677e6432ebbeccc4349090a36.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule76ec1042e0f54e9b892e6d64ba927713.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulebbe7b0ab370043b88bde79af441b9530.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec3e823f039e7486cb68299ce6bbac39b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` 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` < = > ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"*@dÅ\x0F %C┤ÄU\-2fö© "
true
b"Ü,Þ>ßsDÀ /øŸß\x14 Ys "
null
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule494306db9d2f45de96f3b490e7005e2f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule234b035ce6b64592a9bbb34901dd0735.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule6d7a2faad68543e7a87897e699ee0970.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleac397dda552b45deace83505ebb8f415.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule5cac1ca677e6432ebbeccc4349090a36.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule76ec1042e0f54e9b892e6d64ba927713.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulebbe7b0ab370043b88bde79af441b9530.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulec3e823f039e7486cb68299ce6bbac39b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule494306db9d2f45de96f3b490e7005e2f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule234b035ce6b64592a9bbb34901dd0735.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule6d7a2faad68543e7a87897e699ee0970.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleac397dda552b45deace83505ebb8f415.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule5cac1ca677e6432ebbeccc4349090a36.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule76ec1042e0f54e9b892e6d64ba927713.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulebbe7b0ab370043b88bde79af441b9530.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulec3e823f039e7486cb68299ce6bbac39b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.min` ,
MAX (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule494306db9d2f45de96f3b490e7005e2f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule234b035ce6b64592a9bbb34901dd0735.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule6d7a2faad68543e7a87897e699ee0970.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleac397dda552b45deace83505ebb8f415.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule5cac1ca677e6432ebbeccc4349090a36.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule76ec1042e0f54e9b892e6d64ba927713.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulebbe7b0ab370043b88bde79af441b9530.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulec3e823f039e7486cb68299ce6bbac39b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule494306db9d2f45de96f3b490e7005e2f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule234b035ce6b64592a9bbb34901dd0735.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule6d7a2faad68543e7a87897e699ee0970.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleac397dda552b45deace83505ebb8f415.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule5cac1ca677e6432ebbeccc4349090a36.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule76ec1042e0f54e9b892e6d64ba927713.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulebbe7b0ab370043b88bde79af441b9530.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulec3e823f039e7486cb68299ce6bbac39b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.max`
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` < = > ? )
)
)
Copy
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule494306db9d2f45de96f3b490e7005e2f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule234b035ce6b64592a9bbb34901dd0735.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6d7a2faad68543e7a87897e699ee0970.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleac397dda552b45deace83505ebb8f415.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule5cac1ca677e6432ebbeccc4349090a36.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule76ec1042e0f54e9b892e6d64ba927713.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulebbe7b0ab370043b88bde79af441b9530.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec3e823f039e7486cb68299ce6bbac39b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule494306db9d2f45de96f3b490e7005e2f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule234b035ce6b64592a9bbb34901dd0735.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6d7a2faad68543e7a87897e699ee0970.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleac397dda552b45deace83505ebb8f415.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule5cac1ca677e6432ebbeccc4349090a36.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule76ec1042e0f54e9b892e6d64ba927713.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulebbe7b0ab370043b88bde79af441b9530.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec3e823f039e7486cb68299ce6bbac39b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule494306db9d2f45de96f3b490e7005e2f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule234b035ce6b64592a9bbb34901dd0735.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6d7a2faad68543e7a87897e699ee0970.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleac397dda552b45deace83505ebb8f415.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule5cac1ca677e6432ebbeccc4349090a36.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule76ec1042e0f54e9b892e6d64ba927713.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulebbe7b0ab370043b88bde79af441b9530.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec3e823f039e7486cb68299ce6bbac39b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule494306db9d2f45de96f3b490e7005e2f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule234b035ce6b64592a9bbb34901dd0735.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6d7a2faad68543e7a87897e699ee0970.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleac397dda552b45deace83505ebb8f415.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule5cac1ca677e6432ebbeccc4349090a36.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule76ec1042e0f54e9b892e6d64ba927713.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulebbe7b0ab370043b88bde79af441b9530.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec3e823f039e7486cb68299ce6bbac39b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` 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` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x2A40648F0F2543B48E555C2D326694B8 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xDC2CDE3EDF7344C0A02FF89FDF145973 AND NOT (`product` . `display_group` < = > NULL )));
Copy
14.31 ms (0.46%)
1
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x00 D”¼ixC‹ªºù6õ\x10 —# "
b"\x00 n8ûÛ\x01 NŠ›’9¤¿µõc "
b"\x00 Šn—ÒæD.·ƒ\x12 Ku±\x1C ; "
b"\x01 ƒŽË\x12 õK’„Ÿ\x15 @Ž*8\x01 "
b"\x02 3╗¶×\x1D E#ü\x7F ▀Ûh/\x14 "
b"\x02 p┴#\x14 ÿE\x17 ùüëÊ\x05 *j\x00 "
b"\x03 c,«ÁyMØÆÐì¹dG{× "
b"\x03 ªŽžŽ\f C£«À¶f\x15 µÅ+ "
b"\x03 ®\x16 {—SHe—”X\x1E Æj\x12 c "
b"\x03 ╬¡ ▀þIN┐sÜ\r ¨É°® "
b"\x04\x1A þÂ+ƒM7€þ‘bÐC¾\x12 "
b"\x06 |R*ÕiCº®:Bm°†&à "
b"\x07 ù[X³JO\f ®ÏÒ┤üa┤¤ "
b"\x08 zàLNÇN\f Ø\f åa╩þ÷╝ "
b"\t\x17 Ôp\x1E\x11 N\x10 ½‚20iÕkc "
b"\t\x1A kÐa“M…·\x05 äZ*ãHL "
b"\t ¿J8àhO\x13 °[*‘81Ž? "
b"""
\n
\x1C\x10 0̰FS§…Ã¥Í\x1D Õ
"""
b"""
\n
dìAô°G2îxI½ÛV[
"""
b"\v F7M\x16 ”OÌ¥¨LAÞ–¯ë "
b"\f RA<óÍLܪ§¿ÑÝ\e ôA "
b"\r \t W¦ ÿGýš¨s©\x1D üÿ™ "
b"\r \x1D Ÿg4.L~£O\x18 ˬ\x11\x0E : "
b"\r Qô\x07\x0F ãE ”`±\x14\x17 òßr "
b"\r ‰¶Ô>/B¶Ž‚{{²Y\x15 Þ "
b"\r ûÈ]Ñ9NÖùsÅO\x1C bVG "
b"\r ¿¿·hKBR£–-Ä%è\x12 7 "
b"\x0E ‰e¸êÕIæ•\x05 ŸAÏ\x15 Qó "
b"\x0F K·°ÓçB¡¿Ê˜ÛC[Ó• "
b"\x0F }‡Ö%jAÞŸ\v {™2§Ž\x12 "
b"\x0F ╚xpÉ═Ncé\x12 ¾┤Bÿc┼ "
b"""
\x0F ¹!@-?EVì\n
I½*Ëéf
"""
b"\x10 \\x16 "çñC€›pf\x02 ×\x01 Ų "
b"\x10 `!]s©Aë•'H³ßÄêˆ "
b"\x10 âý×ɸK─íÏ'±═ñSÉ "
b"\x10 ¹µb6+Dr‡\x01 ™Ÿ)ðfi "
b"\x10 ¹ù¯ÆÐBÔ‡äúÕ\x17 @,f "
b"\x10 ║S]ðÁMQ▓├q@%▒aü "
b"\x10 ‗ƒlQ"L\x0E ìL‗»hù*╚ "
b"\x11 „|W»¾Oõ«9*Ï\x05 Ž…" "
b"\x11 ï\e\x02\x10 âA@Å▄¿\x11\x18 á{└ "
b"\x11 ¯Õò$éH─ÉıË=Uy\x19 v "
b"\x12 5ÿý\x01 yN\r ´þq€¬õ ã "
b"\x12 =ÉöK\x16 G\x10 │.ÛdÞͰh "
b"\x13 vzý6½K„‰¥ÏsZT”û "
b"\x13 Á›â–,G*°ë²\x15\x05 ™\x07 h "
b"\x13 ²\x1E ÌÉØA[║╬×░;.áð "
b"\x15\f ì.ÚëK(¼~#¾-â\x1D i "
b"\x15 ¹ëJ~ÚE/ŒœÀ\x17 OÈN{ "
b"\x15 ─·~5YFÔØÜ\x04 ²┴\x15 gÚ "
b"\x17\x18 ║['\x11 F²┤à#HÅ«UY "
b"\x17 6ê?\x19 KB\x06 ¹ÚÏçì\x19\x11 Š "
b"\x17 ÆÔŸ¼VK\x7F ™kÂŽE=‚¶ "
b"\x18 ~صl\x07 E\x02 ©É¦Àç{÷Ü "
b"\x18 Ø╬+\x0F\x13 MÛïÿ·║±┌\x12 + "
b"\x18 ®%c̸JНl…g\x7F l)x "
b"\x18 ý.Ó▓FAÒÅü\x14 ├ô#S¸ "
b"\x19\x11 }‘‡\x16 Hª•cƒt\e ™Jy "
b"\x19 -0ÿRAI\x07 ŒVæE~ÕZ¢ "
b"\x19 „ã\x16\x0E kLç…¨¿3Hçõd "
b"\x1A ìoŠ\x03\x05 H´¼[\v —£\r \e Ó "
b"\e bmÝéODr•ÇH7Q0„S "
b"\e ”¬±ðEF\t –Š dÕ}ÐÛ "
b"\x1C\x11 h—?”N\x00 ˆ‰úÆz4Ù| "
b"\x1C\x15 §f-dG#³\x15\t 3švœ\x03 "
b"\x1C FÂ\x13 zABI‡êh©©}Ýq "
b"\x1C Rë~a\x19 C+ÅcÎ\x19 \ÝJ¿ "
b"\x1D =üô»Mâàÿ▓Ü¿©ó) "
b"\x1D xôœ€4L?“xÙð’kÀ$ "
b"\x1E õRx½÷GÞ€çѦ\v\x0E\x12 s "
b"\x1F +ÓƒéÅB!╗è÷ÕàÔ § "
b"\x1F 6\x1D 0“vFü›\x03 >ÀKiÌÚ "
b"\x1F r˜}\x1C aM]®µ\x03 ¸ÍONx "
b"\x1F ´ hoÌJä§ÐyWGµË\n "
b" CðNý³C▄Ä╗.üÖÌ6ì "
b" zI+▒QI4ôƒ\e \žH─ "
b" Ã4ÓKxDg½mCv\x16 _¦} "
b"""
!€Ÿn„×Býœ~\n
\x01 Í\x17 P6
"""
b""\x1C œUiÊ@·›Š»Ö£©Xq "
b"#a\x1C —\x02 u@ü“™l‰Øšý² "
b"#jsxrfHª³°¿Uþу\t "
b"#‚ÏÁsºL3“šEÖk\x7F y¬ "
b"#ËTZ8oDލ–ìžti¶\x04 "
b"$ÄXj·=FD¡ß8+¶gTU "
b"%ú„Q9pLE€\x1A ¡Bz\x19 3l "
b"&\x04 q>Ÿ4F\x16 ––ÑÇíòYl "
b"&+©╬Y{CØ┤Ë─,ı&\x1A å "
b"&~êØ'ÑMÙ€°?zæ1Tv "
b"'`\x05\x1C 6áK$±ã‹÷q·\x0F Á "
b"'…¶¶ŸºL’”ÒÈ}{\x00 õ3 "
b"'Â*¤°yL̵T7‘F‚Ù\v "
b"'éuÆFC'€kì*è¹`¦ "
b"(bé³\x0E ©M\x06 ŸÜ'UÔ"B\x18 "
b")7\x1D T‡™H2¶žMÚô´\x05 # "
b"*\x10 °’›iOê™\x01 cË®„\x01 ç "
b"*ìËÒÝnGüÉÖÊÔ■\x07 O7 "
b"+:S@¹ñNÒ¬\x12\x11 ß’”\x1C ê "
b"+±^B¥yK@©§O˜_w2ß "
b",.A5\x10 ïFñŸóô1Pwš¯ "
b",IR c>NLŸ\x08 wNj¨ÙÏ "
b",gnj‚VBÞ¼\x10 —Ó\x0F s\x14 D "
b",░O\x15 ÔÑB_╣ØmÍí╠óy "
b"""
-\x10 ijƹJ\n
¶»\x1D Or}-þ
"""
b"-\x1C ├Ѽ·EqÉðY2G┴ƒa "
b".`╠`â½FõÇ-\x12 7ßü\x17 } "
b".Å\x00 ò\x08 \n C}úQ]²\x02 B\e í "
b"/cðáçG.€Ü\x02 ìm\f ·\x05 "
b"/ª5Z¹wH(’\x01 xhe©ô¥ "
b"/ã>VÎADÜ└5/Ø\x06 ·\x11 "
b"""
/ÿç£\x1F OJ\x05 µä\n
ä?ê\r i
"""
b"0.fQ4pI\x17 ÀæçÉïpòC "
b"1/`ÈËÓBضƒ9æÉPó\x11 "
b"1Ø╚¿°█BÚèú\x07\x07 ×È±Ê "
b"2\x1A\x02\x13 QÚIW©?.\x18 ØÄŸ> "
b"3\:U‰Ø@L½Q„Á‡žôD "
b"3©gnËÈG~Ÿûñs\x12 \á\x04 "
b"4·øI\x17 K@ìƒãÎÍ\x11 ¶4Ý "
b"""
4¾\v\x16\x19 VN\n
ƒ¼°jG™.ž
"""
b"5-÷‚\f DŸ”Ô$¤“³;b "
b"5S©!QHO[³£š\x0F UòJQ "
b"5á\x10 ï›\x17 B”‰„Ë='H‰¼ "
b"6²ÖŒ_\x08 E,‡ \x05 Cy↠"
b"""
6Ùš†é˜FÜ»\n
FÜ|S\x15
"""
b"8+—\x7F ô?@A°\x07 ˧Q]Š\x01 "
b"8¬Í8\x7F #M}‘\x1E\x0E Hït\x07\x16 "
b"9┌¸zî\x19 OÔÄ\f ã║\x05 ţŠ"
b":\t $¦ªiGh™‚+l‰dØY "
b":8■rO LgØ1)\x07 Ôiâ\x14 "
b":;çã«—Bv¼§>-6Ã;, "
b":m&\x03 ÃVD¿‹k³²Ù˜oæ "
b":┴'¦\f /M\x7F ü?\x1F ÷\x13 ‗P* "
b":Áö\x02 Ë3Møº8\x15\x1A ßr¤¼ "
b"""
;º8\r N™KP£7\n
\t ‰¸8]
"""
b";Ôrl\x14 ÷EK‹Q³<Ù,\x10\x15 "
b"<Rd\x19 -ßBm›¢N‰HU\x12 s "
b"=aìåÚÍAÀ┤NRS4┤¨è "
b"=Ãݸ\x00 –EU£ÀZâ\x1A ¥\x19 è "
b"=Ý5;FØDAŠÕ41R\x13\x7F › "
b">\x17 \ðØ,G§§®m`\x07 I»] "
b">IAš|\x03 Dí¢•7\x0F æ–Ï» "
b">fYÈÛ|Lc¸c´‘`˜› "
b">h¨ÌœßCl±Ü'ñ—T¿» "
b">ó\f ÆÍ[Cæ¼»¸\x17 õžh "
b"?KÝÁ\x18 ™GM¡b¶K\x05 Áõ. "
b"?õ¯B¦ØL¥‰b¼Ýœï\x12 Ú "
b"@\x05 §…ó\x16 @·¸éÄ|¥W³ "
b"@O\x12 ?€ÚGy¦\x18 ½¿ÃÊ”à "
b"@œdVÉŽJe€Ó…8\t ––˜ "
b"@¿¹‰A I•ª‘9ßG^@E "
b"@¶®4\x19 ¡B ┐ ø°Gì\x0E G "
b"B╝úÅðçB¹×\x1D 6)═q!¶ "
b"C\x01 ñ4®ÉHw╣óÁjÊÿ\x01\e "
b"C®\x05 I§Fö —3‘®\x07 •> "
b"D´Ú\x14 ¢7Cœ˜íç¼ÞnóÆ "
b"E╝Åó¿[N▓ų░}ãìfy "
b"Fß\r ‘$…Ny€ÍÆ,oôÌ£ "
b"G/(/9¤B5²'¶¬Dÿ3Ê "
b"GdW)ª&C±§'!Χ߃ú "
b"""
Gƒh[ßêNn®Á\x0E\x10 \n
\x1E y
"""
b"G¨J\e žEFž¢zÓ¸w(\x18 ü "
b"G³â„.ÇEÑž-Mx:E¯p "
b"Gê] Á\x1E Csˆ@~Êóíª• "
b"Hƒþ\x07 H=NÞžÊàš"kµg "
b"H0v\x15 LL\x19 ¦QHçy\ô= "
b"I$Á\x02 q"B+„‚]\x1F ãcƒ| "
b"I(Â]mŒI\x1C »Á±\x12 Ã\x16 %/ "
b"I8h®8wNf1á~йèî "
b"INeN0ÒO$¢¯Šžçh¬´ "
b"I{Ú3b┬G5Éá\x01 [ó┤zæ "
b"I}hš\x14 O\x01 ¼¯Ñ\x03 T\x14 s_ "
b"I‚\v 2\x0F >JŸšäà€É#s\x14 "
b"Iƺ£Ó±I7Érâ(ÓÆOI "
b"Išúû,M…¹@Àòz‚ßÄ "
b"I±'zw-OÛ‹z4\x19 Ô•¼™ "
b"""
Iõ\n
\x10 XòI¯¡!ÔJ2³\x7F B
"""
b"I÷äÞ½ÜIþ€C\x02 Zãþ¢C "
b"J\x18 5ù?\x0F FV╗4\x08 ZìÂÅî "
b"JKÛãZ_D\x17 ¥þ\x00 Ñ\t\x13 2µ "
b"""
J…݆\x04 ?F\n
†2Or6œ\e D
"""
b"Jìn/5¢O·ép\x03 N█\x17 cl "
b"""
J¥òìª\n
M6¼┬ÚF╬\x13 ▓c
"""
b"Kì9F"ùOÓ²ç\x03 Ûb›\e ´ "
b"KòÊù‹jMO¬”\x19 ó\x05\x17 Ì> "
b"LAõåÅQ@f¼JNrÜ\·\v "
b"LÛ5ļäH•§ý'Ñ| ™1 "
b"LÜ\x05 ô©PD©„7ÏAõ‡÷¹ "
b"M_;v2·Bb¶G8x¾†„P "
b"MŠýŸ¿ÇCñµÒ\x16 òæ©\x01\x0F "
b"N9ª‹ésG´Œõ|;\x1D »îÉ "
b"""
NI*©BFHÓ¡)\n
Œ±íÚJ
"""
b"N\\x0F <wM&‘¦Q¿cß0b "
b"Nó†j[vH`’Ž•'ßrÅz "
b"O\x0F █ó\x08\x0E FLûVL¤ëcül "
b"O>¢ÎlÉJ‹˜ÚjØ\x0F\f ê "
b"O]gTÍoL€¶yp’Î9ì[ "
b"O¥È+%\x1E NT€\x01 6ôbÛ°” "
b"Oÿw~}#@ƒžï¡\x16 ù¥ÕL "
b"PÒ\x1C …¤ÌH\x16 ˜l\x7F ûrÉ,¾ "
b"PÍÈ┴ÔoG\x10 Éÿ":╩ª¨í "
b"""
Q\x01\f \n
Œ¦Kñ¼$u¨\x01 ¢ÝÒ
"""
b"Q‗\t ¤ÕüJÐÜ£<xM╚¡a "
b"RU0˜\v ÓE–‰ZûU\x16 ãΆ "
b"Rd-Ø╗ıJ\r í\x19 ý&3UÍ\x00 "
b"R±\x12 ·PÆCGì\r àÖ²█©ø "
b"S(öÅîyD\x1E «û¥ìu± \x00 "
b"SÑÙï•SM\x19 £\v ¨0\x11 |šº "
b"S´úä«ÊNU¡┐¼ôØ░é▒ "
b"T¢šÒ®tBxº\x03 0X¾-ú˜ "
b"Tõ\x05 ?³7B}┤ì\x17 ì\x1E i5- "
b"Uʽ\x05 )1CFÉ»³ûl²\x1E ░ "
b"Vyx:Å9AÓ»È0┬p8É_ "
b"""
V|\x07 d@ÂI\n
–5¸ûO•Òß
"""
b"VŽ\x1C G)EJZ¬\x0F K °»V\v "
b"W@ØÐ\x03 áB¯Ÿ;\x19 ‰Y©»m "
b"WM‘Ú\x18 'Od¥ßszMq/ä "
b"WVÂܨOL\x04 ¨™b(DG,ð "
b"WX\x16 ï4oGµ–Ò1eÃ9œÈ "
b"WÒ)Àã\x14 N”¼–\x12 q\x08 _àœ "
b"X\x00 ░▓\x15 1@2ù└\x17 ┤Vlü® "
b"XU.\r ▓_Oƺ¦¨ü»┬ûk "
b"Xtç\x0E óØO§¡â ╩B±╠ "
b"XËÀ$t°I\x0E ¤~–´\e «› "
b"Xꇩ5GC/ƒ?Ú²ó(\t £ "
b"Xî(PÄù@÷‚\x11\x13 é8ð4` "
b"YP]2ƒxB[˜Ñ-é8+mQ "
b"YœTµá3HR…§P^X]žÂ "
b"Y·±\x7F þS@½Å¼âàkW¥╚ "
b"ZC¤\x15 ├\x10 Nð»\x01 Éþí;╠\r "
b"Z╠ZøO^EbÅçí,4W\x03\x04 "
b"Zÿ\x04\x0E ³“D/ºß_ºâ\x04 .Û "
b"[ŠÍ}\x01 ûA\x1F ”*HÇ\x01 )\x1E 6 "
b"\\x08 ùv”ïN\x13 °¾ÃBV\x11 YË "
b"\└¦║Ô~G\x17 ÉOì┤e6,Ó "
b"\í“·I“@ñ½ûF\x05 rõøÉ "
b"]¤yÖn─C#Øã»©T\x1D ¹¬ "
b"^^žm\r ÊK\e £ã%ïH\r \x1D ² "
b"^ÅouËkMÍó\x11 Q\x19 Êà7¯ "
b"^Ç\x1D ý ìG\r ˆÂ²â¢•H\e "
b"_\x04 ]VYnGG¤àp_\x08 Í”“ "
b"_>\e ‘f‡@››\x11 ò\x00 ûSyð "
b"`˜\þ™šLk€U\x18 œø£;Š "
b"`ßbñÊøI\x03 ¦ãºš<@!ó "
b"a\x19 Ê▀.ÆAû½$\x07 O-üw4 "
b"a\x1C ¹»“6BS¤¥Ù\x04 O\Å\x1C "
b"a7]]±¢NóŽðÞÍ¥…\x10 Ð "
b"a§óÁ÷ÅM└ø║Z▀·´ó¹ "
b"aþÛ±iõMÞ‚[p\x00 øéê} "
b"b5\x08 Ö\x13 eNi£7b9޹÷Š "
b"bJËZ:|J±—\x00 H1\x0E i¼Î "
b"byü┤\x1C "Flú\x17 ^┌9\x1D tW "
b"b½i\e\x1A GK7˜»[,\x1A ¸\x10 "
b"d*3¾FcAÍ‘u>CëU¥x "
b"d;OÑ\x0F –LʾÜd„8Ìè0 "
b"dáw…¸SFã»çxè³ÅÄÝ "
b"e\x15 hjZÜB%ºÑGV\x14\x18 o‚ "
b"e4'°¤\x1F G\x06 ªç\r Ú@6îþ "
b"eÐÉv#fI²”¾l)W<K½ "
b"fr==AsHb¹Î≾òR\x06 "
b"f{å_kLE¬”©Ã\r |§ø³ "
b"f‰L%x•Iì¥ØubaÞ7f "
b"f¹9¯·\x1C M“˜øÔš\x10 Ñ\x02 | "
b"g\x18 Iœž…N\x10 µ–Ÿëšü¥ô "
b"gXP\x03 :XOìí{\x02 $\v o\x12 Ì "
b"hšÆÌæNDx±Ð5äõâ9K "
b"hÀWðI©@l¢¤´ý,Ôº. "
b"""
iAûˆÓ\n
Bñ‰™,\x10\x07 Øl¸
"""
b"iLÎ\x19 74Fž´@Å\x19 ‚Ëa¾ "
b"i}T:°kK\x14 ³„‡wœu˜- "
b"iø\x19 õ±mJäŒ\f\x17 Õ‰ãR" "
b"jW3ÓvPD\™Þþ7‹kÅÿ "
b"j¿Qgd¢G\x10 «6HŠUa3* "
b"""
kŽ\n
\x1D tÍJໄÖw4i\t\t
"""
b"k䩹‰\x7F OýŸë:7-ü\6 "
b"l\x18\x1F ¯`cEm®Ó#\x1F\x13 uŒÈ "
b"m\x12 û«\x16 ªLô²$E\x1D ŒÔ®‰ "
b"mzºxÅ$A¸Â\x0F\v ƒ5§Z┌ "
b"m‹ù¯²9B7ž\x17 ÈÎíhh\x03 "
b"m÷\x0F ýÒ\x03 H–˜ŸbÆþ™1( "
b"m²┘ÓÅG@¼Å±ê■hh,ú "
b"n+m┼Å\x0E Ff©f [c`@( "
b"nü¦ï¡iI¶¯h‰2\e +»ä "
b"o/\x14 =b£H§¯\x04 ÈÕt“›h "
b"o>‡\x1D ²ÃJw½ƒQ~[m\x07 5 "
b"o\x7F lœÖ\x05 Gc± 2‰~tg "
b"oÄë÷8$I’žbt,Ï¿e— "
b"pE¥²üKØ“Hþ¬›h?¶ "
b"pzçÅ\x14 ŠCÛ˜ð%¨Ì–å\x18 "
b"p\x7F\x01 T|²H¥¯4íxÿ>\e\x05 "
b"p‡M12ÈJHž “†S\x08 Á* "
b"p®¬,7ÄM▓É╣ðþ└▒µ° "
b"p÷ŒÀÁ\t AU¢ÈëV\x1F\x0E õ\x1E "
b"q3zbi-N\x7F –\x1D ûè\t ÿÊo "
b"q™â_w·Oa‹ž»éÌ#3U "
b"qæá\x07 õšKÔšZÙ™ò)yï "
b"r‹V}-)MÁ¹\x19 ò›‘íTÛ "
b"""
rî\n
╔╩▄D█å\x1A M\t Cïü(
"""
b"r¡ñÄ?╝IØâ\x02 ɤ\t BÃE "
b"s^'\x0F\x1C .NM║▀\x19 ØÝÐ5µ "
b"t\x1D ─øÏÓE æ\x15 ÒÅ¥½xÚ "
b"tg\e ü¨\x1A B\f ç ·┌5+ëp "
b"tyf¯<®EᨾKºªw–Ý "
b"t´\x18\x16\x10\t LÜ™†\x11 t7+\r "
b"tëa\x7F ²ˆJéºZ\x18 k\t rÀ) "
b"u\x16 ÿ?G'H„¤iEÀ`] \x1D "
b"uвy‚¹E¾¨þ‹\x06 n9ïp "
b"uÙ┌Vb¹HÑÀ#ô█Ø\x1F Îÿ "
b"v5~\x16 Q0C°‘ìÊîo$äW "
b"vEºóê²@§•7éh\x02 äps "
b"vx\x16 zÃÈJa»,“\x1F Á¡&É "
b"wS AÕ¾@÷Æ:¨^ÿ\r Åh "
b"wœ×0¶2BüŸ¥jìS”€ú "
b"x_ÛŠ\x04\t BU†„\x1C WU»Z! "
b"xóÞZ└©L˺}å\x15 `É╦¿ "
b"y.ðô\r ØDêܰ¨\x06\x14 «ï\x14 "
b"y[Þü TMp‡6¼\e Ä\x03 ãy "
b"zf\e Ô|YB\x05 ™·\x13 Kt…\t H "
b"zì¾[ù¼Eºúé\x04 òµIÂë "
b"zËf,0\x03 A\x19 Š\x08 &aºüv "
b"{\x0E\x14 #dÍJ@·,¶8•a\x1C œ "
b"""
{D\t dÐáAš¡žÒÕ\x10 Q\n
Ž
"""
b"|\e —å*ïDú‘\x14\x07 "\x0E íQ9 "
b"|'3SØ─L┼ä3Ö*góìƒ "
b"|(,šw\x12 F˯\x17\x1C {'éc\x15 "
b"|TûÇ´ßE┤á\x03 üïK╬Yä "
b"|lñ\x7F ÷)Lž£Øµro¸qÍ "
b"|ç<Ÿ\x12 LOŠ”;uî\x01 LÊL "
b"|ôsZ%vEÊ„i"„¸ï"( "
b"}Ðõ½~JG\x1D ‰þÁ\x1E H1\x06\x16 "
b"}ÒÀ7\v )LŠŒeç\e\x0E\x11 ý´ "
b"}èlˆÃ´Iß´r\x11 {jÑ\x0E e "
b"~ü»¼£°@╚ÿP:EÆûAY "
b"~²ã\x15 uü@à‡XzŒØ3p‰ "
b"~Ô\x08 e5aGS“\x15\x1C çOÏþp "
b"~×ïòèèD´Ÿ' .©GÏ\x1D "
b"\x7F û╠╝á8G(¥▒Å_\x1C Z\x12 ð "
b"\x7F ظÕÄüJöÜ33\x03 >┬\x1C i "
b"\x7F ¦\x11 ê\x03 ÇMô¦½Ö¾†Ø[é "
b"\x7F èUQpYDé´\x18 ÷…\x0E\x15 û$ "
b"""
€-c¼ÄxMú†\n
vÒXQ™\
"""
b"€y*Ó±ºEy†¡\x04 +SêÙó "
b"€´\t Æé\K\x12 š6\x16 yHºx[ "
b"ÇÕI^*░Níù\x0E p\x00 ñÅ~╝ "
b"Çý!³xüAï¼─Àj]\x1C \x01 "
b"üÆM[è§Ns¨¹ø1í "
b"ü╦xy»ÇCùÀ^Ù½U╚õx "
b"""
ü┘▀]╣¹I╝ÿ╣(.\n
\e â┘
"""
b"üÕÉ┼ÜçFÎÿq\t 3sçí' "
b"‚\x05 ݸ]mLQŽŠ×Œ•?\x19 v "
b"""
é\n
,Ý,ÜJÅÁÄæ¯ðt|\x1D
"""
b"‚Ý&~–/E{†—\x14 €#'ÌÃ "
b"ƒƒæ—ºÛL\x04 §Ï3Wyê…® "
b"âà\f Õý.F└èìÐ ├-{¦ "
b"„\r Q\v ûnA¬°…¹À\x06 ç\x12 k "
b"„PÌî\x18\x17 A›¤cêt»H’ô "
b"""
„v*\x1D\x13 ªBþŠ\t \n
QßíÌb
"""
b"„½{:4—E‚«ç\x1E ¦¥ \x1C Y "
b"„î;Ç×¢Ev©Š,\x19 Ÿà‰Ö "
b"„ô\x01 Ý’GIp¼’Çm)×1© "
b"àu\x06 |+¿Eüƒ*¨ø\x08 mV´ "
b"…Û°Ô&\x05 Dd³\x1F '\x1C 3‘\x1C à "
b"…÷ëØH|MÓ¦.è}ÑÏñ„ "
b"å╦¡ï\x14 ÍB5èëØ(8ì9Ü "
b"‡$\x0F p–ýOD‚¤C[ô:+b "
b"‡%=.‡AMS \x19\f ÆÿG}S "
b"""
‡\Eô}\n
Lÿ°³þæŽø¥\x11
"""
b"ˆ*B^MWN.ˆâ7Ó\x06 ðQW "
b"ˆc!ØóøNþªã\x15 \r HÒî "
b"ˆn@4×wM)½&që}ë·\x06 "
b"ê×ïö¸]G¬¿)¤É£Ê§\x14 "
b"ˆÀ=\e îüI‡ÇؕÙT "
b"ëî\r ª\x04 (NïQ·pYØ\x05 « "
b"‰©\x14\x01 •ÛH'™ÆÒCÊh\x0F Î "
b"‰ÂGݶ‚Añ¼Ô6B=Žb4 "
b"èÁlH$´Kìܪ¼Â̰\x12 x "
b"ŠÀþe«\x15 E)¢ÉùºHáð\x01 "
b"è┴\x7F ¿ë\x15 Hü▓¬õC³à├ß "
b"èı\e ±ð+C,┐¶KÉ▄║6= "
b"‹\x04 ”›íÄM\x13 ›xÕÃëÒd6 "
b"‹\t Täø;M\x12 ]N\x15 (»á4 "
b"ïQ┌SıöIY¥\x14 ÞØ¬ô\x16 ╦ "
b"‹Y<É ±Kè‰\x13 ^IR\x03 /\x00 "
b"‹…b=óÓ@Á…ÅîøI¢Ð\x08 "
b"Œ«W{º\x01 @\x06 ‚ô\x12 ™y@¼@ "
b"ì\x1A =É~│Iöô‗8├RúO\e "
b"ì$>┌&uN\x13 £Ûîõ¦l\e E "
b"Žš\x14 ”e\v A·„\x1C Y˜éMŽ\r "
b"Å6H\x7F ÜÐNþ┤Øð¨\t â\x16\x08 "
b"ÅQJÀá¾@³ä?ƒ\x05 _ÈÙ░ "
b"ÅæèÅÁ└Fm╝ÈC©áuRê "
b"Ű*╬oC@.Æ'├ÒÚzk\x00 "
b"""
É3\x0F |│\x12 B÷ú└\x06 n\n
ʶ┤
"""
b"‘\x14 ý‘5òO“¥ŸNÑ(šýÜ "
b"‘\x19 ^xÃHE¬„¾®8Åî‘\x18 "
b"‘<W4ÝìGÛ¶VS>wìÒs "
b"æÂqó¡ÝCEÀ\x10\x1A ░µ╗TÅ "
b"‘Â\x7F l²ÎIžŽ‘ÃFigEB "
b"’ToS÷uI˜¬Ú˜KOÏ„æ "
b"’î12òXL:¾!Ÿ\x01 ³È—¹ "
b"ô£sö¯Eä╝▒@╩ütØè "
b"“×£¿ê¯Oj ßή%ÔUó "
b"ò;æ¥█J±▒´GÓÉ6«) "
b"•€Œ\x7F “BBͰFà\x02 Cú÷í "
b"ò¿EØ¡\OA®¤3─2\x1E ┌â "
b"•×ÿ\x19 ËtG\x05 ‰øyrƒÎÒ# "
b"•ð\x01 ¶&ÿN,£fŽ?‚\x1D é‚ "
b"–ó¬\x10 û\x08 H•\f ÒÛR>¾› "
b"—%¤^MÔH)Œ»ô\x03 ŽTéù "
b"ùyE&m\x17 JSÅ\x15 ╬\x01\x17 è±c "
b"ù▓b▀cºA¥¬ÌÆìä\x00 å╔ "
b"—Ê6X¦[I‚®\x03 Q~³Èˆˆ "
b"˜%%0ÊèFÙªaa\x07 U\x0F 'b "
b"˜7€jUñBD¼\x15 Ý·+Ð è "
b"˜ÀD%¨wL\x03 –þ"A5t@O "
b"˜÷öTT’H˜Ž¢Of\x19 .@L "
b"™JNo\x11 AO¹‘òÛÆ1¸nÝ "
b"Ön~ÙöüE\x10 Änº■‗╬p¦ "
b"™Æ\x06 «lû@„š\\x16 ;þ\f ì¨ "
b"šæ\x18\e c{G$Œ\x04 Èæ\x19 "’/ "
b"šçŸ¬¿õG޳¥¢‹}…c† "
b"ší,\x1F ÅÉBZ©8ËA\x05 ¢óA "
b"›ÎÔ½’øCƒ›½©RL6_\x0E "
b"£Õ(ìäÂD╠▓\x06 g-1H?m "
b"£³9ÚIìLÞÄÁ\x06\x0F R=]\x01 "
b"Ø\x1D ┌ßé\x15 M@ë"'N¥l6õ "
b"Ø-GIÎ\x11 E0¡gð÷\x0E │f\x1D "
b"Ø`\x00 ¢n¡B*¬B\e àw0/¿ "
b"Øìñ╝\ßNÊúÞîù¶»ðã "
b"ž'@ÒÿZ@T„`9Š–†Ve "
b"ž0ÔÜ›ÔCȼq—(\x14\x00 æÂ "
b"ž1t¸syL3˜\Ö‡hÑçß "
b"žî.q¥ñF)¸O5ª\x08 ÎîÆ "
b"ƒ\x14 )1═\x1D LÑ╣¦%F┬Él▄ "
b"Ÿ“œsÅ„Lã–¸\f cð6˜ˆ "
b"á$Ày½╠FÏÀ\x1D ─Tζ¾É "
b"á┴iÉyñIAÖ&\x7F #òp═ "
b"¡\e ï©"Y@ÌŠ\x1E áðè÷ä« "
b"¡hÞ*¾ÅC#¿\x03 ò%¤-”ù "
b"¡Ì·úøuCŒ²½Ðh¯~æÐ "
b"¢\x0F Y_§õJ\x0F ¥\x02 `2Ÿ\x08 üþ "
b"ó%\x1A û╗ÿF<ù<XñØ\x15\x1C\x1D "
b"¢‡Šjy\x0F @;º0§-•H<î "
b"¢¯3ñ<\x06 Bö¾\x13 Þ©\x18 s¦˜ "
b"¢¹þ\x19 iJM\v ’†3óe—è\x13 "
b"¢Ó\t\x07 Q7GF–¯xoû\x10 `\x14 "
b"¢çÊ•WuA¾£¢1ÉåHÐ\x13 "
b"¢ú0\x08 eRL¨³áù†P\x13 ;S "
b"ú3Á┐┘{KÅôU÷¨ú┐\v B "
b"""
£K\x12 ÜRpLc´Õá^è\n
7É
"""
b"£U¶ÎF£J…¿±ŒÜŽŒa\x02 "
b"úÍð9yÅFküpÝ6áÚüû "
b"ñ\x04 èÖ»ýK¸«╚║Íŵ\x08 < "
b"ñÉôÑR'J\x1D ╗ÖÎX:à ┌ "
b"¤”1ŸwøM\x7F €‹‡×ü‚4\x10 "
b"¤Æ„Ñ–ÎI.´ò\x02 ß¾ûHÀ "
b"¤Ê¶¼¯hOx£rlïõß\x04 å "
b"Ñ┬êAY├Hañt2ÑW쬩 "
b"¦E‚#¼×BŠ£ÜÞ`‘¦\f > "
b"ª}┘ä <M²½Ù\x01 V▓\x14 ì\e "
b"¦º:SèƒCÓ†ø*ZA‚®† "
b"ª┬éEûÛIû¢£©x\e ´ÏÅ "
b"¦ù–\x12 $ËJ1¶ #„4QÁ "
b"ºÿ\x08 \r ~üBA®\x1E ¿ \r ÓÑ\x01 "
b"º▓\x08 ├D\x1F Gyì+Å\x03 ;├\x0E\x1C "
b"¨îMµxéDϘËK™è«/` "
b"©?4±—êC•ŒM€/ï‰( "
b"ª\x10\x06 ÇÅ€CüŸk\x1E ýÛõ~W "
b"ªî"—Ê|G¨›\x01\x1F Ƙžî— "
b"«q*×iÕD¿ºß\x13 ÅÏÛ\x1A O "
b"«ò£hÂéMX¼ésñ\x04 Áf˜ "
b"¼>¢>¡ÅFµÀ═Ikä.çï "
b"¼eÉ\x03 ñ\x12 Gw¿e\x1A µ‗:Ú╗ "
b",íXLƒMd°sÞÄÒc\x06 ¯ "
b"O¢àâÛO´XÉ<fN>µ "
b"""
«\t Â\x19 ‡A–„\n
öì\t }ÄÙ
"""
b"¾\x10 ŒÍIOè˜Öçׂåß; "
b"«\x18 )6-÷A▓üÞv\x10 WáëW "
b"®Q«â{NO†ªW{¶\x02 …\x17 ¦ "
b"«æ7!úì@NÉÌ{Í5xG< "
b"®—MbróN2“¦8ShX\x10 å "
b"®Ñì4|ÍB\x05 ¸Ýu@Œ?ºB "
b"¯/S}\e ÐI] â¼,K`\x0F – "
b"¯TQò†ÛK"– gîk^ò| "
b"¯sϼ^ÊDÛˆÿŒ8ø:å! "
b"°Év1{ZD|™\x0F cfÅ!\x0E é "
b"±þ\x17 ÊášF\x15 ¹äu'‰ÇG( "
b"▓,\x08 ¨└üJ¤ªÅ\x18 Yùß{\x08 "
b"²eßïf\t AX¦‹\x1D Ø×\x0E dà "
b"²äm“\v öDX¿C©Kè—Åê "
b"³ØV,ÛƒCKˆ!¥_\v\x16 <\x00 "
b"³úü1½ŽLØ‘òÔP²3†B "
b"´«Ç,B˜@l¥¿ *\r Òb$ "
b"Á\x1E Ù\x19 éFiÅ\x00 X©$Ýú╝ "
b"µF_ˆ¶&MÊ£þ¶Šïq'Y "
b"µnFF\x06 ŽK8ˆ€ Ã0Ï "
b"Áqå\x13 òZIì╣\x14\x1E ¤┬"/\x13 "
b"·Ý6¥]‰O\x04 ‡}ݽ\f †|† "
b"·íÑC…OM\x0E –ŸÓ3YÅóH "
b"·þ:ji›Eô°¤Ûª\x18 æùÓ "
b"¸Z(¸ãƒG\r \x16 ØÀd\x06 "
b"©ê\x0F >¹┬IUóØ!¬■EØ\x0F "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . `property_group_id` ,
`property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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 (0x004494BC6978438BAABAF936F5109723 , 0x006E38FBDB014E8A9B9239A4BFB5F563 , 0x008A6E97D2E6442EB783124B75B11C3B , 0x01838ECB12F54B92849F15408E2A3801 , 0x0233BBF49E1D4523817FF0DFEA682F14 , 0x0270C12314984517978189D2052A6A00 , 0x03632CAEB5794D9D92D18DFB64477B9E , 0x03AA8E9E8E0C43A3ABC0B66615B5C52B , 0x03AE167B975348659794581EC66A1263 , 0x03CEAD20DFE7494EBF739A0DF990F8A9 , 0x041AFEC22B834D3780FE9162D043BE12 , 0x067C522AD56943BAAE3A426DB08626C3 , 0x07975B58FC4A4F0CA9D8E3B48161B4CF , 0x087A854C4E804E0C9D0C8661CAE7F6BC , 0x0917D4701E114E10BD82323069D56B63 , 0x091A6BD061934D85B705E45A2AE3484C , 0x09BF4A38E0684F13B05B2A9138318E3F , 0x0A1C1030CCB04653A785C3A5ADCD1DD5 , 0x0A648D4193F847328C78F049ABEA565B , 0x0B46374D16944FCCA5A84C41DE96AFEB , 0x0C52413CF3CD4CDCAAA7BFD1DD1BF441 , 0x0D0957A6A0FF47FD9AA873A91DFCFF99 , 0x0D1D9F67342E4C7EA34F18CBAC110E3A , 0x0D51F4070FE345209460B11417F2DF72 , 0x0D89B6D43E2F42B68E827B7BB25915DE , 0x0D96D45DA5394E9997738F4F1C625647 , 0x0DBFBFB7684B4252A3962DC425E81237 , 0x0E8965B8EAD549E695059F41CF1551F3 , 0x0F4BB7B0D3E742A1BFCA98DB435BD395 , 0x0F7D87D6256A41DE9F0B7B9932A78E12 , 0x0FC8787090CD4E638212F3B4429863C5 , 0x0FFB21402D3F45568D0A49AB2AD38266 , 0x105C1622E7F143809B706602D701C5B2 , 0x1060215D73A941EB952748B3DFC4EA88 , 0x1083EC9E90F74BC4A1D827F1CDA45390 , 0x10B9B562362B44728701999F29F06669 , 0x10B9F9AFC6D042D487E4FAD517402C66 , 0x10BA535DD0B54D51B2C3714025B16181 , 0x10F29F6C51224C0E8D4CF2AF68972AC8 , 0x11847C57BBBE4FF5AB392ACF058E8522 , 0x118B1B02108341408FDCA81118A07BC0 , 0x11EEE595248248C490D5D33D55791976 , 0x1235FFFD01794E0DB4FE7180ACF5A0E3 , 0x123D90944B164710B32EEA64E8D6F868 , 0x13767AFD36BD4B8489A5CF735A5494FB , 0x13C19BE2962C472AB0EBB21505990768 , 0x13FD1EDE909D415BBACE9EB03B2EA0D0 , 0x150CEC2EDAEB4B28BC7E23BE2DE21D69 , 0x15B9EB4A7EDA452F8C9CC0174FC84E7B , 0x15C4FA7E355946E29D9A04FDC11567E9 , 0x1718BA5B271146FDB48523488FAE5559 , 0x1736EA3F194B4206B9DACFE7EC19118A , 0x17C6D49FBC564B7F996BC28E453D82B6 , 0x187ED8B56C074502A9C9A6C0E77BF7DC , 0x189DCE2B0F134DEA8B98FABAF1DA122B , 0x18AE2563CCB84A8AAF6C85677F6C2978 , 0x18EC2EE0B24641E38F8114C3932353F7 , 0x19117D91871648AA956383741B994A79 , 0x192D30FF524149078C56E6457ED55AA2 , 0x1984E3160E6B4CE785A8BF3348E7F564 , 0x1AEC6F8A030548B4BC5B0B97A30D1BD3 , 0x1B626DDDE94F447295C7483751308453 , 0x1B94ACB1F0454609968A2064D57DD0DB , 0x1C1168973F944E008889FAC67A34D97C , 0x1C15A7662D644723B31509339A769C03 , 0x1C46C2137A41424987EA68A9A97DDD71 , 0x1C52897E6119432B8F63D7195CED4AA8 , 0x1D203D8193AF4D838598B29AA8B8A229 , 0x1D78F49C80344C3F9378D9F0926BC024 , 0x1EF55278BDF747DE80E7D1A60B0E1273 , 0x1F2BE09F828F4221BB8AF6E585E2FFF5 , 0x1F361D30937646FC9B033EC04B69CCDA , 0x1F72987D1C614D5DAEB503B8CD4F4E78 , 0x1FB4A0686FCC4AE4A7D0795747B5CB0A , 0x2043D04EECFC43DC8EBB2E8199DE368D , 0x207A492BB1514934939F1B5C8FF348C4 , 0x20C334D34B784467BD6D4376165FA67D , 0x21809F6E84D742FD9C7E0A01CD175036 , 0x221C9C5569CA40B79B8ABBD6A3A95871 , 0x23611C97027540FC93996C89D89AFDB2 , 0x236A7378726648AAB3B0BF55FED18309 , 0x2382CFC173BA4C33939A45D66B7F79AC , 0x23CB545A386F448EA896EC9E7469B604 , 0x24C4586AB73D4644A1DF382BB6675455 , 0x25FA845139704C45801AA1427A19336C , 0x2604713E9F3446169696D1C7EDF2596C , 0x262BB8CE597B439DB4D3C42CD5261A86 , 0x267EEAD827D14DD980B03F7AE6315476 , 0x2760051C36E14B24B1E38BF771B70FC1 , 0x2785B6B69FBA4C9294D2C87D7B00F533 , 0x27C22AA4B0794CCCB55437914682D90B , 0x27C3A975C6464327806BEC2AE8B960A6 , 0x2862E9B30EA94D069FDC2755D4224218 , 0x29371D5487994832B69E4DDAF4B40523 , 0x2A10B0929B694FEA990163CBAE8401E7 , 0x2A8DD3E3ED6E47819099D2E2FE074F37 , 0x2B3A5340B9F14ED2AC1211DF92941CEA , 0x2BB15E42A5794B40A9A74F985F7732DF , 0x2C2E413510EF46F19FF3F43150779AAF , 0x2C4952A0633E4E4C9F08774E6AA8D9CF , 0x2C676E6A825642DEBC1097D30F731444 , 0x2CB04F15E2A5425FB99D6DD6A1CCA279 , 0x2D10C4B3C6B94A0AB6BB1D4F727D2DFE , 0x2D1CC3A5ACFA457190D0593247C19F61 , 0x2E60CC6083AB46E4802D1237E181177D , 0x2E8F0095080A437DA3515DFD02421BA1 , 0x2F63F0E1E7AD472E80DC02EC6D0CB705 , 0x2FAA355AB97748289201786865A9F4A5 , 0x2FC6F03E56D741449AC0352F9D06FA11 , 0x2FFFE7A31F4F4A05B5E40AE43FEA0D69 , 0x302E665134704917B79187908B709543 , 0x312F60C8CBD342D8B68339E6C950F311 , 0x319DC8A8F8DB42E98AA307079ED4F1D2 , 0x321A021351DA4957A93F2E18D8C49F3E , 0x335C3A5589D8404CBD5184C1879EF444 , 0x33A9676ECBC8477E9FFBF173125CE104 , 0x34B7F849174B40EC83E3CECD11B634DD , 0x34BE0B1619564E0A83BCB06A47992E9E , 0x352DC3B7820C449F94D424A493B33B62 , 0x3553A92151484F5BB3A39A0F55F24A51 , 0x35E110EF9B1742948984CB3D274889BC , 0x36B2D68C5F08452C87A0A0054379E286 , 0x36D99A86E99846DCBB0A46DC7C53AD15 , 0x382B977FF43F4041B007CBA7515D8A01 , 0x38ACCD387F234D7D911E0E48EF740716 , 0x39DAF77A8C194FE28E0CC6BA058F9C8F , 0x3A0924A6AA69476899822B6C8964D859 , 0x3A38FE724F204C679D312907E2698314 , 0x3A3BE7E3AB974276BCA73E2D36C33B2C , 0x3A6D2603C35644BF8B6BB3B2D9986FE6 , 0x3AC127DD0C2F4D7F813F1FF613F2502A , 0x3AC1F602CB334DF8BA38151ADF72A4BC , 0x3BBA380D4E994B50A3370A0989B8385D , 0x3BD4726C14F7454B8B51B33CD92C1015 , 0x3C5264192DDF426D9BA24E8948551273 , 0x3D618D86E9D641B7B44E525334B4F98A , 0x3DC3DDB800964555A3C05AE21AA519E8 , 0x3DDD353B46D844418AD5343152137F9B , 0x3E175CF0D82C47A7A7AE6D600749BB5D , 0x3E49419A7C0344EDA295370FE696CFBB , 0x3E6659C8DB7C4C63B863B491AD60989B , 0x3E68A8CC9CDF436CB1DC27F19754BFBB , 0x3EF30CC6CD5B43E6BCBBB817F5C29E68 , 0x3F4BDDC11899474DA162B64B05C1F52E , 0x3FF5AF42A6D84CA58962BCDD9CEF12DA , 0x4005A785F31640ADB7B8E9C47CA557B3 , 0x404F123F80DA4779A618BDBFC3CA94E0 , 0x409C6456C98E4A6580D3853809969698 , 0x40BFB98941204995AA9139DF475E4045 , 0x40F4A93419AD4220BFFF9BF8478D0E47 , 0x42BCA38FD08742FB9E1D3629CD7121F4 , 0x4301A434A9904877B9A2B56AD298011B , 0x43AEAD0549A746F6A0973391AE07953E , 0x44B4DA14A237439C98EDE7BCDE6EF3C6 , 0x45BC8FA2A85B4EB28FFCB07DC68D6679 , 0x46DF0D9124854E7980CDC62C6FF4CCA3 , 0x472F282F39A44235B227B6AC44FF33CA , 0x47645729AA2643B1A72721CEA7DF83FA , 0x4783685BDFEA4E6EAEC10E100A1EAD79 , 0x47A84A1B9E45469EA27AD3B8772818FC , 0x47B3E2842EC745D19E2D4D783A45AF70 , 0x47EA5DA0C11E437388407ECAF3EDAA95 , 0x4883FE07483D4EDE9ECAE09A226BB567 , 0x48AD3076154C4C19A65148E7795CF43D , 0x4924C1027122422B84825D1FE363837C , 0x4928C25D6D8C491CBBC1B112C316252F , 0x493868AE38774E66AD31E17ED0B9E8EE , 0x494E654E30D24F24A2AF8A9EE768ACB4 , 0x497BE93362C2473590A0015BA2B47A91 , 0x497D689AAD144F01BCAFD1035414735F , 0x49820B320F3E4A9F9AE4E080C9237314 , 0x4992A79CE0F1493790728328E0924F49 , 0x499AFAFB2CAD4D85B940C0F27A82DFC4 , 0x49B1277A772D4FDB8B7A3419D495BC99 , 0x49F50A1058F249AFA121D44A32B37F42 , 0x49F7E4DEBDDC49FE8043025AE3FEA243 , 0x4A1835973F0F4656BB34085A8DB68F8C , 0x4A4BDBE35A5F4417A5FE00D1091332B5 , 0x4A85DD86043F460A86324F72369C1B44 , 0x4A8D6E2F35BD4FFA8270034EDB17636C , 0x4ABE958DA60A4D36ACC2E946CE13B263 , 0x4BEC394622F94FD3B2E703DB629B1BB4 , 0x4BF2CAF98B6A4D4FAC9419F30517CC3E , 0x4C41F5E5C5514066BC4A4E72DC5CB70B , 0x4CDB35C4BCE44895A7FD27D17C209931 , 0x4CDC05F4A95044A98437CF41F587F7B9 , 0x4D5F3B7632B74262B6473878BE868450 , 0x4D8AFD9FBFC743F1B5D216F2E6A9010F , 0x4E39AA8BE97347B48CF57C3B1DBBEEC9 , 0x4E492AA9424648D3A1290A8CB1EDDA4A , 0x4E5C0F203C774D2691A651BF63DF3062 , 0x4EF3866A5B764860928E9527DF72C57A , 0x4F0FDBA2080E464C96564CCF8963816C , 0x4F3EA2CE6CC94A8B98DA6AD80F0C20EA , 0x4F5D6754CD6F4C80B6797092CE39EC5B , 0x4FA5C82B251E4E54800136F462DBB094 , 0x4FFF777E7D2340839EEFA116F9A5D54C , 0x50D21C85A4CC4816986C7FFB72C92CBE , 0x50D6D4C1E26F47109098223ACAA6F9A1 , 0x51010C0A8CA64BF1BC2475A801A2DDD2 , 0x51F209CFE5814AD19A9C3C784DC8AD61 , 0x525530980BD34596895AFB5516E3CE86 , 0x52642D9DBBD54A0DA119EC263355D600 , 0x52F112FA509243478D0D8599FDDBB89B , 0x5328948F8C79441EAE96BE8D75F1FF00 , 0x53D1D9EF95534D19A30BA830117C9ABA , 0x53EFA384AED24E55ADBFAC939DB082B1 , 0x54A29AD2AE744278BA033058BE2DFA98 , 0x54E4053FFC37427DB48D178D1E69352D , 0x55D2AB052931434690AFFC966CFD1EB0 , 0x5679783A8F3941E0AFD430C27038905F , 0x567C076440C2490A9635B8FB4F95D2DF , 0x568E1C4729454A5AAC0F4BA0B0BB560B , 0x5740D8D003E142AF9F3B198959A9BB6D , 0x574D91DA18274F64A5DF737A4D712FE4 , 0x5756C2DCA84F4C04A899622844472CF0 , 0x575816EF346F47B596D23165C3399CC8 , 0x57D229C0E3144E94BC961271085FE09C , 0x5800B0B21531403297C017B4566C81A9 , 0x58552E0DB25F4F92A7DDF981AFC2966B , 0x5874870EA29D4FF5AD8320CA42F1CCF0 , 0x58CBC02474B0490EA47E96C2B41BAB9B , 0x58EA87A93547432F833FDAB2F32809A3 , 0x58EE2850C4F940F7821113E938F03460 , 0x59505D328378425B98D12DE9382B6D51 , 0x599C54B5E133485285A7505E585D9EC2 , 0x59FAF17FE75340AB8FAC83856B57BEC8 , 0x5A43CF15C3104ED0AF0190E7A13BCC0D , 0x5ACC5A9B4F5E45628F87A12C34570304 , 0x5AFF040EB393442FBADF5FBAE2042EDB , 0x5B8ACD7D01FB411F942A48C701291E36 , 0x5C08F97694EF4E13B0BEC342561159CB , 0x5CC0DDBAE27E4717904F8DB465362CE0 , 0x5CED93B7499340F1BDFB460572F5F8C9 , 0x5DCF79996EC443239DC6AFB8541DFBAA , 0x5E5E9E6D0DCA4B1BA3E325EF480D1DB2 , 0x5E8F6F75D36B4DD6A2115119D28537EE , 0x5EC71DFD20EC470D88C2B2E2A295481B , 0x5F045D56596E4747A4E0705F08CD9493 , 0x5F3E1B916687409B9B11F200FB5379F0 , 0x60985CFE999A4C6B8055189CF8A33B8A , 0x60DF62F1CAF84903A6E3BA9A3C4021F3 , 0x6119D2DF2E924196AB24074F2D817734 , 0x611CB9BB93364253A4A5D9044F5CC51C , 0x61375D5DB1A24EF38EF0DECDA58510D0 , 0x61F5A2B5F68F4DC09BBA5ADFFAEFA2FB , 0x61FEDBB169F54DDE825B7000F8E9EA7D , 0x623508D613654E69A33762398EB9F78A , 0x624ACB5A3A7C4AB1970048310E69BCCE , 0x627981B41C22466CA3175EDA391D7457 , 0x62BD691B1A474B3798BB5B2C1AB81020 , 0x642A33BE466341CD91753E43EB55A578 , 0x643B4FD10F964CCABEDC648438CCE830 , 0x64E17785B85346E3BBE778E8B3C5C4DD , 0x6515686A5ADC4225BAD1475614186F82 , 0x653427B0A41F4706AAE70DDA4036EEFE , 0x65D0C976236649B294BE6C29573C4BBD , 0x66723D3D41734862B9CEE289BEF25206 , 0x667BE55F6B4C45AC94A9C30D7CA7F8B3 , 0x66894C25789549ECA5D8756261DE3766 , 0x66B939AFB71C4D9398F8D49A10D1027C , 0x6718499C9E854E10B5969FEB9AFCA5F4 , 0x675850033A584F8DA17B02240B6F12DE , 0x689AC6CCE64E4478B1D035E4F5E2394B , 0x68C057F049A9406CA2A4B4FD2CD4BA2E , 0x6941FB88D30A42F189992C1007D86CB8 , 0x694CCE193734469EB440C51982CB61BE , 0x697D543AB06B4B14B38487779C75982D , 0x69F819F5B16D4AE48C0C17D589E35222 , 0x6A5733D37650445C99DEFE378B6BC5FF , 0x6ABF516764A24710AB36488A5561332A , 0x6B8E0A1D74CD4AE0BB84D67734690909 , 0x6BE4A9B9897F4FFD9FEB3A372DFC5C36 , 0x6C181FAF6063456DAED3231F13758CC8 , 0x6D12FBAB16AA4CF4B224451D8CD4AE89 , 0x6D7AA7788F2441F7B60F0B9F35F55ADA , 0x6D8BF9AFB23942379E17C8CEED686803 , 0x6DF70FFDD2034896989F62C6FE993128 , 0x6DFDD9E08F4740AC8FF188FE68682CA3 , 0x6E2B6DC58F0E4666B866205B63604028 , 0x6EFCA6EFA16949B6AF6889321B2BBBE4 , 0x6F2F143D62A348A7AF04C8D574939B68 , 0x6F3E871DB2C34A77BD83517E5B6D0735 , 0x6F7F6C9CD6054763B1A032897E74AD67 , 0x6FC4EBF7382449929E62742CCFBF6597 , 0x7045A5ADB2FC4BD89348FEAC9B683FB6 , 0x707AE7C5148A43DB98F025A8CC96E518 , 0x707F01547CB248A5AF34ED78FF3E1B05 , 0x70874D3132C84A489EA093865308C12A , 0x70A9AA2C378E4DB290B9D0E7C0B1E6F8 , 0x70F78CC0C1094155A2C8EB561F0EF51E , 0x71337A62692D4E7F961DFBE809FFCA6F , 0x7199E25F77B74F618B9EBBE9CC233355 , 0x71E6E107F59A4BD49A5AD999F22979EF , 0x728B567D2D294DC1B919F29B91ED54DB , 0x728C0AC9CADC44DB861A4D09438B8128 , 0x72ADA48E3FBC499D830290CF0942C745 , 0x735E270F1C2E4E4DBADF199DEDD135E6 , 0x741DC49BD8E045209115E38FBEAB78E9 , 0x74671B81F91A420C87FFFADA352B8970 , 0x747966AF3CAE45E1A8BE4BBAAA7796DD , 0x74B4181610094CDC99861174372B0DA0 , 0x74EB617FB2884AE9BA5A186B0972C029 , 0x7516FF3F47274884A46945C0605D201D , 0x75D0B27982B945BEA8FE8B066E39EF70 , 0x75EBDA5662FB48A5B72393DB9D1FD798 , 0x76357E16513043B091ECCAEE6F24E457 , 0x7645BAF3EAB240A79537E96802E47073 , 0x7678167AC3C84A61BB2C931FC1A126C9 , 0x7753FF41E5F340F6923AF95E980D8F68 , 0x779CD730B63242FC9FA56AEC539480FA , 0x785FDB8A0409425586841C5755BB5A21 , 0x78A2E85AC0B84CD3A77D86156090CBA8 , 0x792ED0930D9D44889AF8F90614AE8B14 , 0x795BDEFCA0544D708736BC1BC403E379 , 0x7A661BD47C59420599B7134B74850948 , 0x7A8DF35B97AC45A7A3820495E649B689 , 0x7ACB662C300341198AAD082661BAFC76 , 0x7B0E142364CD4A40B72CB63895611C9C , 0x7B440964D0E1419AA19ED2D510510A8E , 0x7C1B97E52AEF44FA911407220EED5139 , 0x7C2733539DC44CC58433992A67A28D9F , 0x7C282C9A771246CBAF171C7B27E96315 , 0x7C549680EFE145B4A003818B4BCE5984 , 0x7C6CF17FF7294C9EA3D8B5726FB871CD , 0x7CE73C9F124C4F8A943B75EE014CCA4C , 0x7CF4735A257645CA84692284B8EF2228 , 0x7DD0F5BD7E4A471D89FEC11E48310616 , 0x7DD2C0370B294C8A8C65E71B0E11FDB4 , 0x7DE86C88C3B449DFB472117B6AD10E65 , 0x7E81AFAC9CF840C898503A4592964159 , 0x7EB2E31575FC40E087587A8CD8337089 , 0x7ED408653561475393151CE74FCFFE70 , 0x7ED7EFF2E8E844B49F27A02EA947CF1D , 0x7F96CCBCA0384728BEB18F5F1C5A12D0 , 0x7F9DF7E58E814A949A3333033EC21C69 , 0x7FA611EA03C74DF4A6BDD6BE86D85BE9 , 0x7FE85551705944E9B418F7850E15FB24 , 0x802D63BCC4784DFA860A76D25851995C , 0x80792AD3B1BA457986A1042B53EAD9F3 , 0x80B409C6E95C4B129A36167948BA785B , 0x80E5495E2AB04EA1970E7000A48F7EBC , 0x80EC21FC7881418BACC4B76A5D1CF001 , 0x81924D5B8AF54E8CBDFD73F9FB9B31A1 , 0x81CB7879AF804397B75EEBAB55C8E478 , 0x81D9DF5DB9FB49BC98B9282E0A1B83D9 , 0x81E590C59A8746D7987109337387A127 , 0x8205DDB85D6D4C518E8AD78C953F1976 , 0x820A2CED2C9A4A8FB58E91EED0747C1D , 0x82DD267E962F457B869714802327CCC3 , 0x8383E697BADB4C04A7CF335779EA85AE , 0x83850CE5EC2E46C08A8DD1FFC32D7BDD , 0x840D510BFB6E41ACB085B9C006E7126B , 0x8450CCEE1817419BA463EA74BB4892F4 , 0x84762A1D13AA42FE8A090A51DFEDCC62 , 0x84BD7B3A34974582ABE71EA6A5A01C59 , 0x84EE3BC7D7A24576A98A2C199FE089D6 , 0x84F401DD92474970BC92C76D29D731A9 , 0x8575067C2BA845819F2AF99B086D56EF , 0x85DBB0D426054464B31F271C33911CE0 , 0x85F7EBD8487C4DD3A62EE87DD1CFF184 , 0x86CBAD8B14D642358A899D28388D399A , 0x87240F7096FD4F4482A4435BF43A2B62 , 0x87253D2E87414D53A0190CC6FF477D53 , 0x875C45F47D0A4CFFB0B3FEE68EF8A511 , 0x882A425E4D574E2E88E237D306F05157 , 0x886321D8F3F84EFEAAE3150DAD48D2EE , 0x886E4034D7774D29BD2671EB7DEBB706 , 0x889E8B94F75D47AAA829CF909CD2F514 , 0x88C03D1BEEFC49C287C387D895D9AD54 , 0x898C0DA604284EF08B51FA70599D05AE , 0x89A9140195DB482799C6D243CA680FCE , 0x89C247DDB68241F1BCD436423D8E6234 , 0x8AB56C4824EF4B8D9AA6ACB6DEF81278 , 0x8AC0FE65AB154529A2C9F9BA48E1F001 , 0x8AC17FA889154881B2AAE443FC85C3E1 , 0x8AD51BF1D02B432CBFF44B90DCBA363D , 0x8B04949BEDC44D139B78D5C3EBD26436 , 0x8B0954E4F83B4D12AD5D4E1528BBE134 , 0x8B51DA53D5944959BE14E89DAA9316CB , 0x8B593CC9A0B14BE889135E4952032F00 , 0x8B85623DF3D340C185C5EEF849A2D008 , 0x8CAB577BBA01400682F412997940BC40 , 0x8D1A3D907EB3499493F238C352A34F1B , 0x8D243EDA26754E139CEA8CE4DD6C1B45 , 0x8E9A1494650B41B7841C5998E94D8E0D , 0x8F36487F9AD14EE7B49DD0F909831608 , 0x8F514AB7A0F340FC843F9F055FD4EBB0 , 0x8F918A8FB5C0466DBCD443B8A0755288 , 0x8FF82ACE6F43402E9227C3E3E97A6B00 , 0x90330F7CB31242F6A3C0066E0AD2F4B4 , 0x9114FD9135F24F93A59F4ED1289AFDDC , 0x91195E78C34845AC84BEAE38C5EE9118 , 0x913C5734DDEC47DBB656533E77ECD273 , 0x91B671A2ADED4345B7101AB0E6BB548F , 0x91C27F6CB2CE499E8E91C34669674542 , 0x92546F53F7754998ACDA984B4FCF84E6 , 0x92EE3132F2584C3ABE219F01B3C897B9 , 0x939C73C7F4EE4584BCB140CA81749D8A , 0x93D7A3BFEAAF4F6AA0DFCEAE25D455F3 , 0x953B91F0BEDB4AF1B1EF47E09036AE29 , 0x95808C7F934242CDB046E00243FAF7ED , 0x95A8459DAD5C4F41A9CF33C4321EDA83 , 0x95D7FF19CB74470589F8797283CED223 , 0x95F001B626FF4E2CA3668E3F821DE982 , 0x96F3AC10FB0848C2950CD2DB523EBE9B , 0x9725A45E4DD448298CBBF4038E54E9F9 , 0x977945266D174A538F15CE01178AF163 , 0x97B262DF63A741BEAADE928D840086C9 , 0x97CA3658A65B4982AE03517EB3C88888 , 0x98252530CAE846D9AA616107550F2762 , 0x9837806A55F14244BC15DDB72BD0A0E8 , 0x98C04425A8774C0396FE22413574404F , 0x98F7F654549248988EA24F66192E404C , 0x994A4E6F11414FB991F2DBC631B86EDD , 0x996E7EEB948145108E6EA7FEF2CE70DD , 0x99C606AB6CFB40849A5C163BFE0CECA8 , 0x9AE6181B637B47248C04C8E61922922F , 0x9AE79FACBFF5478EB3A5A28B7D856386 , 0x9AED2C1FC5C9425AA938CB4105A2F341 , 0x9BCED4BD92F843839BBDA9524C365F0E , 0x9CE5288D84B644CCB206672D31483F6D , 0x9CFC39E9498D4CE88EB5060F523D5D01 , 0x9D1DDAE182154D408922274EBE6C36E4 , 0x9D2D4749D7114530AD67D0F60EB3661D , 0x9D6000BD6EAD422AAA421B8577302FA8 , 0x9D8DA4BC5CE14ED2A3E88C97F4AFD0C6 , 0x9E2740D2FF5A40548460398A96865665 , 0x9E30D4DC9BD443C8BC7197281400E6C2 , 0x9E3174B873794C33985CD68768D1E7DF , 0x9EEE2E71A5F14629B84F35AA08CEEEC6 , 0x9F142931CD1D4CA5B9DD2546C2906CDC , 0x9F939C73C5844CE396B80C63F0369888 , 0xA024B779ABCC46D8B71DC454D7F4F390 , 0xA0C1699079A4494199267F239570F0CD , 0xA11BEFA9225940CC8A1EE1F0E8F7E4AB , 0xA168DE2ABEC54323BF03F225A42D94F9 , 0xA1CCB7FAF875438CB2BDD068AF7EE6D0 , 0xA20F595FA7F54A0FA50260329F08FCFE , 0xA2251A96BB98463C973C58A49D151C1D , 0xA2878A6A790F403BBA30A72D95483CEE , 0xA2AF33F13C0642F6BE13DEA91873A698 , 0xA2B9FE19694A4D0B928633F36597E813 , 0xA2D309075137474696AF786FFB106014 , 0xA2E7CA95577541BEA3A231C9E548D013 , 0xA2FA300865524CA8B3E1F98650133B53 , 0xA333B5BFD97B4B8F9355F6F9A3BF0B42 , 0xA34B12DC52704C63B4D5E15EE80A37C9 , 0xA355B6CE46A34A85BFB18CDC8E8C6102 , 0xA3D6D039798F466B8170ED36A0E98196 , 0xA4048A99AFEC4BF7AEC8BAD68FE6083C , 0xA49093A552274A1DBB99D7583AC7FFDA , 0xA494319F77F84D7F808B87D7FC823410 , 0xA4C684D196CE492EB4F202DFBEFB48C0 , 0xA4CAB6BCAF684F78A3726CEFF5DF04E5 , 0xA5C2884159C34861A47432A5578DAAB8 , 0xA6458223BCD7428AA3DCDE6091A60C3E , 0xA67DD984203C4DFDABEB0156B2148D1B , 0xA6BA3A53E88343D386F82A5A4182AE86 , 0xA6C2824596EA4996BD9CB8781BEFD88F , 0xA6F9961224CB4A31B620A023843451C1 , 0xA798080D7E814241A91EA8200DE0A501 , 0xA7B208C3441F47798D2B8F033BC30E1C , 0xA8EE4DB578E944CF98CB4B99E8AB2F60 , 0xA93F34B197EA43958C4D802FEFAD8928 , 0xAA1006C7C58043FC9F6B1EFDDBF57E57 , 0xAAEE2297CA7C47A89B011FC6989EEE97 , 0xAB712AD769D544BFBADF13C5CFDB1A4F , 0xABF2A368C2E94D58BCE973F104C16698 , 0xAC3EBD3EAD8F46E6B7CD496B842E878B , 0xAC659003A4124777A8651AE6F23AE9BB , 0xAD2CED584C834D64B073DEC4D26306AF , 0xAD4FA2E0E2DB4FB4AD58C93C664E3EB5 , 0xADAB09C219874196840AF6EC097DC4D9 , 0xADBE108CCD494FE898D6E7D782E5DF3B , 0xAE1829362DF641B281E8761057A08957 , 0xAE51ABE27B4E4F86AA577BB6028517A6 , 0xAE913721A38D404E90DE7BD63578473C , 0xAE974D6272F34E3293A63853685810E5 , 0xAED1EC347CCD4205B8DD75408C3FBA42 , 0xAF2F537D1BD0495DA0E2BC2C4B600F96 , 0xAF5451F286DB4B2296A067EE6B5EF27C , 0xAF73CFBC5ECA44DB88FF8C38F83AE521 , 0xB0C976317B5A447C990F6366C5210EE9 , 0xB1FE17CAE19A4615B9E4752789C74728 , 0xB22C08F9C0814ACFA68F185997E17B08 , 0xB265DFEF66094158A68B1DD8D70E64C3 , 0xB2E46D930BF64458BF43A94BE897C5EA , 0xB3D8562CDB83434B8821A55F0B163C00 , 0xB3FAFC31BD8E4CD891F2D450B2338642 , 0xB4ABC72C4298406CA5BFA02A0DD26224 , 0xB51EFFEB198246698F0058B824EDA3BC , 0xB5465F88B6264DCAA3FEB68AEF712759 , 0xB56E4646068E4B3888AD80A020C330CF , 0xB5718613955A498DB9141ECFC2222F13 , 0xB7DD36A55D894F04877DDDBD0C867C86 , 0xB7EDD143854F4D0E969FD33359C5F348 , 0xB7FE3A6A699B45F4B0A4DBAA18E6F9D3 , 0xB85A28B8E38347EEA8AE0D16D8C06406 , 0xB8880F3EFBC24955A29D21AAFE459D0F );
Copy
13.17 ms (0.43%)
1
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.netiEasyCouponProduct` . `id` as `product.netiEasyCouponProduct.id` , `product.netiEasyCouponProduct` . `postal` as `product.netiEasyCouponProduct.postal` , `product.netiEasyCouponProduct` . `value` as `product.netiEasyCouponProduct.value` , `product.netiEasyCouponProduct` . `shipping_charge` as `product.netiEasyCouponProduct.shippingCharge` , `product.netiEasyCouponProduct` . `exclude_from_shipping_costs` as `product.netiEasyCouponProduct.excludeFromShippingCosts` , `product.netiEasyCouponProduct` . `no_delivery_charge` as `product.netiEasyCouponProduct.noDeliveryCharge` , `product.netiEasyCouponProduct` . `customer_group_charge` as `product.netiEasyCouponProduct.customerGroupCharge` , `product.netiEasyCouponProduct` . `comment` as `product.netiEasyCouponProduct.comment` , `product.netiEasyCouponProduct` . `order_position_number` as `product.netiEasyCouponProduct.orderPositionNumber` , `product.netiEasyCouponProduct` . `value_type` as `product.netiEasyCouponProduct.valueType` , `product.netiEasyCouponProduct` . `combine_vouchers` as `product.netiEasyCouponProduct.combineVouchers` , `product.netiEasyCouponProduct` . `validity_time` as `product.netiEasyCouponProduct.validityTime` , `product.netiEasyCouponProduct` . `validity_by_end_of_year` as `product.netiEasyCouponProduct.validityByEndOfYear` , `product.netiEasyCouponProduct` . `product_id` as `product.netiEasyCouponProduct.productId` , `product.netiEasyCouponProduct` . `product_version_id` as `product.netiEasyCouponProduct.productVersionId` , `product.netiEasyCouponProduct` . `tax_id` as `product.netiEasyCouponProduct.taxId` , `product.netiEasyCouponProduct` . `recipient_input_enabled` as `product.netiEasyCouponProduct.recipientInputEnabled` , `product.netiEasyCouponProduct` . `requested_delivery_enabled` as `product.netiEasyCouponProduct.requestedDeliveryEnabled` , `product.netiEasyCouponProduct` . `delivery_message_enabled` as `product.netiEasyCouponProduct.deliveryMessageEnabled` , `product.netiEasyCouponProduct` . `updated_at` as `product.netiEasyCouponProduct.updatedAt` , `product.netiEasyCouponProduct` . `created_at` as `product.netiEasyCouponProduct.createdAt` , `product.netiEasyCouponProduct.translation.title` , `product.netiEasyCouponProduct.translation.title` as `product.netiEasyCouponProduct.title` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `neti_easy_coupon_product` `product.netiEasyCouponProduct` ON `product` . `id` = `product.netiEasyCouponProduct` . `product_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 (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.netiEasyCouponProduct.translation` . `neti_easy_coupon_product_id` , `product.netiEasyCouponProduct.translation` . `title` as `product.netiEasyCouponProduct.translation.title` FROM `neti_easy_coupon_product_translation` `product.netiEasyCouponProduct.translation` WHERE `product.netiEasyCouponProduct.translation` . `language_id` = ? ) `product.netiEasyCouponProduct.neti_easy_coupon_product_translation` ON `product.netiEasyCouponProduct.neti_easy_coupon_product_translation` . `neti_easy_coupon_product_id` = `product.netiEasyCouponProduct` . `id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.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"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ú¤=Ô÷‡A^ƒ†ÛbÒeÁÌ "
b"ApTQ¸)I––#ð\t ‚M\x14 ã "
b"ì└ý#c)Iªò░½4"\x1F W6 "
b"d\x04 Ó˲HBgæë?D─Ã▓Ø "
b"0\x10 r;yé@]ü\x13 £Èë\x04 Í¢ "
b"”û(Ž%ÎLJ‡\x05 ñ¤h¬\x1A Ê "
b"ïãc|³íOM¶€®\x1F jÓ\x07 ³ "
b"<w,║¬\x03 A└û§‗Ù¯æÉ│ "
b"!=╗├]╣FcÜk\x05 ¯6\x11 ìå "
b"Åk─~\x04 4FLÅ>╔ç\x11 ýC¸ "
b"~t$LÓ\f H¤ªW£JÀÃõJ "
b"©2▒^╠LB<¼§Ø┤ôºx8 "
b"¯á>÷è\x00 GÔ•iIÂz@ÊJ "
b"\x03 Ñôq'TGV®à ãܦad "
b"»)™Õà…D‚³‡àW\x16 :X\x14 "
b"²=†y4•CB¦‘l½gŸ¥® "
b"\x03 qÅo¯ù@║ùÒ!$C\x04 ,\x0E "
b"\x05 ÉwwÛ\x1C H½ƒ¯E║øÚÙ\x01 "
b"\x7F l'É«ËBγ‡#î!\r \x1E Í "
b"ö\x01 _ý(îFN£EÐðáob# "
b"*À:Ûó°Bk‡ô··Ñ_ˆ© "
b" ÏÙ¼Ds¨\x1E fžOfu\x17 "
b"šeê"NŒF8ŸíE\r éˆ!« "
b"hUØp\x16 ØGýôTv1õçZc "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.netiEasyCouponProduct` . `id` as `product.netiEasyCouponProduct.id` ,
`product.netiEasyCouponProduct` . `postal` as `product.netiEasyCouponProduct.postal` ,
`product.netiEasyCouponProduct` . `value` as `product.netiEasyCouponProduct.value` ,
`product.netiEasyCouponProduct` . `shipping_charge` as `product.netiEasyCouponProduct.shippingCharge` ,
`product.netiEasyCouponProduct` . `exclude_from_shipping_costs` as `product.netiEasyCouponProduct.excludeFromShippingCosts` ,
`product.netiEasyCouponProduct` . `no_delivery_charge` as `product.netiEasyCouponProduct.noDeliveryCharge` ,
`product.netiEasyCouponProduct` . `customer_group_charge` as `product.netiEasyCouponProduct.customerGroupCharge` ,
`product.netiEasyCouponProduct` . `comment` as `product.netiEasyCouponProduct.comment` ,
`product.netiEasyCouponProduct` . `order_position_number` as `product.netiEasyCouponProduct.orderPositionNumber` ,
`product.netiEasyCouponProduct` . `value_type` as `product.netiEasyCouponProduct.valueType` ,
`product.netiEasyCouponProduct` . `combine_vouchers` as `product.netiEasyCouponProduct.combineVouchers` ,
`product.netiEasyCouponProduct` . `validity_time` as `product.netiEasyCouponProduct.validityTime` ,
`product.netiEasyCouponProduct` . `validity_by_end_of_year` as `product.netiEasyCouponProduct.validityByEndOfYear` ,
`product.netiEasyCouponProduct` . `product_id` as `product.netiEasyCouponProduct.productId` ,
`product.netiEasyCouponProduct` . `product_version_id` as `product.netiEasyCouponProduct.productVersionId` ,
`product.netiEasyCouponProduct` . `tax_id` as `product.netiEasyCouponProduct.taxId` ,
`product.netiEasyCouponProduct` . `recipient_input_enabled` as `product.netiEasyCouponProduct.recipientInputEnabled` ,
`product.netiEasyCouponProduct` . `requested_delivery_enabled` as `product.netiEasyCouponProduct.requestedDeliveryEnabled` ,
`product.netiEasyCouponProduct` . `delivery_message_enabled` as `product.netiEasyCouponProduct.deliveryMessageEnabled` ,
`product.netiEasyCouponProduct` . `updated_at` as `product.netiEasyCouponProduct.updatedAt` ,
`product.netiEasyCouponProduct` . `created_at` as `product.netiEasyCouponProduct.createdAt` ,
`product.netiEasyCouponProduct.translation.title` ,
`product.netiEasyCouponProduct.translation.title` as `product.netiEasyCouponProduct.title` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.categories.mapping` . `category_id`
) SEPARATOR '||'
)
FROM
`product_category` `product.categories.mapping`
WHERE
`product.categories.mapping` . `product_id` = `product` . `categories`
AND `product.categories.mapping` . product_version_id = `product` . version_id
) as `product.categories.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `neti_easy_coupon_product` `product.netiEasyCouponProduct` ON `product` . `id` = `product.netiEasyCouponProduct` . `product_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 (
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.netiEasyCouponProduct.translation` . `neti_easy_coupon_product_id` ,
`product.netiEasyCouponProduct.translation` . `title` as `product.netiEasyCouponProduct.translation.title`
FROM
`neti_easy_coupon_product_translation` `product.netiEasyCouponProduct.translation`
WHERE
`product.netiEasyCouponProduct.translation` . `language_id` = ?
) `product.netiEasyCouponProduct.neti_easy_coupon_product_translation` ON `product.netiEasyCouponProduct.neti_easy_coupon_product_translation` . `neti_easy_coupon_product_id` = `product.netiEasyCouponProduct` . `id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.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 (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.netiEasyCouponProduct` . `id` as `product.netiEasyCouponProduct.id` , `product.netiEasyCouponProduct` . `postal` as `product.netiEasyCouponProduct.postal` , `product.netiEasyCouponProduct` . `value` as `product.netiEasyCouponProduct.value` , `product.netiEasyCouponProduct` . `shipping_charge` as `product.netiEasyCouponProduct.shippingCharge` , `product.netiEasyCouponProduct` . `exclude_from_shipping_costs` as `product.netiEasyCouponProduct.excludeFromShippingCosts` , `product.netiEasyCouponProduct` . `no_delivery_charge` as `product.netiEasyCouponProduct.noDeliveryCharge` , `product.netiEasyCouponProduct` . `customer_group_charge` as `product.netiEasyCouponProduct.customerGroupCharge` , `product.netiEasyCouponProduct` . `comment` as `product.netiEasyCouponProduct.comment` , `product.netiEasyCouponProduct` . `order_position_number` as `product.netiEasyCouponProduct.orderPositionNumber` , `product.netiEasyCouponProduct` . `value_type` as `product.netiEasyCouponProduct.valueType` , `product.netiEasyCouponProduct` . `combine_vouchers` as `product.netiEasyCouponProduct.combineVouchers` , `product.netiEasyCouponProduct` . `validity_time` as `product.netiEasyCouponProduct.validityTime` , `product.netiEasyCouponProduct` . `validity_by_end_of_year` as `product.netiEasyCouponProduct.validityByEndOfYear` , `product.netiEasyCouponProduct` . `product_id` as `product.netiEasyCouponProduct.productId` , `product.netiEasyCouponProduct` . `product_version_id` as `product.netiEasyCouponProduct.productVersionId` , `product.netiEasyCouponProduct` . `tax_id` as `product.netiEasyCouponProduct.taxId` , `product.netiEasyCouponProduct` . `recipient_input_enabled` as `product.netiEasyCouponProduct.recipientInputEnabled` , `product.netiEasyCouponProduct` . `requested_delivery_enabled` as `product.netiEasyCouponProduct.requestedDeliveryEnabled` , `product.netiEasyCouponProduct` . `delivery_message_enabled` as `product.netiEasyCouponProduct.deliveryMessageEnabled` , `product.netiEasyCouponProduct` . `updated_at` as `product.netiEasyCouponProduct.updatedAt` , `product.netiEasyCouponProduct` . `created_at` as `product.netiEasyCouponProduct.createdAt` , `product.netiEasyCouponProduct.translation.title` , `product.netiEasyCouponProduct.translation.title` as `product.netiEasyCouponProduct.title` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `neti_easy_coupon_product` `product.netiEasyCouponProduct` ON `product` . `id` = `product.netiEasyCouponProduct` . `product_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 (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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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.netiEasyCouponProduct.translation` . `neti_easy_coupon_product_id` , `product.netiEasyCouponProduct.translation` . `title` as `product.netiEasyCouponProduct.translation.title` FROM `neti_easy_coupon_product_translation` `product.netiEasyCouponProduct.translation` WHERE `product.netiEasyCouponProduct.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.netiEasyCouponProduct.neti_easy_coupon_product_translation` ON `product.netiEasyCouponProduct.neti_easy_coupon_product_translation` . `neti_easy_coupon_product_id` = `product.netiEasyCouponProduct` . `id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0xDAA43DD4F787415E8386DB62D265C1CC , 0x41705451B82949969623F009824D14E3 , 0x8DC0EC23632949A695B0AB34221F5736 , 0x6404E0D3FD48426791893F44C4C7B29D , 0x3010723B7982405D81139CD48904D6BD , 0x94FB288E25CE4C4A8705F1A468AC1ACA , 0xEFE3637CB3ED4F4DB680AE1F6AD307B3 , 0x3C772CBAAA0341C096F5F2EBEE9190B3 , 0x213DBBC35DB946639A6B05EE36118D86 , 0x8F6BC47E0434464C8F3EC98711EC43F7 , 0x7E74244CD30C48A4AA57A34AC0C3F54A , 0xB832B15ECC4C423CACF59DB493A77838 , 0xAFE13EF7E80047D4956949C27A40CA4A , 0x03D1F47127544756AEE020E3DCA66164 , 0xBB2999D5E0854482B387E057163A5814 , 0xB23D867934954342A6916CBD679FA5AE , 0x03718F6FEE9740BA97E3212443042C0E , 0x05907777EA1C48AB9FEE45BA9BE9EB01 , 0x7F6C27C9ABCB42CEB38723EE210D1ECD , 0xF6015FFD28EE464EA345D0F0E16F6223 , 0x2AC03ADBF3B0426B87F4B7B7D15F88A9 , 0xA020CFADD9BC4473A81E669E4F667517 , 0x9A65EA224E8C46389FED450DE98821AB , 0x68559D70169D47EC93547631E4875A63 ));
Copy
12.62 ms (0.41%)
1
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = ? ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = ? ) AND ((`product_media` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x03 qÅo¯ù@║ùÒ!$C\x04 ,\x0E "
b"\x03 Ñôq'TGV®à ãܦad "
b"\x05 ÉwwÛ\x1C H½ƒ¯E║øÚÙ\x01 "
b"!=╗├]╣FcÜk\x05 ¯6\x11 ìå "
b"*À:Ûó°Bk‡ô··Ñ_ˆ© "
b"0\x10 r;yé@]ü\x13 £Èë\x04 Í¢ "
b"<w,║¬\x03 A└û§‗Ù¯æÉ│ "
b"ApTQ¸)I––#ð\t ‚M\x14 ã "
b"d\x04 Ó˲HBgæë?D─Ã▓Ø "
b"hUØp\x16 ØGýôTv1õçZc "
b"~t$LÓ\f H¤ªW£JÀÃõJ "
b"\x7F l'É«ËBγ‡#î!\r \x1E Í "
b"ì└ý#c)Iªò░½4"\x1F W6 "
b"Åk─~\x04 4FLÅ>╔ç\x11 ýC¸ "
b"”û(Ž%ÎLJ‡\x05 ñ¤h¬\x1A Ê "
b"šeê"NŒF8ŸíE\r éˆ!« "
b" ÏÙ¼Ds¨\x1E fžOfu\x17 "
b"¯á>÷è\x00 GÔ•iIÂz@ÊJ "
b"²=†y4•CB¦‘l½gŸ¥® "
b"©2▒^╠LB<¼§Ø┤ôºx8 "
b"»)™Õà…D‚³‡àW\x16 :X\x14 "
b"Ú¤=Ô÷‡A^ƒ†ÛbÒeÁÌ "
b"ïãc|³íOM¶€®\x1F jÓ\x07 ³ "
b"ö\x01 _ý(îFN£EÐðáob# "
]
SELECT
`product_media` . `id` as `product_media.id` ,
`product_media` . `version_id` as `product_media.versionId` ,
`product_media` . `product_id` as `product_media.productId` ,
`product_media` . `product_version_id` as `product_media.productVersionId` ,
`product_media` . `media_id` as `product_media.mediaId` ,
`product_media` . `position` as `product_media.position` ,
`product_media.media` . `id` as `product_media.media.id` ,
`product_media.media` . `user_id` as `product_media.media.userId` ,
`product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` ,
`product_media.media` . `mime_type` as `product_media.media.mimeType` ,
`product_media.media` . `file_extension` as `product_media.media.fileExtension` ,
`product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` ,
`product_media.media` . `file_name` as `product_media.media.fileName` ,
`product_media.media` . `file_size` as `product_media.media.fileSize` ,
`product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` ,
`product_media.media` . `meta_data` as `product_media.media.metaData` ,
`product_media.media` . `config` as `product_media.media.config` ,
`product_media.media` . `path` as `product_media.media.path` ,
`product_media.media` . `private` as `product_media.media.private` ,
`product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` ,
`product_media.media` . `created_at` as `product_media.media.createdAt` ,
`product_media.media` . `updated_at` as `product_media.media.updatedAt` ,
`product_media.media.translation.title` ,
`product_media.media.translation.title` as `product_media.media.title` ,
`product_media.media.translation.alt` ,
`product_media.media.translation.alt` as `product_media.media.alt` ,
`product_media.media.translation.customFields` ,
`product_media.media.translation.customFields` as `product_media.media.customFields` ,
`product_media` . `custom_fields` as `product_media.customFields` ,
`product_media` . `created_at` as `product_media.createdAt` ,
`product_media` . `updated_at` as `product_media.updatedAt`
FROM
`product_media`
LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id`
LEFT JOIN (
SELECT
`product_media.media.translation` . `media_id` ,
`product_media.media.translation` . `alt` as `product_media.media.translation.alt` ,
`product_media.media.translation` . `title` as `product_media.media.translation.title` ,
`product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields`
FROM
`media_translation` `product_media.media.translation`
WHERE
`product_media.media.translation` . `language_id` = ?
) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id`
WHERE
(`product_media` . `version_id` = ? )
AND (
(
`product_media` . `product_id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
)
)
Copy
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_media` . `product_id` IN (0x03718F6FEE9740BA97E3212443042C0E , 0x03D1F47127544756AEE020E3DCA66164 , 0x05907777EA1C48AB9FEE45BA9BE9EB01 , 0x213DBBC35DB946639A6B05EE36118D86 , 0x2AC03ADBF3B0426B87F4B7B7D15F88A9 , 0x3010723B7982405D81139CD48904D6BD , 0x3C772CBAAA0341C096F5F2EBEE9190B3 , 0x41705451B82949969623F009824D14E3 , 0x6404E0D3FD48426791893F44C4C7B29D , 0x68559D70169D47EC93547631E4875A63 , 0x7E74244CD30C48A4AA57A34AC0C3F54A , 0x7F6C27C9ABCB42CEB38723EE210D1ECD , 0x8DC0EC23632949A695B0AB34221F5736 , 0x8F6BC47E0434464C8F3EC98711EC43F7 , 0x94FB288E25CE4C4A8705F1A468AC1ACA , 0x9A65EA224E8C46389FED450DE98821AB , 0xA020CFADD9BC4473A81E669E4F667517 , 0xAFE13EF7E80047D4956949C27A40CA4A , 0xB23D867934954342A6916CBD679FA5AE , 0xB832B15ECC4C423CACF59DB493A77838 , 0xBB2999D5E0854482B387E057163A5814 , 0xDAA43DD4F787415E8386DB62D265C1CC , 0xEFE3637CB3ED4F4DB680AE1F6AD307B3 , 0xF6015FFD28EE464EA345D0F0E16F6223 )));
Copy
11.29 ms (0.37%)
22
SELECT `sico_productgroup` . `id` as `sico_productgroup.id` , `sico_productgroup` . `sico_name` as `sico_productgroup.sicoName` , `sico_productgroup` . `sico_product_type_id` as `sico_productgroup.sicoProductTypeId` , `sico_productgroup` . `sico_product_class_id` as `sico_productgroup.sicoProductClassId` , `sico_productgroup` . `dynamic_product_group` as `sico_productgroup.dynamicProductGroupId` , `sico_productgroup.dynamicProductGroup` . `id` as `sico_productgroup.dynamicProductGroup.id` , `sico_productgroup.dynamicProductGroup` . `api_filter` as `sico_productgroup.dynamicProductGroup.apiFilter` , `sico_productgroup.dynamicProductGroup` . `invalid` as `sico_productgroup.dynamicProductGroup.invalid` , `sico_productgroup.dynamicProductGroup` . `created_at` as `sico_productgroup.dynamicProductGroup.createdAt` , `sico_productgroup.dynamicProductGroup` . `updated_at` as `sico_productgroup.dynamicProductGroup.updatedAt` , `sico_productgroup.dynamicProductGroup.translation.name` , `sico_productgroup.dynamicProductGroup.translation.name` as `sico_productgroup.dynamicProductGroup.name` , `sico_productgroup.dynamicProductGroup.translation.description` , `sico_productgroup.dynamicProductGroup.translation.description` as `sico_productgroup.dynamicProductGroup.description` , `sico_productgroup.dynamicProductGroup.translation.customFields` , `sico_productgroup.dynamicProductGroup.translation.customFields` as `sico_productgroup.dynamicProductGroup.customFields` , `sico_productgroup` . `created_at` as `sico_productgroup.createdAt` , `sico_productgroup` . `updated_at` as `sico_productgroup.updatedAt` FROM `sico_productgroup` LEFT JOIN `product_stream` `sico_productgroup.dynamicProductGroup` ON `sico_productgroup` . `dynamic_product_group` = `sico_productgroup.dynamicProductGroup` . `id` LEFT JOIN (SELECT `sico_productgroup.dynamicProductGroup.translation` . `product_stream_id` , `sico_productgroup.dynamicProductGroup.translation` . `name` as `sico_productgroup.dynamicProductGroup.translation.name` , `sico_productgroup.dynamicProductGroup.translation` . `description` as `sico_productgroup.dynamicProductGroup.translation.description` , `sico_productgroup.dynamicProductGroup.translation` . `custom_fields` as `sico_productgroup.dynamicProductGroup.translation.customFields` FROM `product_stream_translation` `sico_productgroup.dynamicProductGroup.translation` WHERE `sico_productgroup.dynamicProductGroup.translation` . `language_id` = ? ) `sico_productgroup.dynamicProductGroup.product_stream_translation` ON `sico_productgroup.dynamicProductGroup.product_stream_translation` . `product_stream_id` = `sico_productgroup.dynamicProductGroup` . `id` WHERE `sico_productgroup` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
\n
sh┤íqI´┐├ÉBı \x17 ╣
"""
b"\r -“ˆÿ¯M'•<w’T–\x10 È "
b"¼\x16 Û%›ºMjŠÑw:‰0\t Š "
b".Fb…kbC)¾V`’+-˜Ì "
]
SELECT `sico_productgroup` . `id` as `sico_productgroup.id` , `sico_productgroup` . `sico_name` as `sico_productgroup.sicoName` , `sico_productgroup` . `sico_product_type_id` as `sico_productgroup.sicoProductTypeId` , `sico_productgroup` . `sico_product_class_id` as `sico_productgroup.sicoProductClassId` , `sico_productgroup` . `dynamic_product_group` as `sico_productgroup.dynamicProductGroupId` , `sico_productgroup.dynamicProductGroup` . `id` as `sico_productgroup.dynamicProductGroup.id` , `sico_productgroup.dynamicProductGroup` . `api_filter` as `sico_productgroup.dynamicProductGroup.apiFilter` , `sico_productgroup.dynamicProductGroup` . `invalid` as `sico_productgroup.dynamicProductGroup.invalid` , `sico_productgroup.dynamicProductGroup` . `created_at` as `sico_productgroup.dynamicProductGroup.createdAt` , `sico_productgroup.dynamicProductGroup` . `updated_at` as `sico_productgroup.dynamicProductGroup.updatedAt` , `sico_productgroup.dynamicProductGroup.translation.name` , `sico_productgroup.dynamicProductGroup.translation.name` as `sico_productgroup.dynamicProductGroup.name` , `sico_productgroup.dynamicProductGroup.translation.description` , `sico_productgroup.dynamicProductGroup.translation.description` as `sico_productgroup.dynamicProductGroup.description` , `sico_productgroup.dynamicProductGroup.translation.customFields` , `sico_productgroup.dynamicProductGroup.translation.customFields` as `sico_productgroup.dynamicProductGroup.customFields` , `sico_productgroup` . `created_at` as `sico_productgroup.createdAt` , `sico_productgroup` . `updated_at` as `sico_productgroup.updatedAt` FROM `sico_productgroup` LEFT JOIN `product_stream` `sico_productgroup.dynamicProductGroup` ON `sico_productgroup` . `dynamic_product_group` = `sico_productgroup.dynamicProductGroup` . `id` LEFT JOIN (SELECT `sico_productgroup.dynamicProductGroup.translation` . `product_stream_id` , `sico_productgroup.dynamicProductGroup.translation` . `name` as `sico_productgroup.dynamicProductGroup.translation.name` , `sico_productgroup.dynamicProductGroup.translation` . `description` as `sico_productgroup.dynamicProductGroup.translation.description` , `sico_productgroup.dynamicProductGroup.translation` . `custom_fields` as `sico_productgroup.dynamicProductGroup.translation.customFields` FROM `product_stream_translation` `sico_productgroup.dynamicProductGroup.translation` WHERE `sico_productgroup.dynamicProductGroup.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sico_productgroup.dynamicProductGroup.product_stream_translation` ON `sico_productgroup.dynamicProductGroup.product_stream_translation` . `product_stream_id` = `sico_productgroup.dynamicProductGroup` . `id` WHERE `sico_productgroup` . `id` IN (0x0A7368B4A17149EFBFC39042D5FF17B9 , 0x0D2D9388FFAF4D27953C7792549610C8 , 0xBC16DB259BBA4D6A8AD1773A8930098A , 0x2E4662856B624329BE5660922B2D98CC );
Copy
11.22 ms (0.36%)
22
SELECT `sico_productgroup` . `id` FROM `sico_productgroup` LEFT JOIN `sico_productgroup_sales_channel` `sico_productgroup.prodgroupSalesChannel` ON `sico_productgroup` . `id` = `sico_productgroup.prodgroupSalesChannel` . `productgroup_id` WHERE (`sico_productgroup.prodgroupSalesChannel` . `sales_channel_id` = ? ) GROUP BY `sico_productgroup` . `id`
Parameters :
[
b"*@dÅ\x0F %C┤ÄU\-2fö© "
]
SELECT `sico_productgroup` . `id` FROM `sico_productgroup` LEFT JOIN `sico_productgroup_sales_channel` `sico_productgroup.prodgroupSalesChannel` ON `sico_productgroup` . `id` = `sico_productgroup.prodgroupSalesChannel` . `productgroup_id` WHERE (`sico_productgroup.prodgroupSalesChannel` . `sales_channel_id` = 0x2A40648F0F2543B48E555C2D326694B8 ) GROUP BY `sico_productgroup` . `id` ;
Copy
9.56 ms (0.31%)
1
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500
Parameters :
[
true
b"\x03 ╬¡ ▀þIN┐sÜ\r ¨É°® "
b"\r Qô\x07\x0F ãE ”`±\x14\x17 òßr "
b"\x19 -0ÿRAI\x07 ŒVæE~ÕZ¢ "
b"\x1A ìoŠ\x03\x05 H´¼[\v —£\r \e Ó "
b"\x1F +ÓƒéÅB!╗è÷ÕàÔ § "
b"'…¶¶ŸºL’”ÒÈ}{\x00 õ3 "
b"""
V|\x07 d@ÂI\n
–5¸ûO•Òß
"""
b"WM‘Ú\x18 'Od¥ßszMq/ä "
b"WX\x16 ï4oGµ–Ò1eÃ9œÈ "
b"X\x00 ░▓\x15 1@2ù└\x17 ┤Vlü® "
b"YœTµá3HR…§P^X]žÂ "
b"Zÿ\x04\x0E ³“D/ºß_ºâ\x04 .Û "
b"\└¦║Ô~G\x17 ÉOì┤e6,Ó "
b"a7]]±¢NóŽðÞÍ¥…\x10 Ð "
b"e4'°¤\x1F G\x06 ªç\r Ú@6îþ "
b"f‰L%x•Iì¥ØubaÞ7f "
b"v5~\x16 Q0C°‘ìÊîo$äW "
b"zf\e Ô|YB\x05 ™·\x13 Kt…\t H "
b"Çý!³xüAï¼─Àj]\x1C \x01 "
b"ü╦xy»ÇCùÀ^Ù½U╚õx "
b"üÕÉ┼ÜçFÎÿq\t 3sçí' "
b"£Õ(ìäÂD╠▓\x06 g-1H?m "
b"ª}┘ä <M²½Ù\x01 V▓\x14 ì\e "
b"¯/S}\e ÐI] â¼,K`\x0F – "
b"°Év1{ZD|™\x0F cfÅ!\x0E é "
b"²eßïf\t AX¦‹\x1D Ø×\x0E dà "
b"·þ:ji›Eô°¤Ûª\x18 æùÓ "
b"»\x1C V.§MJ\x16 ƒ\t µ7\x15 V° "
b"┐.ëµ═ãO<▓^ýÿü\t ª═ "
b"äöì½ÓBMÙ–Õ½ò2|Ùb "
b"åW¼‘ö‰J\f º¡Ð-åZJs "
b"\x18 Ø╬+\x0F\x13 MÛïÿ·║±┌\x12 + "
b"""
-\x10 ijƹJ\n
¶»\x1D Or}-þ
"""
b"5-÷‚\f DŸ”Ô$¤“³;b "
b":Áö\x02 Ë3Møº8\x15\x1A ßr¤¼ "
b"D´Ú\x14 ¢7Cœ˜íç¼ÞnóÆ "
b"g\x18 Iœž…N\x10 µ–Ÿëšü¥ô "
b"m²┘ÓÅG@¼Å±ê■hh,ú "
b"zËf,0\x03 A\x19 Š\x08 &aºüv "
b"|ç<Ÿ\x12 LOŠ”;uî\x01 LÊL "
b"\x7F ظÕÄüJöÜ33\x03 >┬\x1C i "
b"„\r Q\v ûnA¬°…¹À\x06 ç\x12 k "
b"‡%=.‡AMS \x19\f ÆÿG}S "
b"¢¹þ\x19 iJM\v ’†3óe—è\x13 "
b"®—MbróN2“¦8ShX\x10 å "
b"»ÆÚ€p9OU¶\x1D\v\x7F hZ\x16 "
b"ÂFÔÅjšB\e ¼¬<'yäˆc "
b"áÀDôŸÄOv‚\x7F\x16 ûðÀ"ö "
b"ä¸\e ¯PNHŒÃ\x15 ªÌI ° "
b"µ½ªô`╗OSØ\x1A ┐µ║8\f ! "
b"íÚÉÑS/IiªG·õNdL\f "
b"\x10 ¹ù¯ÆÐBÔ‡äúÕ\x17 @,f "
b"8¬Í8\x7F #M}‘\x1E\x0E Hït\x07\x16 "
b"G¨J\e žEFž¢zÓ¸w(\x18 ü "
b"R±\x12 ·PÆCGì\r àÖ²█©ø "
b"q3zbi-N\x7F –\x1D ûè\t ÿÊo "
b"t´\x18\x16\x10\t LÜ™†\x11 t7+\r "
b"xóÞZ└©L˺}å\x15 `É╦¿ "
b"\x7F èUQpYDé´\x18 ÷…\x0E\x15 û$ "
b"""
‡\Eô}\n
Lÿ°³þæŽø¥\x11
"""
b"’ToS÷uI˜¬Ú˜KOÏ„æ "
b"¤”1ŸwøM\x7F €‹‡×ü‚4\x10 "
b"®Ñì4|ÍB\x05 ¸Ýu@Œ?ºB "
b"ÁgNþHãG)¶¿\x00 #$&ê™ "
b"ÐÿCq“(Nv—\x13\x03 ¼Iu "
b"ô¸Ê\x1D ?2IAŒé©õ¨£ú "
b" Ã4ÓKxDg½mCv\x16 _¦} "
b"#‚ÏÁsºL3“šEÖk\x7F y¬ "
b"&~êØ'ÑMÙ€°?zæ1Tv "
b",gnj‚VBÞ¼\x10 —Ó\x0F s\x14 D "
b"9┌¸zî\x19 OÔÄ\f ã║\x05 ţŠ"
b"=aìåÚÍAÀ┤NRS4┤¨è "
b"Išúû,M…¹@Àòz‚ßÄ "
b"""
J¥òìª\n
M6¼┬ÚF╬\x13 ▓c
"""
b"Nó†j[vH`’Ž•'ßrÅz "
b"XËÀ$t°I\x0E ¤~–´\e «› "
b"Xî(PÄù@÷‚\x11\x13 é8ð4` "
b"b5\x08 Ö\x13 eNi£7b9޹÷Š "
b"iLÎ\x19 74Fž´@Å\x19 ‚Ëa¾ "
b"j¿Qgd¢G\x10 «6HŠUa3* "
b"mzºxÅ$A¸Â\x0F\v ƒ5§Z┌ "
b"oÄë÷8$I’žbt,Ï¿e— "
b"~²ã\x15 uü@à‡XzŒØ3p‰ "
b"„½{:4—E‚«ç\x1E ¦¥ \x1C Y "
b"…Û°Ô&\x05 Dd³\x1F '\x1C 3‘\x1C à "
b"ˆ*B^MWN.ˆâ7Ó\x06 ðQW "
b"‹\x04 ”›íÄM\x13 ›xÕÃëÒd6 "
b"ÅæèÅÁ└Fm╝ÈC©áuRê "
b"•×ÿ\x19 ËtG\x05 ‰øyrƒÎÒ# "
b"ÊäÆ¿¤Û@œš[þHÑ€"[ "
b"""
ðêÕÊ ¤Lëæy\n
Ø{\x1E f$
"""
b"Î╠£\t ØFJïÉi╩\e ┐0\x07 æ "
b"âª×ë4$A±š,Ú~ö±ëp "
b"å\v ©"ÈÆNÛ¨\v Ñ\t p\e œp "
b"ï¤ÖVE{KFµ“\x00 <\x15 ‡\x1F ê "
b"ñ`“y]°Gï¥\x11 UPé[š\n "
b"õHiú\t\v E`™A<ÃuHRí "
b"\x00 D”¼ixC‹ªºù6õ\x10 —# "
b"\x1C\x11 h—?”N\x00 ˆ‰úÆz4Ù| "
b"\x1C FÂ\x13 zABI‡êh©©}Ýq "
b"'éuÆFC'€kì*è¹`¦ "
b"@\x05 §…ó\x16 @·¸éÄ|¥W³ "
b"I}hš\x14 O\x01 ¼¯Ñ\x03 T\x14 s_ "
b"T¢šÒ®tBxº\x03 0X¾-ú˜ "
b"p‡M12ÈJHž “†S\x08 Á* "
b"˜ÀD%¨wL\x03 –þ"A5t@O "
b"á$Ày½╠FÏÀ\x1D ─Tζ¾É "
b"¦E‚#¼×BŠ£ÜÞ`‘¦\f > "
b"""
Õ©\n
\x02 ;\v F\x7F ¥[i‰Œ>Qs
"""
b"Ù¯êeÆ\x08 I8¨=½~ó¹x "
b"çbü:N\x1E K’†’jkv?×ÿ "
b"ôÒ¶\¦öMÛ²$‚Eúa/å "
b"=Ý5;FØDAŠÕ41R\x13\x7F › "
b"Uʽ\x05 )1CFÉ»³ûl²\x1E ░ "
b"a\x1C ¹»“6BS¤¥Ù\x04 O\Å\x1C "
b"f{å_kLE¬”©Ã\r |§ø³ "
b"hšÆÌæNDx±Ð5äõâ9K "
b"~ü»¼£°@╚ÿP:EÆûAY "
b"›ÎÔ½’øCƒ›½©RL6_\x0E "
b"¢\x0F Y_§õJ\x0F ¥\x02 `2Ÿ\x08 üþ "
b"¢Ó\t\x07 Q7GF–¯xoû\x10 `\x14 "
b"«ò£hÂéMX¼ésñ\x04 Áf˜ "
b"ÖÝfl\x18 ÉH˜½_©²º·-l "
b"Î╠\x18 {Å\x1C L[ï¶\x03 ┤0çÈO "
b"òt㢟»A¼¤ñ+\e ¯öÌ\x1A "
b"\x00 n8ûÛ\x01 NŠ›’9¤¿µõc "
b"\x00 Šn—ÒæD.·ƒ\x12 Ku±\x1C ; "
b"\t\x1A kÐa“M…·\x05 äZ*ãHL "
b"\r ¿¿·hKBR£–-Ä%è\x12 7 "
b"\x10 ¹µb6+Dr‡\x01 ™Ÿ)ðfi "
b"\x13 Á›â–,G*°ë²\x15\x05 ™\x07 h "
b"\x1C\x15 §f-dG#³\x15\t 3švœ\x03 "
b"\x1C Rë~a\x19 C+ÅcÎ\x19 \ÝJ¿ "
b"\x1D =üô»Mâàÿ▓Ü¿©ó) "
b"\x1F r˜}\x1C aM]®µ\x03 ¸ÍONx "
b"&+©╬Y{CØ┤Ë─,ı&\x1A å "
b"""
;º8\r N™KP£7\n
\t ‰¸8]
"""
b"=Ãݸ\x00 –EU£ÀZâ\x1A ¥\x19 è "
b"Gê] Á\x1E Csˆ@~Êóíª• "
b"Hƒþ\x07 H=NÞžÊàš"kµg "
b"JKÛãZ_D\x17 ¥þ\x00 Ñ\t\x13 2µ "
b"LÜ\x05 ô©PD©„7ÏAõ‡÷¹ "
b"M_;v2·Bb¶G8x¾†„P "
b"O\x0F █ó\x08\x0E FLûVL¤ëcül "
b"""
Q\x01\f \n
Œ¦Kñ¼$u¨\x01 ¢ÝÒ
"""
b"ZC¤\x15 ├\x10 Nð»\x01 Éþí;╠\r "
b"\í“·I“@ñ½ûF\x05 rõøÉ "
b"`ßbñÊøI\x03 ¦ãºš<@!ó "
b"""
kŽ\n
\x1D tÍJໄÖw4i\t\t
"""
b"m‹ù¯²9B7ž\x17 ÈÎíhh\x03 "
b"t\x1D ─øÏÓE æ\x15 ÒÅ¥½xÚ "
b"vEºóê²@§•7éh\x02 äps "
b"vx\x16 zÃÈJa»,“\x1F Á¡&É "
b"}èlˆÃ´Iß´r\x11 {jÑ\x0E e "
b"ˆÀ=\e îüI‡ÇؕÙT "
b"’î12òXL:¾!Ÿ\x01 ³È—¹ "
b"•ð\x01 ¶&ÿN,£fŽ?‚\x1D é‚ "
b"Ön~ÙöüE\x10 Änº■‗╬p¦ "
b"¢¯3ñ<\x06 Bö¾\x13 Þ©\x18 s¦˜ "
b"""
£K\x12 ÜRpLc´Õá^è\n
7É
"""
b"ªî"—Ê|G¨›\x01\x1F Ƙžî— "
b",íXLƒMd°sÞÄÒc\x06 ¯ "
b"╝-\x13 ─ı]H▄Ø·\x14 ▓#┌Ú% "
b"""
¾G„RÕ]Kö¯f”\n
O\v –ë
"""
b"¾áFUš„O:¯¢‰r|½7> "
b"┴┤╚Çî\x06 I¨£\x14 îX8¡WÉ "
b"ÂòœëžüLt±³Ì$Š\e :– "
b"─╝╣L┘╗OÈØF¥¸nÎ\! "
b"Ø4cßx·B\¾êžà—tïÿ "
b"ÝÒ°\x1C ½.LòŠ\x0E Ʊäᬽ "
b"æTzb\x11 VHЏ\x1F\x1A §ƒ“M\e "
b"òExò\x08\x0E Aö‘“J›ºŸä¶ "
b"ô«>W…JSªÎO\x15 ö«”ž "
b"¸áÅZôªO0âØd~\r ±·A "
b"¨╣dÐ┬8ITØ\x02 ædt█└ "
b"\x03 c,«ÁyMØÆÐì¹dG{× "
b"\x04\x1A þÂ+ƒM7€þ‘bÐC¾\x12 "
b"\x18 ~صl\x07 E\x02 ©É¦Àç{÷Ü "
b"*ìËÒÝnGüÉÖÊÔ■\x07 O7 "
b"""
/ÿç£\x1F OJ\x05 µä\n
ä?ê\r i
"""
b"2\x1A\x02\x13 QÚIW©?.\x18 ØÄŸ> "
b"""
Gƒh[ßêNn®Á\x0E\x10 \n
\x1E y
"""
b"SÑÙï•SM\x19 £\v ¨0\x11 |šº "
b"^Ç\x1D ý ìG\r ˆÂ²â¢•H\e "
b"fr==AsHb¹Î≾òR\x06 "
b"}ÒÀ7\v )LŠŒeç\e\x0E\x11 ý´ "
b"“×£¿ê¯Oj ßή%ÔUó "
b"£³9ÚIìLÞÄÁ\x06\x0F R=]\x01 "
b"¢‡Šjy\x0F @;º0§-•H<î "
b"""
«\t Â\x19 ‡A–„\n
öì\t }ÄÙ
"""
b"¯TQò†ÛK"– gîk^ò| "
b"¯sϼ^ÊDÛˆÿŒ8ø:å! "
b"±þ\x17 ÊášF\x15 ¹äu'‰ÇG( "
b"´«Ç,B˜@l¥¿ *\r Òb$ "
b"""
Ç\x1C ž•À\x04 E:¹w¾º\n
‰c\x16
"""
b"ËKýlÖ\v K\x08 ╣P\e █ü7¡ú "
b"Û¯{ÅÐûH¬Œ‹Þ¼\x08 K¼ "
b"äE…¤û·Bc’¥&(É5´ê "
b"ånCÅY‘NJ”äET\x06\x11\x02\x19 "
b"ùo¤\v r[A\x0E ž8nzX\x1C ¨V "
b"\x19 „ã\x16\x0E kLç…¨¿3Hçõd "
b"8+—\x7F ô?@A°\x07 ˧Q]Š\x01 "
b":;çã«—Bv¼§>-6Ã;, "
b"I{Ú3b┬G5Éá\x01 [ó┤zæ "
b"Iƺ£Ó±I7Érâ(ÓÆOI "
b"I±'zw-OÛ‹z4\x19 Ô•¼™ "
b"J\x18 5ù?\x0F FV╗4\x08 ZìÂÅî "
b"RU0˜\v ÓE–‰ZûU\x16 ãΆ "
b"q™â_w·Oa‹ž»éÌ#3U "
b"€´\t Æé\K\x12 š6\x16 yHºx[ "
b"ïQ┌SıöIY¥\x14 ÞØ¬ô\x16 ╦ "
b"Ű*╬oC@.Æ'├ÒÚzk\x00 "
b"–ó¬\x10 û\x08 H•\f ÒÛR>¾› "
b"˜%%0ÊèFÙªaa\x07 U\x0F 'b "
b"¡hÞ*¾ÅC#¿\x03 ò%¤-”ù "
b"¤Æ„Ñ–ÎI.´ò\x02 ß¾ûHÀ "
b"Ñ┬êAY├Hañt2ÑW쬩 "
b"¦ù–\x12 $ËJ1¶ #„4QÁ "
b"¨îMµxéDϘËK™è«/` "
b"¾\x10 ŒÍIOè˜Öçׂåß; "
b"µF_ˆ¶&MÊ£þ¶Šïq'Y "
b"дŒÔ¢\v HÜ‘K\x1F ’¨Å\x06 è "
b"þvêc\x18 >Eë¬eÜì╣Ð3Ä "
b"éP–ˆÙ\x01 Oµ„-\x06 ß–Æš‰ "
b"þ‡Â·\x1F DIšÏq¨\x08 ÈÈg "
b"\x13 vzý6½K„‰¥ÏsZT”û "
b":\t $¦ªiGh™‚+l‰dØY "
b"""
NI*©BFHÓ¡)\n
Œ±íÚJ
"""
b"…÷ëØH|MÓ¦.è}ÑÏñ„ "
b"ñ\x04 èÖ»ýK¸«╚║Íŵ\x08 < "
b"«q*×iÕD¿ºß\x13 ÅÏÛ\x1A O "
b"ä>’èaµG\x17 »Ù?.zÜ2‚ "
b"÷àË"2 FÙ§Èt!\r  "
b"ò;æ¥█J±▒´GÓÉ6«) "
b"³ØV,ÛƒCKˆ!¥_\v\x16 <\x00 "
b"\x08 zàLNÇN\f Ø\f åa╩þ÷╝ "
b"5á\x10 ï›\x17 B”‰„Ë='H‰¼ "
b"‰©\x14\x01 •ÛH'™ÆÒCÊh\x0F Î "
b"šæ\x18\e c{G$Œ\x04 Èæ\x19 "’/ "
b"¾Þ#RÆBJʳÜYû[N\x19 ª "
b"Åèœ&ÑoCX‡Ç\x7F\x14 ÇC$m "
b"Ï+\x1F WsžD˜²&\r ÑBK<\x02 "
b"Ò:à´Í?Iß‚M•+7Ü©ð "
b"ì\x1C\x1F z×áDW‰\x15 Äù~Ðú½ "
b":┴'¦\f /M\x7F ü?\x1F ÷\x13 ‗P* "
b">fYÈÛ|Lc¸c´‘`˜› "
b"I÷äÞ½ÜIþ€C\x02 Zãþ¢C "
b"Vyx:Å9AÓ»È0┬p8É_ "
b"^ÅouËkMÍó\x11 Q\x19 Êà7¯ "
b"_>\e ‘f‡@››\x11 ò\x00 ûSyð "
b"aþÛ±iõMÞ‚[p\x00 øéê} "
b"€y*Ó±ºEy†¡\x04 +SêÙó "
b"©?4±—êC•ŒM€/ï‰( "
b"«\x18 )6-÷A▓üÞv\x10 WáëW "
b"µnFF\x06 ŽK8ˆ€ Ã0Ï "
b"·Ý6¥]‰O\x04 ‡}ݽ\f †|† "
b"ò4Œ\t #Fa‰•M4þ¼½š "
b"ó\n \v ú…jAÌž#g\x00 ®°¶Z "
b"\x10 `!]s©Aë•'H³ßÄêˆ "
b"""
!€Ÿn„×Býœ~\n
\x01 Í\x17 P6
"""
b"?KÝÁ\x18 ™GM¡b¶K\x05 Áõ. "
b"s^'\x0F\x1C .NM║▀\x19 ØÝÐ5µ "
b"ší,\x1F ÅÉBZ©8ËA\x05 ¢óA "
b"žî.q¥ñF)¸O5ª\x08 ÎîÆ "
b"ñÉôÑR'J\x1D ╗ÖÎX:à ┌ "
b"Á\x1E Ù\x19 éFiÅ\x00 X©$Ýú╝ "
b"Ê\x17 Íèû=LÛÕp&Y\x0F Íó "
b"Ý\x18 ‘—(gNú¾ÝjLüuMy "
b"PÍÈ┴ÔoG\x10 Éÿ":╩ª¨í "
b"pE¥²üKØ“Hþ¬›h?¶ "
b"~Ô\x08 e5aGS“\x15\x1C çOÏþp "
b"¡\e ï©"Y@ÌŠ\x1E áðè÷ä« "
b"ÊÙ‚0VÚIU—\f Š9Ø·\f ´ "
b"╠ì\x10 ¡ì¢OWáðó[°´½m "
b"ÞUN£U€M笯y\x05 ÔNï "
b"Ôýùã0¶LÉñ¬U┬B-ø\f "
b"ÿÙŠ”Í\x13 N⨅\x19 9~!F$ "
b"\r ‰¶Ô>/B¶Ž‚{{²Y\x15 Þ "
b"\r ûÈ]Ñ9NÖùsÅO\x1C bVG "
b"#jsxrfHª³°¿Uþу\t "
b"'`\x05\x1C 6áK$±ã‹÷q·\x0F Á "
b"'Â*¤°yL̵T7‘F‚Ù\v "
b"+±^B¥yK@©§O˜_w2ß "
b",.A5\x10 ïFñŸóô1Pwš¯ "
b".`╠`â½FõÇ-\x12 7ßü\x17 } "
b"/ã>VÎADÜ└5/Ø\x06 ·\x11 "
b"1Ø╚¿°█BÚèú\x07\x07 ×È±Ê "
b"4·øI\x17 K@ìƒãÎÍ\x11 ¶4Ý "
b"""
6Ùš†é˜FÜ»\n
FÜ|S\x15
"""
b">ó\f ÆÍ[Cæ¼»¸\x17 õžh "
b"@O\x12 ?€ÚGy¦\x18 ½¿ÃÊ”à "
b"GdW)ª&C±§'!Χ߃ú "
b"Jìn/5¢O·ép\x03 N█\x17 cl "
b"KòÊù‹jMO¬”\x19 ó\x05\x17 Ì> "
b"O>¢ÎlÉJ‹˜ÚjØ\x0F\f ê "
b"WÒ)Àã\x14 N”¼–\x12 q\x08 _àœ "
b"Y·±\x7F þS@½Å¼âàkW¥╚ "
b"a§óÁ÷ÅM└ø║Z▀·´ó¹ "
b"bJËZ:|J±—\x00 H1\x0E i¼Î "
b"e\x15 hjZÜB%ºÑGV\x14\x18 o‚ "
b"o/\x14 =b£H§¯\x04 ÈÕt“›h "
b"o\x7F lœÖ\x05 Gc± 2‰~tg "
b"""
rî\n
╔╩▄D█å\x1A M\t Cïü(
"""
b"zì¾[ù¼Eºúé\x04 òµIÂë "
b"|ôsZ%vEÊ„i"„¸ï"( "
b"ÇÕI^*░Níù\x0E p\x00 ñÅ~╝ "
b"üÆM[è§Ns¨¹ø1í "
b"àu\x06 |+¿Eüƒ*¨ø\x08 mV´ "
b"ê×ïö¸]G¬¿)¤É£Ê§\x14 "
b"‘\x19 ^xÃHE¬„¾®8Åî‘\x18 "
b"ô£sö¯Eä╝▒@╩ütØè "
b"ò¿EØ¡\OA®¤3─2\x1E ┌â "
b"Ø\x1D ┌ßé\x15 M@ë"'N¥l6õ "
b"¡Ì·úøuCŒ²½Ðh¯~æÐ "
b"¼>¢>¡ÅFµÀ═Ikä.çï "
b"À&ž¿f®IJ¶{AìΘ@‚ "
b"""
═±\n
\x14 ríM ┤ûÉ╝\x0F ┤¾ä
"""
b"Óªl%D\x17 Eã…\x11 Ùì€î\x04\x1F "
b"Ô«'¸¦öG´DD\e ÈÆ\r P "
b"ı»\x19 »{\x04 LRú~╬~ü$üý "
b"ß=!üÕ\Hø¹ªFóÆÆ\x11 ‘ "
b"ák¶1yiI\x1F ‘2›j€ú\x1E ¶ "
b"ãÍ|\x19 ´ØKUž\x12\x04 ˆI\v\x03 – "
b"µh╩pÝÕA¥üÖ\x14 §┼¦ÆÃ "
b"ó\v \x1D ÁIN’—ì©?;©ö› "
b"ôÙFºÓîOò˜¾¶EŠç& "
b"÷£U±^ÓLƒ£a\v Ð \t ›K "
b"üVdA+\x19 KÕ·¾L0E\x01\x07 Ë "
b"ýA+\x06 ¡ùNd·\x16 ÊN'<òr "
b"\t ¿J8àhO\x13 °[*‘81Ž? "
b">h¨ÌœßCl±Ü'ñ—T¿» "
b"Q‗\t ¤ÕüJÐÜ£<xM╚¡a "
b"_\x04 ]VYnGG¤àp_\x08 Í”“ "
b"tëa\x7F ²ˆJéºZ\x18 k\t rÀ) "
b"èı\e ±ð+C,┐¶KÉ▄║6= "
b"—%¤^MÔH)Œ»ô\x03 ŽTéù "
b"Ø-GIÎ\x11 E0¡gð÷\x0E │f\x1D "
b"£U¶ÎF£J…¿±ŒÜŽŒa\x02 "
b"Ã\t Eït¡J8ª-5æz\x0F w\x00 "
b"ã9s¨¤²OÁ‹\x05 Åk"V\x08 O "
b"Õ└Ã╩ÞGB1åË3╚o¢|ü "
b"·\t ]Ø\x11 ýFnó1=ÿâí{q "
b"\x02 p┴#\x14 ÿE\x17 ùüëÊ\x05 *j\x00 "
b"\x1E õRx½÷GÞ€çѦ\v\x0E\x12 s "
b"LÛ5ļäH•§ý'Ñ| ™1 "
b"Tõ\x05 ?³7B}┤ì\x17 ì\x1E i5- "
b"byü┤\x1C "Flú\x17 ^┌9\x1D tW "
b"á┴iÉyñIAÖ&\x7F #òp═ "
b"O¢àâÛO´XÉ<fN>µ "
b"""
┴¤'\x1D Q\r Jü▓ü\x10 \n
Ê0ËÉ
"""
b"YP]2ƒxB[˜Ñ-é8+mQ "
b"m\x12 û«\x16 ªLô²$E\x1D ŒÔ®‰ "
b"pzçÅ\x14 ŠCÛ˜ð%¨Ì–å\x18 "
b"uвy‚¹E¾¨þ‹\x06 n9ïp "
b"™Æ\x06 «lû@„š\\x16 ;þ\f ì¨ "
b"®\x1E m‡þE;®›·²Î\x17 ºÕ "
b"Çð-\x7F ¯ÉAn©¼‰\x06\x19 ¡IÀ "
b"öç¸Ç{¤J‘ r™¾-ç”l "
b"VŽ\x1C G)EJZ¬\x0F K °»V\v "
b"ì\x1A =É~│Iöô‗8├RúO\e "
b"ûé\x03 SÜïG\x14 ‹yÕß\x17 ÙŠ¼ "
b"\e ”¬±ðEF\t –Š dÕ}ÐÛ "
b"ƒƒæ—ºÛL\x04 §Ï3Wyê…® "
b"Žš\x14 ”e\v A·„\x1C Y˜éMŽ\r "
b"""
Iõ\n
\x10 XòI¯¡!ÔJ2³\x7F B
"""
b"""
ü┘▀]╣¹I╝ÿ╣(.\n
\e â┘
"""
b"ÉXíüè\x11 J\x14 ¨AV<ßÔìa "
b"""
\x0F ¹!@-?EVì\n
I½*Ëéf
"""
b"\x15 ─·~5YFÔØÜ\x04 ²┴\x15 gÚ "
b"\x18 ®%c̸JНl…g\x7F l)x "
b"H0v\x15 LL\x19 ¦QHçy\ô= "
b"l\x18\x1F ¯`cEm®Ó#\x1F\x13 uŒÈ "
b"r‹V}-)MÁ¹\x19 ò›‘íTÛ "
b"wS AÕ¾@÷Æ:¨^ÿ\r Åh "
b"\x7F ¦\x11 ê\x03 ÇMô¦½Ö¾†Ø[é "
b"Ö™6ýLtL¡ºàÔÎosb\x19 "
b"Þ\x0E\x01\x05 âEEh—ôè]î<ÕÚ "
b"àb𑉖Ow¨Wá\x06 Ìþ\å "
b"èsÍÊà¥K\x17 §Íñ ŽÕ-Û "
b"¨À{:¾oG0Ø 6I'Þ²K "
b"d;OÑ\x0F –LʾÜd„8Ìè0 "
b"ó%\x1A û╗ÿF<ù<XñØ\x15\x1C\x1D "
b"╣ÃÑg·\t G±ÿ4W¸ZÛ¾ì "
b"Îîx`,jB|¦@á©^Ê:ã "
b"\x17 6ê?\x19 KB\x06 ¹ÚÏçì\x19\x11 Š "
b"0.fQ4pI\x17 ÀæçÉïpòC "
b"iø\x19 õ±mJäŒ\f\x17 Õ‰ãR" "
b"‚\x05 ݸ]mLQŽŠ×Œ•?\x19 v "
b"""
É3\x0F |│\x12 B÷ú└\x06 n\n
ʶ┤
"""
b"¦º:SèƒCÓ†ø*ZA‚®† "
b"«æ7!úì@NÉÌ{Í5xG< "
b"Òüôµ\x16 `Es€ T{\x19 7“s "
b"ߨà…\x16 SL§¥&\t 1T\x1F ²f "
b"ú‰\f\x05 ¶"EV¡ÒÄÆ\x0E ée” "
b"ßÝ"]LGw’Å?YØZÔÁ "
b"\x0F K·°ÓçB¡¿Ê˜ÛC[Ó• "
b"+:S@¹ñNÒ¬\x12\x11 ß’”\x1C ê "
b">\x17 \ðØ,G§§®m`\x07 I»] "
b"""
iAûˆÓ\n
Bñ‰™,\x10\x07 Øl¸
"""
b"Á5v†ÛóA᜿Îõ+ĪŒ "
b"÷¡ÈTƒ=I”÷Ó²ù’ú´ "
b"\x0E ‰e¸êÕIæ•\x05 ŸAÏ\x15 Qó "
b"\x11 ï\e\x02\x10 âA@Å▄¿\x11\x18 á{└ "
b",IR c>NLŸ\x08 wNj¨ÙÏ "
b"y.ðô\r ØDêܰ¨\x06\x14 «ï\x14 "
b"¸Z(¸ãƒG\r \x16 ØÀd\x06 "
b"""
Á‘Ðør'AX¤ÿë\n
Úµ®\x08
"""
b"├'║\t %×H┼ØkWâ_/-╦ "
b"Ë▄-.\x16 ÅD╠©░4mp±S "
b"ír±qc¿Ißš\x1F UÔ\x08 |̨ "
b"¾;▀ë¤6B+Ø\e üÎ▒\x11 â± "
b"""
õ ®\n
\x11 ÿDÀ«c\t\x1D ÐF°M
"""
b"÷»œ‰W\x1A Fö–\x17 5\x13 œ\x1D v\x1D "
b"\x03 ®\x16 {—SHe—”X\x1E Æj\x12 c "
b"@¿¹‰A I•ª‘9ßG^@E "
b"E╝Åó¿[N▓ų░}ãìfy "
b"INeN0ÒO$¢¯Šžçh¬´ "
b"Kì9F"ùOÓ²ç\x03 Ûb›\e ´ "
b"O]gTÍoL€¶yp’Î9ì[ "
b"O¥È+%\x1E NT€\x01 6ôbÛ°” "
b"p\x7F\x01 T|²H¥¯4íxÿ>\e\x05 "
b"{\x0E\x14 #dÍJ@·,¶8•a\x1C œ "
b"ì$>┌&uN\x13 £Ûîõ¦l\e E "
b"ž'@ÒÿZ@T„`9Š–†Ve "
b"╦\x06 Kº$E@É┐å`\x05 i\x04 Ý "
b"ıÊÿÒÉ┴K│ÿb\x19 pxA ¢ "
b"d*3¾FcAÍ‘u>CëU¥x "
b"u\x16 ÿ?G'H„¤iEÀ`] \x1D "
b"~×ïòèèD´Ÿ' .©GÏ\x1D "
b"õ`ðZØ!K\x15 ¢1╩/ܱíÚ "
b"""
÷ï¦QÙmO§®~žå\x1D O\n
\x02
"""
b"\r \t W¦ ÿGýš¨s©\x1D üÿ™ "
b"}Ðõ½~JG\x1D ‰þÁ\x1E H1\x06\x16 "
b"ª\x10\x06 ÇÅ€CüŸk\x1E ýÛõ~W "
b"à\x03 t°Ã²D©…\x05 |ü<l² "
b"¶Ç~# ÖNÝì,OC■;¦Á "
b"""
Λæ\x1D \n
yMäƒ\x19 :Åoäé#
"""
b"¢ú0\x08 eRL¨³áù†P\x13 ;S "
b"ñTl߈~Eˆ—‹ù…y«~÷ "
b"%ú„Q9pLE€\x1A ¡Bz\x19 3l "
b"C®\x05 I§Fö —3‘®\x07 •> "
b"n+m┼Å\x0E Ff©f [c`@( "
b"qæá\x07 õšKÔšZÙ™ò)yï "
b"Å6H\x7F ÜÐNþ┤Øð¨\t â\x16\x08 "
b"ÍY²¿\x19 hB½‚\t Ç\x14 €Cvo "
b"Î¥9|-ÁG¶—‚Õ¢ \x00 ²» "
b"ñésv¸\x07 IÊ”¦½Åç\x06 9¸ "
b"\x02 3╗¶×\x1D E#ü\x7F ▀Ûh/\x14 "
b"Xꇩ5GC/ƒ?Ú²ó(\t £ "
b"hÀWðI©@l¢¤´ý,Ôº. "
b"i}T:°kK\x14 ³„‡wœu˜- "
b"p®¬,7ÄM▓É╣ðþ└▒µ° "
b"|(,šw\x12 F˯\x17\x1C {'éc\x15 "
b"""
„v*\x1D\x13 ªBþŠ\t \n
QßíÌb
"""
b"ˆc!ØóøNþªã\x15 \r HÒî "
b"‰ÂGݶ‚Añ¼Ô6B=Žb4 "
b"Ø`\x00 ¢n¡B*¬B\e àw0/¿ "
b"▓,\x08 ¨└üJ¤ªÅ\x18 Yùß{\x08 "
b"³úü1½ŽLØ‘òÔP²3†B "
b"Æ\x06 ¤À>Ü@o²,üVshé# "
b"éðâ_r»@ºŠ)Ëõ\x1C a?„ "
b"îoßô•3A•Œ¶ZxÁµÒ¢ "
b"§_\x1D ¿-áNm»+³Ä\x02 ·ìv "
b"\f RA<óÍLܪ§¿ÑÝ\e ôA "
b"\x11 „|W»¾Oõ«9*Ï\x05 Ž…" "
b"\x12 =ÉöK\x16 G\x10 │.ÛdÞͰh "
b"$ÄXj·=FD¡ß8+¶gTU "
b")7\x1D T‡™H2¶žMÚô´\x05 # "
b";Ôrl\x14 ÷EK‹Q³<Ù,\x10\x15 "
b"?õ¯B¦ØL¥‰b¼Ýœï\x12 Ú "
b"I$Á\x02 q"B+„‚]\x1F ãcƒ| "
b"S´úä«ÊNU¡┐¼ôØ░é▒ "
b"‡$\x0F p–ýOD‚¤C[ô:+b "
b"‹\t Täø;M\x12 ]N\x15 (»á4 "
b"ÅQJÀá¾@³ä?ƒ\x05 _ÈÙ░ "
b"╗síì5úM\ÿI│À]{Q÷ "
b"¾¿è!š‘Læ¹A\x14 —À‘´D "
b"├_EÚôàIõì┘ï\x13 ±éc\x12 "
b"Ð\x1D ┼j─æCª▓┴Ïi\x1F ®üQ "
b"Ò@š\E\x02 G÷†D2—¥Q† "
b"ÙVoò¦ÒO~º…\x05 ž©×\x1D Y "
b"Ò ╬"░ØCB╣bNÃ═|kþ "
b"é1ÕL íLÆ€Ãrû\x18 ³Ž "
b"ôŠ*q×ÈE‰Å¬Ñ1T\x15 Ž "
b"ý¢$sâbFq–» ÿ\x18 ¶\x13 w "
b"PÒ\x1C …¤ÌH\x16 ˜l\x7F ûrÉ,¾ "
b"\x7F û╠╝á8G(¥▒Å_\x1C Z\x12 ð "
b"ž0ÔÜ›ÔCȼq—(\x14\x00 æÂ "
b"õîýÛ\x1A à@¡—<oÿ\x16 Î\x18 "
b"G/(/9¤B5²'¶¬Dÿ3Ê "
b"Z╠ZøO^EbÅçí,4W\x03\x04 "
b"b½i\e\x1A GK7˜»[,\x1A ¸\x10 "
b"ùyE&m\x17 JSÅ\x15 ╬\x01\x17 è±c "
b"˜7€jUñBD¼\x15 Ý·+Ð è "
b"©ê\x0F >¹┬IUóØ!¬■EØ\x0F "
b"ÈÕùÒ51JA…¨‡=±Û\x00 … "
b"¸sü]\x15 ßL\x00 çwÈ\x1A ="Á4 "
b"\x17\x18 ║['\x11 F²┤à#HÅ«UY "
b" zI+▒QI4ôƒ\e \žH─ "
b""\x1C œUiÊ@·›Š»Ö£©Xq "
b"—Ê6X¦[I‚®\x03 Q~³Èˆˆ "
b"äþØQ€Gœ½—‚²æ|õÎ "
b"¢çÊ•WuA¾£¢1ÉåHÐ\x13 "
b"ã\x02 ×°+AEì║(┐N¯rf® "
b"""
Ø3¤\x14 úÛG7ª\x06 šºÅÒ\n
Ù
"""
b"ù™\‰ÖmM\f Š{¤\x02 «ü¶\x04 "
b"#ËTZ8oDލ–ìžti¶\x04 "
b"MŠýŸ¿ÇCñµÒ\x16 òæ©\x01\x0F "
b"N9ª‹ésG´Œõ|;\x1D »îÉ "
b"f¹9¯·\x1C M“˜øÔš\x10 Ñ\x02 | "
b"k䩹‰\x7F OýŸë:7-ü\6 "
b"|\e —å*ïDú‘\x14\x07 "\x0E íQ9 "
b"å╦¡ï\x14 ÍB5èëØ(8ì9Ü "
b"‘Â\x7F l²ÎIžŽ‘ÃFigEB "
b"Ð1¢RéÁKk¶‹\x11 ú\À\x07 ¿ "
b"ÚexË{UJD┐y=Éd?╗┼ "
b"\v F7M\x16 ”OÌ¥¨LAÞ–¯ë "
b"\x15 ¹ëJ~ÚE/ŒœÀ\x17 OÈN{ "
b" CðNý³C▄Ä╗.üÖÌ6ì "
b"[ŠÍ}\x01 ûA\x1F ”*HÇ\x01 )\x1E 6 "
b"`˜\þ™šLk€U\x18 œø£;Š "
b"o>‡\x1D ²ÃJw½ƒQ~[m\x07 5 "
b"ú3Á┐┘{KÅôU÷¨ú┐\v B "
b"¾¯»7˶L ¼g\x16 Áf\x00 H^ "
b"б\x10 6ÙéEËÅ"\x03 PÆ4N╦ "
b"3©gnËÈG~Ÿûñs\x12 \á\x04 "
b"\x10 âý×ɸK─íÏ'±═ñSÉ "
b"\x12 5ÿý\x01 yN\r ´þq€¬õ ã "
b"\x1F 6\x1D 0“vFü›\x03 >ÀKiÌÚ "
b"#a\x1C —\x02 u@ü“™l‰Øšý² "
b",░O\x15 ÔÑB_╣ØmÍí╠óy "
b"I‚\v 2\x0F >JŸšäà€É#s\x14 "
b"Rd-Ø╗ıJ\r í\x19 ý&3UÍ\x00 "
b"]¤yÖn─C#Øã»©T\x1D ¹¬ "
b"r¡ñÄ?╝IØâ\x02 ɤ\t BÃE "
b"tyf¯<®EᨾKºªw–Ý "
b"y[Þü TMp‡6¼\e Ä\x03 ãy "
b"ŠÀþe«\x15 E)¢ÉùºHáð\x01 "
b"è┴\x7F ¿ë\x15 Hü▓¬õC³à├ß "
b"‹Y<É ±Kè‰\x13 ^IR\x03 /\x00 "
b"¤Ê¶¼¯hOx£rlïõß\x04 å "
b"º▓\x08 ├D\x1F Gyì+Å\x03 ;├\x0E\x1C "
b"Áê‹\x19 ½ÛIÈ›\x16 °‰Ç«u· "
b"©ú\r Í\x07 E¦”ædrØ\x12 öæ "
b"*\x10 °’›iOê™\x01 cË®„\x01 ç "
b"ª┬éEûÛIû¢£©x\e ´ÏÅ "
b"·íÑC…OM\x0E –ŸÓ3YÅóH "
b"ÂËe KoK\x1E ¡Ð¼<4'*· "
b"È]ŽìJ\x17 ½‹pF\x04 Àþ\x19 "
b"|'3SØ─L┼ä3Ö*góìƒ "
b"|lñ\x7F ÷)Lž£Øµro¸qÍ "
b"\x06 |R*ÕiCº®:Bm°†&à "
b"(bé³\x0E ©M\x06 ŸÜ'UÔ"B\x18 "
b"1/`ÈËÓBضƒ9æÉPó\x11 "
b"5S©!QHO[³£š\x0F UòJQ "
b"<Rd\x19 -ßBm›¢N‰HU\x12 s "
b">IAš|\x03 Dí¢•7\x0F æ–Ï» "
b"G³â„.ÇEÑž-Mx:E¯p "
b"I(Â]mŒI\x1C »Á±\x12 Ã\x16 %/ "
b"XU.\r ▓_Oƺ¦¨ü»┬ûk "
b"jW3ÓvPD\™Þþ7‹kÅÿ "
b"m÷\x0F ýÒ\x03 H–˜ŸbÆþ™1( "
b"uÙ┌Vb¹HÑÀ#ô█Ø\x1F Îÿ "
b"•€Œ\x7F “BBͰFà\x02 Cú÷í "
b"║▀¶í0VIßÅEÆ5â\x15\x1A Ï "
b"╗Zå\x17 É3Aî╝7c╝╩{mð "
b"Är AÕ„OÏ¿¡ôlZÖl‡ "
b"Ã^┬ùKeG▄ÅÇ]×╦Iæ¸ "
b"Ì×7¨-ŽJ¥—¿\t Ë-œ\x18 4 "
b"âh*,ÐhBƒˆ¼\v\x1A Ã8”( "
b"æµýd(‰N¨ŠËt¡éͼþ "
b"æÌä\x14 p€Kt¹\x02 £ƒ;PTØ "
b"ñ÷‚¤æêF¤“¦¶Æc®À‰ "
b"¶`oaR!KÍÉ~─\x05 └║Û1 "
b"\x10 \\x16 "çñC€›pf\x02 ×\x01 Ų "
b"wœ×0¶2BüŸ¥jìS”€ú "
b"ëî\r ª\x04 (NïQ·pYØ\x05 « "
b"╩g$ìhDCPÜêy╗\x17 aÒï "
b"""
\n
\x1C\x10 0̰FS§…Ã¥Í\x1D Õ
"""
b"@œdVÉŽJe€Ó…8\t ––˜ "
b"®Q«â{NO†ªW{¶\x02 …\x17 ¦ "
b"çÔ\x1C ßt¾IÖ¥xµB4ÊÙy "
b"¶┬a\e åçD\x17 ¡J"║GÅêð "
b"\x1F ´ hoÌJä§ÐyWGµË\n "
b":8■rO LgØ1)\x07 Ôiâ\x14 "
b"âà\f Õý.F└èìÐ ├-{¦ "
b"èÁlH$´Kìܪ¼Â̰\x12 x "
b"\x18 ý.Ó▓FAÒÅü\x14 ├ô#S¸ "
b"ù▓b▀cºA¥¬ÌÆìä\x00 å╔ "
b"Ó=Káé1FNö³Ëìú\x06 ß└ "
b"ä†~õ\x1D nCI†5È\x0F òc‹ê "
b"""
\n
dìAô°G2îxI½ÛV[
"""
b"╣\x0F çV=ãM´¿Æ^\x1F ÉâñY "
b"è‘àçE½BUˆŠSs„†ôF "
b"êÏä12aC€—1Ιë\x16 ·… "
b"\x07 ù[X³JO\f ®ÏÒ┤üa┤¤ "
b"\x10 ‗ƒlQ"L\x0E ìL‗»hù*╚ "
b"\x17 ÆÔŸ¼VK\x7F ™kÂŽE=‚¶ "
b"@¶®4\x19 ¡B ┐ ø°Gì\x0E G "
b"W@ØÐ\x03 áB¯Ÿ;\x19 ‰Y©»m "
b"¸.½ù─▓E>▓ZÅøÍ}p\r "
b"÷òæ¡ëóB<—i+ò=HÆa "
b"\x10 ║S]ðÁMQ▓├q@%▒aü "
b"‘<W4ÝìGÛ¶VS>wìÒs "
b"N\\x0F <wM&‘¦Q¿cß0b "
b"^^žm\r ÊK\e £ã%ïH\r \x1D ² "
b"eÐÉv#fI²”¾l)W<K½ "
b"‚Ý&~–/E{†—\x14 €#'ÌÃ "
b"„PÌî\x18\x17 A›¤cêt»H’ô "
b"„ô\x01 Ý’GIp¼’Çm)×1© "
b"Œ«W{º\x01 @\x06 ‚ô\x12 ™y@¼@ "
b"ž1t¸syL3˜\Ö‡hÑçß "
b"ÇÍ`ÔêL\x14 ¿òP¡'¢ p "
b"ÙJ\x0E ÿ\x05 ÿBj‡^\t\x1C (ØäU "
b"ö0Ó\x17 KÂCÅ–i\x0E ú„â&7 "
b"ÃcȘjoF—ž`m,\x15 –úš "
b"\x0F ╚xpÉ═Ncé\x12 ¾┤Bÿc┼ "
b"\x15\f ì.ÚëK(¼~#¾-â\x1D i "
b"\x19\x11 }‘‡\x16 Hª•cƒt\e ™Jy "
b"˜÷öTT’H˜Ž¢Of\x19 .@L "
b"Øìñ╝\ßNÊúÞîù¶»ðã "
b"╠aC\x04 'A\t ż╠©╠¢SN "
b"ºÿ\x08 \r ~üBA®\x1E ¿ \r ÓÑ\x01 "
b"¼eÉ\x03 ñ\x12 Gw¿e\x1A µ‗:Ú╗ "
b"è=Ø\x1A *õLÿœ%ûÒ`E\r \x18 "
b"Oÿw~}#@ƒžï¡\x16 ù¥ÕL "
b"™JNo\x11 AO¹‘òÛÆ1¸nÝ "
b"B╝úÅðçB¹×\x1D 6)═q!¶ "
b"S(öÅîyD\x1E «û¥ìu± \x00 "
b"ƒ\x14 )1═\x1D LÑ╣¦%F┬Él▄ "
b"\x01 ƒŽË\x12 õK’„Ÿ\x15 @Ž*8\x01 "
b"\x03 ªŽžŽ\f C£«À¶f\x15 µÅ+ "
b"\x13 ²\x1E ÌÉØA[║╬×░;.áð "
b":m&\x03 ÃVD¿‹k³²Ù˜oæ "
b"┐\x06 ┤C╦ÉA\x05 ÜÚÎp3╩│³ "
b"Á\x1D\x07 ặO‚ºä2±0îŠ "
b"Ô®+éöÎE\x0F ’á\^Ê\e î\x01 "
b"´ÀØ\ã┌@\x1A Á¢Rt@1Cx "
b"\x1D xôœ€4L?“xÙð’kÀ$ "
b"-\x1C ├Ѽ·EqÉðY2G┴ƒa "
b"""
J…݆\x04 ?F\n
†2Or6œ\e D
"""
b"gXP\x03 :XOìí{\x02 $\v o\x12 Ì "
b"""
é\n
,Ý,ÜJÅÁÄæ¯ðt|\x1D
"""
b"ˆn@4×wM)½&që}ë·\x06 "
b"‹…b=óÓ@Á…ÅîøI¢Ð\x08 "
b"‘\x14 ý‘5òO“¥ŸNÑ(šýÜ "
b"\e bmÝéODr•ÇH7Q0„S "
b"Xtç\x0E óØO§¡â ╩B±╠ "
b"x_ÛŠ\x04\t BU†„\x1C WU»Z! "
b"úÍð9yÅFküpÝ6áÚüû "
b"Å1³{\x12 ÄM\x05 •aþ=ã’“> "
b"Þк\x1C ¶¶Bó€\x1F %ø7;3Ø "
b"à\x1D ¥.oîE.»]Æ#\x19 ;\x08 ® "
b"\t\x17 Ôp\x1E\x11 N\x10 ½‚20iÕkc "
b"\x11 ¯Õò$éH─ÉıË=Uy\x19 v "
b"LAõåÅQ@f¼JNrÜ\·\v "
b"""
{D\t dÐáAš¡žÒÕ\x10 Q\n
Ž
"""
b"¨iQ╔WÊMìª:\x16 Xzp»p "
b"\x0F }‡Ö%jAÞŸ\v {™2§Ž\x12 "
b"6²ÖŒ_\x08 E,‡ \x05 Cy↠"
b"nü¦ï¡iI¶¯h‰2\e +»ä "
b"WVÂܨOL\x04 ¨™b(DG,ð "
b"Ÿ“œsÅ„Lã–¸\f cð6˜ˆ "
b"I8h®8wNf1á~йèî "
b"æÂqó¡ÝCEÀ\x10\x1A ░µ╗TÅ "
b"\r \x1D Ÿg4.L~£O\x18 ˬ\x11\x0E : "
b"/cðáçG.€Ü\x02 ìm\f ·\x05 "
b"3\:U‰Ø@L½Q„Á‡žôD "
b"C\x01 ñ4®ÉHw╣óÁjÊÿ\x01\e "
b"Fß\r ‘$…Ny€ÍÆ,oôÌ£ "
b"\\x08 ùv”ïN\x13 °¾ÃBV\x11 YË "
b"tg\e ü¨\x1A B\f ç ·┌5+ëp "
b"|TûÇ´ßE┤á\x03 üïK╬Yä "
b"""
€-c¼ÄxMú†\n
vÒXQ™\
"""
b"Áqå\x13 òZIì╣\x14\x1E ¤┬"/\x13 "
b"ÝDmó\x1F [E\x11 ŸŒî›lÍ5Ó "
b"ÕÄ.«7BMVØc│¼┤;3G "
b".Å\x00 ò\x08 \n C}úQ]²\x02 B\e í "
b"/ª5Z¹wH(’\x01 xhe©ô¥ "
b"šçŸ¬¿õG޳¥¢‹}…c† "
b"²äm“\v öDX¿C©Kè—Åê "
b"p÷ŒÀÁ\t AU¢ÈëV\x1F\x0E õ\x1E "
b"ý²µçõçI‹¸ž<TÖI/Ê "
b"""
4¾\v\x16\x19 VN\n
ƒ¼°jG™.ž
"""
b"a\x19 Ê▀.ÆAû½$\x07 O-üw4 "
b"„î;Ç×¢Ev©Š,\x19 Ÿà‰Ö "
b"Êæ5ü ÄF¦·þ^ׯ!Þ\x13 "
b"■└ô▄╚8ME┐x·î■õüL "
b"dáw…¸SFã»çxè³ÅÄÝ "
b"&\x04 q>Ÿ4F\x16 ––ÑÇíòYl "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
OFFSET
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x03CEAD20DFE7494EBF739A0DF990F8A9 , 0x0D51F4070FE345209460B11417F2DF72 , 0x192D30FF524149078C56E6457ED55AA2 , 0x1AEC6F8A030548B4BC5B0B97A30D1BD3 , 0x1F2BE09F828F4221BB8AF6E585E2FFF5 , 0x2785B6B69FBA4C9294D2C87D7B00F533 , 0x567C076440C2490A9635B8FB4F95D2DF , 0x574D91DA18274F64A5DF737A4D712FE4 , 0x575816EF346F47B596D23165C3399CC8 , 0x5800B0B21531403297C017B4566C81A9 , 0x599C54B5E133485285A7505E585D9EC2 , 0x5AFF040EB393442FBADF5FBAE2042EDB , 0x5CC0DDBAE27E4717904F8DB465362CE0 , 0x61375D5DB1A24EF38EF0DECDA58510D0 , 0x653427B0A41F4706AAE70DDA4036EEFE , 0x66894C25789549ECA5D8756261DE3766 , 0x76357E16513043B091ECCAEE6F24E457 , 0x7A661BD47C59420599B7134B74850948 , 0x80EC21FC7881418BACC4B76A5D1CF001 , 0x81CB7879AF804397B75EEBAB55C8E478 , 0x81E590C59A8746D7987109337387A127 , 0x9CE5288D84B644CCB206672D31483F6D , 0xA67DD984203C4DFDABEB0156B2148D1B , 0xAF2F537D1BD0495DA0E2BC2C4B600F96 , 0xB0C976317B5A447C990F6366C5210EE9 , 0xB265DFEF66094158A68B1DD8D70E64C3 , 0xB7FE3A6A699B45F4B0A4DBAA18E6F9D3 , 0xBB1C562EA74D4A168309B5371556B0A0 , 0xBF2E89E6CDC64F3CB25EEC988109A6CD , 0xE4F6ECBDD3424DD996D5BDF2327CD962 , 0xE557BC91F6894A0CBAA1D02DE55A4A73 , 0x189DCE2B0F134DEA8B98FABAF1DA122B , 0x2D10C4B3C6B94A0AB6BB1D4F727D2DFE , 0x352DC3B7820C449F94D424A493B33B62 , 0x3AC1F602CB334DF8BA38151ADF72A4BC , 0x44B4DA14A237439C98EDE7BCDE6EF3C6 , 0x6718499C9E854E10B5969FEB9AFCA5F4 , 0x6DFDD9E08F4740AC8FF188FE68682CA3 , 0x7ACB662C300341198AAD082661BAFC76 , 0x7CE73C9F124C4F8A943B75EE014CCA4C , 0x7F9DF7E58E814A949A3333033EC21C69 , 0x840D510BFB6E41ACB085B9C006E7126B , 0x87253D2E87414D53A0190CC6FF477D53 , 0xA2B9FE19694A4D0B928633F36597E813 , 0xAE974D6272F34E3293A63853685810E5 , 0xBBC6DA8070394F55B61D0B7F20685A16 , 0xC246D4C56A9A421BBCAC3C2779E48863 , 0xE1C044F49FC44F76827F16FBF0C022F6 , 0xE4C2B81BAF504E488CC315AACC4920B0 , 0xE6ABA69360BB4F539D1ABFE6BA380C21 , 0xEDDAC9D1532F4969AA47B7F54E644C0C , 0x10B9F9AFC6D042D487E4FAD517402C66 , 0x38ACCD387F234D7D911E0E48EF740716 , 0x47A84A1B9E45469EA27AD3B8772818FC , 0x52F112FA509243478D0D8599FDDBB89B , 0x71337A62692D4E7F961DFBE809FFCA6F , 0x74B4181610094CDC99861174372B0DA0 , 0x78A2E85AC0B84CD3A77D86156090CBA8 , 0x7FE85551705944E9B418F7850E15FB24 , 0x875C45F47D0A4CFFB0B3FEE68EF8A511 , 0x92546F53F7754998ACDA984B4FCF84E6 , 0xA494319F77F84D7F808B87D7FC823410 , 0xAED1EC347CCD4205B8DD75408C3FBA42 , 0xC1674EFE48E34729B6BF00232426EA99 , 0xD0FF437193284E76971303BC4975C382 , 0xF4B8CA1D3F3249418CADE9A9F5A8A3FA , 0x20C334D34B784467BD6D4376165FA67D , 0x2382CFC173BA4C33939A45D66B7F79AC , 0x267EEAD827D14DD980B03F7AE6315476 , 0x2C676E6A825642DEBC1097D30F731444 , 0x39DAF77A8C194FE28E0CC6BA058F9C8F , 0x3D618D86E9D641B7B44E525334B4F98A , 0x499AFAFB2CAD4D85B940C0F27A82DFC4 , 0x4ABE958DA60A4D36ACC2E946CE13B263 , 0x4EF3866A5B764860928E9527DF72C57A , 0x58CBC02474B0490EA47E96C2B41BAB9B , 0x58EE2850C4F940F7821113E938F03460 , 0x623508D613654E69A33762398EB9F78A , 0x694CCE193734469EB440C51982CB61BE , 0x6ABF516764A24710AB36488A5561332A , 0x6D7AA7788F2441F7B60F0B9F35F55ADA , 0x6FC4EBF7382449929E62742CCFBF6597 , 0x7EB2E31575FC40E087587A8CD8337089 , 0x84BD7B3A34974582ABE71EA6A5A01C59 , 0x85DBB0D426054464B31F271C33911CE0 , 0x882A425E4D574E2E88E237D306F05157 , 0x8B04949BEDC44D139B78D5C3EBD26436 , 0x8F918A8FB5C0466DBCD443B8A0755288 , 0x95D7FF19CB74470589F8797283CED223 , 0xCAE4C6BFA4DB409C9A5BFE48D180225B , 0xD088E5D2FFCF4C8991790A9D7B1E6624 , 0xD7CC9C099D464A8B9069CA1BBF300791 , 0xE2AAD7EB342441B19A2CDA7EF6B1EB70 , 0xE50BA922C8C64EDBA80BD109701B9C70 , 0xEFA4D656457B4B46B593003C15871FEA , 0xF16093795DB047EFA5115550E95B9A0A , 0xF54869FA090B456099413CC3754852ED , 0x004494BC6978438BAABAF936F5109723 , 0x1C1168973F944E008889FAC67A34D97C , 0x1C46C2137A41424987EA68A9A97DDD71 , 0x27C3A975C6464327806BEC2AE8B960A6 , 0x4005A785F31640ADB7B8E9C47CA557B3 , 0x497D689AAD144F01BCAFD1035414735F , 0x54A29AD2AE744278BA033058BE2DFA98 , 0x70874D3132C84A489EA093865308C12A , 0x98C04425A8774C0396FE22413574404F , 0xA024B779ABCC46D8B71DC454D7F4F390 , 0xA6458223BCD7428AA3DCDE6091A60C3E , 0xD5A90A023B0B467FA55B69898C3E5173 , 0xD9AFEA65C6084938A83DBD7EF3B978A0 , 0xE762FC3A4E1E4B9286926A6B763FD7FF , 0xF4D2B65CA6F64DDBB2248245FA612FE5 , 0x3DDD353B46D844418AD5343152137F9B , 0x55D2AB052931434690AFFC966CFD1EB0 , 0x611CB9BB93364253A4A5D9044F5CC51C , 0x667BE55F6B4C45AC94A9C30D7CA7F8B3 , 0x689AC6CCE64E4478B1D035E4F5E2394B , 0x7E81AFAC9CF840C898503A4592964159 , 0x9BCED4BD92F843839BBDA9524C365F0E , 0xA20F595FA7F54A0FA50260329F08FCFE , 0xA2D309075137474696AF786FFB106014 , 0xABF2A368C2E94D58BCE973F104C16698 , 0xD6DD666C18C94898BD5FA9B2BAB72D6C , 0xD7CC187B8F1C4C5B8BF403B43087D44F , 0xF274E3A29FBB41BCA4F12B1BAFF6CC1A , 0x006E38FBDB014E8A9B9239A4BFB5F563 , 0x008A6E97D2E6442EB783124B75B11C3B , 0x091A6BD061934D85B705E45A2AE3484C , 0x0DBFBFB7684B4252A3962DC425E81237 , 0x10B9B562362B44728701999F29F06669 , 0x13C19BE2962C472AB0EBB21505990768 , 0x1C15A7662D644723B31509339A769C03 , 0x1C52897E6119432B8F63D7195CED4AA8 , 0x1D203D8193AF4D838598B29AA8B8A229 , 0x1F72987D1C614D5DAEB503B8CD4F4E78 , 0x262BB8CE597B439DB4D3C42CD5261A86 , 0x3BBA380D4E994B50A3370A0989B8385D , 0x3DC3DDB800964555A3C05AE21AA519E8 , 0x47EA5DA0C11E437388407ECAF3EDAA95 , 0x4883FE07483D4EDE9ECAE09A226BB567 , 0x4A4BDBE35A5F4417A5FE00D1091332B5 , 0x4CDC05F4A95044A98437CF41F587F7B9 , 0x4D5F3B7632B74262B6473878BE868450 , 0x4F0FDBA2080E464C96564CCF8963816C , 0x51010C0A8CA64BF1BC2475A801A2DDD2 , 0x5A43CF15C3104ED0AF0190E7A13BCC0D , 0x5CED93B7499340F1BDFB460572F5F8C9 , 0x60DF62F1CAF84903A6E3BA9A3C4021F3 , 0x6B8E0A1D74CD4AE0BB84D67734690909 , 0x6D8BF9AFB23942379E17C8CEED686803 , 0x741DC49BD8E045209115E38FBEAB78E9 , 0x7645BAF3EAB240A79537E96802E47073 , 0x7678167AC3C84A61BB2C931FC1A126C9 , 0x7DE86C88C3B449DFB472117B6AD10E65 , 0x88C03D1BEEFC49C287C387D895D9AD54 , 0x92EE3132F2584C3ABE219F01B3C897B9 , 0x95F001B626FF4E2CA3668E3F821DE982 , 0x996E7EEB948145108E6EA7FEF2CE70DD , 0xA2AF33F13C0642F6BE13DEA91873A698 , 0xA34B12DC52704C63B4D5E15EE80A37C9 , 0xAAEE2297CA7C47A89B011FC6989EEE97 , 0xAD2CED584C834D64B073DEC4D26306AF , 0xBC2D13C4D55D48DC9DFA14B223DAE925 , 0xBE478452D55D4BF6AF66940A4F0B96EB , 0xBEE146559A844F3AAFA289727CBD373E , 0xC1B4C8808C0649F99C148C5838AD5790 , 0xC2F29CEB9EFC4C74B1B3CC248A1B3A96 , 0xC4BCB94CD9BB4FD49D46BEF76ED75C21 , 0xD83463DF78B7425CBEEA9EE09774EFFF , 0xDDD2B01CBD2E4CF28A0EC6B1E4E1ACBD , 0xE6547A621156488AB81F1AA783934D1B , 0xF24578F2080E41F691934A9BBA9FE4B6 , 0xF4ADAB3E57854A53AACE4F15F6AB949E , 0xF7A08F5A93A64F30839D647E0DF1FA41 , 0xF9B964D1C23849549D02916474DBC0FF , 0x03632CAEB5794D9D92D18DFB64477B9E , 0x041AFEC22B834D3780FE9162D043BE12 , 0x187ED8B56C074502A9C9A6C0E77BF7DC , 0x2A8DD3E3ED6E47819099D2E2FE074F37 , 0x2FFFE7A31F4F4A05B5E40AE43FEA0D69 , 0x321A021351DA4957A93F2E18D8C49F3E , 0x4783685BDFEA4E6EAEC10E100A1EAD79 , 0x53D1D9EF95534D19A30BA830117C9ABA , 0x5EC71DFD20EC470D88C2B2E2A295481B , 0x66723D3D41734862B9CEE289BEF25206 , 0x7DD2C0370B294C8A8C65E71B0E11FDB4 , 0x93D7A3BFEAAF4F6AA0DFCEAE25D455F3 , 0x9CFC39E9498D4CE88EB5060F523D5D01 , 0xA2878A6A790F403BBA30A72D95483CEE , 0xADAB09C219874196840AF6EC097DC4D9 , 0xAF5451F286DB4B2296A067EE6B5EF27C , 0xAF73CFBC5ECA44DB88FF8C38F83AE521 , 0xB1FE17CAE19A4615B9E4752789C74728 , 0xB4ABC72C4298406CA5BFA02A0DD26224 , 0xC71C9E95C004453AB977BEBA0A896316 , 0xD34BEC6C990B4B08B9501BDB8137ADA3 , 0xDBAF7BC5D0FB48ADAC8C8BDEBC084BBC , 0xE44585A4FBB7426392A52628C935B4EA , 0xE56E43C559914E4A94E4455406110219 , 0xF96FA40B725B410E9E386E7A581CA856 , 0x1984E3160E6B4CE785A8BF3348E7F564 , 0x382B977FF43F4041B007CBA7515D8A01 , 0x3A3BE7E3AB974276BCA73E2D36C33B2C , 0x497BE93362C2473590A0015BA2B47A91 , 0x4992A79CE0F1493790728328E0924F49 , 0x49B1277A772D4FDB8B7A3419D495BC99 , 0x4A1835973F0F4656BB34085A8DB68F8C , 0x525530980BD34596895AFB5516E3CE86 , 0x7199E25F77B74F618B9EBBE9CC233355 , 0x80B409C6E95C4B129A36167948BA785B , 0x8B51DA53D5944959BE14E89DAA9316CB , 0x8FF82ACE6F43402E9227C3E3E97A6B00 , 0x96F3AC10FB0848C2950CD2DB523EBE9B , 0x98252530CAE846D9AA616107550F2762 , 0xA168DE2ABEC54323BF03F225A42D94F9 , 0xA4C684D196CE492EB4F202DFBEFB48C0 , 0xA5C2884159C34861A47432A5578DAAB8 , 0xA6F9961224CB4A31B620A023843451C1 , 0xA8EE4DB578E944CF98CB4B99E8AB2F60 , 0xADBE108CCD494FE898D6E7D782E5DF3B , 0xB5465F88B6264DCAA3FEB68AEF712759 , 0xD0B48CD4A20B48DC914B1F92A8C506E8 , 0xE7768863183E4589AA659A8DB9D1338E , 0xE9509688D9014FB5842D06DF96C69A89 , 0xFE87C2B71F4449AD9ACF71A808C8C867 , 0x13767AFD36BD4B8489A5CF735A5494FB , 0x3A0924A6AA69476899822B6C8964D859 , 0x4E492AA9424648D3A1290A8CB1EDDA4A , 0x85F7EBD8487C4DD3A62EE87DD1CFF184 , 0xA4048A99AFEC4BF7AEC8BAD68FE6083C , 0xAB712AD769D544BFBADF13C5CFDB1A4F , 0xE43E92E861B54717BBD93F2E7ADC3282 , 0xF7E0CB22322046D9A7C874210DEF94B3 , 0x953B91F0BEDB4AF1B1EF47E09036AE29 , 0xB3D8562CDB83434B8821A55F0B163C00 , 0x087A854C4E804E0C9D0C8661CAE7F6BC , 0x35E110EF9B1742948984CB3D274889BC , 0x89A9140195DB482799C6D243CA680FCE , 0x9AE6181B637B47248C04C8E61922922F , 0xBEDE2352C6424ACAB3DC59FB5B4E19AA , 0xC5E89C26D16F435887C77F14C743246D , 0xCF2B1F57739E4498B2260DD1424B3C02 , 0xD23AE0B4CD3F49DF824D952B37DCA9F0 , 0xEC1C1F7AD7E144578915C4F97ED0FABD , 0x3AC127DD0C2F4D7F813F1FF613F2502A , 0x3E6659C8DB7C4C63B863B491AD60989B , 0x49F7E4DEBDDC49FE8043025AE3FEA243 , 0x5679783A8F3941E0AFD430C27038905F , 0x5E8F6F75D36B4DD6A2115119D28537EE , 0x5F3E1B916687409B9B11F200FB5379F0 , 0x61FEDBB169F54DDE825B7000F8E9EA7D , 0x80792AD3B1BA457986A1042B53EAD9F3 , 0xA93F34B197EA43958C4D802FEFAD8928 , 0xAE1829362DF641B281E8761057A08957 , 0xB56E4646068E4B3888AD80A020C330CF , 0xB7DD36A55D894F04877DDDBD0C867C86 , 0xF2AD348C0923466189954D34FEBCBD9A , 0xF30A0BFA856A41CC9E236700AEB0B65A , 0x1060215D73A941EB952748B3DFC4EA88 , 0x21809F6E84D742FD9C7E0A01CD175036 , 0x3F4BDDC11899474DA162B64B05C1F52E , 0x735E270F1C2E4E4DBADF199DEDD135E6 , 0x9AED2C1FC5C9425AA938CB4105A2F341 , 0x9EEE2E71A5F14629B84F35AA08CEEEC6 , 0xA49093A552274A1DBB99D7583AC7FFDA , 0xB51EFFEB198246698F0058B824EDA3BC , 0xCA17CDE8FB3D4CC39BD57026590FCDF3 , 0xDD18919728674EFABEDD6A4CFC754D79 , 0x50D6D4C1E26F47109098223ACAA6F9A1 , 0x7045A5ADB2FC4BD89348FEAC9B683FB6 , 0x7ED408653561475393151CE74FCFFE70 , 0xA11BEFA9225940CC8A1EE1F0E8F7E4AB , 0xCAD9823056DA4955970C8A39D8B70CB4 , 0xCC8D10AD8DBD4F57A0D0A25BF8EFAB6D , 0xDE554EA355804DE7ACAF7905D44EEF20 , 0xE2EC97C630F44C90A4AA55C2422D9B0C , 0xFFD98A94CD134EE2A88519397E214624 , 0x0D89B6D43E2F42B68E827B7BB25915DE , 0x0D96D45DA5394E9997738F4F1C625647 , 0x236A7378726648AAB3B0BF55FED18309 , 0x2760051C36E14B24B1E38BF771B70FC1 , 0x27C22AA4B0794CCCB55437914682D90B , 0x2BB15E42A5794B40A9A74F985F7732DF , 0x2C2E413510EF46F19FF3F43150779AAF , 0x2E60CC6083AB46E4802D1237E181177D , 0x2FC6F03E56D741449AC0352F9D06FA11 , 0x319DC8A8F8DB42E98AA307079ED4F1D2 , 0x34B7F849174B40EC83E3CECD11B634DD , 0x36D99A86E99846DCBB0A46DC7C53AD15 , 0x3EF30CC6CD5B43E6BCBBB817F5C29E68 , 0x404F123F80DA4779A618BDBFC3CA94E0 , 0x47645729AA2643B1A72721CEA7DF83FA , 0x4A8D6E2F35BD4FFA8270034EDB17636C , 0x4BF2CAF98B6A4D4FAC9419F30517CC3E , 0x4F3EA2CE6CC94A8B98DA6AD80F0C20EA , 0x57D229C0E3144E94BC961271085FE09C , 0x59FAF17FE75340AB8FAC83856B57BEC8 , 0x61F5A2B5F68F4DC09BBA5ADFFAEFA2FB , 0x624ACB5A3A7C4AB1970048310E69BCCE , 0x6515686A5ADC4225BAD1475614186F82 , 0x6F2F143D62A348A7AF04C8D574939B68 , 0x6F7F6C9CD6054763B1A032897E74AD67 , 0x728C0AC9CADC44DB861A4D09438B8128 , 0x7A8DF35B97AC45A7A3820495E649B689 , 0x7CF4735A257645CA84692284B8EF2228 , 0x80E5495E2AB04EA1970E7000A48F7EBC , 0x81924D5B8AF54E8CBDFD73F9FB9B31A1 , 0x8575067C2BA845819F2AF99B086D56EF , 0x889E8B94F75D47AAA829CF909CD2F514 , 0x91195E78C34845AC84BEAE38C5EE9118 , 0x939C73C7F4EE4584BCB140CA81749D8A , 0x95A8459DAD5C4F41A9CF33C4321EDA83 , 0x9D1DDAE182154D408922274EBE6C36E4 , 0xA1CCB7FAF875438CB2BDD068AF7EE6D0 , 0xAC3EBD3EAD8F46E6B7CD496B842E878B , 0xC0269EBF66AE494AB67B41ECCE984082 , 0xCDF10A1472A14DFFB49690BC0FB4F384 , 0xD3AA6C25441745E38511D9EC80EE041F , 0xD4AB27B8A6F647C2B444441BC8C60D50 , 0xD5AF19AF7B044C52A37ECE7E812481EC , 0xDF3D21FCD55C48F8B9AA46F3C6C61191 , 0xE16BB6317969491F91329B6A80FA1EB6 , 0xE3CD7C19B4D84B559E120488490B0396 , 0xE668CA70EDE541BE819914F5C5DD92C7 , 0xF30BA01DC1494E9297ECA93F3BA9F69B , 0xF4D946BAD3EE4FF298BEB6458AE726C2 , 0xF7A355B15ED34C83A3610BD020099B4B , 0xFC5664412B194BD5B7BE4C30450107CB , 0xFD412B06A1F94E64B716CA4E273CF272 , 0x09BF4A38E0684F13B05B2A9138318E3F , 0x3E68A8CC9CDF436CB1DC27F19754BFBB , 0x51F209CFE5814AD19A9C3C784DC8AD61 , 0x5F045D56596E4747A4E0705F08CD9493 , 0x74EB617FB2884AE9BA5A186B0972C029 , 0x8AD51BF1D02B432CBFF44B90DCBA363D , 0x9725A45E4DD448298CBBF4038E54E9F9 , 0x9D2D4749D7114530AD67D0F60EB3661D , 0xA355B6CE46A34A85BFB18CDC8E8C6102 , 0xC30945EF74A14A38AA2D35E67A0F7700 , 0xE33973A8A4B24FC18B05C56B2256084F , 0xE5C0C7CAE847423186D333C86FBD7C81 , 0xFA095D9D11EC466EA2313D9883A17B71 , 0x0270C12314984517978189D2052A6A00 , 0x1EF55278BDF747DE80E7D1A60B0E1273 , 0x4CDB35C4BCE44895A7FD27D17C209931 , 0x54E4053FFC37427DB48D178D1E69352D , 0x627981B41C22466CA3175EDA391D7457 , 0xA0C1699079A4494199267F239570F0CD , 0xAD4FA2E0E2DB4FB4AD58C93C664E3EB5 , 0xC1CF271D510D4A81B281100AD230D390 , 0x59505D328378425B98D12DE9382B6D51 , 0x6D12FBAB16AA4CF4B224451D8CD4AE89 , 0x707AE7C5148A43DB98F025A8CC96E518 , 0x75D0B27982B945BEA8FE8B066E39EF70 , 0x99C606AB6CFB40849A5C163BFE0CECA8 , 0xC2AE1E6D87FE453BAE9BB7B2CE17BAD5 , 0xC7F02D7FAFC9416EA9BC890619A149C0 , 0xF6E7B8C77BA44A91A07299BE2DE7946C , 0x568E1C4729454A5AAC0F4BA0B0BB560B , 0x8D1A3D907EB3499493F238C352A34F1B , 0xFBE90353DCEF47148B79D5DF17D98ABC , 0x1B94ACB1F0454609968A2064D57DD0DB , 0x8383E697BADB4C04A7CF335779EA85AE , 0x8E9A1494650B41B7841C5998E94D8E0D , 0x49F50A1058F249AFA121D44A32B37F42 , 0x81D9DF5DB9FB49BC98B9282E0A1B83D9 , 0xC958EDFCE8114A14A841563CDFD4EC61 , 0x0FFB21402D3F45568D0A49AB2AD38266 , 0x15C4FA7E355946E29D9A04FDC11567E9 , 0x18AE2563CCB84A8AAF6C85677F6C2978 , 0x48AD3076154C4C19A65148E7795CF43D , 0x6C181FAF6063456DAED3231F13758CC8 , 0x728B567D2D294DC1B919F29B91ED54DB , 0x7753FF41E5F340F6923AF95E980D8F68 , 0x7FA611EA03C74DF4A6BDD6BE86D85BE9 , 0xD69936FD4C744CA1BAE0D4CE6F736219 , 0xDE0E0105E245456897F4E85DEE3CD5DA , 0xE0629A9189964F77A857E106CCFE5CE5 , 0xE873CDCAE0A54B17A7CDF1208ED52DDB , 0xF9B77B3AF36F47309D20364927E8FD4B , 0x643B4FD10F964CCABEDC648438CCE830 , 0xA2251A96BB98463C973C58A49D151C1D , 0xB9C7A567FA0947F1983457F75AEAF38D , 0xCEEE78602C6A427CA640E1A95ECA3AE3 , 0x1736EA3F194B4206B9DACFE7EC19118A , 0x302E665134704917B79187908B709543 , 0x69F819F5B16D4AE48C0C17D589E35222 , 0x8205DDB85D6D4C518E8AD78C953F1976 , 0x90330F7CB31242F6A3C0066E0AD2F4B4 , 0xA6BA3A53E88343D386F82A5A4182AE86 , 0xAE913721A38D404E90DE7BD63578473C , 0xD2FCF4B5166045738020547B19379373 , 0xDFD8E08516534CA7A5260931541FB266 , 0xFA890C05B6224556A1D2C4C60EE96594 , 0xDFDDAD225D4C477792C53F59D85AD4C1 , 0x0F4BB7B0D3E742A1BFCA98DB435BD395 , 0x2B3A5340B9F14ED2AC1211DF92941CEA , 0x3E175CF0D82C47A7A7AE6D600749BB5D , 0x6941FB88D30A42F189992C1007D86CB8 , 0xC1357686DBF341E19CBFCEF52BC4AA8C , 0xF7A1C854833D49AD94F7D3B2F992FAB4 , 0x0E8965B8EAD549E695059F41CF1551F3 , 0x118B1B02108341408FDCA81118A07BC0 , 0x2C4952A0633E4E4C9F08774E6AA8D9CF , 0x792ED0930D9D44889AF8F90614AE8B14 , 0xB85A28B8E38347EEA8AE0D16D8C06406 , 0xC191D0F872274158A4FFEB0ADAB5AE08 , 0xC327BA09259E48C59D6B57835F2F2DCB , 0xD3DC2D2E168F44CCB8B0346D70F0F153 , 0xED72B17163BF49DF9A1F55D4087CCCA8 , 0xF33BDF89CF36422B9D1B81D7B11183F1 , 0xF5A0AE0A11FF44C0AB63091DD046B04D , 0xF7BB9C89571A46F6961735139C1D761D , 0x03AE167B975348659794581EC66A1263 , 0x40BFB98941204995AA9139DF475E4045 , 0x45BC8FA2A85B4EB28FFCB07DC68D6679 , 0x494E654E30D24F24A2AF8A9EE768ACB4 , 0x4BEC394622F94FD3B2E703DB629B1BB4 , 0x4F5D6754CD6F4C80B6797092CE39EC5B , 0x4FA5C82B251E4E54800136F462DBB094 , 0x707F01547CB248A5AF34ED78FF3E1B05 , 0x7B0E142364CD4A40B72CB63895611C9C , 0x8D243EDA26754E139CEA8CE4DD6C1B45 , 0x9E2740D2FF5A40548460398A96865665 , 0xCB064BA724F0454090BF8660056904ED , 0xD5D298E390C14BB3986219707841FFBD , 0x642A33BE466341CD91753E43EB55A578 , 0x7516FF3F47274884A46945C0605D201D , 0x7ED7EFF2E8E844B49F27A02EA947CF1D , 0xE460D05A9D214B15BD31CA2F9AF1A1E9 , 0xF7EFA651D96D4FA7AE7E9EE51D4F0A02 , 0x0D0957A6A0FF47FD9AA873A91DFCFF99 , 0x7DD0F5BD7E4A471D89FEC11E48310616 , 0xAA1006C7C58043FC9F6B1EFDDBF57E57 , 0xE00374B0C3B244A985057CFC3C6CB220 , 0xF4807E23FF994EED8D2C4F43FE3BDDB5 , 0xCE9BE61D0A794DE483193AC56FE4E923 , 0xA2FA300865524CA8B3E1F98650133B53 , 0xF1546CDF887E4588978BF98579AB7EF7 , 0x25FA845139704C45801AA1427A19336C , 0x43AEAD0549A746F6A0973391AE07953E , 0x6E2B6DC58F0E4666B866205B63604028 , 0x71E6E107F59A4BD49A5AD999F22979EF , 0x8F36487F9AD14EE7B49DD0F909831608 , 0xCD59B2BF196842BD8209C7148043766F , 0xCEA5397C2DC147B69782D5A2A000B2BB , 0xF1E97376B80749CA94A6BDC5E70639B8 , 0x0233BBF49E1D4523817FF0DFEA682F14 , 0x58EA87A93547432F833FDAB2F32809A3 , 0x68C057F049A9406CA2A4B4FD2CD4BA2E , 0x697D543AB06B4B14B38487779C75982D , 0x70A9AA2C378E4DB290B9D0E7C0B1E6F8 , 0x7C282C9A771246CBAF171C7B27E96315 , 0x84762A1D13AA42FE8A090A51DFEDCC62 , 0x886321D8F3F84EFEAAE3150DAD48D2EE , 0x89C247DDB68241F1BCD436423D8E6234 , 0x9D6000BD6EAD422AAA421B8577302FA8 , 0xB22C08F9C0814ACFA68F185997E17B08 , 0xB3FAFC31BD8E4CD891F2D450B2338642 , 0xC606A4C03EDC406FB22CFC567368E923 , 0xE9F0E25F72BB40BA8A29CBF51C613F84 , 0xEE6FDFF4953341958CB65A78C1B5D2A2 , 0xF55F1DA82DA04E6DAF2BFC8E02FA8D76 , 0x0C52413CF3CD4CDCAAA7BFD1DD1BF441 , 0x11847C57BBBE4FF5AB392ACF058E8522 , 0x123D90944B164710B32EEA64E8D6F868 , 0x24C4586AB73D4644A1DF382BB6675455 , 0x29371D5487994832B69E4DDAF4B40523 , 0x3BD4726C14F7454B8B51B33CD92C1015 , 0x3FF5AF42A6D84CA58962BCDD9CEF12DA , 0x4924C1027122422B84825D1FE363837C , 0x53EFA384AED24E55ADBFAC939DB082B1 , 0x87240F7096FD4F4482A4435BF43A2B62 , 0x8B0954E4F83B4D12AD5D4E1528BBE134 , 0x8F514AB7A0F340FC843F9F055FD4EBB0 , 0xBB73A18D35A34D5C9849B3B75D7B51F6 , 0xBEBFE8219A914CE6B9411497C091B444 , 0xC35F45E9938549E48DD98B13F1826312 , 0xD11DC56AC49143A6B2C1D8691FA98151 , 0xD2409A5C450247F7AD86443297A55186 , 0xD9566FF2A6D24F7EBA85059EA9D71D59 , 0xE3FFCE22B09D4342B9624EC7CD7C6BE7 , 0xE931D54CA0ED4CC680C372FB18B38EA0 , 0xF48A2A71D7C845AD89C5ACD13154158E , 0xFDA22473E262467196BBA0FF18B61377 , 0x50D21C85A4CC4816986C7FFB72C92CBE , 0x7F96CCBCA0384728BEB18F5F1C5A12D0 , 0x9E30D4DC9BD443C8BC7197281400E6C2 , 0xF5EEFDDB1AE040A1973C6FFF16CE1820 , 0x472F282F39A44235B227B6AC44FF33CA , 0x5ACC5A9B4F5E45628F87A12C34570304 , 0x62BD691B1A474B3798BB5B2C1AB81020 , 0x977945266D174A538F15CE01178AF163 , 0x9837806A55F14244BC15DDB72BD0A0E8 , 0xB8880F3EFBC24955A29D21AAFE459D0F , 0xC8D5F9D235314A4185A8873DB1DB0085 , 0xF773815D15E14C008777D41A3D22B534 , 0x1718BA5B271146FDB48523488FAE5559 , 0x207A492BB1514934939F1B5C8FF348C4 , 0x221C9C5569CA40B79B8ABBD6A3A95871 , 0x97CA3658A65B4982AE03517EB3C88888 , 0xE4FED8AD5180479CBD9782B2E67CF5CE , 0xA2E7CA95577541BEA3A231C9E548D013 , 0xC6029EF82B41458DBA28BF4EEE7266A9 , 0xD833A414FADB4737AA069ABAC5D20AD9 , 0xF9995C89D66D4D0C8A7BA402ABFCB604 , 0x23CB545A386F448EA896EC9E7469B604 , 0x4D8AFD9FBFC743F1B5D216F2E6A9010F , 0x4E39AA8BE97347B48CF57C3B1DBBEEC9 , 0x66B939AFB71C4D9398F8D49A10D1027C , 0x6BE4A9B9897F4FFD9FEB3A372DFC5C36 , 0x7C1B97E52AEF44FA911407220EED5139 , 0x86CBAD8B14D642358A899D28388D399A , 0x91C27F6CB2CE499E8E91C34669674542 , 0xD031A252E9C14B6BB68B11FA5CC007BF , 0xE96578D37B554A44BF793D90643FBBC5 , 0x0B46374D16944FCCA5A84C41DE96AFEB , 0x15B9EB4A7EDA452F8C9CC0174FC84E7B , 0x2043D04EECFC43DC8EBB2E8199DE368D , 0x5B8ACD7D01FB411F942A48C701291E36 , 0x60985CFE999A4C6B8055189CF8A33B8A , 0x6F3E871DB2C34A77BD83517E5B6D0735 , 0xA333B5BFD97B4B8F9355F6F9A3BF0B42 , 0xBEAFBB37CBB64C20BC6716C16600485E , 0xD1F11036EB8245D38F22035092344ECB , 0x33A9676ECBC8477E9FFBF173125CE104 , 0x1083EC9E90F74BC4A1D827F1CDA45390 , 0x1235FFFD01794E0DB4FE7180ACF5A0E3 , 0x1F361D30937646FC9B033EC04B69CCDA , 0x23611C97027540FC93996C89D89AFDB2 , 0x2CB04F15E2A5425FB99D6DD6A1CCA279 , 0x49820B320F3E4A9F9AE4E080C9237314 , 0x52642D9DBBD54A0DA119EC263355D600 , 0x5DCF79996EC443239DC6AFB8541DFBAA , 0x72ADA48E3FBC499D830290CF0942C745 , 0x747966AF3CAE45E1A8BE4BBAAA7796DD , 0x795BDEFCA0544D708736BC1BC403E379 , 0x8AC0FE65AB154529A2C9F9BA48E1F001 , 0x8AC17FA889154881B2AAE443FC85C3E1 , 0x8B593CC9A0B14BE889135E4952032F00 , 0xA4CAB6BCAF684F78A3726CEFF5DF04E5 , 0xA7B208C3441F47798D2B8F033BC30E1C , 0xC1EA8B19BDDB49C89B16B089C7AB75B7 , 0xC2A9FA0DCD0745A694E66472D812F6E6 , 0x2A10B0929B694FEA990163CBAE8401E7 , 0xA6C2824596EA4996BD9CB8781BEFD88F , 0xB7EDD143854F4D0E969FD33359C5F348 , 0xC2CB65204B6F4B1EA1D0BC3C34272AB7 , 0xC3885D8EECAD4A17BD8B704604C0FE19 , 0x7C2733539DC44CC58433992A67A28D9F , 0x7C6CF17FF7294C9EA3D8B5726FB871CD , 0x067C522AD56943BAAE3A426DB08626C3 , 0x2862E9B30EA94D069FDC2755D4224218 , 0x312F60C8CBD342D8B68339E6C950F311 , 0x3553A92151484F5BB3A39A0F55F24A51 , 0x3C5264192DDF426D9BA24E8948551273 , 0x3E49419A7C0344EDA295370FE696CFBB , 0x47B3E2842EC745D19E2D4D783A45AF70 , 0x4928C25D6D8C491CBBC1B112C316252F , 0x58552E0DB25F4F92A7DDF981AFC2966B , 0x6A5733D37650445C99DEFE378B6BC5FF , 0x6DF70FFDD2034896989F62C6FE993128 , 0x75EBDA5662FB48A5B72393DB9D1FD798 , 0x95808C7F934242CDB046E00243FAF7ED , 0xBADFF4A1305649E18F45923583151AD8 , 0xBB5A86179033418CBC3763BCCA7B6DD0 , 0xC4722041D5844FCFBFA1F46C5AD66C87 , 0xC75EC2974B6547DC8F805D9ECB4991F7 , 0xCCD737A82D8E4AA597BF09CB2D9C1834 , 0xE2682A2CD068428388BC0B1AC3389428 , 0xE6B5FD6428894EA88ACB74A1E9CDBCFE , 0xE6CCE41470804B74B902A3833B5054D8 , 0xF1F782A4E6EA46A493A6B6C663AEC089 , 0xF4606F6152214BD6907EC405C0BAEA31 , 0x105C1622E7F143809B706602D701C5B2 , 0x779CD730B63242FC9FA56AEC539480FA , 0x898C0DA604284EF08B51FA70599D05AE , 0xCA67248D684443509A8879BB1761E38B , 0x0A1C1030CCB04653A785C3A5ADCD1DD5 , 0x409C6456C98E4A6580D3853809969698 , 0xAE51ABE27B4E4F86AA577BB6028517A6 , 0xE7D41CDF74BE49D6A578B54234CAD979 , 0xF4C2611B86874417AD4A22BA478F88D0 , 0x1FB4A0686FCC4AE4A7D0795747B5CB0A , 0x3A38FE724F204C679D312907E2698314 , 0x83850CE5EC2E46C08A8DD1FFC32D7BDD , 0x8AB56C4824EF4B8D9AA6ACB6DEF81278 , 0x18EC2EE0B24641E38F8114C3932353F7 , 0x97B262DF63A741BEAADE928D840086C9 , 0xE03D4BA08231464E94FCD38DA306E1C0 , 0xE4867EF51D6E43498635C80FF2638BEA , 0x0A648D4193F847328C78F049ABEA565B , 0xB90F87563DC64DEFA8925E1F9083A459 , 0xE891E0E745BD4255888A53738486F446 , 0xEACFE431326143809731CE99EB16B785 , 0x07975B58FC4A4F0CA9D8E3B48161B4CF , 0x10F29F6C51224C0E8D4CF2AF68972AC8 , 0x17C6D49FBC564B7F996BC28E453D82B6 , 0x40F4A93419AD4220BFFF9BF8478D0E47 , 0x5740D8D003E142AF9F3B198959A9BB6D , 0xF72EAB97C4B2453EB25A8F9BD67D700D , 0xF7F2E6A1EBF3423C97692BF23D48C661 , 0x10BA535DD0B54D51B2C3714025B16181 , 0x913C5734DDEC47DBB656533E77ECD273 , 0x4E5C0F203C774D2691A651BF63DF3062 , 0x5E5E9E6D0DCA4B1BA3E325EF480D1DB2 , 0x65D0C976236649B294BE6C29573C4BBD , 0x82DD267E962F457B869714802327CCC3 , 0x8450CCEE1817419BA463EA74BB4892F4 , 0x84F401DD92474970BC92C76D29D731A9 , 0x8CAB577BBA01400682F412997940BC40 , 0x9E3174B873794C33985CD68768D1E7DF , 0xC7CDAD60D4EA4C14BFF250A127A22070 , 0xD94A0EFF05FF426A875E091C28D8E455 , 0xF630D3174BC243C596690EFA84E22637 , 0xC363C8986A6F46979E606D2C1596FA9A , 0x0FC8787090CD4E638212F3B4429863C5 , 0x150CEC2EDAEB4B28BC7E23BE2DE21D69 , 0x19117D91871648AA956383741B994A79 , 0x98F7F654549248988EA24F66192E404C , 0x9D8DA4BC5CE14ED2A3E88C97F4AFD0C6 , 0xCC6143F0042741098FACCCB8CCBD534E , 0xA798080D7E814241A91EA8200DE0A501 , 0xAC659003A4124777A8651AE6F23AE9BB , 0xE83DD81A2AF54CFF9C25FBD260450D18 , 0x4FFF777E7D2340839EEFA116F9A5D54C , 0x994A4E6F11414FB991F2DBC631B86EDD , 0x42BCA38FD08742FB9E1D3629CD7121F4 , 0x5328948F8C79441EAE96BE8D75F1FF00 , 0x9F142931CD1D4CA5B9DD2546C2906CDC , 0x01838ECB12F54B92849F15408E2A3801 , 0x03AA8E9E8E0C43A3ABC0B66615B5C52B , 0x13FD1EDE909D415BBACE9EB03B2EA0D0 , 0x3A6D2603C35644BF8B6BB3B2D9986FE6 , 0xBF06B443CB9041059AE9D77033CAB3FC , 0xC11D07E1BAB74F82BAE432B130EE8AAD , 0xD4AE2BE9F6CE450F92E15C5ECA1BEE01 , 0xEFB79D5CC6DA401AB5BD527440314378 , 0x1D78F49C80344C3F9378D9F0926BC024 , 0x2D1CC3A5ACFA457190D0593247C19F61 , 0x4A85DD86043F460A86324F72369C1B44 , 0x675850033A584F8DA17B02240B6F12DE , 0x820A2CED2C9A4A8FB58E91EED0747C1D , 0x886E4034D7774D29BD2671EB7DEBB706 , 0x8B85623DF3D340C185C5EEF849A2D008 , 0x9114FD9135F24F93A59F4ED1289AFDDC , 0x1B626DDDE94F447295C7483751308453 , 0x5874870EA29D4FF5AD8320CA42F1CCF0 , 0x785FDB8A0409425586841C5755BB5A21 , 0xA3D6D039798F466B8170ED36A0E98196 , 0xC531B37B12C44D059561FE3DE392933E , 0xDED0BA1CB6B642F3801F25F8373B33D8 , 0xE01DA52E6FEE452EBB5DC623193B08AE , 0x0917D4701E114E10BD82323069D56B63 , 0x11EEE595248248C490D5D33D55791976 , 0x4C41F5E5C5514066BC4A4E72DC5CB70B , 0x7B440964D0E1419AA19ED2D510510A8E , 0xF96951C957D24D8DA63A16587A70AF70 , 0x0F7D87D6256A41DE9F0B7B9932A78E12 , 0x36B2D68C5F08452C87A0A0054379E286 , 0x6EFCA6EFA16949B6AF6889321B2BBBE4 , 0x5756C2DCA84F4C04A899622844472CF0 , 0x9F939C73C5844CE396B80C63F0369888 , 0x493868AE38774E66AD31E17ED0B9E8EE , 0x91B671A2ADED4345B7101AB0E6BB548F , 0x0D1D9F67342E4C7EA34F18CBAC110E3A , 0x2F63F0E1E7AD472E80DC02EC6D0CB705 , 0x335C3A5589D8404CBD5184C1879EF444 , 0x4301A434A9904877B9A2B56AD298011B , 0x46DF0D9124854E7980CDC62C6FF4CCA3 , 0x5C08F97694EF4E13B0BEC342561159CB , 0x74671B81F91A420C87FFFADA352B8970 , 0x7C549680EFE145B4A003818B4BCE5984 , 0x802D63BCC4784DFA860A76D25851995C , 0xB5718613955A498DB9141ECFC2222F13 , 0xDD446DF31F5B45119F8CEE9B6CCD35D3 , 0xE58E2EAE37424D569D63B3ACB43B3347 , 0x2E8F0095080A437DA3515DFD02421BA1 , 0x2FAA355AB97748289201786865A9F4A5 , 0x9AE79FACBFF5478EB3A5A28B7D856386 , 0xB2E46D930BF64458BF43A94BE897C5EA , 0x70F78CC0C1094155A2C8EB561F0EF51E , 0xFDB2B5E7F5E7498BB89E3C54D6492FCA , 0x34BE0B1619564E0A83BCB06A47992E9E , 0x6119D2DF2E924196AB24074F2D817734 , 0x84EE3BC7D7A24576A98A2C199FE089D6 , 0xCAE635FCA0C446A6B7FE5ED7C621DE13 , 0xFEC093DCC8384D45BF78FA8CFEE4814C , 0x64E17785B85346E3BBE778E8B3C5C4DD , 0x2604713E9F3446169696D1C7EDF2596C )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
9.04 ms (0.29%)
1
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"\x03 ╬¡ ▀þIN┐sÜ\r ¨É°® "
b"\r Qô\x07\x0F ãE ”`±\x14\x17 òßr "
b"\x19 -0ÿRAI\x07 ŒVæE~ÕZ¢ "
b"\x1A ìoŠ\x03\x05 H´¼[\v —£\r \e Ó "
b"\x1F +ÓƒéÅB!╗è÷ÕàÔ § "
b"'…¶¶ŸºL’”ÒÈ}{\x00 õ3 "
b"""
V|\x07 d@ÂI\n
–5¸ûO•Òß
"""
b"WM‘Ú\x18 'Od¥ßszMq/ä "
b"WX\x16 ï4oGµ–Ò1eÃ9œÈ "
b"X\x00 ░▓\x15 1@2ù└\x17 ┤Vlü® "
b"YœTµá3HR…§P^X]žÂ "
b"Zÿ\x04\x0E ³“D/ºß_ºâ\x04 .Û "
b"\└¦║Ô~G\x17 ÉOì┤e6,Ó "
b"a7]]±¢NóŽðÞÍ¥…\x10 Ð "
b"e4'°¤\x1F G\x06 ªç\r Ú@6îþ "
b"f‰L%x•Iì¥ØubaÞ7f "
b"v5~\x16 Q0C°‘ìÊîo$äW "
b"zf\e Ô|YB\x05 ™·\x13 Kt…\t H "
b"Çý!³xüAï¼─Àj]\x1C \x01 "
b"ü╦xy»ÇCùÀ^Ù½U╚õx "
b"üÕÉ┼ÜçFÎÿq\t 3sçí' "
b"£Õ(ìäÂD╠▓\x06 g-1H?m "
b"ª}┘ä <M²½Ù\x01 V▓\x14 ì\e "
b"¯/S}\e ÐI] â¼,K`\x0F – "
b"°Év1{ZD|™\x0F cfÅ!\x0E é "
b"²eßïf\t AX¦‹\x1D Ø×\x0E dà "
b"·þ:ji›Eô°¤Ûª\x18 æùÓ "
b"»\x1C V.§MJ\x16 ƒ\t µ7\x15 V° "
b"┐.ëµ═ãO<▓^ýÿü\t ª═ "
b"äöì½ÓBMÙ–Õ½ò2|Ùb "
b"åW¼‘ö‰J\f º¡Ð-åZJs "
b"\x18 Ø╬+\x0F\x13 MÛïÿ·║±┌\x12 + "
b"""
-\x10 ijƹJ\n
¶»\x1D Or}-þ
"""
b"5-÷‚\f DŸ”Ô$¤“³;b "
b":Áö\x02 Ë3Møº8\x15\x1A ßr¤¼ "
b"D´Ú\x14 ¢7Cœ˜íç¼ÞnóÆ "
b"g\x18 Iœž…N\x10 µ–Ÿëšü¥ô "
b"m²┘ÓÅG@¼Å±ê■hh,ú "
b"zËf,0\x03 A\x19 Š\x08 &aºüv "
b"|ç<Ÿ\x12 LOŠ”;uî\x01 LÊL "
b"\x7F ظÕÄüJöÜ33\x03 >┬\x1C i "
b"„\r Q\v ûnA¬°…¹À\x06 ç\x12 k "
b"‡%=.‡AMS \x19\f ÆÿG}S "
b"¢¹þ\x19 iJM\v ’†3óe—è\x13 "
b"®—MbróN2“¦8ShX\x10 å "
b"»ÆÚ€p9OU¶\x1D\v\x7F hZ\x16 "
b"ÂFÔÅjšB\e ¼¬<'yäˆc "
b"áÀDôŸÄOv‚\x7F\x16 ûðÀ"ö "
b"ä¸\e ¯PNHŒÃ\x15 ªÌI ° "
b"µ½ªô`╗OSØ\x1A ┐µ║8\f ! "
b"íÚÉÑS/IiªG·õNdL\f "
b"\x10 ¹ù¯ÆÐBÔ‡äúÕ\x17 @,f "
b"8¬Í8\x7F #M}‘\x1E\x0E Hït\x07\x16 "
b"G¨J\e žEFž¢zÓ¸w(\x18 ü "
b"R±\x12 ·PÆCGì\r àÖ²█©ø "
b"q3zbi-N\x7F –\x1D ûè\t ÿÊo "
b"t´\x18\x16\x10\t LÜ™†\x11 t7+\r "
b"xóÞZ└©L˺}å\x15 `É╦¿ "
b"\x7F èUQpYDé´\x18 ÷…\x0E\x15 û$ "
b"""
‡\Eô}\n
Lÿ°³þæŽø¥\x11
"""
b"’ToS÷uI˜¬Ú˜KOÏ„æ "
b"¤”1ŸwøM\x7F €‹‡×ü‚4\x10 "
b"®Ñì4|ÍB\x05 ¸Ýu@Œ?ºB "
b"ÁgNþHãG)¶¿\x00 #$&ê™ "
b"ÐÿCq“(Nv—\x13\x03 ¼Iu "
b"ô¸Ê\x1D ?2IAŒé©õ¨£ú "
b" Ã4ÓKxDg½mCv\x16 _¦} "
b"#‚ÏÁsºL3“šEÖk\x7F y¬ "
b"&~êØ'ÑMÙ€°?zæ1Tv "
b",gnj‚VBÞ¼\x10 —Ó\x0F s\x14 D "
b"9┌¸zî\x19 OÔÄ\f ã║\x05 ţŠ"
b"=aìåÚÍAÀ┤NRS4┤¨è "
b"Išúû,M…¹@Àòz‚ßÄ "
b"""
J¥òìª\n
M6¼┬ÚF╬\x13 ▓c
"""
b"Nó†j[vH`’Ž•'ßrÅz "
b"XËÀ$t°I\x0E ¤~–´\e «› "
b"Xî(PÄù@÷‚\x11\x13 é8ð4` "
b"b5\x08 Ö\x13 eNi£7b9޹÷Š "
b"iLÎ\x19 74Fž´@Å\x19 ‚Ëa¾ "
b"j¿Qgd¢G\x10 «6HŠUa3* "
b"mzºxÅ$A¸Â\x0F\v ƒ5§Z┌ "
b"oÄë÷8$I’žbt,Ï¿e— "
b"~²ã\x15 uü@à‡XzŒØ3p‰ "
b"„½{:4—E‚«ç\x1E ¦¥ \x1C Y "
b"…Û°Ô&\x05 Dd³\x1F '\x1C 3‘\x1C à "
b"ˆ*B^MWN.ˆâ7Ó\x06 ðQW "
b"‹\x04 ”›íÄM\x13 ›xÕÃëÒd6 "
b"ÅæèÅÁ└Fm╝ÈC©áuRê "
b"•×ÿ\x19 ËtG\x05 ‰øyrƒÎÒ# "
b"ÊäÆ¿¤Û@œš[þHÑ€"[ "
b"""
ðêÕÊ ¤Lëæy\n
Ø{\x1E f$
"""
b"Î╠£\t ØFJïÉi╩\e ┐0\x07 æ "
b"âª×ë4$A±š,Ú~ö±ëp "
b"å\v ©"ÈÆNÛ¨\v Ñ\t p\e œp "
b"ï¤ÖVE{KFµ“\x00 <\x15 ‡\x1F ê "
b"ñ`“y]°Gï¥\x11 UPé[š\n "
b"õHiú\t\v E`™A<ÃuHRí "
b"\x00 D”¼ixC‹ªºù6õ\x10 —# "
b"\x1C\x11 h—?”N\x00 ˆ‰úÆz4Ù| "
b"\x1C FÂ\x13 zABI‡êh©©}Ýq "
b"'éuÆFC'€kì*è¹`¦ "
b"@\x05 §…ó\x16 @·¸éÄ|¥W³ "
b"I}hš\x14 O\x01 ¼¯Ñ\x03 T\x14 s_ "
b"T¢šÒ®tBxº\x03 0X¾-ú˜ "
b"p‡M12ÈJHž “†S\x08 Á* "
b"˜ÀD%¨wL\x03 –þ"A5t@O "
b"á$Ày½╠FÏÀ\x1D ─Tζ¾É "
b"¦E‚#¼×BŠ£ÜÞ`‘¦\f > "
b"""
Õ©\n
\x02 ;\v F\x7F ¥[i‰Œ>Qs
"""
b"Ù¯êeÆ\x08 I8¨=½~ó¹x "
b"çbü:N\x1E K’†’jkv?×ÿ "
b"ôÒ¶\¦öMÛ²$‚Eúa/å "
b"=Ý5;FØDAŠÕ41R\x13\x7F › "
b"Uʽ\x05 )1CFÉ»³ûl²\x1E ░ "
b"a\x1C ¹»“6BS¤¥Ù\x04 O\Å\x1C "
b"f{å_kLE¬”©Ã\r |§ø³ "
b"hšÆÌæNDx±Ð5äõâ9K "
b"~ü»¼£°@╚ÿP:EÆûAY "
b"›ÎÔ½’øCƒ›½©RL6_\x0E "
b"¢\x0F Y_§õJ\x0F ¥\x02 `2Ÿ\x08 üþ "
b"¢Ó\t\x07 Q7GF–¯xoû\x10 `\x14 "
b"«ò£hÂéMX¼ésñ\x04 Áf˜ "
b"ÖÝfl\x18 ÉH˜½_©²º·-l "
b"Î╠\x18 {Å\x1C L[ï¶\x03 ┤0çÈO "
b"òt㢟»A¼¤ñ+\e ¯öÌ\x1A "
b"\x00 n8ûÛ\x01 NŠ›’9¤¿µõc "
b"\x00 Šn—ÒæD.·ƒ\x12 Ku±\x1C ; "
b"\t\x1A kÐa“M…·\x05 äZ*ãHL "
b"\r ¿¿·hKBR£–-Ä%è\x12 7 "
b"\x10 ¹µb6+Dr‡\x01 ™Ÿ)ðfi "
b"\x13 Á›â–,G*°ë²\x15\x05 ™\x07 h "
b"\x1C\x15 §f-dG#³\x15\t 3švœ\x03 "
b"\x1C Rë~a\x19 C+ÅcÎ\x19 \ÝJ¿ "
b"\x1D =üô»Mâàÿ▓Ü¿©ó) "
b"\x1F r˜}\x1C aM]®µ\x03 ¸ÍONx "
b"&+©╬Y{CØ┤Ë─,ı&\x1A å "
b"""
;º8\r N™KP£7\n
\t ‰¸8]
"""
b"=Ãݸ\x00 –EU£ÀZâ\x1A ¥\x19 è "
b"Gê] Á\x1E Csˆ@~Êóíª• "
b"Hƒþ\x07 H=NÞžÊàš"kµg "
b"JKÛãZ_D\x17 ¥þ\x00 Ñ\t\x13 2µ "
b"LÜ\x05 ô©PD©„7ÏAõ‡÷¹ "
b"M_;v2·Bb¶G8x¾†„P "
b"O\x0F █ó\x08\x0E FLûVL¤ëcül "
b"""
Q\x01\f \n
Œ¦Kñ¼$u¨\x01 ¢ÝÒ
"""
b"ZC¤\x15 ├\x10 Nð»\x01 Éþí;╠\r "
b"\í“·I“@ñ½ûF\x05 rõøÉ "
b"`ßbñÊøI\x03 ¦ãºš<@!ó "
b"""
kŽ\n
\x1D tÍJໄÖw4i\t\t
"""
b"m‹ù¯²9B7ž\x17 ÈÎíhh\x03 "
b"t\x1D ─øÏÓE æ\x15 ÒÅ¥½xÚ "
b"vEºóê²@§•7éh\x02 äps "
b"vx\x16 zÃÈJa»,“\x1F Á¡&É "
b"}èlˆÃ´Iß´r\x11 {jÑ\x0E e "
b"ˆÀ=\e îüI‡ÇؕÙT "
b"’î12òXL:¾!Ÿ\x01 ³È—¹ "
b"•ð\x01 ¶&ÿN,£fŽ?‚\x1D é‚ "
b"Ön~ÙöüE\x10 Änº■‗╬p¦ "
b"¢¯3ñ<\x06 Bö¾\x13 Þ©\x18 s¦˜ "
b"""
£K\x12 ÜRpLc´Õá^è\n
7É
"""
b"ªî"—Ê|G¨›\x01\x1F Ƙžî— "
b",íXLƒMd°sÞÄÒc\x06 ¯ "
b"╝-\x13 ─ı]H▄Ø·\x14 ▓#┌Ú% "
b"""
¾G„RÕ]Kö¯f”\n
O\v –ë
"""
b"¾áFUš„O:¯¢‰r|½7> "
b"┴┤╚Çî\x06 I¨£\x14 îX8¡WÉ "
b"ÂòœëžüLt±³Ì$Š\e :– "
b"─╝╣L┘╗OÈØF¥¸nÎ\! "
b"Ø4cßx·B\¾êžà—tïÿ "
b"ÝÒ°\x1C ½.LòŠ\x0E Ʊäᬽ "
b"æTzb\x11 VHЏ\x1F\x1A §ƒ“M\e "
b"òExò\x08\x0E Aö‘“J›ºŸä¶ "
b"ô«>W…JSªÎO\x15 ö«”ž "
b"¸áÅZôªO0âØd~\r ±·A "
b"¨╣dÐ┬8ITØ\x02 ædt█└ "
b"\x03 c,«ÁyMØÆÐì¹dG{× "
b"\x04\x1A þÂ+ƒM7€þ‘bÐC¾\x12 "
b"\x18 ~صl\x07 E\x02 ©É¦Àç{÷Ü "
b"*ìËÒÝnGüÉÖÊÔ■\x07 O7 "
b"""
/ÿç£\x1F OJ\x05 µä\n
ä?ê\r i
"""
b"2\x1A\x02\x13 QÚIW©?.\x18 ØÄŸ> "
b"""
Gƒh[ßêNn®Á\x0E\x10 \n
\x1E y
"""
b"SÑÙï•SM\x19 £\v ¨0\x11 |šº "
b"^Ç\x1D ý ìG\r ˆÂ²â¢•H\e "
b"fr==AsHb¹Î≾òR\x06 "
b"}ÒÀ7\v )LŠŒeç\e\x0E\x11 ý´ "
b"“×£¿ê¯Oj ßή%ÔUó "
b"£³9ÚIìLÞÄÁ\x06\x0F R=]\x01 "
b"¢‡Šjy\x0F @;º0§-•H<î "
b"""
«\t Â\x19 ‡A–„\n
öì\t }ÄÙ
"""
b"¯TQò†ÛK"– gîk^ò| "
b"¯sϼ^ÊDÛˆÿŒ8ø:å! "
b"±þ\x17 ÊášF\x15 ¹äu'‰ÇG( "
b"´«Ç,B˜@l¥¿ *\r Òb$ "
b"""
Ç\x1C ž•À\x04 E:¹w¾º\n
‰c\x16
"""
b"ËKýlÖ\v K\x08 ╣P\e █ü7¡ú "
b"Û¯{ÅÐûH¬Œ‹Þ¼\x08 K¼ "
b"äE…¤û·Bc’¥&(É5´ê "
b"ånCÅY‘NJ”äET\x06\x11\x02\x19 "
b"ùo¤\v r[A\x0E ž8nzX\x1C ¨V "
b"\x19 „ã\x16\x0E kLç…¨¿3Hçõd "
b"8+—\x7F ô?@A°\x07 ˧Q]Š\x01 "
b":;çã«—Bv¼§>-6Ã;, "
b"I{Ú3b┬G5Éá\x01 [ó┤zæ "
b"Iƺ£Ó±I7Érâ(ÓÆOI "
b"I±'zw-OÛ‹z4\x19 Ô•¼™ "
b"J\x18 5ù?\x0F FV╗4\x08 ZìÂÅî "
b"RU0˜\v ÓE–‰ZûU\x16 ãΆ "
b"q™â_w·Oa‹ž»éÌ#3U "
b"€´\t Æé\K\x12 š6\x16 yHºx[ "
b"ïQ┌SıöIY¥\x14 ÞØ¬ô\x16 ╦ "
b"Ű*╬oC@.Æ'├ÒÚzk\x00 "
b"–ó¬\x10 û\x08 H•\f ÒÛR>¾› "
b"˜%%0ÊèFÙªaa\x07 U\x0F 'b "
b"¡hÞ*¾ÅC#¿\x03 ò%¤-”ù "
b"¤Æ„Ñ–ÎI.´ò\x02 ß¾ûHÀ "
b"Ñ┬êAY├Hañt2ÑW쬩 "
b"¦ù–\x12 $ËJ1¶ #„4QÁ "
b"¨îMµxéDϘËK™è«/` "
b"¾\x10 ŒÍIOè˜Öçׂåß; "
b"µF_ˆ¶&MÊ£þ¶Šïq'Y "
b"дŒÔ¢\v HÜ‘K\x1F ’¨Å\x06 è "
b"þvêc\x18 >Eë¬eÜì╣Ð3Ä "
b"éP–ˆÙ\x01 Oµ„-\x06 ß–Æš‰ "
b"þ‡Â·\x1F DIšÏq¨\x08 ÈÈg "
b"\x13 vzý6½K„‰¥ÏsZT”û "
b":\t $¦ªiGh™‚+l‰dØY "
b"""
NI*©BFHÓ¡)\n
Œ±íÚJ
"""
b"…÷ëØH|MÓ¦.è}ÑÏñ„ "
b"ñ\x04 èÖ»ýK¸«╚║Íŵ\x08 < "
b"«q*×iÕD¿ºß\x13 ÅÏÛ\x1A O "
b"ä>’èaµG\x17 »Ù?.zÜ2‚ "
b"÷àË"2 FÙ§Èt!\r  "
b"ò;æ¥█J±▒´GÓÉ6«) "
b"³ØV,ÛƒCKˆ!¥_\v\x16 <\x00 "
b"\x08 zàLNÇN\f Ø\f åa╩þ÷╝ "
b"5á\x10 ï›\x17 B”‰„Ë='H‰¼ "
b"‰©\x14\x01 •ÛH'™ÆÒCÊh\x0F Î "
b"šæ\x18\e c{G$Œ\x04 Èæ\x19 "’/ "
b"¾Þ#RÆBJʳÜYû[N\x19 ª "
b"Åèœ&ÑoCX‡Ç\x7F\x14 ÇC$m "
b"Ï+\x1F WsžD˜²&\r ÑBK<\x02 "
b"Ò:à´Í?Iß‚M•+7Ü©ð "
b"ì\x1C\x1F z×áDW‰\x15 Äù~Ðú½ "
b":┴'¦\f /M\x7F ü?\x1F ÷\x13 ‗P* "
b">fYÈÛ|Lc¸c´‘`˜› "
b"I÷äÞ½ÜIþ€C\x02 Zãþ¢C "
b"Vyx:Å9AÓ»È0┬p8É_ "
b"^ÅouËkMÍó\x11 Q\x19 Êà7¯ "
b"_>\e ‘f‡@››\x11 ò\x00 ûSyð "
b"aþÛ±iõMÞ‚[p\x00 øéê} "
b"€y*Ó±ºEy†¡\x04 +SêÙó "
b"©?4±—êC•ŒM€/ï‰( "
b"«\x18 )6-÷A▓üÞv\x10 WáëW "
b"µnFF\x06 ŽK8ˆ€ Ã0Ï "
b"·Ý6¥]‰O\x04 ‡}ݽ\f †|† "
b"ò4Œ\t #Fa‰•M4þ¼½š "
b"ó\n \v ú…jAÌž#g\x00 ®°¶Z "
b"\x10 `!]s©Aë•'H³ßÄêˆ "
b"""
!€Ÿn„×Býœ~\n
\x01 Í\x17 P6
"""
b"?KÝÁ\x18 ™GM¡b¶K\x05 Áõ. "
b"s^'\x0F\x1C .NM║▀\x19 ØÝÐ5µ "
b"ší,\x1F ÅÉBZ©8ËA\x05 ¢óA "
b"žî.q¥ñF)¸O5ª\x08 ÎîÆ "
b"ñÉôÑR'J\x1D ╗ÖÎX:à ┌ "
b"Á\x1E Ù\x19 éFiÅ\x00 X©$Ýú╝ "
b"Ê\x17 Íèû=LÛÕp&Y\x0F Íó "
b"Ý\x18 ‘—(gNú¾ÝjLüuMy "
b"PÍÈ┴ÔoG\x10 Éÿ":╩ª¨í "
b"pE¥²üKØ“Hþ¬›h?¶ "
b"~Ô\x08 e5aGS“\x15\x1C çOÏþp "
b"¡\e ï©"Y@ÌŠ\x1E áðè÷ä« "
b"ÊÙ‚0VÚIU—\f Š9Ø·\f ´ "
b"╠ì\x10 ¡ì¢OWáðó[°´½m "
b"ÞUN£U€M笯y\x05 ÔNï "
b"Ôýùã0¶LÉñ¬U┬B-ø\f "
b"ÿÙŠ”Í\x13 N⨅\x19 9~!F$ "
b"\r ‰¶Ô>/B¶Ž‚{{²Y\x15 Þ "
b"\r ûÈ]Ñ9NÖùsÅO\x1C bVG "
b"#jsxrfHª³°¿Uþу\t "
b"'`\x05\x1C 6áK$±ã‹÷q·\x0F Á "
b"'Â*¤°yL̵T7‘F‚Ù\v "
b"+±^B¥yK@©§O˜_w2ß "
b",.A5\x10 ïFñŸóô1Pwš¯ "
b".`╠`â½FõÇ-\x12 7ßü\x17 } "
b"/ã>VÎADÜ└5/Ø\x06 ·\x11 "
b"1Ø╚¿°█BÚèú\x07\x07 ×È±Ê "
b"4·øI\x17 K@ìƒãÎÍ\x11 ¶4Ý "
b"""
6Ùš†é˜FÜ»\n
FÜ|S\x15
"""
b">ó\f ÆÍ[Cæ¼»¸\x17 õžh "
b"@O\x12 ?€ÚGy¦\x18 ½¿ÃÊ”à "
b"GdW)ª&C±§'!Χ߃ú "
b"Jìn/5¢O·ép\x03 N█\x17 cl "
b"KòÊù‹jMO¬”\x19 ó\x05\x17 Ì> "
b"O>¢ÎlÉJ‹˜ÚjØ\x0F\f ê "
b"WÒ)Àã\x14 N”¼–\x12 q\x08 _àœ "
b"Y·±\x7F þS@½Å¼âàkW¥╚ "
b"a§óÁ÷ÅM└ø║Z▀·´ó¹ "
b"bJËZ:|J±—\x00 H1\x0E i¼Î "
b"e\x15 hjZÜB%ºÑGV\x14\x18 o‚ "
b"o/\x14 =b£H§¯\x04 ÈÕt“›h "
b"o\x7F lœÖ\x05 Gc± 2‰~tg "
b"""
rî\n
╔╩▄D█å\x1A M\t Cïü(
"""
b"zì¾[ù¼Eºúé\x04 òµIÂë "
b"|ôsZ%vEÊ„i"„¸ï"( "
b"ÇÕI^*░Níù\x0E p\x00 ñÅ~╝ "
b"üÆM[è§Ns¨¹ø1í "
b"àu\x06 |+¿Eüƒ*¨ø\x08 mV´ "
b"ê×ïö¸]G¬¿)¤É£Ê§\x14 "
b"‘\x19 ^xÃHE¬„¾®8Åî‘\x18 "
b"ô£sö¯Eä╝▒@╩ütØè "
b"ò¿EØ¡\OA®¤3─2\x1E ┌â "
b"Ø\x1D ┌ßé\x15 M@ë"'N¥l6õ "
b"¡Ì·úøuCŒ²½Ðh¯~æÐ "
b"¼>¢>¡ÅFµÀ═Ikä.çï "
b"À&ž¿f®IJ¶{AìΘ@‚ "
b"""
═±\n
\x14 ríM ┤ûÉ╝\x0F ┤¾ä
"""
b"Óªl%D\x17 Eã…\x11 Ùì€î\x04\x1F "
b"Ô«'¸¦öG´DD\e ÈÆ\r P "
b"ı»\x19 »{\x04 LRú~╬~ü$üý "
b"ß=!üÕ\Hø¹ªFóÆÆ\x11 ‘ "
b"ák¶1yiI\x1F ‘2›j€ú\x1E ¶ "
b"ãÍ|\x19 ´ØKUž\x12\x04 ˆI\v\x03 – "
b"µh╩pÝÕA¥üÖ\x14 §┼¦ÆÃ "
b"ó\v \x1D ÁIN’—ì©?;©ö› "
b"ôÙFºÓîOò˜¾¶EŠç& "
b"÷£U±^ÓLƒ£a\v Ð \t ›K "
b"üVdA+\x19 KÕ·¾L0E\x01\x07 Ë "
b"ýA+\x06 ¡ùNd·\x16 ÊN'<òr "
b"\t ¿J8àhO\x13 °[*‘81Ž? "
b">h¨ÌœßCl±Ü'ñ—T¿» "
b"Q‗\t ¤ÕüJÐÜ£<xM╚¡a "
b"_\x04 ]VYnGG¤àp_\x08 Í”“ "
b"tëa\x7F ²ˆJéºZ\x18 k\t rÀ) "
b"èı\e ±ð+C,┐¶KÉ▄║6= "
b"—%¤^MÔH)Œ»ô\x03 ŽTéù "
b"Ø-GIÎ\x11 E0¡gð÷\x0E │f\x1D "
b"£U¶ÎF£J…¿±ŒÜŽŒa\x02 "
b"Ã\t Eït¡J8ª-5æz\x0F w\x00 "
b"ã9s¨¤²OÁ‹\x05 Åk"V\x08 O "
b"Õ└Ã╩ÞGB1åË3╚o¢|ü "
b"·\t ]Ø\x11 ýFnó1=ÿâí{q "
b"\x02 p┴#\x14 ÿE\x17 ùüëÊ\x05 *j\x00 "
b"\x1E õRx½÷GÞ€çѦ\v\x0E\x12 s "
b"LÛ5ļäH•§ý'Ñ| ™1 "
b"Tõ\x05 ?³7B}┤ì\x17 ì\x1E i5- "
b"byü┤\x1C "Flú\x17 ^┌9\x1D tW "
b"á┴iÉyñIAÖ&\x7F #òp═ "
b"O¢àâÛO´XÉ<fN>µ "
b"""
┴¤'\x1D Q\r Jü▓ü\x10 \n
Ê0ËÉ
"""
b"YP]2ƒxB[˜Ñ-é8+mQ "
b"m\x12 û«\x16 ªLô²$E\x1D ŒÔ®‰ "
b"pzçÅ\x14 ŠCÛ˜ð%¨Ì–å\x18 "
b"uвy‚¹E¾¨þ‹\x06 n9ïp "
b"™Æ\x06 «lû@„š\\x16 ;þ\f ì¨ "
b"®\x1E m‡þE;®›·²Î\x17 ºÕ "
b"Çð-\x7F ¯ÉAn©¼‰\x06\x19 ¡IÀ "
b"öç¸Ç{¤J‘ r™¾-ç”l "
b"VŽ\x1C G)EJZ¬\x0F K °»V\v "
b"ì\x1A =É~│Iöô‗8├RúO\e "
b"ûé\x03 SÜïG\x14 ‹yÕß\x17 ÙŠ¼ "
b"\e ”¬±ðEF\t –Š dÕ}ÐÛ "
b"ƒƒæ—ºÛL\x04 §Ï3Wyê…® "
b"Žš\x14 ”e\v A·„\x1C Y˜éMŽ\r "
b"""
Iõ\n
\x10 XòI¯¡!ÔJ2³\x7F B
"""
b"""
ü┘▀]╣¹I╝ÿ╣(.\n
\e â┘
"""
b"ÉXíüè\x11 J\x14 ¨AV<ßÔìa "
b"""
\x0F ¹!@-?EVì\n
I½*Ëéf
"""
b"\x15 ─·~5YFÔØÜ\x04 ²┴\x15 gÚ "
b"\x18 ®%c̸JНl…g\x7F l)x "
b"H0v\x15 LL\x19 ¦QHçy\ô= "
b"l\x18\x1F ¯`cEm®Ó#\x1F\x13 uŒÈ "
b"r‹V}-)MÁ¹\x19 ò›‘íTÛ "
b"wS AÕ¾@÷Æ:¨^ÿ\r Åh "
b"\x7F ¦\x11 ê\x03 ÇMô¦½Ö¾†Ø[é "
b"Ö™6ýLtL¡ºàÔÎosb\x19 "
b"Þ\x0E\x01\x05 âEEh—ôè]î<ÕÚ "
b"àb𑉖Ow¨Wá\x06 Ìþ\å "
b"èsÍÊà¥K\x17 §Íñ ŽÕ-Û "
b"¨À{:¾oG0Ø 6I'Þ²K "
b"d;OÑ\x0F –LʾÜd„8Ìè0 "
b"ó%\x1A û╗ÿF<ù<XñØ\x15\x1C\x1D "
b"╣ÃÑg·\t G±ÿ4W¸ZÛ¾ì "
b"Îîx`,jB|¦@á©^Ê:ã "
b"\x17 6ê?\x19 KB\x06 ¹ÚÏçì\x19\x11 Š "
b"0.fQ4pI\x17 ÀæçÉïpòC "
b"iø\x19 õ±mJäŒ\f\x17 Õ‰ãR" "
b"‚\x05 ݸ]mLQŽŠ×Œ•?\x19 v "
b"""
É3\x0F |│\x12 B÷ú└\x06 n\n
ʶ┤
"""
b"¦º:SèƒCÓ†ø*ZA‚®† "
b"«æ7!úì@NÉÌ{Í5xG< "
b"Òüôµ\x16 `Es€ T{\x19 7“s "
b"ߨà…\x16 SL§¥&\t 1T\x1F ²f "
b"ú‰\f\x05 ¶"EV¡ÒÄÆ\x0E ée” "
b"ßÝ"]LGw’Å?YØZÔÁ "
b"\x0F K·°ÓçB¡¿Ê˜ÛC[Ó• "
b"+:S@¹ñNÒ¬\x12\x11 ß’”\x1C ê "
b">\x17 \ðØ,G§§®m`\x07 I»] "
b"""
iAûˆÓ\n
Bñ‰™,\x10\x07 Øl¸
"""
b"Á5v†ÛóA᜿Îõ+ĪŒ "
b"÷¡ÈTƒ=I”÷Ó²ù’ú´ "
b"\x0E ‰e¸êÕIæ•\x05 ŸAÏ\x15 Qó "
b"\x11 ï\e\x02\x10 âA@Å▄¿\x11\x18 á{└ "
b",IR c>NLŸ\x08 wNj¨ÙÏ "
b"y.ðô\r ØDêܰ¨\x06\x14 «ï\x14 "
b"¸Z(¸ãƒG\r \x16 ØÀd\x06 "
b"""
Á‘Ðør'AX¤ÿë\n
Úµ®\x08
"""
b"├'║\t %×H┼ØkWâ_/-╦ "
b"Ë▄-.\x16 ÅD╠©░4mp±S "
b"ír±qc¿Ißš\x1F UÔ\x08 |̨ "
b"¾;▀ë¤6B+Ø\e üÎ▒\x11 â± "
b"""
õ ®\n
\x11 ÿDÀ«c\t\x1D ÐF°M
"""
b"÷»œ‰W\x1A Fö–\x17 5\x13 œ\x1D v\x1D "
b"\x03 ®\x16 {—SHe—”X\x1E Æj\x12 c "
b"@¿¹‰A I•ª‘9ßG^@E "
b"E╝Åó¿[N▓ų░}ãìfy "
b"INeN0ÒO$¢¯Šžçh¬´ "
b"Kì9F"ùOÓ²ç\x03 Ûb›\e ´ "
b"O]gTÍoL€¶yp’Î9ì[ "
b"O¥È+%\x1E NT€\x01 6ôbÛ°” "
b"p\x7F\x01 T|²H¥¯4íxÿ>\e\x05 "
b"{\x0E\x14 #dÍJ@·,¶8•a\x1C œ "
b"ì$>┌&uN\x13 £Ûîõ¦l\e E "
b"ž'@ÒÿZ@T„`9Š–†Ve "
b"╦\x06 Kº$E@É┐å`\x05 i\x04 Ý "
b"ıÊÿÒÉ┴K│ÿb\x19 pxA ¢ "
b"d*3¾FcAÍ‘u>CëU¥x "
b"u\x16 ÿ?G'H„¤iEÀ`] \x1D "
b"~×ïòèèD´Ÿ' .©GÏ\x1D "
b"õ`ðZØ!K\x15 ¢1╩/ܱíÚ "
b"""
÷ï¦QÙmO§®~žå\x1D O\n
\x02
"""
b"\r \t W¦ ÿGýš¨s©\x1D üÿ™ "
b"}Ðõ½~JG\x1D ‰þÁ\x1E H1\x06\x16 "
b"ª\x10\x06 ÇÅ€CüŸk\x1E ýÛõ~W "
b"à\x03 t°Ã²D©…\x05 |ü<l² "
b"¶Ç~# ÖNÝì,OC■;¦Á "
b"""
Λæ\x1D \n
yMäƒ\x19 :Åoäé#
"""
b"¢ú0\x08 eRL¨³áù†P\x13 ;S "
b"ñTl߈~Eˆ—‹ù…y«~÷ "
b"%ú„Q9pLE€\x1A ¡Bz\x19 3l "
b"C®\x05 I§Fö —3‘®\x07 •> "
b"n+m┼Å\x0E Ff©f [c`@( "
b"qæá\x07 õšKÔšZÙ™ò)yï "
b"Å6H\x7F ÜÐNþ┤Øð¨\t â\x16\x08 "
b"ÍY²¿\x19 hB½‚\t Ç\x14 €Cvo "
b"Î¥9|-ÁG¶—‚Õ¢ \x00 ²» "
b"ñésv¸\x07 IÊ”¦½Åç\x06 9¸ "
b"\x02 3╗¶×\x1D E#ü\x7F ▀Ûh/\x14 "
b"Xꇩ5GC/ƒ?Ú²ó(\t £ "
b"hÀWðI©@l¢¤´ý,Ôº. "
b"i}T:°kK\x14 ³„‡wœu˜- "
b"p®¬,7ÄM▓É╣ðþ└▒µ° "
b"|(,šw\x12 F˯\x17\x1C {'éc\x15 "
b"""
„v*\x1D\x13 ªBþŠ\t \n
QßíÌb
"""
b"ˆc!ØóøNþªã\x15 \r HÒî "
b"‰ÂGݶ‚Añ¼Ô6B=Žb4 "
b"Ø`\x00 ¢n¡B*¬B\e àw0/¿ "
b"▓,\x08 ¨└üJ¤ªÅ\x18 Yùß{\x08 "
b"³úü1½ŽLØ‘òÔP²3†B "
b"Æ\x06 ¤À>Ü@o²,üVshé# "
b"éðâ_r»@ºŠ)Ëõ\x1C a?„ "
b"îoßô•3A•Œ¶ZxÁµÒ¢ "
b"§_\x1D ¿-áNm»+³Ä\x02 ·ìv "
b"\f RA<óÍLܪ§¿ÑÝ\e ôA "
b"\x11 „|W»¾Oõ«9*Ï\x05 Ž…" "
b"\x12 =ÉöK\x16 G\x10 │.ÛdÞͰh "
b"$ÄXj·=FD¡ß8+¶gTU "
b")7\x1D T‡™H2¶žMÚô´\x05 # "
b";Ôrl\x14 ÷EK‹Q³<Ù,\x10\x15 "
b"?õ¯B¦ØL¥‰b¼Ýœï\x12 Ú "
b"I$Á\x02 q"B+„‚]\x1F ãcƒ| "
b"S´úä«ÊNU¡┐¼ôØ░é▒ "
b"‡$\x0F p–ýOD‚¤C[ô:+b "
b"‹\t Täø;M\x12 ]N\x15 (»á4 "
b"ÅQJÀá¾@³ä?ƒ\x05 _ÈÙ░ "
b"╗síì5úM\ÿI│À]{Q÷ "
b"¾¿è!š‘Læ¹A\x14 —À‘´D "
b"├_EÚôàIõì┘ï\x13 ±éc\x12 "
b"Ð\x1D ┼j─æCª▓┴Ïi\x1F ®üQ "
b"Ò@š\E\x02 G÷†D2—¥Q† "
b"ÙVoò¦ÒO~º…\x05 ž©×\x1D Y "
b"Ò ╬"░ØCB╣bNÃ═|kþ "
b"é1ÕL íLÆ€Ãrû\x18 ³Ž "
b"ôŠ*q×ÈE‰Å¬Ñ1T\x15 Ž "
b"ý¢$sâbFq–» ÿ\x18 ¶\x13 w "
b"PÒ\x1C …¤ÌH\x16 ˜l\x7F ûrÉ,¾ "
b"\x7F û╠╝á8G(¥▒Å_\x1C Z\x12 ð "
b"ž0ÔÜ›ÔCȼq—(\x14\x00 æÂ "
b"õîýÛ\x1A à@¡—<oÿ\x16 Î\x18 "
b"G/(/9¤B5²'¶¬Dÿ3Ê "
b"Z╠ZøO^EbÅçí,4W\x03\x04 "
b"b½i\e\x1A GK7˜»[,\x1A ¸\x10 "
b"ùyE&m\x17 JSÅ\x15 ╬\x01\x17 è±c "
b"˜7€jUñBD¼\x15 Ý·+Ð è "
b"©ê\x0F >¹┬IUóØ!¬■EØ\x0F "
b"ÈÕùÒ51JA…¨‡=±Û\x00 … "
b"¸sü]\x15 ßL\x00 çwÈ\x1A ="Á4 "
b"\x17\x18 ║['\x11 F²┤à#HÅ«UY "
b" zI+▒QI4ôƒ\e \žH─ "
b""\x1C œUiÊ@·›Š»Ö£©Xq "
b"—Ê6X¦[I‚®\x03 Q~³Èˆˆ "
b"äþØQ€Gœ½—‚²æ|õÎ "
b"¢çÊ•WuA¾£¢1ÉåHÐ\x13 "
b"ã\x02 ×°+AEì║(┐N¯rf® "
b"""
Ø3¤\x14 úÛG7ª\x06 šºÅÒ\n
Ù
"""
b"ù™\‰ÖmM\f Š{¤\x02 «ü¶\x04 "
b"#ËTZ8oDލ–ìžti¶\x04 "
b"MŠýŸ¿ÇCñµÒ\x16 òæ©\x01\x0F "
b"N9ª‹ésG´Œõ|;\x1D »îÉ "
b"f¹9¯·\x1C M“˜øÔš\x10 Ñ\x02 | "
b"k䩹‰\x7F OýŸë:7-ü\6 "
b"|\e —å*ïDú‘\x14\x07 "\x0E íQ9 "
b"å╦¡ï\x14 ÍB5èëØ(8ì9Ü "
b"‘Â\x7F l²ÎIžŽ‘ÃFigEB "
b"Ð1¢RéÁKk¶‹\x11 ú\À\x07 ¿ "
b"ÚexË{UJD┐y=Éd?╗┼ "
b"\v F7M\x16 ”OÌ¥¨LAÞ–¯ë "
b"\x15 ¹ëJ~ÚE/ŒœÀ\x17 OÈN{ "
b" CðNý³C▄Ä╗.üÖÌ6ì "
b"[ŠÍ}\x01 ûA\x1F ”*HÇ\x01 )\x1E 6 "
b"`˜\þ™šLk€U\x18 œø£;Š "
b"o>‡\x1D ²ÃJw½ƒQ~[m\x07 5 "
b"ú3Á┐┘{KÅôU÷¨ú┐\v B "
b"¾¯»7˶L ¼g\x16 Áf\x00 H^ "
b"б\x10 6ÙéEËÅ"\x03 PÆ4N╦ "
b"3©gnËÈG~Ÿûñs\x12 \á\x04 "
b"\x10 âý×ɸK─íÏ'±═ñSÉ "
b"\x12 5ÿý\x01 yN\r ´þq€¬õ ã "
b"\x1F 6\x1D 0“vFü›\x03 >ÀKiÌÚ "
b"#a\x1C —\x02 u@ü“™l‰Øšý² "
b",░O\x15 ÔÑB_╣ØmÍí╠óy "
b"I‚\v 2\x0F >JŸšäà€É#s\x14 "
b"Rd-Ø╗ıJ\r í\x19 ý&3UÍ\x00 "
b"]¤yÖn─C#Øã»©T\x1D ¹¬ "
b"r¡ñÄ?╝IØâ\x02 ɤ\t BÃE "
b"tyf¯<®EᨾKºªw–Ý "
b"y[Þü TMp‡6¼\e Ä\x03 ãy "
b"ŠÀþe«\x15 E)¢ÉùºHáð\x01 "
b"è┴\x7F ¿ë\x15 Hü▓¬õC³à├ß "
b"‹Y<É ±Kè‰\x13 ^IR\x03 /\x00 "
b"¤Ê¶¼¯hOx£rlïõß\x04 å "
b"º▓\x08 ├D\x1F Gyì+Å\x03 ;├\x0E\x1C "
b"Áê‹\x19 ½ÛIÈ›\x16 °‰Ç«u· "
b"©ú\r Í\x07 E¦”ædrØ\x12 öæ "
b"*\x10 °’›iOê™\x01 cË®„\x01 ç "
b"ª┬éEûÛIû¢£©x\e ´ÏÅ "
b"·íÑC…OM\x0E –ŸÓ3YÅóH "
b"ÂËe KoK\x1E ¡Ð¼<4'*· "
b"È]ŽìJ\x17 ½‹pF\x04 Àþ\x19 "
b"|'3SØ─L┼ä3Ö*góìƒ "
b"|lñ\x7F ÷)Lž£Øµro¸qÍ "
b"\x06 |R*ÕiCº®:Bm°†&à "
b"(bé³\x0E ©M\x06 ŸÜ'UÔ"B\x18 "
b"1/`ÈËÓBضƒ9æÉPó\x11 "
b"5S©!QHO[³£š\x0F UòJQ "
b"<Rd\x19 -ßBm›¢N‰HU\x12 s "
b">IAš|\x03 Dí¢•7\x0F æ–Ï» "
b"G³â„.ÇEÑž-Mx:E¯p "
b"I(Â]mŒI\x1C »Á±\x12 Ã\x16 %/ "
b"XU.\r ▓_Oƺ¦¨ü»┬ûk "
b"jW3ÓvPD\™Þþ7‹kÅÿ "
b"m÷\x0F ýÒ\x03 H–˜ŸbÆþ™1( "
b"uÙ┌Vb¹HÑÀ#ô█Ø\x1F Îÿ "
b"•€Œ\x7F “BBͰFà\x02 Cú÷í "
b"║▀¶í0VIßÅEÆ5â\x15\x1A Ï "
b"╗Zå\x17 É3Aî╝7c╝╩{mð "
b"Är AÕ„OÏ¿¡ôlZÖl‡ "
b"Ã^┬ùKeG▄ÅÇ]×╦Iæ¸ "
b"Ì×7¨-ŽJ¥—¿\t Ë-œ\x18 4 "
b"âh*,ÐhBƒˆ¼\v\x1A Ã8”( "
b"æµýd(‰N¨ŠËt¡éͼþ "
b"æÌä\x14 p€Kt¹\x02 £ƒ;PTØ "
b"ñ÷‚¤æêF¤“¦¶Æc®À‰ "
b"¶`oaR!KÍÉ~─\x05 └║Û1 "
b"\x10 \\x16 "çñC€›pf\x02 ×\x01 Ų "
b"wœ×0¶2BüŸ¥jìS”€ú "
b"ëî\r ª\x04 (NïQ·pYØ\x05 « "
b"╩g$ìhDCPÜêy╗\x17 aÒï "
b"""
\n
\x1C\x10 0̰FS§…Ã¥Í\x1D Õ
"""
b"@œdVÉŽJe€Ó…8\t ––˜ "
b"®Q«â{NO†ªW{¶\x02 …\x17 ¦ "
b"çÔ\x1C ßt¾IÖ¥xµB4ÊÙy "
b"¶┬a\e åçD\x17 ¡J"║GÅêð "
b"\x1F ´ hoÌJä§ÐyWGµË\n "
b":8■rO LgØ1)\x07 Ôiâ\x14 "
b"âà\f Õý.F└èìÐ ├-{¦ "
b"èÁlH$´Kìܪ¼Â̰\x12 x "
b"\x18 ý.Ó▓FAÒÅü\x14 ├ô#S¸ "
b"ù▓b▀cºA¥¬ÌÆìä\x00 å╔ "
b"Ó=Káé1FNö³Ëìú\x06 ß└ "
b"ä†~õ\x1D nCI†5È\x0F òc‹ê "
b"""
\n
dìAô°G2îxI½ÛV[
"""
b"╣\x0F çV=ãM´¿Æ^\x1F ÉâñY "
b"è‘àçE½BUˆŠSs„†ôF "
b"êÏä12aC€—1Ιë\x16 ·… "
b"\x07 ù[X³JO\f ®ÏÒ┤üa┤¤ "
b"\x10 ‗ƒlQ"L\x0E ìL‗»hù*╚ "
b"\x17 ÆÔŸ¼VK\x7F ™kÂŽE=‚¶ "
b"@¶®4\x19 ¡B ┐ ø°Gì\x0E G "
b"W@ØÐ\x03 áB¯Ÿ;\x19 ‰Y©»m "
b"¸.½ù─▓E>▓ZÅøÍ}p\r "
b"÷òæ¡ëóB<—i+ò=HÆa "
b"\x10 ║S]ðÁMQ▓├q@%▒aü "
b"‘<W4ÝìGÛ¶VS>wìÒs "
b"N\\x0F <wM&‘¦Q¿cß0b "
b"^^žm\r ÊK\e £ã%ïH\r \x1D ² "
b"eÐÉv#fI²”¾l)W<K½ "
b"‚Ý&~–/E{†—\x14 €#'ÌÃ "
b"„PÌî\x18\x17 A›¤cêt»H’ô "
b"„ô\x01 Ý’GIp¼’Çm)×1© "
b"Œ«W{º\x01 @\x06 ‚ô\x12 ™y@¼@ "
b"ž1t¸syL3˜\Ö‡hÑçß "
b"ÇÍ`ÔêL\x14 ¿òP¡'¢ p "
b"ÙJ\x0E ÿ\x05 ÿBj‡^\t\x1C (ØäU "
b"ö0Ó\x17 KÂCÅ–i\x0E ú„â&7 "
b"ÃcȘjoF—ž`m,\x15 –úš "
b"\x0F ╚xpÉ═Ncé\x12 ¾┤Bÿc┼ "
b"\x15\f ì.ÚëK(¼~#¾-â\x1D i "
b"\x19\x11 }‘‡\x16 Hª•cƒt\e ™Jy "
b"˜÷öTT’H˜Ž¢Of\x19 .@L "
b"Øìñ╝\ßNÊúÞîù¶»ðã "
b"╠aC\x04 'A\t ż╠©╠¢SN "
b"ºÿ\x08 \r ~üBA®\x1E ¿ \r ÓÑ\x01 "
b"¼eÉ\x03 ñ\x12 Gw¿e\x1A µ‗:Ú╗ "
b"è=Ø\x1A *õLÿœ%ûÒ`E\r \x18 "
b"Oÿw~}#@ƒžï¡\x16 ù¥ÕL "
b"™JNo\x11 AO¹‘òÛÆ1¸nÝ "
b"B╝úÅðçB¹×\x1D 6)═q!¶ "
b"S(öÅîyD\x1E «û¥ìu± \x00 "
b"ƒ\x14 )1═\x1D LÑ╣¦%F┬Él▄ "
b"\x01 ƒŽË\x12 õK’„Ÿ\x15 @Ž*8\x01 "
b"\x03 ªŽžŽ\f C£«À¶f\x15 µÅ+ "
b"\x13 ²\x1E ÌÉØA[║╬×░;.áð "
b":m&\x03 ÃVD¿‹k³²Ù˜oæ "
b"┐\x06 ┤C╦ÉA\x05 ÜÚÎp3╩│³ "
b"Á\x1D\x07 ặO‚ºä2±0îŠ "
b"Ô®+éöÎE\x0F ’á\^Ê\e î\x01 "
b"´ÀØ\ã┌@\x1A Á¢Rt@1Cx "
b"\x1D xôœ€4L?“xÙð’kÀ$ "
b"-\x1C ├Ѽ·EqÉðY2G┴ƒa "
b"""
J…݆\x04 ?F\n
†2Or6œ\e D
"""
b"gXP\x03 :XOìí{\x02 $\v o\x12 Ì "
b"""
é\n
,Ý,ÜJÅÁÄæ¯ðt|\x1D
"""
b"ˆn@4×wM)½&që}ë·\x06 "
b"‹…b=óÓ@Á…ÅîøI¢Ð\x08 "
b"‘\x14 ý‘5òO“¥ŸNÑ(šýÜ "
b"\e bmÝéODr•ÇH7Q0„S "
b"Xtç\x0E óØO§¡â ╩B±╠ "
b"x_ÛŠ\x04\t BU†„\x1C WU»Z! "
b"úÍð9yÅFküpÝ6áÚüû "
b"Å1³{\x12 ÄM\x05 •aþ=ã’“> "
b"Þк\x1C ¶¶Bó€\x1F %ø7;3Ø "
b"à\x1D ¥.oîE.»]Æ#\x19 ;\x08 ® "
b"\t\x17 Ôp\x1E\x11 N\x10 ½‚20iÕkc "
b"\x11 ¯Õò$éH─ÉıË=Uy\x19 v "
b"LAõåÅQ@f¼JNrÜ\·\v "
b"""
{D\t dÐáAš¡žÒÕ\x10 Q\n
Ž
"""
b"¨iQ╔WÊMìª:\x16 Xzp»p "
b"\x0F }‡Ö%jAÞŸ\v {™2§Ž\x12 "
b"6²ÖŒ_\x08 E,‡ \x05 Cy↠"
b"nü¦ï¡iI¶¯h‰2\e +»ä "
b"WVÂܨOL\x04 ¨™b(DG,ð "
b"Ÿ“œsÅ„Lã–¸\f cð6˜ˆ "
b"I8h®8wNf1á~йèî "
b"æÂqó¡ÝCEÀ\x10\x1A ░µ╗TÅ "
b"\r \x1D Ÿg4.L~£O\x18 ˬ\x11\x0E : "
b"/cðáçG.€Ü\x02 ìm\f ·\x05 "
b"3\:U‰Ø@L½Q„Á‡žôD "
b"C\x01 ñ4®ÉHw╣óÁjÊÿ\x01\e "
b"Fß\r ‘$…Ny€ÍÆ,oôÌ£ "
b"\\x08 ùv”ïN\x13 °¾ÃBV\x11 YË "
b"tg\e ü¨\x1A B\f ç ·┌5+ëp "
b"|TûÇ´ßE┤á\x03 üïK╬Yä "
b"""
€-c¼ÄxMú†\n
vÒXQ™\
"""
b"Áqå\x13 òZIì╣\x14\x1E ¤┬"/\x13 "
b"ÝDmó\x1F [E\x11 ŸŒî›lÍ5Ó "
b"ÕÄ.«7BMVØc│¼┤;3G "
b".Å\x00 ò\x08 \n C}úQ]²\x02 B\e í "
b"/ª5Z¹wH(’\x01 xhe©ô¥ "
b"šçŸ¬¿õG޳¥¢‹}…c† "
b"²äm“\v öDX¿C©Kè—Åê "
b"p÷ŒÀÁ\t AU¢ÈëV\x1F\x0E õ\x1E "
b"ý²µçõçI‹¸ž<TÖI/Ê "
b"""
4¾\v\x16\x19 VN\n
ƒ¼°jG™.ž
"""
b"a\x19 Ê▀.ÆAû½$\x07 O-üw4 "
b"„î;Ç×¢Ev©Š,\x19 Ÿà‰Ö "
b"Êæ5ü ÄF¦·þ^ׯ!Þ\x13 "
b"■└ô▄╚8ME┐x·î■õüL "
b"dáw…¸SFã»çxè³ÅÄÝ "
b"&\x04 q>Ÿ4F\x16 ––ÑÇíòYl "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x03CEAD20DFE7494EBF739A0DF990F8A9 , 0x0D51F4070FE345209460B11417F2DF72 , 0x192D30FF524149078C56E6457ED55AA2 , 0x1AEC6F8A030548B4BC5B0B97A30D1BD3 , 0x1F2BE09F828F4221BB8AF6E585E2FFF5 , 0x2785B6B69FBA4C9294D2C87D7B00F533 , 0x567C076440C2490A9635B8FB4F95D2DF , 0x574D91DA18274F64A5DF737A4D712FE4 , 0x575816EF346F47B596D23165C3399CC8 , 0x5800B0B21531403297C017B4566C81A9 , 0x599C54B5E133485285A7505E585D9EC2 , 0x5AFF040EB393442FBADF5FBAE2042EDB , 0x5CC0DDBAE27E4717904F8DB465362CE0 , 0x61375D5DB1A24EF38EF0DECDA58510D0 , 0x653427B0A41F4706AAE70DDA4036EEFE , 0x66894C25789549ECA5D8756261DE3766 , 0x76357E16513043B091ECCAEE6F24E457 , 0x7A661BD47C59420599B7134B74850948 , 0x80EC21FC7881418BACC4B76A5D1CF001 , 0x81CB7879AF804397B75EEBAB55C8E478 , 0x81E590C59A8746D7987109337387A127 , 0x9CE5288D84B644CCB206672D31483F6D , 0xA67DD984203C4DFDABEB0156B2148D1B , 0xAF2F537D1BD0495DA0E2BC2C4B600F96 , 0xB0C976317B5A447C990F6366C5210EE9 , 0xB265DFEF66094158A68B1DD8D70E64C3 , 0xB7FE3A6A699B45F4B0A4DBAA18E6F9D3 , 0xBB1C562EA74D4A168309B5371556B0A0 , 0xBF2E89E6CDC64F3CB25EEC988109A6CD , 0xE4F6ECBDD3424DD996D5BDF2327CD962 , 0xE557BC91F6894A0CBAA1D02DE55A4A73 , 0x189DCE2B0F134DEA8B98FABAF1DA122B , 0x2D10C4B3C6B94A0AB6BB1D4F727D2DFE , 0x352DC3B7820C449F94D424A493B33B62 , 0x3AC1F602CB334DF8BA38151ADF72A4BC , 0x44B4DA14A237439C98EDE7BCDE6EF3C6 , 0x6718499C9E854E10B5969FEB9AFCA5F4 , 0x6DFDD9E08F4740AC8FF188FE68682CA3 , 0x7ACB662C300341198AAD082661BAFC76 , 0x7CE73C9F124C4F8A943B75EE014CCA4C , 0x7F9DF7E58E814A949A3333033EC21C69 , 0x840D510BFB6E41ACB085B9C006E7126B , 0x87253D2E87414D53A0190CC6FF477D53 , 0xA2B9FE19694A4D0B928633F36597E813 , 0xAE974D6272F34E3293A63853685810E5 , 0xBBC6DA8070394F55B61D0B7F20685A16 , 0xC246D4C56A9A421BBCAC3C2779E48863 , 0xE1C044F49FC44F76827F16FBF0C022F6 , 0xE4C2B81BAF504E488CC315AACC4920B0 , 0xE6ABA69360BB4F539D1ABFE6BA380C21 , 0xEDDAC9D1532F4969AA47B7F54E644C0C , 0x10B9F9AFC6D042D487E4FAD517402C66 , 0x38ACCD387F234D7D911E0E48EF740716 , 0x47A84A1B9E45469EA27AD3B8772818FC , 0x52F112FA509243478D0D8599FDDBB89B , 0x71337A62692D4E7F961DFBE809FFCA6F , 0x74B4181610094CDC99861174372B0DA0 , 0x78A2E85AC0B84CD3A77D86156090CBA8 , 0x7FE85551705944E9B418F7850E15FB24 , 0x875C45F47D0A4CFFB0B3FEE68EF8A511 , 0x92546F53F7754998ACDA984B4FCF84E6 , 0xA494319F77F84D7F808B87D7FC823410 , 0xAED1EC347CCD4205B8DD75408C3FBA42 , 0xC1674EFE48E34729B6BF00232426EA99 , 0xD0FF437193284E76971303BC4975C382 , 0xF4B8CA1D3F3249418CADE9A9F5A8A3FA , 0x20C334D34B784467BD6D4376165FA67D , 0x2382CFC173BA4C33939A45D66B7F79AC , 0x267EEAD827D14DD980B03F7AE6315476 , 0x2C676E6A825642DEBC1097D30F731444 , 0x39DAF77A8C194FE28E0CC6BA058F9C8F , 0x3D618D86E9D641B7B44E525334B4F98A , 0x499AFAFB2CAD4D85B940C0F27A82DFC4 , 0x4ABE958DA60A4D36ACC2E946CE13B263 , 0x4EF3866A5B764860928E9527DF72C57A , 0x58CBC02474B0490EA47E96C2B41BAB9B , 0x58EE2850C4F940F7821113E938F03460 , 0x623508D613654E69A33762398EB9F78A , 0x694CCE193734469EB440C51982CB61BE , 0x6ABF516764A24710AB36488A5561332A , 0x6D7AA7788F2441F7B60F0B9F35F55ADA , 0x6FC4EBF7382449929E62742CCFBF6597 , 0x7EB2E31575FC40E087587A8CD8337089 , 0x84BD7B3A34974582ABE71EA6A5A01C59 , 0x85DBB0D426054464B31F271C33911CE0 , 0x882A425E4D574E2E88E237D306F05157 , 0x8B04949BEDC44D139B78D5C3EBD26436 , 0x8F918A8FB5C0466DBCD443B8A0755288 , 0x95D7FF19CB74470589F8797283CED223 , 0xCAE4C6BFA4DB409C9A5BFE48D180225B , 0xD088E5D2FFCF4C8991790A9D7B1E6624 , 0xD7CC9C099D464A8B9069CA1BBF300791 , 0xE2AAD7EB342441B19A2CDA7EF6B1EB70 , 0xE50BA922C8C64EDBA80BD109701B9C70 , 0xEFA4D656457B4B46B593003C15871FEA , 0xF16093795DB047EFA5115550E95B9A0A , 0xF54869FA090B456099413CC3754852ED , 0x004494BC6978438BAABAF936F5109723 , 0x1C1168973F944E008889FAC67A34D97C , 0x1C46C2137A41424987EA68A9A97DDD71 , 0x27C3A975C6464327806BEC2AE8B960A6 , 0x4005A785F31640ADB7B8E9C47CA557B3 , 0x497D689AAD144F01BCAFD1035414735F , 0x54A29AD2AE744278BA033058BE2DFA98 , 0x70874D3132C84A489EA093865308C12A , 0x98C04425A8774C0396FE22413574404F , 0xA024B779ABCC46D8B71DC454D7F4F390 , 0xA6458223BCD7428AA3DCDE6091A60C3E , 0xD5A90A023B0B467FA55B69898C3E5173 , 0xD9AFEA65C6084938A83DBD7EF3B978A0 , 0xE762FC3A4E1E4B9286926A6B763FD7FF , 0xF4D2B65CA6F64DDBB2248245FA612FE5 , 0x3DDD353B46D844418AD5343152137F9B , 0x55D2AB052931434690AFFC966CFD1EB0 , 0x611CB9BB93364253A4A5D9044F5CC51C , 0x667BE55F6B4C45AC94A9C30D7CA7F8B3 , 0x689AC6CCE64E4478B1D035E4F5E2394B , 0x7E81AFAC9CF840C898503A4592964159 , 0x9BCED4BD92F843839BBDA9524C365F0E , 0xA20F595FA7F54A0FA50260329F08FCFE , 0xA2D309075137474696AF786FFB106014 , 0xABF2A368C2E94D58BCE973F104C16698 , 0xD6DD666C18C94898BD5FA9B2BAB72D6C , 0xD7CC187B8F1C4C5B8BF403B43087D44F , 0xF274E3A29FBB41BCA4F12B1BAFF6CC1A , 0x006E38FBDB014E8A9B9239A4BFB5F563 , 0x008A6E97D2E6442EB783124B75B11C3B , 0x091A6BD061934D85B705E45A2AE3484C , 0x0DBFBFB7684B4252A3962DC425E81237 , 0x10B9B562362B44728701999F29F06669 , 0x13C19BE2962C472AB0EBB21505990768 , 0x1C15A7662D644723B31509339A769C03 , 0x1C52897E6119432B8F63D7195CED4AA8 , 0x1D203D8193AF4D838598B29AA8B8A229 , 0x1F72987D1C614D5DAEB503B8CD4F4E78 , 0x262BB8CE597B439DB4D3C42CD5261A86 , 0x3BBA380D4E994B50A3370A0989B8385D , 0x3DC3DDB800964555A3C05AE21AA519E8 , 0x47EA5DA0C11E437388407ECAF3EDAA95 , 0x4883FE07483D4EDE9ECAE09A226BB567 , 0x4A4BDBE35A5F4417A5FE00D1091332B5 , 0x4CDC05F4A95044A98437CF41F587F7B9 , 0x4D5F3B7632B74262B6473878BE868450 , 0x4F0FDBA2080E464C96564CCF8963816C , 0x51010C0A8CA64BF1BC2475A801A2DDD2 , 0x5A43CF15C3104ED0AF0190E7A13BCC0D , 0x5CED93B7499340F1BDFB460572F5F8C9 , 0x60DF62F1CAF84903A6E3BA9A3C4021F3 , 0x6B8E0A1D74CD4AE0BB84D67734690909 , 0x6D8BF9AFB23942379E17C8CEED686803 , 0x741DC49BD8E045209115E38FBEAB78E9 , 0x7645BAF3EAB240A79537E96802E47073 , 0x7678167AC3C84A61BB2C931FC1A126C9 , 0x7DE86C88C3B449DFB472117B6AD10E65 , 0x88C03D1BEEFC49C287C387D895D9AD54 , 0x92EE3132F2584C3ABE219F01B3C897B9 , 0x95F001B626FF4E2CA3668E3F821DE982 , 0x996E7EEB948145108E6EA7FEF2CE70DD , 0xA2AF33F13C0642F6BE13DEA91873A698 , 0xA34B12DC52704C63B4D5E15EE80A37C9 , 0xAAEE2297CA7C47A89B011FC6989EEE97 , 0xAD2CED584C834D64B073DEC4D26306AF , 0xBC2D13C4D55D48DC9DFA14B223DAE925 , 0xBE478452D55D4BF6AF66940A4F0B96EB , 0xBEE146559A844F3AAFA289727CBD373E , 0xC1B4C8808C0649F99C148C5838AD5790 , 0xC2F29CEB9EFC4C74B1B3CC248A1B3A96 , 0xC4BCB94CD9BB4FD49D46BEF76ED75C21 , 0xD83463DF78B7425CBEEA9EE09774EFFF , 0xDDD2B01CBD2E4CF28A0EC6B1E4E1ACBD , 0xE6547A621156488AB81F1AA783934D1B , 0xF24578F2080E41F691934A9BBA9FE4B6 , 0xF4ADAB3E57854A53AACE4F15F6AB949E , 0xF7A08F5A93A64F30839D647E0DF1FA41 , 0xF9B964D1C23849549D02916474DBC0FF , 0x03632CAEB5794D9D92D18DFB64477B9E , 0x041AFEC22B834D3780FE9162D043BE12 , 0x187ED8B56C074502A9C9A6C0E77BF7DC , 0x2A8DD3E3ED6E47819099D2E2FE074F37 , 0x2FFFE7A31F4F4A05B5E40AE43FEA0D69 , 0x321A021351DA4957A93F2E18D8C49F3E , 0x4783685BDFEA4E6EAEC10E100A1EAD79 , 0x53D1D9EF95534D19A30BA830117C9ABA , 0x5EC71DFD20EC470D88C2B2E2A295481B , 0x66723D3D41734862B9CEE289BEF25206 , 0x7DD2C0370B294C8A8C65E71B0E11FDB4 , 0x93D7A3BFEAAF4F6AA0DFCEAE25D455F3 , 0x9CFC39E9498D4CE88EB5060F523D5D01 , 0xA2878A6A790F403BBA30A72D95483CEE , 0xADAB09C219874196840AF6EC097DC4D9 , 0xAF5451F286DB4B2296A067EE6B5EF27C , 0xAF73CFBC5ECA44DB88FF8C38F83AE521 , 0xB1FE17CAE19A4615B9E4752789C74728 , 0xB4ABC72C4298406CA5BFA02A0DD26224 , 0xC71C9E95C004453AB977BEBA0A896316 , 0xD34BEC6C990B4B08B9501BDB8137ADA3 , 0xDBAF7BC5D0FB48ADAC8C8BDEBC084BBC , 0xE44585A4FBB7426392A52628C935B4EA , 0xE56E43C559914E4A94E4455406110219 , 0xF96FA40B725B410E9E386E7A581CA856 , 0x1984E3160E6B4CE785A8BF3348E7F564 , 0x382B977FF43F4041B007CBA7515D8A01 , 0x3A3BE7E3AB974276BCA73E2D36C33B2C , 0x497BE93362C2473590A0015BA2B47A91 , 0x4992A79CE0F1493790728328E0924F49 , 0x49B1277A772D4FDB8B7A3419D495BC99 , 0x4A1835973F0F4656BB34085A8DB68F8C , 0x525530980BD34596895AFB5516E3CE86 , 0x7199E25F77B74F618B9EBBE9CC233355 , 0x80B409C6E95C4B129A36167948BA785B , 0x8B51DA53D5944959BE14E89DAA9316CB , 0x8FF82ACE6F43402E9227C3E3E97A6B00 , 0x96F3AC10FB0848C2950CD2DB523EBE9B , 0x98252530CAE846D9AA616107550F2762 , 0xA168DE2ABEC54323BF03F225A42D94F9 , 0xA4C684D196CE492EB4F202DFBEFB48C0 , 0xA5C2884159C34861A47432A5578DAAB8 , 0xA6F9961224CB4A31B620A023843451C1 , 0xA8EE4DB578E944CF98CB4B99E8AB2F60 , 0xADBE108CCD494FE898D6E7D782E5DF3B , 0xB5465F88B6264DCAA3FEB68AEF712759 , 0xD0B48CD4A20B48DC914B1F92A8C506E8 , 0xE7768863183E4589AA659A8DB9D1338E , 0xE9509688D9014FB5842D06DF96C69A89 , 0xFE87C2B71F4449AD9ACF71A808C8C867 , 0x13767AFD36BD4B8489A5CF735A5494FB , 0x3A0924A6AA69476899822B6C8964D859 , 0x4E492AA9424648D3A1290A8CB1EDDA4A , 0x85F7EBD8487C4DD3A62EE87DD1CFF184 , 0xA4048A99AFEC4BF7AEC8BAD68FE6083C , 0xAB712AD769D544BFBADF13C5CFDB1A4F , 0xE43E92E861B54717BBD93F2E7ADC3282 , 0xF7E0CB22322046D9A7C874210DEF94B3 , 0x953B91F0BEDB4AF1B1EF47E09036AE29 , 0xB3D8562CDB83434B8821A55F0B163C00 , 0x087A854C4E804E0C9D0C8661CAE7F6BC , 0x35E110EF9B1742948984CB3D274889BC , 0x89A9140195DB482799C6D243CA680FCE , 0x9AE6181B637B47248C04C8E61922922F , 0xBEDE2352C6424ACAB3DC59FB5B4E19AA , 0xC5E89C26D16F435887C77F14C743246D , 0xCF2B1F57739E4498B2260DD1424B3C02 , 0xD23AE0B4CD3F49DF824D952B37DCA9F0 , 0xEC1C1F7AD7E144578915C4F97ED0FABD , 0x3AC127DD0C2F4D7F813F1FF613F2502A , 0x3E6659C8DB7C4C63B863B491AD60989B , 0x49F7E4DEBDDC49FE8043025AE3FEA243 , 0x5679783A8F3941E0AFD430C27038905F , 0x5E8F6F75D36B4DD6A2115119D28537EE , 0x5F3E1B916687409B9B11F200FB5379F0 , 0x61FEDBB169F54DDE825B7000F8E9EA7D , 0x80792AD3B1BA457986A1042B53EAD9F3 , 0xA93F34B197EA43958C4D802FEFAD8928 , 0xAE1829362DF641B281E8761057A08957 , 0xB56E4646068E4B3888AD80A020C330CF , 0xB7DD36A55D894F04877DDDBD0C867C86 , 0xF2AD348C0923466189954D34FEBCBD9A , 0xF30A0BFA856A41CC9E236700AEB0B65A , 0x1060215D73A941EB952748B3DFC4EA88 , 0x21809F6E84D742FD9C7E0A01CD175036 , 0x3F4BDDC11899474DA162B64B05C1F52E , 0x735E270F1C2E4E4DBADF199DEDD135E6 , 0x9AED2C1FC5C9425AA938CB4105A2F341 , 0x9EEE2E71A5F14629B84F35AA08CEEEC6 , 0xA49093A552274A1DBB99D7583AC7FFDA , 0xB51EFFEB198246698F0058B824EDA3BC , 0xCA17CDE8FB3D4CC39BD57026590FCDF3 , 0xDD18919728674EFABEDD6A4CFC754D79 , 0x50D6D4C1E26F47109098223ACAA6F9A1 , 0x7045A5ADB2FC4BD89348FEAC9B683FB6 , 0x7ED408653561475393151CE74FCFFE70 , 0xA11BEFA9225940CC8A1EE1F0E8F7E4AB , 0xCAD9823056DA4955970C8A39D8B70CB4 , 0xCC8D10AD8DBD4F57A0D0A25BF8EFAB6D , 0xDE554EA355804DE7ACAF7905D44EEF20 , 0xE2EC97C630F44C90A4AA55C2422D9B0C , 0xFFD98A94CD134EE2A88519397E214624 , 0x0D89B6D43E2F42B68E827B7BB25915DE , 0x0D96D45DA5394E9997738F4F1C625647 , 0x236A7378726648AAB3B0BF55FED18309 , 0x2760051C36E14B24B1E38BF771B70FC1 , 0x27C22AA4B0794CCCB55437914682D90B , 0x2BB15E42A5794B40A9A74F985F7732DF , 0x2C2E413510EF46F19FF3F43150779AAF , 0x2E60CC6083AB46E4802D1237E181177D , 0x2FC6F03E56D741449AC0352F9D06FA11 , 0x319DC8A8F8DB42E98AA307079ED4F1D2 , 0x34B7F849174B40EC83E3CECD11B634DD , 0x36D99A86E99846DCBB0A46DC7C53AD15 , 0x3EF30CC6CD5B43E6BCBBB817F5C29E68 , 0x404F123F80DA4779A618BDBFC3CA94E0 , 0x47645729AA2643B1A72721CEA7DF83FA , 0x4A8D6E2F35BD4FFA8270034EDB17636C , 0x4BF2CAF98B6A4D4FAC9419F30517CC3E , 0x4F3EA2CE6CC94A8B98DA6AD80F0C20EA , 0x57D229C0E3144E94BC961271085FE09C , 0x59FAF17FE75340AB8FAC83856B57BEC8 , 0x61F5A2B5F68F4DC09BBA5ADFFAEFA2FB , 0x624ACB5A3A7C4AB1970048310E69BCCE , 0x6515686A5ADC4225BAD1475614186F82 , 0x6F2F143D62A348A7AF04C8D574939B68 , 0x6F7F6C9CD6054763B1A032897E74AD67 , 0x728C0AC9CADC44DB861A4D09438B8128 , 0x7A8DF35B97AC45A7A3820495E649B689 , 0x7CF4735A257645CA84692284B8EF2228 , 0x80E5495E2AB04EA1970E7000A48F7EBC , 0x81924D5B8AF54E8CBDFD73F9FB9B31A1 , 0x8575067C2BA845819F2AF99B086D56EF , 0x889E8B94F75D47AAA829CF909CD2F514 , 0x91195E78C34845AC84BEAE38C5EE9118 , 0x939C73C7F4EE4584BCB140CA81749D8A , 0x95A8459DAD5C4F41A9CF33C4321EDA83 , 0x9D1DDAE182154D408922274EBE6C36E4 , 0xA1CCB7FAF875438CB2BDD068AF7EE6D0 , 0xAC3EBD3EAD8F46E6B7CD496B842E878B , 0xC0269EBF66AE494AB67B41ECCE984082 , 0xCDF10A1472A14DFFB49690BC0FB4F384 , 0xD3AA6C25441745E38511D9EC80EE041F , 0xD4AB27B8A6F647C2B444441BC8C60D50 , 0xD5AF19AF7B044C52A37ECE7E812481EC , 0xDF3D21FCD55C48F8B9AA46F3C6C61191 , 0xE16BB6317969491F91329B6A80FA1EB6 , 0xE3CD7C19B4D84B559E120488490B0396 , 0xE668CA70EDE541BE819914F5C5DD92C7 , 0xF30BA01DC1494E9297ECA93F3BA9F69B , 0xF4D946BAD3EE4FF298BEB6458AE726C2 , 0xF7A355B15ED34C83A3610BD020099B4B , 0xFC5664412B194BD5B7BE4C30450107CB , 0xFD412B06A1F94E64B716CA4E273CF272 , 0x09BF4A38E0684F13B05B2A9138318E3F , 0x3E68A8CC9CDF436CB1DC27F19754BFBB , 0x51F209CFE5814AD19A9C3C784DC8AD61 , 0x5F045D56596E4747A4E0705F08CD9493 , 0x74EB617FB2884AE9BA5A186B0972C029 , 0x8AD51BF1D02B432CBFF44B90DCBA363D , 0x9725A45E4DD448298CBBF4038E54E9F9 , 0x9D2D4749D7114530AD67D0F60EB3661D , 0xA355B6CE46A34A85BFB18CDC8E8C6102 , 0xC30945EF74A14A38AA2D35E67A0F7700 , 0xE33973A8A4B24FC18B05C56B2256084F , 0xE5C0C7CAE847423186D333C86FBD7C81 , 0xFA095D9D11EC466EA2313D9883A17B71 , 0x0270C12314984517978189D2052A6A00 , 0x1EF55278BDF747DE80E7D1A60B0E1273 , 0x4CDB35C4BCE44895A7FD27D17C209931 , 0x54E4053FFC37427DB48D178D1E69352D , 0x627981B41C22466CA3175EDA391D7457 , 0xA0C1699079A4494199267F239570F0CD , 0xAD4FA2E0E2DB4FB4AD58C93C664E3EB5 , 0xC1CF271D510D4A81B281100AD230D390 , 0x59505D328378425B98D12DE9382B6D51 , 0x6D12FBAB16AA4CF4B224451D8CD4AE89 , 0x707AE7C5148A43DB98F025A8CC96E518 , 0x75D0B27982B945BEA8FE8B066E39EF70 , 0x99C606AB6CFB40849A5C163BFE0CECA8 , 0xC2AE1E6D87FE453BAE9BB7B2CE17BAD5 , 0xC7F02D7FAFC9416EA9BC890619A149C0 , 0xF6E7B8C77BA44A91A07299BE2DE7946C , 0x568E1C4729454A5AAC0F4BA0B0BB560B , 0x8D1A3D907EB3499493F238C352A34F1B , 0xFBE90353DCEF47148B79D5DF17D98ABC , 0x1B94ACB1F0454609968A2064D57DD0DB , 0x8383E697BADB4C04A7CF335779EA85AE , 0x8E9A1494650B41B7841C5998E94D8E0D , 0x49F50A1058F249AFA121D44A32B37F42 , 0x81D9DF5DB9FB49BC98B9282E0A1B83D9 , 0xC958EDFCE8114A14A841563CDFD4EC61 , 0x0FFB21402D3F45568D0A49AB2AD38266 , 0x15C4FA7E355946E29D9A04FDC11567E9 , 0x18AE2563CCB84A8AAF6C85677F6C2978 , 0x48AD3076154C4C19A65148E7795CF43D , 0x6C181FAF6063456DAED3231F13758CC8 , 0x728B567D2D294DC1B919F29B91ED54DB , 0x7753FF41E5F340F6923AF95E980D8F68 , 0x7FA611EA03C74DF4A6BDD6BE86D85BE9 , 0xD69936FD4C744CA1BAE0D4CE6F736219 , 0xDE0E0105E245456897F4E85DEE3CD5DA , 0xE0629A9189964F77A857E106CCFE5CE5 , 0xE873CDCAE0A54B17A7CDF1208ED52DDB , 0xF9B77B3AF36F47309D20364927E8FD4B , 0x643B4FD10F964CCABEDC648438CCE830 , 0xA2251A96BB98463C973C58A49D151C1D , 0xB9C7A567FA0947F1983457F75AEAF38D , 0xCEEE78602C6A427CA640E1A95ECA3AE3 , 0x1736EA3F194B4206B9DACFE7EC19118A , 0x302E665134704917B79187908B709543 , 0x69F819F5B16D4AE48C0C17D589E35222 , 0x8205DDB85D6D4C518E8AD78C953F1976 , 0x90330F7CB31242F6A3C0066E0AD2F4B4 , 0xA6BA3A53E88343D386F82A5A4182AE86 , 0xAE913721A38D404E90DE7BD63578473C , 0xD2FCF4B5166045738020547B19379373 , 0xDFD8E08516534CA7A5260931541FB266 , 0xFA890C05B6224556A1D2C4C60EE96594 , 0xDFDDAD225D4C477792C53F59D85AD4C1 , 0x0F4BB7B0D3E742A1BFCA98DB435BD395 , 0x2B3A5340B9F14ED2AC1211DF92941CEA , 0x3E175CF0D82C47A7A7AE6D600749BB5D , 0x6941FB88D30A42F189992C1007D86CB8 , 0xC1357686DBF341E19CBFCEF52BC4AA8C , 0xF7A1C854833D49AD94F7D3B2F992FAB4 , 0x0E8965B8EAD549E695059F41CF1551F3 , 0x118B1B02108341408FDCA81118A07BC0 , 0x2C4952A0633E4E4C9F08774E6AA8D9CF , 0x792ED0930D9D44889AF8F90614AE8B14 , 0xB85A28B8E38347EEA8AE0D16D8C06406 , 0xC191D0F872274158A4FFEB0ADAB5AE08 , 0xC327BA09259E48C59D6B57835F2F2DCB , 0xD3DC2D2E168F44CCB8B0346D70F0F153 , 0xED72B17163BF49DF9A1F55D4087CCCA8 , 0xF33BDF89CF36422B9D1B81D7B11183F1 , 0xF5A0AE0A11FF44C0AB63091DD046B04D , 0xF7BB9C89571A46F6961735139C1D761D , 0x03AE167B975348659794581EC66A1263 , 0x40BFB98941204995AA9139DF475E4045 , 0x45BC8FA2A85B4EB28FFCB07DC68D6679 , 0x494E654E30D24F24A2AF8A9EE768ACB4 , 0x4BEC394622F94FD3B2E703DB629B1BB4 , 0x4F5D6754CD6F4C80B6797092CE39EC5B , 0x4FA5C82B251E4E54800136F462DBB094 , 0x707F01547CB248A5AF34ED78FF3E1B05 , 0x7B0E142364CD4A40B72CB63895611C9C , 0x8D243EDA26754E139CEA8CE4DD6C1B45 , 0x9E2740D2FF5A40548460398A96865665 , 0xCB064BA724F0454090BF8660056904ED , 0xD5D298E390C14BB3986219707841FFBD , 0x642A33BE466341CD91753E43EB55A578 , 0x7516FF3F47274884A46945C0605D201D , 0x7ED7EFF2E8E844B49F27A02EA947CF1D , 0xE460D05A9D214B15BD31CA2F9AF1A1E9 , 0xF7EFA651D96D4FA7AE7E9EE51D4F0A02 , 0x0D0957A6A0FF47FD9AA873A91DFCFF99 , 0x7DD0F5BD7E4A471D89FEC11E48310616 , 0xAA1006C7C58043FC9F6B1EFDDBF57E57 , 0xE00374B0C3B244A985057CFC3C6CB220 , 0xF4807E23FF994EED8D2C4F43FE3BDDB5 , 0xCE9BE61D0A794DE483193AC56FE4E923 , 0xA2FA300865524CA8B3E1F98650133B53 , 0xF1546CDF887E4588978BF98579AB7EF7 , 0x25FA845139704C45801AA1427A19336C , 0x43AEAD0549A746F6A0973391AE07953E , 0x6E2B6DC58F0E4666B866205B63604028 , 0x71E6E107F59A4BD49A5AD999F22979EF , 0x8F36487F9AD14EE7B49DD0F909831608 , 0xCD59B2BF196842BD8209C7148043766F , 0xCEA5397C2DC147B69782D5A2A000B2BB , 0xF1E97376B80749CA94A6BDC5E70639B8 , 0x0233BBF49E1D4523817FF0DFEA682F14 , 0x58EA87A93547432F833FDAB2F32809A3 , 0x68C057F049A9406CA2A4B4FD2CD4BA2E , 0x697D543AB06B4B14B38487779C75982D , 0x70A9AA2C378E4DB290B9D0E7C0B1E6F8 , 0x7C282C9A771246CBAF171C7B27E96315 , 0x84762A1D13AA42FE8A090A51DFEDCC62 , 0x886321D8F3F84EFEAAE3150DAD48D2EE , 0x89C247DDB68241F1BCD436423D8E6234 , 0x9D6000BD6EAD422AAA421B8577302FA8 , 0xB22C08F9C0814ACFA68F185997E17B08 , 0xB3FAFC31BD8E4CD891F2D450B2338642 , 0xC606A4C03EDC406FB22CFC567368E923 , 0xE9F0E25F72BB40BA8A29CBF51C613F84 , 0xEE6FDFF4953341958CB65A78C1B5D2A2 , 0xF55F1DA82DA04E6DAF2BFC8E02FA8D76 , 0x0C52413CF3CD4CDCAAA7BFD1DD1BF441 , 0x11847C57BBBE4FF5AB392ACF058E8522 , 0x123D90944B164710B32EEA64E8D6F868 , 0x24C4586AB73D4644A1DF382BB6675455 , 0x29371D5487994832B69E4DDAF4B40523 , 0x3BD4726C14F7454B8B51B33CD92C1015 , 0x3FF5AF42A6D84CA58962BCDD9CEF12DA , 0x4924C1027122422B84825D1FE363837C , 0x53EFA384AED24E55ADBFAC939DB082B1 , 0x87240F7096FD4F4482A4435BF43A2B62 , 0x8B0954E4F83B4D12AD5D4E1528BBE134 , 0x8F514AB7A0F340FC843F9F055FD4EBB0 , 0xBB73A18D35A34D5C9849B3B75D7B51F6 , 0xBEBFE8219A914CE6B9411497C091B444 , 0xC35F45E9938549E48DD98B13F1826312 , 0xD11DC56AC49143A6B2C1D8691FA98151 , 0xD2409A5C450247F7AD86443297A55186 , 0xD9566FF2A6D24F7EBA85059EA9D71D59 , 0xE3FFCE22B09D4342B9624EC7CD7C6BE7 , 0xE931D54CA0ED4CC680C372FB18B38EA0 , 0xF48A2A71D7C845AD89C5ACD13154158E , 0xFDA22473E262467196BBA0FF18B61377 , 0x50D21C85A4CC4816986C7FFB72C92CBE , 0x7F96CCBCA0384728BEB18F5F1C5A12D0 , 0x9E30D4DC9BD443C8BC7197281400E6C2 , 0xF5EEFDDB1AE040A1973C6FFF16CE1820 , 0x472F282F39A44235B227B6AC44FF33CA , 0x5ACC5A9B4F5E45628F87A12C34570304 , 0x62BD691B1A474B3798BB5B2C1AB81020 , 0x977945266D174A538F15CE01178AF163 , 0x9837806A55F14244BC15DDB72BD0A0E8 , 0xB8880F3EFBC24955A29D21AAFE459D0F , 0xC8D5F9D235314A4185A8873DB1DB0085 , 0xF773815D15E14C008777D41A3D22B534 , 0x1718BA5B271146FDB48523488FAE5559 , 0x207A492BB1514934939F1B5C8FF348C4 , 0x221C9C5569CA40B79B8ABBD6A3A95871 , 0x97CA3658A65B4982AE03517EB3C88888 , 0xE4FED8AD5180479CBD9782B2E67CF5CE , 0xA2E7CA95577541BEA3A231C9E548D013 , 0xC6029EF82B41458DBA28BF4EEE7266A9 , 0xD833A414FADB4737AA069ABAC5D20AD9 , 0xF9995C89D66D4D0C8A7BA402ABFCB604 , 0x23CB545A386F448EA896EC9E7469B604 , 0x4D8AFD9FBFC743F1B5D216F2E6A9010F , 0x4E39AA8BE97347B48CF57C3B1DBBEEC9 , 0x66B939AFB71C4D9398F8D49A10D1027C , 0x6BE4A9B9897F4FFD9FEB3A372DFC5C36 , 0x7C1B97E52AEF44FA911407220EED5139 , 0x86CBAD8B14D642358A899D28388D399A , 0x91C27F6CB2CE499E8E91C34669674542 , 0xD031A252E9C14B6BB68B11FA5CC007BF , 0xE96578D37B554A44BF793D90643FBBC5 , 0x0B46374D16944FCCA5A84C41DE96AFEB , 0x15B9EB4A7EDA452F8C9CC0174FC84E7B , 0x2043D04EECFC43DC8EBB2E8199DE368D , 0x5B8ACD7D01FB411F942A48C701291E36 , 0x60985CFE999A4C6B8055189CF8A33B8A , 0x6F3E871DB2C34A77BD83517E5B6D0735 , 0xA333B5BFD97B4B8F9355F6F9A3BF0B42 , 0xBEAFBB37CBB64C20BC6716C16600485E , 0xD1F11036EB8245D38F22035092344ECB , 0x33A9676ECBC8477E9FFBF173125CE104 , 0x1083EC9E90F74BC4A1D827F1CDA45390 , 0x1235FFFD01794E0DB4FE7180ACF5A0E3 , 0x1F361D30937646FC9B033EC04B69CCDA , 0x23611C97027540FC93996C89D89AFDB2 , 0x2CB04F15E2A5425FB99D6DD6A1CCA279 , 0x49820B320F3E4A9F9AE4E080C9237314 , 0x52642D9DBBD54A0DA119EC263355D600 , 0x5DCF79996EC443239DC6AFB8541DFBAA , 0x72ADA48E3FBC499D830290CF0942C745 , 0x747966AF3CAE45E1A8BE4BBAAA7796DD , 0x795BDEFCA0544D708736BC1BC403E379 , 0x8AC0FE65AB154529A2C9F9BA48E1F001 , 0x8AC17FA889154881B2AAE443FC85C3E1 , 0x8B593CC9A0B14BE889135E4952032F00 , 0xA4CAB6BCAF684F78A3726CEFF5DF04E5 , 0xA7B208C3441F47798D2B8F033BC30E1C , 0xC1EA8B19BDDB49C89B16B089C7AB75B7 , 0xC2A9FA0DCD0745A694E66472D812F6E6 , 0x2A10B0929B694FEA990163CBAE8401E7 , 0xA6C2824596EA4996BD9CB8781BEFD88F , 0xB7EDD143854F4D0E969FD33359C5F348 , 0xC2CB65204B6F4B1EA1D0BC3C34272AB7 , 0xC3885D8EECAD4A17BD8B704604C0FE19 , 0x7C2733539DC44CC58433992A67A28D9F , 0x7C6CF17FF7294C9EA3D8B5726FB871CD , 0x067C522AD56943BAAE3A426DB08626C3 , 0x2862E9B30EA94D069FDC2755D4224218 , 0x312F60C8CBD342D8B68339E6C950F311 , 0x3553A92151484F5BB3A39A0F55F24A51 , 0x3C5264192DDF426D9BA24E8948551273 , 0x3E49419A7C0344EDA295370FE696CFBB , 0x47B3E2842EC745D19E2D4D783A45AF70 , 0x4928C25D6D8C491CBBC1B112C316252F , 0x58552E0DB25F4F92A7DDF981AFC2966B , 0x6A5733D37650445C99DEFE378B6BC5FF , 0x6DF70FFDD2034896989F62C6FE993128 , 0x75EBDA5662FB48A5B72393DB9D1FD798 , 0x95808C7F934242CDB046E00243FAF7ED , 0xBADFF4A1305649E18F45923583151AD8 , 0xBB5A86179033418CBC3763BCCA7B6DD0 , 0xC4722041D5844FCFBFA1F46C5AD66C87 , 0xC75EC2974B6547DC8F805D9ECB4991F7 , 0xCCD737A82D8E4AA597BF09CB2D9C1834 , 0xE2682A2CD068428388BC0B1AC3389428 , 0xE6B5FD6428894EA88ACB74A1E9CDBCFE , 0xE6CCE41470804B74B902A3833B5054D8 , 0xF1F782A4E6EA46A493A6B6C663AEC089 , 0xF4606F6152214BD6907EC405C0BAEA31 , 0x105C1622E7F143809B706602D701C5B2 , 0x779CD730B63242FC9FA56AEC539480FA , 0x898C0DA604284EF08B51FA70599D05AE , 0xCA67248D684443509A8879BB1761E38B , 0x0A1C1030CCB04653A785C3A5ADCD1DD5 , 0x409C6456C98E4A6580D3853809969698 , 0xAE51ABE27B4E4F86AA577BB6028517A6 , 0xE7D41CDF74BE49D6A578B54234CAD979 , 0xF4C2611B86874417AD4A22BA478F88D0 , 0x1FB4A0686FCC4AE4A7D0795747B5CB0A , 0x3A38FE724F204C679D312907E2698314 , 0x83850CE5EC2E46C08A8DD1FFC32D7BDD , 0x8AB56C4824EF4B8D9AA6ACB6DEF81278 , 0x18EC2EE0B24641E38F8114C3932353F7 , 0x97B262DF63A741BEAADE928D840086C9 , 0xE03D4BA08231464E94FCD38DA306E1C0 , 0xE4867EF51D6E43498635C80FF2638BEA , 0x0A648D4193F847328C78F049ABEA565B , 0xB90F87563DC64DEFA8925E1F9083A459 , 0xE891E0E745BD4255888A53738486F446 , 0xEACFE431326143809731CE99EB16B785 , 0x07975B58FC4A4F0CA9D8E3B48161B4CF , 0x10F29F6C51224C0E8D4CF2AF68972AC8 , 0x17C6D49FBC564B7F996BC28E453D82B6 , 0x40F4A93419AD4220BFFF9BF8478D0E47 , 0x5740D8D003E142AF9F3B198959A9BB6D , 0xF72EAB97C4B2453EB25A8F9BD67D700D , 0xF7F2E6A1EBF3423C97692BF23D48C661 , 0x10BA535DD0B54D51B2C3714025B16181 , 0x913C5734DDEC47DBB656533E77ECD273 , 0x4E5C0F203C774D2691A651BF63DF3062 , 0x5E5E9E6D0DCA4B1BA3E325EF480D1DB2 , 0x65D0C976236649B294BE6C29573C4BBD , 0x82DD267E962F457B869714802327CCC3 , 0x8450CCEE1817419BA463EA74BB4892F4 , 0x84F401DD92474970BC92C76D29D731A9 , 0x8CAB577BBA01400682F412997940BC40 , 0x9E3174B873794C33985CD68768D1E7DF , 0xC7CDAD60D4EA4C14BFF250A127A22070 , 0xD94A0EFF05FF426A875E091C28D8E455 , 0xF630D3174BC243C596690EFA84E22637 , 0xC363C8986A6F46979E606D2C1596FA9A , 0x0FC8787090CD4E638212F3B4429863C5 , 0x150CEC2EDAEB4B28BC7E23BE2DE21D69 , 0x19117D91871648AA956383741B994A79 , 0x98F7F654549248988EA24F66192E404C , 0x9D8DA4BC5CE14ED2A3E88C97F4AFD0C6 , 0xCC6143F0042741098FACCCB8CCBD534E , 0xA798080D7E814241A91EA8200DE0A501 , 0xAC659003A4124777A8651AE6F23AE9BB , 0xE83DD81A2AF54CFF9C25FBD260450D18 , 0x4FFF777E7D2340839EEFA116F9A5D54C , 0x994A4E6F11414FB991F2DBC631B86EDD , 0x42BCA38FD08742FB9E1D3629CD7121F4 , 0x5328948F8C79441EAE96BE8D75F1FF00 , 0x9F142931CD1D4CA5B9DD2546C2906CDC , 0x01838ECB12F54B92849F15408E2A3801 , 0x03AA8E9E8E0C43A3ABC0B66615B5C52B , 0x13FD1EDE909D415BBACE9EB03B2EA0D0 , 0x3A6D2603C35644BF8B6BB3B2D9986FE6 , 0xBF06B443CB9041059AE9D77033CAB3FC , 0xC11D07E1BAB74F82BAE432B130EE8AAD , 0xD4AE2BE9F6CE450F92E15C5ECA1BEE01 , 0xEFB79D5CC6DA401AB5BD527440314378 , 0x1D78F49C80344C3F9378D9F0926BC024 , 0x2D1CC3A5ACFA457190D0593247C19F61 , 0x4A85DD86043F460A86324F72369C1B44 , 0x675850033A584F8DA17B02240B6F12DE , 0x820A2CED2C9A4A8FB58E91EED0747C1D , 0x886E4034D7774D29BD2671EB7DEBB706 , 0x8B85623DF3D340C185C5EEF849A2D008 , 0x9114FD9135F24F93A59F4ED1289AFDDC , 0x1B626DDDE94F447295C7483751308453 , 0x5874870EA29D4FF5AD8320CA42F1CCF0 , 0x785FDB8A0409425586841C5755BB5A21 , 0xA3D6D039798F466B8170ED36A0E98196 , 0xC531B37B12C44D059561FE3DE392933E , 0xDED0BA1CB6B642F3801F25F8373B33D8 , 0xE01DA52E6FEE452EBB5DC623193B08AE , 0x0917D4701E114E10BD82323069D56B63 , 0x11EEE595248248C490D5D33D55791976 , 0x4C41F5E5C5514066BC4A4E72DC5CB70B , 0x7B440964D0E1419AA19ED2D510510A8E , 0xF96951C957D24D8DA63A16587A70AF70 , 0x0F7D87D6256A41DE9F0B7B9932A78E12 , 0x36B2D68C5F08452C87A0A0054379E286 , 0x6EFCA6EFA16949B6AF6889321B2BBBE4 , 0x5756C2DCA84F4C04A899622844472CF0 , 0x9F939C73C5844CE396B80C63F0369888 , 0x493868AE38774E66AD31E17ED0B9E8EE , 0x91B671A2ADED4345B7101AB0E6BB548F , 0x0D1D9F67342E4C7EA34F18CBAC110E3A , 0x2F63F0E1E7AD472E80DC02EC6D0CB705 , 0x335C3A5589D8404CBD5184C1879EF444 , 0x4301A434A9904877B9A2B56AD298011B , 0x46DF0D9124854E7980CDC62C6FF4CCA3 , 0x5C08F97694EF4E13B0BEC342561159CB , 0x74671B81F91A420C87FFFADA352B8970 , 0x7C549680EFE145B4A003818B4BCE5984 , 0x802D63BCC4784DFA860A76D25851995C , 0xB5718613955A498DB9141ECFC2222F13 , 0xDD446DF31F5B45119F8CEE9B6CCD35D3 , 0xE58E2EAE37424D569D63B3ACB43B3347 , 0x2E8F0095080A437DA3515DFD02421BA1 , 0x2FAA355AB97748289201786865A9F4A5 , 0x9AE79FACBFF5478EB3A5A28B7D856386 , 0xB2E46D930BF64458BF43A94BE897C5EA , 0x70F78CC0C1094155A2C8EB561F0EF51E , 0xFDB2B5E7F5E7498BB89E3C54D6492FCA , 0x34BE0B1619564E0A83BCB06A47992E9E , 0x6119D2DF2E924196AB24074F2D817734 , 0x84EE3BC7D7A24576A98A2C199FE089D6 , 0xCAE635FCA0C446A6B7FE5ED7C621DE13 , 0xFEC093DCC8384D45BF78FA8CFEE4814C , 0x64E17785B85346E3BBE778E8B3C5C4DD , 0x2604713E9F3446169696D1C7EDF2596C )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
8.98 ms (0.29%)
1
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1000
Parameters :
[
true
b"\x03 ╬¡ ▀þIN┐sÜ\r ¨É°® "
b"\r Qô\x07\x0F ãE ”`±\x14\x17 òßr "
b"\x19 -0ÿRAI\x07 ŒVæE~ÕZ¢ "
b"\x1A ìoŠ\x03\x05 H´¼[\v —£\r \e Ó "
b"\x1F +ÓƒéÅB!╗è÷ÕàÔ § "
b"'…¶¶ŸºL’”ÒÈ}{\x00 õ3 "
b"""
V|\x07 d@ÂI\n
–5¸ûO•Òß
"""
b"WM‘Ú\x18 'Od¥ßszMq/ä "
b"WX\x16 ï4oGµ–Ò1eÃ9œÈ "
b"X\x00 ░▓\x15 1@2ù└\x17 ┤Vlü® "
b"YœTµá3HR…§P^X]žÂ "
b"Zÿ\x04\x0E ³“D/ºß_ºâ\x04 .Û "
b"\└¦║Ô~G\x17 ÉOì┤e6,Ó "
b"a7]]±¢NóŽðÞÍ¥…\x10 Ð "
b"e4'°¤\x1F G\x06 ªç\r Ú@6îþ "
b"f‰L%x•Iì¥ØubaÞ7f "
b"v5~\x16 Q0C°‘ìÊîo$äW "
b"zf\e Ô|YB\x05 ™·\x13 Kt…\t H "
b"Çý!³xüAï¼─Àj]\x1C \x01 "
b"ü╦xy»ÇCùÀ^Ù½U╚õx "
b"üÕÉ┼ÜçFÎÿq\t 3sçí' "
b"£Õ(ìäÂD╠▓\x06 g-1H?m "
b"ª}┘ä <M²½Ù\x01 V▓\x14 ì\e "
b"¯/S}\e ÐI] â¼,K`\x0F – "
b"°Év1{ZD|™\x0F cfÅ!\x0E é "
b"²eßïf\t AX¦‹\x1D Ø×\x0E dà "
b"·þ:ji›Eô°¤Ûª\x18 æùÓ "
b"»\x1C V.§MJ\x16 ƒ\t µ7\x15 V° "
b"┐.ëµ═ãO<▓^ýÿü\t ª═ "
b"äöì½ÓBMÙ–Õ½ò2|Ùb "
b"åW¼‘ö‰J\f º¡Ð-åZJs "
b"\x18 Ø╬+\x0F\x13 MÛïÿ·║±┌\x12 + "
b"""
-\x10 ijƹJ\n
¶»\x1D Or}-þ
"""
b"5-÷‚\f DŸ”Ô$¤“³;b "
b":Áö\x02 Ë3Møº8\x15\x1A ßr¤¼ "
b"D´Ú\x14 ¢7Cœ˜íç¼ÞnóÆ "
b"g\x18 Iœž…N\x10 µ–Ÿëšü¥ô "
b"m²┘ÓÅG@¼Å±ê■hh,ú "
b"zËf,0\x03 A\x19 Š\x08 &aºüv "
b"|ç<Ÿ\x12 LOŠ”;uî\x01 LÊL "
b"\x7F ظÕÄüJöÜ33\x03 >┬\x1C i "
b"„\r Q\v ûnA¬°…¹À\x06 ç\x12 k "
b"‡%=.‡AMS \x19\f ÆÿG}S "
b"¢¹þ\x19 iJM\v ’†3óe—è\x13 "
b"®—MbróN2“¦8ShX\x10 å "
b"»ÆÚ€p9OU¶\x1D\v\x7F hZ\x16 "
b"ÂFÔÅjšB\e ¼¬<'yäˆc "
b"áÀDôŸÄOv‚\x7F\x16 ûðÀ"ö "
b"ä¸\e ¯PNHŒÃ\x15 ªÌI ° "
b"µ½ªô`╗OSØ\x1A ┐µ║8\f ! "
b"íÚÉÑS/IiªG·õNdL\f "
b"\x10 ¹ù¯ÆÐBÔ‡äúÕ\x17 @,f "
b"8¬Í8\x7F #M}‘\x1E\x0E Hït\x07\x16 "
b"G¨J\e žEFž¢zÓ¸w(\x18 ü "
b"R±\x12 ·PÆCGì\r àÖ²█©ø "
b"q3zbi-N\x7F –\x1D ûè\t ÿÊo "
b"t´\x18\x16\x10\t LÜ™†\x11 t7+\r "
b"xóÞZ└©L˺}å\x15 `É╦¿ "
b"\x7F èUQpYDé´\x18 ÷…\x0E\x15 û$ "
b"""
‡\Eô}\n
Lÿ°³þæŽø¥\x11
"""
b"’ToS÷uI˜¬Ú˜KOÏ„æ "
b"¤”1ŸwøM\x7F €‹‡×ü‚4\x10 "
b"®Ñì4|ÍB\x05 ¸Ýu@Œ?ºB "
b"ÁgNþHãG)¶¿\x00 #$&ê™ "
b"ÐÿCq“(Nv—\x13\x03 ¼Iu "
b"ô¸Ê\x1D ?2IAŒé©õ¨£ú "
b" Ã4ÓKxDg½mCv\x16 _¦} "
b"#‚ÏÁsºL3“šEÖk\x7F y¬ "
b"&~êØ'ÑMÙ€°?zæ1Tv "
b",gnj‚VBÞ¼\x10 —Ó\x0F s\x14 D "
b"9┌¸zî\x19 OÔÄ\f ã║\x05 ţŠ"
b"=aìåÚÍAÀ┤NRS4┤¨è "
b"Išúû,M…¹@Àòz‚ßÄ "
b"""
J¥òìª\n
M6¼┬ÚF╬\x13 ▓c
"""
b"Nó†j[vH`’Ž•'ßrÅz "
b"XËÀ$t°I\x0E ¤~–´\e «› "
b"Xî(PÄù@÷‚\x11\x13 é8ð4` "
b"b5\x08 Ö\x13 eNi£7b9޹÷Š "
b"iLÎ\x19 74Fž´@Å\x19 ‚Ëa¾ "
b"j¿Qgd¢G\x10 «6HŠUa3* "
b"mzºxÅ$A¸Â\x0F\v ƒ5§Z┌ "
b"oÄë÷8$I’žbt,Ï¿e— "
b"~²ã\x15 uü@à‡XzŒØ3p‰ "
b"„½{:4—E‚«ç\x1E ¦¥ \x1C Y "
b"…Û°Ô&\x05 Dd³\x1F '\x1C 3‘\x1C à "
b"ˆ*B^MWN.ˆâ7Ó\x06 ðQW "
b"‹\x04 ”›íÄM\x13 ›xÕÃëÒd6 "
b"ÅæèÅÁ└Fm╝ÈC©áuRê "
b"•×ÿ\x19 ËtG\x05 ‰øyrƒÎÒ# "
b"ÊäÆ¿¤Û@œš[þHÑ€"[ "
b"""
ðêÕÊ ¤Lëæy\n
Ø{\x1E f$
"""
b"Î╠£\t ØFJïÉi╩\e ┐0\x07 æ "
b"âª×ë4$A±š,Ú~ö±ëp "
b"å\v ©"ÈÆNÛ¨\v Ñ\t p\e œp "
b"ï¤ÖVE{KFµ“\x00 <\x15 ‡\x1F ê "
b"ñ`“y]°Gï¥\x11 UPé[š\n "
b"õHiú\t\v E`™A<ÃuHRí "
b"\x00 D”¼ixC‹ªºù6õ\x10 —# "
b"\x1C\x11 h—?”N\x00 ˆ‰úÆz4Ù| "
b"\x1C FÂ\x13 zABI‡êh©©}Ýq "
b"'éuÆFC'€kì*è¹`¦ "
b"@\x05 §…ó\x16 @·¸éÄ|¥W³ "
b"I}hš\x14 O\x01 ¼¯Ñ\x03 T\x14 s_ "
b"T¢šÒ®tBxº\x03 0X¾-ú˜ "
b"p‡M12ÈJHž “†S\x08 Á* "
b"˜ÀD%¨wL\x03 –þ"A5t@O "
b"á$Ày½╠FÏÀ\x1D ─Tζ¾É "
b"¦E‚#¼×BŠ£ÜÞ`‘¦\f > "
b"""
Õ©\n
\x02 ;\v F\x7F ¥[i‰Œ>Qs
"""
b"Ù¯êeÆ\x08 I8¨=½~ó¹x "
b"çbü:N\x1E K’†’jkv?×ÿ "
b"ôÒ¶\¦öMÛ²$‚Eúa/å "
b"=Ý5;FØDAŠÕ41R\x13\x7F › "
b"Uʽ\x05 )1CFÉ»³ûl²\x1E ░ "
b"a\x1C ¹»“6BS¤¥Ù\x04 O\Å\x1C "
b"f{å_kLE¬”©Ã\r |§ø³ "
b"hšÆÌæNDx±Ð5äõâ9K "
b"~ü»¼£°@╚ÿP:EÆûAY "
b"›ÎÔ½’øCƒ›½©RL6_\x0E "
b"¢\x0F Y_§õJ\x0F ¥\x02 `2Ÿ\x08 üþ "
b"¢Ó\t\x07 Q7GF–¯xoû\x10 `\x14 "
b"«ò£hÂéMX¼ésñ\x04 Áf˜ "
b"ÖÝfl\x18 ÉH˜½_©²º·-l "
b"Î╠\x18 {Å\x1C L[ï¶\x03 ┤0çÈO "
b"òt㢟»A¼¤ñ+\e ¯öÌ\x1A "
b"\x00 n8ûÛ\x01 NŠ›’9¤¿µõc "
b"\x00 Šn—ÒæD.·ƒ\x12 Ku±\x1C ; "
b"\t\x1A kÐa“M…·\x05 äZ*ãHL "
b"\r ¿¿·hKBR£–-Ä%è\x12 7 "
b"\x10 ¹µb6+Dr‡\x01 ™Ÿ)ðfi "
b"\x13 Á›â–,G*°ë²\x15\x05 ™\x07 h "
b"\x1C\x15 §f-dG#³\x15\t 3švœ\x03 "
b"\x1C Rë~a\x19 C+ÅcÎ\x19 \ÝJ¿ "
b"\x1D =üô»Mâàÿ▓Ü¿©ó) "
b"\x1F r˜}\x1C aM]®µ\x03 ¸ÍONx "
b"&+©╬Y{CØ┤Ë─,ı&\x1A å "
b"""
;º8\r N™KP£7\n
\t ‰¸8]
"""
b"=Ãݸ\x00 –EU£ÀZâ\x1A ¥\x19 è "
b"Gê] Á\x1E Csˆ@~Êóíª• "
b"Hƒþ\x07 H=NÞžÊàš"kµg "
b"JKÛãZ_D\x17 ¥þ\x00 Ñ\t\x13 2µ "
b"LÜ\x05 ô©PD©„7ÏAõ‡÷¹ "
b"M_;v2·Bb¶G8x¾†„P "
b"O\x0F █ó\x08\x0E FLûVL¤ëcül "
b"""
Q\x01\f \n
Œ¦Kñ¼$u¨\x01 ¢ÝÒ
"""
b"ZC¤\x15 ├\x10 Nð»\x01 Éþí;╠\r "
b"\í“·I“@ñ½ûF\x05 rõøÉ "
b"`ßbñÊøI\x03 ¦ãºš<@!ó "
b"""
kŽ\n
\x1D tÍJໄÖw4i\t\t
"""
b"m‹ù¯²9B7ž\x17 ÈÎíhh\x03 "
b"t\x1D ─øÏÓE æ\x15 ÒÅ¥½xÚ "
b"vEºóê²@§•7éh\x02 äps "
b"vx\x16 zÃÈJa»,“\x1F Á¡&É "
b"}èlˆÃ´Iß´r\x11 {jÑ\x0E e "
b"ˆÀ=\e îüI‡ÇؕÙT "
b"’î12òXL:¾!Ÿ\x01 ³È—¹ "
b"•ð\x01 ¶&ÿN,£fŽ?‚\x1D é‚ "
b"Ön~ÙöüE\x10 Änº■‗╬p¦ "
b"¢¯3ñ<\x06 Bö¾\x13 Þ©\x18 s¦˜ "
b"""
£K\x12 ÜRpLc´Õá^è\n
7É
"""
b"ªî"—Ê|G¨›\x01\x1F Ƙžî— "
b",íXLƒMd°sÞÄÒc\x06 ¯ "
b"╝-\x13 ─ı]H▄Ø·\x14 ▓#┌Ú% "
b"""
¾G„RÕ]Kö¯f”\n
O\v –ë
"""
b"¾áFUš„O:¯¢‰r|½7> "
b"┴┤╚Çî\x06 I¨£\x14 îX8¡WÉ "
b"ÂòœëžüLt±³Ì$Š\e :– "
b"─╝╣L┘╗OÈØF¥¸nÎ\! "
b"Ø4cßx·B\¾êžà—tïÿ "
b"ÝÒ°\x1C ½.LòŠ\x0E Ʊäᬽ "
b"æTzb\x11 VHЏ\x1F\x1A §ƒ“M\e "
b"òExò\x08\x0E Aö‘“J›ºŸä¶ "
b"ô«>W…JSªÎO\x15 ö«”ž "
b"¸áÅZôªO0âØd~\r ±·A "
b"¨╣dÐ┬8ITØ\x02 ædt█└ "
b"\x03 c,«ÁyMØÆÐì¹dG{× "
b"\x04\x1A þÂ+ƒM7€þ‘bÐC¾\x12 "
b"\x18 ~صl\x07 E\x02 ©É¦Àç{÷Ü "
b"*ìËÒÝnGüÉÖÊÔ■\x07 O7 "
b"""
/ÿç£\x1F OJ\x05 µä\n
ä?ê\r i
"""
b"2\x1A\x02\x13 QÚIW©?.\x18 ØÄŸ> "
b"""
Gƒh[ßêNn®Á\x0E\x10 \n
\x1E y
"""
b"SÑÙï•SM\x19 £\v ¨0\x11 |šº "
b"^Ç\x1D ý ìG\r ˆÂ²â¢•H\e "
b"fr==AsHb¹Î≾òR\x06 "
b"}ÒÀ7\v )LŠŒeç\e\x0E\x11 ý´ "
b"“×£¿ê¯Oj ßή%ÔUó "
b"£³9ÚIìLÞÄÁ\x06\x0F R=]\x01 "
b"¢‡Šjy\x0F @;º0§-•H<î "
b"""
«\t Â\x19 ‡A–„\n
öì\t }ÄÙ
"""
b"¯TQò†ÛK"– gîk^ò| "
b"¯sϼ^ÊDÛˆÿŒ8ø:å! "
b"±þ\x17 ÊášF\x15 ¹äu'‰ÇG( "
b"´«Ç,B˜@l¥¿ *\r Òb$ "
b"""
Ç\x1C ž•À\x04 E:¹w¾º\n
‰c\x16
"""
b"ËKýlÖ\v K\x08 ╣P\e █ü7¡ú "
b"Û¯{ÅÐûH¬Œ‹Þ¼\x08 K¼ "
b"äE…¤û·Bc’¥&(É5´ê "
b"ånCÅY‘NJ”äET\x06\x11\x02\x19 "
b"ùo¤\v r[A\x0E ž8nzX\x1C ¨V "
b"\x19 „ã\x16\x0E kLç…¨¿3Hçõd "
b"8+—\x7F ô?@A°\x07 ˧Q]Š\x01 "
b":;çã«—Bv¼§>-6Ã;, "
b"I{Ú3b┬G5Éá\x01 [ó┤zæ "
b"Iƺ£Ó±I7Érâ(ÓÆOI "
b"I±'zw-OÛ‹z4\x19 Ô•¼™ "
b"J\x18 5ù?\x0F FV╗4\x08 ZìÂÅî "
b"RU0˜\v ÓE–‰ZûU\x16 ãΆ "
b"q™â_w·Oa‹ž»éÌ#3U "
b"€´\t Æé\K\x12 š6\x16 yHºx[ "
b"ïQ┌SıöIY¥\x14 ÞØ¬ô\x16 ╦ "
b"Ű*╬oC@.Æ'├ÒÚzk\x00 "
b"–ó¬\x10 û\x08 H•\f ÒÛR>¾› "
b"˜%%0ÊèFÙªaa\x07 U\x0F 'b "
b"¡hÞ*¾ÅC#¿\x03 ò%¤-”ù "
b"¤Æ„Ñ–ÎI.´ò\x02 ß¾ûHÀ "
b"Ñ┬êAY├Hañt2ÑW쬩 "
b"¦ù–\x12 $ËJ1¶ #„4QÁ "
b"¨îMµxéDϘËK™è«/` "
b"¾\x10 ŒÍIOè˜Öçׂåß; "
b"µF_ˆ¶&MÊ£þ¶Šïq'Y "
b"дŒÔ¢\v HÜ‘K\x1F ’¨Å\x06 è "
b"þvêc\x18 >Eë¬eÜì╣Ð3Ä "
b"éP–ˆÙ\x01 Oµ„-\x06 ß–Æš‰ "
b"þ‡Â·\x1F DIšÏq¨\x08 ÈÈg "
b"\x13 vzý6½K„‰¥ÏsZT”û "
b":\t $¦ªiGh™‚+l‰dØY "
b"""
NI*©BFHÓ¡)\n
Œ±íÚJ
"""
b"…÷ëØH|MÓ¦.è}ÑÏñ„ "
b"ñ\x04 èÖ»ýK¸«╚║Íŵ\x08 < "
b"«q*×iÕD¿ºß\x13 ÅÏÛ\x1A O "
b"ä>’èaµG\x17 »Ù?.zÜ2‚ "
b"÷àË"2 FÙ§Èt!\r  "
b"ò;æ¥█J±▒´GÓÉ6«) "
b"³ØV,ÛƒCKˆ!¥_\v\x16 <\x00 "
b"\x08 zàLNÇN\f Ø\f åa╩þ÷╝ "
b"5á\x10 ï›\x17 B”‰„Ë='H‰¼ "
b"‰©\x14\x01 •ÛH'™ÆÒCÊh\x0F Î "
b"šæ\x18\e c{G$Œ\x04 Èæ\x19 "’/ "
b"¾Þ#RÆBJʳÜYû[N\x19 ª "
b"Åèœ&ÑoCX‡Ç\x7F\x14 ÇC$m "
b"Ï+\x1F WsžD˜²&\r ÑBK<\x02 "
b"Ò:à´Í?Iß‚M•+7Ü©ð "
b"ì\x1C\x1F z×áDW‰\x15 Äù~Ðú½ "
b":┴'¦\f /M\x7F ü?\x1F ÷\x13 ‗P* "
b">fYÈÛ|Lc¸c´‘`˜› "
b"I÷äÞ½ÜIþ€C\x02 Zãþ¢C "
b"Vyx:Å9AÓ»È0┬p8É_ "
b"^ÅouËkMÍó\x11 Q\x19 Êà7¯ "
b"_>\e ‘f‡@››\x11 ò\x00 ûSyð "
b"aþÛ±iõMÞ‚[p\x00 øéê} "
b"€y*Ó±ºEy†¡\x04 +SêÙó "
b"©?4±—êC•ŒM€/ï‰( "
b"«\x18 )6-÷A▓üÞv\x10 WáëW "
b"µnFF\x06 ŽK8ˆ€ Ã0Ï "
b"·Ý6¥]‰O\x04 ‡}ݽ\f †|† "
b"ò4Œ\t #Fa‰•M4þ¼½š "
b"ó\n \v ú…jAÌž#g\x00 ®°¶Z "
b"\x10 `!]s©Aë•'H³ßÄêˆ "
b"""
!€Ÿn„×Býœ~\n
\x01 Í\x17 P6
"""
b"?KÝÁ\x18 ™GM¡b¶K\x05 Áõ. "
b"s^'\x0F\x1C .NM║▀\x19 ØÝÐ5µ "
b"ší,\x1F ÅÉBZ©8ËA\x05 ¢óA "
b"žî.q¥ñF)¸O5ª\x08 ÎîÆ "
b"ñÉôÑR'J\x1D ╗ÖÎX:à ┌ "
b"Á\x1E Ù\x19 éFiÅ\x00 X©$Ýú╝ "
b"Ê\x17 Íèû=LÛÕp&Y\x0F Íó "
b"Ý\x18 ‘—(gNú¾ÝjLüuMy "
b"PÍÈ┴ÔoG\x10 Éÿ":╩ª¨í "
b"pE¥²üKØ“Hþ¬›h?¶ "
b"~Ô\x08 e5aGS“\x15\x1C çOÏþp "
b"¡\e ï©"Y@ÌŠ\x1E áðè÷ä« "
b"ÊÙ‚0VÚIU—\f Š9Ø·\f ´ "
b"╠ì\x10 ¡ì¢OWáðó[°´½m "
b"ÞUN£U€M笯y\x05 ÔNï "
b"Ôýùã0¶LÉñ¬U┬B-ø\f "
b"ÿÙŠ”Í\x13 N⨅\x19 9~!F$ "
b"\r ‰¶Ô>/B¶Ž‚{{²Y\x15 Þ "
b"\r ûÈ]Ñ9NÖùsÅO\x1C bVG "
b"#jsxrfHª³°¿Uþу\t "
b"'`\x05\x1C 6áK$±ã‹÷q·\x0F Á "
b"'Â*¤°yL̵T7‘F‚Ù\v "
b"+±^B¥yK@©§O˜_w2ß "
b",.A5\x10 ïFñŸóô1Pwš¯ "
b".`╠`â½FõÇ-\x12 7ßü\x17 } "
b"/ã>VÎADÜ└5/Ø\x06 ·\x11 "
b"1Ø╚¿°█BÚèú\x07\x07 ×È±Ê "
b"4·øI\x17 K@ìƒãÎÍ\x11 ¶4Ý "
b"""
6Ùš†é˜FÜ»\n
FÜ|S\x15
"""
b">ó\f ÆÍ[Cæ¼»¸\x17 õžh "
b"@O\x12 ?€ÚGy¦\x18 ½¿ÃÊ”à "
b"GdW)ª&C±§'!Χ߃ú "
b"Jìn/5¢O·ép\x03 N█\x17 cl "
b"KòÊù‹jMO¬”\x19 ó\x05\x17 Ì> "
b"O>¢ÎlÉJ‹˜ÚjØ\x0F\f ê "
b"WÒ)Àã\x14 N”¼–\x12 q\x08 _àœ "
b"Y·±\x7F þS@½Å¼âàkW¥╚ "
b"a§óÁ÷ÅM└ø║Z▀·´ó¹ "
b"bJËZ:|J±—\x00 H1\x0E i¼Î "
b"e\x15 hjZÜB%ºÑGV\x14\x18 o‚ "
b"o/\x14 =b£H§¯\x04 ÈÕt“›h "
b"o\x7F lœÖ\x05 Gc± 2‰~tg "
b"""
rî\n
╔╩▄D█å\x1A M\t Cïü(
"""
b"zì¾[ù¼Eºúé\x04 òµIÂë "
b"|ôsZ%vEÊ„i"„¸ï"( "
b"ÇÕI^*░Níù\x0E p\x00 ñÅ~╝ "
b"üÆM[è§Ns¨¹ø1í "
b"àu\x06 |+¿Eüƒ*¨ø\x08 mV´ "
b"ê×ïö¸]G¬¿)¤É£Ê§\x14 "
b"‘\x19 ^xÃHE¬„¾®8Åî‘\x18 "
b"ô£sö¯Eä╝▒@╩ütØè "
b"ò¿EØ¡\OA®¤3─2\x1E ┌â "
b"Ø\x1D ┌ßé\x15 M@ë"'N¥l6õ "
b"¡Ì·úøuCŒ²½Ðh¯~æÐ "
b"¼>¢>¡ÅFµÀ═Ikä.çï "
b"À&ž¿f®IJ¶{AìΘ@‚ "
b"""
═±\n
\x14 ríM ┤ûÉ╝\x0F ┤¾ä
"""
b"Óªl%D\x17 Eã…\x11 Ùì€î\x04\x1F "
b"Ô«'¸¦öG´DD\e ÈÆ\r P "
b"ı»\x19 »{\x04 LRú~╬~ü$üý "
b"ß=!üÕ\Hø¹ªFóÆÆ\x11 ‘ "
b"ák¶1yiI\x1F ‘2›j€ú\x1E ¶ "
b"ãÍ|\x19 ´ØKUž\x12\x04 ˆI\v\x03 – "
b"µh╩pÝÕA¥üÖ\x14 §┼¦ÆÃ "
b"ó\v \x1D ÁIN’—ì©?;©ö› "
b"ôÙFºÓîOò˜¾¶EŠç& "
b"÷£U±^ÓLƒ£a\v Ð \t ›K "
b"üVdA+\x19 KÕ·¾L0E\x01\x07 Ë "
b"ýA+\x06 ¡ùNd·\x16 ÊN'<òr "
b"\t ¿J8àhO\x13 °[*‘81Ž? "
b">h¨ÌœßCl±Ü'ñ—T¿» "
b"Q‗\t ¤ÕüJÐÜ£<xM╚¡a "
b"_\x04 ]VYnGG¤àp_\x08 Í”“ "
b"tëa\x7F ²ˆJéºZ\x18 k\t rÀ) "
b"èı\e ±ð+C,┐¶KÉ▄║6= "
b"—%¤^MÔH)Œ»ô\x03 ŽTéù "
b"Ø-GIÎ\x11 E0¡gð÷\x0E │f\x1D "
b"£U¶ÎF£J…¿±ŒÜŽŒa\x02 "
b"Ã\t Eït¡J8ª-5æz\x0F w\x00 "
b"ã9s¨¤²OÁ‹\x05 Åk"V\x08 O "
b"Õ└Ã╩ÞGB1åË3╚o¢|ü "
b"·\t ]Ø\x11 ýFnó1=ÿâí{q "
b"\x02 p┴#\x14 ÿE\x17 ùüëÊ\x05 *j\x00 "
b"\x1E õRx½÷GÞ€çѦ\v\x0E\x12 s "
b"LÛ5ļäH•§ý'Ñ| ™1 "
b"Tõ\x05 ?³7B}┤ì\x17 ì\x1E i5- "
b"byü┤\x1C "Flú\x17 ^┌9\x1D tW "
b"á┴iÉyñIAÖ&\x7F #òp═ "
b"O¢àâÛO´XÉ<fN>µ "
b"""
┴¤'\x1D Q\r Jü▓ü\x10 \n
Ê0ËÉ
"""
b"YP]2ƒxB[˜Ñ-é8+mQ "
b"m\x12 û«\x16 ªLô²$E\x1D ŒÔ®‰ "
b"pzçÅ\x14 ŠCÛ˜ð%¨Ì–å\x18 "
b"uвy‚¹E¾¨þ‹\x06 n9ïp "
b"™Æ\x06 «lû@„š\\x16 ;þ\f ì¨ "
b"®\x1E m‡þE;®›·²Î\x17 ºÕ "
b"Çð-\x7F ¯ÉAn©¼‰\x06\x19 ¡IÀ "
b"öç¸Ç{¤J‘ r™¾-ç”l "
b"VŽ\x1C G)EJZ¬\x0F K °»V\v "
b"ì\x1A =É~│Iöô‗8├RúO\e "
b"ûé\x03 SÜïG\x14 ‹yÕß\x17 ÙŠ¼ "
b"\e ”¬±ðEF\t –Š dÕ}ÐÛ "
b"ƒƒæ—ºÛL\x04 §Ï3Wyê…® "
b"Žš\x14 ”e\v A·„\x1C Y˜éMŽ\r "
b"""
Iõ\n
\x10 XòI¯¡!ÔJ2³\x7F B
"""
b"""
ü┘▀]╣¹I╝ÿ╣(.\n
\e â┘
"""
b"ÉXíüè\x11 J\x14 ¨AV<ßÔìa "
b"""
\x0F ¹!@-?EVì\n
I½*Ëéf
"""
b"\x15 ─·~5YFÔØÜ\x04 ²┴\x15 gÚ "
b"\x18 ®%c̸JНl…g\x7F l)x "
b"H0v\x15 LL\x19 ¦QHçy\ô= "
b"l\x18\x1F ¯`cEm®Ó#\x1F\x13 uŒÈ "
b"r‹V}-)MÁ¹\x19 ò›‘íTÛ "
b"wS AÕ¾@÷Æ:¨^ÿ\r Åh "
b"\x7F ¦\x11 ê\x03 ÇMô¦½Ö¾†Ø[é "
b"Ö™6ýLtL¡ºàÔÎosb\x19 "
b"Þ\x0E\x01\x05 âEEh—ôè]î<ÕÚ "
b"àb𑉖Ow¨Wá\x06 Ìþ\å "
b"èsÍÊà¥K\x17 §Íñ ŽÕ-Û "
b"¨À{:¾oG0Ø 6I'Þ²K "
b"d;OÑ\x0F –LʾÜd„8Ìè0 "
b"ó%\x1A û╗ÿF<ù<XñØ\x15\x1C\x1D "
b"╣ÃÑg·\t G±ÿ4W¸ZÛ¾ì "
b"Îîx`,jB|¦@á©^Ê:ã "
b"\x17 6ê?\x19 KB\x06 ¹ÚÏçì\x19\x11 Š "
b"0.fQ4pI\x17 ÀæçÉïpòC "
b"iø\x19 õ±mJäŒ\f\x17 Õ‰ãR" "
b"‚\x05 ݸ]mLQŽŠ×Œ•?\x19 v "
b"""
É3\x0F |│\x12 B÷ú└\x06 n\n
ʶ┤
"""
b"¦º:SèƒCÓ†ø*ZA‚®† "
b"«æ7!úì@NÉÌ{Í5xG< "
b"Òüôµ\x16 `Es€ T{\x19 7“s "
b"ߨà…\x16 SL§¥&\t 1T\x1F ²f "
b"ú‰\f\x05 ¶"EV¡ÒÄÆ\x0E ée” "
b"ßÝ"]LGw’Å?YØZÔÁ "
b"\x0F K·°ÓçB¡¿Ê˜ÛC[Ó• "
b"+:S@¹ñNÒ¬\x12\x11 ß’”\x1C ê "
b">\x17 \ðØ,G§§®m`\x07 I»] "
b"""
iAûˆÓ\n
Bñ‰™,\x10\x07 Øl¸
"""
b"Á5v†ÛóA᜿Îõ+ĪŒ "
b"÷¡ÈTƒ=I”÷Ó²ù’ú´ "
b"\x0E ‰e¸êÕIæ•\x05 ŸAÏ\x15 Qó "
b"\x11 ï\e\x02\x10 âA@Å▄¿\x11\x18 á{└ "
b",IR c>NLŸ\x08 wNj¨ÙÏ "
b"y.ðô\r ØDêܰ¨\x06\x14 «ï\x14 "
b"¸Z(¸ãƒG\r \x16 ØÀd\x06 "
b"""
Á‘Ðør'AX¤ÿë\n
Úµ®\x08
"""
b"├'║\t %×H┼ØkWâ_/-╦ "
b"Ë▄-.\x16 ÅD╠©░4mp±S "
b"ír±qc¿Ißš\x1F UÔ\x08 |̨ "
b"¾;▀ë¤6B+Ø\e üÎ▒\x11 â± "
b"""
õ ®\n
\x11 ÿDÀ«c\t\x1D ÐF°M
"""
b"÷»œ‰W\x1A Fö–\x17 5\x13 œ\x1D v\x1D "
b"\x03 ®\x16 {—SHe—”X\x1E Æj\x12 c "
b"@¿¹‰A I•ª‘9ßG^@E "
b"E╝Åó¿[N▓ų░}ãìfy "
b"INeN0ÒO$¢¯Šžçh¬´ "
b"Kì9F"ùOÓ²ç\x03 Ûb›\e ´ "
b"O]gTÍoL€¶yp’Î9ì[ "
b"O¥È+%\x1E NT€\x01 6ôbÛ°” "
b"p\x7F\x01 T|²H¥¯4íxÿ>\e\x05 "
b"{\x0E\x14 #dÍJ@·,¶8•a\x1C œ "
b"ì$>┌&uN\x13 £Ûîõ¦l\e E "
b"ž'@ÒÿZ@T„`9Š–†Ve "
b"╦\x06 Kº$E@É┐å`\x05 i\x04 Ý "
b"ıÊÿÒÉ┴K│ÿb\x19 pxA ¢ "
b"d*3¾FcAÍ‘u>CëU¥x "
b"u\x16 ÿ?G'H„¤iEÀ`] \x1D "
b"~×ïòèèD´Ÿ' .©GÏ\x1D "
b"õ`ðZØ!K\x15 ¢1╩/ܱíÚ "
b"""
÷ï¦QÙmO§®~žå\x1D O\n
\x02
"""
b"\r \t W¦ ÿGýš¨s©\x1D üÿ™ "
b"}Ðõ½~JG\x1D ‰þÁ\x1E H1\x06\x16 "
b"ª\x10\x06 ÇÅ€CüŸk\x1E ýÛõ~W "
b"à\x03 t°Ã²D©…\x05 |ü<l² "
b"¶Ç~# ÖNÝì,OC■;¦Á "
b"""
Λæ\x1D \n
yMäƒ\x19 :Åoäé#
"""
b"¢ú0\x08 eRL¨³áù†P\x13 ;S "
b"ñTl߈~Eˆ—‹ù…y«~÷ "
b"%ú„Q9pLE€\x1A ¡Bz\x19 3l "
b"C®\x05 I§Fö —3‘®\x07 •> "
b"n+m┼Å\x0E Ff©f [c`@( "
b"qæá\x07 õšKÔšZÙ™ò)yï "
b"Å6H\x7F ÜÐNþ┤Øð¨\t â\x16\x08 "
b"ÍY²¿\x19 hB½‚\t Ç\x14 €Cvo "
b"Î¥9|-ÁG¶—‚Õ¢ \x00 ²» "
b"ñésv¸\x07 IÊ”¦½Åç\x06 9¸ "
b"\x02 3╗¶×\x1D E#ü\x7F ▀Ûh/\x14 "
b"Xꇩ5GC/ƒ?Ú²ó(\t £ "
b"hÀWðI©@l¢¤´ý,Ôº. "
b"i}T:°kK\x14 ³„‡wœu˜- "
b"p®¬,7ÄM▓É╣ðþ└▒µ° "
b"|(,šw\x12 F˯\x17\x1C {'éc\x15 "
b"""
„v*\x1D\x13 ªBþŠ\t \n
QßíÌb
"""
b"ˆc!ØóøNþªã\x15 \r HÒî "
b"‰ÂGݶ‚Añ¼Ô6B=Žb4 "
b"Ø`\x00 ¢n¡B*¬B\e àw0/¿ "
b"▓,\x08 ¨└üJ¤ªÅ\x18 Yùß{\x08 "
b"³úü1½ŽLØ‘òÔP²3†B "
b"Æ\x06 ¤À>Ü@o²,üVshé# "
b"éðâ_r»@ºŠ)Ëõ\x1C a?„ "
b"îoßô•3A•Œ¶ZxÁµÒ¢ "
b"§_\x1D ¿-áNm»+³Ä\x02 ·ìv "
b"\f RA<óÍLܪ§¿ÑÝ\e ôA "
b"\x11 „|W»¾Oõ«9*Ï\x05 Ž…" "
b"\x12 =ÉöK\x16 G\x10 │.ÛdÞͰh "
b"$ÄXj·=FD¡ß8+¶gTU "
b")7\x1D T‡™H2¶žMÚô´\x05 # "
b";Ôrl\x14 ÷EK‹Q³<Ù,\x10\x15 "
b"?õ¯B¦ØL¥‰b¼Ýœï\x12 Ú "
b"I$Á\x02 q"B+„‚]\x1F ãcƒ| "
b"S´úä«ÊNU¡┐¼ôØ░é▒ "
b"‡$\x0F p–ýOD‚¤C[ô:+b "
b"‹\t Täø;M\x12 ]N\x15 (»á4 "
b"ÅQJÀá¾@³ä?ƒ\x05 _ÈÙ░ "
b"╗síì5úM\ÿI│À]{Q÷ "
b"¾¿è!š‘Læ¹A\x14 —À‘´D "
b"├_EÚôàIõì┘ï\x13 ±éc\x12 "
b"Ð\x1D ┼j─æCª▓┴Ïi\x1F ®üQ "
b"Ò@š\E\x02 G÷†D2—¥Q† "
b"ÙVoò¦ÒO~º…\x05 ž©×\x1D Y "
b"Ò ╬"░ØCB╣bNÃ═|kþ "
b"é1ÕL íLÆ€Ãrû\x18 ³Ž "
b"ôŠ*q×ÈE‰Å¬Ñ1T\x15 Ž "
b"ý¢$sâbFq–» ÿ\x18 ¶\x13 w "
b"PÒ\x1C …¤ÌH\x16 ˜l\x7F ûrÉ,¾ "
b"\x7F û╠╝á8G(¥▒Å_\x1C Z\x12 ð "
b"ž0ÔÜ›ÔCȼq—(\x14\x00 æÂ "
b"õîýÛ\x1A à@¡—<oÿ\x16 Î\x18 "
b"G/(/9¤B5²'¶¬Dÿ3Ê "
b"Z╠ZøO^EbÅçí,4W\x03\x04 "
b"b½i\e\x1A GK7˜»[,\x1A ¸\x10 "
b"ùyE&m\x17 JSÅ\x15 ╬\x01\x17 è±c "
b"˜7€jUñBD¼\x15 Ý·+Ð è "
b"©ê\x0F >¹┬IUóØ!¬■EØ\x0F "
b"ÈÕùÒ51JA…¨‡=±Û\x00 … "
b"¸sü]\x15 ßL\x00 çwÈ\x1A ="Á4 "
b"\x17\x18 ║['\x11 F²┤à#HÅ«UY "
b" zI+▒QI4ôƒ\e \žH─ "
b""\x1C œUiÊ@·›Š»Ö£©Xq "
b"—Ê6X¦[I‚®\x03 Q~³Èˆˆ "
b"äþØQ€Gœ½—‚²æ|õÎ "
b"¢çÊ•WuA¾£¢1ÉåHÐ\x13 "
b"ã\x02 ×°+AEì║(┐N¯rf® "
b"""
Ø3¤\x14 úÛG7ª\x06 šºÅÒ\n
Ù
"""
b"ù™\‰ÖmM\f Š{¤\x02 «ü¶\x04 "
b"#ËTZ8oDލ–ìžti¶\x04 "
b"MŠýŸ¿ÇCñµÒ\x16 òæ©\x01\x0F "
b"N9ª‹ésG´Œõ|;\x1D »îÉ "
b"f¹9¯·\x1C M“˜øÔš\x10 Ñ\x02 | "
b"k䩹‰\x7F OýŸë:7-ü\6 "
b"|\e —å*ïDú‘\x14\x07 "\x0E íQ9 "
b"å╦¡ï\x14 ÍB5èëØ(8ì9Ü "
b"‘Â\x7F l²ÎIžŽ‘ÃFigEB "
b"Ð1¢RéÁKk¶‹\x11 ú\À\x07 ¿ "
b"ÚexË{UJD┐y=Éd?╗┼ "
b"\v F7M\x16 ”OÌ¥¨LAÞ–¯ë "
b"\x15 ¹ëJ~ÚE/ŒœÀ\x17 OÈN{ "
b" CðNý³C▄Ä╗.üÖÌ6ì "
b"[ŠÍ}\x01 ûA\x1F ”*HÇ\x01 )\x1E 6 "
b"`˜\þ™šLk€U\x18 œø£;Š "
b"o>‡\x1D ²ÃJw½ƒQ~[m\x07 5 "
b"ú3Á┐┘{KÅôU÷¨ú┐\v B "
b"¾¯»7˶L ¼g\x16 Áf\x00 H^ "
b"б\x10 6ÙéEËÅ"\x03 PÆ4N╦ "
b"3©gnËÈG~Ÿûñs\x12 \á\x04 "
b"\x10 âý×ɸK─íÏ'±═ñSÉ "
b"\x12 5ÿý\x01 yN\r ´þq€¬õ ã "
b"\x1F 6\x1D 0“vFü›\x03 >ÀKiÌÚ "
b"#a\x1C —\x02 u@ü“™l‰Øšý² "
b",░O\x15 ÔÑB_╣ØmÍí╠óy "
b"I‚\v 2\x0F >JŸšäà€É#s\x14 "
b"Rd-Ø╗ıJ\r í\x19 ý&3UÍ\x00 "
b"]¤yÖn─C#Øã»©T\x1D ¹¬ "
b"r¡ñÄ?╝IØâ\x02 ɤ\t BÃE "
b"tyf¯<®EᨾKºªw–Ý "
b"y[Þü TMp‡6¼\e Ä\x03 ãy "
b"ŠÀþe«\x15 E)¢ÉùºHáð\x01 "
b"è┴\x7F ¿ë\x15 Hü▓¬õC³à├ß "
b"‹Y<É ±Kè‰\x13 ^IR\x03 /\x00 "
b"¤Ê¶¼¯hOx£rlïõß\x04 å "
b"º▓\x08 ├D\x1F Gyì+Å\x03 ;├\x0E\x1C "
b"Áê‹\x19 ½ÛIÈ›\x16 °‰Ç«u· "
b"©ú\r Í\x07 E¦”ædrØ\x12 öæ "
b"*\x10 °’›iOê™\x01 cË®„\x01 ç "
b"ª┬éEûÛIû¢£©x\e ´ÏÅ "
b"·íÑC…OM\x0E –ŸÓ3YÅóH "
b"ÂËe KoK\x1E ¡Ð¼<4'*· "
b"È]ŽìJ\x17 ½‹pF\x04 Àþ\x19 "
b"|'3SØ─L┼ä3Ö*góìƒ "
b"|lñ\x7F ÷)Lž£Øµro¸qÍ "
b"\x06 |R*ÕiCº®:Bm°†&à "
b"(bé³\x0E ©M\x06 ŸÜ'UÔ"B\x18 "
b"1/`ÈËÓBضƒ9æÉPó\x11 "
b"5S©!QHO[³£š\x0F UòJQ "
b"<Rd\x19 -ßBm›¢N‰HU\x12 s "
b">IAš|\x03 Dí¢•7\x0F æ–Ï» "
b"G³â„.ÇEÑž-Mx:E¯p "
b"I(Â]mŒI\x1C »Á±\x12 Ã\x16 %/ "
b"XU.\r ▓_Oƺ¦¨ü»┬ûk "
b"jW3ÓvPD\™Þþ7‹kÅÿ "
b"m÷\x0F ýÒ\x03 H–˜ŸbÆþ™1( "
b"uÙ┌Vb¹HÑÀ#ô█Ø\x1F Îÿ "
b"•€Œ\x7F “BBͰFà\x02 Cú÷í "
b"║▀¶í0VIßÅEÆ5â\x15\x1A Ï "
b"╗Zå\x17 É3Aî╝7c╝╩{mð "
b"Är AÕ„OÏ¿¡ôlZÖl‡ "
b"Ã^┬ùKeG▄ÅÇ]×╦Iæ¸ "
b"Ì×7¨-ŽJ¥—¿\t Ë-œ\x18 4 "
b"âh*,ÐhBƒˆ¼\v\x1A Ã8”( "
b"æµýd(‰N¨ŠËt¡éͼþ "
b"æÌä\x14 p€Kt¹\x02 £ƒ;PTØ "
b"ñ÷‚¤æêF¤“¦¶Æc®À‰ "
b"¶`oaR!KÍÉ~─\x05 └║Û1 "
b"\x10 \\x16 "çñC€›pf\x02 ×\x01 Ų "
b"wœ×0¶2BüŸ¥jìS”€ú "
b"ëî\r ª\x04 (NïQ·pYØ\x05 « "
b"╩g$ìhDCPÜêy╗\x17 aÒï "
b"""
\n
\x1C\x10 0̰FS§…Ã¥Í\x1D Õ
"""
b"@œdVÉŽJe€Ó…8\t ––˜ "
b"®Q«â{NO†ªW{¶\x02 …\x17 ¦ "
b"çÔ\x1C ßt¾IÖ¥xµB4ÊÙy "
b"¶┬a\e åçD\x17 ¡J"║GÅêð "
b"\x1F ´ hoÌJä§ÐyWGµË\n "
b":8■rO LgØ1)\x07 Ôiâ\x14 "
b"âà\f Õý.F└èìÐ ├-{¦ "
b"èÁlH$´Kìܪ¼Â̰\x12 x "
b"\x18 ý.Ó▓FAÒÅü\x14 ├ô#S¸ "
b"ù▓b▀cºA¥¬ÌÆìä\x00 å╔ "
b"Ó=Káé1FNö³Ëìú\x06 ß└ "
b"ä†~õ\x1D nCI†5È\x0F òc‹ê "
b"""
\n
dìAô°G2îxI½ÛV[
"""
b"╣\x0F çV=ãM´¿Æ^\x1F ÉâñY "
b"è‘àçE½BUˆŠSs„†ôF "
b"êÏä12aC€—1Ιë\x16 ·… "
b"\x07 ù[X³JO\f ®ÏÒ┤üa┤¤ "
b"\x10 ‗ƒlQ"L\x0E ìL‗»hù*╚ "
b"\x17 ÆÔŸ¼VK\x7F ™kÂŽE=‚¶ "
b"@¶®4\x19 ¡B ┐ ø°Gì\x0E G "
b"W@ØÐ\x03 áB¯Ÿ;\x19 ‰Y©»m "
b"¸.½ù─▓E>▓ZÅøÍ}p\r "
b"÷òæ¡ëóB<—i+ò=HÆa "
b"\x10 ║S]ðÁMQ▓├q@%▒aü "
b"‘<W4ÝìGÛ¶VS>wìÒs "
b"N\\x0F <wM&‘¦Q¿cß0b "
b"^^žm\r ÊK\e £ã%ïH\r \x1D ² "
b"eÐÉv#fI²”¾l)W<K½ "
b"‚Ý&~–/E{†—\x14 €#'ÌÃ "
b"„PÌî\x18\x17 A›¤cêt»H’ô "
b"„ô\x01 Ý’GIp¼’Çm)×1© "
b"Œ«W{º\x01 @\x06 ‚ô\x12 ™y@¼@ "
b"ž1t¸syL3˜\Ö‡hÑçß "
b"ÇÍ`ÔêL\x14 ¿òP¡'¢ p "
b"ÙJ\x0E ÿ\x05 ÿBj‡^\t\x1C (ØäU "
b"ö0Ó\x17 KÂCÅ–i\x0E ú„â&7 "
b"ÃcȘjoF—ž`m,\x15 –úš "
b"\x0F ╚xpÉ═Ncé\x12 ¾┤Bÿc┼ "
b"\x15\f ì.ÚëK(¼~#¾-â\x1D i "
b"\x19\x11 }‘‡\x16 Hª•cƒt\e ™Jy "
b"˜÷öTT’H˜Ž¢Of\x19 .@L "
b"Øìñ╝\ßNÊúÞîù¶»ðã "
b"╠aC\x04 'A\t ż╠©╠¢SN "
b"ºÿ\x08 \r ~üBA®\x1E ¿ \r ÓÑ\x01 "
b"¼eÉ\x03 ñ\x12 Gw¿e\x1A µ‗:Ú╗ "
b"è=Ø\x1A *õLÿœ%ûÒ`E\r \x18 "
b"Oÿw~}#@ƒžï¡\x16 ù¥ÕL "
b"™JNo\x11 AO¹‘òÛÆ1¸nÝ "
b"B╝úÅðçB¹×\x1D 6)═q!¶ "
b"S(öÅîyD\x1E «û¥ìu± \x00 "
b"ƒ\x14 )1═\x1D LÑ╣¦%F┬Él▄ "
b"\x01 ƒŽË\x12 õK’„Ÿ\x15 @Ž*8\x01 "
b"\x03 ªŽžŽ\f C£«À¶f\x15 µÅ+ "
b"\x13 ²\x1E ÌÉØA[║╬×░;.áð "
b":m&\x03 ÃVD¿‹k³²Ù˜oæ "
b"┐\x06 ┤C╦ÉA\x05 ÜÚÎp3╩│³ "
b"Á\x1D\x07 ặO‚ºä2±0îŠ "
b"Ô®+éöÎE\x0F ’á\^Ê\e î\x01 "
b"´ÀØ\ã┌@\x1A Á¢Rt@1Cx "
b"\x1D xôœ€4L?“xÙð’kÀ$ "
b"-\x1C ├Ѽ·EqÉðY2G┴ƒa "
b"""
J…݆\x04 ?F\n
†2Or6œ\e D
"""
b"gXP\x03 :XOìí{\x02 $\v o\x12 Ì "
b"""
é\n
,Ý,ÜJÅÁÄæ¯ðt|\x1D
"""
b"ˆn@4×wM)½&që}ë·\x06 "
b"‹…b=óÓ@Á…ÅîøI¢Ð\x08 "
b"‘\x14 ý‘5òO“¥ŸNÑ(šýÜ "
b"\e bmÝéODr•ÇH7Q0„S "
b"Xtç\x0E óØO§¡â ╩B±╠ "
b"x_ÛŠ\x04\t BU†„\x1C WU»Z! "
b"úÍð9yÅFküpÝ6áÚüû "
b"Å1³{\x12 ÄM\x05 •aþ=ã’“> "
b"Þк\x1C ¶¶Bó€\x1F %ø7;3Ø "
b"à\x1D ¥.oîE.»]Æ#\x19 ;\x08 ® "
b"\t\x17 Ôp\x1E\x11 N\x10 ½‚20iÕkc "
b"\x11 ¯Õò$éH─ÉıË=Uy\x19 v "
b"LAõåÅQ@f¼JNrÜ\·\v "
b"""
{D\t dÐáAš¡žÒÕ\x10 Q\n
Ž
"""
b"¨iQ╔WÊMìª:\x16 Xzp»p "
b"\x0F }‡Ö%jAÞŸ\v {™2§Ž\x12 "
b"6²ÖŒ_\x08 E,‡ \x05 Cy↠"
b"nü¦ï¡iI¶¯h‰2\e +»ä "
b"WVÂܨOL\x04 ¨™b(DG,ð "
b"Ÿ“œsÅ„Lã–¸\f cð6˜ˆ "
b"I8h®8wNf1á~йèî "
b"æÂqó¡ÝCEÀ\x10\x1A ░µ╗TÅ "
b"\r \x1D Ÿg4.L~£O\x18 ˬ\x11\x0E : "
b"/cðáçG.€Ü\x02 ìm\f ·\x05 "
b"3\:U‰Ø@L½Q„Á‡žôD "
b"C\x01 ñ4®ÉHw╣óÁjÊÿ\x01\e "
b"Fß\r ‘$…Ny€ÍÆ,oôÌ£ "
b"\\x08 ùv”ïN\x13 °¾ÃBV\x11 YË "
b"tg\e ü¨\x1A B\f ç ·┌5+ëp "
b"|TûÇ´ßE┤á\x03 üïK╬Yä "
b"""
€-c¼ÄxMú†\n
vÒXQ™\
"""
b"Áqå\x13 òZIì╣\x14\x1E ¤┬"/\x13 "
b"ÝDmó\x1F [E\x11 ŸŒî›lÍ5Ó "
b"ÕÄ.«7BMVØc│¼┤;3G "
b".Å\x00 ò\x08 \n C}úQ]²\x02 B\e í "
b"/ª5Z¹wH(’\x01 xhe©ô¥ "
b"šçŸ¬¿õG޳¥¢‹}…c† "
b"²äm“\v öDX¿C©Kè—Åê "
b"p÷ŒÀÁ\t AU¢ÈëV\x1F\x0E õ\x1E "
b"ý²µçõçI‹¸ž<TÖI/Ê "
b"""
4¾\v\x16\x19 VN\n
ƒ¼°jG™.ž
"""
b"a\x19 Ê▀.ÆAû½$\x07 O-üw4 "
b"„î;Ç×¢Ev©Š,\x19 Ÿà‰Ö "
b"Êæ5ü ÄF¦·þ^ׯ!Þ\x13 "
b"■└ô▄╚8ME┐x·î■õüL "
b"dáw…¸SFã»çxè³ÅÄÝ "
b"&\x04 q>Ÿ4F\x16 ––ÑÇíòYl "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
OFFSET
1000
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x03CEAD20DFE7494EBF739A0DF990F8A9 , 0x0D51F4070FE345209460B11417F2DF72 , 0x192D30FF524149078C56E6457ED55AA2 , 0x1AEC6F8A030548B4BC5B0B97A30D1BD3 , 0x1F2BE09F828F4221BB8AF6E585E2FFF5 , 0x2785B6B69FBA4C9294D2C87D7B00F533 , 0x567C076440C2490A9635B8FB4F95D2DF , 0x574D91DA18274F64A5DF737A4D712FE4 , 0x575816EF346F47B596D23165C3399CC8 , 0x5800B0B21531403297C017B4566C81A9 , 0x599C54B5E133485285A7505E585D9EC2 , 0x5AFF040EB393442FBADF5FBAE2042EDB , 0x5CC0DDBAE27E4717904F8DB465362CE0 , 0x61375D5DB1A24EF38EF0DECDA58510D0 , 0x653427B0A41F4706AAE70DDA4036EEFE , 0x66894C25789549ECA5D8756261DE3766 , 0x76357E16513043B091ECCAEE6F24E457 , 0x7A661BD47C59420599B7134B74850948 , 0x80EC21FC7881418BACC4B76A5D1CF001 , 0x81CB7879AF804397B75EEBAB55C8E478 , 0x81E590C59A8746D7987109337387A127 , 0x9CE5288D84B644CCB206672D31483F6D , 0xA67DD984203C4DFDABEB0156B2148D1B , 0xAF2F537D1BD0495DA0E2BC2C4B600F96 , 0xB0C976317B5A447C990F6366C5210EE9 , 0xB265DFEF66094158A68B1DD8D70E64C3 , 0xB7FE3A6A699B45F4B0A4DBAA18E6F9D3 , 0xBB1C562EA74D4A168309B5371556B0A0 , 0xBF2E89E6CDC64F3CB25EEC988109A6CD , 0xE4F6ECBDD3424DD996D5BDF2327CD962 , 0xE557BC91F6894A0CBAA1D02DE55A4A73 , 0x189DCE2B0F134DEA8B98FABAF1DA122B , 0x2D10C4B3C6B94A0AB6BB1D4F727D2DFE , 0x352DC3B7820C449F94D424A493B33B62 , 0x3AC1F602CB334DF8BA38151ADF72A4BC , 0x44B4DA14A237439C98EDE7BCDE6EF3C6 , 0x6718499C9E854E10B5969FEB9AFCA5F4 , 0x6DFDD9E08F4740AC8FF188FE68682CA3 , 0x7ACB662C300341198AAD082661BAFC76 , 0x7CE73C9F124C4F8A943B75EE014CCA4C , 0x7F9DF7E58E814A949A3333033EC21C69 , 0x840D510BFB6E41ACB085B9C006E7126B , 0x87253D2E87414D53A0190CC6FF477D53 , 0xA2B9FE19694A4D0B928633F36597E813 , 0xAE974D6272F34E3293A63853685810E5 , 0xBBC6DA8070394F55B61D0B7F20685A16 , 0xC246D4C56A9A421BBCAC3C2779E48863 , 0xE1C044F49FC44F76827F16FBF0C022F6 , 0xE4C2B81BAF504E488CC315AACC4920B0 , 0xE6ABA69360BB4F539D1ABFE6BA380C21 , 0xEDDAC9D1532F4969AA47B7F54E644C0C , 0x10B9F9AFC6D042D487E4FAD517402C66 , 0x38ACCD387F234D7D911E0E48EF740716 , 0x47A84A1B9E45469EA27AD3B8772818FC , 0x52F112FA509243478D0D8599FDDBB89B , 0x71337A62692D4E7F961DFBE809FFCA6F , 0x74B4181610094CDC99861174372B0DA0 , 0x78A2E85AC0B84CD3A77D86156090CBA8 , 0x7FE85551705944E9B418F7850E15FB24 , 0x875C45F47D0A4CFFB0B3FEE68EF8A511 , 0x92546F53F7754998ACDA984B4FCF84E6 , 0xA494319F77F84D7F808B87D7FC823410 , 0xAED1EC347CCD4205B8DD75408C3FBA42 , 0xC1674EFE48E34729B6BF00232426EA99 , 0xD0FF437193284E76971303BC4975C382 , 0xF4B8CA1D3F3249418CADE9A9F5A8A3FA , 0x20C334D34B784467BD6D4376165FA67D , 0x2382CFC173BA4C33939A45D66B7F79AC , 0x267EEAD827D14DD980B03F7AE6315476 , 0x2C676E6A825642DEBC1097D30F731444 , 0x39DAF77A8C194FE28E0CC6BA058F9C8F , 0x3D618D86E9D641B7B44E525334B4F98A , 0x499AFAFB2CAD4D85B940C0F27A82DFC4 , 0x4ABE958DA60A4D36ACC2E946CE13B263 , 0x4EF3866A5B764860928E9527DF72C57A , 0x58CBC02474B0490EA47E96C2B41BAB9B , 0x58EE2850C4F940F7821113E938F03460 , 0x623508D613654E69A33762398EB9F78A , 0x694CCE193734469EB440C51982CB61BE , 0x6ABF516764A24710AB36488A5561332A , 0x6D7AA7788F2441F7B60F0B9F35F55ADA , 0x6FC4EBF7382449929E62742CCFBF6597 , 0x7EB2E31575FC40E087587A8CD8337089 , 0x84BD7B3A34974582ABE71EA6A5A01C59 , 0x85DBB0D426054464B31F271C33911CE0 , 0x882A425E4D574E2E88E237D306F05157 , 0x8B04949BEDC44D139B78D5C3EBD26436 , 0x8F918A8FB5C0466DBCD443B8A0755288 , 0x95D7FF19CB74470589F8797283CED223 , 0xCAE4C6BFA4DB409C9A5BFE48D180225B , 0xD088E5D2FFCF4C8991790A9D7B1E6624 , 0xD7CC9C099D464A8B9069CA1BBF300791 , 0xE2AAD7EB342441B19A2CDA7EF6B1EB70 , 0xE50BA922C8C64EDBA80BD109701B9C70 , 0xEFA4D656457B4B46B593003C15871FEA , 0xF16093795DB047EFA5115550E95B9A0A , 0xF54869FA090B456099413CC3754852ED , 0x004494BC6978438BAABAF936F5109723 , 0x1C1168973F944E008889FAC67A34D97C , 0x1C46C2137A41424987EA68A9A97DDD71 , 0x27C3A975C6464327806BEC2AE8B960A6 , 0x4005A785F31640ADB7B8E9C47CA557B3 , 0x497D689AAD144F01BCAFD1035414735F , 0x54A29AD2AE744278BA033058BE2DFA98 , 0x70874D3132C84A489EA093865308C12A , 0x98C04425A8774C0396FE22413574404F , 0xA024B779ABCC46D8B71DC454D7F4F390 , 0xA6458223BCD7428AA3DCDE6091A60C3E , 0xD5A90A023B0B467FA55B69898C3E5173 , 0xD9AFEA65C6084938A83DBD7EF3B978A0 , 0xE762FC3A4E1E4B9286926A6B763FD7FF , 0xF4D2B65CA6F64DDBB2248245FA612FE5 , 0x3DDD353B46D844418AD5343152137F9B , 0x55D2AB052931434690AFFC966CFD1EB0 , 0x611CB9BB93364253A4A5D9044F5CC51C , 0x667BE55F6B4C45AC94A9C30D7CA7F8B3 , 0x689AC6CCE64E4478B1D035E4F5E2394B , 0x7E81AFAC9CF840C898503A4592964159 , 0x9BCED4BD92F843839BBDA9524C365F0E , 0xA20F595FA7F54A0FA50260329F08FCFE , 0xA2D309075137474696AF786FFB106014 , 0xABF2A368C2E94D58BCE973F104C16698 , 0xD6DD666C18C94898BD5FA9B2BAB72D6C , 0xD7CC187B8F1C4C5B8BF403B43087D44F , 0xF274E3A29FBB41BCA4F12B1BAFF6CC1A , 0x006E38FBDB014E8A9B9239A4BFB5F563 , 0x008A6E97D2E6442EB783124B75B11C3B , 0x091A6BD061934D85B705E45A2AE3484C , 0x0DBFBFB7684B4252A3962DC425E81237 , 0x10B9B562362B44728701999F29F06669 , 0x13C19BE2962C472AB0EBB21505990768 , 0x1C15A7662D644723B31509339A769C03 , 0x1C52897E6119432B8F63D7195CED4AA8 , 0x1D203D8193AF4D838598B29AA8B8A229 , 0x1F72987D1C614D5DAEB503B8CD4F4E78 , 0x262BB8CE597B439DB4D3C42CD5261A86 , 0x3BBA380D4E994B50A3370A0989B8385D , 0x3DC3DDB800964555A3C05AE21AA519E8 , 0x47EA5DA0C11E437388407ECAF3EDAA95 , 0x4883FE07483D4EDE9ECAE09A226BB567 , 0x4A4BDBE35A5F4417A5FE00D1091332B5 , 0x4CDC05F4A95044A98437CF41F587F7B9 , 0x4D5F3B7632B74262B6473878BE868450 , 0x4F0FDBA2080E464C96564CCF8963816C , 0x51010C0A8CA64BF1BC2475A801A2DDD2 , 0x5A43CF15C3104ED0AF0190E7A13BCC0D , 0x5CED93B7499340F1BDFB460572F5F8C9 , 0x60DF62F1CAF84903A6E3BA9A3C4021F3 , 0x6B8E0A1D74CD4AE0BB84D67734690909 , 0x6D8BF9AFB23942379E17C8CEED686803 , 0x741DC49BD8E045209115E38FBEAB78E9 , 0x7645BAF3EAB240A79537E96802E47073 , 0x7678167AC3C84A61BB2C931FC1A126C9 , 0x7DE86C88C3B449DFB472117B6AD10E65 , 0x88C03D1BEEFC49C287C387D895D9AD54 , 0x92EE3132F2584C3ABE219F01B3C897B9 , 0x95F001B626FF4E2CA3668E3F821DE982 , 0x996E7EEB948145108E6EA7FEF2CE70DD , 0xA2AF33F13C0642F6BE13DEA91873A698 , 0xA34B12DC52704C63B4D5E15EE80A37C9 , 0xAAEE2297CA7C47A89B011FC6989EEE97 , 0xAD2CED584C834D64B073DEC4D26306AF , 0xBC2D13C4D55D48DC9DFA14B223DAE925 , 0xBE478452D55D4BF6AF66940A4F0B96EB , 0xBEE146559A844F3AAFA289727CBD373E , 0xC1B4C8808C0649F99C148C5838AD5790 , 0xC2F29CEB9EFC4C74B1B3CC248A1B3A96 , 0xC4BCB94CD9BB4FD49D46BEF76ED75C21 , 0xD83463DF78B7425CBEEA9EE09774EFFF , 0xDDD2B01CBD2E4CF28A0EC6B1E4E1ACBD , 0xE6547A621156488AB81F1AA783934D1B , 0xF24578F2080E41F691934A9BBA9FE4B6 , 0xF4ADAB3E57854A53AACE4F15F6AB949E , 0xF7A08F5A93A64F30839D647E0DF1FA41 , 0xF9B964D1C23849549D02916474DBC0FF , 0x03632CAEB5794D9D92D18DFB64477B9E , 0x041AFEC22B834D3780FE9162D043BE12 , 0x187ED8B56C074502A9C9A6C0E77BF7DC , 0x2A8DD3E3ED6E47819099D2E2FE074F37 , 0x2FFFE7A31F4F4A05B5E40AE43FEA0D69 , 0x321A021351DA4957A93F2E18D8C49F3E , 0x4783685BDFEA4E6EAEC10E100A1EAD79 , 0x53D1D9EF95534D19A30BA830117C9ABA , 0x5EC71DFD20EC470D88C2B2E2A295481B , 0x66723D3D41734862B9CEE289BEF25206 , 0x7DD2C0370B294C8A8C65E71B0E11FDB4 , 0x93D7A3BFEAAF4F6AA0DFCEAE25D455F3 , 0x9CFC39E9498D4CE88EB5060F523D5D01 , 0xA2878A6A790F403BBA30A72D95483CEE , 0xADAB09C219874196840AF6EC097DC4D9 , 0xAF5451F286DB4B2296A067EE6B5EF27C , 0xAF73CFBC5ECA44DB88FF8C38F83AE521 , 0xB1FE17CAE19A4615B9E4752789C74728 , 0xB4ABC72C4298406CA5BFA02A0DD26224 , 0xC71C9E95C004453AB977BEBA0A896316 , 0xD34BEC6C990B4B08B9501BDB8137ADA3 , 0xDBAF7BC5D0FB48ADAC8C8BDEBC084BBC , 0xE44585A4FBB7426392A52628C935B4EA , 0xE56E43C559914E4A94E4455406110219 , 0xF96FA40B725B410E9E386E7A581CA856 , 0x1984E3160E6B4CE785A8BF3348E7F564 , 0x382B977FF43F4041B007CBA7515D8A01 , 0x3A3BE7E3AB974276BCA73E2D36C33B2C , 0x497BE93362C2473590A0015BA2B47A91 , 0x4992A79CE0F1493790728328E0924F49 , 0x49B1277A772D4FDB8B7A3419D495BC99 , 0x4A1835973F0F4656BB34085A8DB68F8C , 0x525530980BD34596895AFB5516E3CE86 , 0x7199E25F77B74F618B9EBBE9CC233355 , 0x80B409C6E95C4B129A36167948BA785B , 0x8B51DA53D5944959BE14E89DAA9316CB , 0x8FF82ACE6F43402E9227C3E3E97A6B00 , 0x96F3AC10FB0848C2950CD2DB523EBE9B , 0x98252530CAE846D9AA616107550F2762 , 0xA168DE2ABEC54323BF03F225A42D94F9 , 0xA4C684D196CE492EB4F202DFBEFB48C0 , 0xA5C2884159C34861A47432A5578DAAB8 , 0xA6F9961224CB4A31B620A023843451C1 , 0xA8EE4DB578E944CF98CB4B99E8AB2F60 , 0xADBE108CCD494FE898D6E7D782E5DF3B , 0xB5465F88B6264DCAA3FEB68AEF712759 , 0xD0B48CD4A20B48DC914B1F92A8C506E8 , 0xE7768863183E4589AA659A8DB9D1338E , 0xE9509688D9014FB5842D06DF96C69A89 , 0xFE87C2B71F4449AD9ACF71A808C8C867 , 0x13767AFD36BD4B8489A5CF735A5494FB , 0x3A0924A6AA69476899822B6C8964D859 , 0x4E492AA9424648D3A1290A8CB1EDDA4A , 0x85F7EBD8487C4DD3A62EE87DD1CFF184 , 0xA4048A99AFEC4BF7AEC8BAD68FE6083C , 0xAB712AD769D544BFBADF13C5CFDB1A4F , 0xE43E92E861B54717BBD93F2E7ADC3282 , 0xF7E0CB22322046D9A7C874210DEF94B3 , 0x953B91F0BEDB4AF1B1EF47E09036AE29 , 0xB3D8562CDB83434B8821A55F0B163C00 , 0x087A854C4E804E0C9D0C8661CAE7F6BC , 0x35E110EF9B1742948984CB3D274889BC , 0x89A9140195DB482799C6D243CA680FCE , 0x9AE6181B637B47248C04C8E61922922F , 0xBEDE2352C6424ACAB3DC59FB5B4E19AA , 0xC5E89C26D16F435887C77F14C743246D , 0xCF2B1F57739E4498B2260DD1424B3C02 , 0xD23AE0B4CD3F49DF824D952B37DCA9F0 , 0xEC1C1F7AD7E144578915C4F97ED0FABD , 0x3AC127DD0C2F4D7F813F1FF613F2502A , 0x3E6659C8DB7C4C63B863B491AD60989B , 0x49F7E4DEBDDC49FE8043025AE3FEA243 , 0x5679783A8F3941E0AFD430C27038905F , 0x5E8F6F75D36B4DD6A2115119D28537EE , 0x5F3E1B916687409B9B11F200FB5379F0 , 0x61FEDBB169F54DDE825B7000F8E9EA7D , 0x80792AD3B1BA457986A1042B53EAD9F3 , 0xA93F34B197EA43958C4D802FEFAD8928 , 0xAE1829362DF641B281E8761057A08957 , 0xB56E4646068E4B3888AD80A020C330CF , 0xB7DD36A55D894F04877DDDBD0C867C86 , 0xF2AD348C0923466189954D34FEBCBD9A , 0xF30A0BFA856A41CC9E236700AEB0B65A , 0x1060215D73A941EB952748B3DFC4EA88 , 0x21809F6E84D742FD9C7E0A01CD175036 , 0x3F4BDDC11899474DA162B64B05C1F52E , 0x735E270F1C2E4E4DBADF199DEDD135E6 , 0x9AED2C1FC5C9425AA938CB4105A2F341 , 0x9EEE2E71A5F14629B84F35AA08CEEEC6 , 0xA49093A552274A1DBB99D7583AC7FFDA , 0xB51EFFEB198246698F0058B824EDA3BC , 0xCA17CDE8FB3D4CC39BD57026590FCDF3 , 0xDD18919728674EFABEDD6A4CFC754D79 , 0x50D6D4C1E26F47109098223ACAA6F9A1 , 0x7045A5ADB2FC4BD89348FEAC9B683FB6 , 0x7ED408653561475393151CE74FCFFE70 , 0xA11BEFA9225940CC8A1EE1F0E8F7E4AB , 0xCAD9823056DA4955970C8A39D8B70CB4 , 0xCC8D10AD8DBD4F57A0D0A25BF8EFAB6D , 0xDE554EA355804DE7ACAF7905D44EEF20 , 0xE2EC97C630F44C90A4AA55C2422D9B0C , 0xFFD98A94CD134EE2A88519397E214624 , 0x0D89B6D43E2F42B68E827B7BB25915DE , 0x0D96D45DA5394E9997738F4F1C625647 , 0x236A7378726648AAB3B0BF55FED18309 , 0x2760051C36E14B24B1E38BF771B70FC1 , 0x27C22AA4B0794CCCB55437914682D90B , 0x2BB15E42A5794B40A9A74F985F7732DF , 0x2C2E413510EF46F19FF3F43150779AAF , 0x2E60CC6083AB46E4802D1237E181177D , 0x2FC6F03E56D741449AC0352F9D06FA11 , 0x319DC8A8F8DB42E98AA307079ED4F1D2 , 0x34B7F849174B40EC83E3CECD11B634DD , 0x36D99A86E99846DCBB0A46DC7C53AD15 , 0x3EF30CC6CD5B43E6BCBBB817F5C29E68 , 0x404F123F80DA4779A618BDBFC3CA94E0 , 0x47645729AA2643B1A72721CEA7DF83FA , 0x4A8D6E2F35BD4FFA8270034EDB17636C , 0x4BF2CAF98B6A4D4FAC9419F30517CC3E , 0x4F3EA2CE6CC94A8B98DA6AD80F0C20EA , 0x57D229C0E3144E94BC961271085FE09C , 0x59FAF17FE75340AB8FAC83856B57BEC8 , 0x61F5A2B5F68F4DC09BBA5ADFFAEFA2FB , 0x624ACB5A3A7C4AB1970048310E69BCCE , 0x6515686A5ADC4225BAD1475614186F82 , 0x6F2F143D62A348A7AF04C8D574939B68 , 0x6F7F6C9CD6054763B1A032897E74AD67 , 0x728C0AC9CADC44DB861A4D09438B8128 , 0x7A8DF35B97AC45A7A3820495E649B689 , 0x7CF4735A257645CA84692284B8EF2228 , 0x80E5495E2AB04EA1970E7000A48F7EBC , 0x81924D5B8AF54E8CBDFD73F9FB9B31A1 , 0x8575067C2BA845819F2AF99B086D56EF , 0x889E8B94F75D47AAA829CF909CD2F514 , 0x91195E78C34845AC84BEAE38C5EE9118 , 0x939C73C7F4EE4584BCB140CA81749D8A , 0x95A8459DAD5C4F41A9CF33C4321EDA83 , 0x9D1DDAE182154D408922274EBE6C36E4 , 0xA1CCB7FAF875438CB2BDD068AF7EE6D0 , 0xAC3EBD3EAD8F46E6B7CD496B842E878B , 0xC0269EBF66AE494AB67B41ECCE984082 , 0xCDF10A1472A14DFFB49690BC0FB4F384 , 0xD3AA6C25441745E38511D9EC80EE041F , 0xD4AB27B8A6F647C2B444441BC8C60D50 , 0xD5AF19AF7B044C52A37ECE7E812481EC , 0xDF3D21FCD55C48F8B9AA46F3C6C61191 , 0xE16BB6317969491F91329B6A80FA1EB6 , 0xE3CD7C19B4D84B559E120488490B0396 , 0xE668CA70EDE541BE819914F5C5DD92C7 , 0xF30BA01DC1494E9297ECA93F3BA9F69B , 0xF4D946BAD3EE4FF298BEB6458AE726C2 , 0xF7A355B15ED34C83A3610BD020099B4B , 0xFC5664412B194BD5B7BE4C30450107CB , 0xFD412B06A1F94E64B716CA4E273CF272 , 0x09BF4A38E0684F13B05B2A9138318E3F , 0x3E68A8CC9CDF436CB1DC27F19754BFBB , 0x51F209CFE5814AD19A9C3C784DC8AD61 , 0x5F045D56596E4747A4E0705F08CD9493 , 0x74EB617FB2884AE9BA5A186B0972C029 , 0x8AD51BF1D02B432CBFF44B90DCBA363D , 0x9725A45E4DD448298CBBF4038E54E9F9 , 0x9D2D4749D7114530AD67D0F60EB3661D , 0xA355B6CE46A34A85BFB18CDC8E8C6102 , 0xC30945EF74A14A38AA2D35E67A0F7700 , 0xE33973A8A4B24FC18B05C56B2256084F , 0xE5C0C7CAE847423186D333C86FBD7C81 , 0xFA095D9D11EC466EA2313D9883A17B71 , 0x0270C12314984517978189D2052A6A00 , 0x1EF55278BDF747DE80E7D1A60B0E1273 , 0x4CDB35C4BCE44895A7FD27D17C209931 , 0x54E4053FFC37427DB48D178D1E69352D , 0x627981B41C22466CA3175EDA391D7457 , 0xA0C1699079A4494199267F239570F0CD , 0xAD4FA2E0E2DB4FB4AD58C93C664E3EB5 , 0xC1CF271D510D4A81B281100AD230D390 , 0x59505D328378425B98D12DE9382B6D51 , 0x6D12FBAB16AA4CF4B224451D8CD4AE89 , 0x707AE7C5148A43DB98F025A8CC96E518 , 0x75D0B27982B945BEA8FE8B066E39EF70 , 0x99C606AB6CFB40849A5C163BFE0CECA8 , 0xC2AE1E6D87FE453BAE9BB7B2CE17BAD5 , 0xC7F02D7FAFC9416EA9BC890619A149C0 , 0xF6E7B8C77BA44A91A07299BE2DE7946C , 0x568E1C4729454A5AAC0F4BA0B0BB560B , 0x8D1A3D907EB3499493F238C352A34F1B , 0xFBE90353DCEF47148B79D5DF17D98ABC , 0x1B94ACB1F0454609968A2064D57DD0DB , 0x8383E697BADB4C04A7CF335779EA85AE , 0x8E9A1494650B41B7841C5998E94D8E0D , 0x49F50A1058F249AFA121D44A32B37F42 , 0x81D9DF5DB9FB49BC98B9282E0A1B83D9 , 0xC958EDFCE8114A14A841563CDFD4EC61 , 0x0FFB21402D3F45568D0A49AB2AD38266 , 0x15C4FA7E355946E29D9A04FDC11567E9 , 0x18AE2563CCB84A8AAF6C85677F6C2978 , 0x48AD3076154C4C19A65148E7795CF43D , 0x6C181FAF6063456DAED3231F13758CC8 , 0x728B567D2D294DC1B919F29B91ED54DB , 0x7753FF41E5F340F6923AF95E980D8F68 , 0x7FA611EA03C74DF4A6BDD6BE86D85BE9 , 0xD69936FD4C744CA1BAE0D4CE6F736219 , 0xDE0E0105E245456897F4E85DEE3CD5DA , 0xE0629A9189964F77A857E106CCFE5CE5 , 0xE873CDCAE0A54B17A7CDF1208ED52DDB , 0xF9B77B3AF36F47309D20364927E8FD4B , 0x643B4FD10F964CCABEDC648438CCE830 , 0xA2251A96BB98463C973C58A49D151C1D , 0xB9C7A567FA0947F1983457F75AEAF38D , 0xCEEE78602C6A427CA640E1A95ECA3AE3 , 0x1736EA3F194B4206B9DACFE7EC19118A , 0x302E665134704917B79187908B709543 , 0x69F819F5B16D4AE48C0C17D589E35222 , 0x8205DDB85D6D4C518E8AD78C953F1976 , 0x90330F7CB31242F6A3C0066E0AD2F4B4 , 0xA6BA3A53E88343D386F82A5A4182AE86 , 0xAE913721A38D404E90DE7BD63578473C , 0xD2FCF4B5166045738020547B19379373 , 0xDFD8E08516534CA7A5260931541FB266 , 0xFA890C05B6224556A1D2C4C60EE96594 , 0xDFDDAD225D4C477792C53F59D85AD4C1 , 0x0F4BB7B0D3E742A1BFCA98DB435BD395 , 0x2B3A5340B9F14ED2AC1211DF92941CEA , 0x3E175CF0D82C47A7A7AE6D600749BB5D , 0x6941FB88D30A42F189992C1007D86CB8 , 0xC1357686DBF341E19CBFCEF52BC4AA8C , 0xF7A1C854833D49AD94F7D3B2F992FAB4 , 0x0E8965B8EAD549E695059F41CF1551F3 , 0x118B1B02108341408FDCA81118A07BC0 , 0x2C4952A0633E4E4C9F08774E6AA8D9CF , 0x792ED0930D9D44889AF8F90614AE8B14 , 0xB85A28B8E38347EEA8AE0D16D8C06406 , 0xC191D0F872274158A4FFEB0ADAB5AE08 , 0xC327BA09259E48C59D6B57835F2F2DCB , 0xD3DC2D2E168F44CCB8B0346D70F0F153 , 0xED72B17163BF49DF9A1F55D4087CCCA8 , 0xF33BDF89CF36422B9D1B81D7B11183F1 , 0xF5A0AE0A11FF44C0AB63091DD046B04D , 0xF7BB9C89571A46F6961735139C1D761D , 0x03AE167B975348659794581EC66A1263 , 0x40BFB98941204995AA9139DF475E4045 , 0x45BC8FA2A85B4EB28FFCB07DC68D6679 , 0x494E654E30D24F24A2AF8A9EE768ACB4 , 0x4BEC394622F94FD3B2E703DB629B1BB4 , 0x4F5D6754CD6F4C80B6797092CE39EC5B , 0x4FA5C82B251E4E54800136F462DBB094 , 0x707F01547CB248A5AF34ED78FF3E1B05 , 0x7B0E142364CD4A40B72CB63895611C9C , 0x8D243EDA26754E139CEA8CE4DD6C1B45 , 0x9E2740D2FF5A40548460398A96865665 , 0xCB064BA724F0454090BF8660056904ED , 0xD5D298E390C14BB3986219707841FFBD , 0x642A33BE466341CD91753E43EB55A578 , 0x7516FF3F47274884A46945C0605D201D , 0x7ED7EFF2E8E844B49F27A02EA947CF1D , 0xE460D05A9D214B15BD31CA2F9AF1A1E9 , 0xF7EFA651D96D4FA7AE7E9EE51D4F0A02 , 0x0D0957A6A0FF47FD9AA873A91DFCFF99 , 0x7DD0F5BD7E4A471D89FEC11E48310616 , 0xAA1006C7C58043FC9F6B1EFDDBF57E57 , 0xE00374B0C3B244A985057CFC3C6CB220 , 0xF4807E23FF994EED8D2C4F43FE3BDDB5 , 0xCE9BE61D0A794DE483193AC56FE4E923 , 0xA2FA300865524CA8B3E1F98650133B53 , 0xF1546CDF887E4588978BF98579AB7EF7 , 0x25FA845139704C45801AA1427A19336C , 0x43AEAD0549A746F6A0973391AE07953E , 0x6E2B6DC58F0E4666B866205B63604028 , 0x71E6E107F59A4BD49A5AD999F22979EF , 0x8F36487F9AD14EE7B49DD0F909831608 , 0xCD59B2BF196842BD8209C7148043766F , 0xCEA5397C2DC147B69782D5A2A000B2BB , 0xF1E97376B80749CA94A6BDC5E70639B8 , 0x0233BBF49E1D4523817FF0DFEA682F14 , 0x58EA87A93547432F833FDAB2F32809A3 , 0x68C057F049A9406CA2A4B4FD2CD4BA2E , 0x697D543AB06B4B14B38487779C75982D , 0x70A9AA2C378E4DB290B9D0E7C0B1E6F8 , 0x7C282C9A771246CBAF171C7B27E96315 , 0x84762A1D13AA42FE8A090A51DFEDCC62 , 0x886321D8F3F84EFEAAE3150DAD48D2EE , 0x89C247DDB68241F1BCD436423D8E6234 , 0x9D6000BD6EAD422AAA421B8577302FA8 , 0xB22C08F9C0814ACFA68F185997E17B08 , 0xB3FAFC31BD8E4CD891F2D450B2338642 , 0xC606A4C03EDC406FB22CFC567368E923 , 0xE9F0E25F72BB40BA8A29CBF51C613F84 , 0xEE6FDFF4953341958CB65A78C1B5D2A2 , 0xF55F1DA82DA04E6DAF2BFC8E02FA8D76 , 0x0C52413CF3CD4CDCAAA7BFD1DD1BF441 , 0x11847C57BBBE4FF5AB392ACF058E8522 , 0x123D90944B164710B32EEA64E8D6F868 , 0x24C4586AB73D4644A1DF382BB6675455 , 0x29371D5487994832B69E4DDAF4B40523 , 0x3BD4726C14F7454B8B51B33CD92C1015 , 0x3FF5AF42A6D84CA58962BCDD9CEF12DA , 0x4924C1027122422B84825D1FE363837C , 0x53EFA384AED24E55ADBFAC939DB082B1 , 0x87240F7096FD4F4482A4435BF43A2B62 , 0x8B0954E4F83B4D12AD5D4E1528BBE134 , 0x8F514AB7A0F340FC843F9F055FD4EBB0 , 0xBB73A18D35A34D5C9849B3B75D7B51F6 , 0xBEBFE8219A914CE6B9411497C091B444 , 0xC35F45E9938549E48DD98B13F1826312 , 0xD11DC56AC49143A6B2C1D8691FA98151 , 0xD2409A5C450247F7AD86443297A55186 , 0xD9566FF2A6D24F7EBA85059EA9D71D59 , 0xE3FFCE22B09D4342B9624EC7CD7C6BE7 , 0xE931D54CA0ED4CC680C372FB18B38EA0 , 0xF48A2A71D7C845AD89C5ACD13154158E , 0xFDA22473E262467196BBA0FF18B61377 , 0x50D21C85A4CC4816986C7FFB72C92CBE , 0x7F96CCBCA0384728BEB18F5F1C5A12D0 , 0x9E30D4DC9BD443C8BC7197281400E6C2 , 0xF5EEFDDB1AE040A1973C6FFF16CE1820 , 0x472F282F39A44235B227B6AC44FF33CA , 0x5ACC5A9B4F5E45628F87A12C34570304 , 0x62BD691B1A474B3798BB5B2C1AB81020 , 0x977945266D174A538F15CE01178AF163 , 0x9837806A55F14244BC15DDB72BD0A0E8 , 0xB8880F3EFBC24955A29D21AAFE459D0F , 0xC8D5F9D235314A4185A8873DB1DB0085 , 0xF773815D15E14C008777D41A3D22B534 , 0x1718BA5B271146FDB48523488FAE5559 , 0x207A492BB1514934939F1B5C8FF348C4 , 0x221C9C5569CA40B79B8ABBD6A3A95871 , 0x97CA3658A65B4982AE03517EB3C88888 , 0xE4FED8AD5180479CBD9782B2E67CF5CE , 0xA2E7CA95577541BEA3A231C9E548D013 , 0xC6029EF82B41458DBA28BF4EEE7266A9 , 0xD833A414FADB4737AA069ABAC5D20AD9 , 0xF9995C89D66D4D0C8A7BA402ABFCB604 , 0x23CB545A386F448EA896EC9E7469B604 , 0x4D8AFD9FBFC743F1B5D216F2E6A9010F , 0x4E39AA8BE97347B48CF57C3B1DBBEEC9 , 0x66B939AFB71C4D9398F8D49A10D1027C , 0x6BE4A9B9897F4FFD9FEB3A372DFC5C36 , 0x7C1B97E52AEF44FA911407220EED5139 , 0x86CBAD8B14D642358A899D28388D399A , 0x91C27F6CB2CE499E8E91C34669674542 , 0xD031A252E9C14B6BB68B11FA5CC007BF , 0xE96578D37B554A44BF793D90643FBBC5 , 0x0B46374D16944FCCA5A84C41DE96AFEB , 0x15B9EB4A7EDA452F8C9CC0174FC84E7B , 0x2043D04EECFC43DC8EBB2E8199DE368D , 0x5B8ACD7D01FB411F942A48C701291E36 , 0x60985CFE999A4C6B8055189CF8A33B8A , 0x6F3E871DB2C34A77BD83517E5B6D0735 , 0xA333B5BFD97B4B8F9355F6F9A3BF0B42 , 0xBEAFBB37CBB64C20BC6716C16600485E , 0xD1F11036EB8245D38F22035092344ECB , 0x33A9676ECBC8477E9FFBF173125CE104 , 0x1083EC9E90F74BC4A1D827F1CDA45390 , 0x1235FFFD01794E0DB4FE7180ACF5A0E3 , 0x1F361D30937646FC9B033EC04B69CCDA , 0x23611C97027540FC93996C89D89AFDB2 , 0x2CB04F15E2A5425FB99D6DD6A1CCA279 , 0x49820B320F3E4A9F9AE4E080C9237314 , 0x52642D9DBBD54A0DA119EC263355D600 , 0x5DCF79996EC443239DC6AFB8541DFBAA , 0x72ADA48E3FBC499D830290CF0942C745 , 0x747966AF3CAE45E1A8BE4BBAAA7796DD , 0x795BDEFCA0544D708736BC1BC403E379 , 0x8AC0FE65AB154529A2C9F9BA48E1F001 , 0x8AC17FA889154881B2AAE443FC85C3E1 , 0x8B593CC9A0B14BE889135E4952032F00 , 0xA4CAB6BCAF684F78A3726CEFF5DF04E5 , 0xA7B208C3441F47798D2B8F033BC30E1C , 0xC1EA8B19BDDB49C89B16B089C7AB75B7 , 0xC2A9FA0DCD0745A694E66472D812F6E6 , 0x2A10B0929B694FEA990163CBAE8401E7 , 0xA6C2824596EA4996BD9CB8781BEFD88F , 0xB7EDD143854F4D0E969FD33359C5F348 , 0xC2CB65204B6F4B1EA1D0BC3C34272AB7 , 0xC3885D8EECAD4A17BD8B704604C0FE19 , 0x7C2733539DC44CC58433992A67A28D9F , 0x7C6CF17FF7294C9EA3D8B5726FB871CD , 0x067C522AD56943BAAE3A426DB08626C3 , 0x2862E9B30EA94D069FDC2755D4224218 , 0x312F60C8CBD342D8B68339E6C950F311 , 0x3553A92151484F5BB3A39A0F55F24A51 , 0x3C5264192DDF426D9BA24E8948551273 , 0x3E49419A7C0344EDA295370FE696CFBB , 0x47B3E2842EC745D19E2D4D783A45AF70 , 0x4928C25D6D8C491CBBC1B112C316252F , 0x58552E0DB25F4F92A7DDF981AFC2966B , 0x6A5733D37650445C99DEFE378B6BC5FF , 0x6DF70FFDD2034896989F62C6FE993128 , 0x75EBDA5662FB48A5B72393DB9D1FD798 , 0x95808C7F934242CDB046E00243FAF7ED , 0xBADFF4A1305649E18F45923583151AD8 , 0xBB5A86179033418CBC3763BCCA7B6DD0 , 0xC4722041D5844FCFBFA1F46C5AD66C87 , 0xC75EC2974B6547DC8F805D9ECB4991F7 , 0xCCD737A82D8E4AA597BF09CB2D9C1834 , 0xE2682A2CD068428388BC0B1AC3389428 , 0xE6B5FD6428894EA88ACB74A1E9CDBCFE , 0xE6CCE41470804B74B902A3833B5054D8 , 0xF1F782A4E6EA46A493A6B6C663AEC089 , 0xF4606F6152214BD6907EC405C0BAEA31 , 0x105C1622E7F143809B706602D701C5B2 , 0x779CD730B63242FC9FA56AEC539480FA , 0x898C0DA604284EF08B51FA70599D05AE , 0xCA67248D684443509A8879BB1761E38B , 0x0A1C1030CCB04653A785C3A5ADCD1DD5 , 0x409C6456C98E4A6580D3853809969698 , 0xAE51ABE27B4E4F86AA577BB6028517A6 , 0xE7D41CDF74BE49D6A578B54234CAD979 , 0xF4C2611B86874417AD4A22BA478F88D0 , 0x1FB4A0686FCC4AE4A7D0795747B5CB0A , 0x3A38FE724F204C679D312907E2698314 , 0x83850CE5EC2E46C08A8DD1FFC32D7BDD , 0x8AB56C4824EF4B8D9AA6ACB6DEF81278 , 0x18EC2EE0B24641E38F8114C3932353F7 , 0x97B262DF63A741BEAADE928D840086C9 , 0xE03D4BA08231464E94FCD38DA306E1C0 , 0xE4867EF51D6E43498635C80FF2638BEA , 0x0A648D4193F847328C78F049ABEA565B , 0xB90F87563DC64DEFA8925E1F9083A459 , 0xE891E0E745BD4255888A53738486F446 , 0xEACFE431326143809731CE99EB16B785 , 0x07975B58FC4A4F0CA9D8E3B48161B4CF , 0x10F29F6C51224C0E8D4CF2AF68972AC8 , 0x17C6D49FBC564B7F996BC28E453D82B6 , 0x40F4A93419AD4220BFFF9BF8478D0E47 , 0x5740D8D003E142AF9F3B198959A9BB6D , 0xF72EAB97C4B2453EB25A8F9BD67D700D , 0xF7F2E6A1EBF3423C97692BF23D48C661 , 0x10BA535DD0B54D51B2C3714025B16181 , 0x913C5734DDEC47DBB656533E77ECD273 , 0x4E5C0F203C774D2691A651BF63DF3062 , 0x5E5E9E6D0DCA4B1BA3E325EF480D1DB2 , 0x65D0C976236649B294BE6C29573C4BBD , 0x82DD267E962F457B869714802327CCC3 , 0x8450CCEE1817419BA463EA74BB4892F4 , 0x84F401DD92474970BC92C76D29D731A9 , 0x8CAB577BBA01400682F412997940BC40 , 0x9E3174B873794C33985CD68768D1E7DF , 0xC7CDAD60D4EA4C14BFF250A127A22070 , 0xD94A0EFF05FF426A875E091C28D8E455 , 0xF630D3174BC243C596690EFA84E22637 , 0xC363C8986A6F46979E606D2C1596FA9A , 0x0FC8787090CD4E638212F3B4429863C5 , 0x150CEC2EDAEB4B28BC7E23BE2DE21D69 , 0x19117D91871648AA956383741B994A79 , 0x98F7F654549248988EA24F66192E404C , 0x9D8DA4BC5CE14ED2A3E88C97F4AFD0C6 , 0xCC6143F0042741098FACCCB8CCBD534E , 0xA798080D7E814241A91EA8200DE0A501 , 0xAC659003A4124777A8651AE6F23AE9BB , 0xE83DD81A2AF54CFF9C25FBD260450D18 , 0x4FFF777E7D2340839EEFA116F9A5D54C , 0x994A4E6F11414FB991F2DBC631B86EDD , 0x42BCA38FD08742FB9E1D3629CD7121F4 , 0x5328948F8C79441EAE96BE8D75F1FF00 , 0x9F142931CD1D4CA5B9DD2546C2906CDC , 0x01838ECB12F54B92849F15408E2A3801 , 0x03AA8E9E8E0C43A3ABC0B66615B5C52B , 0x13FD1EDE909D415BBACE9EB03B2EA0D0 , 0x3A6D2603C35644BF8B6BB3B2D9986FE6 , 0xBF06B443CB9041059AE9D77033CAB3FC , 0xC11D07E1BAB74F82BAE432B130EE8AAD , 0xD4AE2BE9F6CE450F92E15C5ECA1BEE01 , 0xEFB79D5CC6DA401AB5BD527440314378 , 0x1D78F49C80344C3F9378D9F0926BC024 , 0x2D1CC3A5ACFA457190D0593247C19F61 , 0x4A85DD86043F460A86324F72369C1B44 , 0x675850033A584F8DA17B02240B6F12DE , 0x820A2CED2C9A4A8FB58E91EED0747C1D , 0x886E4034D7774D29BD2671EB7DEBB706 , 0x8B85623DF3D340C185C5EEF849A2D008 , 0x9114FD9135F24F93A59F4ED1289AFDDC , 0x1B626DDDE94F447295C7483751308453 , 0x5874870EA29D4FF5AD8320CA42F1CCF0 , 0x785FDB8A0409425586841C5755BB5A21 , 0xA3D6D039798F466B8170ED36A0E98196 , 0xC531B37B12C44D059561FE3DE392933E , 0xDED0BA1CB6B642F3801F25F8373B33D8 , 0xE01DA52E6FEE452EBB5DC623193B08AE , 0x0917D4701E114E10BD82323069D56B63 , 0x11EEE595248248C490D5D33D55791976 , 0x4C41F5E5C5514066BC4A4E72DC5CB70B , 0x7B440964D0E1419AA19ED2D510510A8E , 0xF96951C957D24D8DA63A16587A70AF70 , 0x0F7D87D6256A41DE9F0B7B9932A78E12 , 0x36B2D68C5F08452C87A0A0054379E286 , 0x6EFCA6EFA16949B6AF6889321B2BBBE4 , 0x5756C2DCA84F4C04A899622844472CF0 , 0x9F939C73C5844CE396B80C63F0369888 , 0x493868AE38774E66AD31E17ED0B9E8EE , 0x91B671A2ADED4345B7101AB0E6BB548F , 0x0D1D9F67342E4C7EA34F18CBAC110E3A , 0x2F63F0E1E7AD472E80DC02EC6D0CB705 , 0x335C3A5589D8404CBD5184C1879EF444 , 0x4301A434A9904877B9A2B56AD298011B , 0x46DF0D9124854E7980CDC62C6FF4CCA3 , 0x5C08F97694EF4E13B0BEC342561159CB , 0x74671B81F91A420C87FFFADA352B8970 , 0x7C549680EFE145B4A003818B4BCE5984 , 0x802D63BCC4784DFA860A76D25851995C , 0xB5718613955A498DB9141ECFC2222F13 , 0xDD446DF31F5B45119F8CEE9B6CCD35D3 , 0xE58E2EAE37424D569D63B3ACB43B3347 , 0x2E8F0095080A437DA3515DFD02421BA1 , 0x2FAA355AB97748289201786865A9F4A5 , 0x9AE79FACBFF5478EB3A5A28B7D856386 , 0xB2E46D930BF64458BF43A94BE897C5EA , 0x70F78CC0C1094155A2C8EB561F0EF51E , 0xFDB2B5E7F5E7498BB89E3C54D6492FCA , 0x34BE0B1619564E0A83BCB06A47992E9E , 0x6119D2DF2E924196AB24074F2D817734 , 0x84EE3BC7D7A24576A98A2C199FE089D6 , 0xCAE635FCA0C446A6B7FE5ED7C621DE13 , 0xFEC093DCC8384D45BF78FA8CFEE4814C , 0x64E17785B85346E3BBE778E8B3C5C4DD , 0x2604713E9F3446169696D1C7EDF2596C )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1000 ;
Copy
8.14 ms (0.26%)
3
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|7a6eb531e6c14fe1b04f1a4b01014355|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|7a6eb531e6c14fe1b04f1a4b01014355|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
7.27 ms (0.24%)
11
SELECT `sico_offered_option` . `id` as `sico_offered_option.id` , `sico_offered_option` . `sico_months` as `sico_offered_option.sicoMonths` , `sico_offered_option` . `sico_interest` as `sico_offered_option.sicoInterest` , `sico_offered_option` . `sico_prodcode` as `sico_offered_option.sicoProdcode` , `sico_offered_option` . `sico_active` as `sico_offered_option.sicoActive` , `sico_offered_option` . `sico_ratefactor` as `sico_offered_option.sicoRatefactor` , `sico_offered_option` . `sico_prodgroup` as `sico_offered_option.sicoProdgroupId` , `sico_offered_option` . `created_at` as `sico_offered_option.createdAt` , `sico_offered_option` . `updated_at` as `sico_offered_option.updatedAt` , `sico_offered_option.sicoProdgroup` . `id` as `sico_offered_option.sicoProdgroup.id` , `sico_offered_option.sicoProdgroup` . `sico_name` as `sico_offered_option.sicoProdgroup.sicoName` , `sico_offered_option.sicoProdgroup` . `sico_product_type_id` as `sico_offered_option.sicoProdgroup.sicoProductTypeId` , `sico_offered_option.sicoProdgroup` . `sico_product_class_id` as `sico_offered_option.sicoProdgroup.sicoProductClassId` , `sico_offered_option.sicoProdgroup` . `dynamic_product_group` as `sico_offered_option.sicoProdgroup.dynamicProductGroupId` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `id` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.id` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `api_filter` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.apiFilter` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `invalid` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.invalid` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `created_at` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.createdAt` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `updated_at` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.updatedAt` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.name` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.name` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.name` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.description` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.description` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.description` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.customFields` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.customFields` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.customFields` , `sico_offered_option.sicoProdgroup` . `created_at` as `sico_offered_option.sicoProdgroup.createdAt` , `sico_offered_option.sicoProdgroup` . `updated_at` as `sico_offered_option.sicoProdgroup.updatedAt` FROM `sico_offered_option` LEFT JOIN `sico_productgroup` `sico_offered_option.sicoProdgroup` ON `sico_offered_option` . `sico_prodgroup` = `sico_offered_option.sicoProdgroup` . `id` LEFT JOIN `product_stream` `sico_offered_option.sicoProdgroup.dynamicProductGroup` ON `sico_offered_option.sicoProdgroup` . `dynamic_product_group` = `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `id` LEFT JOIN (SELECT `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `product_stream_id` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `name` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.name` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `description` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.description` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `custom_fields` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.customFields` FROM `product_stream_translation` `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` WHERE `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `language_id` = ? ) `sico_offered_option.sicoProdgroup.dynamicProductGroup.product_stream_translation` ON `sico_offered_option.sicoProdgroup.dynamicProductGroup.product_stream_translation` . `product_stream_id` = `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `id` WHERE `sico_offered_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x12 ,\r ªFÇK¢¤è\x19 7\e z»B "
b"#øáº!rMÙípNØöÝ-¥ "
b"*ÿ"({ŠG‰’ô\x12 w•\«n "
b"‡¿‡Ó–ŒA\e ®7èn2\x12\x1D m "
b"ê\x0E õìoRE<╣ÞÅ\x7F Ãû_Ñ "
b"˜Ä\x06 hÕ;Dë“\x14 ã\x19 Ûë„© "
b"▒dA¯n\x1E O\x7F Éî1ïtƒb┘ "
b"└¥WKE\x03 HëØü6ñ\x1C !ÏÊ "
b"ïzÌoPNCǙӈ½ù²¶Ã "
b"ñ@÷è¯cMô˜Nñt©\x05 >‡ "
]
SELECT `sico_offered_option` . `id` as `sico_offered_option.id` , `sico_offered_option` . `sico_months` as `sico_offered_option.sicoMonths` , `sico_offered_option` . `sico_interest` as `sico_offered_option.sicoInterest` , `sico_offered_option` . `sico_prodcode` as `sico_offered_option.sicoProdcode` , `sico_offered_option` . `sico_active` as `sico_offered_option.sicoActive` , `sico_offered_option` . `sico_ratefactor` as `sico_offered_option.sicoRatefactor` , `sico_offered_option` . `sico_prodgroup` as `sico_offered_option.sicoProdgroupId` , `sico_offered_option` . `created_at` as `sico_offered_option.createdAt` , `sico_offered_option` . `updated_at` as `sico_offered_option.updatedAt` , `sico_offered_option.sicoProdgroup` . `id` as `sico_offered_option.sicoProdgroup.id` , `sico_offered_option.sicoProdgroup` . `sico_name` as `sico_offered_option.sicoProdgroup.sicoName` , `sico_offered_option.sicoProdgroup` . `sico_product_type_id` as `sico_offered_option.sicoProdgroup.sicoProductTypeId` , `sico_offered_option.sicoProdgroup` . `sico_product_class_id` as `sico_offered_option.sicoProdgroup.sicoProductClassId` , `sico_offered_option.sicoProdgroup` . `dynamic_product_group` as `sico_offered_option.sicoProdgroup.dynamicProductGroupId` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `id` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.id` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `api_filter` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.apiFilter` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `invalid` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.invalid` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `created_at` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.createdAt` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `updated_at` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.updatedAt` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.name` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.name` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.name` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.description` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.description` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.description` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.customFields` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.customFields` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.customFields` , `sico_offered_option.sicoProdgroup` . `created_at` as `sico_offered_option.sicoProdgroup.createdAt` , `sico_offered_option.sicoProdgroup` . `updated_at` as `sico_offered_option.sicoProdgroup.updatedAt` FROM `sico_offered_option` LEFT JOIN `sico_productgroup` `sico_offered_option.sicoProdgroup` ON `sico_offered_option` . `sico_prodgroup` = `sico_offered_option.sicoProdgroup` . `id` LEFT JOIN `product_stream` `sico_offered_option.sicoProdgroup.dynamicProductGroup` ON `sico_offered_option.sicoProdgroup` . `dynamic_product_group` = `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `id` LEFT JOIN (SELECT `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `product_stream_id` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `name` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.name` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `description` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.description` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `custom_fields` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.customFields` FROM `product_stream_translation` `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` WHERE `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sico_offered_option.sicoProdgroup.dynamicProductGroup.product_stream_translation` ON `sico_offered_option.sicoProdgroup.dynamicProductGroup.product_stream_translation` . `product_stream_id` = `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `id` WHERE `sico_offered_option` . `id` IN (0x122C0DAA46C74BA2A4E819371B7ABB42 , 0x239BA0A721724DEBA1704E9D94ED2DBE , 0x2AFF22287B8A478992F41277955CAB6E , 0x87BF87D3968C411BAE37E86E32121D6D , 0x880EE48D6F52453CB9E88F7FC7965FA5 , 0x98C40668D53B44EB9314E319DBEB84A9 , 0xB16441EE6E1E4F7F908C318B749F62D9 , 0xC0BE574B450348899D8136A41C21D8D2 , 0xEF7ACC6F504E43C799D388BDF9B2B6C3 , 0xF140F7E8AF634DF4984EF174A9053E87 );
Copy
7.20 ms (0.23%)
1
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` < = > ? ))) GROUP BY `product.options` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"*@dÅ\x0F %C┤ÄU\-2fö© "
true
b"Ü,Þ>ßsDÀ /øŸß\x14 Ys "
null
]
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` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x2A40648F0F2543B48E555C2D326694B8 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xDC2CDE3EDF7344C0A02FF89FDF145973 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
6.62 ms (0.21%)
1
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` 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 ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"*@dÅ\x0F %C┤ÄU\-2fö© "
true
b"Ü,Þ>ßsDÀ /øŸß\x14 Ys "
null
true
]
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` 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` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x2A40648F0F2543B48E555C2D326694B8 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xDC2CDE3EDF7344C0A02FF89FDF145973 AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
6.53 ms (0.21%)
1
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"╣\x0F çV=ãM´¿Æ^\x1F ÉâñY "
b"╣ÃÑg·\t G±ÿ4W¸ZÛ¾ì "
b"║▀¶í0VIßÅEÆ5â\x15\x1A Ï "
b"»\x1C V.§MJ\x16 ƒ\t µ7\x15 V° "
b"╗Zå\x17 É3Aî╝7c╝╩{mð "
b"╗síì5úM\ÿI│À]{Q÷ "
b"»ÆÚ€p9OU¶\x1D\v\x7F hZ\x16 "
b"╝-\x13 ─ı]H▄Ø·\x14 ▓#┌Ú% "
b"""
¾G„RÕ]Kö¯f”\n
O\v –ë
"""
b"¾¯»7˶L ¼g\x16 Áf\x00 H^ "
b"¾¿è!š‘Læ¹A\x14 —À‘´D "
b"¾Þ#RÆBJʳÜYû[N\x19 ª "
b"¾áFUš„O:¯¢‰r|½7> "
b"┐\x06 ┤C╦ÉA\x05 ÜÚÎp3╩│³ "
b"┐.ëµ═ãO<▓^ýÿü\t ª═ "
b"À&ž¿f®IJ¶{AìΘ@‚ "
b"Á\x1D\x07 ặO‚ºä2±0îŠ "
b"Á5v†ÛóA᜿Îõ+ĪŒ "
b"ÁgNþHãG)¶¿\x00 #$&ê™ "
b"""
Á‘Ðør'AX¤ÿë\n
Úµ®\x08
"""
b"┴┤╚Çî\x06 I¨£\x14 îX8¡WÉ "
b"""
┴¤'\x1D Q\r Jü▓ü\x10 \n
Ê0ËÉ
"""
b"Áê‹\x19 ½ÛIÈ›\x16 °‰Ç«u· "
b"ÂFÔÅjšB\e ¼¬<'yäˆc "
b"©ú\r Í\x07 E¦”ædrØ\x12 öæ "
b"®\x1E m‡þE;®›·²Î\x17 ºÕ "
b"ÂËe KoK\x1E ¡Ð¼<4'*· "
b"ÂòœëžüLt±³Ì$Š\e :– "
b"Ã\t Eït¡J8ª-5æz\x0F w\x00 "
b"├'║\t %×H┼ØkWâ_/-╦ "
b"├_EÚôàIõì┘ï\x13 ±éc\x12 "
b"ÃcȘjoF—ž`m,\x15 –úš "
b"È]ŽìJ\x17 ½‹pF\x04 Àþ\x19 "
b"Är AÕ„OÏ¿¡ôlZÖl‡ "
b"─╝╣L┘╗OÈØF¥¸nÎ\! "
b"Å1³{\x12 ÄM\x05 •aþ=ã’“> "
b"Åèœ&ÑoCX‡Ç\x7F\x14 ÇC$m "
b"ã\x02 ×°+AEì║(┐N¯rf® "
b"Æ\x06 ¤À>Ü@o²,üVshé# "
b"""
Ç\x1C ž•À\x04 E:¹w¾º\n
‰c\x16
"""
b"Ã^┬ùKeG▄ÅÇ]×╦Iæ¸ "
b"ÇÍ`ÔêL\x14 ¿òP¡'¢ p "
b"Çð-\x7F ¯ÉAn©¼‰\x06\x19 ¡IÀ "
b"ÈÕùÒ51JA…¨‡=±Û\x00 … "
b"ÉXíüè\x11 J\x14 ¨AV<ßÔìa "
b"Ê\x17 Íèû=LÛÕp&Y\x0F Íó "
b"╩g$ìhDCPÜêy╗\x17 aÒï "
b"ÊÙ‚0VÚIU—\f Š9Ø·\f ´ "
b"ÊäÆ¿¤Û@œš[þHÑ€"[ "
b"Êæ5ü ÄF¦·þ^ׯ!Þ\x13 "
b"╦\x06 Kº$E@É┐å`\x05 i\x04 Ý "
b"╠aC\x04 'A\t ż╠©╠¢SN "
b"╠ì\x10 ¡ì¢OWáðó[°´½m "
b"Ì×7¨-ŽJ¥—¿\t Ë-œ\x18 4 "
b"ÍY²¿\x19 hB½‚\t Ç\x14 €Cvo "
b"""
═±\n
\x14 ríM ┤ûÉ╝\x0F ┤¾ä
"""
b"""
Λæ\x1D \n
yMäƒ\x19 :Åoäé#
"""
b"Î¥9|-ÁG¶—‚Õ¢ \x00 ²» "
b"Îîx`,jB|¦@á©^Ê:ã "
b"Ï+\x1F WsžD˜²&\r ÑBK<\x02 "
b"Ð1¢RéÁKk¶‹\x11 ú\À\x07 ¿ "
b"""
ðêÕÊ ¤Lëæy\n
Ø{\x1E f$
"""
b"дŒÔ¢\v HÜ‘K\x1F ’¨Å\x06 è "
b"ÐÿCq“(Nv—\x13\x03 ¼Iu "
b"Ð\x1D ┼j─æCª▓┴Ïi\x1F ®üQ "
b"б\x10 6ÙéEËÅ"\x03 PÆ4N╦ "
b"Ò:à´Í?Iß‚M•+7Ü©ð "
b"Ò@š\E\x02 G÷†D2—¥Q† "
b"Òüôµ\x16 `Es€ T{\x19 7“s "
b"ËKýlÖ\v K\x08 ╣P\e █ü7¡ú "
b"Óªl%D\x17 Eã…\x11 Ùì€î\x04\x1F "
b"Ë▄-.\x16 ÅD╠©░4mp±S "
b"Ô«'¸¦öG´DD\e ÈÆ\r P "
b"Ô®+éöÎE\x0F ’á\^Ê\e î\x01 "
b"""
Õ©\n
\x02 ;\v F\x7F ¥[i‰Œ>Qs
"""
b"ı»\x19 »{\x04 LRú~╬~ü$üý "
b"ıÊÿÒÉ┴K│ÿb\x19 pxA ¢ "
b"Ö™6ýLtL¡ºàÔÎosb\x19 "
b"ÖÝfl\x18 ÉH˜½_©²º·-l "
b"Î╠\x18 {Å\x1C L[ï¶\x03 ┤0çÈO "
b"Î╠£\t ØFJïÉi╩\e ┐0\x07 æ "
b"""
Ø3¤\x14 úÛG7ª\x06 šºÅÒ\n
Ù
"""
b"Ø4cßx·B\¾êžà—tïÿ "
b"ÙJ\x0E ÿ\x05 ÿBj‡^\t\x1C (ØäU "
b"ÙVoò¦ÒO~º…\x05 ž©×\x1D Y "
b"Ù¯êeÆ\x08 I8¨=½~ó¹x "
b"Û¯{ÅÐûH¬Œ‹Þ¼\x08 K¼ "
b"Ý\x18 ‘—(gNú¾ÝjLüuMy "
b"ÝDmó\x1F [E\x11 ŸŒî›lÍ5Ó "
b"ÝÒ°\x1C ½.LòŠ\x0E Ʊäᬽ "
b"Þ\x0E\x01\x05 âEEh—ôè]î<ÕÚ "
b"ÞUN£U€M笯y\x05 ÔNï "
b"Þк\x1C ¶¶Bó€\x1F %ø7;3Ø "
b"ß=!üÕ\Hø¹ªFóÆÆ\x11 ‘ "
b"ߨà…\x16 SL§¥&\t 1T\x1F ²f "
b"ßÝ"]LGw’Å?YØZÔÁ "
b"à\x03 t°Ã²D©…\x05 |ü<l² "
b"à\x1D ¥.oîE.»]Æ#\x19 ;\x08 ® "
b"Ó=Káé1FNö³Ëìú\x06 ß└ "
b"àb𑉖Ow¨Wá\x06 Ìþ\å "
b"ák¶1yiI\x1F ‘2›j€ú\x1E ¶ "
b"áÀDôŸÄOv‚\x7F\x16 ûðÀ"ö "
b"âh*,ÐhBƒˆ¼\v\x1A Ã8”( "
b"âª×ë4$A±š,Ú~ö±ëp "
b"Ôýùã0¶LÉñ¬U┬B-ø\f "
b"ã9s¨¤²OÁ‹\x05 Åk"V\x08 O "
b"ãÍ|\x19 ´ØKUž\x12\x04 ˆI\v\x03 – "
b"Ò ╬"░ØCB╣bNÃ═|kþ "
b"ä>’èaµG\x17 »Ù?.zÜ2‚ "
b"äE…¤û·Bc’¥&(É5´ê "
b"õ`ðZØ!K\x15 ¢1╩/ܱíÚ "
b"ä†~õ\x1D nCI†5È\x0F òc‹ê "
b"ä¸\e ¯PNHŒÃ\x15 ªÌI ° "
b"äöì½ÓBMÙ–Õ½ò2|Ùb "
b"äþØQ€Gœ½—‚²æ|õÎ "
b"å\v ©"ÈÆNÛ¨\v Ñ\t p\e œp "
b"åW¼‘ö‰J\f º¡Ð-åZJs "
b"ånCÅY‘NJ”äET\x06\x11\x02\x19 "
b"ÕÄ.«7BMVØc│¼┤;3G "
b"Õ└Ã╩ÞGB1åË3╚o¢|ü "
b"æTzb\x11 VHЏ\x1F\x1A §ƒ“M\e "
b"µh╩pÝÕA¥üÖ\x14 §┼¦ÆÃ "
b"µ½ªô`╗OSØ\x1A ┐µ║8\f ! "
b"æµýd(‰N¨ŠËt¡éͼþ "
b"æÌä\x14 p€Kt¹\x02 £ƒ;PTØ "
b"çbü:N\x1E K’†’jkv?×ÿ "
b"þvêc\x18 >Eë¬eÜì╣Ð3Ä "
b"çÔ\x1C ßt¾IÖ¥xµB4ÊÙy "
b"è=Ø\x1A *õLÿœ%ûÒ`E\r \x18 "
b"èsÍÊà¥K\x17 §Íñ ŽÕ-Û "
b"è‘àçE½BUˆŠSs„†ôF "
b"é1ÕL íLÆ€Ãrû\x18 ³Ž "
b"éP–ˆÙ\x01 Oµ„-\x06 ß–Æš‰ "
b"ÚexË{UJD┐y=Éd?╗┼ "
b"éðâ_r»@ºŠ)Ëõ\x1C a?„ "
b"êÏä12aC€—1Ιë\x16 ·… "
b"ì\x1C\x1F z×áDW‰\x15 Äù~Ðú½ "
b"ír±qc¿Ißš\x1F UÔ\x08 |̨ "
b"íÚÉÑS/IiªG·õNdL\f "
b"îoßô•3A•Œ¶ZxÁµÒ¢ "
b"ï¤ÖVE{KFµ“\x00 <\x15 ‡\x1F ê "
b"´ÀØ\ã┌@\x1A Á¢Rt@1Cx "
b"ñTl߈~Eˆ—‹ù…y«~÷ "
b"ñ`“y]°Gï¥\x11 UPé[š\n "
b"ñésv¸\x07 IÊ”¦½Åç\x06 9¸ "
b"ñ÷‚¤æêF¤“¦¶Æc®À‰ "
b"òExò\x08\x0E Aö‘“J›ºŸä¶ "
b"òt㢟»A¼¤ñ+\e ¯öÌ\x1A "
b"ò4Œ\t #Fa‰•M4þ¼½š "
b"ó\n \v ú…jAÌž#g\x00 ®°¶Z "
b"ó\v \x1D ÁIN’—ì©?;©ö› "
b"¾;▀ë¤6B+Ø\e üÎ▒\x11 â± "
b"¶`oaR!KÍÉ~─\x05 └║Û1 "
b"¶Ç~# ÖNÝì,OC■;¦Á "
b"ôŠ*q×ÈE‰Å¬Ñ1T\x15 Ž "
b"ô«>W…JSªÎO\x15 ö«”ž "
b"ô¸Ê\x1D ?2IAŒé©õ¨£ú "
b"¶┬a\e åçD\x17 ¡J"║GÅêð "
b"ôÒ¶\¦öMÛ²$‚Eúa/å "
b"ôÙFºÓîOò˜¾¶EŠç& "
b"õHiú\t\v E`™A<ÃuHRí "
b"§_\x1D ¿-áNm»+³Ä\x02 ·ìv "
b"""
õ ®\n
\x11 ÿDÀ«c\t\x1D ÐF°M
"""
b"õîýÛ\x1A à@¡—<oÿ\x16 Î\x18 "
b"ö0Ó\x17 KÂCÅ–i\x0E ú„â&7 "
b"öç¸Ç{¤J‘ r™¾-ç”l "
b"¸.½ù─▓E>▓ZÅøÍ}p\r "
b"¸sü]\x15 ßL\x00 çwÈ\x1A ="Á4 "
b"¸áÅZôªO0âØd~\r ±·A "
b"÷¡ÈTƒ=I”÷Ó²ù’ú´ "
b"÷£U±^ÓLƒ£a\v Ð \t ›K "
b"÷»œ‰W\x1A Fö–\x17 5\x13 œ\x1D v\x1D "
b"÷àË"2 FÙ§Èt!\r  "
b"""
÷ï¦QÙmO§®~žå\x1D O\n
\x02
"""
b"÷òæ¡ëóB<—i+ò=HÆa "
b"¨iQ╔WÊMìª:\x16 Xzp»p "
b"ùo¤\v r[A\x0E ž8nzX\x1C ¨V "
b"ù™\‰ÖmM\f Š{¤\x02 «ü¶\x04 "
b"¨À{:¾oG0Ø 6I'Þ²K "
b"¨╣dÐ┬8ITØ\x02 ædt█└ "
b"·\t ]Ø\x11 ýFnó1=ÿâí{q "
b"ú‰\f\x05 ¶"EV¡ÒÄÆ\x0E ée” "
b"ûé\x03 SÜïG\x14 ‹yÕß\x17 ÙŠ¼ "
b"üVdA+\x19 KÕ·¾L0E\x01\x07 Ë "
b"ýA+\x06 ¡ùNd·\x16 ÊN'<òr "
b"ý¢$sâbFq–» ÿ\x18 ¶\x13 w "
b"ý²µçõçI‹¸ž<TÖI/Ê "
b"þ‡Â·\x1F DIšÏq¨\x08 ÈÈg "
b"■└ô▄╚8ME┐x·î■õüL "
b"ÿÙŠ”Í\x13 N⨅\x19 9~!F$ "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . `property_group_id` ,
`property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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 (0xB90F87563DC64DEFA8925E1F9083A459 , 0xB9C7A567FA0947F1983457F75AEAF38D , 0xBADFF4A1305649E18F45923583151AD8 , 0xBB1C562EA74D4A168309B5371556B0A0 , 0xBB5A86179033418CBC3763BCCA7B6DD0 , 0xBB73A18D35A34D5C9849B3B75D7B51F6 , 0xBBC6DA8070394F55B61D0B7F20685A16 , 0xBC2D13C4D55D48DC9DFA14B223DAE925 , 0xBE478452D55D4BF6AF66940A4F0B96EB , 0xBEAFBB37CBB64C20BC6716C16600485E , 0xBEBFE8219A914CE6B9411497C091B444 , 0xBEDE2352C6424ACAB3DC59FB5B4E19AA , 0xBEE146559A844F3AAFA289727CBD373E , 0xBF06B443CB9041059AE9D77033CAB3FC , 0xBF2E89E6CDC64F3CB25EEC988109A6CD , 0xC0269EBF66AE494AB67B41ECCE984082 , 0xC11D07E1BAB74F82BAE432B130EE8AAD , 0xC1357686DBF341E19CBFCEF52BC4AA8C , 0xC1674EFE48E34729B6BF00232426EA99 , 0xC191D0F872274158A4FFEB0ADAB5AE08 , 0xC1B4C8808C0649F99C148C5838AD5790 , 0xC1CF271D510D4A81B281100AD230D390 , 0xC1EA8B19BDDB49C89B16B089C7AB75B7 , 0xC246D4C56A9A421BBCAC3C2779E48863 , 0xC2A9FA0DCD0745A694E66472D812F6E6 , 0xC2AE1E6D87FE453BAE9BB7B2CE17BAD5 , 0xC2CB65204B6F4B1EA1D0BC3C34272AB7 , 0xC2F29CEB9EFC4C74B1B3CC248A1B3A96 , 0xC30945EF74A14A38AA2D35E67A0F7700 , 0xC327BA09259E48C59D6B57835F2F2DCB , 0xC35F45E9938549E48DD98B13F1826312 , 0xC363C8986A6F46979E606D2C1596FA9A , 0xC3885D8EECAD4A17BD8B704604C0FE19 , 0xC4722041D5844FCFBFA1F46C5AD66C87 , 0xC4BCB94CD9BB4FD49D46BEF76ED75C21 , 0xC531B37B12C44D059561FE3DE392933E , 0xC5E89C26D16F435887C77F14C743246D , 0xC6029EF82B41458DBA28BF4EEE7266A9 , 0xC606A4C03EDC406FB22CFC567368E923 , 0xC71C9E95C004453AB977BEBA0A896316 , 0xC75EC2974B6547DC8F805D9ECB4991F7 , 0xC7CDAD60D4EA4C14BFF250A127A22070 , 0xC7F02D7FAFC9416EA9BC890619A149C0 , 0xC8D5F9D235314A4185A8873DB1DB0085 , 0xC958EDFCE8114A14A841563CDFD4EC61 , 0xCA17CDE8FB3D4CC39BD57026590FCDF3 , 0xCA67248D684443509A8879BB1761E38B , 0xCAD9823056DA4955970C8A39D8B70CB4 , 0xCAE4C6BFA4DB409C9A5BFE48D180225B , 0xCAE635FCA0C446A6B7FE5ED7C621DE13 , 0xCB064BA724F0454090BF8660056904ED , 0xCC6143F0042741098FACCCB8CCBD534E , 0xCC8D10AD8DBD4F57A0D0A25BF8EFAB6D , 0xCCD737A82D8E4AA597BF09CB2D9C1834 , 0xCD59B2BF196842BD8209C7148043766F , 0xCDF10A1472A14DFFB49690BC0FB4F384 , 0xCE9BE61D0A794DE483193AC56FE4E923 , 0xCEA5397C2DC147B69782D5A2A000B2BB , 0xCEEE78602C6A427CA640E1A95ECA3AE3 , 0xCF2B1F57739E4498B2260DD1424B3C02 , 0xD031A252E9C14B6BB68B11FA5CC007BF , 0xD088E5D2FFCF4C8991790A9D7B1E6624 , 0xD0B48CD4A20B48DC914B1F92A8C506E8 , 0xD0FF437193284E76971303BC4975C382 , 0xD11DC56AC49143A6B2C1D8691FA98151 , 0xD1F11036EB8245D38F22035092344ECB , 0xD23AE0B4CD3F49DF824D952B37DCA9F0 , 0xD2409A5C450247F7AD86443297A55186 , 0xD2FCF4B5166045738020547B19379373 , 0xD34BEC6C990B4B08B9501BDB8137ADA3 , 0xD3AA6C25441745E38511D9EC80EE041F , 0xD3DC2D2E168F44CCB8B0346D70F0F153 , 0xD4AB27B8A6F647C2B444441BC8C60D50 , 0xD4AE2BE9F6CE450F92E15C5ECA1BEE01 , 0xD5A90A023B0B467FA55B69898C3E5173 , 0xD5AF19AF7B044C52A37ECE7E812481EC , 0xD5D298E390C14BB3986219707841FFBD , 0xD69936FD4C744CA1BAE0D4CE6F736219 , 0xD6DD666C18C94898BD5FA9B2BAB72D6C , 0xD7CC187B8F1C4C5B8BF403B43087D44F , 0xD7CC9C099D464A8B9069CA1BBF300791 , 0xD833A414FADB4737AA069ABAC5D20AD9 , 0xD83463DF78B7425CBEEA9EE09774EFFF , 0xD94A0EFF05FF426A875E091C28D8E455 , 0xD9566FF2A6D24F7EBA85059EA9D71D59 , 0xD9AFEA65C6084938A83DBD7EF3B978A0 , 0xDBAF7BC5D0FB48ADAC8C8BDEBC084BBC , 0xDD18919728674EFABEDD6A4CFC754D79 , 0xDD446DF31F5B45119F8CEE9B6CCD35D3 , 0xDDD2B01CBD2E4CF28A0EC6B1E4E1ACBD , 0xDE0E0105E245456897F4E85DEE3CD5DA , 0xDE554EA355804DE7ACAF7905D44EEF20 , 0xDED0BA1CB6B642F3801F25F8373B33D8 , 0xDF3D21FCD55C48F8B9AA46F3C6C61191 , 0xDFD8E08516534CA7A5260931541FB266 , 0xDFDDAD225D4C477792C53F59D85AD4C1 , 0xE00374B0C3B244A985057CFC3C6CB220 , 0xE01DA52E6FEE452EBB5DC623193B08AE , 0xE03D4BA08231464E94FCD38DA306E1C0 , 0xE0629A9189964F77A857E106CCFE5CE5 , 0xE16BB6317969491F91329B6A80FA1EB6 , 0xE1C044F49FC44F76827F16FBF0C022F6 , 0xE2682A2CD068428388BC0B1AC3389428 , 0xE2AAD7EB342441B19A2CDA7EF6B1EB70 , 0xE2EC97C630F44C90A4AA55C2422D9B0C , 0xE33973A8A4B24FC18B05C56B2256084F , 0xE3CD7C19B4D84B559E120488490B0396 , 0xE3FFCE22B09D4342B9624EC7CD7C6BE7 , 0xE43E92E861B54717BBD93F2E7ADC3282 , 0xE44585A4FBB7426392A52628C935B4EA , 0xE460D05A9D214B15BD31CA2F9AF1A1E9 , 0xE4867EF51D6E43498635C80FF2638BEA , 0xE4C2B81BAF504E488CC315AACC4920B0 , 0xE4F6ECBDD3424DD996D5BDF2327CD962 , 0xE4FED8AD5180479CBD9782B2E67CF5CE , 0xE50BA922C8C64EDBA80BD109701B9C70 , 0xE557BC91F6894A0CBAA1D02DE55A4A73 , 0xE56E43C559914E4A94E4455406110219 , 0xE58E2EAE37424D569D63B3ACB43B3347 , 0xE5C0C7CAE847423186D333C86FBD7C81 , 0xE6547A621156488AB81F1AA783934D1B , 0xE668CA70EDE541BE819914F5C5DD92C7 , 0xE6ABA69360BB4F539D1ABFE6BA380C21 , 0xE6B5FD6428894EA88ACB74A1E9CDBCFE , 0xE6CCE41470804B74B902A3833B5054D8 , 0xE762FC3A4E1E4B9286926A6B763FD7FF , 0xE7768863183E4589AA659A8DB9D1338E , 0xE7D41CDF74BE49D6A578B54234CAD979 , 0xE83DD81A2AF54CFF9C25FBD260450D18 , 0xE873CDCAE0A54B17A7CDF1208ED52DDB , 0xE891E0E745BD4255888A53738486F446 , 0xE931D54CA0ED4CC680C372FB18B38EA0 , 0xE9509688D9014FB5842D06DF96C69A89 , 0xE96578D37B554A44BF793D90643FBBC5 , 0xE9F0E25F72BB40BA8A29CBF51C613F84 , 0xEACFE431326143809731CE99EB16B785 , 0xEC1C1F7AD7E144578915C4F97ED0FABD , 0xED72B17163BF49DF9A1F55D4087CCCA8 , 0xEDDAC9D1532F4969AA47B7F54E644C0C , 0xEE6FDFF4953341958CB65A78C1B5D2A2 , 0xEFA4D656457B4B46B593003C15871FEA , 0xEFB79D5CC6DA401AB5BD527440314378 , 0xF1546CDF887E4588978BF98579AB7EF7 , 0xF16093795DB047EFA5115550E95B9A0A , 0xF1E97376B80749CA94A6BDC5E70639B8 , 0xF1F782A4E6EA46A493A6B6C663AEC089 , 0xF24578F2080E41F691934A9BBA9FE4B6 , 0xF274E3A29FBB41BCA4F12B1BAFF6CC1A , 0xF2AD348C0923466189954D34FEBCBD9A , 0xF30A0BFA856A41CC9E236700AEB0B65A , 0xF30BA01DC1494E9297ECA93F3BA9F69B , 0xF33BDF89CF36422B9D1B81D7B11183F1 , 0xF4606F6152214BD6907EC405C0BAEA31 , 0xF4807E23FF994EED8D2C4F43FE3BDDB5 , 0xF48A2A71D7C845AD89C5ACD13154158E , 0xF4ADAB3E57854A53AACE4F15F6AB949E , 0xF4B8CA1D3F3249418CADE9A9F5A8A3FA , 0xF4C2611B86874417AD4A22BA478F88D0 , 0xF4D2B65CA6F64DDBB2248245FA612FE5 , 0xF4D946BAD3EE4FF298BEB6458AE726C2 , 0xF54869FA090B456099413CC3754852ED , 0xF55F1DA82DA04E6DAF2BFC8E02FA8D76 , 0xF5A0AE0A11FF44C0AB63091DD046B04D , 0xF5EEFDDB1AE040A1973C6FFF16CE1820 , 0xF630D3174BC243C596690EFA84E22637 , 0xF6E7B8C77BA44A91A07299BE2DE7946C , 0xF72EAB97C4B2453EB25A8F9BD67D700D , 0xF773815D15E14C008777D41A3D22B534 , 0xF7A08F5A93A64F30839D647E0DF1FA41 , 0xF7A1C854833D49AD94F7D3B2F992FAB4 , 0xF7A355B15ED34C83A3610BD020099B4B , 0xF7BB9C89571A46F6961735139C1D761D , 0xF7E0CB22322046D9A7C874210DEF94B3 , 0xF7EFA651D96D4FA7AE7E9EE51D4F0A02 , 0xF7F2E6A1EBF3423C97692BF23D48C661 , 0xF96951C957D24D8DA63A16587A70AF70 , 0xF96FA40B725B410E9E386E7A581CA856 , 0xF9995C89D66D4D0C8A7BA402ABFCB604 , 0xF9B77B3AF36F47309D20364927E8FD4B , 0xF9B964D1C23849549D02916474DBC0FF , 0xFA095D9D11EC466EA2313D9883A17B71 , 0xFA890C05B6224556A1D2C4C60EE96594 , 0xFBE90353DCEF47148B79D5DF17D98ABC , 0xFC5664412B194BD5B7BE4C30450107CB , 0xFD412B06A1F94E64B716CA4E273CF272 , 0xFDA22473E262467196BBA0FF18B61377 , 0xFDB2B5E7F5E7498BB89E3C54D6492FCA , 0xFE87C2B71F4449AD9ACF71A808C8C867 , 0xFEC093DCC8384D45BF78FA8CFEE4814C , 0xFFD98A94CD134EE2A88519397E214624 );
Copy
6.41 ms (0.21%)
1
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/dc2cde3edf7344c0a02ff89fdf145973 "
"/navigation/9ce87174d11c4c30b91dc1b548c7c65c "
"/navigation/5c41ba70ff6848ed8e1f3e71197fede1 "
"/navigation/0d1e688faceb4ad4973452fa19f0fad3 "
"/navigation/37c9f4ebdc3749c6bc867fa6a6be7850 "
"/navigation/18ee12a594d648ee992d59d8b06814bb "
"/navigation/0a37d5aaab18493b86fd92283e521116 "
"/navigation/c8abcf852a7f4bbab4b283f227c19186 "
"/navigation/da2bd7bab60d427b9ad6a8ff5d6d41f5 "
"/navigation/f93a5150a6e44b54bca9b705c4461629 "
"/navigation/98d8930335974f328b9dc024274df1fa "
"/navigation/8d617babcc824407be65f433120d4475 "
"/navigation/a8ef1573cd6341f2b3370060b8fab0fa "
"/navigation/f63b83eab113462db329b2e556e0f707 "
"/navigation/d05d936531ff4f249af9a2760a4c3298 "
"/navigation/3b14a38f986540f99222941e010345b1 "
"/navigation/3b5fc3292d5d4e43ad8cffdef72fffc8 "
"/navigation/b3490710233746dd89b883a5b426d1ff "
"/navigation/7564f911ca3f463ea6d71dc2bae38d8e "
"/navigation/f1aaa440d9c24807a13d4824892e601a "
"/navigation/77d0bc92baae47d9ae85a24e8580b3a1 "
"/navigation/517fe4876cfd445a816b729adfd234a5 "
"/navigation/b28c80b0624b42fe988b362778fd6ece "
"/navigation/38bb944f75c94e41b48d314f9a7fac7a "
"/navigation/ba9f753ce079492daee5e93b7995da8b "
"/navigation/ba0028a7eb0c42adb94495eb2981a056 "
"/navigation/63966e3b1f354c51911ea73986428706 "
"/navigation/16b2dc19278f4c54814c1dea757cc95f "
"/navigation/59f22cdd0ac348819424dc010bb00323 "
"/navigation/c402cf77325f4e538859d5464020b04d "
"/navigation/1b57942ae8184dff9fa37f4962865beb "
"/navigation/8fe606d72c664c569b61d63ba02b0efb "
"/navigation/24eb9ee454064c3f9cea64a08600a8d2 "
"/navigation/7688bfd161f74af2abe182202082c0e1 "
"/navigation/cef2a24d9eb548d59c27ac888e030e4d "
"/navigation/2e5766d5c380458e869a449c40a9c2f1 "
"/navigation/452aed62fa894c499a21e0fbf6b73d68 "
"/navigation/b609d61955044b9cbce6a03f873e3beb "
"/navigation/249aaf170dee46c598fad04107e07d7d "
"/navigation/7f68f0c553cd4f728d25ac6818734329 "
"/navigation/7c7349fe1f4942808b5665734c76c5f0 "
"/navigation/b1d0473d7f6b46c69ee5795f2007703f "
"/navigation/1aa7ac59e2a54bf18765f9ae9898ea74 "
"/navigation/da8e49c4455e4a4580a113e46d847177 "
"/navigation/34fc58044fe5470f8a05b63cfccef252 "
"/navigation/7bba69950ea246d5a51848a37545a465 "
"/navigation/5716766de74b4642bd8d32303c033e62 "
"/navigation/7c4ea376bf8d432681e8960f6cfe9ad6 "
"/navigation/b6b22800f0754b5e93eb8a23a32bb8f3 "
"/navigation/15f84f73f75648efab9f2658fdc785de "
"/navigation/741bd587b3634882b45248ff85055a7f "
"/navigation/b9357de02d0e4c3895f54d5b329f457b "
"/navigation/38515bdc76e5469ca5957fb24fa9fea0 "
"/navigation/d44eeedebad1472298add405017eac59 "
"/navigation/fad7f80993e246e89713c78badb95f97 "
"/navigation/3e89ed99295c4347b43c8e506c042793 "
"/navigation/db507833703c4108ad9888c15863dbf8 "
"/navigation/11715eb2f0c94d18809d9133f6fc0d57 "
"/navigation/32fa1e3e522840d9b799340c123079b1 "
"/navigation/fa27500e41594f5facdb9de0f918dd26 "
"/navigation/72a0fe1342c34e6c92ee2c32fbf89f4c "
"/navigation/d93d9f1d6d514c07817238d9506d3d37 "
"/navigation/dea9c1dec57443afae4598a53726c1cc "
"/navigation/7dacbbc7dab241fbb1ff8e76713107b1 "
"/navigation/4449de09b0f149a2bf6729ed7c7acb3b "
"/navigation/912b8c38d2c2492aa47c6361b2888709 "
"/navigation/a593905fe4384a55b1746a7a59a7b14e "
"/navigation/10bce8ec3a6b4b7581f9c11a75da488f "
"/navigation/389c88fe523c41318e7c1062fc058f07 "
"/navigation/7e0dfd523c17497496f12ee49484f441 "
"/navigation/a5fb924345304ec7bcd0d020e9c17bd4 "
"/navigation/24f20bdcff24490c95bf5d1c4a78273b "
"/navigation/d11940f24d2446ce8175aa9f1b6c2a01 "
"/navigation/327f5771ae734e13ab17dd6e05258bfc "
"/navigation/3fe3e0e40dca46b48f80a9240524f131 "
"/navigation/25a27693a8694f199e9475c1436a203c "
"/navigation/b07fe67e874d4a57bbe1dba39872de38 "
"/navigation/100985b58acb45d1b97deecbe0284b56 "
"/navigation/f333d0be0a5148eba31a844e10b19675 "
"/navigation/d90916c05abd477894d2730b6ead388e "
"/navigation/b9c52fcad79642e7b1e01031ced3514c "
"/navigation/70df7a52480c4df89bcbbc0591116a85 "
"/navigation/ac636b2f0dce4d8a9c6e0b26ba739991 "
"/navigation/09726efd2e344d018809521dc6e9f03a "
"/navigation/8023dd2561634aeaa69eb5448a1fddb1 "
"/navigation/f0319948306740a9961314dfb0042847 "
"/navigation/185fc4e943d74763bbdffccc4cd237d0 "
"/navigation/122370a56a5a426ab9d3582446fedc8f "
"/navigation/03aa0fae3ec0478ca47afbd4679b306e "
"/navigation/4dd5115f4ffb430faca63284fc094990 "
"/navigation/3d4d205f9f5a44efa0714016481edfb5 "
"/navigation/7a70ef5d4ff84d66aa8ccf833d830f0d "
"/navigation/11b3beb192cb449a92e3c3decb25626f "
"/navigation/ac1e4e69602e412a905f04f1fa58b315 "
"/navigation/d7b370d6a9064d079599cff954d0bf5f "
"/navigation/3799fee02d6b44c1a7af612e99ce05f7 "
"/navigation/c54dedf32db9422eb766fd2a95f63641 "
"/navigation/9e2e9f8817e54b179f44bf3a9e7109d6 "
"/navigation/6dadada8d4d94eb5938f243da894edd3 "
"/navigation/f703f58965c54cf9bd30f67910ae73bd "
"/navigation/fb5f54ffba38466b82dd7561a21a470f "
"/navigation/7d920e836fb9480383f0db0b0f31bcfb "
"/navigation/6cbb13e8319746b295252ba231f8ccb5 "
"/navigation/7a583eeae3a54e998097e0b02f061034 "
"/navigation/79b6e0bd43834f758d2d68b062b15599 "
"/navigation/1a82802962e5424d913045102136ad62 "
"/navigation/3eecadf730784bce97fb236a617cea2f "
"/navigation/47dde8d5bfe942eeb220229fdf01a9b0 "
"/navigation/495919f5c5eb4df6b56e2329fa36205c "
"/navigation/655a95a52adf44cfae2f8ec407f01eb7 "
"/navigation/7056b260a9f046cd8361e4612d152544 "
"/navigation/7a7a8b02b4c847dba459dc2366449402 "
"/navigation/b4317ddf192942b4acf974638a55a6e7 "
"/navigation/bb148ef9bf534effb04df41d9f089cd9 "
"/navigation/c300f54d8a3f40e4b9250de87b6774c8 "
"/navigation/cad63ca25101457a9fb5782144226bdf "
"/navigation/d9951e7cf66f40bdac0fe62db927cd5e "
"/navigation/e58a3aab928d4234b4afa6704a5b9e89 "
"/navigation/ed611dc48e2e46ea9c138e6af435a250 "
"/navigation/f6eda2b35b03409dbde24d63c1cff3bb "
"/navigation/3b9ca2a595914abd8b89d80d5fb563f7 "
"/navigation/865218d0f2d04fdfabc863b168572c3a "
"/navigation/ec045db7e794414bb2e0da9628f1889b "
"/navigation/7ff8a7dbef2741f79d605a3956a41695 "
"/navigation/0e1e5f01bd674feca89e1975461bfba2 "
"/navigation/e9e0a5ae436745258bfd2962889e6261 "
"/navigation/dbc0ebcdd64949d3b12b45828a4e02dc "
"/navigation/52cd5881af234f82b070d5322e07fb2f "
"/navigation/1aa0606d749646b8b85b831e215979d8 "
"/navigation/e4e99c24bd6248c3b058d52cc3846a73 "
"/navigation/4301bfc49e2e4b0fabb7faf7bf193cd9 "
"/navigation/90cc615d7f964de294fd2c08db2f11da "
"/navigation/638b1a8c89eb447fa5b9309e23c516c6 "
"/navigation/c241adafc7f4489591b5a900e1f74b3d "
"/navigation/3d56978cc322445ea797e2d293f59d14 "
"/navigation/7bdc35385b6d4d62a6617931054eaf40 "
"/navigation/7dbee4d90ffd4ea3812a9e5708a31ea5 "
"/navigation/f5c0f5aad87b448e92ebef350429f394 "
"/navigation/a4d7a72ce94d4e5bb6a3d6d4132cb7d5 "
"/navigation/b1578057db48402e962d47b8952efdad "
"/navigation/61f69521a9364a0dbfcdaede58699994 "
"/navigation/f508a3368f8d4b52aa4c43ad190e1652 "
"/navigation/d7e5330e9ee34783a062c4bd03a30e47 "
"/navigation/85cc4880c91c48b39809047f9d40eaa9 "
"/navigation/40b5eb1cd4254595a1c267cc39c22ed9 "
"/navigation/60f67c2e667547bd920d81011bd2d1e0 "
"/navigation/773e378645384c43a953c4657b52ac2d "
"/navigation/a80248dda2c948139d69ba6b17aaa7b2 "
"/navigation/a65df1804b32440bacd41f2c6c7bf050 "
"/navigation/2f89d3634eb34a4fa8f48d7f34223060 "
"/navigation/3c8c5cace09e46739dc8edb921056a11 "
"/navigation/4f4e44a80ccb423fbfdee3a533c8912e "
"/navigation/c2995806171d411abf4d6c1e2e4ce19f "
"/navigation/bb00cf016ce940d59231e84e5cc22411 "
"/navigation/4c461f5c87c84957af7414ee63691064 "
"/navigation/36942c06013140d69eed3c3d449bfd2f "
"/navigation/f5db809d9ced4862a5c78175128851b5 "
"/navigation/ac7385cf33424bdeb8be20cd6005edb8 "
"/navigation/97b82eaf669c48668d7ee1178a5e7c89 "
"/navigation/2b6e8ffd55194259816ffb3487e84455 "
"/navigation/96e1ddd87550479a97ca53a03072f6ba "
"/navigation/65b04047845740db99095816574dc1a7 "
"/navigation/32b456c296ef497faee5d38ea21221b1 "
"/navigation/7aab82cefbc840baa65d5f91ba15bfee "
"/navigation/b89dfd2888b24ff196a2283bca3b7132 "
"/navigation/7c4ee2a0fe2c4a5e96a5cb5bd1feb88b "
"/navigation/01d5c06b6e414f51a3e0636af2b9c8b7 "
"/navigation/2afaffe811b54d57a7a9534bb8b911cf "
"/navigation/53aa0e82e8944be1a220404d1673784e "
"/navigation/5f44ee6aed8f470d822989d83652630e "
"/navigation/63e0194e02254830a75a30188a32b24c "
"/navigation/754e16e6cfe74659857778d69c2a5aa1 "
"/navigation/b71fd1af9f524a278889f8884255aaf6 "
"/navigation/c0bae8c1a1604c31b149a79f8ee17386 "
"/detail/daa43dd4f787415e8386db62d265c1cc "
"/detail/41705451b82949969623f009824d14e3 "
"/detail/8dc0ec23632949a695b0ab34221f5736 "
"/detail/6404e0d3fd48426791893f44c4c7b29d "
"/detail/3010723b7982405d81139cd48904d6bd "
"/detail/94fb288e25ce4c4a8705f1a468ac1aca "
"/detail/efe3637cb3ed4f4db680ae1f6ad307b3 "
"/detail/3c772cbaaa0341c096f5f2ebee9190b3 "
"/detail/213dbbc35db946639a6b05ee36118d86 "
"/detail/8f6bc47e0434464c8f3ec98711ec43f7 "
"/detail/7e74244cd30c48a4aa57a34ac0c3f54a "
"/detail/b832b15ecc4c423cacf59db493a77838 "
"/detail/afe13ef7e80047d4956949c27a40ca4a "
"/detail/03d1f47127544756aee020e3dca66164 "
"/detail/bb2999d5e0854482b387e057163a5814 "
"/detail/b23d867934954342a6916cbd679fa5ae "
"/detail/03718f6fee9740ba97e3212443042c0e "
"/detail/05907777ea1c48ab9fee45ba9be9eb01 "
"/detail/7f6c27c9abcb42ceb38723ee210d1ecd "
"/detail/f6015ffd28ee464ea345d0f0e16f6223 "
"/detail/2ac03adbf3b0426b87f4b7b7d15f88a9 "
"/detail/a020cfadd9bc4473a81e669e4f667517 "
"/detail/9a65ea224e8c46389fed450de98821ab "
"/detail/68559d70169d47ec93547631e4875a63 "
"/navigation/9a4994cee0094c329f4d9d143ba37328 "
"/navigation/fbaf4ebe6c7b44d799b65d9d14ab272a "
"/navigation/856608b7b8b84727878bfc4d2e70ffd6 "
"/navigation/ad044b2c094e449cbe32ff35383f3cc3 "
"/navigation/3dbc31a7768d46d9a638a915d9584c9e "
"/navigation/56b94fe951cc455c93098ffbf2701c8a "
"/navigation/d12169cf59194894a1c4a3984a7a6864 "
"/navigation/a581d7b492d647d3bfda04e5a15429c5 "
"/navigation/cd288aa5274549669165dfa78bde4f7e "
"/navigation/ebdb4cf2cc7a4f8dbe00fa428b8ae24b "
"/navigation/9f826c0034fd4655ab2f7ef9d049a095 "
"/navigation/18b75ef8dc4f4529b5ce977ebd9a379e "
"/navigation/f79bbfd3896f40aeace09999bf8c84d9 "
"/navigation/083913607b3d4b698b5967d2fe59d79f "
"/navigation/09adc366b5434d958b49206bac6a9a13 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"*@dÅ\x0F %C┤ÄU\-2fö© "
]
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 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/navigation/dc2cde3edf7344c0a02ff89fdf145973' , '/navigation/9ce87174d11c4c30b91dc1b548c7c65c' , '/navigation/5c41ba70ff6848ed8e1f3e71197fede1' , '/navigation/0d1e688faceb4ad4973452fa19f0fad3' , '/navigation/37c9f4ebdc3749c6bc867fa6a6be7850' , '/navigation/18ee12a594d648ee992d59d8b06814bb' , '/navigation/0a37d5aaab18493b86fd92283e521116' , '/navigation/c8abcf852a7f4bbab4b283f227c19186' , '/navigation/da2bd7bab60d427b9ad6a8ff5d6d41f5' , '/navigation/f93a5150a6e44b54bca9b705c4461629' , '/navigation/98d8930335974f328b9dc024274df1fa' , '/navigation/8d617babcc824407be65f433120d4475' , '/navigation/a8ef1573cd6341f2b3370060b8fab0fa' , '/navigation/f63b83eab113462db329b2e556e0f707' , '/navigation/d05d936531ff4f249af9a2760a4c3298' , '/navigation/3b14a38f986540f99222941e010345b1' , '/navigation/3b5fc3292d5d4e43ad8cffdef72fffc8' , '/navigation/b3490710233746dd89b883a5b426d1ff' , '/navigation/7564f911ca3f463ea6d71dc2bae38d8e' , '/navigation/f1aaa440d9c24807a13d4824892e601a' , '/navigation/77d0bc92baae47d9ae85a24e8580b3a1' , '/navigation/517fe4876cfd445a816b729adfd234a5' , '/navigation/b28c80b0624b42fe988b362778fd6ece' , '/navigation/38bb944f75c94e41b48d314f9a7fac7a' , '/navigation/ba9f753ce079492daee5e93b7995da8b' , '/navigation/ba0028a7eb0c42adb94495eb2981a056' , '/navigation/63966e3b1f354c51911ea73986428706' , '/navigation/16b2dc19278f4c54814c1dea757cc95f' , '/navigation/59f22cdd0ac348819424dc010bb00323' , '/navigation/c402cf77325f4e538859d5464020b04d' , '/navigation/1b57942ae8184dff9fa37f4962865beb' , '/navigation/8fe606d72c664c569b61d63ba02b0efb' , '/navigation/24eb9ee454064c3f9cea64a08600a8d2' , '/navigation/7688bfd161f74af2abe182202082c0e1' , '/navigation/cef2a24d9eb548d59c27ac888e030e4d' , '/navigation/2e5766d5c380458e869a449c40a9c2f1' , '/navigation/452aed62fa894c499a21e0fbf6b73d68' , '/navigation/b609d61955044b9cbce6a03f873e3beb' , '/navigation/249aaf170dee46c598fad04107e07d7d' , '/navigation/7f68f0c553cd4f728d25ac6818734329' , '/navigation/7c7349fe1f4942808b5665734c76c5f0' , '/navigation/b1d0473d7f6b46c69ee5795f2007703f' , '/navigation/1aa7ac59e2a54bf18765f9ae9898ea74' , '/navigation/da8e49c4455e4a4580a113e46d847177' , '/navigation/34fc58044fe5470f8a05b63cfccef252' , '/navigation/7bba69950ea246d5a51848a37545a465' , '/navigation/5716766de74b4642bd8d32303c033e62' , '/navigation/7c4ea376bf8d432681e8960f6cfe9ad6' , '/navigation/b6b22800f0754b5e93eb8a23a32bb8f3' , '/navigation/15f84f73f75648efab9f2658fdc785de' , '/navigation/741bd587b3634882b45248ff85055a7f' , '/navigation/b9357de02d0e4c3895f54d5b329f457b' , '/navigation/38515bdc76e5469ca5957fb24fa9fea0' , '/navigation/d44eeedebad1472298add405017eac59' , '/navigation/fad7f80993e246e89713c78badb95f97' , '/navigation/3e89ed99295c4347b43c8e506c042793' , '/navigation/db507833703c4108ad9888c15863dbf8' , '/navigation/11715eb2f0c94d18809d9133f6fc0d57' , '/navigation/32fa1e3e522840d9b799340c123079b1' , '/navigation/fa27500e41594f5facdb9de0f918dd26' , '/navigation/72a0fe1342c34e6c92ee2c32fbf89f4c' , '/navigation/d93d9f1d6d514c07817238d9506d3d37' , '/navigation/dea9c1dec57443afae4598a53726c1cc' , '/navigation/7dacbbc7dab241fbb1ff8e76713107b1' , '/navigation/4449de09b0f149a2bf6729ed7c7acb3b' , '/navigation/912b8c38d2c2492aa47c6361b2888709' , '/navigation/a593905fe4384a55b1746a7a59a7b14e' , '/navigation/10bce8ec3a6b4b7581f9c11a75da488f' , '/navigation/389c88fe523c41318e7c1062fc058f07' , '/navigation/7e0dfd523c17497496f12ee49484f441' , '/navigation/a5fb924345304ec7bcd0d020e9c17bd4' , '/navigation/24f20bdcff24490c95bf5d1c4a78273b' , '/navigation/d11940f24d2446ce8175aa9f1b6c2a01' , '/navigation/327f5771ae734e13ab17dd6e05258bfc' , '/navigation/3fe3e0e40dca46b48f80a9240524f131' , '/navigation/25a27693a8694f199e9475c1436a203c' , '/navigation/b07fe67e874d4a57bbe1dba39872de38' , '/navigation/100985b58acb45d1b97deecbe0284b56' , '/navigation/f333d0be0a5148eba31a844e10b19675' , '/navigation/d90916c05abd477894d2730b6ead388e' , '/navigation/b9c52fcad79642e7b1e01031ced3514c' , '/navigation/70df7a52480c4df89bcbbc0591116a85' , '/navigation/ac636b2f0dce4d8a9c6e0b26ba739991' , '/navigation/09726efd2e344d018809521dc6e9f03a' , '/navigation/8023dd2561634aeaa69eb5448a1fddb1' , '/navigation/f0319948306740a9961314dfb0042847' , '/navigation/185fc4e943d74763bbdffccc4cd237d0' , '/navigation/122370a56a5a426ab9d3582446fedc8f' , '/navigation/03aa0fae3ec0478ca47afbd4679b306e' , '/navigation/4dd5115f4ffb430faca63284fc094990' , '/navigation/3d4d205f9f5a44efa0714016481edfb5' , '/navigation/7a70ef5d4ff84d66aa8ccf833d830f0d' , '/navigation/11b3beb192cb449a92e3c3decb25626f' , '/navigation/ac1e4e69602e412a905f04f1fa58b315' , '/navigation/d7b370d6a9064d079599cff954d0bf5f' , '/navigation/3799fee02d6b44c1a7af612e99ce05f7' , '/navigation/c54dedf32db9422eb766fd2a95f63641' , '/navigation/9e2e9f8817e54b179f44bf3a9e7109d6' , '/navigation/6dadada8d4d94eb5938f243da894edd3' , '/navigation/f703f58965c54cf9bd30f67910ae73bd' , '/navigation/fb5f54ffba38466b82dd7561a21a470f' , '/navigation/7d920e836fb9480383f0db0b0f31bcfb' , '/navigation/6cbb13e8319746b295252ba231f8ccb5' , '/navigation/7a583eeae3a54e998097e0b02f061034' , '/navigation/79b6e0bd43834f758d2d68b062b15599' , '/navigation/1a82802962e5424d913045102136ad62' , '/navigation/3eecadf730784bce97fb236a617cea2f' , '/navigation/47dde8d5bfe942eeb220229fdf01a9b0' , '/navigation/495919f5c5eb4df6b56e2329fa36205c' , '/navigation/655a95a52adf44cfae2f8ec407f01eb7' , '/navigation/7056b260a9f046cd8361e4612d152544' , '/navigation/7a7a8b02b4c847dba459dc2366449402' , '/navigation/b4317ddf192942b4acf974638a55a6e7' , '/navigation/bb148ef9bf534effb04df41d9f089cd9' , '/navigation/c300f54d8a3f40e4b9250de87b6774c8' , '/navigation/cad63ca25101457a9fb5782144226bdf' , '/navigation/d9951e7cf66f40bdac0fe62db927cd5e' , '/navigation/e58a3aab928d4234b4afa6704a5b9e89' , '/navigation/ed611dc48e2e46ea9c138e6af435a250' , '/navigation/f6eda2b35b03409dbde24d63c1cff3bb' , '/navigation/3b9ca2a595914abd8b89d80d5fb563f7' , '/navigation/865218d0f2d04fdfabc863b168572c3a' , '/navigation/ec045db7e794414bb2e0da9628f1889b' , '/navigation/7ff8a7dbef2741f79d605a3956a41695' , '/navigation/0e1e5f01bd674feca89e1975461bfba2' , '/navigation/e9e0a5ae436745258bfd2962889e6261' , '/navigation/dbc0ebcdd64949d3b12b45828a4e02dc' , '/navigation/52cd5881af234f82b070d5322e07fb2f' , '/navigation/1aa0606d749646b8b85b831e215979d8' , '/navigation/e4e99c24bd6248c3b058d52cc3846a73' , '/navigation/4301bfc49e2e4b0fabb7faf7bf193cd9' , '/navigation/90cc615d7f964de294fd2c08db2f11da' , '/navigation/638b1a8c89eb447fa5b9309e23c516c6' , '/navigation/c241adafc7f4489591b5a900e1f74b3d' , '/navigation/3d56978cc322445ea797e2d293f59d14' , '/navigation/7bdc35385b6d4d62a6617931054eaf40' , '/navigation/7dbee4d90ffd4ea3812a9e5708a31ea5' , '/navigation/f5c0f5aad87b448e92ebef350429f394' , '/navigation/a4d7a72ce94d4e5bb6a3d6d4132cb7d5' , '/navigation/b1578057db48402e962d47b8952efdad' , '/navigation/61f69521a9364a0dbfcdaede58699994' , '/navigation/f508a3368f8d4b52aa4c43ad190e1652' , '/navigation/d7e5330e9ee34783a062c4bd03a30e47' , '/navigation/85cc4880c91c48b39809047f9d40eaa9' , '/navigation/40b5eb1cd4254595a1c267cc39c22ed9' , '/navigation/60f67c2e667547bd920d81011bd2d1e0' , '/navigation/773e378645384c43a953c4657b52ac2d' , '/navigation/a80248dda2c948139d69ba6b17aaa7b2' , '/navigation/a65df1804b32440bacd41f2c6c7bf050' , '/navigation/2f89d3634eb34a4fa8f48d7f34223060' , '/navigation/3c8c5cace09e46739dc8edb921056a11' , '/navigation/4f4e44a80ccb423fbfdee3a533c8912e' , '/navigation/c2995806171d411abf4d6c1e2e4ce19f' , '/navigation/bb00cf016ce940d59231e84e5cc22411' , '/navigation/4c461f5c87c84957af7414ee63691064' , '/navigation/36942c06013140d69eed3c3d449bfd2f' , '/navigation/f5db809d9ced4862a5c78175128851b5' , '/navigation/ac7385cf33424bdeb8be20cd6005edb8' , '/navigation/97b82eaf669c48668d7ee1178a5e7c89' , '/navigation/2b6e8ffd55194259816ffb3487e84455' , '/navigation/96e1ddd87550479a97ca53a03072f6ba' , '/navigation/65b04047845740db99095816574dc1a7' , '/navigation/32b456c296ef497faee5d38ea21221b1' , '/navigation/7aab82cefbc840baa65d5f91ba15bfee' , '/navigation/b89dfd2888b24ff196a2283bca3b7132' , '/navigation/7c4ee2a0fe2c4a5e96a5cb5bd1feb88b' , '/navigation/01d5c06b6e414f51a3e0636af2b9c8b7' , '/navigation/2afaffe811b54d57a7a9534bb8b911cf' , '/navigation/53aa0e82e8944be1a220404d1673784e' , '/navigation/5f44ee6aed8f470d822989d83652630e' , '/navigation/63e0194e02254830a75a30188a32b24c' , '/navigation/754e16e6cfe74659857778d69c2a5aa1' , '/navigation/b71fd1af9f524a278889f8884255aaf6' , '/navigation/c0bae8c1a1604c31b149a79f8ee17386' , '/detail/daa43dd4f787415e8386db62d265c1cc' , '/detail/41705451b82949969623f009824d14e3' , '/detail/8dc0ec23632949a695b0ab34221f5736' , '/detail/6404e0d3fd48426791893f44c4c7b29d' , '/detail/3010723b7982405d81139cd48904d6bd' , '/detail/94fb288e25ce4c4a8705f1a468ac1aca' , '/detail/efe3637cb3ed4f4db680ae1f6ad307b3' , '/detail/3c772cbaaa0341c096f5f2ebee9190b3' , '/detail/213dbbc35db946639a6b05ee36118d86' , '/detail/8f6bc47e0434464c8f3ec98711ec43f7' , '/detail/7e74244cd30c48a4aa57a34ac0c3f54a' , '/detail/b832b15ecc4c423cacf59db493a77838' , '/detail/afe13ef7e80047d4956949c27a40ca4a' , '/detail/03d1f47127544756aee020e3dca66164' , '/detail/bb2999d5e0854482b387e057163a5814' , '/detail/b23d867934954342a6916cbd679fa5ae' , '/detail/03718f6fee9740ba97e3212443042c0e' , '/detail/05907777ea1c48ab9fee45ba9be9eb01' , '/detail/7f6c27c9abcb42ceb38723ee210d1ecd' , '/detail/f6015ffd28ee464ea345d0f0e16f6223' , '/detail/2ac03adbf3b0426b87f4b7b7d15f88a9' , '/detail/a020cfadd9bc4473a81e669e4f667517' , '/detail/9a65ea224e8c46389fed450de98821ab' , '/detail/68559d70169d47ec93547631e4875a63' , '/navigation/9a4994cee0094c329f4d9d143ba37328' , '/navigation/fbaf4ebe6c7b44d799b65d9d14ab272a' , '/navigation/856608b7b8b84727878bfc4d2e70ffd6' , '/navigation/ad044b2c094e449cbe32ff35383f3cc3' , '/navigation/3dbc31a7768d46d9a638a915d9584c9e' , '/navigation/56b94fe951cc455c93098ffbf2701c8a' , '/navigation/d12169cf59194894a1c4a3984a7a6864' , '/navigation/a581d7b492d647d3bfda04e5a15429c5' , '/navigation/cd288aa5274549669165dfa78bde4f7e' , '/navigation/ebdb4cf2cc7a4f8dbe00fa428b8ae24b' , '/navigation/9f826c0034fd4655ab2f7ef9d049a095' , '/navigation/18b75ef8dc4f4529b5ce977ebd9a379e' , '/navigation/f79bbfd3896f40aeace09999bf8c84d9' , '/navigation/083913607b3d4b698b5967d2fe59d79f' , '/navigation/09adc366b5434d958b49206bac6a9a13' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x2A40648F0F2543B48E555C2D326694B8 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
5.91 ms (0.19%)
1
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` 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` < = > ? ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"*@dÅ\x0F %C┤ÄU\-2fö© "
true
b"Ü,Þ>ßsDÀ /øŸß\x14 Ys "
null
]
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` 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` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x2A40648F0F2543B48E555C2D326694B8 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xDC2CDE3EDF7344C0A02FF89FDF145973 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
5.85 ms (0.19%)
1
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` < = > ? ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `sales` ) DESC , MIN (`product` . `id` ) ASC LIMIT 24
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"*@dÅ\x0F %C┤ÄU\-2fö© "
true
b"Ü,Þ>ßsDÀ /øŸß\x14 Ys "
null
]
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` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x2A40648F0F2543B48E555C2D326694B8 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xDC2CDE3EDF7344C0A02FF89FDF145973 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `sales` ) DESC , MIN (`product` . `id` ) ASC LIMIT 24 ;
Copy
5.40 ms (0.17%)
1
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` 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 (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"*@dÅ\x0F %C┤ÄU\-2fö© "
true
b"Ü,Þ>ßsDÀ /øŸß\x14 Ys "
null
0
]
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` 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` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x2A40648F0F2543B48E555C2D326694B8 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xDC2CDE3EDF7344C0A02FF89FDF145973 AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
4.86 ms (0.16%)
5
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > ? )
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > NULL );
Copy
4.69 ms (0.15%)
1
SELECT `product_cross_selling_assigned_products` . `id` as `product_cross_selling_assigned_products.id` , `product_cross_selling_assigned_products` . `cross_selling_id` as `product_cross_selling_assigned_products.crossSellingId` , `product_cross_selling_assigned_products` . `product_id` as `product_cross_selling_assigned_products.productId` , `product_cross_selling_assigned_products` . `product_version_id` as `product_cross_selling_assigned_products.productVersionId` , `product_cross_selling_assigned_products` . `position` as `product_cross_selling_assigned_products.position` , `product_cross_selling_assigned_products` . `created_at` as `product_cross_selling_assigned_products.createdAt` , `product_cross_selling_assigned_products` . `updated_at` as `product_cross_selling_assigned_products.updatedAt` FROM `product_cross_selling_assigned_products` WHERE (`product_cross_selling_assigned_products` . `cross_selling_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"Þà÷═¡AI]øg¢ì7-$[ "
b"\x1E )\x0F ¾\x11 CD\x18 ŠEøÂz¦b¹ "
b"íÛÁ+ŸÉEì„\x00 ù°\x00 ´\x15 9 "
b"/lUÉþ\x17 @Eò*ÜÌ\x16 ôøI "
b"B}]ªáåO8˜ÞdjlIÕg "
b"uH\x0F ┬EüENò\x1E\f `¦\x13 ╠L "
b"¾\x1A ¹\x18 ˜»JÇŸÑntU|Ýé "
b"¹]ÈWý§@\x03 °Q\x14 ¼d\x03\x1C Ã "
b"œ„¡wÔ‰H÷»;¡ÑÈ9\x0F Ä "
b"╬\x06 f\e ╬‗@┐èØZõê\r -¸ "
b"Ø\x07 ¶\x1E ähM¼úmgÇɧºè "
b"M\x13 @OL\x1A @▓ìÇKƒó xû "
b"Ý‘¦:N·M™®ÛLJá_Ò¨ "
b"""
q@°Øç└CÍ©æIK\n
ÎÁL
"""
b"\x7F l0Þ§2B·’R€§ZïH„ "
b"Ÿ\x17 ï¬\x12 ¼Mtê.fÏÞt› "
b"¨èÿÑÈ€@{ˆ6Hƒº%ž* "
b"\x17 •t%BeBÉ£†§<v\sÉ "
b"6ÑΞd»O‹·ÇÞüþ\x04\x03 = "
b"7ØþÈ:5@&‚¿˜‚€•\x1E i "
b"¾‚¢ø!zJp¨\x03 žÎu^²s "
]
SELECT `product_cross_selling_assigned_products` . `id` as `product_cross_selling_assigned_products.id` , `product_cross_selling_assigned_products` . `cross_selling_id` as `product_cross_selling_assigned_products.crossSellingId` , `product_cross_selling_assigned_products` . `product_id` as `product_cross_selling_assigned_products.productId` , `product_cross_selling_assigned_products` . `product_version_id` as `product_cross_selling_assigned_products.productVersionId` , `product_cross_selling_assigned_products` . `position` as `product_cross_selling_assigned_products.position` , `product_cross_selling_assigned_products` . `created_at` as `product_cross_selling_assigned_products.createdAt` , `product_cross_selling_assigned_products` . `updated_at` as `product_cross_selling_assigned_products.updatedAt` FROM `product_cross_selling_assigned_products` WHERE (`product_cross_selling_assigned_products` . `cross_selling_id` IN (0xE885F6CDAD41495D9B67BD8D372D245B , 0x1E290FBE114344188A45F8C27AA662B9 , 0xEDDBC12B9FC945EC8400F9B000B41539 , 0x2F6C5590E7174045952A9ADE16939B49 , 0x427D5DAAE1E54F3898DE646A6C49D567 , 0x75480FC24581454E951E0C60DD13CC4C , 0xBE1AB91898BB4AC79FD16E74557CDDE9 , 0xB95DC857FDA74003B05114BC64031CC3 , 0x9C84A177D48948F7BB3BA1D1C8390FC4 , 0xCE06661BCEF240BF8A9D5AE4880D2DF7 , 0x9D07F41E84684DACA36D678090F5A78A , 0x4D13404F4C1A40B28D804B9FA2FF7896 , 0xDD91A63A4EB74D99AEDBC787E15FD2A8 , 0x7140F89D87C043D6B891494B0AD7B54C , 0x7F6C30DEA73242B7925280A75AEF4884 , 0x9F17EFAC12BC4D74ADEA2E66CFDE749B , 0xA8E8FFD1C880407B88364883BA259E2A , 0x17957425426542C9A386A73C765C73C9 , 0x36D1CE9E64BB4F8BB7C7DEFCFE04033D , 0x37D8FEC83A35402682BF988280951E69 , 0xBE82A2F8217A4A70A8039ECE755EB273 ));
Copy
4.69 ms (0.15%)
3
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.override_1.name` , `category.translation.name` , COALESCE (`category.translation.override_1.name` , `category.translation.name` ) as `category.name` , `category.translation.override_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.override_1.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.override_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.override_1.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.override_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.override_1.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.override_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.override_1.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.override_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.override_1.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.override_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.override_1.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.override_1.description` , `category.translation.description` , COALESCE (`category.translation.override_1.description` , `category.translation.description` ) as `category.description` , `category.translation.override_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.override_1.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.override_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.override_1.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.override_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.override_1.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.override_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.override_1.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.override_1` . `breadcrumb` as `category.translation.override_1.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation.override_1` . `name` as `category.translation.override_1.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation.override_1` . `custom_fields` as `category.translation.override_1.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation.override_1` . `slot_config` as `category.translation.override_1.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation.override_1` . `link_type` as `category.translation.override_1.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation.override_1` . `internal_link` as `category.translation.override_1.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation.override_1` . `external_link` as `category.translation.override_1.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation.override_1` . `link_new_tab` as `category.translation.override_1.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation.override_1` . `description` as `category.translation.override_1.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation.override_1` . `meta_title` as `category.translation.override_1.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation.override_1` . `meta_description` as `category.translation.override_1.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` , `category.translation.override_1` . `keywords` as `category.translation.override_1.keywords` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.override_1` ON `category.translation` . `category_id` = `category.translation.override_1` . `category_id` AND `category.translation.override_1` . `language_id` = ? AND `category.translation` . `category_version_id` = `category.translation.override_1` . `category_version_id` 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"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ü,Þ>ßsDÀ /øŸß\x14 Ys "
]
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.override_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.override_1.name` ,
`category.translation.name`
) as `category.name` ,
`category.translation.override_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.override_1.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.override_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.override_1.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.override_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.override_1.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.override_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.override_1.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.override_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.override_1.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.override_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.override_1.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.override_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.override_1.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.override_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.override_1.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.override_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.override_1.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.override_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.override_1.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.override_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.override_1.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.override_1` . `breadcrumb` as `category.translation.override_1.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation.override_1` . `name` as `category.translation.override_1.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation.override_1` . `custom_fields` as `category.translation.override_1.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation.override_1` . `slot_config` as `category.translation.override_1.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation.override_1` . `link_type` as `category.translation.override_1.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation.override_1` . `internal_link` as `category.translation.override_1.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation.override_1` . `external_link` as `category.translation.override_1.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation.override_1` . `link_new_tab` as `category.translation.override_1.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation.override_1` . `description` as `category.translation.override_1.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation.override_1` . `meta_title` as `category.translation.override_1.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation.override_1` . `meta_description` as `category.translation.override_1.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords` ,
`category.translation.override_1` . `keywords` as `category.translation.override_1.keywords`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.override_1` ON `category.translation` . `category_id` = `category.translation.override_1` . `category_id`
AND `category.translation.override_1` . `language_id` = ?
AND `category.translation` . `category_version_id` = `category.translation.override_1` . `category_version_id`
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 (? )
)
Copy
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.override_1.name` , `category.translation.name` , COALESCE (`category.translation.override_1.name` , `category.translation.name` ) as `category.name` , `category.translation.override_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.override_1.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.override_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.override_1.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.override_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.override_1.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.override_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.override_1.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.override_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.override_1.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.override_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.override_1.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.override_1.description` , `category.translation.description` , COALESCE (`category.translation.override_1.description` , `category.translation.description` ) as `category.description` , `category.translation.override_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.override_1.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.override_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.override_1.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.override_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.override_1.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.override_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.override_1.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.override_1` . `breadcrumb` as `category.translation.override_1.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation.override_1` . `name` as `category.translation.override_1.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation.override_1` . `custom_fields` as `category.translation.override_1.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation.override_1` . `slot_config` as `category.translation.override_1.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation.override_1` . `link_type` as `category.translation.override_1.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation.override_1` . `internal_link` as `category.translation.override_1.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation.override_1` . `external_link` as `category.translation.override_1.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation.override_1` . `link_new_tab` as `category.translation.override_1.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation.override_1` . `description` as `category.translation.override_1.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation.override_1` . `meta_title` as `category.translation.override_1.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation.override_1` . `meta_description` as `category.translation.override_1.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` , `category.translation.override_1` . `keywords` as `category.translation.override_1.keywords` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.override_1` ON `category.translation` . `category_id` = `category.translation.override_1` . `category_id` AND `category.translation.override_1` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `category.translation` . `category_version_id` = `category.translation.override_1` . `category_version_id` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xDC2CDE3EDF7344C0A02FF89FDF145973 ));
Copy
4.47 ms (0.14%)
1
SELECT COUNT (* ) FROM (
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` < = > ? ))) GROUP BY `product` . `display_group` ) total
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"*@dÅ\x0F %C┤ÄU\-2fö© "
true
b"Ü,Þ>ßsDÀ /øŸß\x14 Ys "
null
]
SELECT COUNT (* ) FROM (
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` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x2A40648F0F2543B48E555C2D326694B8 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xDC2CDE3EDF7344C0A02FF89FDF145973 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
4.06 ms (0.13%)
3
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` . `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"znµ1æÁOá°O\x1A K\x01\x01 CU "
]
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` . `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 (? )
)
Copy
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` . `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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x7A6EB531E6C14FE1B04F1A4B01014355 ));
Copy
3.82 ms (0.12%)
6
SELECT `sico_offered_option` . `id` as `sico_offered_option.id` , `sico_offered_option` . `sico_months` as `sico_offered_option.sicoMonths` , `sico_offered_option` . `sico_interest` as `sico_offered_option.sicoInterest` , `sico_offered_option` . `sico_prodcode` as `sico_offered_option.sicoProdcode` , `sico_offered_option` . `sico_active` as `sico_offered_option.sicoActive` , `sico_offered_option` . `sico_ratefactor` as `sico_offered_option.sicoRatefactor` , `sico_offered_option` . `sico_prodgroup` as `sico_offered_option.sicoProdgroupId` , `sico_offered_option` . `created_at` as `sico_offered_option.createdAt` , `sico_offered_option` . `updated_at` as `sico_offered_option.updatedAt` , `sico_offered_option.sicoProdgroup` . `id` as `sico_offered_option.sicoProdgroup.id` , `sico_offered_option.sicoProdgroup` . `sico_name` as `sico_offered_option.sicoProdgroup.sicoName` , `sico_offered_option.sicoProdgroup` . `sico_product_type_id` as `sico_offered_option.sicoProdgroup.sicoProductTypeId` , `sico_offered_option.sicoProdgroup` . `sico_product_class_id` as `sico_offered_option.sicoProdgroup.sicoProductClassId` , `sico_offered_option.sicoProdgroup` . `dynamic_product_group` as `sico_offered_option.sicoProdgroup.dynamicProductGroupId` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `id` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.id` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `api_filter` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.apiFilter` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `invalid` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.invalid` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `created_at` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.createdAt` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `updated_at` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.updatedAt` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.name` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.name` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.name` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.description` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.description` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.description` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.customFields` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.customFields` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.customFields` , `sico_offered_option.sicoProdgroup` . `created_at` as `sico_offered_option.sicoProdgroup.createdAt` , `sico_offered_option.sicoProdgroup` . `updated_at` as `sico_offered_option.sicoProdgroup.updatedAt` FROM `sico_offered_option` LEFT JOIN `sico_productgroup` `sico_offered_option.sicoProdgroup` ON `sico_offered_option` . `sico_prodgroup` = `sico_offered_option.sicoProdgroup` . `id` LEFT JOIN `product_stream` `sico_offered_option.sicoProdgroup.dynamicProductGroup` ON `sico_offered_option.sicoProdgroup` . `dynamic_product_group` = `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `id` LEFT JOIN (SELECT `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `product_stream_id` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `name` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.name` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `description` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.description` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `custom_fields` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.customFields` FROM `product_stream_translation` `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` WHERE `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `language_id` = ? ) `sico_offered_option.sicoProdgroup.dynamicProductGroup.product_stream_translation` ON `sico_offered_option.sicoProdgroup.dynamicProductGroup.product_stream_translation` . `product_stream_id` = `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `id` WHERE `sico_offered_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x04 æñ+²\x0F IͶb!;Ýf–‚ "
b"\t -Ö#ÕƒH²ª?ß\x16 ´ÕüK "
b"$«zoü¡JMºžŸâðÖ\x00 x "
b"%wñc¸¥B\x14 ªÇF\‹Œç "
b"=uIë˜\x06 Eþ¤²‰\x06 °Å˜ "
b"[±;Ý@GCѧJgÖ®\x1F ÎP "
b"""
lºë;™!@íƒ&RE\n
•¡}
"""
b"o0çÆ\x01 "O\x0E œ\x14\x02 Ú&·VA "
b"ˆ¬ÂB$ÄMa¬Ò\t e\x01\x07 Ò\x1E "
b"ø»\x03 ô¹7Gxü1ð┘█\v ▒Ò "
b"¹žN\x1D ‘ DÝ»T §±ô ` "
b"Ê\x12 ÛêÒ!Ep™¬-B$`Îi "
b"Ë™IæñÓDõ¢½Gö\e\v „\x7F "
b"Ì\x06 gÙ†åKRŒ±¿Š½t\x7F ? "
b"¶╚Íþ\x07 ¸A\û│$éÅ·ö/ "
]
SELECT
`sico_offered_option` . `id` as `sico_offered_option.id` ,
`sico_offered_option` . `sico_months` as `sico_offered_option.sicoMonths` ,
`sico_offered_option` . `sico_interest` as `sico_offered_option.sicoInterest` ,
`sico_offered_option` . `sico_prodcode` as `sico_offered_option.sicoProdcode` ,
`sico_offered_option` . `sico_active` as `sico_offered_option.sicoActive` ,
`sico_offered_option` . `sico_ratefactor` as `sico_offered_option.sicoRatefactor` ,
`sico_offered_option` . `sico_prodgroup` as `sico_offered_option.sicoProdgroupId` ,
`sico_offered_option` . `created_at` as `sico_offered_option.createdAt` ,
`sico_offered_option` . `updated_at` as `sico_offered_option.updatedAt` ,
`sico_offered_option.sicoProdgroup` . `id` as `sico_offered_option.sicoProdgroup.id` ,
`sico_offered_option.sicoProdgroup` . `sico_name` as `sico_offered_option.sicoProdgroup.sicoName` ,
`sico_offered_option.sicoProdgroup` . `sico_product_type_id` as `sico_offered_option.sicoProdgroup.sicoProductTypeId` ,
`sico_offered_option.sicoProdgroup` . `sico_product_class_id` as `sico_offered_option.sicoProdgroup.sicoProductClassId` ,
`sico_offered_option.sicoProdgroup` . `dynamic_product_group` as `sico_offered_option.sicoProdgroup.dynamicProductGroupId` ,
`sico_offered_option.sicoProdgroup.dynamicProductGroup` . `id` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.id` ,
`sico_offered_option.sicoProdgroup.dynamicProductGroup` . `api_filter` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.apiFilter` ,
`sico_offered_option.sicoProdgroup.dynamicProductGroup` . `invalid` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.invalid` ,
`sico_offered_option.sicoProdgroup.dynamicProductGroup` . `created_at` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.createdAt` ,
`sico_offered_option.sicoProdgroup.dynamicProductGroup` . `updated_at` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.updatedAt` ,
`sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.name` ,
`sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.name` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.name` ,
`sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.description` ,
`sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.description` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.description` ,
`sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.customFields` ,
`sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.customFields` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.customFields` ,
`sico_offered_option.sicoProdgroup` . `created_at` as `sico_offered_option.sicoProdgroup.createdAt` ,
`sico_offered_option.sicoProdgroup` . `updated_at` as `sico_offered_option.sicoProdgroup.updatedAt`
FROM
`sico_offered_option`
LEFT JOIN `sico_productgroup` `sico_offered_option.sicoProdgroup` ON `sico_offered_option` . `sico_prodgroup` = `sico_offered_option.sicoProdgroup` . `id`
LEFT JOIN `product_stream` `sico_offered_option.sicoProdgroup.dynamicProductGroup` ON `sico_offered_option.sicoProdgroup` . `dynamic_product_group` = `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `id`
LEFT JOIN (
SELECT
`sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `product_stream_id` ,
`sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `name` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.name` ,
`sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `description` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.description` ,
`sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `custom_fields` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.customFields`
FROM
`product_stream_translation` `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation`
WHERE
`sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `language_id` = ?
) `sico_offered_option.sicoProdgroup.dynamicProductGroup.product_stream_translation` ON `sico_offered_option.sicoProdgroup.dynamicProductGroup.product_stream_translation` . `product_stream_id` = `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `id`
WHERE
`sico_offered_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `sico_offered_option` . `id` as `sico_offered_option.id` , `sico_offered_option` . `sico_months` as `sico_offered_option.sicoMonths` , `sico_offered_option` . `sico_interest` as `sico_offered_option.sicoInterest` , `sico_offered_option` . `sico_prodcode` as `sico_offered_option.sicoProdcode` , `sico_offered_option` . `sico_active` as `sico_offered_option.sicoActive` , `sico_offered_option` . `sico_ratefactor` as `sico_offered_option.sicoRatefactor` , `sico_offered_option` . `sico_prodgroup` as `sico_offered_option.sicoProdgroupId` , `sico_offered_option` . `created_at` as `sico_offered_option.createdAt` , `sico_offered_option` . `updated_at` as `sico_offered_option.updatedAt` , `sico_offered_option.sicoProdgroup` . `id` as `sico_offered_option.sicoProdgroup.id` , `sico_offered_option.sicoProdgroup` . `sico_name` as `sico_offered_option.sicoProdgroup.sicoName` , `sico_offered_option.sicoProdgroup` . `sico_product_type_id` as `sico_offered_option.sicoProdgroup.sicoProductTypeId` , `sico_offered_option.sicoProdgroup` . `sico_product_class_id` as `sico_offered_option.sicoProdgroup.sicoProductClassId` , `sico_offered_option.sicoProdgroup` . `dynamic_product_group` as `sico_offered_option.sicoProdgroup.dynamicProductGroupId` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `id` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.id` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `api_filter` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.apiFilter` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `invalid` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.invalid` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `created_at` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.createdAt` , `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `updated_at` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.updatedAt` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.name` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.name` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.name` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.description` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.description` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.description` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.customFields` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.customFields` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.customFields` , `sico_offered_option.sicoProdgroup` . `created_at` as `sico_offered_option.sicoProdgroup.createdAt` , `sico_offered_option.sicoProdgroup` . `updated_at` as `sico_offered_option.sicoProdgroup.updatedAt` FROM `sico_offered_option` LEFT JOIN `sico_productgroup` `sico_offered_option.sicoProdgroup` ON `sico_offered_option` . `sico_prodgroup` = `sico_offered_option.sicoProdgroup` . `id` LEFT JOIN `product_stream` `sico_offered_option.sicoProdgroup.dynamicProductGroup` ON `sico_offered_option.sicoProdgroup` . `dynamic_product_group` = `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `id` LEFT JOIN (SELECT `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `product_stream_id` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `name` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.name` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `description` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.description` , `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `custom_fields` as `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation.customFields` FROM `product_stream_translation` `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` WHERE `sico_offered_option.sicoProdgroup.dynamicProductGroup.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sico_offered_option.sicoProdgroup.dynamicProductGroup.product_stream_translation` ON `sico_offered_option.sicoProdgroup.dynamicProductGroup.product_stream_translation` . `product_stream_id` = `sico_offered_option.sicoProdgroup.dynamicProductGroup` . `id` WHERE `sico_offered_option` . `id` IN (0x04E6F12BB20F49CDB662213BDD669682 , 0x092D9923E59F48FDA63FE116EFE5814B , 0x24AB7A6FFCA14A4DBA9E9FE2F0D60078 , 0x2577F163B8A54214AAADC7465C8B8CE7 , 0x3D7549EB980645FEA4B28906ADB0C598 , 0x5BB13BDD404743D1A74A67D6AE1FCE50 , 0x6CBAEB3B992140ED832652450A95A17D , 0x6F30E7C601224F0E9C1402DA26B75641 , 0x88ACC24224C44D61ACD209650107D21E , 0x9BAF0393FB3747788131D0D9DB0BB1E3 , 0xB99E4E1D912044DDBB5420A7B1F42060 , 0xCA12DBEAD221457099AC2D422460CE69 , 0xCB9949E6F1D344F5A2BD47F61B0B847F , 0xCC0667D986E54B528CB1BF8ABD747F3F , 0xF4C8D6E707F7415C96B324828FFA942F );
Copy
3.53 ms (0.11%)
5
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `language_id` = ? AND `seo_url` . `sales_channel_id` < = > ? AND `seo_url` . `route_name` = ? AND `seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
null
"frontend.navigation.page "
b"Ü,Þ>ßsDÀ /øŸß\x14 Ys "
true
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url` . `sales_channel_id` < = > NULL AND `seo_url` . `route_name` = 'frontend.navigation.page' AND `seo_url` . `foreign_key` = 0xDC2CDE3EDF7344C0A02FF89FDF145973 AND `seo_url` . `is_canonical` = 1 );
Copy
2.88 ms (0.09%)
4
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"*@dÅ\x0F %C┤ÄU\-2fö© "
"KlarnaPayment.settings.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x2A40648F0F2543B48E555C2D326694B8 ) AND (configuration_key LIKE 'KlarnaPayment.settings.%' ) ORDER BY sales_channel_id ASC ;
Copy
2.71 ms (0.09%)
3
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` = ? )
Parameters :
[
b"*@dÅ\x0F %C┤ÄU\-2fö© "
]
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` = 0x2A40648F0F2543B48E555C2D326694B8 );
Copy
2.34 ms (0.08%)
1
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = ? AND `dreisc_seo_redirect` . `source_type` = ? AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = ? AND `dreisc_seo_redirect` . `source_path` = ? ))
Parameters :
[
true
"url "
b"╬ì¿╣\x00\v A-áÎ\x17\x17 ÇuZi "
"deutsch/naehmaschinen/alle-naehmaschinen/ "
]
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = 1 AND `dreisc_seo_redirect` . `source_type` = 'url' AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = 0xCE8DA8B9000B412DA0D7171780755A69 AND `dreisc_seo_redirect` . `source_path` = 'deutsch/naehmaschinen/alle-naehmaschinen/' ));
Copy
2.24 ms (0.07%)
3
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"znµ1æÁOá°O\x1A K\x01\x01 CU "
b"znµ1æÁOá°O\x1A K\x01\x01 CU "
b"znµ1æÁOá°O\x1A K\x01\x01 CU "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x7A6EB531E6C14FE1B04F1A4B01014355 OR `parent_id` = 0x7A6EB531E6C14FE1B04F1A4B01014355 OR `id` = 0x7A6EB531E6C14FE1B04F1A4B01014355
;
Copy
2.20 ms (0.07%)
1
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"¨ï\x15 sÍcAò³7\x00 `¸ú°ú "
b";_Ã)-]NCŒÿÞ÷/ÿÈ "
b"²Œ€°bKBþ˜‹6'xýnÎ "
b"ö;ƒê±\x13 F-³)²åVà÷\x07 "
b"E\x0F 4HoÀI`“\x01 ì\x0E røW„ "
b"ìa{½╠éD\x07 ¥e¶3\x12 \r Du "
b"ð1™H0g@©–\x13\x14 ß°\x04 (G "
b"€#Ý%acJꦞµDŠ\x1F ݱ "
b"ÿÏô\x03 5ùO2ïØ└$'M±· "
b"ìa{½╠éD\x07 ¥e¶3\x12 \r Du "
b";_Ã)-]NCŒÿÞ÷/ÿÈ "
b"¨ï\x15 sÍcAò³7\x00 `¸ú°ú "
b"¨ï\x15 sÍcAò³7\x00 `¸ú°ú "
b"ö;ƒê±\x13 F-³)²åVà÷\x07 "
b"ÿÏô\x03 5ùO2ïØ└$'M±· "
b" 9\x06 ¤w‹KÄ’1š®\t -ä "
b"¨ï\x15 sÍcAò³7\x00 `¸ú°ú "
b"¨ï\x15 sÍcAò³7\x00 `¸ú°ú "
b";_Ã)-]NCŒÿÞ÷/ÿÈ "
b" 9\x06 ¤w‹KÄ’1š®\t -ä "
b"ìa{½╠éD\x07 ¥e¶3\x12 \r Du "
b";_Ã)-]NCŒÿÞ÷/ÿÈ "
b"¨ï\x15 sÍcAò³7\x00 `¸ú°ú "
b"¨ï\x15 sÍcAò³7\x00 `¸ú°ú "
b" 9\x06 ¤w‹KÄ’1š®\t -ä "
b"ö;ƒê±\x13 F-³)²åVà÷\x07 "
b" 9\x06 ¤w‹KÄ’1š®\t -ä "
b"ìa{½╠éD\x07 ¥e¶3\x12 \r Du "
b" 9\x06 ¤w‹KÄ’1š®\t -ä "
b"ìa{½╠éD\x07 ¥e¶3\x12 \r Du "
b";_Ã)-]NCŒÿÞ÷/ÿÈ "
b";_Ã)-]NCŒÿÞ÷/ÿÈ "
b";_Ã)-]NCŒÿÞ÷/ÿÈ "
]
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 (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ?
)
)
Copy
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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xA8EF1573CD6341F2B3370060B8FAB0FA , 0x3B5FC3292D5D4E43AD8CFFDEF72FFFC8 , 0xB28C80B0624B42FE988B362778FD6ECE , 0xF63B83EAB113462DB329B2E556E0F707 , 0x450F34486FC049609301EC0E72F85784 , 0x8D617BABCC824407BE65F433120D4475 , 0xF0319948306740A9961314DFB0042847 , 0x8023DD2561634AEAA69EB5448A1FDDB1 , 0x98D8930335974F328B9DC024274DF1FA , 0x8D617BABCC824407BE65F433120D4475 , 0x3B5FC3292D5D4E43AD8CFFDEF72FFFC8 , 0xA8EF1573CD6341F2B3370060B8FAB0FA , 0xA8EF1573CD6341F2B3370060B8FAB0FA , 0xF63B83EAB113462DB329B2E556E0F707 , 0x98D8930335974F328B9DC024274DF1FA , 0x203906A4778B4BC492319AAE092DADE4 , 0xA8EF1573CD6341F2B3370060B8FAB0FA , 0xA8EF1573CD6341F2B3370060B8FAB0FA , 0x3B5FC3292D5D4E43AD8CFFDEF72FFFC8 , 0x203906A4778B4BC492319AAE092DADE4 , 0x8D617BABCC824407BE65F433120D4475 , 0x3B5FC3292D5D4E43AD8CFFDEF72FFFC8 , 0xA8EF1573CD6341F2B3370060B8FAB0FA , 0xA8EF1573CD6341F2B3370060B8FAB0FA , 0x203906A4778B4BC492319AAE092DADE4 , 0xF63B83EAB113462DB329B2E556E0F707 , 0x203906A4778B4BC492319AAE092DADE4 , 0x8D617BABCC824407BE65F433120D4475 , 0x203906A4778B4BC492319AAE092DADE4 , 0x8D617BABCC824407BE65F433120D4475 , 0x3B5FC3292D5D4E43AD8CFFDEF72FFFC8 , 0x3B5FC3292D5D4E43AD8CFFDEF72FFFC8 , 0x3B5FC3292D5D4E43AD8CFFDEF72FFFC8 ));
Copy
2.18 ms (0.07%)
1
SELECT `product_cross_selling` . `id` as `product_cross_selling.id` , `product_cross_selling` . `position` as `product_cross_selling.position` , `product_cross_selling` . `sort_by` as `product_cross_selling.sortBy` , `product_cross_selling` . `sort_direction` as `product_cross_selling.sortDirection` , `product_cross_selling` . `type` as `product_cross_selling.type` , `product_cross_selling` . `active` as `product_cross_selling.active` , `product_cross_selling` . `limit` as `product_cross_selling.limit` , `product_cross_selling` . `product_id` as `product_cross_selling.productId` , `product_cross_selling` . `product_version_id` as `product_cross_selling.productVersionId` , `product_cross_selling` . `product_stream_id` as `product_cross_selling.productStreamId` , `product_cross_selling` . `created_at` as `product_cross_selling.createdAt` , `product_cross_selling` . `updated_at` as `product_cross_selling.updatedAt` , `product_cross_selling.crossSellingComparable` . `id` as `product_cross_selling.crossSellingComparable.id` , `product_cross_selling.crossSellingComparable` . `product_cross_selling_id` as `product_cross_selling.crossSellingComparable.productCrossSellingId` , `product_cross_selling.crossSellingComparable` . `is_comparable` as `product_cross_selling.crossSellingComparable.isComparable` , `product_cross_selling.crossSellingComparable` . `created_at` as `product_cross_selling.crossSellingComparable.createdAt` , `product_cross_selling.crossSellingComparable` . `updated_at` as `product_cross_selling.crossSellingComparable.updatedAt` , `product_cross_selling.crossSellingExtension` . `id` as `product_cross_selling.crossSellingExtension.id` , `product_cross_selling.crossSellingExtension` . `cross_selling_id` as `product_cross_selling.crossSellingExtension.crossSellingId` , `product_cross_selling.crossSellingExtension` . `emcgn_replace_variants` as `product_cross_selling.crossSellingExtension.emcgnReplaceVariants` , `product_cross_selling.crossSellingExtension` . `created_at` as `product_cross_selling.crossSellingExtension.createdAt` , `product_cross_selling.crossSellingExtension` . `updated_at` as `product_cross_selling.crossSellingExtension.updatedAt` , `product_cross_selling.translation.name` , `product_cross_selling.translation.name` as `product_cross_selling.name` FROM `product_cross_selling` LEFT JOIN `frosh_cross_selling_comparable` `product_cross_selling.crossSellingComparable` ON `product_cross_selling` . `id` = `product_cross_selling.crossSellingComparable` . `product_cross_selling_id` LEFT JOIN `emcgn_nvp_cross_selling_extension` `product_cross_selling.crossSellingExtension` ON `product_cross_selling` . `id` = `product_cross_selling.crossSellingExtension` . `cross_selling_id` LEFT JOIN (SELECT `product_cross_selling.translation` . `product_cross_selling_id` , `product_cross_selling.translation` . `name` as `product_cross_selling.translation.name` FROM `product_cross_selling_translation` `product_cross_selling.translation` WHERE `product_cross_selling.translation` . `language_id` = ? ) `product_cross_selling.product_cross_selling_translation` ON `product_cross_selling.product_cross_selling_translation` . `product_cross_selling_id` = `product_cross_selling` . `id` WHERE (`product_cross_selling` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x03 qÅo¯ù@║ùÒ!$C\x04 ,\x0E "
b"\x03 Ñôq'TGV®à ãܦad "
b"\x05 ÉwwÛ\x1C H½ƒ¯E║øÚÙ\x01 "
b"!=╗├]╣FcÜk\x05 ¯6\x11 ìå "
b"*À:Ûó°Bk‡ô··Ñ_ˆ© "
b"0\x10 r;yé@]ü\x13 £Èë\x04 Í¢ "
b"<w,║¬\x03 A└û§‗Ù¯æÉ│ "
b"ApTQ¸)I––#ð\t ‚M\x14 ã "
b"d\x04 Ó˲HBgæë?D─Ã▓Ø "
b"hUØp\x16 ØGýôTv1õçZc "
b"~t$LÓ\f H¤ªW£JÀÃõJ "
b"\x7F l'É«ËBγ‡#î!\r \x1E Í "
b"ì└ý#c)Iªò░½4"\x1F W6 "
b"Åk─~\x04 4FLÅ>╔ç\x11 ýC¸ "
b"”û(Ž%ÎLJ‡\x05 ñ¤h¬\x1A Ê "
b"šeê"NŒF8ŸíE\r éˆ!« "
b" ÏÙ¼Ds¨\x1E fžOfu\x17 "
b"¯á>÷è\x00 GÔ•iIÂz@ÊJ "
b"²=†y4•CB¦‘l½gŸ¥® "
b"©2▒^╠LB<¼§Ø┤ôºx8 "
b"»)™Õà…D‚³‡àW\x16 :X\x14 "
b"Ú¤=Ô÷‡A^ƒ†ÛbÒeÁÌ "
b"ïãc|³íOM¶€®\x1F jÓ\x07 ³ "
b"ö\x01 _ý(îFN£EÐðáob# "
]
SELECT
`product_cross_selling` . `id` as `product_cross_selling.id` ,
`product_cross_selling` . `position` as `product_cross_selling.position` ,
`product_cross_selling` . `sort_by` as `product_cross_selling.sortBy` ,
`product_cross_selling` . `sort_direction` as `product_cross_selling.sortDirection` ,
`product_cross_selling` . `type` as `product_cross_selling.type` ,
`product_cross_selling` . `active` as `product_cross_selling.active` ,
`product_cross_selling` . `limit` as `product_cross_selling.limit` ,
`product_cross_selling` . `product_id` as `product_cross_selling.productId` ,
`product_cross_selling` . `product_version_id` as `product_cross_selling.productVersionId` ,
`product_cross_selling` . `product_stream_id` as `product_cross_selling.productStreamId` ,
`product_cross_selling` . `created_at` as `product_cross_selling.createdAt` ,
`product_cross_selling` . `updated_at` as `product_cross_selling.updatedAt` ,
`product_cross_selling.crossSellingComparable` . `id` as `product_cross_selling.crossSellingComparable.id` ,
`product_cross_selling.crossSellingComparable` . `product_cross_selling_id` as `product_cross_selling.crossSellingComparable.productCrossSellingId` ,
`product_cross_selling.crossSellingComparable` . `is_comparable` as `product_cross_selling.crossSellingComparable.isComparable` ,
`product_cross_selling.crossSellingComparable` . `created_at` as `product_cross_selling.crossSellingComparable.createdAt` ,
`product_cross_selling.crossSellingComparable` . `updated_at` as `product_cross_selling.crossSellingComparable.updatedAt` ,
`product_cross_selling.crossSellingExtension` . `id` as `product_cross_selling.crossSellingExtension.id` ,
`product_cross_selling.crossSellingExtension` . `cross_selling_id` as `product_cross_selling.crossSellingExtension.crossSellingId` ,
`product_cross_selling.crossSellingExtension` . `emcgn_replace_variants` as `product_cross_selling.crossSellingExtension.emcgnReplaceVariants` ,
`product_cross_selling.crossSellingExtension` . `created_at` as `product_cross_selling.crossSellingExtension.createdAt` ,
`product_cross_selling.crossSellingExtension` . `updated_at` as `product_cross_selling.crossSellingExtension.updatedAt` ,
`product_cross_selling.translation.name` ,
`product_cross_selling.translation.name` as `product_cross_selling.name`
FROM
`product_cross_selling`
LEFT JOIN `frosh_cross_selling_comparable` `product_cross_selling.crossSellingComparable` ON `product_cross_selling` . `id` = `product_cross_selling.crossSellingComparable` . `product_cross_selling_id`
LEFT JOIN `emcgn_nvp_cross_selling_extension` `product_cross_selling.crossSellingExtension` ON `product_cross_selling` . `id` = `product_cross_selling.crossSellingExtension` . `cross_selling_id`
LEFT JOIN (
SELECT
`product_cross_selling.translation` . `product_cross_selling_id` ,
`product_cross_selling.translation` . `name` as `product_cross_selling.translation.name`
FROM
`product_cross_selling_translation` `product_cross_selling.translation`
WHERE
`product_cross_selling.translation` . `language_id` = ?
) `product_cross_selling.product_cross_selling_translation` ON `product_cross_selling.product_cross_selling_translation` . `product_cross_selling_id` = `product_cross_selling` . `id`
WHERE
(
`product_cross_selling` . `product_id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product_cross_selling` . `id` as `product_cross_selling.id` , `product_cross_selling` . `position` as `product_cross_selling.position` , `product_cross_selling` . `sort_by` as `product_cross_selling.sortBy` , `product_cross_selling` . `sort_direction` as `product_cross_selling.sortDirection` , `product_cross_selling` . `type` as `product_cross_selling.type` , `product_cross_selling` . `active` as `product_cross_selling.active` , `product_cross_selling` . `limit` as `product_cross_selling.limit` , `product_cross_selling` . `product_id` as `product_cross_selling.productId` , `product_cross_selling` . `product_version_id` as `product_cross_selling.productVersionId` , `product_cross_selling` . `product_stream_id` as `product_cross_selling.productStreamId` , `product_cross_selling` . `created_at` as `product_cross_selling.createdAt` , `product_cross_selling` . `updated_at` as `product_cross_selling.updatedAt` , `product_cross_selling.crossSellingComparable` . `id` as `product_cross_selling.crossSellingComparable.id` , `product_cross_selling.crossSellingComparable` . `product_cross_selling_id` as `product_cross_selling.crossSellingComparable.productCrossSellingId` , `product_cross_selling.crossSellingComparable` . `is_comparable` as `product_cross_selling.crossSellingComparable.isComparable` , `product_cross_selling.crossSellingComparable` . `created_at` as `product_cross_selling.crossSellingComparable.createdAt` , `product_cross_selling.crossSellingComparable` . `updated_at` as `product_cross_selling.crossSellingComparable.updatedAt` , `product_cross_selling.crossSellingExtension` . `id` as `product_cross_selling.crossSellingExtension.id` , `product_cross_selling.crossSellingExtension` . `cross_selling_id` as `product_cross_selling.crossSellingExtension.crossSellingId` , `product_cross_selling.crossSellingExtension` . `emcgn_replace_variants` as `product_cross_selling.crossSellingExtension.emcgnReplaceVariants` , `product_cross_selling.crossSellingExtension` . `created_at` as `product_cross_selling.crossSellingExtension.createdAt` , `product_cross_selling.crossSellingExtension` . `updated_at` as `product_cross_selling.crossSellingExtension.updatedAt` , `product_cross_selling.translation.name` , `product_cross_selling.translation.name` as `product_cross_selling.name` FROM `product_cross_selling` LEFT JOIN `frosh_cross_selling_comparable` `product_cross_selling.crossSellingComparable` ON `product_cross_selling` . `id` = `product_cross_selling.crossSellingComparable` . `product_cross_selling_id` LEFT JOIN `emcgn_nvp_cross_selling_extension` `product_cross_selling.crossSellingExtension` ON `product_cross_selling` . `id` = `product_cross_selling.crossSellingExtension` . `cross_selling_id` LEFT JOIN (SELECT `product_cross_selling.translation` . `product_cross_selling_id` , `product_cross_selling.translation` . `name` as `product_cross_selling.translation.name` FROM `product_cross_selling_translation` `product_cross_selling.translation` WHERE `product_cross_selling.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_cross_selling.product_cross_selling_translation` ON `product_cross_selling.product_cross_selling_translation` . `product_cross_selling_id` = `product_cross_selling` . `id` WHERE (`product_cross_selling` . `product_id` IN (0x03718F6FEE9740BA97E3212443042C0E , 0x03D1F47127544756AEE020E3DCA66164 , 0x05907777EA1C48AB9FEE45BA9BE9EB01 , 0x213DBBC35DB946639A6B05EE36118D86 , 0x2AC03ADBF3B0426B87F4B7B7D15F88A9 , 0x3010723B7982405D81139CD48904D6BD , 0x3C772CBAAA0341C096F5F2EBEE9190B3 , 0x41705451B82949969623F009824D14E3 , 0x6404E0D3FD48426791893F44C4C7B29D , 0x68559D70169D47EC93547631E4875A63 , 0x7E74244CD30C48A4AA57A34AC0C3F54A , 0x7F6C27C9ABCB42CEB38723EE210D1ECD , 0x8DC0EC23632949A695B0AB34221F5736 , 0x8F6BC47E0434464C8F3EC98711EC43F7 , 0x94FB288E25CE4C4A8705F1A468AC1ACA , 0x9A65EA224E8C46389FED450DE98821AB , 0xA020CFADD9BC4473A81E669E4F667517 , 0xAFE13EF7E80047D4956949C27A40CA4A , 0xB23D867934954342A6916CBD679FA5AE , 0xB832B15ECC4C423CACF59DB493A77838 , 0xBB2999D5E0854482B387E057163A5814 , 0xDAA43DD4F787415E8386DB62D265C1CC , 0xEFE3637CB3ED4F4DB680AE1F6AD307B3 , 0xF6015FFD28EE464EA345D0F0E16F6223 ));
Copy
1.98 ms (0.06%)
1
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , (SELECT GROUP_CONCAT (HEX (`sales_channel.paymentMethods.mapping` . `payment_method_id` ) SEPARATOR '||' )
FROM `sales_channel_payment_method` `sales_channel.paymentMethods.mapping`
WHERE `sales_channel.paymentMethods.mapping` . `sales_channel_id` = `sales_channel` . `id` ) as `sales_channel.paymentMethods.id_mapping` , `sales_channel.country` . `id` as `sales_channel.country.id` , `sales_channel.country` . `iso` as `sales_channel.country.iso` , `sales_channel.country` . `position` as `sales_channel.country.position` , `sales_channel.country` . `active` as `sales_channel.country.active` , `sales_channel.country` . `shipping_available` as `sales_channel.country.shippingAvailable` , `sales_channel.country` . `iso3` as `sales_channel.country.iso3` , `sales_channel.country` . `display_state_in_registration` as `sales_channel.country.displayStateInRegistration` , `sales_channel.country` . `force_state_in_registration` as `sales_channel.country.forceStateInRegistration` , `sales_channel.country` . `check_vat_id_pattern` as `sales_channel.country.checkVatIdPattern` , `sales_channel.country` . `vat_id_required` as `sales_channel.country.vatIdRequired` , `sales_channel.country` . `vat_id_pattern` as `sales_channel.country.vatIdPattern` , `sales_channel.country` . `customer_tax` as `sales_channel.country.customerTax` , `sales_channel.country` . `company_tax` as `sales_channel.country.companyTax` , `sales_channel.country` . `postal_code_required` as `sales_channel.country.postalCodeRequired` , `sales_channel.country` . `check_postal_code_pattern` as `sales_channel.country.checkPostalCodePattern` , `sales_channel.country` . `check_advanced_postal_code_pattern` as `sales_channel.country.checkAdvancedPostalCodePattern` , `sales_channel.country` . `advanced_postal_code_pattern` as `sales_channel.country.advancedPostalCodePattern` , `sales_channel.country` . `default_postal_code_pattern` as `sales_channel.country.defaultPostalCodePattern` , `sales_channel.country` . `is_eu` as `sales_channel.country.isEu` , `sales_channel.country` . `created_at` as `sales_channel.country.createdAt` , `sales_channel.country` . `updated_at` as `sales_channel.country.updatedAt` , `sales_channel.country.translation.name` , `sales_channel.country.translation.name` as `sales_channel.country.name` , `sales_channel.country.translation.addressFormat` , `sales_channel.country.translation.addressFormat` as `sales_channel.country.addressFormat` , `sales_channel.country.translation.customFields` , `sales_channel.country.translation.customFields` as `sales_channel.country.customFields` , `sales_channel.language` . `id` as `sales_channel.language.id` , `sales_channel.language` . `parent_id` as `sales_channel.language.parentId` , `sales_channel.language` . `locale_id` as `sales_channel.language.localeId` , `sales_channel.language` . `translation_code_id` as `sales_channel.language.translationCodeId` , `sales_channel.language` . `name` as `sales_channel.language.name` , `sales_channel.language` . `custom_fields` as `sales_channel.language.customFields` , `sales_channel.language` . `created_at` as `sales_channel.language.createdAt` , `sales_channel.language` . `updated_at` as `sales_channel.language.updatedAt` , `sales_channel.language.locale` . `id` as `sales_channel.language.locale.id` , `sales_channel.language.locale` . `code` as `sales_channel.language.locale.code` , `sales_channel.language.locale` . `created_at` as `sales_channel.language.locale.createdAt` , `sales_channel.language.locale` . `updated_at` as `sales_channel.language.locale.updatedAt` , `sales_channel.language.locale.translation.name` , `sales_channel.language.locale.translation.name` as `sales_channel.language.locale.name` , `sales_channel.language.locale.translation.territory` , `sales_channel.language.locale.translation.territory` as `sales_channel.language.locale.territory` , `sales_channel.language.locale.translation.customFields` , `sales_channel.language.locale.translation.customFields` as `sales_channel.language.locale.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `country` `sales_channel.country` ON `sales_channel` . `country_id` = `sales_channel.country` . `id` LEFT JOIN `language` `sales_channel.language` ON `sales_channel` . `language_id` = `sales_channel.language` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.country.translation` . `country_id` , `sales_channel.country.translation` . `name` as `sales_channel.country.translation.name` , `sales_channel.country.translation` . `custom_fields` as `sales_channel.country.translation.customFields` , `sales_channel.country.translation` . `address_format` as `sales_channel.country.translation.addressFormat` FROM `country_translation` `sales_channel.country.translation` WHERE `sales_channel.country.translation` . `language_id` = ? ) `sales_channel.country.country_translation` ON `sales_channel.country.country_translation` . `country_id` = `sales_channel.country` . `id` LEFT JOIN `locale` `sales_channel.language.locale` ON `sales_channel.language` . `locale_id` = `sales_channel.language.locale` . `id` LEFT JOIN (SELECT `sales_channel.language.locale.translation` . `locale_id` , `sales_channel.language.locale.translation` . `name` as `sales_channel.language.locale.translation.name` , `sales_channel.language.locale.translation` . `territory` as `sales_channel.language.locale.translation.territory` , `sales_channel.language.locale.translation` . `custom_fields` as `sales_channel.language.locale.translation.customFields` FROM `locale_translation` `sales_channel.language.locale.translation` WHERE `sales_channel.language.locale.translation` . `language_id` = ? ) `sales_channel.language.locale.locale_translation` ON `sales_channel.language.locale.locale_translation` . `locale_id` = `sales_channel.language.locale` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"*@dÅ\x0F %C┤ÄU\-2fö© "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`sales_channel.paymentMethods.mapping` . `payment_method_id`
) SEPARATOR '||'
)
FROM
`sales_channel_payment_method` `sales_channel.paymentMethods.mapping`
WHERE
`sales_channel.paymentMethods.mapping` . `sales_channel_id` = `sales_channel` . `id`
) as `sales_channel.paymentMethods.id_mapping` ,
`sales_channel.country` . `id` as `sales_channel.country.id` ,
`sales_channel.country` . `iso` as `sales_channel.country.iso` ,
`sales_channel.country` . `position` as `sales_channel.country.position` ,
`sales_channel.country` . `active` as `sales_channel.country.active` ,
`sales_channel.country` . `shipping_available` as `sales_channel.country.shippingAvailable` ,
`sales_channel.country` . `iso3` as `sales_channel.country.iso3` ,
`sales_channel.country` . `display_state_in_registration` as `sales_channel.country.displayStateInRegistration` ,
`sales_channel.country` . `force_state_in_registration` as `sales_channel.country.forceStateInRegistration` ,
`sales_channel.country` . `check_vat_id_pattern` as `sales_channel.country.checkVatIdPattern` ,
`sales_channel.country` . `vat_id_required` as `sales_channel.country.vatIdRequired` ,
`sales_channel.country` . `vat_id_pattern` as `sales_channel.country.vatIdPattern` ,
`sales_channel.country` . `customer_tax` as `sales_channel.country.customerTax` ,
`sales_channel.country` . `company_tax` as `sales_channel.country.companyTax` ,
`sales_channel.country` . `postal_code_required` as `sales_channel.country.postalCodeRequired` ,
`sales_channel.country` . `check_postal_code_pattern` as `sales_channel.country.checkPostalCodePattern` ,
`sales_channel.country` . `check_advanced_postal_code_pattern` as `sales_channel.country.checkAdvancedPostalCodePattern` ,
`sales_channel.country` . `advanced_postal_code_pattern` as `sales_channel.country.advancedPostalCodePattern` ,
`sales_channel.country` . `default_postal_code_pattern` as `sales_channel.country.defaultPostalCodePattern` ,
`sales_channel.country` . `is_eu` as `sales_channel.country.isEu` ,
`sales_channel.country` . `created_at` as `sales_channel.country.createdAt` ,
`sales_channel.country` . `updated_at` as `sales_channel.country.updatedAt` ,
`sales_channel.country.translation.name` ,
`sales_channel.country.translation.name` as `sales_channel.country.name` ,
`sales_channel.country.translation.addressFormat` ,
`sales_channel.country.translation.addressFormat` as `sales_channel.country.addressFormat` ,
`sales_channel.country.translation.customFields` ,
`sales_channel.country.translation.customFields` as `sales_channel.country.customFields` ,
`sales_channel.language` . `id` as `sales_channel.language.id` ,
`sales_channel.language` . `parent_id` as `sales_channel.language.parentId` ,
`sales_channel.language` . `locale_id` as `sales_channel.language.localeId` ,
`sales_channel.language` . `translation_code_id` as `sales_channel.language.translationCodeId` ,
`sales_channel.language` . `name` as `sales_channel.language.name` ,
`sales_channel.language` . `custom_fields` as `sales_channel.language.customFields` ,
`sales_channel.language` . `created_at` as `sales_channel.language.createdAt` ,
`sales_channel.language` . `updated_at` as `sales_channel.language.updatedAt` ,
`sales_channel.language.locale` . `id` as `sales_channel.language.locale.id` ,
`sales_channel.language.locale` . `code` as `sales_channel.language.locale.code` ,
`sales_channel.language.locale` . `created_at` as `sales_channel.language.locale.createdAt` ,
`sales_channel.language.locale` . `updated_at` as `sales_channel.language.locale.updatedAt` ,
`sales_channel.language.locale.translation.name` ,
`sales_channel.language.locale.translation.name` as `sales_channel.language.locale.name` ,
`sales_channel.language.locale.translation.territory` ,
`sales_channel.language.locale.translation.territory` as `sales_channel.language.locale.territory` ,
`sales_channel.language.locale.translation.customFields` ,
`sales_channel.language.locale.translation.customFields` as `sales_channel.language.locale.customFields` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN `country` `sales_channel.country` ON `sales_channel` . `country_id` = `sales_channel.country` . `id`
LEFT JOIN `language` `sales_channel.language` ON `sales_channel` . `language_id` = `sales_channel.language` . `id`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN (
SELECT
`sales_channel.country.translation` . `country_id` ,
`sales_channel.country.translation` . `name` as `sales_channel.country.translation.name` ,
`sales_channel.country.translation` . `custom_fields` as `sales_channel.country.translation.customFields` ,
`sales_channel.country.translation` . `address_format` as `sales_channel.country.translation.addressFormat`
FROM
`country_translation` `sales_channel.country.translation`
WHERE
`sales_channel.country.translation` . `language_id` = ?
) `sales_channel.country.country_translation` ON `sales_channel.country.country_translation` . `country_id` = `sales_channel.country` . `id`
LEFT JOIN `locale` `sales_channel.language.locale` ON `sales_channel.language` . `locale_id` = `sales_channel.language.locale` . `id`
LEFT JOIN (
SELECT
`sales_channel.language.locale.translation` . `locale_id` ,
`sales_channel.language.locale.translation` . `name` as `sales_channel.language.locale.translation.name` ,
`sales_channel.language.locale.translation` . `territory` as `sales_channel.language.locale.translation.territory` ,
`sales_channel.language.locale.translation` . `custom_fields` as `sales_channel.language.locale.translation.customFields`
FROM
`locale_translation` `sales_channel.language.locale.translation`
WHERE
`sales_channel.language.locale.translation` . `language_id` = ?
) `sales_channel.language.locale.locale_translation` ON `sales_channel.language.locale.locale_translation` . `locale_id` = `sales_channel.language.locale` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , (SELECT GROUP_CONCAT (HEX (`sales_channel.paymentMethods.mapping` . `payment_method_id` ) SEPARATOR '||' )
FROM `sales_channel_payment_method` `sales_channel.paymentMethods.mapping`
WHERE `sales_channel.paymentMethods.mapping` . `sales_channel_id` = `sales_channel` . `id` ) as `sales_channel.paymentMethods.id_mapping` , `sales_channel.country` . `id` as `sales_channel.country.id` , `sales_channel.country` . `iso` as `sales_channel.country.iso` , `sales_channel.country` . `position` as `sales_channel.country.position` , `sales_channel.country` . `active` as `sales_channel.country.active` , `sales_channel.country` . `shipping_available` as `sales_channel.country.shippingAvailable` , `sales_channel.country` . `iso3` as `sales_channel.country.iso3` , `sales_channel.country` . `display_state_in_registration` as `sales_channel.country.displayStateInRegistration` , `sales_channel.country` . `force_state_in_registration` as `sales_channel.country.forceStateInRegistration` , `sales_channel.country` . `check_vat_id_pattern` as `sales_channel.country.checkVatIdPattern` , `sales_channel.country` . `vat_id_required` as `sales_channel.country.vatIdRequired` , `sales_channel.country` . `vat_id_pattern` as `sales_channel.country.vatIdPattern` , `sales_channel.country` . `customer_tax` as `sales_channel.country.customerTax` , `sales_channel.country` . `company_tax` as `sales_channel.country.companyTax` , `sales_channel.country` . `postal_code_required` as `sales_channel.country.postalCodeRequired` , `sales_channel.country` . `check_postal_code_pattern` as `sales_channel.country.checkPostalCodePattern` , `sales_channel.country` . `check_advanced_postal_code_pattern` as `sales_channel.country.checkAdvancedPostalCodePattern` , `sales_channel.country` . `advanced_postal_code_pattern` as `sales_channel.country.advancedPostalCodePattern` , `sales_channel.country` . `default_postal_code_pattern` as `sales_channel.country.defaultPostalCodePattern` , `sales_channel.country` . `is_eu` as `sales_channel.country.isEu` , `sales_channel.country` . `created_at` as `sales_channel.country.createdAt` , `sales_channel.country` . `updated_at` as `sales_channel.country.updatedAt` , `sales_channel.country.translation.name` , `sales_channel.country.translation.name` as `sales_channel.country.name` , `sales_channel.country.translation.addressFormat` , `sales_channel.country.translation.addressFormat` as `sales_channel.country.addressFormat` , `sales_channel.country.translation.customFields` , `sales_channel.country.translation.customFields` as `sales_channel.country.customFields` , `sales_channel.language` . `id` as `sales_channel.language.id` , `sales_channel.language` . `parent_id` as `sales_channel.language.parentId` , `sales_channel.language` . `locale_id` as `sales_channel.language.localeId` , `sales_channel.language` . `translation_code_id` as `sales_channel.language.translationCodeId` , `sales_channel.language` . `name` as `sales_channel.language.name` , `sales_channel.language` . `custom_fields` as `sales_channel.language.customFields` , `sales_channel.language` . `created_at` as `sales_channel.language.createdAt` , `sales_channel.language` . `updated_at` as `sales_channel.language.updatedAt` , `sales_channel.language.locale` . `id` as `sales_channel.language.locale.id` , `sales_channel.language.locale` . `code` as `sales_channel.language.locale.code` , `sales_channel.language.locale` . `created_at` as `sales_channel.language.locale.createdAt` , `sales_channel.language.locale` . `updated_at` as `sales_channel.language.locale.updatedAt` , `sales_channel.language.locale.translation.name` , `sales_channel.language.locale.translation.name` as `sales_channel.language.locale.name` , `sales_channel.language.locale.translation.territory` , `sales_channel.language.locale.translation.territory` as `sales_channel.language.locale.territory` , `sales_channel.language.locale.translation.customFields` , `sales_channel.language.locale.translation.customFields` as `sales_channel.language.locale.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `country` `sales_channel.country` ON `sales_channel` . `country_id` = `sales_channel.country` . `id` LEFT JOIN `language` `sales_channel.language` ON `sales_channel` . `language_id` = `sales_channel.language` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.country.translation` . `country_id` , `sales_channel.country.translation` . `name` as `sales_channel.country.translation.name` , `sales_channel.country.translation` . `custom_fields` as `sales_channel.country.translation.customFields` , `sales_channel.country.translation` . `address_format` as `sales_channel.country.translation.addressFormat` FROM `country_translation` `sales_channel.country.translation` WHERE `sales_channel.country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.country.country_translation` ON `sales_channel.country.country_translation` . `country_id` = `sales_channel.country` . `id` LEFT JOIN `locale` `sales_channel.language.locale` ON `sales_channel.language` . `locale_id` = `sales_channel.language.locale` . `id` LEFT JOIN (SELECT `sales_channel.language.locale.translation` . `locale_id` , `sales_channel.language.locale.translation` . `name` as `sales_channel.language.locale.translation.name` , `sales_channel.language.locale.translation` . `territory` as `sales_channel.language.locale.translation.territory` , `sales_channel.language.locale.translation` . `custom_fields` as `sales_channel.language.locale.translation.customFields` FROM `locale_translation` `sales_channel.language.locale.translation` WHERE `sales_channel.language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.language.locale.locale_translation` ON `sales_channel.language.locale.locale_translation` . `locale_id` = `sales_channel.language.locale` . `id` WHERE `sales_channel` . `id` IN (0x2A40648F0F2543B48E555C2D326694B8 );
Copy
1.98 ms (0.06%)
1
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"e“X8”‡I2’\x13 ‘×ÕÑD^ "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x6593583894874932921391D7D5D1445E ;
Copy
1.82 ms (0.06%)
1
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` . `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"†›Ø¿Ã¼G\x14 ©† \x07 õ/À] "
]
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` . `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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x869BD8BFC3BC4714A9862007F52FC05D ));
Copy
1.76 ms (0.06%)
1
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"<\r eÝ_\x03 N\x10 ¦}\x1F\x07 <í”S "
b"C<†ÛÞNH¾£F$¦qYËG "
b"IC\x06 █Ø/EÌû¾┤Éþ\x00 ^/ "
b"f¯}^Ñ\t E—\x10 ÅšêUa\x0F "
b"""
g©×w\x0F\x10 Aç»\n
Ôå-¬\n
p
"""
b"i¸\x06 ÷ÙáCÝ›ŸbI–òûÀ "
b"oÉVäÑ¿D÷ó¨Ð\x11 pÍ7ù "
b"ü_ıf«bF▀öð\x17 ‗ûE / "
b"„"\x1D\x0F 2òI®·\x06 ÛXçfiè "
b"¦P´ˆyVD¡‡\x1D g\x05 Ñ'\f y "
b"á̹®)7C[š ¿t©^d\x0F "
b"òq‰%†zNõ®àáMÀ\x15 ß… "
b"÷Rê9`”E_žª4\v 4Úý\ "
b"#K\x03 \æ¶E’©»³I\x01 Ý\x07 5 "
b"-E│.¡\x00 AÅÿÜ7ÆX?Zq "
b"mz/ªÖ…Cç¨x—æ™î\t p "
b"†FiÖÅŸO ±ˆë\x16 Јæ\ "
b"¬9}ÚU+EÞ¬è5\x05 ë¸ô\x15 "
b"\x16 üs\t ┴\x0E O§ÑTN`6\x05 ØA "
b"\x1C ãDe\f ÕO#³k\x0F ^k¬‹q "
b"'9\x14 ·»éJÝ…“BFŽ'1Ÿ "
b"PaÁ\t úÕNvì\Ë\x13\x10\x0E ÿí "
b"""
\¬\x1C ¦wæC.»ìÌCI\t \n
6
"""
b"Üí2¿¥ôJ9—R£2KMx! "
b" \x00 ╦ûÓ■I£©▒)\x18 ?Èìä "
b"\x06 Ù`àŸ\M3¾bj\x08 Ý[ëŠ "
b"&í¬/┘\x06 C┬╝▓ÐÃ{cCÅ "
b"K┴]ú_{D╦És▀eS‗,x "
b"Y┌3║LsB\x02 òØ£Òê½ñÝ "
b"rÜ\r ÉJ¦KÇ×\x7F õ┼²Î\a "
b"\x07\x06\x00 1ûúCý‹LÏvEh¤Ì "
b"\t Õ¾§ø‘E‰²!)¶H_÷R "
b"\x0E š\x0F ·{ØD½¬èC,‰Ïì_ "
b"\x11 —ˆåî+@h¤¯¼PgÌæ9 "
b"\x15 Ÿâq<UAcüÃMÕ\x19 ±Š "
b"\x1A 0-BUÇIƒ╣é7êãÛÙØ "
b"\x1E r\x02\x11 X}F,¤ËŽS\f ä\x03 º "
b"\x1E tûà£2Fó»Á"Ïõ\x1E\x1C @ "
b"#¡Wû¤PIз>ŒpL\x1F 1Ç "
b",¨8\x13 ž¨F“€ÿ\x1C ÔV€ô_ "
b"0i[k‰™Hê¦SÎSÇõà× "
b"7µî0Ø)G¾ƒ\x02 «ÿg\x12 Šk "
b"9C\x15 5Õt@v¥¦\t KóRÌÉ "
b"@(\x7F ë43Ekà╩«ô¡CÅý "
b"""
A┌¥M¦╠@\n
ºbÅ.ªQ¶*
"""
b"EkmöƵG{ØT█│\x06\x10 á█ "
b"""
Evì_ÁlMY±+x…\r\n
Ö¨
"""
b"Eœ}‹\e ND62Z½\f @Ë\x01 "
b"Gض¤¢\x12 AI£•€wrõè´ "
b"P\x0F \\v ÏùL¾°\x10 KSŒu¯q "
b"T$è¾BÂ@¦ˆkŸÊzmÍ“ "
b"Uš”ÖOVDE“¾¦†‚s̵ "
b"Xãã|‹[@Ø L"\x15 2ç\x07 ½ "
b"Zÿ[[Í Jh°‡\e gÚª\x0F\x12 "
b"u÷ù´—¿Gʘïhm\f fa] "
b"vì\x10 BàõN›‰.mdº’w\x13 "
b"|òþ£ÅÉMñ¢├┐ƒ9\x03 ±/ "
b"}@kŒ*IAüˆ[±l‘Š\x1E ¼ "
b"""
Ç®\n
õüðEäâ╔OáÆWWY
"""
b"ˆŽzìBRA\x14 –0˜5`g\x1C É "
b"""
ŠšF\n
åíL\x04 Œ\x0F ?\x1A )\x19 î\n
"""
b"ŠØ.oÀEH\x0F Ž#Û—Ó×\n "
b"""
îr#═ȺE\n
ì×tï \x0F ÒÊ
"""
b"ì\x7F Ö0<¡GJÅÈW\e C6ÿ« "
b"”±ÛéóÛIŒžš4K\ò—\x18 "
b"òÅVNË\x14 Bf¥@Ð}KÓ-? "
b"–½¥ù\x17 ÆE™³·\x1F\x00 z\x7F žé "
b"™õ\x15 2\x7F ÆDeLh‡Fd\x03 R "
b"žv\x1F ª¢'@©>/K…ɵ\x14 "
b"°6ŸD\x12 òI·€P\x11 ¯Ò®{| "
b"´n\x1D =Ë\f CV”\x06 ¥-ÎðGe "
b"""
Á\x19\x06 4┘¨O\n
ü\x10 5#³çmX
"""
b"»ç°«7\x00 C¸‹Þy¯D\e •0 "
b"¾c$Þ9\x08 C%Žªœ”#GQ• "
b"└▒Ï,É\r N¢▒╚b!█!æ\t "
b"Ãè#ð9çHl¶‚™ÎkºÃ› "
b"╠\x07 l┴âwH\x17 ÅÔV©º║d\x14 "
b"¤Åµòó\x0F B┤Ñê©Jèà\f £ "
b"▄ðÛ¤Ù\x08 D®Åò░l¿üpµ "
b"ß á\x00\x11 qAQ†÷r\x03\x16 :XX "
b"á¤Øó\e\x0E M±”𒸘Š7þ "
b"îª<Ã׳Mâ¬\x02 *Þ½ñ†9 "
b"´>¾¿èVG¦ü\x04 è\v 0\x0E 5: "
b"û§,\x19 •ÞO\x1C ˜DØ4zpKÐ "
]
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 (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
Copy
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 (0x3C0D65DD5F034E10A67D1F073CED9453 , 0x433C86DBDE4E48BEA34624A67159CB47 , 0x494306DB9D2F45DE96F3B490E7005E2F , 0x66AF7D5ED10945AD9710C59AEA55610F , 0x67A9D7770F1041E7BB0AD4E52DAC0A70 , 0x69B806F7D9E143DD9B9F624996F2FBC0 , 0x6F905684A5A844F6A2F9D11170D63797 , 0x815FD566AE6246DF94D017F29645202F , 0x84221D0F32F249AEB706DB58E76669E8 , 0xA650B488795644A1871D6705D1270C79 , 0xE1CCB9AE2937435B9A20BF74A95E640F , 0xF2718925867A4EF5AEE0E14DC015DF85 , 0xF752EA396094455F9EAA340B34DAFD5C , 0x234B035CE6B64592A9BBB34901DD0735 , 0x2D45B32EAD00418F989A3792583F5A71 , 0x6D7A2FAAD68543E7A87897E699EE0970 , 0x864669D6C59F4FA0B188EB16D088E65C , 0xAC397DDA552B45DEACE83505EBB8F415 , 0x16817309C10E4FF5A5544E6036059D41 , 0x1CE344650CD54F23B36B0F5E6BAC8B71 , 0x273914B7BBE94ADD859342468E27319F , 0x5061B509A3E54E768D5CD313100E98A1 , 0x5CAC1CA677E6432EBBECCC4349090A36 , 0xDCED32BFA5F44A399752A3324B4D7821 , 0xFF00CB96E0FE499CB8B129183FD48D84 , 0x06D960E09F5C4D33BE626A08DD5BEB8A , 0x26A1AA2FD90643C2BCB2D1C77B63438F , 0x4BC15DA35F7B44CB9073DF6553F22C78 , 0x59DA33BA4C734202959D9CE388ABA4ED , 0x729A0D904ADD4B809E7FE4C5FDD75C61 , 0x07060031FBFA43FD8B4CCF764568A4CC , 0x09D5BEA7F8914589B22129B6485FF752 , 0x0E9A0FB77BD844BDACE8432C89CFEC5F , 0x119788E5EE2B4068A4AFBC5067CCE639 , 0x159FE2713C554163ADFCC34DD519B18A , 0x1A302D425580499FB9823788C6EAEB9D , 0x1E720211587D462CA4CB8E530CE403BA , 0x1E74FBE0A33246F3BBC122CFF51E1C40 , 0x23A157FBA45049D0B73E8C704C1F31C7 , 0x2CA838139EA8469380FF1CD45680F45F , 0x30695B6B899948EAA653CE53C7F5E0D7 , 0x37B5EE30D82947BE8302ABFF67128A6B , 0x39431535E5744076BEDD094BA252DE90 , 0x40287F893433456B85CAAE93AD438FEC , 0x41DABE4DDDCC400AA7628F2EA651F42A , 0x456B6D9492E6477B9D54DBB30610A0DB , 0x4576EC5FC16C4D59B12B78850D0AD6A8 , 0x459C7D8B1B4E4436AD325ABD0C40CB01 , 0x47D8B6A4A2124149A395807772F5E8B4 , 0x500F5C0BCFF94CBEB0104B538C75AF71 , 0x5424E8BE42C240A6886B9FCA7A6DCD93 , 0x559A94D64F56444593BEA6868273CCB5 , 0x58E3E37C8B5B40D8A04C221532E707BD , 0x5AFF5B5BCD204A68B0871B67DAAA0F12 , 0x75F7F9B497BF47CA98EF686D0C66615D , 0x76EC1042E0F54E9B892E6D64BA927713 , 0x7C95E79C8F904DA4BDC3BF9F3903F12F , 0x7D406B8C2A4941FC885BB16C918A1EBC , 0x80A90AE481D0458483C94FA092575759 , 0x888E7AEC425241149630983560671CC9 , 0x8A9A460AE5ED4C048C0F3F1A2919EE0A , 0x8AD82E6FC045480F8E23DB97D3D7AD0A , 0x8C7223CDD4A7450A8D9E748BFF0FE3D2 , 0x8D7F99303CAD474A8FD4571B433698AE , 0x94B1DBE9F3DB498C9E9A344B5CF29718 , 0x958F564ED3144266BE40D17D4BE02D3F , 0x96BDA5F917C64599B3B71F007A7F9EE9 , 0x99F515327FC64465AD4C688746640352 , 0x9E761FAAA22740ADA93E2F4B85C9B514 , 0xB0369F4412F249B7805011AFD2AE7B7C , 0xB46E1D3DCB0C43569406A52DCEF04765 , 0xB5190634D9F94F0A81103523FC876D58 , 0xBBE7B0AB370043B88BDE79AF441B9530 , 0xBE6324DE390843258EAA9C9423475195 , 0xC0B1D82C900D4EBDB1C86221DB219109 , 0xC3E823F039E7486CB68299CE6BBAC39B , 0xCC076CC1837748178FE256B8A7BA6414 , 0xCF8FE695A20F42B4A588B84A8A850C9C , 0xDCD0EACFEB0844A98F95B06CA88170E6 , 0xDF20E1001171415186F77203163A5858 , 0xE1A4D8F31B0E4DB194F092B8988A37FE , 0xEEAA3CC3D7B34DE2AC022ADEBDF18639 , 0xEF3EF3A88A5647DD81048A0B300E353A , 0xFBA72C1995DE4F1C9844D8347A704BD0 );
Copy
1.72 ms (0.06%)
2
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"œèqtÑ\x1C L0¹\x1D ÁµHÇÆ\ "
b"Ü,Þ>ßsDÀ /øŸß\x14 Ys "
]
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 (? , ? )
)
Copy
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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x9CE87174D11C4C30B91DC1B548C7C65C , 0xDC2CDE3EDF7344C0A02FF89FDF145973 ));
Copy
1.67 ms (0.05%)
1
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = ? AND `language.salesChannels` . `id` = ? ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC
Parameters :
[
b"*@dÅ\x0F %C┤ÄU\-2fö© "
b"*@dÅ\x0F %C┤ÄU\-2fö© "
]
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = 0x2A40648F0F2543B48E555C2D326694B8 AND `language.salesChannels` . `id` = 0x2A40648F0F2543B48E555C2D326694B8 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
1.67 ms (0.05%)
1
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` . `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"Ü,Þ>ßsDÀ /øŸß\x14 Ys "
]
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` . `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 (? )
)
Copy
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` . `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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xDC2CDE3EDF7344C0A02FF89FDF145973 ));
Copy
1.66 ms (0.05%)
2
SELECT `seo_url` . `id` FROM `seo_url` WHERE ((`seo_url` . `sales_channel_id` = ? AND `seo_url` . `language_id` = ? AND `seo_url` . `path_info` = ? AND `seo_url` . `is_deleted` = ? AND `seo_url` . `is_canonical` = ? )) LIMIT 1
Parameters :
[
b"*@dÅ\x0F %C┤ÄU\-2fö© "
b"/»_ââšMpªXTÎ|ãâ\v "
"/navigation/9ce87174d11c4c30b91dc1b548c7c65c "
false
true
]
SELECT `seo_url` . `id` FROM `seo_url` WHERE ((`seo_url` . `sales_channel_id` = 0x2A40648F0F2543B48E555C2D326694B8 AND `seo_url` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url` . `path_info` = '/navigation/9ce87174d11c4c30b91dc1b548c7c65c' AND `seo_url` . `is_deleted` = 0 AND `seo_url` . `is_canonical` = 1 )) LIMIT 1 ;
Copy
1.66 ms (0.05%)
1
SELECT `sico_credit_plus_calculated_rate` . `id` as `sico_credit_plus_calculated_rate.id` , `sico_credit_plus_calculated_rate` . `sico_min_months` as `sico_credit_plus_calculated_rate.sicoMinMonths` , `sico_credit_plus_calculated_rate` . `sico_min_months_interest_rate` as `sico_credit_plus_calculated_rate.sicoMinMonthsInterestRate` , `sico_credit_plus_calculated_rate` . `sico_min_months_rate` as `sico_credit_plus_calculated_rate.sicoMinMonthsRate` , `sico_credit_plus_calculated_rate` . `sico_max_months` as `sico_credit_plus_calculated_rate.sicoMaxMonths` , `sico_credit_plus_calculated_rate` . `sico_max_months_interest_rate` as `sico_credit_plus_calculated_rate.sicoMaxMonthsInterestRate` , `sico_credit_plus_calculated_rate` . `sico_max_months_rate` as `sico_credit_plus_calculated_rate.sicoMaxMonthsRate` , `sico_credit_plus_calculated_rate` . `sico_absolute_min_rate_months` as `sico_credit_plus_calculated_rate.sicoAbsoluteMinRateMonths` , `sico_credit_plus_calculated_rate` . `sico_absolute_min_rate_interest_rate` as `sico_credit_plus_calculated_rate.sicoAbsoluteMinRateInterestRate` , `sico_credit_plus_calculated_rate` . `sico_absolute_min_rate_rate` as `sico_credit_plus_calculated_rate.sicoAbsoluteMinRateRate` , `sico_credit_plus_calculated_rate` . `sico_fictional_min_rate_months` as `sico_credit_plus_calculated_rate.sicoFictionalMinRateMonths` , `sico_credit_plus_calculated_rate` . `sico_fictional_min_rate_interest_rate` as `sico_credit_plus_calculated_rate.sicoFictionalMinRateInterestRate` , `sico_credit_plus_calculated_rate` . `sico_fictional_min_rate_rate` as `sico_credit_plus_calculated_rate.sicoFictionalMinRateRate` , `sico_credit_plus_calculated_rate` . `sico_calculation_finished` as `sico_credit_plus_calculated_rate.sicoCalculationFinished` , `sico_credit_plus_calculated_rate` . `sico_currency_id` as `sico_credit_plus_calculated_rate.sicoCurrencyId` , `sico_credit_plus_calculated_rate` . `product_id` as `sico_credit_plus_calculated_rate.productId` , `sico_credit_plus_calculated_rate` . `product_version_id` as `sico_credit_plus_calculated_rate.productVersionId` , `sico_credit_plus_calculated_rate` . `sico_sales_channel_id` as `sico_credit_plus_calculated_rate.sicoSalesChannelId` , `sico_credit_plus_calculated_rate` . `created_at` as `sico_credit_plus_calculated_rate.createdAt` , `sico_credit_plus_calculated_rate` . `updated_at` as `sico_credit_plus_calculated_rate.updatedAt` FROM `sico_credit_plus_calculated_rate` WHERE (`sico_credit_plus_calculated_rate` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"\x03 qÅo¯ù@║ùÒ!$C\x04 ,\x0E "
b"\x03 Ñôq'TGV®à ãܦad "
b"\x05 ÉwwÛ\x1C H½ƒ¯E║øÚÙ\x01 "
b"!=╗├]╣FcÜk\x05 ¯6\x11 ìå "
b"*À:Ûó°Bk‡ô··Ñ_ˆ© "
b"0\x10 r;yé@]ü\x13 £Èë\x04 Í¢ "
b"<w,║¬\x03 A└û§‗Ù¯æÉ│ "
b"ApTQ¸)I––#ð\t ‚M\x14 ã "
b"d\x04 Ó˲HBgæë?D─Ã▓Ø "
b"hUØp\x16 ØGýôTv1õçZc "
b"~t$LÓ\f H¤ªW£JÀÃõJ "
b"\x7F l'É«ËBγ‡#î!\r \x1E Í "
b"ì└ý#c)Iªò░½4"\x1F W6 "
b"Åk─~\x04 4FLÅ>╔ç\x11 ýC¸ "
b"”û(Ž%ÎLJ‡\x05 ñ¤h¬\x1A Ê "
b"šeê"NŒF8ŸíE\r éˆ!« "
b" ÏÙ¼Ds¨\x1E fžOfu\x17 "
b"¯á>÷è\x00 GÔ•iIÂz@ÊJ "
b"²=†y4•CB¦‘l½gŸ¥® "
b"©2▒^╠LB<¼§Ø┤ôºx8 "
b"»)™Õà…D‚³‡àW\x16 :X\x14 "
b"Ú¤=Ô÷‡A^ƒ†ÛbÒeÁÌ "
b"ïãc|³íOM¶€®\x1F jÓ\x07 ³ "
b"ö\x01 _ý(îFN£EÐðáob# "
]
SELECT
`sico_credit_plus_calculated_rate` . `id` as `sico_credit_plus_calculated_rate.id` ,
`sico_credit_plus_calculated_rate` . `sico_min_months` as `sico_credit_plus_calculated_rate.sicoMinMonths` ,
`sico_credit_plus_calculated_rate` . `sico_min_months_interest_rate` as `sico_credit_plus_calculated_rate.sicoMinMonthsInterestRate` ,
`sico_credit_plus_calculated_rate` . `sico_min_months_rate` as `sico_credit_plus_calculated_rate.sicoMinMonthsRate` ,
`sico_credit_plus_calculated_rate` . `sico_max_months` as `sico_credit_plus_calculated_rate.sicoMaxMonths` ,
`sico_credit_plus_calculated_rate` . `sico_max_months_interest_rate` as `sico_credit_plus_calculated_rate.sicoMaxMonthsInterestRate` ,
`sico_credit_plus_calculated_rate` . `sico_max_months_rate` as `sico_credit_plus_calculated_rate.sicoMaxMonthsRate` ,
`sico_credit_plus_calculated_rate` . `sico_absolute_min_rate_months` as `sico_credit_plus_calculated_rate.sicoAbsoluteMinRateMonths` ,
`sico_credit_plus_calculated_rate` . `sico_absolute_min_rate_interest_rate` as `sico_credit_plus_calculated_rate.sicoAbsoluteMinRateInterestRate` ,
`sico_credit_plus_calculated_rate` . `sico_absolute_min_rate_rate` as `sico_credit_plus_calculated_rate.sicoAbsoluteMinRateRate` ,
`sico_credit_plus_calculated_rate` . `sico_fictional_min_rate_months` as `sico_credit_plus_calculated_rate.sicoFictionalMinRateMonths` ,
`sico_credit_plus_calculated_rate` . `sico_fictional_min_rate_interest_rate` as `sico_credit_plus_calculated_rate.sicoFictionalMinRateInterestRate` ,
`sico_credit_plus_calculated_rate` . `sico_fictional_min_rate_rate` as `sico_credit_plus_calculated_rate.sicoFictionalMinRateRate` ,
`sico_credit_plus_calculated_rate` . `sico_calculation_finished` as `sico_credit_plus_calculated_rate.sicoCalculationFinished` ,
`sico_credit_plus_calculated_rate` . `sico_currency_id` as `sico_credit_plus_calculated_rate.sicoCurrencyId` ,
`sico_credit_plus_calculated_rate` . `product_id` as `sico_credit_plus_calculated_rate.productId` ,
`sico_credit_plus_calculated_rate` . `product_version_id` as `sico_credit_plus_calculated_rate.productVersionId` ,
`sico_credit_plus_calculated_rate` . `sico_sales_channel_id` as `sico_credit_plus_calculated_rate.sicoSalesChannelId` ,
`sico_credit_plus_calculated_rate` . `created_at` as `sico_credit_plus_calculated_rate.createdAt` ,
`sico_credit_plus_calculated_rate` . `updated_at` as `sico_credit_plus_calculated_rate.updatedAt`
FROM
`sico_credit_plus_calculated_rate`
WHERE
(
`sico_credit_plus_calculated_rate` . `product_id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `sico_credit_plus_calculated_rate` . `id` as `sico_credit_plus_calculated_rate.id` , `sico_credit_plus_calculated_rate` . `sico_min_months` as `sico_credit_plus_calculated_rate.sicoMinMonths` , `sico_credit_plus_calculated_rate` . `sico_min_months_interest_rate` as `sico_credit_plus_calculated_rate.sicoMinMonthsInterestRate` , `sico_credit_plus_calculated_rate` . `sico_min_months_rate` as `sico_credit_plus_calculated_rate.sicoMinMonthsRate` , `sico_credit_plus_calculated_rate` . `sico_max_months` as `sico_credit_plus_calculated_rate.sicoMaxMonths` , `sico_credit_plus_calculated_rate` . `sico_max_months_interest_rate` as `sico_credit_plus_calculated_rate.sicoMaxMonthsInterestRate` , `sico_credit_plus_calculated_rate` . `sico_max_months_rate` as `sico_credit_plus_calculated_rate.sicoMaxMonthsRate` , `sico_credit_plus_calculated_rate` . `sico_absolute_min_rate_months` as `sico_credit_plus_calculated_rate.sicoAbsoluteMinRateMonths` , `sico_credit_plus_calculated_rate` . `sico_absolute_min_rate_interest_rate` as `sico_credit_plus_calculated_rate.sicoAbsoluteMinRateInterestRate` , `sico_credit_plus_calculated_rate` . `sico_absolute_min_rate_rate` as `sico_credit_plus_calculated_rate.sicoAbsoluteMinRateRate` , `sico_credit_plus_calculated_rate` . `sico_fictional_min_rate_months` as `sico_credit_plus_calculated_rate.sicoFictionalMinRateMonths` , `sico_credit_plus_calculated_rate` . `sico_fictional_min_rate_interest_rate` as `sico_credit_plus_calculated_rate.sicoFictionalMinRateInterestRate` , `sico_credit_plus_calculated_rate` . `sico_fictional_min_rate_rate` as `sico_credit_plus_calculated_rate.sicoFictionalMinRateRate` , `sico_credit_plus_calculated_rate` . `sico_calculation_finished` as `sico_credit_plus_calculated_rate.sicoCalculationFinished` , `sico_credit_plus_calculated_rate` . `sico_currency_id` as `sico_credit_plus_calculated_rate.sicoCurrencyId` , `sico_credit_plus_calculated_rate` . `product_id` as `sico_credit_plus_calculated_rate.productId` , `sico_credit_plus_calculated_rate` . `product_version_id` as `sico_credit_plus_calculated_rate.productVersionId` , `sico_credit_plus_calculated_rate` . `sico_sales_channel_id` as `sico_credit_plus_calculated_rate.sicoSalesChannelId` , `sico_credit_plus_calculated_rate` . `created_at` as `sico_credit_plus_calculated_rate.createdAt` , `sico_credit_plus_calculated_rate` . `updated_at` as `sico_credit_plus_calculated_rate.updatedAt` FROM `sico_credit_plus_calculated_rate` WHERE (`sico_credit_plus_calculated_rate` . `product_id` IN (0x03718F6FEE9740BA97E3212443042C0E , 0x03D1F47127544756AEE020E3DCA66164 , 0x05907777EA1C48AB9FEE45BA9BE9EB01 , 0x213DBBC35DB946639A6B05EE36118D86 , 0x2AC03ADBF3B0426B87F4B7B7D15F88A9 , 0x3010723B7982405D81139CD48904D6BD , 0x3C772CBAAA0341C096F5F2EBEE9190B3 , 0x41705451B82949969623F009824D14E3 , 0x6404E0D3FD48426791893F44C4C7B29D , 0x68559D70169D47EC93547631E4875A63 , 0x7E74244CD30C48A4AA57A34AC0C3F54A , 0x7F6C27C9ABCB42CEB38723EE210D1ECD , 0x8DC0EC23632949A695B0AB34221F5736 , 0x8F6BC47E0434464C8F3EC98711EC43F7 , 0x94FB288E25CE4C4A8705F1A468AC1ACA , 0x9A65EA224E8C46389FED450DE98821AB , 0xA020CFADD9BC4473A81E669E4F667517 , 0xAFE13EF7E80047D4956949C27A40CA4A , 0xB23D867934954342A6916CBD679FA5AE , 0xB832B15ECC4C423CACF59DB493A77838 , 0xBB2999D5E0854482B387E057163A5814 , 0xDAA43DD4F787415E8386DB62D265C1CC , 0xEFE3637CB3ED4F4DB680AE1F6AD307B3 , 0xF6015FFD28EE464EA345D0F0E16F6223 ));
Copy
1.51 ms (0.05%)
1
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.swagCmsExtensionsBlockRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.id` , `cms_block.swagCmsExtensionsBlockRule` . `inverted` as `cms_block.swagCmsExtensionsBlockRule.inverted` , `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_version_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId` , `cms_block.swagCmsExtensionsBlockRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.updatedAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `name` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `priority` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `description` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `payload` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `invalid` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `areas` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `custom_fields` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `module_types` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt` , `cms_block.swagCmsExtensionsQuickview` . `id` as `cms_block.swagCmsExtensionsQuickview.id` , `cms_block.swagCmsExtensionsQuickview` . `active` as `cms_block.swagCmsExtensionsQuickview.active` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockId` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_version_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId` , `cms_block.swagCmsExtensionsQuickview` . `created_at` as `cms_block.swagCmsExtensionsQuickview.createdAt` , `cms_block.swagCmsExtensionsQuickview` . `updated_at` as `cms_block.swagCmsExtensionsQuickview.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"DHÁ'\x04 âD×ì¥ÍyÒú¡Õ "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.swagCmsExtensionsBlockRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.id` ,
`cms_block.swagCmsExtensionsBlockRule` . `inverted` as `cms_block.swagCmsExtensionsBlockRule.inverted` ,
`cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId` ,
`cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockId` ,
`cms_block.swagCmsExtensionsBlockRule` . `cms_block_version_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId` ,
`cms_block.swagCmsExtensionsBlockRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.createdAt` ,
`cms_block.swagCmsExtensionsBlockRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.updatedAt` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `name` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `priority` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `description` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `payload` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `invalid` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `areas` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `custom_fields` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `module_types` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt` ,
`cms_block.swagCmsExtensionsQuickview` . `id` as `cms_block.swagCmsExtensionsQuickview.id` ,
`cms_block.swagCmsExtensionsQuickview` . `active` as `cms_block.swagCmsExtensionsQuickview.active` ,
`cms_block.swagCmsExtensionsQuickview` . `cms_block_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockId` ,
`cms_block.swagCmsExtensionsQuickview` . `cms_block_version_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId` ,
`cms_block.swagCmsExtensionsQuickview` . `created_at` as `cms_block.swagCmsExtensionsQuickview.createdAt` ,
`cms_block.swagCmsExtensionsQuickview` . `updated_at` as `cms_block.swagCmsExtensionsQuickview.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id`
LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsQuickview` . `cms_block_id`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.swagCmsExtensionsBlockRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.id` , `cms_block.swagCmsExtensionsBlockRule` . `inverted` as `cms_block.swagCmsExtensionsBlockRule.inverted` , `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_version_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId` , `cms_block.swagCmsExtensionsBlockRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.updatedAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `name` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `priority` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `description` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `payload` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `invalid` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `areas` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `custom_fields` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `module_types` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt` , `cms_block.swagCmsExtensionsQuickview` . `id` as `cms_block.swagCmsExtensionsQuickview.id` , `cms_block.swagCmsExtensionsQuickview` . `active` as `cms_block.swagCmsExtensionsQuickview.active` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockId` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_version_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId` , `cms_block.swagCmsExtensionsQuickview` . `created_at` as `cms_block.swagCmsExtensionsQuickview.createdAt` , `cms_block.swagCmsExtensionsQuickview` . `updated_at` as `cms_block.swagCmsExtensionsQuickview.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x4448B5270483449E8DBED679E3A3ADE5 )));
Copy
1.48 ms (0.05%)
1
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` . `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"†›Ø¿Ã¼G\x14 ©† \x07 õ/À] "
b"\x01 –\x18 ²±šqߺ°Œ´ëíym "
b"\x01 û\x18 ▓▒¢rl¥?ü;±§0# "
]
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` . `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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x869BD8BFC3BC4714A9862007F52FC05D , 0x019618B2B19A71DFBAB08CB4EBED796D , 0x019618B2B1BD726CBE3F813BF1F53023 ));
Copy
1.45 ms (0.05%)
1
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÍIä\x00 Þ©K辄?Ó4Lp| "
b"i?]>züDQ¡▓·x┼\x03 ╬ü "
b"ø÷â3,Ø@H‹PTÊï\x05 ‹Ð "
b"\x12 v1Ô╔ıFßÅ┴t^├â1Ú "
b"\x16 -€<46Lm™âhâJ\x10 š} "
b"\x08 ¯V§\x06\x12 I`¹èäê\x02 .êN "
b"l^•߆^DŒ‚\x05 ¤žsbˆ‡ "
b"Gn-ööDDë„Ï<d\x04 .ií "
b"{ü@’êñE!°X\x16 æ\x10 u³® "
b" ¼]¦sÌE§\e JÅâm«¤ "
b"±!bacsJŽšè7!¤\e 08 "
b"\x19 9É¿1ïFUîÅhM│Ô]▒ "
b"&s: ëM¹»ÕÓú7™\x10 Õ "
b"P,£¿ÜYAàñ\x1C GNÆ\x0E iì "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0xCD49E400DEA94BE8BE843FD3344C707C , 0x693F5D3E7A814451ADB2FA78C503CE81 , 0xF8F7E2332CD840488B5054CAEF058BD0 , 0x127631E2C9D546E18FC1745EC38331E9 , 0x162D803C34364C6D99E268E24A109A7D , 0x08AF56A706124960B9E8E4EA022EEA4E , 0x6C5E95DF865E448C8205A49E73628887 , 0x476E2DF6F64444EB84CF3C64042E69ED , 0x7BFC4092EAF14521B05816E61075B3AE , 0x20BC5DA673CC45A7AD1B4AC5E26DABA4 , 0xB121626163734A8E9AE83721A41B3038 , 0x193990A8318B46558C8F684DB3E25DB1 , 0xAD26733A20EB4DB9BBD5D3FA379910D5 , 0x502C9CA89A594185A41C474E920E698D );
Copy
1.45 ms (0.05%)
1
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters :
[
b"*@dÅ\x0F %C┤ÄU\-2fö© "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x2A40648F0F2543B48E555C2D326694B8 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
1.44 ms (0.05%)
1
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
1.44 ms (0.05%)
1
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.id` , `cms_section.swagCmsExtensionsScrollNavigation` . `active` as `cms_section.swagCmsExtensionsScrollNavigation.active` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.id` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `position` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.position` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `type` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.type` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `locked` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.locked` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `name` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.name` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `sizing_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.sizingMode` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `mobile_behavior` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.mobileBehavior` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_color` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundColor` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaMode` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `css_class` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cssClass` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.pageId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `visibility` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.visibility` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `custom_fields` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.customFields` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.versionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cmsPageVersionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.createdAt` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.createdAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` as `cms_section.swagCmsExtensionsScrollNavigation.displayName` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section` . `id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN `cms_section` `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` ON `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` AND `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` LEFT JOIN (SELECT `cms_section.swagCmsExtensionsScrollNavigation.translation` . `swag_cms_extensions_scroll_navigation_id` , `cms_section.swagCmsExtensionsScrollNavigation.translation` . `display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` FROM `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation` WHERE `cms_section.swagCmsExtensionsScrollNavigation.translation` . `language_id` = ? ) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` . `swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"›‚‘@8\x17 A¸ˆ\e Ý,.·.I "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.id` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `active` as `cms_section.swagCmsExtensionsScrollNavigation.active` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.id` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `position` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.position` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `type` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.type` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `locked` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.locked` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `name` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.name` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `sizing_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.sizingMode` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `mobile_behavior` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.mobileBehavior` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_color` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundColor` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaMode` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `css_class` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cssClass` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.pageId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `visibility` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.visibility` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `custom_fields` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.customFields` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.versionId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cmsPageVersionId` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.createdAt` ,
`cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.updatedAt` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.createdAt` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.updatedAt` ,
`cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` ,
`cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` as `cms_section.swagCmsExtensionsScrollNavigation.displayName` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section` . `id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN `cms_section` `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` ON `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id`
AND `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id`
LEFT JOIN (
SELECT
`cms_section.swagCmsExtensionsScrollNavigation.translation` . `swag_cms_extensions_scroll_navigation_id` ,
`cms_section.swagCmsExtensionsScrollNavigation.translation` . `display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName`
FROM
`swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation`
WHERE
`cms_section.swagCmsExtensionsScrollNavigation.translation` . `language_id` = ?
) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` . `swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.id` , `cms_section.swagCmsExtensionsScrollNavigation` . `active` as `cms_section.swagCmsExtensionsScrollNavigation.active` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.id` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `position` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.position` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `type` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.type` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `locked` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.locked` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `name` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.name` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `sizing_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.sizingMode` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `mobile_behavior` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.mobileBehavior` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_color` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundColor` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `background_media_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaMode` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `css_class` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cssClass` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.pageId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `visibility` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.visibility` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `custom_fields` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.customFields` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.versionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `cms_page_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cmsPageVersionId` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.createdAt` , `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.createdAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` as `cms_section.swagCmsExtensionsScrollNavigation.displayName` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section` . `id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN `cms_section` `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` ON `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `id` AND `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` . `version_id` LEFT JOIN (SELECT `cms_section.swagCmsExtensionsScrollNavigation.translation` . `swag_cms_extensions_scroll_navigation_id` , `cms_section.swagCmsExtensionsScrollNavigation.translation` . `display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` FROM `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation` WHERE `cms_section.swagCmsExtensionsScrollNavigation.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` . `swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x9B829140381741B8881BDD2C2EB72E49 )));
Copy
1.42 ms (0.05%)
1
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"*@dÅ\x0F %C┤ÄU\-2fö© "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name` as `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . `currency_id` ,
`sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation` . `language_id` = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0x2A40648F0F2543B48E555C2D326694B8 );
Copy
1.41 ms (0.05%)
1
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` , `sales_channel_domain.language` . `id` as `sales_channel_domain.language.id` , `sales_channel_domain.language` . `parent_id` as `sales_channel_domain.language.parentId` , `sales_channel_domain.language` . `locale_id` as `sales_channel_domain.language.localeId` , `sales_channel_domain.language` . `translation_code_id` as `sales_channel_domain.language.translationCodeId` , `sales_channel_domain.language` . `name` as `sales_channel_domain.language.name` , `sales_channel_domain.language` . `custom_fields` as `sales_channel_domain.language.customFields` , `sales_channel_domain.language` . `created_at` as `sales_channel_domain.language.createdAt` , `sales_channel_domain.language` . `updated_at` as `sales_channel_domain.language.updatedAt` , `sales_channel_domain.language.locale` . `id` as `sales_channel_domain.language.locale.id` , `sales_channel_domain.language.locale` . `code` as `sales_channel_domain.language.locale.code` , `sales_channel_domain.language.locale` . `created_at` as `sales_channel_domain.language.locale.createdAt` , `sales_channel_domain.language.locale` . `updated_at` as `sales_channel_domain.language.locale.updatedAt` , `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name` , `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory` , `sales_channel_domain.language.locale.translation.customFields` , `sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields` , `sales_channel_domain.currency` . `id` as `sales_channel_domain.currency.id` , `sales_channel_domain.currency` . `factor` as `sales_channel_domain.currency.factor` , `sales_channel_domain.currency` . `symbol` as `sales_channel_domain.currency.symbol` , `sales_channel_domain.currency` . `iso_code` as `sales_channel_domain.currency.isoCode` , `sales_channel_domain.currency` . `position` as `sales_channel_domain.currency.position` , `sales_channel_domain.currency` . `tax_free_from` as `sales_channel_domain.currency.taxFreeFrom` , `sales_channel_domain.currency` . `item_rounding` as `sales_channel_domain.currency.itemRounding` , `sales_channel_domain.currency` . `total_rounding` as `sales_channel_domain.currency.totalRounding` , `sales_channel_domain.currency` . `created_at` as `sales_channel_domain.currency.createdAt` , `sales_channel_domain.currency` . `updated_at` as `sales_channel_domain.currency.updatedAt` , `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName` , `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name` , `sales_channel_domain.currency.translation.customFields` , `sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields` FROM `sales_channel_domain` LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain` . `language_id` = `sales_channel_domain.language` . `id` LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain` . `currency_id` = `sales_channel_domain.currency` . `id` LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.language.locale.translation` . `locale_id` , `sales_channel_domain.language.locale.translation` . `name` as `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation` . `territory` as `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation` . `custom_fields` as `sales_channel_domain.language.locale.translation.customFields` FROM `locale_translation` `sales_channel_domain.language.locale.translation` WHERE `sales_channel_domain.language.locale.translation` . `language_id` = ? ) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.currency.translation` . `currency_id` , `sales_channel_domain.currency.translation` . `short_name` as `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation` . `name` as `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation` . `custom_fields` as `sales_channel_domain.currency.translation.customFields` FROM `currency_translation` `sales_channel_domain.currency.translation` WHERE `sales_channel_domain.currency.translation` . `language_id` = ? ) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation` . `currency_id` = `sales_channel_domain.currency` . `id` WHERE `sales_channel_domain` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"╬ì¿╣\x00\v A-áÎ\x17\x17 ÇuZi "
]
SELECT
`sales_channel_domain` . `id` as `sales_channel_domain.id` ,
`sales_channel_domain` . `url` as `sales_channel_domain.url` ,
`sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` ,
`sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` ,
`sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` ,
`sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` ,
`sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` ,
`sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` ,
`sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` ,
`sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` ,
`sales_channel_domain.language` . `id` as `sales_channel_domain.language.id` ,
`sales_channel_domain.language` . `parent_id` as `sales_channel_domain.language.parentId` ,
`sales_channel_domain.language` . `locale_id` as `sales_channel_domain.language.localeId` ,
`sales_channel_domain.language` . `translation_code_id` as `sales_channel_domain.language.translationCodeId` ,
`sales_channel_domain.language` . `name` as `sales_channel_domain.language.name` ,
`sales_channel_domain.language` . `custom_fields` as `sales_channel_domain.language.customFields` ,
`sales_channel_domain.language` . `created_at` as `sales_channel_domain.language.createdAt` ,
`sales_channel_domain.language` . `updated_at` as `sales_channel_domain.language.updatedAt` ,
`sales_channel_domain.language.locale` . `id` as `sales_channel_domain.language.locale.id` ,
`sales_channel_domain.language.locale` . `code` as `sales_channel_domain.language.locale.code` ,
`sales_channel_domain.language.locale` . `created_at` as `sales_channel_domain.language.locale.createdAt` ,
`sales_channel_domain.language.locale` . `updated_at` as `sales_channel_domain.language.locale.updatedAt` ,
`sales_channel_domain.language.locale.translation.name` ,
`sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name` ,
`sales_channel_domain.language.locale.translation.territory` ,
`sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory` ,
`sales_channel_domain.language.locale.translation.customFields` ,
`sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields` ,
`sales_channel_domain.currency` . `id` as `sales_channel_domain.currency.id` ,
`sales_channel_domain.currency` . `factor` as `sales_channel_domain.currency.factor` ,
`sales_channel_domain.currency` . `symbol` as `sales_channel_domain.currency.symbol` ,
`sales_channel_domain.currency` . `iso_code` as `sales_channel_domain.currency.isoCode` ,
`sales_channel_domain.currency` . `position` as `sales_channel_domain.currency.position` ,
`sales_channel_domain.currency` . `tax_free_from` as `sales_channel_domain.currency.taxFreeFrom` ,
`sales_channel_domain.currency` . `item_rounding` as `sales_channel_domain.currency.itemRounding` ,
`sales_channel_domain.currency` . `total_rounding` as `sales_channel_domain.currency.totalRounding` ,
`sales_channel_domain.currency` . `created_at` as `sales_channel_domain.currency.createdAt` ,
`sales_channel_domain.currency` . `updated_at` as `sales_channel_domain.currency.updatedAt` ,
`sales_channel_domain.currency.translation.shortName` ,
`sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName` ,
`sales_channel_domain.currency.translation.name` ,
`sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name` ,
`sales_channel_domain.currency.translation.customFields` ,
`sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields`
FROM
`sales_channel_domain`
LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain` . `language_id` = `sales_channel_domain.language` . `id`
LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain` . `currency_id` = `sales_channel_domain.currency` . `id`
LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language` . `locale_id` = `sales_channel_domain.language.locale` . `id`
LEFT JOIN (
SELECT
`sales_channel_domain.language.locale.translation` . `locale_id` ,
`sales_channel_domain.language.locale.translation` . `name` as `sales_channel_domain.language.locale.translation.name` ,
`sales_channel_domain.language.locale.translation` . `territory` as `sales_channel_domain.language.locale.translation.territory` ,
`sales_channel_domain.language.locale.translation` . `custom_fields` as `sales_channel_domain.language.locale.translation.customFields`
FROM
`locale_translation` `sales_channel_domain.language.locale.translation`
WHERE
`sales_channel_domain.language.locale.translation` . `language_id` = ?
) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation` . `locale_id` = `sales_channel_domain.language.locale` . `id`
LEFT JOIN (
SELECT
`sales_channel_domain.currency.translation` . `currency_id` ,
`sales_channel_domain.currency.translation` . `short_name` as `sales_channel_domain.currency.translation.shortName` ,
`sales_channel_domain.currency.translation` . `name` as `sales_channel_domain.currency.translation.name` ,
`sales_channel_domain.currency.translation` . `custom_fields` as `sales_channel_domain.currency.translation.customFields`
FROM
`currency_translation` `sales_channel_domain.currency.translation`
WHERE
`sales_channel_domain.currency.translation` . `language_id` = ?
) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation` . `currency_id` = `sales_channel_domain.currency` . `id`
WHERE
`sales_channel_domain` . `id` IN (? )
Copy
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` , `sales_channel_domain.language` . `id` as `sales_channel_domain.language.id` , `sales_channel_domain.language` . `parent_id` as `sales_channel_domain.language.parentId` , `sales_channel_domain.language` . `locale_id` as `sales_channel_domain.language.localeId` , `sales_channel_domain.language` . `translation_code_id` as `sales_channel_domain.language.translationCodeId` , `sales_channel_domain.language` . `name` as `sales_channel_domain.language.name` , `sales_channel_domain.language` . `custom_fields` as `sales_channel_domain.language.customFields` , `sales_channel_domain.language` . `created_at` as `sales_channel_domain.language.createdAt` , `sales_channel_domain.language` . `updated_at` as `sales_channel_domain.language.updatedAt` , `sales_channel_domain.language.locale` . `id` as `sales_channel_domain.language.locale.id` , `sales_channel_domain.language.locale` . `code` as `sales_channel_domain.language.locale.code` , `sales_channel_domain.language.locale` . `created_at` as `sales_channel_domain.language.locale.createdAt` , `sales_channel_domain.language.locale` . `updated_at` as `sales_channel_domain.language.locale.updatedAt` , `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name` , `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory` , `sales_channel_domain.language.locale.translation.customFields` , `sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields` , `sales_channel_domain.currency` . `id` as `sales_channel_domain.currency.id` , `sales_channel_domain.currency` . `factor` as `sales_channel_domain.currency.factor` , `sales_channel_domain.currency` . `symbol` as `sales_channel_domain.currency.symbol` , `sales_channel_domain.currency` . `iso_code` as `sales_channel_domain.currency.isoCode` , `sales_channel_domain.currency` . `position` as `sales_channel_domain.currency.position` , `sales_channel_domain.currency` . `tax_free_from` as `sales_channel_domain.currency.taxFreeFrom` , `sales_channel_domain.currency` . `item_rounding` as `sales_channel_domain.currency.itemRounding` , `sales_channel_domain.currency` . `total_rounding` as `sales_channel_domain.currency.totalRounding` , `sales_channel_domain.currency` . `created_at` as `sales_channel_domain.currency.createdAt` , `sales_channel_domain.currency` . `updated_at` as `sales_channel_domain.currency.updatedAt` , `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName` , `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name` , `sales_channel_domain.currency.translation.customFields` , `sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields` FROM `sales_channel_domain` LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain` . `language_id` = `sales_channel_domain.language` . `id` LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain` . `currency_id` = `sales_channel_domain.currency` . `id` LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.language.locale.translation` . `locale_id` , `sales_channel_domain.language.locale.translation` . `name` as `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation` . `territory` as `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation` . `custom_fields` as `sales_channel_domain.language.locale.translation.customFields` FROM `locale_translation` `sales_channel_domain.language.locale.translation` WHERE `sales_channel_domain.language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.currency.translation` . `currency_id` , `sales_channel_domain.currency.translation` . `short_name` as `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation` . `name` as `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation` . `custom_fields` as `sales_channel_domain.currency.translation.customFields` FROM `currency_translation` `sales_channel_domain.currency.translation` WHERE `sales_channel_domain.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation` . `currency_id` = `sales_channel_domain.currency` . `id` WHERE `sales_channel_domain` . `id` IN (0xCE8DA8B9000B412DA0D7171780755A69 );
Copy
1.40 ms (0.05%)
1
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ì\x7F ®\x01 '\x11 N’¾AÚtm\x10 ºO "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0xEC7FAE0127114E92BE41DA746D10BA4F );
Copy
1.39 ms (0.05%)
1
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
1.39 ms (0.04%)
1
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ø÷â3,Ø@H‹PTÊï\x05 ‹Ð "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0xF8F7E2332CD840488B5054CAEF058BD0 );
Copy
1.38 ms (0.04%)
3
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
1.37 ms (0.04%)
1
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"*@dÅ\x0F %C┤ÄU\-2fö© "
true
b"Ú¤=Ô÷‡A^ƒ†ÛbÒeÁÌ "
b"ApTQ¸)I––#ð\t ‚M\x14 ã "
b"ì└ý#c)Iªò░½4"\x1F W6 "
b"d\x04 Ó˲HBgæë?D─Ã▓Ø "
b"0\x10 r;yé@]ü\x13 £Èë\x04 Í¢ "
b"”û(Ž%ÎLJ‡\x05 ñ¤h¬\x1A Ê "
b"ïãc|³íOM¶€®\x1F jÓ\x07 ³ "
b"<w,║¬\x03 A└û§‗Ù¯æÉ│ "
b"!=╗├]╣FcÜk\x05 ¯6\x11 ìå "
b"Åk─~\x04 4FLÅ>╔ç\x11 ýC¸ "
b"~t$LÓ\f H¤ªW£JÀÃõJ "
b"©2▒^╠LB<¼§Ø┤ôºx8 "
b"¯á>÷è\x00 GÔ•iIÂz@ÊJ "
b"\x03 Ñôq'TGV®à ãܦad "
b"»)™Õà…D‚³‡àW\x16 :X\x14 "
b"²=†y4•CB¦‘l½gŸ¥® "
b"\x03 qÅo¯ù@║ùÒ!$C\x04 ,\x0E "
b"\x05 ÉwwÛ\x1C H½ƒ¯E║øÚÙ\x01 "
b"\x7F l'É«ËBγ‡#î!\r \x1E Í "
b"ö\x01 _ý(îFN£EÐðáob# "
b"*À:Ûó°Bk‡ô··Ñ_ˆ© "
b" ÏÙ¼Ds¨\x1E fžOfu\x17 "
b"šeê"NŒF8ŸíE\r éˆ!« "
b"hUØp\x16 ØGýôTv1õçZc "
]
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` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x2A40648F0F2543B48E555C2D326694B8 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0xDAA43DD4F787415E8386DB62D265C1CC , 0x41705451B82949969623F009824D14E3 , 0x8DC0EC23632949A695B0AB34221F5736 , 0x6404E0D3FD48426791893F44C4C7B29D , 0x3010723B7982405D81139CD48904D6BD , 0x94FB288E25CE4C4A8705F1A468AC1ACA , 0xEFE3637CB3ED4F4DB680AE1F6AD307B3 , 0x3C772CBAAA0341C096F5F2EBEE9190B3 , 0x213DBBC35DB946639A6B05EE36118D86 , 0x8F6BC47E0434464C8F3EC98711EC43F7 , 0x7E74244CD30C48A4AA57A34AC0C3F54A , 0xB832B15ECC4C423CACF59DB493A77838 , 0xAFE13EF7E80047D4956949C27A40CA4A , 0x03D1F47127544756AEE020E3DCA66164 , 0xBB2999D5E0854482B387E057163A5814 , 0xB23D867934954342A6916CBD679FA5AE , 0x03718F6FEE9740BA97E3212443042C0E , 0x05907777EA1C48AB9FEE45BA9BE9EB01 , 0x7F6C27C9ABCB42CEB38723EE210D1ECD , 0xF6015FFD28EE464EA345D0F0E16F6223 , 0x2AC03ADBF3B0426B87F4B7B7D15F88A9 , 0xA020CFADD9BC4473A81E669E4F667517 , 0x9A65EA224E8C46389FED450DE98821AB , 0x68559D70169D47EC93547631E4875A63 )) GROUP BY `product` . `id` ;
Copy
1.35 ms (0.04%)
1
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b".ÀkcÁIáÌO«-\x06 w└Éb "
b"É┘ßó<ƒCÜ«8═c`\x0F ,ª "
b"ì\x7F ®\x01 '\x11 N’¾AÚtm\x10 ºO "
b"¢\x16 xðR\t @¢ŒZºÙ@ÖÆæ "
b"""
þ\x08 Š\x05 æ,L\n
‚Lvy¥\x08 óÚ
"""
b"íà[q›!AC¤Ë\x1C\x02\x16 ¸RÞ "
b"Å¥\x1A ç°ÞJ\x14 ©ÖàðÞWê— "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x2EB76B63B549A0DE4FAE2D0677C09062 , 0x90D9E1A23C9F439AAE38CD63600F2CA6 , 0xEC7FAE0127114E92BE41DA746D10BA4F , 0xA21678F0520940A28C5ABAD940D6C6E6 , 0xFE088A05E62C4C0A824C7679A508F3DA , 0xEDE05B719B214143A4CB1C0216B852DE , 0xC5A51AE7B0DE4A14A9D6E0F0DE57EA97 );
Copy
1.30 ms (0.04%)
1
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `active` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `duration` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `bouncy` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing_degree` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `native_scrolling` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.nativeScrolling` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.versionId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `type` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.type` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `entity` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.entity` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `css_class` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cssClass` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `config` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.config` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `preview_media_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.previewMediaId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `locked` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.locked` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.createdAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.updatedAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page` . `id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` LEFT JOIN `cms_page` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` LEFT JOIN (SELECT `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_version_id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` FROM `cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` WHERE `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `language_id` = ? ) `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"›‚‘@8\x17 A¸ˆ\e Ý,.·.I "
]
SELECT
`cms_page` . `id` as `cms_page.id` ,
`cms_page` . `version_id` as `cms_page.versionId` ,
`cms_page` . `type` as `cms_page.type` ,
`cms_page` . `entity` as `cms_page.entity` ,
`cms_page` . `css_class` as `cms_page.cssClass` ,
`cms_page` . `config` as `cms_page.config` ,
`cms_page` . `preview_media_id` as `cms_page.previewMediaId` ,
`cms_page` . `locked` as `cms_page.locked` ,
`cms_page` . `created_at` as `cms_page.createdAt` ,
`cms_page` . `updated_at` as `cms_page.updatedAt` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `active` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `duration` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `bouncy` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing_degree` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `native_scrolling` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.nativeScrolling` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.id` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.versionId` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `type` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.type` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `entity` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.entity` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `css_class` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cssClass` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `config` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.config` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `preview_media_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.previewMediaId` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `locked` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.locked` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.createdAt` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.updatedAt` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.name` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.customFields` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.updatedAt` ,
`cms_page.translation.name` ,
`cms_page.translation.name` as `cms_page.name` ,
`cms_page.translation.customFields` ,
`cms_page.translation.customFields` as `cms_page.customFields`
FROM
`cms_page`
LEFT JOIN `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page` . `id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id`
LEFT JOIN (
SELECT
`cms_page.translation` . `cms_page_id` ,
`cms_page.translation` . `cms_page_version_id` ,
`cms_page.translation` . `name` as `cms_page.translation.name` ,
`cms_page.translation` . `custom_fields` as `cms_page.translation.customFields`
FROM
`cms_page_translation` `cms_page.translation`
WHERE
`cms_page.translation` . `language_id` = ?
) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id`
AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id`
LEFT JOIN `cms_page` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id`
AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id`
LEFT JOIN (
SELECT
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_id` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_version_id` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` ,
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields`
FROM
`cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`
WHERE
`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `language_id` = ?
) `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id`
AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id`
WHERE
(`cms_page` . `version_id` = ? )
AND (
`cms_page` . `id` IN (? )
)
Copy
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `active` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `duration` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `bouncy` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing_degree` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `native_scrolling` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.nativeScrolling` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.versionId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `type` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.type` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `entity` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.entity` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `css_class` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cssClass` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `config` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.config` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `preview_media_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.previewMediaId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `locked` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.locked` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.createdAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.updatedAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.customFields` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page` . `id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` LEFT JOIN `cms_page` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` LEFT JOIN (SELECT `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `cms_page_version_id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` FROM `cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` WHERE `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` . `cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x9B829140381741B8881BDD2C2EB72E49 ));
Copy
1.25 ms (0.04%)
1
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` , `cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` , `cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` , `cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` , `cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` , `cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation.title` as `cms_slot.swagCmsExtensionsForm.title` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` as `cms_slot.swagCmsExtensionsForm.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` as `cms_slot.swagCmsExtensionsForm.receivers` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` , `cms_slot.swagCmsExtensionsForm.translation` . `title` as `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation` . `success_message` as `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation` . `receivers` as `cms_slot.swagCmsExtensionsForm.translation.receivers` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` WHERE `cms_slot.swagCmsExtensionsForm.translation` . `language_id` = ? ) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x14 g?ÏÌ%JÖŒ…\x04 ö× «n "
b"\x16 †*åvÎKN§‡‰Â¥}ýù "
b"2\x15 A@5£G\x02 Á£nÒ\v §·ì "
b"QñÐé\x1F ëGLŠø[\x1F ]F¦× "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` , `cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` , `cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` , `cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` , `cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` , `cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation.title` as `cms_slot.swagCmsExtensionsForm.title` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` as `cms_slot.swagCmsExtensionsForm.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` as `cms_slot.swagCmsExtensionsForm.receivers` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` , `cms_slot.swagCmsExtensionsForm.translation` . `title` as `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation` . `success_message` as `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation` . `receivers` as `cms_slot.swagCmsExtensionsForm.translation.receivers` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` WHERE `cms_slot.swagCmsExtensionsForm.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x14673FCFCC254AD68C8504F6D7A0AB6E , 0x16862AE576CE4B4EA78789C2A57DFDF9 , 0x32154140359C4702B59C6EE30BF5FA8D , 0x51F1D0E91FEB474C8AF85B1F5D46A6D7 )));
Copy
1.24 ms (0.04%)
1
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = ? AND `payment_method.salesChannels` . `id` = ? ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC
Parameters :
[
true
b"*@dÅ\x0F %C┤ÄU\-2fö© "
]
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = 1 AND `payment_method.salesChannels` . `id` = 0x2A40648F0F2543B48E555C2D326694B8 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
1.23 ms (0.04%)
1
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"BËÙ¤G9KSäg\x12\x14 Ã7ɱ "
b"i^ˆ/©¯H™š\x10\x0E &‡QRÉ "
b"’uÖ?éUGõ¬¿ÓX\x08 ÖöÀ "
b"÷Å)y\x1A ‹@a·/+oƒ\x17 ¢ "
]
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (0x42D3EBCF47394B5384671214C73790F1 , 0x695E882FA9AF48999A100E26875152C9 , 0x9275D63FE95547F5ACBFD35808D6F6C0 , 0xF7C529791A8B4061B72F2B6FC28317A2 ));
Copy
1.21 ms (0.04%)
2
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE ((`sales_channel_domain` . `sales_channel_id` = ? AND `sales_channel_domain` . `language_id` = ? ))
Parameters :
[
b"*@dÅ\x0F %C┤ÄU\-2fö© "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE ((`sales_channel_domain` . `sales_channel_id` = 0x2A40648F0F2543B48E555C2D326694B8 AND `sales_channel_domain` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
1.15 ms (0.04%)
2
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
1.09 ms (0.04%)
1
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` . `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"†›Ø¿Ã¼G\x14 ©† \x07 õ/À] "
b"†›Ø¿Ã¼G\x14 ©† \x07 õ/À] "
b"†›Ø¿Ã¼G\x14 ©† \x07 õ/À] "
b"†›Ø¿Ã¼G\x14 ©† \x07 õ/À] "
b"†›Ø¿Ã¼G\x14 ©† \x07 õ/À] "
b"†›Ø¿Ã¼G\x14 ©† \x07 õ/À] "
b"†›Ø¿Ã¼G\x14 ©† \x07 õ/À] "
b"†›Ø¿Ã¼G\x14 ©† \x07 õ/À] "
b"†›Ø¿Ã¼G\x14 ©† \x07 õ/À] "
b"†›Ø¿Ã¼G\x14 ©† \x07 õ/À] "
]
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` . `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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x869BD8BFC3BC4714A9862007F52FC05D , 0x869BD8BFC3BC4714A9862007F52FC05D , 0x869BD8BFC3BC4714A9862007F52FC05D , 0x869BD8BFC3BC4714A9862007F52FC05D , 0x869BD8BFC3BC4714A9862007F52FC05D , 0x869BD8BFC3BC4714A9862007F52FC05D , 0x869BD8BFC3BC4714A9862007F52FC05D , 0x869BD8BFC3BC4714A9862007F52FC05D , 0x869BD8BFC3BC4714A9862007F52FC05D , 0x869BD8BFC3BC4714A9862007F52FC05D ));
Copy
1.06 ms (0.03%)
1
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"*@dÅ\x0F %C┤ÄU\-2fö© "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = 1 AND `shipping_method.salesChannels` . `id` = 0x2A40648F0F2543B48E555C2D326694B8 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
1.02 ms (0.03%)
1
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\e º\x11\x0F ÅØH¿žþ–2ÍE\x02 ý "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (0x1BBA110FC5D848BF9EFE9632CD4502FD );
Copy
0.99 ms (0.03%)
1
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (? )
ORDER BY rc . rule_id , rc . position
Parameters :
[
b"K┴]ú_{D╦És▀eS‗,x "
]
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (0x4BC15DA35F7B44CB9073DF6553F22C78 )
ORDER BY rc . rule_id , rc . position ;
Copy
0.97 ms (0.03%)
1
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
0.97 ms (0.03%)
1
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
0.96 ms (0.03%)
1
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = ?
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor
Parameters :
[
b"*@dÅ\x0F %C┤ÄU\-2fö© "
]
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = 0x2A40648F0F2543B48E555C2D326694B8
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
0.96 ms (0.03%)
2
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE `seo_url` . `id` IN (? )
Parameters :
[
b"ÀÉûàP╝DÈ║-ûð°ñ#╩ "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE `seo_url` . `id` IN (0xB790968550BC44D4BA2D96D0F8A423CA );
Copy
0.95 ms (0.03%)
1
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` WHERE `payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b".ÀkcÁIáÌO«-\x06 w└Éb "
b"É┘ßó<ƒCÜ«8═c`\x0F ,ª "
b"¢\x16 xðR\t @¢ŒZºÙ@ÖÆæ "
b"╣d\r î¤ýJTÁ▒▒ØÅØLB "
b"Å¥\x1A ç°ÞJ\x14 ©ÖàðÞWê— "
b"ì\x7F ®\x01 '\x11 N’¾AÚtm\x10 ºO "
b"íà[q›!AC¤Ë\x1C\x02\x16 ¸RÞ "
b"""
þ\x08 Š\x05 æ,L\n
‚Lvy¥\x08 óÚ
"""
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` WHERE `payment_method` . `id` IN (0x2EB76B63B549A0DE4FAE2D0677C09062 , 0x90D9E1A23C9F439AAE38CD63600F2CA6 , 0xA21678F0520940A28C5ABAD940D6C6E6 , 0xB9640D8CCFEC4A54B5B1B19D8F9D4C42 , 0xC5A51AE7B0DE4A14A9D6E0F0DE57EA97 , 0xEC7FAE0127114E92BE41DA746D10BA4F , 0xEDE05B719B214143A4CB1C0216B852DE , 0xFE088A05E62C4C0A824C7679A508F3DA );
Copy
0.93 ms (0.03%)
1
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = ? )) AND (`language` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
0.89 ms (0.03%)
1
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` ;
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` ; ;
Copy
0.88 ms (0.03%)
1
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = ? ) GROUP BY `currency` . `id`
Parameters :
[
b"*@dÅ\x0F %C┤ÄU\-2fö© "
]
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = 0x2A40648F0F2543B48E555C2D326694B8 ) GROUP BY `currency` . `id` ;
Copy
0.88 ms (0.03%)
1
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"OQš¥`ñK?†r{S¨È+E "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x4F519AA560F14B3F86727B53A8C82B45 );
Copy
0.87 ms (0.03%)
1
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 qÅo¯ù@║ùÒ!$C\x04 ,\x0E "
b"\x03 Ñôq'TGV®à ãܦad "
b"\x05 ÉwwÛ\x1C H½ƒ¯E║øÚÙ\x01 "
b"!=╗├]╣FcÜk\x05 ¯6\x11 ìå "
b"*À:Ûó°Bk‡ô··Ñ_ˆ© "
b"0\x10 r;yé@]ü\x13 £Èë\x04 Í¢ "
b"<w,║¬\x03 A└û§‗Ù¯æÉ│ "
b"ApTQ¸)I––#ð\t ‚M\x14 ã "
b"d\x04 Ó˲HBgæë?D─Ã▓Ø "
b"hUØp\x16 ØGýôTv1õçZc "
b"~t$LÓ\f H¤ªW£JÀÃõJ "
b"\x7F l'É«ËBγ‡#î!\r \x1E Í "
b"ì└ý#c)Iªò░½4"\x1F W6 "
b"Åk─~\x04 4FLÅ>╔ç\x11 ýC¸ "
b"”û(Ž%ÎLJ‡\x05 ñ¤h¬\x1A Ê "
b"šeê"NŒF8ŸíE\r éˆ!« "
b" ÏÙ¼Ds¨\x1E fžOfu\x17 "
b"¯á>÷è\x00 GÔ•iIÂz@ÊJ "
b"²=†y4•CB¦‘l½gŸ¥® "
b"©2▒^╠LB<¼§Ø┤ôºx8 "
b"»)™Õà…D‚³‡àW\x16 :X\x14 "
b"Ú¤=Ô÷‡A^ƒ†ÛbÒeÁÌ "
b"ïãc|³íOM¶€®\x1F jÓ\x07 ³ "
b"ö\x01 _ý(îFN£EÐðáob# "
]
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` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x03718F6FEE9740BA97E3212443042C0E , 0x03D1F47127544756AEE020E3DCA66164 , 0x05907777EA1C48AB9FEE45BA9BE9EB01 , 0x213DBBC35DB946639A6B05EE36118D86 , 0x2AC03ADBF3B0426B87F4B7B7D15F88A9 , 0x3010723B7982405D81139CD48904D6BD , 0x3C772CBAAA0341C096F5F2EBEE9190B3 , 0x41705451B82949969623F009824D14E3 , 0x6404E0D3FD48426791893F44C4C7B29D , 0x68559D70169D47EC93547631E4875A63 , 0x7E74244CD30C48A4AA57A34AC0C3F54A , 0x7F6C27C9ABCB42CEB38723EE210D1ECD , 0x8DC0EC23632949A695B0AB34221F5736 , 0x8F6BC47E0434464C8F3EC98711EC43F7 , 0x94FB288E25CE4C4A8705F1A468AC1ACA , 0x9A65EA224E8C46389FED450DE98821AB , 0xA020CFADD9BC4473A81E669E4F667517 , 0xAFE13EF7E80047D4956949C27A40CA4A , 0xB23D867934954342A6916CBD679FA5AE , 0xB832B15ECC4C423CACF59DB493A77838 , 0xBB2999D5E0854482B387E057163A5814 , 0xDAA43DD4F787415E8386DB62D265C1CC , 0xEFE3637CB3ED4F4DB680AE1F6AD307B3 , 0xF6015FFD28EE464EA345D0F0E16F6223 )));
Copy
0.81 ms (0.03%)
1
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
0.80 ms (0.03%)
1
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"*@dÅ\x0F %C┤ÄU\-2fö© "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0x2A40648F0F2543B48E555C2D326694B8
;
Copy
0.80 ms (0.03%)
1
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"IC\x06 █Ø/EÌû¾┤Éþ\x00 ^/ "
b"#K\x03 \æ¶E’©»³I\x01 Ý\x07 5 "
b"mz/ªÖ…Cç¨x—æ™î\t p "
b"¬9}ÚU+EÞ¬è5\x05 ë¸ô\x15 "
b"""
\¬\x1C ¦wæC.»ìÌCI\t \n
6
"""
b"vì\x10 BàõN›‰.mdº’w\x13 "
b"»ç°«7\x00 C¸‹Þy¯D\e •0 "
b"Ãè#ð9çHl¶‚™ÎkºÃ› "
]
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 (0x494306DB9D2F45DE96F3B490E7005E2F , 0x234B035CE6B64592A9BBB34901DD0735 , 0x6D7A2FAAD68543E7A87897E699EE0970 , 0xAC397DDA552B45DEACE83505EBB8F415 , 0x5CAC1CA677E6432EBBECCC4349090A36 , 0x76EC1042E0F54E9B892E6D64BA927713 , 0xBBE7B0AB370043B88BDE79AF441B9530 , 0xC3E823F039E7486CB68299CE6BBAC39B );
Copy
0.79 ms (0.03%)
1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
0.78 ms (0.03%)
1
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"Ú¤=Ô÷‡A^ƒ†ÛbÒeÁÌ "
b"ApTQ¸)I––#ð\t ‚M\x14 ã "
b"ì└ý#c)Iªò░½4"\x1F W6 "
b"d\x04 Ó˲HBgæë?D─Ã▓Ø "
b"0\x10 r;yé@]ü\x13 £Èë\x04 Í¢ "
b"”û(Ž%ÎLJ‡\x05 ñ¤h¬\x1A Ê "
b"ïãc|³íOM¶€®\x1F jÓ\x07 ³ "
b"<w,║¬\x03 A└û§‗Ù¯æÉ│ "
b"!=╗├]╣FcÜk\x05 ¯6\x11 ìå "
b"Åk─~\x04 4FLÅ>╔ç\x11 ýC¸ "
b"~t$LÓ\f H¤ªW£JÀÃõJ "
b"©2▒^╠LB<¼§Ø┤ôºx8 "
b"¯á>÷è\x00 GÔ•iIÂz@ÊJ "
b"\x03 Ñôq'TGV®à ãܦad "
b"»)™Õà…D‚³‡àW\x16 :X\x14 "
b"²=†y4•CB¦‘l½gŸ¥® "
b"\x03 qÅo¯ù@║ùÒ!$C\x04 ,\x0E "
b"\x05 ÉwwÛ\x1C H½ƒ¯E║øÚÙ\x01 "
b"\x7F l'É«ËBγ‡#î!\r \x1E Í "
b"ö\x01 _ý(îFN£EÐðáob# "
b"*À:Ûó°Bk‡ô··Ñ_ˆ© "
b" ÏÙ¼Ds¨\x1E fžOfu\x17 "
b"šeê"NŒF8ŸíE\r éˆ!« "
b"hUØp\x16 ØGýôTv1õçZc "
]
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 = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425
AND child . id IN (0xDAA43DD4F787415E8386DB62D265C1CC , 0x41705451B82949969623F009824D14E3 , 0x8DC0EC23632949A695B0AB34221F5736 , 0x6404E0D3FD48426791893F44C4C7B29D , 0x3010723B7982405D81139CD48904D6BD , 0x94FB288E25CE4C4A8705F1A468AC1ACA , 0xEFE3637CB3ED4F4DB680AE1F6AD307B3 , 0x3C772CBAAA0341C096F5F2EBEE9190B3 , 0x213DBBC35DB946639A6B05EE36118D86 , 0x8F6BC47E0434464C8F3EC98711EC43F7 , 0x7E74244CD30C48A4AA57A34AC0C3F54A , 0xB832B15ECC4C423CACF59DB493A77838 , 0xAFE13EF7E80047D4956949C27A40CA4A , 0x03D1F47127544756AEE020E3DCA66164 , 0xBB2999D5E0854482B387E057163A5814 , 0xB23D867934954342A6916CBD679FA5AE , 0x03718F6FEE9740BA97E3212443042C0E , 0x05907777EA1C48AB9FEE45BA9BE9EB01 , 0x7F6C27C9ABCB42CEB38723EE210D1ECD , 0xF6015FFD28EE464EA345D0F0E16F6223 , 0x2AC03ADBF3B0426B87F4B7B7D15F88A9 , 0xA020CFADD9BC4473A81E669E4F667517 , 0x9A65EA224E8C46389FED450DE98821AB , 0x68559D70169D47EC93547631E4875A63 );
Copy
0.78 ms (0.03%)
1
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
0.78 ms (0.03%)
1
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"i─(Ø╬]JÜ£¡U█─│§° "
b"\x05 pQ\x12 b*E¼ˆ¶=Õ4\x03 Õ7 "
b"eƒ6¿¨I\t ‰¾a\x02 Âq.M "
b"j^àè"ˆFž¼ÃZÞ²0¨ "
b"▀ÅçÍ\x1E ÃGÆísóUú9\x19 Q "
b"AK²öü╝BH╗¡hQ▓=÷ü "
b"öxmŸñð@µ©\x14 V‰±Øâ\x1A "
]
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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x69C4289DCE5D4A9A9CAD55DBC4B3F5F8 , 0x05705112622A45BC88B63DD53403D537 , 0x658336C2BFA8490989BE6102C2712E4D , 0x6A5EE0E8228846C5BEBCC35ADEB230A8 , 0xDF8F87D61EC74792A173A255A3391951 , 0x414BFD9481BC4248BBAD6851B23DF681 , 0xF6786D9FF1F040B5A9145689B1D8E21A );
Copy
0.77 ms (0.02%)
1
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` . `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 (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` WHERE `media` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x15 ›÷ÑøŠN¨¦Ãúlx$þó "
]
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` . `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 (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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` WHERE `media` . `id` IN (0x159BF7D1F88A4EA8A6C3FA6C7824FEF3 );
Copy
0.77 ms (0.02%)
1
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
³ü4\n
┌\f G░ñ98┬»\x06 È×
"""
b"Aã4W\x1F ºNK£ÔoÎd˹R "
b"Z'ÿ&1®Jô†ü4–±±ãô "
b"ò˜.\x12 òÍGnŸq"mÇ›ŠÞ "
b"9òÝ\e 1 EíÀðì\x06\x1C\x19 Û└ "
b"""
nÞ\n
pÃAI™ƒE݈빆…
"""
b"N«¹SÖ¾M©ƒ8Ås<óOØ "
b"Ø¥Ç\x03 k&I€¹\x15 ì$wû½º "
b">§±b®‡Jó¼H&@OÄÅ^ "
]
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0xFC81340ADA0C47B0A43938C2AF06D49E , 0x41E334571FBA4E4BA3D46FCE64CBB952 , 0x5A27FF2631AE4AF486FC3496B1B1E3F4 , 0xF2982E12F2CD476E9F71226DC79B8ADE , 0x3995ED1B31FF45A1B7D08D061C19EAC0 , 0x6EDE0A70C34149998345DD88EBB98685 , 0x4EABB953D6BE4DA98338C5733CF34FD8 , 0xD8A5C7036B264980B915EC2477FBBDBA , 0x3EA7B162AE874AF3BC4826404FC4C55E ));
Copy
0.76 ms (0.02%)
1
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
0.76 ms (0.02%)
1
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
0.76 ms (0.02%)
1
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
0.76 ms (0.02%)
1
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
0.74 ms (0.02%)
1
SELECT theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM theme
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE theme . id = ?
Parameters :
[
b"""
@>6Øp╩M\n
æ¾Åù-\x0F Ít
"""
]
SELECT theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM theme
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE theme . id = 0x403E369D70CA4D0A91F38F972D0FD674
;
Copy
0.71 ms (0.02%)
1
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
0.69 ms (0.02%)
1
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 "
]
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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
0.69 ms (0.02%)
1
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
0.64 ms (0.02%)
1
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"*@dÅ\x0F %C┤ÄU\-2fö© "
"ut2uhoEhyatQHwZ11JqR9XIWWBn3NvCk "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x2A40648F0F2543B48E555C2D326694B8 ) AND (token = 'ut2uhoEhyatQHwZ11JqR9XIWWBn3NvCk' ) LIMIT 1 ;
Copy
0.64 ms (0.02%)
1
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
0.63 ms (0.02%)
1
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? ))
Parameters :
[
b"*@dÅ\x0F %C┤ÄU\-2fö© "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (0x2A40648F0F2543B48E555C2D326694B8 ));
Copy
0.63 ms (0.02%)
1
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"*@dÅ\x0F %C┤ÄU\-2fö© "
"deutsch/naehmaschinen/alle-naehmaschinen "
"deutsch/naehmaschinen/alle-naehmaschinen/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x2A40648F0F2543B48E555C2D326694B8 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'deutsch/naehmaschinen/alle-naehmaschinen' OR seo_path_info = 'deutsch/naehmaschinen/alle-naehmaschinen/' ));
Copy
0.62 ms (0.02%)
1
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
0.62 ms (0.02%)
1
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
0.61 ms (0.02%)
1
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"öxmŸñð@µ©\x14 V‰±Øâ\x1A "
]
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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0xF6786D9FF1F040B5A9145689B1D8E21A );
Copy
0.60 ms (0.02%)
1
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"ì\x7F ®\x01 '\x11 N’¾AÚtm\x10 ºO "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0xEC7FAE0127114E92BE41DA746D10BA4F AND
pm . `active` = 1 ;
Copy
0.59 ms (0.02%)
1
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = ? )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (? )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"*@dÅ\x0F %C┤ÄU\-2fö© "
]
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (0x2A40648F0F2543B48E555C2D326694B8 )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
0.59 ms (0.02%)
1
SELECT module . module , module . response FROM wbm_data_layer_modules module
SELECT module . module , module . response FROM wbm_data_layer_modules module ;
Copy
0.58 ms (0.02%)
1
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `language_id` = ? AND `seo_url` . `sales_channel_id` = ? AND `seo_url` . `route_name` = ? AND `seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"*@dÅ\x0F %C┤ÄU\-2fö© "
"frontend.navigation.page "
b"Ü,Þ>ßsDÀ /øŸß\x14 Ys "
true
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url` . `sales_channel_id` = 0x2A40648F0F2543B48E555C2D326694B8 AND `seo_url` . `route_name` = 'frontend.navigation.page' AND `seo_url` . `foreign_key` = 0xDC2CDE3EDF7344C0A02FF89FDF145973 AND `seo_url` . `is_canonical` = 1 );
Copy
0.53 ms (0.02%)
1
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
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 ;
Copy
0.52 ms (0.02%)
1
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? AND `app` . `self_managed` = ? )
Parameters :
[
true
false
]
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 AND `app` . `self_managed` = 0 );
Copy
0.52 ms (0.02%)
1
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"Ü,Þ>ßsDÀ /øŸß\x14 Ys "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xDC2CDE3EDF7344C0A02FF89FDF145973 )) LIMIT 1 ;
Copy
0.50 ms (0.02%)
1
SELECT `intedia_doofinder_layer` . `id` as `intedia_doofinder_layer.id` , `intedia_doofinder_layer` . `doofinder_channel_id` as `intedia_doofinder_layer.doofinderChannelId` , `intedia_doofinder_layer` . `doofinder_hash_id` as `intedia_doofinder_layer.doofinderHashId` , `intedia_doofinder_layer` . `doofinder_store_id` as `intedia_doofinder_layer.doofinderStoreId` , `intedia_doofinder_layer` . `domain_id` as `intedia_doofinder_layer.domainId` , `intedia_doofinder_layer` . `trigger` as `intedia_doofinder_layer.trigger` , `intedia_doofinder_layer` . `name` as `intedia_doofinder_layer.name` , `intedia_doofinder_layer` . `status` as `intedia_doofinder_layer.status` , `intedia_doofinder_layer` . `status_message` as `intedia_doofinder_layer.statusMessage` , `intedia_doofinder_layer` . `status_date` as `intedia_doofinder_layer.statusDate` , `intedia_doofinder_layer` . `status_received_date` as `intedia_doofinder_layer.statusReceivedDate` , `intedia_doofinder_layer` . `created_at` as `intedia_doofinder_layer.createdAt` , `intedia_doofinder_layer` . `updated_at` as `intedia_doofinder_layer.updatedAt` FROM `intedia_doofinder_layer` WHERE (`intedia_doofinder_layer` . `domain_id` = ? )
Parameters :
[
b"╬ì¿╣\x00\v A-áÎ\x17\x17 ÇuZi "
]
SELECT `intedia_doofinder_layer` . `id` as `intedia_doofinder_layer.id` , `intedia_doofinder_layer` . `doofinder_channel_id` as `intedia_doofinder_layer.doofinderChannelId` , `intedia_doofinder_layer` . `doofinder_hash_id` as `intedia_doofinder_layer.doofinderHashId` , `intedia_doofinder_layer` . `doofinder_store_id` as `intedia_doofinder_layer.doofinderStoreId` , `intedia_doofinder_layer` . `domain_id` as `intedia_doofinder_layer.domainId` , `intedia_doofinder_layer` . `trigger` as `intedia_doofinder_layer.trigger` , `intedia_doofinder_layer` . `name` as `intedia_doofinder_layer.name` , `intedia_doofinder_layer` . `status` as `intedia_doofinder_layer.status` , `intedia_doofinder_layer` . `status_message` as `intedia_doofinder_layer.statusMessage` , `intedia_doofinder_layer` . `status_date` as `intedia_doofinder_layer.statusDate` , `intedia_doofinder_layer` . `status_received_date` as `intedia_doofinder_layer.statusReceivedDate` , `intedia_doofinder_layer` . `created_at` as `intedia_doofinder_layer.createdAt` , `intedia_doofinder_layer` . `updated_at` as `intedia_doofinder_layer.updatedAt` FROM `intedia_doofinder_layer` WHERE (`intedia_doofinder_layer` . `domain_id` = 0xCE8DA8B9000B412DA0D7171780755A69 );
Copy
0.49 ms (0.02%)
1
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"OQš¥`ñK?†r{S¨È+E "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x4F519AA560F14B3F86727B53A8C82B45 ) LIMIT 1 ;
Copy
0.48 ms (0.02%)
1
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
0.47 ms (0.02%)
1
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = ? AND `dreisc_seo_redirect` . `source_type` = ? AND `dreisc_seo_redirect` . `source_category_id` = ? ))
Parameters :
[
true
"category "
b"Ü,Þ>ßsDÀ /øŸß\x14 Ys "
]
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = 1 AND `dreisc_seo_redirect` . `source_type` = 'category' AND `dreisc_seo_redirect` . `source_category_id` = 0xDC2CDE3EDF7344C0A02FF89FDF145973 ));
Copy
0.46 ms (0.01%)
1
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = ? ) ORDER BY `product_sorting` . `priority` DESC
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = 1 ) ORDER BY `product_sorting` . `priority` DESC ;
Copy
0.45 ms (0.01%)
1
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"ut2uhoEhyatQHwZ11JqR9XIWWBn3NvCk "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'ut2uhoEhyatQHwZ11JqR9XIWWBn3NvCk' ;
Copy
0.44 ms (0.01%)
1
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"*@dÅ\x0F %C┤ÄU\-2fö© "
b"OQš¥`ñK?†r{S¨È+E "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x2A40648F0F2543B48E555C2D326694B8 AND `sales_channel_country` . `country_id` = 0x4F519AA560F14B3F86727B53A8C82B45 );
Copy
0.42 ms (0.01%)
1
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"e“X8”‡I2’\x13 ‘×ÕÑD^ "
]
SELECT iso FROM snippet_set WHERE id = 0x6593583894874932921391D7D5D1445E ;
Copy
0.42 ms (0.01%)
1
SELECT path FROM category WHERE id = ?
Parameters :
[
b"Ü,Þ>ßsDÀ /øŸß\x14 Ys "
]
SELECT path FROM category WHERE id = 0xDC2CDE3EDF7344C0A02FF89FDF145973 ;
Copy
0.41 ms (0.01%)
1
SELECT `theme` . `id` FROM `theme` WHERE (`theme` . `technical_name` = ? )
Parameters :
[
"zenitPlatformGravity "
]
SELECT `theme` . `id` FROM `theme` WHERE (`theme` . `technical_name` = 'zenitPlatformGravity' );
Copy
0.41 ms (0.01%)
1
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT min_search_length FROM product_search_config WHERE language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
0.40 ms (0.01%)
1
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 ;
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 ;
;
Copy
0.39 ms (0.01%)
1
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
0.29 ms (0.01%)
1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
0.24 ms (0.01%)
1
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"Ü,Þ>ßsDÀ /øŸß\x14 Ys "
]
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` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xDC2CDE3EDF7344C0A02FF89FDF145973 ));
Copy
0.21 ms (0.01%)
1
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy