1
0.63 ms
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
2
0.35 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
3
0.32 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
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
4
0.48 ms
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"¤½mg\x16 ÖA&½Ssª¾èɯ "
"Reinraum "
"Reinraum/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF OR sales_channel_id IS NULL )) AND ((seo_path_info = 'Reinraum' OR seo_path_info = 'Reinraum/' ));
Copy
5
0.39 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
"XJ4KHHd0Zp9DRVXZmp997CvHRXc3W04h "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) AND (token = 'XJ4KHHd0Zp9DRVXZmp997CvHRXc3W04h' ) LIMIT 1 ;
Copy
6
0.34 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
b"/NñAš(Bû©tûÓëE:{ "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0xA4BD6D6716D64126BD5373AABEE8C9AF AND `sales_channel_country` . `country_id` = 0x2F4EF1419A2842FBA974FBD3EB453A7B );
Copy
7
0.28 ms
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
8
0.51 ms
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` . `active` as `language.active` , `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` . `active` as `language.active` , `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
9
0.97 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00\x00 \r » ~~~~~~~~~\x00\x01 "
]
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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 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 (0x00000DBBA07E7E7E7E7E7E7E7E7E0001 ));
Copy
10
0.28 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
11
0.44 ms
SELECT `category_translation` . `name` as `category_translation.name` , `category_translation` . `breadcrumb` as `category_translation.breadcrumb` , `category_translation` . `slot_config` as `category_translation.slotConfig` , `category_translation` . `link_type` as `category_translation.linkType` , `category_translation` . `internal_link` as `category_translation.internalLink` , `category_translation` . `external_link` as `category_translation.externalLink` , `category_translation` . `link_new_tab` as `category_translation.linkNewTab` , `category_translation` . `description` as `category_translation.description` , `category_translation` . `meta_title` as `category_translation.metaTitle` , `category_translation` . `meta_description` as `category_translation.metaDescription` , `category_translation` . `keywords` as `category_translation.keywords` , `category_translation` . `custom_fields` as `category_translation.customFields` , `category_translation` . `created_at` as `category_translation.createdAt` , `category_translation` . `updated_at` as `category_translation.updatedAt` , `category_translation` . `category_id` as `category_translation.categoryId` , `category_translation` . `language_id` as `category_translation.languageId` , `category_translation` . `category_version_id` as `category_translation.categoryVersionId` FROM `category_translation` WHERE (`category_translation` . `category_version_id` = ? ) AND (((`category_translation` . `category_id` IN (? ))))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00\x00 \r » ~~~~~~~~~\x00\x01 "
]
SELECT `category_translation` . `name` as `category_translation.name` , `category_translation` . `breadcrumb` as `category_translation.breadcrumb` , `category_translation` . `slot_config` as `category_translation.slotConfig` , `category_translation` . `link_type` as `category_translation.linkType` , `category_translation` . `internal_link` as `category_translation.internalLink` , `category_translation` . `external_link` as `category_translation.externalLink` , `category_translation` . `link_new_tab` as `category_translation.linkNewTab` , `category_translation` . `description` as `category_translation.description` , `category_translation` . `meta_title` as `category_translation.metaTitle` , `category_translation` . `meta_description` as `category_translation.metaDescription` , `category_translation` . `keywords` as `category_translation.keywords` , `category_translation` . `custom_fields` as `category_translation.customFields` , `category_translation` . `created_at` as `category_translation.createdAt` , `category_translation` . `updated_at` as `category_translation.updatedAt` , `category_translation` . `category_id` as `category_translation.categoryId` , `category_translation` . `language_id` as `category_translation.languageId` , `category_translation` . `category_version_id` as `category_translation.categoryVersionId` FROM `category_translation` WHERE (`category_translation` . `category_version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category_translation` . `category_id` IN (0x00000DBBA07E7E7E7E7E7E7E7E7E0001 ))));
Copy
12
0.36 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND ((((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
b"\x00\x00 \r » ~~~~~~~~~\x00\x01 "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`category.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x00000DBBA07E7E7E7E7E7E7E7E7E0001 )) GROUP BY `category` . `id` ;
Copy
13
0.56 ms
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` . `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` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ›ÛÓ•§r\x07 ‹\x15 ¾ç–„Ž” "
]
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` . `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` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x019BDBD395A772078B15BEE796848D94 ));
Copy
14
0.73 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.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` . `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` . `file_hash` as `cms_section.backgroundMedia.fileHash` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `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 (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"\x01 ›ÛÓ•§r\x07 ‹\x15 ¾ç–„Ž” "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.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` . `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` . `file_hash` as `cms_section.backgroundMedia.fileHash` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `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 (
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` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.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` . `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` . `file_hash` as `cms_section.backgroundMedia.fileHash` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `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 (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 (0x019BDBD395A772078B15BEE796848D94 ))));
Copy
15
1.10 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.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` . `file_hash` as `cms_block.backgroundMedia.fileHash` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `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"\x01 ›ÛÓ•ÁrƒŒ×ål\r xÿ\x13 "
b"\x01 ›ÛÓ•ÁrƒŒ×ål\x0F ÊA "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.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` . `file_hash` as `cms_block.backgroundMedia.fileHash` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `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` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.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` . `file_hash` as `cms_block.backgroundMedia.fileHash` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `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 (0x019BDBD395C172838CD7E56C0D78FF13 , 0x019BDBD395C172838CD7E56C0FC38A41 ))));
Copy
16
0.63 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.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"\x01 ›ÛÓ•ÁrƒŒ×ål\r ÁÚ2 "
b"\x01 ›ÛÓ•ÁrƒŒ×ål\x0E ‰ÿà "
b"\x01 ›ÛÓ•ÁrƒŒ×ål\x10 ‘\x01 s "
b"\x01 ›ÛÓ•ÁrƒŒ×ål\x11 ?¯Œ "
b"\x01 ›ÛÓ•ÁrƒŒ×ål\x12 ûð "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.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 (0x019BDBD395C172838CD7E56C0DC1DA32 , 0x019BDBD395C172838CD7E56C0E89FFC3 , 0x019BDBD395C172838CD7E56C10910173 , 0x019BDBD395C172838CD7E56C113FAF8C , 0x019BDBD395C172838CD7E56C12FBF0A0 ))));
Copy
17
0.24 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `id` = ?
Parameters :
[
b"\x00\x00 \r » ~~~~~~~~~\x00\x01 "
b"|Ï—V\x05 0LÜ»l´+š“ì¤ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x00000DBBA07E7E7E7E7E7E7E7E7E0001 OR `id` = 0x7CCF975605304CDCBB6CB42B9A93ECA4
;
Copy
18
0.57 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"Ë›1 è¯Jx°\x0F ¨¾=Ö\f 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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0xCB9B31A0E8AF4A78B00FA8BE3DD60C31 );
Copy
19
0.22 ms
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
20
0.37 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"Ë›1 è¯Jx°\x0F ¨¾=Ö\f 1 "
b"VO(U¢IMä¡vÿ\x1C ¶\x00 <C "
b"aüÕ\f _\x07 N“”\x05 ³c.\x13 (y "
b"¬a–˜\x10 öJíµ?ËeþÊ[Ž "
b"\x16 nÄý¼Fû¹"vÈm’\x00 a "
b" ”#л2Cuޝrç%•\e + "
b"\x14\x1E ƒæ˜\f Jô„@#yFS3\x12 "
]
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 (0xCB9B31A0E8AF4A78B00FA8BE3DD60C31 , 0x564F2855A2494DE4A176FF1CB6003C43 , 0x61FCD50C5F074E939405B3632E132879 , 0xAC61969810F64AEDB53FCB65FECA5B8E , 0x16206EC4FDBC46FBB92276C86D920061 , 0xA09423D0BB3243758DAF72E725951B2B , 0x141E83E6980C4AF48440237946533312 );
Copy
21
0.45 ms
SELECT `acris_search_product_pushing` . `id` FROM `acris_search_product_pushing` LEFT JOIN `acris_search_product_pushing_rule` `acris_search_product_pushing.rules.mapping` ON `acris_search_product_pushing` . `id` = `acris_search_product_pushing.rules.mapping` . `search_product_pushing_id` LEFT JOIN `rule` `acris_search_product_pushing.rules` ON `acris_search_product_pushing.rules.mapping` . `rule_id` = `acris_search_product_pushing.rules` . `id` WHERE ((`acris_search_product_pushing` . `active` = ? AND (`acris_search_product_pushing` . `type` = ? OR `acris_search_product_pushing` . `type` = ? ) AND ((`acris_search_product_pushing.rules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR `acris_search_product_pushing.rules` . `id` < = > ? ))) GROUP BY `acris_search_product_pushing` . `id`
Parameters :
[
true
"all "
"listing "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
]
SELECT `acris_search_product_pushing` . `id` FROM `acris_search_product_pushing` LEFT JOIN `acris_search_product_pushing_rule` `acris_search_product_pushing.rules.mapping` ON `acris_search_product_pushing` . `id` = `acris_search_product_pushing.rules.mapping` . `search_product_pushing_id` LEFT JOIN `rule` `acris_search_product_pushing.rules` ON `acris_search_product_pushing.rules.mapping` . `rule_id` = `acris_search_product_pushing.rules` . `id` WHERE ((`acris_search_product_pushing` . `active` = 1 AND (`acris_search_product_pushing` . `type` = 'all' OR `acris_search_product_pushing` . `type` = 'listing' ) AND ((`acris_search_product_pushing.rules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) OR `acris_search_product_pushing.rules` . `id` < = > NULL ))) GROUP BY `acris_search_product_pushing` . `id` ;
Copy
22
0.43 ms
SELECT `acris_search_product_pushing` . `id` as `acris_search_product_pushing.id` , `acris_search_product_pushing` . `name` as `acris_search_product_pushing.name` , `acris_search_product_pushing` . `active` as `acris_search_product_pushing.active` , `acris_search_product_pushing` . `type` as `acris_search_product_pushing.type` , `acris_search_product_pushing` . `search_term_matching` as `acris_search_product_pushing.searchTermMatching` , `acris_search_product_pushing` . `factor` as `acris_search_product_pushing.factor` , `acris_search_product_pushing` . `created_at` as `acris_search_product_pushing.createdAt` , `acris_search_product_pushing` . `updated_at` as `acris_search_product_pushing.updatedAt` , (SELECT GROUP_CONCAT (HEX (`acris_search_product_pushing.productStream.mapping` . `product_stream_id` ) SEPARATOR '||' )
FROM `acris_search_product_pushing_stream` `acris_search_product_pushing.productStream.mapping`
WHERE `acris_search_product_pushing.productStream.mapping` . `search_product_pushing_id` = `acris_search_product_pushing` . `id` ) as `acris_search_product_pushing.productStream.id_mapping` FROM `acris_search_product_pushing` WHERE `acris_search_product_pushing` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"+êJbu‡E¶OϽ§‘ëÿ "
b"8êÊ•i×F~«\x14 ¥#\x0F Ìmz "
b"9¸2b\x0F ŒB5†\x03 ºC¿7·× "
b"GhW½–¹N\x05 ¼¸`\x18 @ÚBî "
b"HIH&:ª@¬½ùQŽ~Öed "
b"WO)ÆELZ¹îm\x11 {ƒý "
b"—“ìõ\x7F ´Mk˜„ j?öéè "
b"žÄm'!vOHµy4\x18 pV]T "
b"Èüû\x15\x02 tOh£ê“fTÊ\f æ "
b"Ïï§K‘ÜEd¦LbDŒ\x15 "‚ "
b"áŸ0Üc©EŠ»€œ\x10 ü'¹e "
b"ù«e\x00 P¾Hö“'xÅW6Æõ "
b"úõ*dÒMDÅ•HÈ\v Éz~E "
b"ÿ‘l©›¿H…³²PP\t\x06 ò\x0E "
]
SELECT `acris_search_product_pushing` . `id` as `acris_search_product_pushing.id` , `acris_search_product_pushing` . `name` as `acris_search_product_pushing.name` , `acris_search_product_pushing` . `active` as `acris_search_product_pushing.active` , `acris_search_product_pushing` . `type` as `acris_search_product_pushing.type` , `acris_search_product_pushing` . `search_term_matching` as `acris_search_product_pushing.searchTermMatching` , `acris_search_product_pushing` . `factor` as `acris_search_product_pushing.factor` , `acris_search_product_pushing` . `created_at` as `acris_search_product_pushing.createdAt` , `acris_search_product_pushing` . `updated_at` as `acris_search_product_pushing.updatedAt` , (SELECT GROUP_CONCAT (HEX (`acris_search_product_pushing.productStream.mapping` . `product_stream_id` ) SEPARATOR '||' )
FROM `acris_search_product_pushing_stream` `acris_search_product_pushing.productStream.mapping`
WHERE `acris_search_product_pushing.productStream.mapping` . `search_product_pushing_id` = `acris_search_product_pushing` . `id` ) as `acris_search_product_pushing.productStream.id_mapping` FROM `acris_search_product_pushing` WHERE `acris_search_product_pushing` . `id` IN (0x2BEA4A62758745B69D4FCFBDA791EBFF , 0x38EACA9569D7467EAB14A5230FCC6D7A , 0x39B832620F8C42358603BA43BF37B7D7 , 0x476857BD96B94E05BCB8601840DA42EE , 0x484948263AAA40ACBDF9518D7ED66564 , 0x574F298FC6454C5A8EB9EE6D117B83FD , 0x9793ECF57FB44D6B9884A06A3FF6E9E8 , 0x9EC46D2721764F48B579341870565D54 , 0xC8FCFB1502744F68A3EA936654CA0CE6 , 0xCFEFA74B91DC4564A64C62448C152282 , 0xE19F30DC63A9458ABB809C10FC27B965 , 0xF9AB650050BE48F6932778C55736C6F5 , 0xFAF52A64D24D44C59548C80BC97A7E45 , 0xFF916CA99BBF4885B3B250500906F20E );
Copy
23
0.54 ms
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = ? ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"rÖ"`qÝ@J±ðm‹]=JJ "
b"""
Ã\n
BrJéL\x14 0[R\x05\x04 ‰
"""
b"\r AfÀ\x07 N‡¼¨òz–g% "
b"Ô#n€uÂO\n ¡O¼\x00 å§ÒÏ "
b"üo{#cóN°¬Lèȼ„œ€ "
b"KÀ«\e ƒÑL{Šx2J¨\x16 \\x19 "
b"""
Ã\n
BrJéL\x14 0[R\x05\x04 ‰
"""
b"$½žùzÏI«¼. f…@ý“ "
b"å";G¥pH\x04 ·©\e Ïv\x06 ´ "
b"IÍklç¤L ¿» ¥ŠZR "
b"ZSÉ\x18 fJf—U`‡\f øˆÙ "
b"ñÜoUä"EÅŽ¤"þ÷+\x02\v "
b"ÙÑÓGmþI»¦\x02\x14 —y\x7F\x13 "
b"ZqË4¼/Nœ„O‚{¬ýN^ "
]
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (0x72D6226071DD404AB1F06D8B5D3D4A4A , 0xC30A42724AE94C1490305B520504AD89 , 0x0D4166C09D074E87BCA8F27A9667258E , 0xD4236E8075C24F0AA14FBC00E5A7D2CF , 0xFC6F7B2363F34EB0AC4CE8C8BC849C80 , 0x4BC0AB1B83D14C7B8A78324AA8165C19 , 0xC30A42724AE94C1490305B520504AD89 , 0x24BD9EF97ACF49ABBC2EA0668540FD93 , 0xE5223B47A5704804B7A91BA0CF7606B4 , 0x49CD6B6CE7A44C8FA0BFBBA0A58A5A52 , 0x5A53C9189D664A66975560870CF888D9 , 0xF1DC6F55E42245C58DA422FEF72B020B , 0xD9D1D3476DFE49BBA602149779907F13 , 0x5A71CB34BC2F4E9C844F827BACFD4E5E );
Copy
24
0.42 ms
SELECT `acris_search_product_restriction` . `id` FROM `acris_search_product_restriction` LEFT JOIN `acris_search_restriction_cat` `acris_search_product_restriction.categories.mapping` ON `acris_search_product_restriction` . `id` = `acris_search_product_restriction.categories.mapping` . `search_product_restriction_id` LEFT JOIN `acris_search_restriction_rule` `acris_search_product_restriction.rules.mapping` ON `acris_search_product_restriction` . `id` = `acris_search_product_restriction.rules.mapping` . `search_product_restriction_id` LEFT JOIN `category` `acris_search_product_restriction.categories` ON `acris_search_product_restriction.categories.mapping` . `category_id` = `acris_search_product_restriction.categories` . `id` AND `acris_search_product_restriction.categories` . `version_id` = `acris_search_product_restriction.categories.mapping` . `category_version_id` LEFT JOIN `rule` `acris_search_product_restriction.rules` ON `acris_search_product_restriction.rules.mapping` . `rule_id` = `acris_search_product_restriction.rules` . `id` WHERE ((`acris_search_product_restriction` . `active` = ? AND (`acris_search_product_restriction` . `type` = ? OR `acris_search_product_restriction` . `type` = ? ) AND (`acris_search_product_restriction.categories` . `id` < = > ? OR (`acris_search_product_restriction.categories` . `id` IN (? ))) AND ((`acris_search_product_restriction.rules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR `acris_search_product_restriction.rules` . `id` < = > ? ))) GROUP BY `acris_search_product_restriction` . `id`
Parameters :
[
true
"all "
"listing "
null
b"\x00\x00 \r » ~~~~~~~~~\x00\x01 "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
]
SELECT `acris_search_product_restriction` . `id` FROM `acris_search_product_restriction` LEFT JOIN `acris_search_restriction_cat` `acris_search_product_restriction.categories.mapping` ON `acris_search_product_restriction` . `id` = `acris_search_product_restriction.categories.mapping` . `search_product_restriction_id` LEFT JOIN `acris_search_restriction_rule` `acris_search_product_restriction.rules.mapping` ON `acris_search_product_restriction` . `id` = `acris_search_product_restriction.rules.mapping` . `search_product_restriction_id` LEFT JOIN `category` `acris_search_product_restriction.categories` ON `acris_search_product_restriction.categories.mapping` . `category_id` = `acris_search_product_restriction.categories` . `id` AND `acris_search_product_restriction.categories` . `version_id` = `acris_search_product_restriction.categories.mapping` . `category_version_id` LEFT JOIN `rule` `acris_search_product_restriction.rules` ON `acris_search_product_restriction.rules.mapping` . `rule_id` = `acris_search_product_restriction.rules` . `id` WHERE ((`acris_search_product_restriction` . `active` = 1 AND (`acris_search_product_restriction` . `type` = 'all' OR `acris_search_product_restriction` . `type` = 'listing' ) AND (`acris_search_product_restriction.categories` . `id` < = > NULL OR (`acris_search_product_restriction.categories` . `id` IN (0x00000DBBA07E7E7E7E7E7E7E7E7E0001 ))) AND ((`acris_search_product_restriction.rules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) OR `acris_search_product_restriction.rules` . `id` < = > NULL ))) GROUP BY `acris_search_product_restriction` . `id` ;
Copy
25
0.24 ms
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"\x00\x00 \r » ~~~~~~~~~\x00\x01 "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x00000DBBA07E7E7E7E7E7E7E7E7E0001 )) LIMIT 1 ;
Copy
26
0.19 ms
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"\x00\x00 \r » ~~~~~~~~~\x00\x01 "
]
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 (0x00000DBBA07E7E7E7E7E7E7E7E7E0001 ));
Copy
27
0.94 ms
SELECT
LOWER (HEX (advanced_search_config . id )) AS id ,
advanced_search_config . and_logic AS andLogic ,
advanced_search_config . min_search_length AS minSearchLength ,
advanced_search_config . es_enabled AS esEnabled ,
advanced_search_config . hit_count AS hitCount ,
CONCAT (
'[' ,
GROUP_CONCAT (DISTINCT
JSON_OBJECT (
'field' , advanced_search_config_field . field ,
'entity' , advanced_search_config_field . entity ,
'tokenize' , advanced_search_config_field . tokenize ,
'searchable' , advanced_search_config_field . searchable ,
'ranking' , advanced_search_config_field . ranking
)
),
']'
) as searchableFields
FROM advanced_search_config
LEFT JOIN advanced_search_config_field ON advanced_search_config_field . config_id = advanced_search_config . id AND advanced_search_config_field . searchable = 1
WHERE advanced_search_config . sales_channel_id = ?
GROUP BY advanced_search_config . id
Parameters :
[
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
]
SELECT
LOWER (HEX (advanced_search_config . id )) AS id ,
advanced_search_config . and_logic AS andLogic ,
advanced_search_config . min_search_length AS minSearchLength ,
advanced_search_config . es_enabled AS esEnabled ,
advanced_search_config . hit_count AS hitCount ,
CONCAT (
'[' ,
GROUP_CONCAT (DISTINCT
JSON_OBJECT (
'field' , advanced_search_config_field . field ,
'entity' , advanced_search_config_field . entity ,
'tokenize' , advanced_search_config_field . tokenize ,
'searchable' , advanced_search_config_field . searchable ,
'ranking' , advanced_search_config_field . ranking
)
),
']'
) as searchableFields
FROM advanced_search_config
LEFT JOIN advanced_search_config_field ON advanced_search_config_field . config_id = advanced_search_config . id AND advanced_search_config_field . searchable = 1
WHERE advanced_search_config . sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF
GROUP BY advanced_search_config . id ;
Copy
28
0.89 ms
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"\x00\x00 ’|‹~~~~~~~~~\x00\x04 "
b"\x00\x00 og~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰{g~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰~\x15 ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰T§~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰\x7F “~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰£\x01 ~~~~~~~~~\x00\x04 "
b"\x00\x00 oc~~~~~~~~~\x00\x04 "
b"\x00\x00 oJ~~~~~~~~~\x00\x04 "
b"\x00\x00 䢃~~~~~~~~~\x00\x04 "
b"\x00\x00 ’|k~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰|â~~~~~~~~~\x00\x04 "
b"\x00\x00 ˜–}~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰}„~~~~~~~~~\x00\x04 "
b"\x00\x00 o5~~~~~~~~~\x00\x04 "
b"\x00\x00 o\x15 ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰{õ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰}"~~~~~~~~~\x00\x04 "
b"\x00\x00 䢘~~~~~~~~~\x00\x04 "
b"\x00\x00 ˜•*~~~~~~~~~\x00\x04 "
b"\x00\x00 •2q~~~~~~~~~\x00\x04 "
]
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 (0x0000927C8B7E7E7E7E7E7E7E7E7E0004 , 0x00008F6F677E7E7E7E7E7E7E7E7E0004 , 0x0000897B677E7E7E7E7E7E7E7E7E0004 , 0x0000897E157E7E7E7E7E7E7E7E7E0004 , 0x00008954A77E7E7E7E7E7E7E7E7E0004 , 0x0000897F937E7E7E7E7E7E7E7E7E0004 , 0x000089A3017E7E7E7E7E7E7E7E7E0004 , 0x00008F6F637E7E7E7E7E7E7E7E7E0004 , 0x00008F6F4A7E7E7E7E7E7E7E7E7E0004 , 0x000089A2C97E7E7E7E7E7E7E7E7E0004 , 0x0000927C6B7E7E7E7E7E7E7E7E7E0004 , 0x0000897CE27E7E7E7E7E7E7E7E7E0004 , 0x000098967D7E7E7E7E7E7E7E7E7E0004 , 0x0000897D847E7E7E7E7E7E7E7E7E0004 , 0x00008F6F357E7E7E7E7E7E7E7E7E0004 , 0x00008F6F157E7E7E7E7E7E7E7E7E0004 , 0x0000897BF57E7E7E7E7E7E7E7E7E0004 , 0x0000897D227E7E7E7E7E7E7E7E7E0004 , 0x000089A2F27E7E7E7E7E7E7E7E7E0004 , 0x000098952A7E7E7E7E7E7E7E7E7E0004 , 0x00009532717E7E7E7E7E7E7E7E7E0004 ));
Copy
29
0.70 ms
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% "
"\x00\x00\x00\x18 r~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x18 y~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x18\x7F ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x18 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x19 Ó~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x19 ï~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A\x07 ~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A (~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A )~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A B~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ß~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ö~~~~~~~~~\x00\x02 "
"\x00\x00\x00\e\x00 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ¬~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ß~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ö~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e þ~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1C #~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1C $~~~~~~~~~\x00\x02 "
b"\x00\x00 Fþc~~~~~~~~~\x00\x03 "
b"\x00\x00 Fþd~~~~~~~~~\x00\x03 "
b"\x00\x00 Fþe~~~~~~~~~\x00\x03 "
"\x00\x00 G\x17 J~~~~~~~~~\x00\x03 "
"\x00\x00 G\x17 R~~~~~~~~~\x00\x03 "
]
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 ('\0\0\0r~~~~~~~~~\0' , '\0\0\0y~~~~~~~~~\0' , '\0\0\0~~~~~~~~~\0' , 0x00000018817E7E7E7E7E7E7E7E7E0002 , 0x00000019D37E7E7E7E7E7E7E7E7E0002 , 0x00000019EF7E7E7E7E7E7E7E7E7E0002 , '\0\0\0~~~~~~~~~\0' , '\0\0\0(~~~~~~~~~\0' , '\0\0\0)~~~~~~~~~\0' , '\0\0\0B~~~~~~~~~\0' , 0x0000001ADF7E7E7E7E7E7E7E7E7E0002 , 0x0000001AF67E7E7E7E7E7E7E7E7E0002 , '\0\0\0\0~~~~~~~~~\0' , 0x0000001BAC7E7E7E7E7E7E7E7E7E0002 , 0x0000001BDF7E7E7E7E7E7E7E7E7E0002 , 0x0000001BF67E7E7E7E7E7E7E7E7E0002 , 0x0000001BFE7E7E7E7E7E7E7E7E7E0002 , '\0\0\0#~~~~~~~~~\0' , '\0\0\0$~~~~~~~~~\0' , 0x000046FE637E7E7E7E7E7E7E7E7E0003 , 0x000046FE647E7E7E7E7E7E7E7E7E0003 , 0x000046FE657E7E7E7E7E7E7E7E7E0003 , '\0\0GJ~~~~~~~~~\0' , '\0\0GR~~~~~~~~~\0' );
Copy
30
0.83 ms
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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND (((`product.parent.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND `product.swagDynamicAccessRules` . `id` < = > ? ) OR ((`product.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))) OR (`product.parent.swagDynamicAccessRules` . `id` < = > ? AND `product.swagDynamicAccessRules` . `id` < = > ? )))) AND (`product` . `id` IN (? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
true
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
null
b"\x00\x00\x00\x08 ¹~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x0F Ð~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x08 °~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 \r ‘~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x0F Ì~~~~~~~~~\x00\x02 "
]
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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xA4BD6D6716D64126BD5373AABEE8C9AF AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND (((`product.parent.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) AND `product.swagDynamicAccessRules` . `id` < = > NULL ) OR ((`product.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD ))) OR (`product.parent.swagDynamicAccessRules` . `id` < = > NULL AND `product.swagDynamicAccessRules` . `id` < = > NULL )))) AND (`product` . `id` IN (0x00000008B97E7E7E7E7E7E7E7E7E0002 , 0x0000000FD07E7E7E7E7E7E7E7E7E0002 , 0x00000008B07E7E7E7E7E7E7E7E7E0002 , 0x0000000D917E7E7E7E7E7E7E7E7E0002 , 0x0000000FCC7E7E7E7E7E7E7E7E7E0002 )) GROUP BY `product` . `id` ;
Copy
31
1.04 ms
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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND (((`product.parent.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND `product.swagDynamicAccessRules` . `id` < = > ? ) OR ((`product.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))) OR (`product.parent.swagDynamicAccessRules` . `id` < = > ? AND `product.swagDynamicAccessRules` . `id` < = > ? )))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
true
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
null
"\x00\x00\x00\x18 r~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x18 y~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x18\x7F ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x18 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x19 Ó~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x19 ï~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A\x07 ~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A (~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A )~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A B~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ß~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ö~~~~~~~~~\x00\x02 "
"\x00\x00\x00\e\x00 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ¬~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ß~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ö~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e þ~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1C #~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1C $~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x08 ¹~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x0F Ð~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x08 °~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 \r ‘~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x0F Ì~~~~~~~~~\x00\x02 "
]
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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id`
AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id`
AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id`
LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id`
AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id`
LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id`
LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND (
(
(
`product.parent.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
AND `product.swagDynamicAccessRules` . `id` < = > ?
)
OR (
(
`product.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
)
OR (
`product.parent.swagDynamicAccessRules` . `id` < = > ?
AND `product.swagDynamicAccessRules` . `id` < = > ?
)
)
)
)
AND (
`product` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
)
GROUP BY
`product` . `id`
Copy
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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0xA4BD6D6716D64126BD5373AABEE8C9AF AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND (((`product.parent.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) AND `product.swagDynamicAccessRules` . `id` < = > NULL ) OR ((`product.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD ))) OR (`product.parent.swagDynamicAccessRules` . `id` < = > NULL AND `product.swagDynamicAccessRules` . `id` < = > NULL )))) AND (`product` . `id` IN ('\0\0\0r~~~~~~~~~\0' , '\0\0\0y~~~~~~~~~\0' , '\0\0\0~~~~~~~~~\0' , 0x00000018817E7E7E7E7E7E7E7E7E0002 , 0x00000019D37E7E7E7E7E7E7E7E7E0002 , 0x00000019EF7E7E7E7E7E7E7E7E7E0002 , '\0\0\0~~~~~~~~~\0' , '\0\0\0(~~~~~~~~~\0' , '\0\0\0)~~~~~~~~~\0' , '\0\0\0B~~~~~~~~~\0' , 0x0000001ADF7E7E7E7E7E7E7E7E7E0002 , 0x0000001AF67E7E7E7E7E7E7E7E7E0002 , '\0\0\0\0~~~~~~~~~\0' , 0x0000001BAC7E7E7E7E7E7E7E7E7E0002 , 0x0000001BDF7E7E7E7E7E7E7E7E7E0002 , 0x0000001BF67E7E7E7E7E7E7E7E7E0002 , 0x0000001BFE7E7E7E7E7E7E7E7E7E0002 , '\0\0\0#~~~~~~~~~\0' , '\0\0\0$~~~~~~~~~\0' , 0x00000008B97E7E7E7E7E7E7E7E7E0002 , 0x0000000FD07E7E7E7E7E7E7E7E7E0002 , 0x00000008B07E7E7E7E7E7E7E7E7E0002 , 0x0000000D917E7E7E7E7E7E7E7E7E0002 , 0x0000000FCC7E7E7E7E7E7E7E7E7E0002 )) GROUP BY `product` . `id` ;
Copy
32
5.13 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `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` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `file_hash` as `product.cover.media.fileHash` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.subscriptionPlans.mapping` . `subscription_plan_id` ) SEPARATOR '||' )
FROM `subscription_plan_product_mapping` `product.subscriptionPlans.mapping`
WHERE `product.subscriptionPlans.mapping` . `product_id` = `product` . `subscriptionPlans` ) as `product.subscriptionPlans.id_mapping` , (SELECT GROUP_CONCAT (HEX (`product.streams.mapping` . `product_stream_id` ) SEPARATOR '||' )
FROM `product_stream_mapping` `product.streams.mapping`
WHERE `product.streams.mapping` . `product_id` = `product` . `id` ) as `product.streams.id_mapping` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"\x00\x00\x00\x18 r~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x18 y~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x18\x7F ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x18 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x19 Ó~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x19 ï~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A\x07 ~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A (~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A )~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A B~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ß~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ö~~~~~~~~~\x00\x02 "
"\x00\x00\x00\e\x00 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ¬~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ß~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ö~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e þ~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1C #~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1C $~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x08 ¹~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x0F Ð~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x08 °~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 \r ‘~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x0F Ì~~~~~~~~~\x00\x02 "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `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` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `file_hash` as `product.cover.media.fileHash` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.subscriptionPlans.mapping` . `subscription_plan_id`
) SEPARATOR '||'
)
FROM
`subscription_plan_product_mapping` `product.subscriptionPlans.mapping`
WHERE
`product.subscriptionPlans.mapping` . `product_id` = `product` . `subscriptionPlans`
) as `product.subscriptionPlans.id_mapping` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.streams.mapping` . `product_stream_id`
) SEPARATOR '||'
)
FROM
`product_stream_mapping` `product.streams.mapping`
WHERE
`product.streams.mapping` . `product_id` = `product` . `id`
) as `product.streams.id_mapping` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `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.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `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` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `file_hash` as `product.cover.media.fileHash` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.subscriptionPlans.mapping` . `subscription_plan_id` ) SEPARATOR '||' )
FROM `subscription_plan_product_mapping` `product.subscriptionPlans.mapping`
WHERE `product.subscriptionPlans.mapping` . `product_id` = `product` . `subscriptionPlans` ) as `product.subscriptionPlans.id_mapping` , (SELECT GROUP_CONCAT (HEX (`product.streams.mapping` . `product_stream_id` ) SEPARATOR '||' )
FROM `product_stream_mapping` `product.streams.mapping`
WHERE `product.streams.mapping` . `product_id` = `product` . `id` ) as `product.streams.id_mapping` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 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.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 ('\0\0\0r~~~~~~~~~\0' , '\0\0\0y~~~~~~~~~\0' , '\0\0\0~~~~~~~~~\0' , 0x00000018817E7E7E7E7E7E7E7E7E0002 , 0x00000019D37E7E7E7E7E7E7E7E7E0002 , 0x00000019EF7E7E7E7E7E7E7E7E7E0002 , '\0\0\0~~~~~~~~~\0' , '\0\0\0(~~~~~~~~~\0' , '\0\0\0)~~~~~~~~~\0' , '\0\0\0B~~~~~~~~~\0' , 0x0000001ADF7E7E7E7E7E7E7E7E7E0002 , 0x0000001AF67E7E7E7E7E7E7E7E7E0002 , '\0\0\0\0~~~~~~~~~\0' , 0x0000001BAC7E7E7E7E7E7E7E7E7E0002 , 0x0000001BDF7E7E7E7E7E7E7E7E7E0002 , 0x0000001BF67E7E7E7E7E7E7E7E7E0002 , 0x0000001BFE7E7E7E7E7E7E7E7E7E0002 , '\0\0\0#~~~~~~~~~\0' , '\0\0\0$~~~~~~~~~\0' , 0x00000008B97E7E7E7E7E7E7E7E7E0002 , 0x0000000FD07E7E7E7E7E7E7E7E7E0002 , 0x00000008B07E7E7E7E7E7E7E7E7E0002 , 0x0000000D917E7E7E7E7E7E7E7E7E0002 , 0x0000000FCC7E7E7E7E7E7E7E7E7E0002 ));
Copy
33
0.68 ms
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"\x00\x00\x00\x08 °~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x08 ¹~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 \r ‘~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x0F Ì~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x0F Ð~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x18 r~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x18 y~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x18\x7F ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x18 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x19 Ó~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x19 ï~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A\x07 ~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A (~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A )~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A B~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ß~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ö~~~~~~~~~\x00\x02 "
"\x00\x00\x00\e\x00 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ¬~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ß~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ö~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e þ~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1C #~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1C $~~~~~~~~~\x00\x02 "
]
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 (0x00000008B07E7E7E7E7E7E7E7E7E0002 , 0x00000008B97E7E7E7E7E7E7E7E7E0002 , 0x0000000D917E7E7E7E7E7E7E7E7E0002 , 0x0000000FCC7E7E7E7E7E7E7E7E7E0002 , 0x0000000FD07E7E7E7E7E7E7E7E7E0002 , '\0\0\0r~~~~~~~~~\0' , '\0\0\0y~~~~~~~~~\0' , '\0\0\0~~~~~~~~~\0' , 0x00000018817E7E7E7E7E7E7E7E7E0002 , 0x00000019D37E7E7E7E7E7E7E7E7E0002 , 0x00000019EF7E7E7E7E7E7E7E7E7E0002 , '\0\0\0~~~~~~~~~\0' , '\0\0\0(~~~~~~~~~\0' , '\0\0\0)~~~~~~~~~\0' , '\0\0\0B~~~~~~~~~\0' , 0x0000001ADF7E7E7E7E7E7E7E7E7E0002 , 0x0000001AF67E7E7E7E7E7E7E7E7E0002 , '\0\0\0\0~~~~~~~~~\0' , 0x0000001BAC7E7E7E7E7E7E7E7E7E0002 , 0x0000001BDF7E7E7E7E7E7E7E7E7E0002 , 0x0000001BF67E7E7E7E7E7E7E7E7E0002 , 0x0000001BFE7E7E7E7E7E7E7E7E7E0002 , '\0\0\0#~~~~~~~~~\0' , '\0\0\0$~~~~~~~~~\0' ))));
Copy
34
0.54 ms
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = ? ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
]
SELECT
`product_stream` . `id` as `product_stream.id` ,
`product_stream` . `api_filter` as `product_stream.apiFilter` ,
`product_stream` . `invalid` as `product_stream.invalid` ,
`product_stream` . `created_at` as `product_stream.createdAt` ,
`product_stream` . `updated_at` as `product_stream.updatedAt` ,
`product_stream.translation.name` ,
`product_stream.translation.name` as `product_stream.name` ,
`product_stream.translation.description` ,
`product_stream.translation.description` as `product_stream.description` ,
`product_stream.translation.customFields` ,
`product_stream.translation.customFields` as `product_stream.customFields`
FROM
`product_stream`
LEFT JOIN (
SELECT
`product_stream.translation` . `product_stream_id` ,
`product_stream.translation` . `name` as `product_stream.translation.name` ,
`product_stream.translation` . `description` as `product_stream.translation.description` ,
`product_stream.translation` . `custom_fields` as `product_stream.translation.customFields`
FROM
`product_stream_translation` `product_stream.translation`
WHERE
`product_stream.translation` . `language_id` = ?
) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id`
WHERE
`product_stream` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
?
)
Copy
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 );
Copy
35
0.59 ms
SELECT LOWER (HEX (p . id )), pt . name
FROM product p
INNER JOIN product pp ON pp . id = p . parent_id AND pp . version_id = ?
INNER JOIN product_translation pt ON pp . id = pt . product_id
WHERE p . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) AND p . version_id = ?
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"\x00\x00\x00\x18 r~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x18 y~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x18\x7F ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x18 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x19 Ó~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x19 ï~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A\x07 ~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A (~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A )~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A B~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ß~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ö~~~~~~~~~\x00\x02 "
"\x00\x00\x00\e\x00 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ¬~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ß~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ö~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e þ~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1C #~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1C $~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x08 ¹~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x0F Ð~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x08 °~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 \r ‘~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x0F Ì~~~~~~~~~\x00\x02 "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
]
SELECT LOWER (HEX (p . id )), pt . name
FROM product p
INNER JOIN product pp ON pp . id = p . parent_id AND pp . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425
INNER JOIN product_translation pt ON pp . id = pt . product_id
WHERE p . id IN ('\0\0\0r~~~~~~~~~\0' , '\0\0\0y~~~~~~~~~\0' , '\0\0\0~~~~~~~~~\0' , 0x00000018817E7E7E7E7E7E7E7E7E0002 , 0x00000019D37E7E7E7E7E7E7E7E7E0002 , 0x00000019EF7E7E7E7E7E7E7E7E7E0002 , '\0\0\0~~~~~~~~~\0' , '\0\0\0(~~~~~~~~~\0' , '\0\0\0)~~~~~~~~~\0' , '\0\0\0B~~~~~~~~~\0' , 0x0000001ADF7E7E7E7E7E7E7E7E7E0002 , 0x0000001AF67E7E7E7E7E7E7E7E7E0002 , '\0\0\0\0~~~~~~~~~\0' , 0x0000001BAC7E7E7E7E7E7E7E7E7E0002 , 0x0000001BDF7E7E7E7E7E7E7E7E7E0002 , 0x0000001BF67E7E7E7E7E7E7E7E7E0002 , 0x0000001BFE7E7E7E7E7E7E7E7E7E0002 , '\0\0\0#~~~~~~~~~\0' , '\0\0\0$~~~~~~~~~\0' , 0x00000008B97E7E7E7E7E7E7E7E7E0002 , 0x0000000FD07E7E7E7E7E7E7E7E7E0002 , 0x00000008B07E7E7E7E7E7E7E7E7E0002 , 0x0000000D917E7E7E7E7E7E7E7E7E0002 , 0x0000000FCC7E7E7E7E7E7E7E7E7E0002 ) AND p . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ;
Copy
36
0.82 ms
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
37
0.37 ms
SELECT `product_warehouse_group` . `product_id` , `product_warehouse_group` . `warehouse_group_id` FROM `product_warehouse_group` LEFT JOIN `warehouse_group` `product_warehouse_group.warehouseGroup` ON `product_warehouse_group` . `warehouse_group_id` = `product_warehouse_group.warehouseGroup` . `id` WHERE ((`product_warehouse_group` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (`product_warehouse_group.warehouseGroup` . `rule_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))) ORDER BY `product_warehouse_group.warehouseGroup` . `priority` ASC
Parameters :
[
"\x00\x00\x00\x18 r~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x18 y~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x18\x7F ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x18 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x19 Ó~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x19 ï~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A\x07 ~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A (~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A )~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A B~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ß~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ö~~~~~~~~~\x00\x02 "
"\x00\x00\x00\e\x00 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ¬~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ß~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ö~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e þ~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1C #~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1C $~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x08 ¹~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x0F Ð~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x08 °~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 \r ‘~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x0F Ì~~~~~~~~~\x00\x02 "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
]
SELECT `product_warehouse_group` . `product_id` , `product_warehouse_group` . `warehouse_group_id` FROM `product_warehouse_group` LEFT JOIN `warehouse_group` `product_warehouse_group.warehouseGroup` ON `product_warehouse_group` . `warehouse_group_id` = `product_warehouse_group.warehouseGroup` . `id` WHERE ((`product_warehouse_group` . `product_id` IN ('\0\0\0r~~~~~~~~~\0' , '\0\0\0y~~~~~~~~~\0' , '\0\0\0~~~~~~~~~\0' , 0x00000018817E7E7E7E7E7E7E7E7E0002 , 0x00000019D37E7E7E7E7E7E7E7E7E0002 , 0x00000019EF7E7E7E7E7E7E7E7E7E0002 , '\0\0\0~~~~~~~~~\0' , '\0\0\0(~~~~~~~~~\0' , '\0\0\0)~~~~~~~~~\0' , '\0\0\0B~~~~~~~~~\0' , 0x0000001ADF7E7E7E7E7E7E7E7E7E0002 , 0x0000001AF67E7E7E7E7E7E7E7E7E0002 , '\0\0\0\0~~~~~~~~~\0' , 0x0000001BAC7E7E7E7E7E7E7E7E7E0002 , 0x0000001BDF7E7E7E7E7E7E7E7E7E0002 , 0x0000001BF67E7E7E7E7E7E7E7E7E0002 , 0x0000001BFE7E7E7E7E7E7E7E7E7E0002 , '\0\0\0#~~~~~~~~~\0' , '\0\0\0$~~~~~~~~~\0' , 0x00000008B97E7E7E7E7E7E7E7E7E0002 , 0x0000000FD07E7E7E7E7E7E7E7E7E0002 , 0x00000008B07E7E7E7E7E7E7E7E7E0002 , 0x0000000D917E7E7E7E7E7E7E7E7E0002 , 0x0000000FCC7E7E7E7E7E7E7E7E7E0002 )) AND (`product_warehouse_group.warehouseGroup` . `rule_id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD ))) ORDER BY `product_warehouse_group.warehouseGroup` . `priority` ASC ;
Copy
38
0.64 ms
SELECT LOWER (HEX (product . id )) AS product_id ,
LOWER (HEX (product_warehouse_group . warehouse_group_id )) AS warehouse_group_id ,
COALESCE (SUM (product_warehouse . stock ), 0 ) AS stock ,
warehouse_group . priority AS priority ,
(warehouse_group . id IS NOT NULL ) AS assigned
FROM product
INNER JOIN product_warehouse_group
ON product . id = product_warehouse_group . product_id
AND product . version_id = product_warehouse_group . product_version_id
LEFT JOIN warehouse_group
ON product_warehouse_group . warehouse_group_id = warehouse_group . id
AND warehouse_group . rule_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
LEFT JOIN warehouse_group_warehouse
ON warehouse_group_warehouse . warehouse_group_id = product_warehouse_group . warehouse_group_id
LEFT JOIN product_warehouse
ON product_warehouse . product_id = product_warehouse_group . product_id
AND product_warehouse . product_version_id = product_warehouse_group . product_version_id
AND product_warehouse . warehouse_id = warehouse_group_warehouse . warehouse_id
WHERE product . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) AND product . version_id = ?
GROUP BY product_warehouse_group . warehouse_group_id ,
product_warehouse_group . product_id
Parameters :
[
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
"\x00\x00\x00\x18 r~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x18 y~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x18\x7F ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x18 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x19 Ó~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x19 ï~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A\x07 ~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A (~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A )~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1A B~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ß~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ö~~~~~~~~~\x00\x02 "
"\x00\x00\x00\e\x00 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ¬~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ß~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e ö~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\e þ~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1C #~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1C $~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x08 ¹~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x0F Ð~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x08 °~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 \r ‘~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x0F Ì~~~~~~~~~\x00\x02 "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
]
SELECT
LOWER (
HEX (product . id )
) AS product_id ,
LOWER (
HEX (
product_warehouse_group . warehouse_group_id
)
) AS warehouse_group_id ,
COALESCE (
SUM (product_warehouse . stock ),
0
) AS stock ,
warehouse_group . priority AS priority ,
(warehouse_group . id IS NOT NULL ) AS assigned
FROM
product
INNER JOIN product_warehouse_group ON product . id = product_warehouse_group . product_id
AND product . version_id = product_warehouse_group . product_version_id
LEFT JOIN warehouse_group ON product_warehouse_group . warehouse_group_id = warehouse_group . id
AND warehouse_group . rule_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
LEFT JOIN warehouse_group_warehouse ON warehouse_group_warehouse . warehouse_group_id = product_warehouse_group . warehouse_group_id
LEFT JOIN product_warehouse ON product_warehouse . product_id = product_warehouse_group . product_id
AND product_warehouse . product_version_id = product_warehouse_group . product_version_id
AND product_warehouse . warehouse_id = warehouse_group_warehouse . warehouse_id
WHERE
product . id IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
AND product . version_id = ?
GROUP BY
product_warehouse_group . warehouse_group_id ,
product_warehouse_group . product_id
Copy
SELECT LOWER (HEX (product . id )) AS product_id ,
LOWER (HEX (product_warehouse_group . warehouse_group_id )) AS warehouse_group_id ,
COALESCE (SUM (product_warehouse . stock ), 0 ) AS stock ,
warehouse_group . priority AS priority ,
(warehouse_group . id IS NOT NULL ) AS assigned
FROM product
INNER JOIN product_warehouse_group
ON product . id = product_warehouse_group . product_id
AND product . version_id = product_warehouse_group . product_version_id
LEFT JOIN warehouse_group
ON product_warehouse_group . warehouse_group_id = warehouse_group . id
AND warehouse_group . rule_id IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )
LEFT JOIN warehouse_group_warehouse
ON warehouse_group_warehouse . warehouse_group_id = product_warehouse_group . warehouse_group_id
LEFT JOIN product_warehouse
ON product_warehouse . product_id = product_warehouse_group . product_id
AND product_warehouse . product_version_id = product_warehouse_group . product_version_id
AND product_warehouse . warehouse_id = warehouse_group_warehouse . warehouse_id
WHERE product . id IN ('\0\0\0r~~~~~~~~~\0' , '\0\0\0y~~~~~~~~~\0' , '\0\0\0~~~~~~~~~\0' , 0x00000018817E7E7E7E7E7E7E7E7E0002 , 0x00000019D37E7E7E7E7E7E7E7E7E0002 , 0x00000019EF7E7E7E7E7E7E7E7E7E0002 , '\0\0\0~~~~~~~~~\0' , '\0\0\0(~~~~~~~~~\0' , '\0\0\0)~~~~~~~~~\0' , '\0\0\0B~~~~~~~~~\0' , 0x0000001ADF7E7E7E7E7E7E7E7E7E0002 , 0x0000001AF67E7E7E7E7E7E7E7E7E0002 , '\0\0\0\0~~~~~~~~~\0' , 0x0000001BAC7E7E7E7E7E7E7E7E7E0002 , 0x0000001BDF7E7E7E7E7E7E7E7E7E0002 , 0x0000001BF67E7E7E7E7E7E7E7E7E0002 , 0x0000001BFE7E7E7E7E7E7E7E7E7E0002 , '\0\0\0#~~~~~~~~~\0' , '\0\0\0$~~~~~~~~~\0' , 0x00000008B97E7E7E7E7E7E7E7E7E0002 , 0x0000000FD07E7E7E7E7E7E7E7E7E0002 , 0x00000008B07E7E7E7E7E7E7E7E7E0002 , 0x0000000D917E7E7E7E7E7E7E7E7E0002 , 0x0000000FCC7E7E7E7E7E7E7E7E7E0002 ) AND product . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425
GROUP BY product_warehouse_group . warehouse_group_id ,
product_warehouse_group . product_id ;
Copy
39
0.22 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
40
0.27 ms
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"ç\x05 CL6@J\x11 ©§*Ù,vÛÔ "
]
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` = 0xE705434C36404A11A9A72AD92C76DBD4 AND
pm . `active` = 1 ;
Copy
41
13.95 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `file_hash` as `property_group_option.media.fileHash` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¼Æ'\x02 ÉðÓ›!\x12 ‹ß\x0F ¶¹\r "
b"gî§\L\x13\x0E †‘‰òF…’ÒU "
b"ë½\x07\x1E t:×\x16 xä\x13\x01 ¼yu: "
b"ˆiLÏ"Á\t\v\x7F VJ¬÷*L\x1D "
b"ô\x19 B\dGæ.\f ;·wî@ý¹ "
b"gQäîî°ýEø(H\x14 “Ý4 "
b"’lrív0õ\x15 ›Ó6\x1C ’FFÚ "
b"å\x19 å‰Â²@XÝ!àÞn\x1E ¹ "
b"‰ÍsJŽ\x13 È\e Þ#\x7F\x07 é#\x05 Ô "
b"\x01 ù\x13 Bxä\x05\x12 lZŽÎ\x11 Å`² "
b"\x16 ʉ†\x18 ôq\x08 0 p°¹_¿Ÿ "
b"½œ`tÍ‹l·™'{“7Q¦ã "
b"«\x1F ¬V"ô¿1ù/`"K\x11 ô "
b"‹bp°\x0E —\x02 0ƒÇÅk®t+Ž "
b"\x06\x08 )™ei\x1E ÇgxøáG+\x11\x1C "
b"""
gY{\n
±ÿTê«s”ÑxÏý
"""
b"ûN«$]ßW°E†èƒ<8ôg "
b"³-È0\v èú8ã+ÌÕI÷— "
b"ñæ\x19 öO£}'\x1A ½Æ\x01 íº "
b"‹\x15 tØE6hY˜¯1Äúžóe "
b"cÛDîRGߦ\f µo\x17 ©è˜i "
b"""
Ãâm¶S“DLSl[\n
;SQ\x12
"""
b"\x08 Œæ{YbP”¦-n?ò.\x1E ì "
b"\x04\x0F 1WøU\x0F Úpúoˆ´Óq\x05 "
b"dìoqÅ\x7F ˆëW)\n \x00 ú\x0F\x17\x12 "
b"J\x0F áI~\x01 Õ¬½ÀÀnçwí´ "
b"\x01 ¯å\x05 Ñ]Â`ÞÂípd¶D\v "
b"-tÄ¡mDa\x11 Ñ(•\x0E V†‹R "
b"Ø\x12\v ç\x13 ÂØ÷þÔBô»‘¾ "
b"ÆÛËsÝr·Ä\x05 q¹ò“ãx¿ "
b"""
\t ¬Rw˜ ÿ\x13 LÁ'ô·\n
XÆ
"""
b"\v §ï¥áŽ1Ÿyo\x16\x12 ©¼”5 "
b"Pdq\x04 Ãjr\x12\x18 i&‹\x1E f "
b"\x1C\f ½¸&R\x19 4\x17 J¼\x03\x01 Ö*® "
b"d}Í\x15 øæÄ速\x03 ˺R¨\x10 "
b"dˆÙ´l×÷Œ½©ÕàIºÜY "
b"pYÍšaÎ~|–'®Øë\x07 3 "
b"v^¶ù7\x00 …=Þ¤=\x10 ø.ê "
b"ø! ‰\x14 ‰•öÏúú\x15 Ô\x13 i\x13 "
b"”dt¼ŽšÀŒìè2\x05 !’Þ³ "
b"2ÿ{<\x1D G†\f »„m]\x13 ºfY "
b"išQÎõ‡f'4=8^¿6ö "
b"©Óˆ·‚šo‘\x1C ÷Í=¬Õ^ "
b"þßstMuüuµÜÄ;sŽàÅ "
b"c\x1F /íå?\x1D –\x00 ‰m$\x16 ƒNº "
b"\x00 Þ¿·\x07 K’?u\x11\x18 ø#Pë "
b"°Â1}õ?Òì}`I¥à\x11 û "
b"6}?RJ=å—E#=«Â\x05 ýŽ "
b"[ŠPO-;zyÆTЄµß“Š "
b"N™\x1A Y\x1C r¥‘ä’ß\x11 #\x1E ×Ú "
b"©°\t O3%‹»\x04 wÛæ :\x04 ® "
b"""
îBËß\x1A \n
B3½«3ÇÜÿ–Ò
"""
b"Ùä\x12 .\x16 Zï¶×5èºhŸ²+ "
b" ¸ajg†ëG5\x14 »µŸJ‡q "
b"Ër~¹\x1D Ýwí±8ÛØÚì‹ "
b"äè!кÙâª\x1E =É)ãò\x18 ¼ "
b"'óú†\x17 ·X;£f1(ŽåÒ? "
b"ÁƒG$Æ*»áŠ}õhä\x03 $‘ "
b"Ä‚Ò\x19 a'\x0F ûG¯ëQQ¿\e\x1E "
b"û8i\x16 üç\x14 “—dÊFÖE·s "
b"\r !dÈFÝz©k¤ Q¸j\x15 "
b"TÉiSþ<¾R\x7F ;öº÷Ö— "
b"""
|Á¤ÖH&.ƒ8'rº\n
@Ù
"""
b"—QÐí'KDžäºLUw¿éÛ "
b"8\x1C ÿ\x11 °›\x15\x03 ³zt,[ÔÇ "
b"®Yt&Wýõ,ó\t W§\x00 >l½ "
b"\x02 m„ÕÁnjT*.ÎSD‚#ü "
b"\r ¡0#\x14\x03 ÅYö#MÏŒŽÊ "
b"\x1D Ie\x08 ߸šòö>1(‰æß\x0E "
b"'7Þ\x10 Ÿr%ä–ß¸š†¼µÃ "
b"8Ï|å®|ä\x00 gЪ?: ^ "
b"˜ÐMǘ¤‚uf2.Ž\x07 ¤ò "
b"\x0F ¡!žƒ—\x14 ô\x17 8*›¤\x1E Q "
b"\x1D w«ÁAÁ6›$ÃO‹Ý²“ã "
b"6\f ÎAA(]$ŒÓè« €NF "
b"–\x08 SB\x15 ž1”OFïH&s "
b"""
¡äGãœë.e\x13 —EÂ\n
4,\x03
"""
b"«\v ‰ì–4ì;›¯Â#® "
b">—XsRš³»%æ\x02 óZº-c "
b"t¶lî‚ã'¸Úä[Õµ»— "
b"w"»4¤ÒJØáyø/ÄN® "
b"ƒÚy<2F„\f !|!)½ÒUA "
b"å¶uÁVÃ<¸•¢V§hðF\n "
b"\x00 Cón<P\x06 öºìV\t á¤\x12 Ò "
b"\x13 øsLÞ\x01 K)Î"騲Èb1 "
b"Ž”@\x14 †“ÎbŸá\x15 Üpu¢ä "
b"IÓ°¡\x14 K\x1D ÖUE(Ðx‘( "
b"³\x1F 1]T®\x1C šúÍ䙢v\v "
b"ã\x01 TµciíÊ8²n¦\x06 šL× "
b"\x05 ŒŽ£Å¸4\x19\x01 g)Å\v ˆõÇ "
b"""
\n
ΦŠéX7\x1D ”&Ãõˆ\x02\x11 O
"""
b",”\x7F _\x04 #ölVOK×>ÿ\n "
b"Uå=Æ\x10\x0E ËT\x11 —x\x1C J\x0E o# "
b"_M'\x17 r\x0F \f¬Ÿ\x15\x11 £àoú "
b"Ž˜ÀK¥hC{[´Ân’¥’b "
b"”\x1D\x1A\x7F ”|/ƒš·½\x00 ò-Q` "
b"åZ¬0D\x11 Õcþ©@Ýâ\r w "
b"\x12 '’`Ù\x16 7’ÙßDÒÌ<ûÿ "
b"\x1F «`ºúú’|pq¥Ëk\x0E Y "
b"#]¸ÅZ¾bÔ@\x1F ¬='æÊ "
b"""
6Ò¾Ë\n
™F´‹SÎpZÛ\f 3
"""
b"E…i‰üÃLþÚ(¤ª¶Œ\x02 î "
b"S“{¶‹#\x1C SÅ·e¼ÜŠqZ "
b"[ól®\f \r tw=Ž5\x10 ö~Gé "
b"_µ\x17 Wð\f úó¦W‹jÚ\x19 AÌ "
b"yv§?Q\x18 ô™»6#\x0F “ÃßS "
b"†´\x05 ÿ{¸]°ƒ\x1E ŠR1QpÕ "
b"®Ù\x08 \r ;iVz\x18 ‚—Œ\x03 !~ "
b"¯üÕ–áŠÉ™6©ÉF£NŽ\f "
b"ÀË\x10 Y³\x11 ÈCfL[¶\x7F ²« "
b"ìV7S{CP\x03 þþ`C¤\x0E „ß "
b"ô{0^“Ó¼<ÍYâPgš”ü "
b"úà±,ÇG5ÉÂØ²\x7F\x00 0ý "
b"\x01 ~’]H\x18 ÐNƒ½C±^:Õ "
b"\n k¿ìÍmAò¬)\x00 …´d\x17\x02 "
b"3ÙÛÜ2|“W¼]9x\x0E t?J "
b"6s,/"Þ–äbñXKí! "
b"Gö\x16 E©u–—“rÊ?„^#û "
b"Z7ÂÍ?\S\r ’”¿†LƉ "
b"p›«\x15 %Ož\f pM÷\x18 à5: "
b" Ó½¢\x06\f &Ò±;G\x02 Ž\x1A W "
b"³«áËŸÇô.©gn:AÏ3À "
b"ËÀ\x1E ×+\x0F 'x®€wÒóûí‹ "
b"Ó Ñ\x7F +\x03 /¨ÀuúÁ0*«b "
b"ÓÉiÏ\x1A ¿æI·ÎNc§ñŸ "
b"Ú\x02 Ýg£\f }2[tzðæúÊÒ "
b"äIMá–ï ¢´fåÏ$ë}\x10 "
b"ì0fïþu™+Nd\x1A u× "
b"õÜ\x04 @ s\t XaºM¤½5\x05 "
b"\x11 ûNí\x01 gçÃeO¯·Òc0¦ "
b"9I.\x18 £eEôSÖ=|ÏéYô "
b"=«kŽoõ¿vÈ?\v àx/\x07\x10 "
b"?=wý¸Qžƒ—”|aã¹=r "
b"EÒD8ÏØöµó½è€É`³: "
b"Gâ$âjéÍ\e ŽýÓ€µ>ì "
b"P—ÉÍ\x11 ÷‘'F,„ý9Ut\x10 "
b"""
m;#r z(ñò\x04 \n
Ç×¼×
"""
b"“R\x0F %ŽÀ\5ø}¾‰Ká\x1E Z "
b"›‰)ZFoè\x08 úZug§Ì:* "
b"¯ÒÞtñgS˜T\x1E óÍ\x04 Ýð% "
b"¶¼"7\x02\x1F k\x00 ´Û‹ˆ¸. $ "
b"Ì’"BdŽÂ`!Ã\x1C U:pp1 "
b"Ù\x03 í™Õ„ üz\x15 _ä¦X¸\n "
b"ÚêŒ!{w\x0F ”/\r c\\x07 "
b"ÿ²½¤fe—õá·g[´\x14 ÇN "
b"\x03 ö{\x10 ©Æ3‹1oa{ÝÚl "
b"!ëŽ-ouÖ©,|\x16 áÃ\x1A Úl "
b">{õ\x7F ÖR~)Ä0A'\x16 :s! "
b"g÷É\‰À\x04 8G«ó\x08 K_ìª "
b"~þ¤’¢ðz¼AIbj\7ŸÀ "
b"Š\x14 Ü¢šôÏl™v\r ½ÒYVä "
b"ŽÝÇþÞp\t î¾j¸s\x12\x12 × "
b"–ƒ\v\x00 q-sJ®ßæé:³ž¤ "
b"–¡·/\x13 h¤~ MÂÐ?\x18 @X "
b"™í3®ê÷HZ®lHHR\x01 · "
b"¡‰ÑÉÒÙ¦Ö%v\t ¡P]ì² "
b"®Ø\r ޱ˜‘>Ñ\x18 †\x06 à°¯\x1E "
b"²?WAH£ùþAÝÖœýÖ5 "
b"""
¹\x1E ¨<7\n
n`MÂ\x7F\x12 Ý8]À
"""
b"º‰xº»PÆe\r kéc1Ž\x10 "
b"""
ºõ2\n
Å.\n
›\n
O+\x1E ùò_£
"""
b"ÁM(„?“¶yŽT˜æy§²½ "
b"×FY\r ÁÂN`l?[^¶\x19 R "
b"ØYI²3€Ÿ\v 4Å<ŠÚ:\x15\x15 "
b"ÛÅ-B\x14 ·ÜIÐW\x17 i¼q\f ¤ "
b"ß\x14\x19 –Uÿ\x10 p\x00 Õ³¨mÓÝå "
b"ã\x15 Ísa\x7F Ö!„3\x16 0jƒ} "
b"çP¬\x17 ì¦\x11 &‹íµÍ=\e ÿ "
b"ïZa(ï\\x02 ´Ÿ½e\x05 ²¼ƒ3 "
b"ïa‚—çd{TkóÕšk‚j "
b"\x01 ¸½hýó\x7F N²\x07 Ã,ÇÎÚ\t "
b"\x02 ^£Í<“\x08 £Å\v ÂB0O?¿ "
b"\x1F zo„\x10 ¡u\x1C ¦W"ç\x0F ŽZü "
b"%Ú«9¢"\x0F ÷\f Y\x0F 'cà{m "
b"-#Mú\x01 úÂbVß\x15 >šz5 "
b"0ä\f üLªŠúßvÛ\x0F ž~ÕÛ "
b"3$úEƒs[¡5n¬âxîÐ "
b"5†\x19 "„\x7F o‘+÷=º\x00 Xì "
b"D0\x0E ›X\ú\v zÅüèpo\x13 ˆ "
b"nŒPÿØAW¨Oäç™z\x16 ÕÅ "
b"}ìŽ6¸+Ž~æo\x05 <„ˆ "
b"""
†\n
P¿Úì:¡ó“\x08 þz·\x7F
"""
b"Œ£]Q-lûº1VjR±ª\x0F N "
b"¤¼:vš\x10 '#ï\f ³(ü÷Û "
b"´Eóz\x14 íÅÁïÜ·›ŸìgE "
b"óÿ÷lz\x17 nÓ´¸`wàX‰ "
b"Ä-ÐÎ$ù\x00 Ÿ+o\x12\x08 Ö†èÖ "
b"Óž” Wuܾ\x1A ¤o[Ϥ¥ "
b"Üqà£ÞŒ{™çÂö¸É,¹8 "
b"ùм\x18\x04\x1C ½ñ¹ØéZ—/ä "
b"\x04 'ŽïæÌ\x0E tŽ\r \x02 ›CÏ\x12 "
b"""
\x0F ~8ˆç`÷\x17 5€´-”g\n
î
"""
b"\x0F û\x15 c=§Ó:ù\x01 Øn^V% "
b"\x1C aŠP©î%9\x06 ê/OÃq\x0E © "
b"!s~£ÿŽav\x07\x14 Òa\x01 ¿‰4 "
b"%ɧí^ÞÝ"$Cý¿7³½¯ "
b"&‚\x00 ®>ï‰-¶;MÁˆh²A "
b"2c\x1D\x03 f8\x00 …97çŒËº "
b"DS˜716§}£óþùNkÏ\x05 "
b"Yd¦\x05 !e9cê‡ÊsÃÍ\x06 "
b"[\x1F /Bäd®©X³ø¥§2§ "
b"[t%ä4ÎO[]âW<\®\x02 ÿ "
b"aà>)áZÖ\x10 Ò\x00\x1D i{° "
b"h»æe«º¼´ƒ\x1E sG¯Ïfh "
b"i\n ¾Î¢\x16\x1E t’ü\x00 ‘\x1E Í\x08 R "
b"jÞqÑÆp\x1D CGÌêû"?\r d "
b"l¤u'k—+kLVD\x14 ì@b "
b"r.f~Ïþ×UY}\x0F °@qsÞ "
b"t½É¤Ã\x16 çÇ‘ÿ\x08 w”\x01 f¥ "
b"tÿù0’Ø>îoÒR\x18 AOü "
b"{s\C˜šQ\x1D x\x1D Dª%…Ü "
b"„PÁ£ä2¶\x0E ²œ³z\x1F ê\x01 G "
b"ŽrˆMÔ\x0F Â@5;J¾:ù™\ "
b"¯±Üä\x1A »Í„e‡¯Ö$á "
b"‘Ûj\x03\x17\x04 X^€9àÈ'à×E "
b"œ†¿Ø\x19 ø¢›‡¨„ª¯™¦( "
b"£k+Ôa¡*\x12\v Mx‰¸j\x00 % "
b"¥\x1C d\x1C 40\f\x12 Š_(Š\t ¢ÌA "
b"¥'m\x16 Ÿí2\x07 Ãì\x04 8|C:² "
b"¦¦îŽ•\x17 ×%K\e\x13 äÔ¼Ît "
b"¬‚#\r ïîÞþbDXá…$\r "
b"K\x1C *™•\x13 ²\x13 ¨æ[ùô "
b"µùql\f Ò&.diY°à\x1D , "
b"·Ylv¼Â°”¥ðxÎÐ_Œ¼ "
b"¾\x0F P@ÓR{C°\x02 ÄÖðÈ "
b"ÂçÎ>!¿¹‡ƒ2'ÏwZ\x18 "
b"Ð\x7F R\r gœ®uKTÙÖ\x1F ¨¿6 "
b"ФR›iWMT\x0F ‚^Š÷ûîL "
b"Ò\x19 ¬\t íNâbA"±¥2îŸ\x14 "
b"Ú$çº5RA;tã<=–¥¤G "
b"鎞i>ÒR²À¾sK\x13 ÐQB "
b"ëZ²nç8õ&ƒÖø4ù\x02 ´ë "
b"ý{ÐWŒ $1é²H\x14\x1F j "
b"ÿ_\x1E ¥«±…5v)5g«/1× "
b"ÿ›"»²ŽÙ>)HFvvÿC "
b"\x02 \äÚ°‡?ÿºY(÷B!©e "
b"\x02 `vß|N{y¶0\x7F I]\f "
b"\x05 ª\x00 P¨Ifí\e î\n x°¨= "
b"\x08 CÈ{-#hϽ\$ç½%ñ "
b"\v ic\x1D ‹’\x13 å‘ux\x1D ŸÒu” "
b"\v ƒ²ã\x1F —Õ~yü^œ‘*)9 "
b"\f c»"‡:ü/4Æ/´Li–÷ "
b"\x15 k\x10 Ôô\x04 °ö\x03 ç§?í(ÁÞ "
b" \v ]Þém ;„\x16 ]ÜC¢!å "
b"%\t Ü\x11 ’Ë\x7F ²\x15 ëßjç×\x1E "
b"&î\x1A F\x7F ®t›hÃMÞ\x08\x0E 6L "
b")†]„\x0F Õp"!åþ.\x10 ùe "
b"*s4Ì +¶\x05 Aá!Š5ŠÑó "
b".0ÇNm¤Dîûsè5*½&? "
b"4\x11 ›×Ó›æ\x15 6e·Þ±‡\x1E † "
b"5jê>ê\f ‰ôg½KqŸ9Æ\x17 "
b"9Ïä”\x1A\x05 ¿¼P†o\x14 Ó\x19 YÉ "
b":“ù \x0F há‡?-\kJò\v ‡ "
b"=™õvß"\x7F Qó¬&ú£{'v "
b"?—ù¬"dp¯(\Ž÷Æ3sŸ "
b"@,Á6ØO\x1A ¯u䘛<C\x15 "
b"AŽü\x17 ó~!Ñõœ€Ö(¸Ê¸ "
b"E×6Aþj©aÆ}ÿÂŒbC "
b"F\x1E ÈFùÕëäN à¿iþ«\x13 "
b"FIj!Æ®éïD\x19 «:$P6ê "
b"Húª¡í\x0F ¼¬\r Q,Õa\x1A YÌ "
b"a\x13 te 2&\x10 µE~,U†r\x1D "
b"aüe\x07 „¼£g5½±5µ›_ö "
b"""
eÜÕaõBa—àñëï\e \n
º~
"""
b"fÚcÅ\x0F Ù~‚\x1C /‚f2ÖÏ– "
b"j1m¡~\x0E _ú°*„äaÇ"ã "
b"j>\x17 6cä;¸,ðc\x0E\e ÑúÔ "
b"‚\x05 (ûÎAˆ!\x13\x04 ú[J "
b"„\x16 æ=\x1D ÐHÍm\x11\x18 •>$ư "
b"„À^g\x07 ^>cd`|ÝEg5¹ "
b"‰\x00\x03 çw\x13 Z®q.=ê\x0F çßà "
b"‹£\x1C ÓpW\x13 )a\x03 uF\x14\x0F µ\x16 "
b"Œ•î\x12 …ÚÉ¡\r `³K®\v ¸> "
b"""
Œçl\x08 {\x13 ˆxŒ\x16 \n
P\f\x08 *Â
"""
b"Ï\x1C YÏù}\x13 ÞöA”….T! "
b"‘£ßÂÄcŽLSgóÒþÀD\x07 "
b"¢Ö9\x0E Àø^=lÕÆ$޵xF "
b"¢í4@#\x16 7«Y‹¢xòÆ,‹ "
b"£L\x12 !×Ô'üúY`M\x0F ” "
b"«Û\x14 *®³Äw\x04 –mÇñú\x04 ® "
b"¸ºTÝ”¢*WõC?ÉAŸT7 "
b"¾[(0àý\r JkÉ\x15 DÄ\x11 „: "
b"Às÷‡˜™Íz\f >C\x1C\x01\x19\x1F < "
b"""
ÂËtQ\n
W¯ÒÐoÖ[ò\Ã\x18
"""
b"""
ħ&8‚ °U$\n
Lm‹Œ\x18 S
"""
b"ÅŽò‚ËÈ8ÄÑÁÀ\x12 öþî2 "
b"ÅÀÀ\x00 ™`k\x19 sÏÞ\x04 Q4.¶ "
b"ÉuÝ×\x7F LÃS\x1A ÿ‚\x1C q•Ž© "
b"ʹ[\x12 ™®\x1C è\x11 JÖm²xƒI "
b"Îòú*‹1c\t Iò/;ÍU÷V "
b"""
Ñ]ÎÊ\n
\x19 ªk\x17 ®¿ñ·#
"""
b"Ó\x06 †éÿþyŒ´žç‰Ûr8 "
b"Ó¸I Öà¶Ç-Êß\f K\x14 ƒ‘ "
b"Ôù¼¯JÕ”‡ìaj›*\x02 "d "
b"Ö\x7F þ0ªÄ¦ÉÈŒu\x14 ¬ãŸË "
b"âE/v\v M¸FÞîÄIt¥÷\x04 "
b"âÊØ*Öå„Ó¢ú\x1F\x16 ?\x04 "× "
b"ã!¾qfý*ß\x08 4w\x1F ,FB‚ "
b"ãñäV8·Ž8pÏj'û´b@ "
b"è‡\x19 ¾êý–ÀÍ52ÆÒQ\x00 [ "
b"è©Áìbu<÷\x05\x10 9²ýÃk "
b"ì+h•(¶UïšGÒ÷\x10 Ë+Ê "
b"ï"ÊýD\x06 hÿ\x03 uut-a7× "
b"ðÝè.ËüÙ\x08\x03\x17 –§lMZ "
b"ô.„Œu:Vï2d\x02 ^\x1E ?àl "
b"""
÷\x18 nx3\x05 Û\n
/c\x0F DqÓš|
"""
b"þL´û\x13 g¨Ò·C¨w´W¥ "
b"\x00 ~”åÆ=bÎÃ™Š”ã\t Ò^ "
b"\x00 ìÒRW)‡P\x1A &[#\x7F N8 "
b"\x04 ™\t ÛáW¼u\x18 Øv\v ™\r pÔ "
b"\x04 ´°\x1A ¿çŽHÈŽu-Z~ßû "
b"\x05 ªŽêSÍO\x07 §(Ò“ö;ö "
b"\v ëp¾`¨\x18\x07\x06 ¤^lÀËÜT "
b"\f ÷›Ù葺£¥\x16 z{dÛʱ "
b"\r 9ÙÓ\x07 SN‘b-‘}7³Ž” "
b"\x0F ´C!’À3åT&蕬\x14 Jõ "
b"\x11 .¨\v\x1D\t Õw*šy"¼¨!í "
b"\x11 ¤\x1C\x05 íÃ_Ñ;*cŽ!úŸä "
b"\x13 JFðÞÐR©Çé_Jœ¯ß "
b"\x13 ÝÒ\Xx€£wãÉ\x16 –e: "
b"\x16 #ëáxî•üL[ö×ScÀ: "
b"\x19 ІäýJ\x1C %@#\x1F ¥ \x1D !Þ "
b"\x1C `O\x03 «\x03 i|¨>÷¬\x1C ”C„ "
b"\x1E “å»,\x03 %Ú åRH;žu— "
b"\x1F ½#«ðÔÜÏ\x01 7¹¿=•\x14 "
b")F\x06 ýŒ\x17 ÐVÕøƒ.¦\r L- "
b"*\x1A Ïû‚\x1C '†§\x1F ÄxoU\x08 ( "
b"+šöz=z\x0F\f yí[[\x19 \/\x18 "
b", go¿Ym:Ä|§\x0F )Äx• "
b"-)x²èø³âÈTS³öÙ\x04 à "
b"/”õý_žÈÊ\x07 ÓŠÁ\x1A\x18 Åý "
b"/¢\x00 ˜Ïäz¬¦î¤>:æ}F "
b"4¬'\x07 Ä!—™\x07 …âDF\x05 "
b"6#\x1F hŽãäZÇì\x03 ,P¬|\x1D "
b"6Q\t \r\r vj6©Û£÷í_]Y "
b"8û\x04 kíB§ðÐR\x06 Š…iæ "
b"9_ž´BÂr¦’¨?<ø×‡ "
b"<uYo€‡±&؈Yxªn\x1E 8 "
b"?òiµ™Å†}/\x00 cˆ\x03 3\f "
b"@¨\x18 Û\r l›\x1D ѽ(PuMÊg "
b"Bƒõ›ÇEgÌ‘®åÈ\e QP "
b"BË…\x7F Ærè!ÈOAc+3¶³ "
b"FŽOòÌ>•y–ÌKËžËf "
b"""
Gø"C´¬=é \x19 Ó\n
GQdy
"""
b"Q޲Í,¿üës´È±ÑÑLÈ "
b"Q¹\x1E ˜=±Ç°´L•´ÁžR° "
b"V—ƒù\x17 ÷1†+?67ÌÝà« "
b"WÇÊSæ)Þ=Òü’ÚÃñïä "
b"Z\x00 Ôpl™Ê·Þ¾ž$Š\x10 ᨠ"
b"a)0OЍ‡±âçÙí\x1F\x18 þÞ "
b"""
c\r –\x16 \n
ΈŒ“*:c_©æì
"""
b"d[¬Þ}iœª‰6´lÑè¡ï "
b"eðRo\x12 Í\x0F ¢%\x0E\x03 Û¿(â‹ "
b"fN†P\x1E §ó)‘y\x0E õ)Y\x0F y "
b"fojÛËmÓ\x17 —Ô©nuÆð\x01 "
b"gH‹ä\x0E\x01 AAFúÈ=ø\x0F ôŠ "
b"ii{y#P\x1D sø\x07 ¤µº\t rc "
b"jø¬É±ÐT`\f Á~\x02 G "
b"l®\x17 ^ ÕNßµ3 „ÄLU "
b"""
m§\n
ðQŸÀ#^]jÔ^³\t ¤
"""
b"s°GV¼oöù´îõìR€°# "
b"tƒ~'\x01 ͽþ¯\x00 îi[í\x05\x12 "
b"""
t¬ûð\x19 \n
–¡o5X4B<õ5
"""
b"u\x19 zµ\x01 [¾LJÙ‹«Eƺ "
b"z—Üæ}ÈÅœ[K\x18 |Û "
b"{¥\v \x01\v H._(V<PD\x18 ò "
b"|\x1A ÙX´é‹ûÏ\x10 [hµß-— "
b"}9?¥T \x1E\x1A AÍ-øŒŽ\x1F ¶ "
b"~GïeµvŸçuá7õ\x07 !Ñ› "
b"„\x11 B\x1D e¤éË7UÆ$,‚X¾ "
b"‡rË\x05\x0E +º\v éÇÄŸ¤ïÎ2 "
b"Œ\x1D î-ïe¿³oõ~µX5[ç "
b"ŽÁÏ\x12 —û€—üBYøC¦3‹ "
b"—y\e ú*丌<#ÈPÚ„ã "
b"š1ð2Bë\x10 3FHðÝ]Ò "
b"šð\r ÿµ÷C\x1C ²Ëggj\x0E ·º "
b"šÿÄhŸ\x18 ˜Ÿ\e õ\x14 pFãj2 "
b",tˆuçFÞà7¥ü~ˆß? "
b" P\r ï•‹\x00 &\x15\x08\x06 d.;¤» "
b"""
¢\n
ÆŸê¹ÁƒÝ\t ð¿LyP¡
"""
b"¢%\x05 gñ‚Ùá~u¯›ë\x1C î\x0E "
b"¦–>\x1A\x17 ½\x19\x1C y…\x02 æ°«‹A "
b"¨\x07 ·è\f h~43V%¥×§² "
b"¨%\x15\x10 •œ–0ÍÅGäC÷\x05\x04 "
b"¨„\x1A a4t \x15 Ä\x13\x1E “K±p "
b"©„\x13 üå[˜°\x15\x02 éó?y "
b"«\x14\x05 LdDHûêAS¼g£T "
b"®/•á/ʲ—SùÆœ´Ljù "
b"¯ÇWiFqvfå\x04 ÜÔœW½B "
b"´¤¤©=Å\x13 Ë-…¸SU9} "
b"µ‡`ÁL]^\6KÁ„€\x02 ô’ "
b"µ“KQþŒ·Æ \x04 Öt{/ú "
b"¶¨cF\x0E ÇM[øyM\f ÿ÷ "
b"·¦ª£\x05 AÌø\x1F ÜÖ@åqR "
b"·à{\x19 \r 8ÌüÄ$Ê¡\x1D ‚ ‹ "
b"½¨\x0F "UULò.šŠÆo¬Ÿs "
b"¿Ï\x06 k\f Øc?ŠX&æ\r å„À "
b"¿ÐA«%\x19 T4¯ª)|ófÒ "
b"þopLõ9®¥Ç$k—6Š\x1D "
b"Äù]~§\x13 ÕWâ\x08 )ã‰\x19 yÉ "
b"ÉY›¤ß/\x07 ½íçÝ7Ò,‹Ï "
b"Ê¡@ÿâÈ`šÀ\x13 ʪÔÅØ9 "
b"ËÔÝÝ\x1E ß‹·€'uYMœp7 "
b"ÍÌi8Ä‹KÑc³˜â§ê!Ÿ "
b"ϸ™/É\x01 ²|VC ñŒÀ\x1D b "
b"Ñ"R4ÎÖÚ$¢Y4Am\f |a "
b"ÒeŒj}>žoãÐh¢ÌW¶j "
b"ÒŽF-‘t=BÛ°ïIô‚÷\x17 "
b"Ô/Ñ9¥¡nÇ1{8G[OT? "
b"Ô[6_‘û}bÄ\x07 eJZ ›„ "
b"ÕÆ>êN‚¶\r äk¼Ü0\x05 ¤² "
b"ÕÊ·\x1D Ù\x14 Ú@\r sX!ðPÆê "
b"""
ÚjøÖÌ*p\x05 !R\x1D \n
½D\x1D N
"""
b"""
Úã\\x12 s\n
KZ¥Ã"5œ\x1F hÒ
"""
b"Þ±-w¼¢mêó\x16 Þ>\v\x12 f "
b"àñ\x13 ¯çcËóBí\x05 †ª³B² "
b"á\x01 Ê ‘\x12 &\x08 |-"Ñ›“\x0F\x13 "
b"â«\x1A Ú3\x00 ¤•È\x10 Ÿ\x17 лÐ\x1C "
b"ã?žW–\x05 LÀ½?ù.uq{˜ "
b"åÖìïþÞ;\x17 ‹\x10 –¤WS†\ "
b"ë“\x1A FY=\x1C ¥¼«ÒÏ»ùìÌ "
b"ïK`¯¨;¤\x17 0Ô\x12 =¬¡+Ó "
b"ðFǴƽ³B¼¤ò9™È3 "
b"ñ\x01 çŠ}6ju$Þl-\x04 Ú˜‹ "
b"ò\x1C\x0F (žfÒ[¼Ë[OÌg\t k "
b"ò'œ¯â:\x1E ÂKrÜéÀïM "
b"ô×A\V&c û°ó\x0F åCྠ"
b"õ"\x1F ilÆ”8Átqq{&yê "
b"÷Èf.Á|àâÛþª\x18\x1C TÙI "
b"ûŠSy!ún\x06 =\x0E C\x07 æíŸA "
b"û»\x03 Í¿˜õp8nRt៟‰ "
b"ÿ\x08 ˜þ\x08\v ÉY\x02 ÏU@t\f _» "
b"ÿi`gÌs’\x04\x0E BÈŽÉ\x1E\x15\x04 "
b"ÿÑ‚)ëà\x10 MÁsLf@¾œ( "
b"\x00 AúZïs²uÙÒ'~È\x11 ïz "
b"\x00 GV\f "\v\x02 ˜üxtû€C¸â "
b"\x00 [Q4v+\x02 2†héŠÞá¡ "
b"\x00 sÃèç”™L\x11\e ñÝ\x1F hRP "
b"\x00 Îÿ¸>ÇÆe¸øÄl\x19\x11 ? "
b"\x01\x05 5¥§CÝ4ÄIñðz—õþ "
b"\x01 iÝËW{vMjÎÅËš\x01 ¯e "
b"\x01 ¦¹\f A$—˜æ¸Ìä‚he "
b"\x01 ð\x12 ¡c¿\t ö„榄{Úÿð "
b"\x02\x01 Ì\x14 eìL€)TL\r C¿\x1A Á "
b"\x02 NýH\x14 KS\¸\x1A í\x04 ~/¥ "
b"\x02 ñs\x17 ”+àÜfGØâþ\x1E D "
b"\x02 ¯„\x02 ÆšWw÷¥\x00 ûeÁ7N "
b"\x02 ¶Ø™ìz\x11 òqs(\x08 Ö_¥Ô "
b"\x02 ¹¤ÕXë¢íûX~ê:[#ƒ "
b"\x03 JË.•Ëíž.\r m¢ç\x0E «\x7F "
b"\x03 ¢PF ï«->ÒXth4\x16 "
b"\x03 Êô¢Aäî…ê\x19 ?O)S‰ "
b"\x04 %Z„@d®\x13 X\x12 Kõ¬"\x1E @ "
b"\x04 &£Ý»2#D’\x08 ñ\x19 ©W "
b"\x04 76Q'’\x16 †»\r \x1C ÷]3\x07 "
b"\x04 R\x1A\x1E Œ/šÑ\x0E ¯5B—€‰R "
b"\x04 ØG7S/pž("ú•oÇ³Ž "
b"""
\x04 ò\n
@\x18 \n
\n
³VSlÎ\f '¤
"""
b"\x05\x10 …\x03 Žº±ÕV»ky¦çð "
b"\x05 RÃOˆ˜Þ9¦\x00 ã\x07 5»Û} "
b"\x05 –ÍP²ºR\x00 ¤æ¿\x00 EúÍ "
b"\x05 Ó‹b4\x16\x12 ’\x0F Åú|ƒ?(ª "
b"\x05 Ó¯;dÛ6\v »%²8ò1¯µ "
b"\x05 ë–’íñÇ\f Æ\x02 ê™@+ªÂ "
b"\x05 ë Îò(J^û¶Ü€ë!ö› "
b"\x05 ü%Š}Ó‰û\x1A _dÍy¦ýŒ "
b"\x06 @8«Ë±\x18 jŸ ·~ˆZ¹| "
b"\x06 DSŽ·ƒ\x02 ß%9'A%ä*ç "
b"\x06 ¥ÛšÊ‡Ÿ}jŠ,\r ø·¥‚ "
b"\x06 ¯\x1E p(Ú[†ä<A\x1D Å6ìª "
b"\x06 åÚŒp\v DjÁ[=¢â9.\t "
b"\x06 èàœ–«\x17 þÖå¬A[“PÒ "
b"\x06 þ\x0E\x13 ûÒû±I\x04 ¬ôµ\x03\x11 ¯ "
b"\x07\x7F ¦N\x10 ¥N\r /ƒšg²©sé "
b"\x07 „"U€&ÚŒ\x04 *Y&´\x14 Çi "
b"\x07 ™QÉLC\x02 ‡TµÌäÇZÎ\x08 "
b"\x08\x13 Ž\x11 \x13 Ýð†(\x00 šÏ\x16 š= "
b"\x08 A@\v ßSºHò‹‘)U "
b"\x08 Eõéž\x14 Šd^3\x16\e Tíò\x11 "
b"\x08 †Ù`\x07 ï§Û~¹ê'ù@á\x16 "
b"\x08 Ì\x03\t ‡g\x18 B7‘žw?({ "
b"\t\x1E n\x15 °v2W¯KéÉd“|< "
b"\t ¬°3ƒ³“/‡DD\x15 èþð "
b"\t Fu\x1A «LÖ;Ð\x16 ie`H\x12 Ï "
b"\t Ú_Ù>ž¿~ë~à\x1A ØóÛó "
b"\t ÜñÎ\x1C ‡t¥ºÛµœENA "
b"""
\n
\x01 Z 3¿4Û¤²\x15 +†øâË
"""
b"""
\n
\n
\x15 ïɈäw\x08\x1F “‚zí\x1A Î
"""
b"""
\n
x?5<\x12 ÙàËMš\x04 •”=à
"""
b"""
\n
‹#×u\v m?¿ìÚ\r ¹™
"""
b"""
\n
È>_×) Üÿí\n
c±\t uD
"""
b"""
\n
Î6$x©\t i\x10\e ¼\x1E ã¥p^
"""
b"\v \r y'\x17 G\x16 ))RŽì.´± "
b"\v •2¸æJ\x04 ݪãÓ.ÅÀI® "
b"\v žp|\x1E «ƒ zµÃuV#IË "
b"\v ²¯jK¢_Ýr:ò©õ+\x12 ˜ "
b"\v µI\x07 ½@\x05 >˲ ç&³\f • "
b"\v ¹¾í“\x7F Ž‚?\x10 t]Yô=Ç "
b"\v º9\e\x05 ©Ív<\v Ñ\x17 é”ì§ "
b"""
\v Ñ”&ÈÔ;\n
W@‹ùÃ"ƒ\x05
"""
b"\v Öä3O6\x1F\x00 Á†ˆ)ªó=Y "
b"\v èò¯¹xz-_Áˆ½FX•d "
b"\f sÄMbB&\x0F ˆ(¥{*«Ó "
b"\f v£žŠ%&ÙcrHt8¯Ðì "
b"\f œËÁ‘ÿÛ¡±?ØsÖ?Ad "
b"\f ¤ýùœ?Ie±?m\x10 ¬´ "
b"\x0E\x13 t1^Íaêjhê.Á¥» "
b"\x0E Jqâ\x08\x11 8o7¤ÓUÑŽÔ\x19 "
b"\x0E šRN[Ü\x0F §Â€OÚã*'Õ "
b"\x0E ªUý¾ ^¦+ÏiOþÄ{\x1D "
b"\x0E ÉB\t ø&\x0F Àâ‰\x0E ¯Ùêúo "
b"\x0E Õ‹‘Ï]žû™ÒŒQ7<Üt "
b"\x0E ñJDðÉìWä$iÞIú\i "
b"\x0F\x1C eÃ\x0F\x01 ª)Þ·.â>)²p "
b"""
\x0F 'Y¢”µý½)WÂ\n
NßÈ
"""
b"\x0F v«Rš`\x1D ÅOF›ÐNkš "
b"\x0F ¶ß\x03 \r ‚ì\x05 |KÁàë$¨> "
b"\x0F ½$5ýűèN[\x1D §¯™¹6 "
b"\x0F æý\x08 O½tK¦Ž\x06 NM§ñ "
b"\x10\x0F lžTˆ\x10 ㆅç-F;Ô "
b"\x10\x10 †Í\v bL\r ׄ\r •É´¡s "
b"\x10 :vÀ+Ñ\x1C\v yñSóö…hŽ "
b"\x10 fc\f ç·€mzº\e \³\x15\t "
b"\x10 }Œí~r\x07 ¦kb<à©}[" "
b"\x10 …°Âã‚eÓc^eqÖâE "
b"\x10 ¡#rÌ\f ÁSÿ¤#\x0F ¹½\e "
b"\x10 àm¸ïŽÈ\x17 Ã×mê{LØ "
b"\x10 êr\x15 À¡\x0E ¢„KV‚s\x04 ù) "
b"\x11 #Z¿¸=&Š-ä`biÅ2o "
b"\x11 rÞÓ\v ¸IÁ©ß޲d@¢I "
b"\x11 ˆÌ\x0E ¸$ÿ0¯\x1E –ïWy“¦ "
b"\x11 ÛÄÁšTfCQ¬WF " "
b"\x11 ï|¾Sð\x10 Rk¾\x02 ™Àמ "
b"\x12\x06 ª²È¿\x14 ËÇŽp±aARÿ "
b"\x12\t p¤{àLš\x1F Eô®ë‚ü/ "
b"\x12\v PèÿÀ‰£\x12 ý#Ž*þ\e ž "
b"\x12 $3â=•m©]rqë£\t S£ "
b"\x12 ?¥‚X˜O\x11 .þY›rèR– "
b"\x12 OA¯\x7F H\x1E ÇÞ磌$óp "
b"\x12 VC)\x00 Õôb\x06 T\îêKn9 "
b"\x12 }Mâ¨Ò\x08 ˜cÏÐV!|±Õ "
b"\x12 ÃA4wY¿\x19 Å\x01 E€êƒb\x05 "
b"\x13 2e*Ó<hO3õ½jŠ\x06 !ý "
b"\x13 †FØD"lqxg‹º\x06 ñA¤ "
b"\x13 ¾u&R:×ñ8ji*Ú\x11 "
b"\x13 í}1¾ûШM—8(\x12 Æ÷\n "
b"\x14\e ¼¾§VÔ›:W‡PBè/u "
b"\x14 ,ow\x1E K\x04 ƒ3ï"ÎTâ*= "
b"\x14 ¡\f Ä;]ôÔXyÇÅä‡Û¤ "
b"\x14 ¶aÌí<\x08 bwOÉ\x17 ç1,Ø "
b"\x14 Óüwˆ}cÝK·ŸÜ—êÓ{ "
b"\x15\x0E t¤¯þ½>äØt¹µgf™ "
b"\x16 <Bׂ¬x\t I§‰\x12 ¨ÜÕ "
b"\x16 ^P‚°Ñ\v\x1A OÖ†Îê\f "
b"\x16 rä¾{t²öüAR…O…ÈW "
b"\x16 }‚=¿‘µ[¦,^Eb\w§ "
b"\x16 ¥*&ˆ"dR\x1C ;gzQv\x1C "
b"\x16 ·øZ"\x04 ê\x01 êü ÔaÌuÍ "
b"\x16 ¿äÜìEÙ.ñF\x0F ,þ * "
b"\x16 íUM„—ü”RñVˆ.¯\x01 1 "
b"\x17 37Ôš¶\x03 N4”7ÍÆ+‡ "
b"\x17 7§ÈÙm@L/p\x11 ÂûöŸ£ "
b"\x17 M\x0F ©T‚jM§\x03 N\x13 ±¢$L "
b"\x17 V@\x12 .LÖv8YXýEÆÓ` "
b"\x17 _èá`Iñ#\x1C YQ'áÔ! "
b"\x17 …/T›äÌ‘õ\x12 \x10 ‡þ "
b"\x17 ½\x15\x1C ÓI Wmi\x00 ¾’2ýÔ "
b"\x17 ѸR\x08 Z癲\x02 ç°²îúØ "
b"\x18\x14 bW#”¥æ\x02 jqkè\x1D Òa "
b"\x18 -oÕ4¢\x1F\x10 Aì{,\x1C ›ì4 "
b"\x18 <v\x7F X¦‹U§M`FVÄçˆ "
b"\x18 eYuíq½îg`Ó9Ã;ý÷ "
b"\x18 n\f –ðìd\x0F :G¢nW¶X "
b"\x19\t «Ô.°6n>°ä\x03 c\v @J "
b"\x19\x0F ¶ì¡äÿQ«0\x13 ÙE,™É "
b"\x19\x1A\v òNÿåx^ׂHÝ›\x01 » "
b"\x19 )#“€\x1F žÁîŽøU=ÐEÞ "
b"\x19 Yº7±eùIM*ãb5Ûl "
b"\x19 mË|ŽnH”)&<fY/Ä\x06 "
b"\x19 s\x08\x00 Óø#dÄ–°\x17 ì\f uÿ "
b"\x19 v\x1C µ±\x18 X\x13 =âe·ñ,c( "
b"\x19 x_ËšÈu&\x1C 6¦ö?Åu "
b"\x19 …=¨\x07 anæ\x17 ‡éóAal} "
b"\x19 ªã€•½þ‚$\x08 øåcåp› "
b"\x19 ¾Y\v e3U=ÿ‚çëƒ(ý% "
b"\x19 Ì7µ£Vú:Ê(\x01 þ€,î "
b"\x19 Ïбò\x19 n½¨E…\x02 –ÂÐ "
b"\x19 Þ\t ¹ÙiÞȘEoª®“\x03 ª "
b"\x1A\x0E l¾d\r а\f jN\x01 ^‚ "
b"\x1A 0HBæ+3ü3\x0F jjx´œc "
b"\x1A Z38“\x16 ê\âf>á‹Ý|- "
b"\x1A ƒòµP»Ü\r h¾;üZA\x07 m "
b"\x1A ’BË\x05 aÚ-ø3Éà<Ô“® "
b"\x1A –u\x06 Ž‘\x1E ×íV¿E‚<\x7F r "
b"\x1A ˜&µVº%ï\x05\x0E ôÜb\n "
b"\x1A š\x11\x04 t\t NCK'}u\x08 7\x04 P "
b"\x1A °;ë5pY÷yÂ\x04 ýŸ†\x17 × "
b"\x1A Â[[x$zA\x11 ˜Ò¥¬¯\x19 "
b"\e\t zލù\f G@&A\x07 ¹ZË® "
b"\e\x12\x19 H4 Jôü\t µ\x14 Xë61 "
b"\e L\t ÖØ=Ó„"w\x03 hK¹Ü "
b"\e |¦øŽLªHO†w¼\x0E ÇÊ^ "
b"\e „L7Dö¼”.V\x08\t “-RQ "
b"\e ޹\x17 >ñÿ{=P\x03\x1D Záo# "
b"\e ¢®WwO\x17 ®òJBÙÌzìl "
b"\e ¦•\x01 §öhÇøÉ‰%\x04 å\x7F © "
b"\x1C\x1F j\x13 £Ó4ç€\x08 >\x00 º×´ "
b"\x1C 1H'>€\x19 ¦T\x05 ë•%¡â "
b"\x1C fç€6Ñá¶zÌG/õ·Ç’ "
b"""
\x1C j…æö(\x03 \n
\x05 Wé‹úZêº
"""
b"\x1C yÑR\x7F ÷ÐÂÜ›ät„nÇz "
b"\x1C ‚/\x15\x12 \x02 ïçÕ°„\t M™V "
b"\x1C …ÓåÈ\x1E $lQÿ“#"'> "
b"\x1C ç\x12 ŠmxÂ^\x01\x16 85þŒ "
b"\x1C »ŒG‡lMÄu\x08 {ø«Š\x11 › "
b"\x1C ÕþÀûãíeØöØ5ÀŒ3ü "
b"\x1D /ιù\x12 2w·.ÖÙíGðV "
b"\x1D 7\x00 …B²\f `П¡üœ–\x06 & "
b"\x1D cáÒÄ‚É?àøë»‰K¼\x05 "
b"\x1D ~hËZ¨-\x12 Æsà\x19\x06 Ç= "
b"\x1D •’Ñîb…'ï\x0F\x11 øm[\x1A I "
b"""
\x1D ÑdB¯ð\f x\x0F \n
ÅúÜxƒ\x05
"""
b"\x1D Ö‚îÖh.á9êE¬ü÷þš "
b"\x1E `ÌP*\f ßTÍE\x04 VØz°… "
b"\x1E uÛ1¡§/«â4EçC‹û¾ "
b"\x1E ’#»Tç§\x08 ß6/\©ò¢\x1C "
b"\x1E •;Ì\f\x1F ›ß=\x08 6\v\x05 ƒ\x14 p "
b"\x1E ¶\v "¾å0}¾Áׯ2é\x7F ˆ "
b"\x1E ¾÷¡>žÝvãO\x0E leÕýw "
b"\x1E È´\x06 ŒSÇÅ\t „G>{Ã\x10 í "
b"\x1E ÉÃZÑ¥G«æT£.Vf\f à "
b"\x1E ÒdÌYÀhËë\Çq÷Š‚/ "
b"\x1E ó\x05 µÒ'6›uÎy·ÎRîy "
b"\x1E õ\v ÄÚ±5Ÿ•\x02 e¤ÿ×IÌ "
b"""
\x1F\x1C ñï;âTQe\x7F øÇ\x1A \n
Íÿ
"""
b"\x1F DfÖÕ·\v 4ÐÞb?_ÉÅ” "
b"\x1F eÛæ± #\x12\x1D 3\x07\x0E hV‹É "
b"\x1F ÄpÒ \x17 fÿfnƒ\x08 j×ìo "
b" C\r `§BpšTý…‚=\x13 ¨. "
b" kä’µ_)iöŽt¼\e\e äÎ "
b"!\x1F nUDé%kX\x02 ]½\x14 QÂ\x0E "
b"!1IŒß\x17 çwÆ\x15\x01 4\x12 °1< "
b"!o“½Ù1¥`>\x08 '/\x06 )½ò "
b"!¼ä2òžñ2“®îí\x17 K¹ "
b"!õh#ÆâZ\e ÈêêoMÑ¨Ø "
b""\x04 ‘6˜}ÿ6ãV—æ\x04 T\x1C "
b""‡\x10 @t!\x16 >Ú\x08 c¿æµÚM "
b""¢MÐÕ_,\x1A h'œ\x1E 8\x06\x1F "
b"""
"²÷\n
\x06 0ñh\t Àÿ™\x0F X6\x08
"""
b""ÖÓà^‹|\x1C «×¬µ—´o( "
b""ã\x18\x01 ÿ!]æÍ?³ü‡ú\t "
b"#\r \x02 ‰Ø€Bá\x14 ‰iÛ\x1E Ìþ| "
b"#\x19 Ð¥Yú7\x07\x1C xÜÈ#\x12 ¸ "
b"#ò&£öüÜí[‡\x10 °+3{’ "
b"$\f WKÍÿ\x1D ×ý,˜Úð~î\x13 "
b"$\r Žý\f 9õ \x1F ±ë·\x14 åÏ "
b"$/m`\x0E K6ZŽ[ž\x01 ¬à² "
b"$Âx±R›U\x16 Kt›y¤ñ "
b"""
$£³ÜF}œ.Ó\n
€×Ræ*
"""
b"""
$ó\n
"Ǥ\x10 <½sÒ$AÁÒh
"""
b"%#?tl¸-Nø»ñÇq!½V "
b"%<À\x06 u\x19 ËvPB=€P÷?Y "
b"%^¨§>bC\x08\x1D ¼"§`eŸv "
b"%hÍ›X·\x00 ɤ÷bb\x07\x1E Ç” "
b"%©Ô•\x16 \r \x1C\x16 o™N\x11 ¡\x11 ÓŽ "
b"%ÏÎ(\x1C VÁç\x0F yûº\x1E ØšÓ "
b"%äé<Yò8¨’ÊE\x0E Žv3S "
b"%þ#dKY£Ä\x06 °ƒ’Õ3v\x0E "
b"&\f =\x06\e |–]’Â\x0E …Å\x01 q| "
b"&=2œÛ9\x12 ×b"ÀÜ21~ "
b"&q¬´8ª?¡Ã\x0F ,H¦\x0F òÀ "
b"&¡‰?§\x00 þ ‡K© \x1F -Q "
b"&Ý\r \v 6îFÈ\x1E „ Öa\x07 Ê\x1D "
b"'\x04 4TÜf¼Îý?LzQ\x1A "
b"'Y=Î\x05 –eï@Tx³Y9\x07 ® "
b"'ZÄA\x14 €46<¥å&ñ{(ÿ "
b"'ˆŠs x1;|ªèü·–/\x14 "
b"""
'Í«nÔsÁ®ª\n
Ñ1P£ŠÖ
"""
b"(\x1A h…äØF[¼\x12 cî#\x19 OÖ "
b"(s¹\v $ß\x05 í’Õjs\x13\x0E P´ "
b"(¹&?\v VÉu\x14 ’î8îw(\x12 "
b")3Bû»÷ÈMÛn¥ª¼\x04 ¤Š "
b")9+b3cƒ„ï\x0E ^Ø^n+ª "
b")µÕ†lµ¥ÎâÇId>ö5Þ "
b")ýa^¼Ò‰ó(G7\x19 ÞW\x19 U "
b")þü\x13 ye.È*€Þbñ± "
b"*\x04 ‹¥ì’g™Èsv\x07 ¤\x0F\x01 L "
b"*\t žUÍb›pÝÓãï\v XXÅ "
b"*F¾VqS¾B–f®p‰#\x1A\e "
b"*X˜Ô-¯\x1C Ýøè#ùvWÅ‘ "
b"*_ÙÄ\x01 5ÌíY ¡\ŒÎ–, "
b"""
+\x07 î\x0E \n
zôþ5ÿ\x19 !4\x19 —é
"""
b"+%\x11\x18 Úá[ïi…/'ti*z "
b"+Cìâ=\x0E ¨»¥\x00 Rì$³ûu "
b"+wÇZ5\x15 7xï\x1E\x00 \n >ª "
b"+Í\x0F Wn>ö:/ü"GÔÌ\x03 O "
b"+çInÛ)€û½ª)+ÆsPÅ "
b",\x08 Ãfx\e “È'œ51U¶GØ "
b",[²·çh%!Ù4\x19 5úñ\x0F "
b"""
,Þ\n
´äík½ª›\x06 å\x06 ½J÷
"""
b"-3\x14 !‚w&ûé}Q8B?’í "
b"-gɲÖ\x12 N\x1E\x15\x03 ò”pÛ "
b"-|BÔò.OŸi1\r Ÿ\x05 Èæó "
b"-„EôÁ<`ÝÉ<¾4!›è\x0F "
b"-ßô!Ð\x0F N.}\r †\x03 3™GŽ "
b"-ëoÚYüõM\x08 )¯îs÷Æ7 "
b"-òÖ\x1A\x7F\x7F\x14 fÂ\t æ\x14 ª\x01 DÜ "
b".\f\x14 †nŠÊ¹Å\x08 «\x13 DXð4 "
b".lxŽ\e\x10 ]\x1F cùLnÔ©\x14 ” "
b"""
.Ì\x19 ’ßš¸¯â^q\n
Žì\x06 ¨
"""
b".ÓäSØ”öluwˆ×X‡i- "
b".í"|z+ƒ8\x07\x02 ÕÐ\x12 ^ "
b"/\x12 Ü›w\x04 m)Êr_¤]|êä "
b"/M\r pk\x7F Ó&\x15 ¿Ñv,\t f¦ "
b"/jA¹€¶O\e dÇrêsQJq "
b"/ˆ£/\x1F CX•;‡ûæô¥Åà "
b"/˜\x12 ô\x7F ƒ\x08 ey©7åÿ\x1D hù "
b"/ž[ÙrF®Ž•9u¡kZL "
b"/ý†ã—ÁF„2Ñ\x1D NŽz• "
b"""
0\r _ù®ÝÈ\n
{å\x1E\v\x19 [\f
"""
b"0uZÿŽ•7¤G9\x00 R™\v ´ "
b"0´§\x1F ¿:(äí@3÷o\x02 @Ž "
b"0ÂŒ—ÐNíøR´Eþ”µr\x00 "
b"0÷Ã\x11 ¯CAxjŽ\x7F ¡DÔ©” "
b"1Piwo7¨Ž‘yêYãž!“ "
b"2\x1A <ÃÚ¿†ž\e\x06 ™¸S\x1E ²Â "
b"2¢I{‡\x1E ÒÕPj^Lb{ "
b"2Í€Ž»Á \x1F\x01 —\r €k\x0F x\x19 "
b"2ð\x1F\x00 #ïÑ\x1E qÄ“·\e\x00 5M "
b"3\x05 \x17 I•.‰t:‡:ôøÖ$ "
b"3\x10 9ý÷U(ý\x16 S|ƒAK\x16 ! "
b"3>8éàâüí¹ìÀ\x15 —Áµ\x7F "
b"3s£\x00 ŽCo\x06 c<ö*y\x16 } "
b"3~}‘\x10 ÀO¿ æ\x1A ãB8 \x0E "
b"3†\x1E –x¨ìwpls„œ`RÈ "
b"3§¬¿öïíÍ\x10 ·ê\x11 ¤ˆÛË "
b"3¼?\\x17 ]ÿõ\x08 Ìgñ¦Ã¸G "
b"3γ\K\e X\x7F ª·[ŽÀ\x1C ]´ "
b"""
3ã¤|JÆ\n
ÖCoÖ¥rG'n
"""
b"3ç\x15 ð)i‚9qÓ•{Þþ£ "
b"4^D'Mš/[°‹¶\x0F m£v¤ "
b"4¹Ò\x18 Ó:qÔ\x14 ì\x06 Š@@#Æ "
b"5 \f Šc7| \x1C ¬NÑ\x19 GÊ "
b"5:§Ü4·)'Ýh¸om~\x16 ¤ "
b"""
5‰ŠqOðVó^\x18 \n
׆JԒ
"""
b"5¥\x18 “\x13 r1\x04\x00 ËS\x02 LLuó "
b"5ú0ÊìzÅ\x15 ?Ôû<ÌMœ³ "
b"6%/p\x14 =Ù:^ÉH…sdG "
b"6Vþ\x01 ˜Â3Ÿ\x11 ëïó¬.\e ü "
b"6–U\x17 Ã\t {êßæxºø\r K¾ "
b"6™j[M\x12 \r \x04 ®ñ®—òGþL "
b"6ÒÏ™êKîtn¯š¶£áén "
b"7&õ¤)Ê?Oò\x07 ,ß\\x1E ×a "
b"72%Ö¾ÈØÓ\x14 9—ú0<x£ "
b"7E÷\v l.*cì(ïu…½*† "
b"7z´Y\x00 ’Õ¸±›m†ª8äs "
b"7ù.Òh¾Iý61ãZç½X] "
b"8\t kc$¶Ÿ\x10 Þ\x04 ‡~\x13 $¬€ "
b"8~Âò°t\x10 z:„\x04 ±dF:à "
b"8€de\x02\x1E ÏIõ€ñÍ£–q "
b"8“\x15 K<¥C¹[\x19 ~hU=\x10 "
b"8ÎRqí~kˆ]Ü|íx\x1C ! "
b"8ßå\t A.=\x14 ¿²ƒKãj\x18 X "
b"8ú\x16 NëšTŸ7AÅÂ\x16 sÞ "
b"9;œû^ÏðåâöÐqf€°¤ "
b"9<Ž\x11 $\x05 ØK¯\x1A R¡`øÿ„ "
b"9mz×ï§[5jv\x00 ²<îÔ\x1E "
b"9'¼û\x03 гèÊ&ái”'É "
b"9ÂŽ{ˆ¼wàYÉ£OçËôæ "
b":3ÙHù³—+Ê÷™éοø§ "
b":L;ß\x13 5¹íºkr\x0E ÅE«Ï "
b":à\x19 wgô\x19 -8•Å—á1t2 "
b"""
;"7\n
<‹I4’! "\x1E ÀZ
"""
b"""
;A>qÿ\n
é¼IjÓ‘±°\x1C I
"""
b";QÂëàфΊµŸLUUÜ' "
b";d„ÚH\x1C =ÓpäY\x05 ÈI\x02 "
b";ka;®‚C\l!Å-“_›Ã "
b"""
;lI‡\x0F \n
F¸Çñ\x13 Ð×\e °“
"""
b";{\x0E ™(„Yrå—ì\x11 M\x03 Ö& "
b";•Ýé“woä\x07\x0F A\x7F\x0E €ð "
b"; îK}F¸=\x02 p.\x1C »÷€Ä "
b";«óÎg¥E\Ä,Ì'øÄ>~ "
b";¸O¶´kܱ›öêŸÐ\f +\x0E "
b";ØåwÁ=|î¢ö^\v +§w& "
b";á)ì@¶UÂ\x1A\x01 lžmÿ(Ý "
b";ä4ÔïºÔ¦‘8@\x03 \x19 ‰ "
b"<d0¥ÿOoÔo¨ûœØ\x11 "
b"<—r4úͲ\x11 "ÕŠ8íÝœ6 "
b"<Ä\x02 ²\x00 >[ó\x1F %\x15 Vùf}V "
b"<Ê\x05 ÓØ@ÁÁÏs;,4UÃ "
b"= ¹º_\x00 •\x1F ༲á›NC\x16 "
b"=E?u÷'¢œ¢ÁSí\x11 ~D! "
b"=E—D,\x06 FxÐ\x1D :ã5üz¸ "
b"=K•\r ×–Îò®½çŒC\x12 "
b"""
=øV\n
Ôô÷³»éÙGàºò-
"""
b">{Ì\x07 £#Á@}™~"ÒP±í "
b">‰\x19 e„4qˆD¬¬`zÊÓ\ "
b">ÃsâÛ9è8‰/¯\x1A ®ó÷\x04 "
b">Ùb~רxe‘äC®ýœ|[ "
b">îc'\r 8õq\x03 Z»QZâ¬\x04 "
b">þ—+¨·AáðØ\x19\e ÓW0\x10 "
b"?\x13\x01 Ð\t ‘\x0E ޤdç\x13 <Seo "
b"?Qó\r ¢‘\x11 JÞg¿¾-Ýz "
b"?gnœôšµ\x7F Ve`Ѓ‚Ôâ "
b"""
?€N¢CÞ\n
é:3ðjv0gš
"""
b"?”Q¤ÕV߯óí\x02 -»? "
b"?›\x0F <Rš‚³âZ^(\r xš+ "
b"?Å„Œ¯ßZL¿["ã¤D{~ "
b"?ù _&ÿ\x01 ‘»"¶y`Aú» "
b"@\x07 ß1mº/{Ä\x1C )îâH "
b"@YÙ äÕ/¹oömÆ\x00 3\x10 z "
b"""
@”Wt?•\n
f©6ˆ—švÕ
"""
b"@ \x03 p‘)7o~\r vzˆ\x02 $+ "
b"@¢ä„<ÇkÃê\x15 F\x12 `Ž¡Á "
b"@æK\x19 ÿyêw‚Åq)º×j< "
b"A\x1C Ñ—\v 9#"{`8\f È¥\x16 Æ "
b"A'rY®k\x10 R\x05 Èá\x15 ÙèŸ\x06 "
b"A8{ö‡UBñÄm%]š±ÖS "
b"AR†õ¦¹˜Ì\x13 ØÎsÕèþ‚ "
b"AVuܳ´s®‚ÌjÀU\x1C í\x04 "
b"Ab\x1F ÷£\x1D ò9'=€[I'¡d "
b"Ar–vý(2@Ü-ÍÔl‰\v "
b"""
Ax`ák•4cVà$Ð\n
1\n
Ö
"""
b"A{au}Ü~×°¤ ÿœ\x00 N‚ "
b"A…j„Äžâ¡\x1D ‘\x0F —Ê\»v "
b"A†þ\x01 L;\x18 Ëh竾\¬\x01 "
b"A–\x08 9ꎿü¤\x19 ê¿\x02 ›¬´ "
b"AÕËDÖ\x1F Ô¹»cDBã/\x1F m "
b"B=é4j…CL5eÐ4a/÷ "
b"BaÖîþ\x1C õ[t˜8Ëiñw "
b"Bx=\x02\x1C rª5È<¢A;Ê\x1F ! "
b"""
Bz\t Œ¥ÀP\n
•DÔOídu\x0E
"""
b"B˜£™¢W—?`d¿ž{aœ5 "
b"B³DDyª×\DâGWxÛ÷ "
b"BÎÛ7 Î\x10 •\x16 "Mz)‹·\x02 "
b"Bì¬íðÇ»§¸ÑU½R¯Ab "
b"C6Gý*ål³P-\x15 e’È‘³ "
b"C:O;\x06 FÉÞ¾ð€ôR0l2 "
b"Cê_õÀwLÈåzõø)– "
b"CÊñ&ËM|µì\x06 pvÎÁûj "
b"CË™§‚78ˆì¾LF††.Š "
b"CçÕµœ–¾\x12 E4òÈí\v "
b"""
CóìR'L®\n
âGm<\x18 ¹¡
"""
b"D–d\x00 )ÙË–n$–Su\v Á "
b"D±\x13 Ñ¢è\x13 OÖÙ\x06 M\x16 j\x10 ^ "
b"Dé5%Μ8!›údž33 "
b"E9jPL»oÈCÒ"ãüÞtr "
b"EErD5SC²\v ᡱ“TJÑ "
b"EHgbֺΟH[[â\x0F P¦> "
b"EUæÖxò\x1D …aoOM¿½~( "
b"EY–\x0E\x0F PòÇ<‰\x17 !AF'l "
b"""
E¦£\n
K\x1D £÷ÌB\pFwO5
"""
b"E˳B{~üÁƒµØiƒ™aÎ "
b"EÛ`µŽ‰Y\r ·hüŒ÷§ƒ "
b"Eàónëì\x12 ‹mWÕ†\x00\x00 –‹ "
b"""
F\x05 ý\x1C \n
Û\x16 ÷õÇa©Ê¨JÆ
"""
b"F`Wf©RÿÜ@ÀM/Í÷û "
b"F„HôçÁé\x1A ˆ\x1C ¯+8ª”Ç "
b"F¦Ù-@قͼ'èø5)²™ "
b"GJ\x04 ÛÏ‚MÕh94ý¤\x11 € "
b"G_ªšA\x18 Ø\v µ—ƒðÇ4ˆ\x11 "
b"GË¢22‹\x12 ˆR©Þ¿\r ËñÄ "
b"Gês\t %ÌqÔëÄÎEp8\x0E † "
b"""
H\x1A \n
©…Mðf¹ê_xbdáY
"""
b"HXU”3öw±\x1A Yư±‘ø "
b"Huî»RÏ*\x19 h\x02 /…\x11 ÏŽ "
b"I\x17 a\x1E ;«ú¹âYÐôi0Ëû "
b"""
IA\n
–È\x11 qÈ»¾*2aî*\x02
"""
b"INˆÈøóD×S|QÞlÑe3 "
b"Ie*\î{K\x12 7€pš¦ålœ "
b"I\x7F ÙŠ«ðÔ`4v\x02 /»²gc "
b"I·_¥jt »ëiˆ\rÑ\x12 "
b"I÷¹W\x15 ³\x02 .ø]™=S\f ¦¹ "
b"""
J\n
æuÁ;ŸØ$ƒ\x02 "\x01 ¥º\x18
"""
b"""
JqÌÂøaç\x17 ŠGÝ\n
hðöL
"""
b"J•kôSr‰6¸æÉ\x1C #¸¿ð "
b"J±o4]«˜\x16 «T’\x1F Lh° "
b"JÏ|mw¿åxKá'V¯q¡ö "
b"K!—P¸d£TÑ\x7F æ‘Çû~Ú "
b"K2\t ² й(çÒ\e ÖÉ„ÈC "
b"Kq}\x01\x02 ‹-KÜ[\x16 ’¶·\x00 "
b"K³O\x13 J–\x10 üSÜ\x17\x0E î\x19\x0E F "
b"KÅõð`—×ñ§y(JhŒ1 "
b"KɧË1íÆ(y¥:\x0E\x19\x11\f & "
b"KÌJr¾×8NýÚ©…\x00 YX "
b"KîFâB*f·T¶¤²¸a@ "
b"L\x18 ŽE\x17\t ½¢â<Cuy\x17 ü@ "
b"L-\x1D 8|adäÐ.w\f –m¥‡ "
b"L9€Ñmù\x13 ½a“4NŽÏSj "
b"LW¾Æ§½g\x15 Lh™\x18 Ïæ "
b"Lc\x15 en ß\e\x16 ¨%`êf˜ "
b"Lz‡a\v bD=KºGù±Aî "
b"L•§õØÝÛ0òq\x16 Õ@¡V "
b"L¥_xà¸Ëm½™¸kÉ\x1E ¬Æ "
b"Lç\x17 ÷&izÃtèþ9w4G‹ "
b"Lî±ñ%ˆW´Î’U ³ñÍ "
b"Lþ\x17 ~\x0F L:Ö\x11 ÀTK“ð\x1F 3 "
b"M;v걩\r õ4ú\x02 n…þGå "
b"""
MD‡\n
Î>,;h@ñT\x15 K¤
"""
b"MV0xB\x00 …Ó\x7F F7¨O ¡: "
b"Mx¶ßoHýê\x1E :tF%Ï‹ "
b"MªL¤ˆ<|ú4\x1A GG\x0F ù?] "
b"M¯˜ª¹"jÈ]\x0F ?Ø×j. "
b"N.\x06 7\x7F Udžl—ŽªY:‡S "
b"NKúný\x00 wnµäþ;3¥2 "
b"NLb®\x16\x11\v Ä#ên\x10 úÏ„ "
b"N[\x05 ñV2¨&Jeö\x0E ˜†? "
b"N|°‹\x0E Ðûv÷3\x05\v §á "
b"N×µÊxǺ1°º/rÑ8É, "
b"Ní\v #ݘ@‹(?£ß\x19 DZT "
b"NõWœçy!¶\x15 ¼ìŽzj¤& "
b"""
O\x07 Ü\n
ãËüðf\t \x13 T Ó
"""
b"O\x11 ¹¡\e –µCÞìöR³EÚ "
b"OOªýc8õ^—ÙTÄFÜÆq "
b"OaŽŒ÷<¯‰Ï8\v öD\x18 _Œ "
b"O|ØÖ\x05 ²ð\n µ¦Œ83p\x00 "
b"O‚äQT©ªn£p?è^lR¶ "
b"O®v¸Œ@;t´Íw¥«†Äs "
b"OÈæºVÝK¥7?TÓ\r 4;½ "
b"Oä«'±gºØ¥_io´~þ1 "
b"P\x06\x10 ÄjÔ^ˆ)µßá\x15 MÞ¯ "
b"PŽpϳ\x0E\x0F W\x1E ç¡løÀZ\x10 "
b"P¯\x17 h«>žï§{m|ýåb¨ "
b"PÞ\x15 vrô¤:H\x03 úšˆwÅH "
b"Pù\x19 ¾\‹:¾\x1E ùä±2\x12 œ "
b"Q\x0E oԯij\x02 ŠÊKYò÷ñŸ "
b"""
Q\x19 (.Î%žÜ×\n
\x19\x0E â_?A
"""
b"Q M'¾ßV¥^{=9çän0 "
b"Q6=!\x13 gbgó§¡-/pü‘ "
b"Q=S—%ó\x02 %åŒÉt»Mÿ\x13 "
b"Q]c‡ÉƒwJ\x11 µoƒÜ+@œ "
b"QaEü¶,¨5‘Г³\x1A ‹F "
b"Qc1ß\t\x0E zòþ%q²,òžR "
b"Qj¿•e£_\x08 »\x14 ¶\x16 <-à "
b"R\t N\x00 Ìe²I\x02 @}fÉ+Y£ "
b"R0s”\x13 ³VÄ2ÈÙMëñˆ "
b"RDÔŠø!?Ͷ„;RJÜ·Ã "
b"RRˆäþSö*ÂùÉf\x03 ü‰ "
b"RXZèÝÍ'\x07 ‘ä[·Y’\n "
b"Ru\x13 %Ðo¸Mzc.I‚i\x08 Å "
b"R|¿ÀeÛª–¿Š=\x02 ¬Q†ù "
b"R‹´s'\x13 ûÇ ä0øÁ•Ô† "
b"R‘ÆpUù[to´.LàŸ¹Ï "
b"RÏÍ.$>ÂYb1Ä€\x0E §e "
b"RÐÁØÕÆ\x10 É\r [õÎä÷àÎ "
b"S5Þ›²’x$N¼òpàÔ"ñ "
b"Sjp?™çÃ6èŽ\x07 ‚d•>ß "
b"Sp¨I‹wX-Gü¸ï\x05 •"% "
b"Sê\x15 ·Çx¹ûi5\x18 *’D "
b"SÅd'u\x1F\x1E Y\x12 HI+•8Fû "
b"SÈá\x02 ò \x12\x7F b€¹pï"è "
b"Së/¤É~ÍÇðŽ0º®x·÷ "
b"SëòÍÁ\x14 d•ÃP…³\r \x11 z\x10 "
b"T\x05 ’ãw"£Û¸Žó\e ¡ÙÕB "
b"T\x14 †*ÌPÅ(im\x7F R\x00 :m "
b"TVºÒ!ŒF\e écäw‡ñçQ "
b"TYý.gÇv#¯¬·0ºWâ "
b"TŒÏòˆ\x14 ÅhôÔ¥¦),#P "
b"T»|yÄ!\x05 ÏW\t Öc\x17 ï\x18 ä "
b"TÁF/±Éh¨\x0E ·Û¹Ç/4L "
b"TÉ\x14\x14 f$\x06 ‰9\x1C d=\v !Çd "
b"TÍž\x19 )4wÿÌ)DI i\x18 "
b"TÚªwÁíôvJ*á‡X¾p^ "
b"U\v ú'mQqRÜ\x01 šH#‚÷¥ "
b"U\x19 ¼˜Ç^oÌÆ;&ýŽ„Kì "
b"U#\x03 ØØ=½á‘¶[üýge "
b"U<+?\e õéSÃÌv³\x05 yŽ "
b"UAµ/™ÐFý^>Ž\x19 v£w "
b"UEOý¶RžXâ#fÑÅ7C½ "
b"UU³yÄà6ÁîWö½²Ñ\x12 î "
b"UV®a›3\f ÀôOFê¡õ{¼ "
b"U‰IV\x11 ¡Å!\x01 „þªúã\x02 x "
b"""
U±¾\x0F ÔH†×ÂU\n
›ˆ\v ÉD
"""
b"UíM \x05 ˆ´I‘Ã"ÒLõk\x11 "
b"Uó=l¿Ì/F¾µ§\x03 ˜\x0E M\x1C "
b"V\x17 Í2\x02 ×~=]HŸÁÜ\x17 Ùº "
b"V<ü\x16 ¶2B‰ˆ˜V½fnEâ "
b"VG—Q·@(== ƒrø;åp "
b"V[~Ž2\x16 TtîÍjé †iô "
b"V„×`U\x7F Mì£<g?6²ó "
b"V»f%¬\x18\x0E ‹ÓxÇb9^sÚ "
b"VÊI¨\x10 Žåä\x04\x11 ³:)\x07 "
b"W>·Ûñt\x02\x7F )´“\x07 8ɨ< "
b"WP\x03 6Z\x03 û\x06 §$\x18 rO "
b"""
WkÓB\n
’$\x14 L·(Y2šñº
"""
b"W€s\x12 \x19 *¦„¯èõØ’ˆ´ "
b"W‘€UÀRÄ«xÕ¡]\x11 ‚,k "
b"W·Ÿls\x00 ÏH\r Î\x12 õfÂÄF "
b"X1BßfØû\x15 2\r ŽŽÍ\x04 æy "
b"XFó+ ãB¸s\x10 ¿9(l÷" "
b"Xv*B`h.\x11 ¿lD°\x16 Å\x0E Ð "
b"Xñ\x1A A\x05\x14 ?R\x1A Ó\f\x00 Sn\x1A ˆ "
b"Y2—O‰Š_@jï)À‚\x02 Ò“ "
b"Y[U‰ÏW\x18 ¡v¹êžâœûÆ "
b"Y~s\x18 Ò`½.ÇöÖ?â\x1C ·\x05 "
b"Y¿\x07 gBU\x0F\x05 ~þ&QÝ4p "
b"Y¿Î®¢Úce2@Q’'\x10 ’¸ "
b"YÑ2—Rø—…sÏ?ÔøÈ( "
b"Z\x00 ¨\\x04 ¤Ž,–\x06\x1D ä9\x12\x12 ¹ "
b"ZžçpØ¿‚:hÊ\x07\x18 ö\x02 "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `file_hash` as `property_group_option.media.fileHash` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
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.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `file_hash` as `property_group_option.media.fileHash` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 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.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 (0xBCC62702C9F0D39B21128BDF0FB6B90D , 0x67EEA75C4C130E869189F2468592D255 , 0xEBBD071E743AD71678E41301BC79753A , 0x88694CCF22C1090B7F564AACF72A4C1D , 0xF419425C6447E62E0C3BB777EE40FDB9 , 0x6751E4EEEEB0FD45F828481493DD34AD , 0x926C72ED7630F5159BD3361C924646DA , 0xE58F19E589C2B24058DD21E0DE6E1EB9 , 0x89CD734A8E13C81BDE237F07E92305D4 , 0x01F9134278E405126C5A8DCE11C560B2 , 0x16CA898618F4710830A070B0B95FBF9F , 0xBD9C6074CD8B6CB799277B933751A6E3 , 0xAB1FAC5622F4BF31F92F6022904B11F4 , 0x8B6270B00E97023083C7C56BAE742B8E , 0x0608299965691EC76778F8E1472B111C , 0x67597B0AB1FF54EAAB739094D178CFFD , 0xFB4EAB245DDF57B04586E8833C38F467 , 0xB32DC8AD300BE8FA38E32BCCD549F797 , 0xF1E6199DF64FA37D271ABDC69001EDBA , 0x8B1574D84536685998AF31C4FA9EF365 , 0x63DB44EE5247DFA60CB56F17A9E89869 , 0xC3E26DB65393444C536C5B0A3B535112 , 0x088CE67B59625094A62D6E3FF22E1EEC , 0x040F3157F8550FDA70FA6F88B4D37105 , 0x64EC6F71C57F88EB57290A00FA0F1712 , 0x4A0FE1497E01D5ACBDC0C06EE777EDB4 , 0x01AFE505D15DC260DEC2ED7064B6440B , 0x2D74C4A16D446111D128950E56868B52 , 0xD8120BE78113C2D8F7FED442F4BB91BE , 0xC6DBCB73DD72B7C40571B9F293E378BF , 0x09AC527798A0FF134CC127F4B70A58C6 , 0x0BA7EFA5E18E319F796F1612A9BC9435 , 0x50647104C36A72121869268B8F1E6690 , 0x1C0CBDB826521934174ABC0301D62AAE , 0x647DCD15F8E6C4E9809F03CBBA52A810 , 0x6488D9B46CD7F78CBDA9D5E049BADC59 , 0x7059CD9A61CE7E9D7C9627AED8EB0733 , 0x765EB6F9378F00853DDEA43D10F82EEA , 0xF821A089148995F6CFFAFA15D4136913 , 0x946474BC8D9AC08CECE832052192DEB3 , 0x32FF7B3C1D47860CBB846D5D13BA6659 , 0x699A51CEF58766AD27343D385EBF36F6 , 0xA9D388B7828F9A6F911CF7CD3DACD55E , 0xFEDF73744D75FC75B5DCC43B738DE0C5 , 0x631F2FEDE53F1D9600896D2416834EBA , 0x00DEBFB7074B929D3F751118F82350EB , 0xB0C2317DF53FD2EC7D9D6049A5E011FB , 0x367D3F524A3DE59745233DABC205FD8E , 0x5B8A504F2D3B7A79C654D084B5DF938A , 0x4E991A591C72A591E492DF11231ED7DA , 0xA9B0094F33258BBB0477DBE6A03A04AE , 0xEE42CBDF1A0A4233BDAB33C7DCFF96D2 , 0xD9E4122E165AEFB6D735E8BA689FB22B , 0xA0B8616A6786EB473514BBB59F4A8771 , 0xCB727EB91D9DDD77EDB138DBD8DAEC8B , 0xE4E821D0BAD9E2AA1E3DC929E3F218BC , 0x27F3FA8617B7583BA36631288EE5D23F , 0xC1834724C62ABBE18A7DF568E4032491 , 0xC482D21961270FFB47AFEB5151BF1B1E , 0xFB386916FCE714939764CA46D645B773 , 0x0D2164C846DD7AA96BA42051B86A15AD , 0x54C96953FE3CBE527F3BF681BAF7D697 , 0x7CC1A4D648262E83382772ADBA0A40D9 , 0x9751D0ED274B449EE4BA4C5577BFE9DB , 0x9D381CFF11B09B1503B37A742C5BD4C7 , 0xAE59742657FDF52CF30957A7003E6CBD , 0x026D84D5C16E6A542A2ECE53448223FC , 0x0D9DA130231403C559F6234DCF8C8DCA , 0x1D496508DFB89AF2F63E312889E6DF0E , 0x2737DE109F7225E496DFB89A86BCB5C3 , 0x38CF7C90E5AE7CE40067D0AA3F3A205E , 0x98D04DC798A4827566322E8E07A4F2AD , 0x0FA1219E8F839714F417382A9BA41E51 , 0x1D77ABC141C1369B24C34F8BDDB293E3 , 0x360CCE4141285D248CD3E8ABA0804E46 , 0x96085342159E31949D4F46EF48267320 , 0xA1E447E39CEB2E65139745C20A342C03 , 0xAB0B89EC9634ADEC3B9BAFC2238F9DAE , 0x3E975873529AB3BB25E602F35ABA2D63 , 0x74B66CEE82E327B8DAE45BD581B5BB97 , 0x7722BB34A4D24AD8E179F82F9DC44EAE , 0x83DA793C3246840C217C2129BDD25541 , 0xE5B675C156C33CB895A256A768F0460A , 0x0043F36E3C5006F6BAEC5609E1A412D2 , 0x13F8734CDE014B29CE22E9A8B2C86231 , 0x8E9440148693CE629FE115DC7075A2E4 , 0x8F49D3B0A1144B1DD6554528D0789128 , 0xB31F315D54AE1C9AFACDE49981A2760B , 0xE30154B56369EDCA38B26EA6069A4CD7 , 0x058C8DA3C5B83419016729C50B88F5C7 , 0x0ACEA68AE958371D9426C3F58802114F , 0x2C947F205F0423F66C564F4BD73EFF0A , 0x55E53DC6100ECB541197781C4A0E6F23 , 0x5F4D2717720F5C66AC9F1511A3E06FFA , 0x8E98C04BA568437B5BB4C26E92A59262 , 0x941D1A7F947C2F839AB7BD00F22D5160 , 0xE55AAC304411D563FEA98140DDE20D77 , 0x12279260D9163792D9DF44D2CC3CFBFF , 0x1FAB60BAFAFA927C7071A590CB6B0E59 , 0x235DB8C55ABE62D4401FAC3D27E690CA , 0x36D2BECB0A9946B48B53CE705ADB0C33 , 0x45856989FCC34CFEDA28A4AAB68C02EE , 0x53937BB68B231C53C5B765BCDC8A715A , 0x5BF36CAE0C0D74773D8D3510F67E47E9 , 0x5FB51757F00CFAF3A6578B6ADA1941CC , 0x7976A73F5118F499BB36230F93C3DF53 , 0x86B405FF7BB85DB0831E8A52315170D5 , 0xAED9080DCDBE69567A1882978C03217E , 0xAFFCD596E18AC99936A9C946A34E8D0C , 0xC0CBAD1059B311C843664C5BB67FB2AB , 0xEC5637537B435003FEFE6043A40E84DF , 0xF47B305E93D3BC3CCD59E250679A94FC , 0xFAE0B12CC74735C99DC2D8B27F0030FD , 0x017E925D4818D04E9083BD43B15E3AD5 , 0x0A6BBFECCD6D41F2AC290085B4641702 , 0x33D9DBDC327C9357BC5D39780E743F4A , 0x36732C2F22DE96E462F1584BAD90ED21 , 0x47F61645A97596979372CA3F845E23FB , 0x5A37C2CD3FAD5C530D9294BF864CC689 , 0x709BAB15254F9E0C704DF718E0353AAD , 0xA0D3BDA2060C26D2B13B47028DAD1A57 , 0xB3ABE1CB9FC7F42EA9676E3A41CF33C0 , 0xCBC01ED72B0F2778AE8077D2F3FBED8B , 0xD320D17F2B032FA8C075FAC1302AAB62 , 0xD3C969CF1ABFE649B7CE4E63A7F1C5B8 , 0xDA02DD67A30C7D325B747AF0E6FACAD2 , 0xE4494DE196EFA0A2B466E5CF24EB7D10 , 0xEC903066EFFE75998F2B4E649F1A75D7 , 0xF5DC0440812073095861BA4DA4BD3505 , 0x11FB4EED0167E7C3654FAFB7D26330A6 , 0x39492E18A36545F453D63D7CCFE959F4 , 0x3DAB6B8D6FF5BF76C83F0BE0782F0710 , 0x3F3D77FDB8519E8397947C61E3B93D72 , 0x45D24438CFD8F6B5F3BDE880C960B33A , 0x47E22481E26AE9CD1B8DFDD380B53EEC , 0x5097C9CD11F79127462C84FD39557410 , 0x6D3B2372A0AD7A28F1F2040AC7D7BCD7 , 0x93520F258EC05C35F87DBE894BE11E5A , 0x9B89295A466FE808FA5A7567A7CC3A2A , 0xAFD2DE74F1675398541EF3CD04DDF025 , 0xB6BC2237021F6B00B4DB8B88B82E2024 , 0xCC922242648DC26021C31C553A707031 , 0xD903ED99D584A0FC7A155FE4A658B80A , 0xDAEAEE8E828C217B770F942F0D635C07 , 0xFFB2BDA4666597F5E1B7675BB414C74E , 0x03F67B10A9C690338B316F617BDDDA6C , 0x21EB8E2D6F75D6A92C7C16E1C31ADA6C , 0x3E7BF57FD6527E29C4304127163A7321 , 0x67F7C95C89C0043847ABF3084B5FECAA , 0x7EFEA492A2F07ABC4149626A5C379FC0 , 0x8A14DCA29AF4CF6C99760DBDD25956E4 , 0x8DDDC7FEDE7009EEBE6AB8731212D78E , 0x96830B00712D734AAEDFE6E93AB39EA4 , 0x96A1B72F1368A47EA04DC2D03F184058 , 0x998FED33AEEAF7485AAE6C48485201B7 , 0xA189D1C9D2D9A6D6257609A1505DECB2 , 0xAED80D8EB198913ED1188606E0B0AF1E , 0xB23F574148A3F9FE41DD90D69CFDD635 , 0xB91EA83C370A6E604DC27F12DD385DC0 , 0xBA8978BABB50C6650D6BE99F63318D10 , 0xBAF5320AC52E0A9B0A4F2B1EF9F25FA3 , 0xC14D28843F93B6798D5498E679A7B2BD , 0xD7469D590DC1C24E606C3F5B5EB61952 , 0xD85949B233809F0B34C53C8ADA3A1515 , 0xDBC52D4214B7DC49D0571769BC710CA4 , 0xDF14199655FF107000D5B3A86DD3DDE5 , 0xE315CD73617FD62184339D16306A837D , 0xE750AC17ECA611268BEDB5CD3DAD1BFF , 0xEF5A6128EF5C02B49FBD6505B2BC8333 , 0xEF618297E7647B546BF3D59A9D6B826A , 0x01B8BD68FDF37F4EB207C32CC7CEDA09 , 0x025EA3CD3C9308A3C50BC242304F3FBF , 0x1F7A6F8410A1751CA65722E70F8E5AFC , 0x25DAAB39A2220FF70C590F2763E07B6D , 0x2D234DFA01FAC26256DF15203E9A7A35 , 0x30E40CFC4CAA8AFADF76DB0F9E7ED5DB , 0x33248FFA4583735BA1356EACE278EED0 , 0x358F861922847F6F912BF73DBA0058EC , 0x44300E9B585CFA0B7AC5FCE8706F1388 , 0x6E8C50FFD84157A84FE4E7997A16D5C5 , 0x7DEC81AD8D36B82B8D7EE66F053C8488 , 0x860A50BFDAC3AC3AA1F39308FE7AB77F , 0x8CA35D512D6CFBBA31566A52B1AA0F4E , 0xA4BC3A76C29A102723EF0CB328FCF7DB , 0xB445F37A14EDC5C1EFDCB79B9FEC6745 , 0xC3B3FFF76C7A176ED3B4B86077E05889 , 0xC42DD0CE24F9009F2B6F1208D686E8D6 , 0xD39E94205775DCBE1AA46F5BCFA4A5AD , 0xDC71E0A3DE8C7B99E7C2F6B8C92CB938 , 0xF98A81BC18041CBDF1B9D8E95A972FE4 , 0x04278DEFE6CC0E748D0D029B43CF128F , 0x0F7E3888E760F7173580B42D94670AEE , 0x0FFB15633DA7D38F3AF901D86E5E5625 , 0x1C618A50A9EE253906EA2F4FC3710EA9 , 0x21737EA3FF8E61760714D26101BF8934 , 0x25C9A7ED5EDEDD222443FDBF37B3BDAF , 0x268200AE3EEF892DB63B4DC18868B241 , 0x32631D03663800818539378EE78CCBBA , 0x445398373136A77DA3F3FEF94E6BCF05 , 0x5964A60521653963EA9087CA73C3CD06 , 0x5B1F2F42E464AEA99058B3F8A5A732A7 , 0x5B7425E434CE4F5B5DE2573C5CAE02FF , 0x6181E03E29E15AD610D2001D8E697BB0 , 0x68BBE665ABBABCB4831E7347AFCF6668 , 0x690ABECEA2161E7492FC00911ECD0852 , 0x6ADE71D1C6701D4347CCEAFB223F0D64 , 0x6CC2A475276B972B6B4C564414EC4062 , 0x722E667ECFFED755597D0FB0407173DE , 0x74BDC9A4C316E7C791FF0877940166A5 , 0x74FFF9309D92D83EEE6FD25218414FFC , 0x7B735C43989A511D781DA044AA2585DC , 0x8450C1A3E432B60EB29CB37A1FEA0147 , 0x8D72884DD40FC240353B4ABE3AF9995C , 0x8FAFB1DCE41AADBBCD846587AFD624E1 , 0x91DB6A031704585E8039E0C827E0D745 , 0x9C86BFD819F8A29B87A884AAAF99A628 , 0xA36B2BD461A12A120B4D7889B86A0025 , 0xA51C641C34300C128A5F288A09A2CC41 , 0xA5276D169FED3207C3EC04387C433AB2 , 0xA6A6EE8E9517D7254B1B13E4D4BCCE74 , 0xAC82230DEFEEDE90FE624458E185240D , 0xAD4B1C2A999513B21381A8E65BF9F4A0 , 0xB5F9716C0CD2262E64699059B0E01D2C , 0xB7596C76BCC2B094A5F078CED05F8CBC , 0xBE0F5040D3527B43B09F9002C4D6F0C8 , 0xC2E7CE3E21BFB987833227CF77AD5A18 , 0xD07F520D679CAE754B54D9D61FA8BF36 , 0xD0A4529B69574D540F825E8AF7FBEE4C , 0xD219AC09ED4EE2624122B1A532EE9F14 , 0xDA24E7BA3552413B74E33C3D96A5A447 , 0xE98D9E693ED252B2C0BE734B13D05142 , 0xEB5AB26EE738F52683D6F834F902B4EB , 0xFD7BD0579F8C202431E9B24890141F6A , 0xFF5F1EA5ABB1853576293567AB2F31D7 , 0xFF9B22BBB28DD93E294846769D76FF43 , 0x025CE4DAB0873FFFBA5928F74221A965 , 0x026076DF7C4E817B79B6307F495D0C81 , 0x05AA0050A84966ED1BEE0A78B0A83D81 , 0x0843C87B2D2368CFBD5C24E7BD259DF1 , 0x0B69631D8B9213E59175781D9FD27594 , 0x0B83B2E31F97D57E79FC5E9C912A2939 , 0x0C63BB22873AFC2F34C62FB44C6996F7 , 0x156B10D4F404B0F603E7A73FED28C1DE , 0x200B5DDEE96D203B84165DDC43A221E5 , 0x2509DC1192CB7FB215EBDF6AE7ADD71E , 0x26EE1A467FAE749B68C34DDE080E364C , 0x29865D840FADD5702221E5FE2E10F965 , 0x2A7334CCA02BB60541E1218A358AD1F3 , 0x2E30C74E6DA444EEFB73E8352ABD263F , 0x34119BD7D39BE6153665B7DEB1871E86 , 0x356AEA3EEA0C89F467BD4B719F39C617 , 0x39CFE4941A05BFBC50866F14D31959C9 , 0x3A93F9A00F68E1873F2D5C6B4AF20B87 , 0x3D99F576DF227F51F3AC26FAA37B2776 , 0x3F97F9AC226470AF285C8EF7C633739F , 0x402C8FC136D84F1AAF75E4989B3C4315 , 0x418DFC17F37E21D1F59C80D628B8CAB8 , 0x45D73641FE6AA961C3867DFFC28C6243 , 0x461EC846F9D5EBE44EA0E0BF69FEAB13 , 0x46496A21C6AEE9EF4419AB3A245036EA , 0x48FAAAA1ED0FBCAC0D512CD5611A59CC , 0x6113746520322610B5457E2C5586721D , 0x61FC650784BCA36735BDB135B59B5FF6 , 0x65DCD561F5426197E0F1EBEF1B0ABA7E , 0x66DA63C50FD97E821C2F826632D6CF96 , 0x6A316DA17E0E5FFAB02A84E461C722E3 , 0x6A3E173663E43BB82CF0630E1BD1FAD4 , 0x82052881FBCE4188211304FA909D5B4A , 0x8416E63D1DD048CD6D1118953E24C6B0 , 0x84C05E67075E3E6364607CDD456735B9 , 0x890003E777135AAE712E3DEA0FE7DFE0 , 0x8BA31CD37057132961037546140FB516 , 0x8C95EE1285DAC9A10D60B34BAE0BB83E , 0x8CE76C087B1388788C160A500C082AC2 , 0x8FCF1C59CFF97D13DEF64194852E5421 , 0x91A3DFC2C4638D4C5367F3D2FEC04407 , 0xA2D6390EC0F85E3D6CD5C6248EB57846 , 0xA2ED3440231637AB598BA278F2C62C8B , 0xA34C12A021D7D48F27FCFA59604D0F94 , 0xABDB142AAEB3C47704966DC7F1FA04AE , 0xB8BA54DD94A22A57F5433FC9419F5437 , 0xBE5B2830E0FD0D4A6BC91544C411843A , 0xC073F7879899CD7A0C3E431C01191F3C , 0xC2CB74510A57AFD2D06FD65BF25CC318 , 0xC4A726388220B055240A4C6D8B8C1853 , 0xC58DF282CBC838C4D1C1C012F6FEEE32 , 0xC5C0C00099606B1973CFDE0451342EB6 , 0xC975DDD77F4CC3531AFF821C71958DA9 , 0xCAB95B1299AE1CE8114AD66DB2788349 , 0xCEF2FA2A8B31630949F22F3BCD55F756 , 0xD15DCECA0A19AA6B8F17AEBFF1B79023 , 0xD306868FE9FFFE798CB49EE789DB7238 , 0xD3B84920D6E0B6C72DCADF0C4B148391 , 0xD4F9BCAF4AD59487EC616A9B2A022264 , 0xD67FFE30AAC4A6C9C88C7514ACE39FCB , 0xE2452F760B4DB846DEEEC44974A5F704 , 0xE2CAD82AD6E584D3A2FA1F163F0422D7 , 0xE321BE7166FD2ADF0834771F2C464282 , 0xE3F1E45638B78E3870CF6A27FBB46240 , 0xE88719BEEAFD96C0CD3532C6D251005B , 0xE8A9C1EC62753CF78F051039B2FDC36B , 0xEC2B689528B655EF9A47D2F710CB2BCA , 0xEF22CAFD440668FF037575742D6137D7 , 0xF0DDE82ECBFCD908031796A76C4D815A , 0xF42E848C753A56EF3264025E1E3FE06C , 0xF7186E783305DB0A2F630F4471D39A7C , 0xFE4CB4FB1367A8D2B743A877B45781A5 , 0x007E94E5C63D62CEC3998A94E309D25E , 0x00ECD252AD572987501A265B237F4E38 , 0x049909DBE157BC7518D8760B990D70D4 , 0x04B4B01ABFE78D48C88D752D5A7EDFFB , 0x05AA8DEA53ADCD4F07A728D293F63BF6 , 0x0BEB70BE60A8180706A45E6CC0CBDC54 , 0x0CF79BD9E891BAA3A5167A7B64DBCAB1 , 0x0D39D9D307534E91622D917D37B38D94 , 0x0FB4432192C033E55426E895AC144AF5 , 0x112EA80B1D09D5772A9A7922BCA821ED , 0x11A41C05EDC35FD13B2A638E21FA9FE4 , 0x134A468FF0DED052A9C7E95F4A9CAFDF , 0x13DDD25C587880A377E3C91696653A20 , 0x1623EBE178EE95FC4C5BF6D75363C03A , 0x19D086E4FD4A1C2540231FA5201D21DE , 0x1C604F03AB03697CA83EF7AC1C944384 , 0x1E93E5BB2C0325DA20E552483B9E7597 , 0x1FBD23ABF0D4DCCF01A037B9BF3D9514 , 0x294606FD8C17D056D5F8832EA60D4C2D , 0x2A1ACFFB821C2786A71FC4786F550828 , 0x2B9AF67A3D7A0F0C79ED5B5B195C2F18 , 0x2CA0676FBF596D3AC47CA70F29C47895 , 0x2D2978B2E8F8B3E2C85453B3F6D904C3 , 0x2F94F5FD5F9EC8CA07D38AC11A18C5FD , 0x2FA20098CFE47AACA6EEA43E3AE67D46 , 0x34AC27079DC42197999F0785E2444605 , 0x36231F688DE3E45AC7EC032C50AC7C1D , 0x3651090D0D766A36A9DBA3F7ED5F5D59 , 0x38FB046BED42A7F0D052068A85698FE6 , 0x395F9EB442C272A692A83F3CF8D7879D , 0x3C75596F8087B126D8885978AA6E1E38 , 0x3FF269B599C5867D2F8100638803330C , 0x40A818DB0D6C9B1DD1BD2850754DCA67 , 0x429D83F59BC74567CC91AEE5C81B5150 , 0x42CB857FC672E821C84F41632B33B6B3 , 0x468D4FF2CC3E959D7996CC4BCB9ECB66 , 0x47F82243B4AC3DE92019D30A47516479 , 0x518EB2CD2CBFFCEB73B4C8B1D1D14CC8 , 0x51B91E983DB1C7B0B44C95B4C19E52B0 , 0x569783F917F731862B3F3637CCDDE0AB , 0x57C7CA53E629DE3DD2FC92DAC3F1EFE4 , 0x5A00D4706C99CAB7DEBE9E248A10E1A8 , 0x6129304F8AA887B1E2E7D9ED1F18FEDE , 0x630D96160ACE888C932A3A635FA9E6EC , 0x645BACDE7D699CAA8936B46CD1E8A1EF , 0x65F0526F12CD0FA2250E03DBBF28E28B , 0x664E86501EA7F32991790EF529590F79 , 0x666F6ADBCB6DD31797D4A96E75C6F001 , 0x67488BE40E01414146FAC83DF80FF48A , 0x69697B7923501D73F807A4B5BA097263 , 0x6AF8ACC9B1D05460AD0C8FC17E02A047 , 0x6CAE175EA0D54E8FDFB533A084C44C55 , 0x6DA70AF0519FC0235E5D6AD45EB309A4 , 0x73B04756BC6FF6F9B4EEF5EC5280B023 , 0x74837E2701CDBDFEAF00EE695BED0512 , 0x74ACFBF0190A96A16F355834423CF535 , 0x75197AADB5015BBE4C4AD98BAB45C6BA , 0x7A97DCC3A67DC890C5909C5B4B187CDB , 0x7BA50B9D010B482E5F28563C504418F2 , 0x7C1AD958B4E98BFBCF105B68B5DF2D97 , 0x7D393FA554A01E1A41CD2DF88C8E1FB6 , 0x7E47EF65B5769FE775E137F50721D19B , 0x8411421D65A4E9CB3755C6242C8258BE , 0x8772CB050E2BBA0BE9C7C49FA4EFCE32 , 0x8C1DEE2DEF65BFB36FF57EB558355BE7 , 0x8EC1CF1297FB8097FC4259F843A6338B , 0x97791BFA2AE4B88C3C8123C850DA84E3 , 0x9A31F03242EB10339F4648F0DD5D9DD2 , 0x9AF00DFFB5F7431CB2CB67676A0EB7BA , 0x9AFFC4689F18989F1BF5147046E36A32 , 0x9D2C748875E746DEE037A5FC7E88DF3F , 0xA0500DEF958B0026150806642E3BA4BB , 0xA20AC69FEAB9C183DD09F0BF4C7950A1 , 0xA2250567F182D9E17E75AF9BEB1CEE0E , 0xA6963E1A17BD191C798502E6B0AB8B41 , 0xA807B7E80C687E3433562581A5D7A7B2 , 0xA8251510959C9630CDC547E443F70504 , 0xA881841A6134742015C4131E934BB170 , 0xA98413FC90E55B98B01502A0E9F33F79 , 0xABAD14054C644448FBEA4153BC67A354 , 0xAE2F95E12FCAB29753F9C69CB44C6AF9 , 0xAFC7576946717666E504DCD49C57BD42 , 0xB4A4A4A93DC58F13CB2D85B85355397D , 0xB58760C14C5D5E5C364BC1848002F492 , 0xB5934B51FE8CB7C62004D674817B2FFA , 0xB6A8639D460EADC74D5BF8794D0CFFF7 , 0xB7A6AAA30541CCF81F20DCD640E57152 , 0xB7E07B190D38CCFCC424CAA11D82A08B , 0xBDA80F2255554CF22E9A8AC66FAC9F73 , 0xBFCF066B0CD8633F8A5826E60DE584C0 , 0xBFD041AB2519543481AFAA297CF366D2 , 0xC3BE6F704CF539AEA5C7246B97368A1D , 0xC4F95D7EA713D557E20829E3891979C9 , 0xC9599BA4DF2F07BDEDE7DD37D22C8BCF , 0xCAA140FFE2C8609AC013CAAAD4C5D839 , 0xCBD4DDDD1EDF8BB7802775594D9C7037 , 0xCDCC6938C48B4BD163B398E2A7EA219F , 0xCFB8992FC901B27C5643A0F18CC01D62 , 0xD1225234CED6DA24A25934416D0C7C61 , 0xD2658C6A7D3E9E6FE3D068A2CC57B66A , 0xD28D462D91743D42DBB0EF49F482F717 , 0xD42FD139A5A16EC7317B38475B4F543F , 0xD45B365F91FB7D62C407654A5A209B84 , 0xD5C63EEA4E82B60DE46BBCDC3005A4B2 , 0xD5CAB71DD914DA400D735821F050C6EA , 0xDA6AF8D6CC2A700521521D0ABD441D4E , 0xDAE35C12730A4B5AA5C322359C1F68D2 , 0xDEB12D77BCA28F6DEAF316DE3E0B1266 , 0xE0F113AFE763CBF342ED0586AAB342B2 , 0xE101CAA0911226087C2D22D19B930F13 , 0xE2AB1ADA3300A495C8109F17D0BBD01C , 0xE33F9E5796054CC0BD3FF92E75717B98 , 0xE5D6ECEFFEDE3B178B1096A45753865C , 0xEB931A46593D1CA5BCABD2CFBBF9ECCC , 0xEF4B60AFA83BA41730D4123DACA12BD3 , 0xF046C7B490C6BDB342BCA4F23999C833 , 0xF101E78A7D366A7524DE6C2D04DA988B , 0xF21C0F289E66D25BBCCB5B4FCC67096B , 0xF2279CAFE23A1EC24B72DCE9C0EF4D20 , 0xF4D7415C56266320FBB0F30FE543E0BE , 0xF5221F696CC69438C17471717B2679EA , 0xF7C8662EC17CE0E2DBFEAA181C54D949 , 0xFB8A537921FA6E063D0E4307E6ED9F41 , 0xFBBB03CDBF98F570386E5274E19F9F89 , 0xFF0898FE080BC95902CF5540740C5FBB , 0xFF696067CC7392040E42C88EC91E1504 , 0xFFD18229EBE0104DC1734C6640BE9C28 , 0x0041FA5AEF73B275D9D2277EC811EF7A , 0x0047560C220B0298FC7874FB8043B8E2 , 0x005B5134762B9D02328668E98ADEE1A1 , 0x0073C3E8E794994C111BF1DD1F685250 , 0x00CEFFB83EC7C665B8F89DC46C19113F , 0x010535A5A743DD34C449F1F07A97F5FE , 0x0169DDCB577B764D6ACEC5CB9A01AF65 , 0x01A6B90C4124819798E6B8CCE4826865 , 0x01F012A163BF09F684E6A6847BDAFFF0 , 0x0201CC1465EC4C8029544C0D43BF1AC1 , 0x024EFD48144B535CB81A20ED047E2FA5 , 0x0281F17317942BE0DC6647D8E2FE1E44 , 0x02AF8402C69A5777F7A500FB65C1374E , 0x02B6D899EC7A11F271732808D65FA5D4 , 0x02B9A4D558EBA2EDFB587EEA3A5B2383 , 0x034ACB2E95CBED9E2E0D6DA2E70EAB7F , 0x03A2504620EFAB2D8F3ED25874683416 , 0x03CAF4A241E4EE85EA193F4F29538920 , 0x04255A844064AE1358124BF5AC221E40 , 0x0426A3DDBB328123448F9208F119A957 , 0x0437365127921686BB0D1CF75D330790 , 0x04521A1E8C2F9AD10EAF354297808952 , 0x04D84737532F709E2822FA956FC7B38D , 0x04F20A40180A0AB356536CCE0C27A4A0 , 0x051085038DBAB19FD556BB6B79A6E7F0 , 0x0552C34F8898DE39A600E30735BBDB7D , 0x0596CD50B2BA5200A4E6BF00458FFACD , 0x05D38B62341612920FC5FA7C833F28AA , 0x05D3AF3B64DB360BBB25B238F231AFB5 , 0x05EB9692EDF1C70CC602EA99402BAAC2 , 0x05EBA0CEF2284A5EFBB6DC80EB21F69B , 0x05FC258A7DD389FB1A5F64CD79A6FD8C , 0x064038ABCBB1186A9FA0B77E885AB97C , 0x0644538EB78302DF2539274125E42AE7 , 0x06A5DB9ACA879F7D6A8A2C0DF8B7A582 , 0x06AF1E7028DA5B86E43C411DC536ECAA , 0x06E5DA8C700B446AC15B3DA2E2392E09 , 0x06E8E09C96AB17FED6E5AC415B9350D2 , 0x06FE0E13FBD2FBB14904ACF4B50311AF , 0x077FA64E10A54E0D2F839A67B2A973E9 , 0x078422558026DA8C042A5926B414C769 , 0x079951C94C43028754B5CCE4C75ACE08 , 0x08138D119F13DDF08628009ACF169A3D , 0x0841400BDF53BA9D9F48F28B8F912955 , 0x0845F5E99E148A645E33161B54EDF211 , 0x0886D96007EFA7DB7EB9EA27F940E116 , 0x08CC0309879067184237919E773F287B , 0x091E6E15B0763257AF4BE9C964937C3C , 0x0920ACB03383B3932F87444415E8FEF0 , 0x0946751AAB4CD63BD0166965604812CF , 0x09DA5FD93E9EBF7EEB7EE01AD8F3DBF3 , 0x09DCF1CE1C8774A5BA90DBB59C454E41 , 0x0A015AA033BF34DBA4B2152B86F8E2CB , 0x0A0A15EFC988E477081F93827AED1ACE , 0x0A783F353C12D9E0CB4D9A0495943DE0 , 0x0A818B23D7750B6D3FBFECDA8E0DB999 , 0x0AC83E5FD729A0DCFFED0A63B1097544 , 0x0ACE362478A90969101BBC1EE3A5705E , 0x0B0D798E271747162929528DEC2EB4B1 , 0x0B9532B8E64A04DDAAE3D32EC5C049AE , 0x0B9E707C1EAB83207AB5C375562349CB , 0x0BB2AF6A4BA25FDD723AF2A9F52B1298 , 0x0BB54907BD40053ECBB220E726B30C95 , 0x0BB9BEED937F8D823F10745D59F43DC7 , 0x0BBA391B05A9CD763C0BD117E994ECA7 , 0x0BD19426C8D43B0A57408BF9C3228305 , 0x0BD6E4334F361F00C1868829AAF33D59 , 0x0BE8F2AFB9787A2D5FC188BD46589564 , 0x0C73C44D816242260F8828A57B2AABD3 , 0x0C76A39E8A2526D96372487438AFD0EC , 0x0C9CCBC191FFDBA1B13FD873D63F4164 , 0x0CA4FDF99C90903F4965B13F6D10ACB4 , 0x0E1374315ECD61EAAD6A68EA2EC1A5BB , 0x0E4A71E20811386F37A4D355D18ED419 , 0x0E9A524E5BDC0FA7C2804FDAE32A27D5 , 0x0EAA55FDBEA05EA62BCF694FFEC47B1D , 0x0EC94209F8260FC0E2890EAFD9EAFA6F , 0x0ED58B91CF5D9EFB99D28C51373CDC74 , 0x0EF14A44F0C9EC57E42469DE49FA5C69 , 0x0F1C65C30F01AA29DEB72EE23E29B270 , 0x0F2759A294B5FDBD2957C29D0A4EDFC8 , 0x0F76AB529A601DC54F469B90D04E6B9A , 0x0FB6DF030D82EC057C4BC1E0EB24A83E , 0x0FBD2435FDC5B1E84E5B1DA7AF99B936 , 0x0FE6FD084FBD744BA68D068E4E4DA7F1 , 0x100F6C9E548810E38685E72D46813BD4 , 0x101086CD0B624C0DD7840D95C9B4A173 , 0x103A76C02BD11C0B79F153F3F685688D , 0x1066630CE7B7806D7ABAAD1B5CB31509 , 0x107D8CED7E7207A66B623CE0A97D5B22 , 0x108590B0C2E38265D3635E6571D6E245 , 0x10A12372CC0CC19D53FFA4230FB9BD1B , 0x10E06DB8EF8DC89017C3D76DEA7B4CD8 , 0x10EA7215C0A10EA2844B56827304F929 , 0x11235ABFB83D268A2DE4606269C5326F , 0x1172DED30BB849C1A9DF8EB26440A249 , 0x1188CC0EB824FF30AF1E96EF577993A6 , 0x11DB9DC4C19A5466438E51AC5746A022 , 0x11EF7CBE53F010526B81BE0299C0D79E , 0x1206AAB2C8BF14CBC78E70B1614152FF , 0x120970A47BE04C9A1F45F4AEEB82FC2F , 0x120B50E8FFC089A312FD238E2AFE1B9E , 0x122433E23D956DA95D7271EBA30953A3 , 0x123FA58258984F112EFE599B72E85296 , 0x124F41AF7F481E9DC7DEE7A38C24F370 , 0x1256432900D5F46206545CEEEA4B6E39 , 0x127D4DE2A8D2089863CFD056217CB1D5 , 0x12C341347759BF19C5014580EA836205 , 0x1332652AD33C684F33F5BD6A8A0621FD , 0x138646D844226C7178678BBA06F141A4 , 0x13BE7526523AD7F1386A9F692ADA9D11 , 0x13ED7D31BEFBD0A84D97382812C6F70A , 0x141BBCBEA756D49B3A57875042E82F75 , 0x142C6F771E4B048333EF22CE54E22A3D , 0x14A10CC43B5DF4D45879C7C5E487DBA4 , 0x14B661CCED3C0862774FC917E7312CD8 , 0x14D3FC77887D63DD4BB79FDC97EAD37B , 0x150E74A4AFFEBD3EE4D874B9B5676699 , 0x163C42D782AC780949A78912A8DCD590 , 0x165E5082B0D10B1A4FD69D86CE81EA0C , 0x1672E4BE7B74B2F6FC4152854F85C857 , 0x167D823DBF91B55BA62C5E45625C77A7 , 0x16A52A26882264521C3B90677A51761C , 0x16B7F85A2204EA01EAFCA0D461CC75CD , 0x16BFE4DCEC8145D92EF1460F2CFEA02A , 0x16ED554D8497FC9452F156882EAF0131 , 0x173337D49AB6034E81349437CDC62B87 , 0x1737A7C8D96D404C2F7011C2FBF69FA3 , 0x174D0FA954826A4DA7034E13B1A2244C , 0x175640122E4CD676385958FD45C6D360 , 0x175FE8E16049F1231CAD595127E1D421 , 0x1785902F9F549BE4CC91F512AD1087FE , 0x17BD151CD349A0576D6900BE9232FDD4 , 0x17D1B852085AE799B202E7B0B2EEFAD8 , 0x181462572394A5E6026A716BE81DD261 , 0x182D6FD534A21F1041EC7B2C1C9BEC34 , 0x183C767F58A68B55A74D604656C4E788 , 0x18655975ED71BDEE6760D339C33BFDF7 , 0x186E0C96F0EC640F3A47A26E57B65881 , 0x1909ABD42EB0366E3EB0E403630B404A , 0x190FB6ECA1E4FF51AB3013D9452C99C9 , 0x191A0BF24EFFE5785ED78248DD9B01BB , 0x19292393801F9EC1EE8EF8553DD045DE , 0x1959BA37B165F9494D9D2AE36235DB6C , 0x196DCB7C8E6E489429263C66592FC406 , 0x19730800D3F82364C496B017EC0C75FF , 0x19761CB5B11858133DE265B7F12C6328 , 0x19785FCB9AC875261C36A6F63FC575C2 , 0x19853DA807616EE61787E9F341616C7D , 0x19AAE38095BDFE822408F8E563E5709B , 0x19BE590B6533553DFF82E7EB8328FD25 , 0x19CC37B5A356FA3ACA280181FE802CEE , 0x19CFD0B1F2196EBDA845850296C28FD0 , 0x19DE09B9D969DEC898456FAAAE9303AA , 0x1A0E6CBE64900D8AB00C6A8E4E015E82 , 0x1A304842E62B33FC330F6A6A78B49C63 , 0x1A5A33389316EA5CE2663EE18BDD7C2D , 0x1A83F2B550BBDC0D68BE3BFC5A41076D , 0x1A9242CB0561DA2DF833C9E03CD493AE , 0x1A9675068D911ED7ED56BF45823C7F72 , 0x1A9826B556BA259DEF050E20F4DC620A , 0x1A9A110474094E434B277D7508370450 , 0x1AB03BEB357059F779C204FD9F8617D7 , 0x1AC25B5B78247A411198D2A59DACAF19 , 0x1B097A8DA8F90C4740264107B95ACBAE , 0x1B12194834204AF4FC09B51458EB3631 , 0x1B4C09D6D83DD38422770320684BB9DC , 0x1B7CA6F88E4CAA484F8677BC0EC7CA5E , 0x1B844C3744F6BC942E560809932D5251 , 0x1B8DB9173EF1FF7B3D50031D5AE16F23 , 0x1BA2AE57774F17AEF24A42D9CC7AEC6C , 0x1BA69501A7F668C7F8C9892504E57FA9 , 0x1C1F6A13A3D334E780083E00BAD7B420 , 0x1C31489D273E8019A65405EB9525A1E2 , 0x1C66E78036D1E1B67ACC472FF5B7C792 , 0x1C6A85E6F628030A0557E98BFA5AEABA , 0x1C79D1527FF7D0C2DC9BE474846EC77A , 0x1C822F15128102EFE7D5B084094D9956 , 0x1C85D3E5C3881E246C51FF932322273E , 0x1CA0E7128A6D8F78C25E01163835FE8C , 0x1CBB8C47876C4DC475087BF8AB8A119B , 0x1CD5FEC0FBE3ED65D8F6D835C08C33FC , 0x1D2FCEB9F9123277B72ED6D9ED47F056 , 0x1D37008542B20C60D09FA1FC9C960626 , 0x1D63E1D2C482C93FE0F8EBBB894BBC05 , 0x1D7E68CB5AA82D9D12C673E01906C73D , 0x1D9592D1EE628527EF0F11F86D5B1A49 , 0x1DD16442AFF00C780F0AC5FADC788305 , 0x1DD682EED6682EE139EA45ACFCF7FE9A , 0x1E60CC502A0CDF54CD450456D87AB085 , 0x1E75DB31A1A72FABE23445E7438BFBBE , 0x1E9223BB54E7A708DF362F5CA9F2A21C , 0x1E953BCC0C1F9BDF3D08360B05831470 , 0x1EB60B22BEE5307DBEC1D7AF32E97F88 , 0x1EBEF7A13E9EDD76E34F0E6C65D5FD77 , 0x1EC8B4068C53C7C50984473E7BC310ED , 0x1EC9C35AD1A547ABE654A32E56660CC3 , 0x1ED264CC59C068CBEB5CC771F78A822F , 0x1EF305B5D227369B75CE79B7CE52EE79 , 0x1EF50BC4DAB1359F950265A4FFD749CC , 0x1F1CF1EF3BE25451657FF8C71A0ACDFF , 0x1F4466D6D5B70B34D0DE623F5FC9C594 , 0x1F65DBE6B12023121D33070E68568BC9 , 0x1FC470D2A01766FF666E83086AD7EC6F , 0x20430D60A742709A54FD85823D13A82E , 0x206BE492B55F2969F68E74BC1B1BE4CE , 0x211F6E5544E9256B58025DBD1451C20E , 0x2131498CDF17E777C615013412B0313C , 0x216F93BDD931A5603E08272F0629BDF2 , 0x218FBCE432F29EF13293AEEEED174BB9 , 0x21F56823C6E25A1BC8EAEA6F4DD1A8D8 , 0x22049136987D81FF36E35697E604541C , 0x228710407421163EDA0863BFE6B5DA4D , 0x22A24DD0D55F2C1A8F68279C1E38061F , 0x22B2F70A0630F16809C0FF990F583608 , 0x22D6D3E05E8B7C1CABD7ACB597B46F28 , 0x22E3180120FF215DE6CD3FB3FC87FA09 , 0x230D0289D88042E1148969DB1ECCFE7C , 0x2319D0A559FA379D071C78DCC82312B8 , 0x23F226A3F6FCDCED5B8710B02B337B92 , 0x240C574BCDFF1DD7FD2C98DAF07EEE13 , 0x240D8DFD0C398EF5201FB1EBB714E5CF , 0x242F6D600E4B365A8D5B9E01ACE0B28F , 0x249DC28E78B1529B55164B749B79A4F1 , 0x24A3B3DC467D909C2ED30A80D752E62A , 0x24F30A22C7A4103CBD73D22441C1D268 , 0x25233F746CB82D4EF8BBF1C77121BD56 , 0x253CC0067519CB7650423D8050F73F59 , 0x255EA8A73E6243081DBC22A760659F76 , 0x2568CD9B58B700C9A4F76262071EC794 , 0x25A9D495160D1C166F994E11A111D38E , 0x25CFCE281C56C1E70F79FBBA1ED89AD3 , 0x25E4E93C59F238A892CA450E8D763353 , 0x25FE23644B59A3C406B08392D533760E , 0x260C3D061B7C965D92C20E85C501717C , 0x263D329CDB3912D7816222C0DC32317E , 0x2671ACB438AA3FA1C30F2C48A60FF2C0 , 0x26A1893FA700ADFE20874BA9201F2D51 , 0x26DD0D0B36EE46C81E8420D66107CA1D , 0x270434549DDC66C2BCCEFD3F4C7A511A , 0x27593DCE059665EF405478B3593907AE , 0x275AC441148034363CA5E526F17B28FF , 0x27888A732078313B7CAAE8FCB7962F14 , 0x27CDAB6ED473C1AEAA0AD13150A38AD6 , 0x281A6885E4D8465BBC1263EE23194FD6 , 0x2873B90B24DF05ED92D56A73130E50B4 , 0x28B9263F0B56C9751492EE38EE772812 , 0x293342FBBBF7C84DDB6EA5AABC04A48A , 0x29392B6233638384EF0E5ED85E6E2BAA , 0x29B5D5866CB5A5CEE2C749643EF635DE , 0x29FD615EBCD289F328473719DE571955 , 0x29FEFC901379652EC82A80DE62F18FB1 , 0x2A048BA5EC926799C8737607A40F014C , 0x2A099E55CD629B70DDD3E3EF0B5858C5 , 0x2A46BE567153BE429666AE7089231A1B , 0x2A5898D42DAF1CDDF8E823F97657C591 , 0x2A5FD9C40135CCED59A0A15C8CCE962C , 0x2B07EE0E0A7AF4FE35FF1921341997E9 , 0x2B251118DAE15BEF69852F2774692A7A , 0x2B43ECE23D0EA8BBA50052EC24B3FB75 , 0x2B77C75A8F35153778EF1E000A3EAA9D , 0x2BCD0F576E3EF63A2FFC2247D4CC034F , 0x2BE7496EDB2980FBBDAA292BC67350C5 , 0x2C08C366781B93C8279C353155B647D8 , 0x2C5BB2B7E7682521D9348F1935FAF10F , 0x2CDE0AB4E4ED6BBDAA9B06E506BD4AF7 , 0x2D331421827726FBE97D5138423F92ED , 0x2D67C9B2D69F124E1E1503F28F9470DB , 0x2D7C42D4F22E4F9F69310D9F05C8E6F3 , 0x2D8445F4C13C60DDC93CBE34219BE80F , 0x2DDFF421D00F4E2E7D0D86033399478E , 0x2DEB6FDA59FCF54D0829AFEE73F7C637 , 0x2DF2D61A7F7F1466C209E614AA0144DC , 0x2E0C14866E8ACAB9C508AB134458F034 , 0x2E6C788D1B105D1F63F94C6ED4A91494 , 0x2ECC1992DF9AB8AFE25E710A8DEC06A8 , 0x2ED3E453D894F66C757788D75887692D , 0x2EED227C7A812B83380702D5D090125E , 0x2F12DC9B77046D29CA725FA45D7CEAE4 , 0x2F4D0D706B7FD32615BFD1762C0966A6 , 0x2F6A41B980B64F1B64C772EA73514A71 , 0x2F88A32F1F4358953B87FBE6F4A5C5E0 , 0x2F9812F47F83086579A937E5FF1D68F9 , 0x2F9E5BD97246AE8D95398E75A16B5A4C , 0x2FFD86E397C1468432D11D4E8D7A8E95 , 0x300D5FF981AEDDC80A7BE51E0B195B0C , 0x3090755AFF8D9537A447390052990BB4 , 0x30B4A71FBF3A28E4ED4033F76F02408E , 0x30C28C97D04EEDF852B445FE94B57200 , 0x30F7C311AF4341786A8E7FA144D4A994 , 0x315069776F37A88D9179EA59E39E2193 , 0x321A3CC3DABF869E1B0699B8531EB2C2 , 0x32A29D497B871ED2D5506A9D5E4C627B , 0x32CD808DBBC1201F01970D806B0F7819 , 0x32F01F0023EFD11E71C493B71B00354D , 0x3305A01749952E89743A873AF4F8D624 , 0x331039FDF75528FD16537C83414B1621 , 0x333E38E9E0E2FCEDB9ECC01597C1B57F , 0x3373A3008D8E436F06633CF62A79167D , 0x337E7D9110C04FBF20E61AE34238200E , 0x33861E9678A8EC77706C73849C6052C8 , 0x33A7ACBFF6EFEDCD10B7EA11A488DBCB , 0x33BC3F5C175DFFF508CC67F1A6C3B847 , 0x33CEB35C4B1B587FAAB75B8EC01C5DB4 , 0x33E3A47C4AC60AD6436FD6A57247276E , 0x33E715F02969823971D3957BDEFEA3A0 , 0x345E44274D9A2F5BB08BB60F6DA376A4 , 0x34B9D218D33A71D414EC068A404023C6 , 0x35200C8A63377C201CC2AC4ED11947CA , 0x353AA7DC34B72927DD68B86F6D7E16A4 , 0x35898A714FF056F35E180AD7864AD492 , 0x35A518931372310400CB53024C4C75F3 , 0x35FA30CAEC7AC5153FD4FB3CCC4D9CB3 , 0x36252F70143DD93A5EC9488573648F47 , 0x3656FE0198C2339F11EBEFF3AC2E1BFC , 0x36965517C3097BEADFE678BAF80D4BBE , 0x36996A5B4D120D04AEF1AE97F247FE4C , 0x36D2CF99EA4BEE746EAF9AB6A3E1E96E , 0x3726F5A429CA3F4FF2072CDF5C1ED761 , 0x373225D6BEC8D8D3143997FA303C78A3 , 0x3745F70B6C2E2A63EC28EF7585BD2A86 , 0x377AB4590092D5B8B19B6D86AA38E473 , 0x37F92ED268BE49FD3631E35AE7BD585D , 0x38096B6324B69F10DE04877E1324AC80 , 0x387EC2F2B074107A3A8404B164463AE0 , 0x38806465021ECF49F580F1CDADA39671 , 0x3893154B3CA5AD43B95B197E68553D10 , 0x38ADCE5271ED7E6B885DDC7CED781C21 , 0x38DFE509412E3D14BFB2834BE36A1858 , 0x38FA164EADEB9A549F3741C5C21673DE , 0x393B9CFB5ECFF0E5E2F6D0716680B0A4 , 0x393C8E112405D84BAF1A52A160F8FF84 , 0x396D7AD7EFA75B356A7600B23CEED41E , 0x398F27BCFB03D0B3E8CA26E1699427C9 , 0x39C28D7B88BC77E059C9A34FE7CBF4E6 , 0x3A33D948F9B3972BCAF799E9CEBFF8A7 , 0x3A4C3BDF1335B9EDBA6B720EC545ABCF , 0x3AE0197767F4192D3895C597E1317432 , 0x3B22370A3C8B493492218FA0221EC05A , 0x3B413E71FF0AE9BC496AD391B1B01C49 , 0x3B51C2EBE0D184CE8AB59F4C5555DC27 , 0x3B6484DA481C3DD370E45905C8498102 , 0x3B6B613BAE82435C6C21C52D935F9BC3 , 0x3B6C49870F0A46B8C7F113D0D71BB093 , 0x3B7B0E9928845972E597EC114D03D626 , 0x3B95DDE993776FE4070F41817F0E80F0 , 0x3BA0EE4B7D46B83D02702E1CBBF780C4 , 0x3BABF3CE67A5455CC42CCC27F8C43E7E , 0x3BB84FB6B46BDCB19BF6EA9FD00C2B0E , 0x3BD8E577C13D7CEEA2F65E0B2BA77726 , 0x3BE129EC40B655C21A016C9E6DFF28DD , 0x3BE434D4EFBAD4A6913840039D19899D , 0x3C6430A5FF4F6FD4906FA8FB8F9CD811 , 0x3C977234FACDB21122D58A38EDDD9C36 , 0x3CC402B2003E5BF31F251556F9667D56 , 0x3CCA05D3D89040C1C1CF733B2C3455C3 , 0x3D20B9BA5F00951FE0BCB2E19B4E4316 , 0x3D453F75F727A29CA2C153ED117E4421 , 0x3D4597442C064678D01D3AE335FC7AB8 , 0x3D4B950DD796CEF2818FAEBDE78C4312 , 0x3DF8560AD4F4F7B3BBE9D947E0BAF22D , 0x3E7BCC07A323C1407D997E22D250B1ED , 0x3E8919658434718844ACAC607ACAD35C , 0x3EC373E2DB39E838892FAF1AAEF3F704 , 0x3ED9627ED7A8786591E443AEFD9C7C5B , 0x3EEE63270D38F571035ABB515AE2AC04 , 0x3EFE972BA8B741E1F0D8191BD3573010 , 0x3F1301D009910E8DA464E7133C53656F , 0x3F518FF30DA291114ADE67BFBE2DDD7A , 0x3F676E9CF49AB57F566560D08382D4E2 , 0x3F804EA243DE0AE93A33F06A7630679A , 0x3F9451A48F90D556DFC6F3ED022DBB3F , 0x3F9B0F3C529A82B3E25A5E280D789A2B , 0x3FC5848CAFDF5A4CBF5B22E3A4447B7E , 0x3FF9205F26FF0191BB22B6796041FABB , 0x4007DF316D8FBA2F7B8FC41C29EEE248 , 0x4059D920E4D52FB96FF66DC60033107A , 0x409D9457743F950A66A93688979A76D5 , 0x40A003709129376F7E0D767A8802242B , 0x40A2E4843CC76BC3EA154612608EA1C1 , 0x40E64B19FF79EA7782C57129BAD76A3C , 0x411CD1970B3923227B60380CC8A516C6 , 0x41277259AE6B105205C8E115D9E89F06 , 0x41387BF6875542F1C46D255D9AB1D653 , 0x415286F5A6B998CC13D8CE73D5E8FE82 , 0x415675DCB3B473AE82CC6AC0551CED04 , 0x41621FF7A31DF239273D805B4927A164 , 0x41729676FD283240DC2DCDD46C890BAD , 0x417860E16B95346356E024D00A310AD6 , 0x417B61757DDC7ED7B0A420FF9C004E82 , 0x41856A84C49EE2A11D910F97CA5CBB76 , 0x4186FE014C3B189DCB68E7ABBE5CAC01 , 0x41960839EA8EBFFCA419EABF029BACB4 , 0x41D5CB44D61FD4B9BB634442E32F1F6D , 0x423DE9346A85434C903565D034612FF7 , 0x4261D6EEFE1CF55B7498388FCB69F177 , 0x42783D021C72AA35C83CA2413BCA1F21 , 0x427A098CA5C0500A9544D44FED64750E , 0x4298A399A257973F6064BF9E7B619C35 , 0x42B3444479AAD75C44E281475778DBF7 , 0x42CEDB37A0CE109516224D7A298BB702 , 0x42ECACEDF0C7BBA7B8D155BD52AF4162 , 0x433647FD2AE56CB3502D156592C891B3 , 0x433A4F3B0646C9DEBEF080F452306C32 , 0x438181EA5FF5C0774CC8E57AF5F82996 , 0x43CAF126CB4D7CB5EC067076CEC1FB6A , 0x43CB99A782373888ECBE4C4686862E8A , 0x43E7D5B59C96BE8112453481F2C8ED0B , 0x43F3EC52274CAE0A81E2476D3C18B9A1 , 0x4496640029D9CB966E24909653750BC1 , 0x44B113D1A2E8134FD6D9064D166A105E , 0x44E93525CE9C38219B9FFA64819E3333 , 0x45396A504CBB6FC843D222E3FCDE7472 , 0x45457244355343B20BE1A1B193544AD1 , 0x45486762D6BACE9F485B5BE20F50A63E , 0x4555E6D678F21D85616F4F4DBFBD7E28 , 0x4559960E0F50F2C73C8917214146276C , 0x45A6A30A4B1DA3F7CC425C7046774F35 , 0x45CBB3427B7EFCC183B5D869839961CE , 0x45DB60B5AD8D89590DB768FC8CF7A783 , 0x45E0F36EEBEC128B6D57D5860000968B , 0x4605FD1C0ADB16F7F5C761A9CAA84AC6 , 0x46605766A952FFDC40C04D2FADCDF7FB , 0x468448F4E7C1E91A881CAF2B38AA94C7 , 0x46A6D92D40D982CDBC27E8F83529B299 , 0x474A04DBCF824DADD5683934FDA41180 , 0x475FAA9A4118D80BB59783F0C7348811 , 0x47CBA232328B128852A9DEBF0DCBF1C4 , 0x47EA730925CC71D4EBC4CE4570380E86 , 0x481A0AA9854DF066B9EA5F786264E159 , 0x4858559433F677B11A59C6B0B191F8AD , 0x4875EEBB52CF2A1968022F8511CF9F8D , 0x4917611E3BABFAB9E259D0F46930CBFB , 0x49410A96C81171C8BBBE2A3261EE2A02 , 0x494E88C8F8F344D7537C51DE6CD16533 , 0x49652A5CEE7B4B123780709AA6E56C9C , 0x497FD98AABF0D4603476022FBBB26763 , 0x49B75FA5816A74A0BBEB69885C72D112 , 0x49F7B95715B3022EF85D993D530CA6B9 , 0x4A0AE675C13B9FD82483022201A5BA18 , 0x4A71CCC2F861E7178A47DD0A68F0F64C , 0x4A956BF453728936B8E6C91C23B8BFF0 , 0x4AB16FAD345DAB9816AB54921F4C68B0 , 0x4ACF7C6D77BFE5784BE12756AF71A1F6 , 0x4B219750B864A354D17FE691C7FB7EDA , 0x4B3209B2A08AB928E7D21BD6C984C843 , 0x4B71AD7D01028B2D4BDC5B1692B6B700 , 0x4BB34F134A9610FC53DC170EEE190E46 , 0x4BC58FF5F06097D7F1A779284A688C31 , 0x4BC9A7CB31EDC62879A53A0E19110C26 , 0x4BCC4A72BED7384EFDDAA985AD005958 , 0x4BEE46E2422A66B754B6A4B2B8614020 , 0x4C188D451709BDA2E23C43757917FC40 , 0x4C2D1D387C6164E4D02E770C966DA587 , 0x4C3980D16DF913BD6193344E8DCF536A , 0x4C57BEC6A7BD8F67154C689918CFE69D , 0x4C63158F656E20DF1B16A82560EA6698 , 0x4C7A8761900B62443D4BBA47F9B141EE , 0x4C95A7ADF5D8DDDB30F27116D540A156 , 0x4CA55F78E0B8CB6DBD99B86BC91EACC6 , 0x4CE717F726697AC374E8FE397734478B , 0x4CEEB1F1258857B4CE92558FA0B3F1CD , 0x4CFE177E0F4C3AD611C0544B93F01F33 , 0x4D3B76EAB1A90DF534FA026E85FE47E5 , 0x4D44870ACE3E2C3B6840F154154B8FA4 , 0x4D563078420085D37F4637A84FA0A13A , 0x4D78B6DF6F48ADFDEA1E3A744625CF8B , 0x4DAA4CA4883C7CFA341A47470FF93F5D , 0x4DAF98AAB9226AC85D0F3FD8D76A2E20 , 0x4E2E06377F55649E6C978DAA593A8753 , 0x4E4BFA906EFD00776EB5E4FE3B33A532 , 0x4E4C62AE16110B90C423EA6E10FACF84 , 0x4E5B05F15632A8264A8F65F60E98863F , 0x4E7CB08B0ED08E81FB76F733050BA7E1 , 0x4ED7B5CA78C7BA31B0BA2F72D138C92C , 0x4EED0B23DD98408B283FA3DF19445A54 , 0x4EF5579CE77921B615BCEC8D7A6AA426 , 0x4F07DC0AE3CBFCF0660920901354A0D3 , 0x4F1181B9A11B96B543DEECF652B345DA , 0x4F4FAAFD6338F55E97D954C446DCC671 , 0x4F618D8CF73CAF89CF380BF644185F8C , 0x4F7CD8D6059DB2F00AB5A68C38337000 , 0x4F82E45154A9AA6EA3703FE85E6C52B6 , 0x4FAE76B88C403B74B4CD77A5AB86C473 , 0x4FC8E6BA56DD4BA5373F54D30D343BBD , 0x4FE4AB27B167BAD8A55F696FB47EFE31 , 0x500610C46AD45E8829B5DFE1154DDEAF , 0x508E70CFB30E0F571EE7A16CF8C05A10 , 0x50AF1768AB3E9EEFA77B6D7CFDE562A8 , 0x50DE157672F4A43A4803FA9A8877C548 , 0x50F919BE5C8B3A90BE1EF9E4B132129C , 0x510E6FD4AFC4B3028ACA4B59F2F7F19F , 0x5119282ECE259EDCD70A190EE25F3F41 , 0x51204D27BEDF56A55E7B3D39E7E46E30 , 0x51363D2113676267F3A7A12D2F70FC91 , 0x513D539725F30225E58CC974BB4DFF13 , 0x515D6387C983774A11B56F83DC2B409C , 0x516145FCB69D2CA83591D093B31A8B46 , 0x516331DF090E7AF2FE2571B22CF29E52 , 0x516ABF956581A35F08BB14B6163C2DE0 , 0x52094E00CC65B24902407D66C92B59A3 , 0x5230739413B356C432C8D9904DEBF188 , 0x5244D48AF8213FCDB6843B524ADCB7C3 , 0x525288E4FE53F62AC281F9C96603FC89 , 0x52585AE8DDCD270791E45B81B759920A , 0x52751325D06FB84D7A632E49826908C5 , 0x527CBFC065DBAA96BF8A3D02AC5186F9 , 0x528BB4732713FBC7A0E430F8C195D486 , 0x5291C67055F95B746FB42E4CE09FB9CF , 0x52CFCD2E243EC2596231C384800EA765 , 0x52D0C1D8D5C610C90D5BF5CEE4F7E0CE , 0x5335DE9BB29278244EBCF270E0D422F1 , 0x536A703F99E7C336E88E078264953EDF , 0x5370A8498B77582D47FCB8EF05952225 , 0x5381EA15B79DC778B9FB6935182A9244 , 0x53C56427751F1E591248492B953846FB , 0x53C8E102F2A081127F6280B970EF22E8 , 0x53EB2FA4C97ECDC7F08E30BAAE78B7F7 , 0x53EBF2CDC1146495C35085B30D117A10 , 0x540592E37722A3DBB88DF31BA1D9D542 , 0x5414862ACC50C528696D7F52003A6DAD , 0x5456BAD2218C461BE963E47787F1E751 , 0x5459FD2E67C77623AFACB730BA8F57E2 , 0x548CCFF28814C568F4D4A5A6292C2350 , 0x54BB7C79C42105CF5709D66317EF18E4 , 0x54C1462FB1C968A80EB7DBB9C72F344C , 0x54C9141466240689391C643D0B21C764 , 0x54CD9E19293477FFCC81294449A06918 , 0x54DAAA77C1EDF4764A2AE18758BE705E , 0x550BFA276D517152DC019A482382F7A5 , 0x5519BC98C75E6FCCC63B26FD8E844BEC , 0x552303D8D83DBDE191B65BFCADFD6765 , 0x553C2B3F1BF58FE953C3CC76B305798D , 0x5541B52F99D08F46FD5E3E8D1976A377 , 0x55454FFDB6529E58E22366D1C53743BD , 0x5555B379C4E036C1EE57F6BDB2D112EE , 0x5556AE619B330CC0F44F46EAA1F57BBC , 0x5589495611A1C5210184FEAAFAE30278 , 0x55B1BE0FD44886D7C2550A9B880BC944 , 0x55ED4D200588B44991C322D24CF56B11 , 0x55F33D6CBFCC2F46BEB5A703980E4D1C , 0x5617CD3202D77E3D5D489FC1DC17D9BA , 0x563CFC16B6324289889856BD666E45E2 , 0x56479751B740283D3DA08372F83BE570 , 0x565B7E8D32165474EECD6AE9A08669F4 , 0x5684D760557F4DECA33C673F9D36B2F3 , 0x56BB6625AC180E8BD378C762395E73DA , 0x56CA9D49A8108DE5E40411B33A298F07 , 0x573EB7DBF174027F29B4930738C9A83C , 0x575003365A03FB06908EA724188F724F , 0x576BD3420A9224144CB72859329AF1BA , 0x5780731290192AA684AFE8F5D89288B4 , 0x57918055C052C4AB78D5A15D11822C6B , 0x57B79F6C7300CF480DCE12F566C2C446 , 0x583142DF66D8FB15320D8D8DCD04E679 , 0x5846F32B20E342B87310BF39286CF722 , 0x58762A4260682E11BF6C44B016C50ED0 , 0x58F11A4105143F521AD30C00536E1A88 , 0x5932974F898A5F406AEF29C08202D293 , 0x595B5589CF5718A176B9EA9EE29CFBC6 , 0x597E7318D260BD2EC7F6D63FE21CB705 , 0x59BF07674255900F057EFE2651DD3470 , 0x59BFCEAEA2DA636532405192271092B8 , 0x59D1329752F8978573CF3FD4F8C88128 , 0x5A00A85C04A48E2C96061DE4391212B9 , 0x5A908E9EE770D8BF823A68CA0718F602 );
Copy
42
12.66 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `file_hash` as `property_group_option.media.fileHash` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ZÁH\x05 낼-úÝîÕÞ#\x0F "
b"ZÆj[üÌšé*o—\x04 ‡ç\x1E "
b"ZÇ\t v\x08 ŒK…:!LÑ\x19 ìÍ\x19 "
b"ZËÄÂ’}» §\x1A ¿9G=‡N "
b"ZÐ^ Å þì\v Ãב&"#\x19 "
b"Zêt-´¥É"È÷ñ>ˆ\v I "
b"[f«4)X\f i޵r\x02 Ço›ž "
b"[‚ÊÅ}Dç \r VºÃ\x0F êY "
b"[\f ;\x7F ,\x16 }èa1â0ò "
b"[ĸÀ\x1A sð`‡Ï¤õŒ°¼³ "
b"\\x18 ÿSäš³A‰´¬ù\x06 Sœ4 "
b"\2–†\f 9¼ Õ\x05 Sz2ˆm— "
b"\‚\x19 o9c!¬¸ªÐ\x14 <Pq\x13 "
b"\Ôõ]—ž,=î(k\x17 wý\x07 "
b"\Ú‡‰×~Á8Ràø•hþ(Æ "
b"]AÛëyvõ?n\x1C e²Ô=ûU "
b"]Hæk\x1F\x12 ºO\x07 £ý±åë+ "
b"]yf«Ðð-£H³\x05 ‹Ð$Ö "
b"]Zñ¨ä;ÎMÜ\x17 õ‹,\x17 ’ "
b"]ÍÔ1΋ªÚ·\x7F\x1D —B<\x1E "
b"]ë/<\x07 ‹î^\x19 ç½=¨ŽÒ\x08 "
b"^\x04\x13 tx¿êòDÒ2ÿ§\x00 g’ "
b"^Ph-\x00 uY»ê\x13 ’\f à\x11 Ñ# "
b"^±\x1F &àÛÎì\x03 Ëaaþd "
b"""
^ÓÛ\x1D '‹\n
¼VQý¨íBœ
"""
b"^õË0ç\Ð,\5%Æ\x02 ‘\x00 "
b"^ú\x04\x0F —gÅË™\x1F |”kmr“ "
b"_\x13 `ÉOæBŒé’ˆ¦\x08 ç;\ "
b"_\x1A Ü <=¢´wÒIœ7éâ "
b"_4k²4›Yjã@®Ž\x02 3Ï© "
b"__ßpºË´fº}VcG7\x05 "
b"_£k\x1D ½ŠI7åIEÔ›Óô\x03 "
b"""
_½Z³¦<o]a\n
\n
\x1A nô
"""
b"_épNé)X"Þ\x06 –û=ï˜ "
b"`\x06 áói\x1F ßèV„ó‚³\x15 ›Á "
b"`\x1A ö‚Àùþé\x1E Ø›o¼Y?å "
b"`bn-\x19 ç6N˜Ð\r "˜Á3Ï "
b"a+CeÁ“•ÏøDä\x02 Љ€™ "
b"aŽáÈÉBqŸñ\t š§ÕáD½ "
b"aÕ¼÷šõÎ@ýX<ޤHk "
b"að3ön#8§‚¤È«“Žã "
b"b\x1C ùEp\x06 ̤\x7F -óö¶\x1E íú "
b"b=7ùc/ªÙ×3Œj\x18 pÝW "
b"""
b}‚Y±(ŽL`A\x1A ?Y\n
ÿ
"""
b"b²Í}f\x19 ]üÒk/\x04 ðl\x02 z "
b"bÔ²\x1D Ž\x08 G§\x0F Chò…\x00\x15 Â "
b"c\x02 C´=\‚JJ¥ô0Ãæ„Þ "
b"""
c\x11 \n
î'…©Žánin\x05 “1v
"""
b"ca\x0F âWrýíCм7~o‹r "
b"ciçe£BaÓã\x10 r“Ä~’ "
b"c‹HE1ï±RpX'‹÷'‰ "
b"c“™÷Ev0¶\f\x14 Ø\x08 $¤ÈQ "
b"cW¾~\t +™¹k;.»°©Î "
b"c®ÑŒØÕ7PÖÚ(SS» "
b"cå¹\e å\x1F r&T>\x0E $ÉBÇ( "
b"d\x0E ¸—ÿ“´\f |2ÞÈ\x0E $2ø "
b"""
doA'sÐ\x08\x17 $\x12 w\e êK\n
a
"""
b"dz\x13 }\x1A ëBl?|D3 þE‡ "
b"d\x7F 6š±}“hVò{cua² "
b"d抵d5« G–9’ãÂÐ\x1C "
b"e$à:\x00 ²sÇva@û\x16 ÝH` "
b"es\x13 ñ\x00\x0E ä…ÎZ»³±áXy "
b"e¿\e\x02 °0 «‚IqæÄàR\x14 "
b"eÁ›-~HÊ äñ’‘/Ä-| "
b"f\x02 =~l®&O\x1E WtÞh\x01 "
b"""
f\n
ÊÂÔS‹;AúÍ\1AÎb
"""
b"f'-’¦Bí‡(õ\x10 ³»PKW "
b"fO¨\x13 JCèú;š¼¡ìÙ( "
b"""
fR_\n
\v xΧú{uðŽØO
"""
b"f^ãc(Ÿ£:‡\x18 ñÔÕ ™\e "
b"fiHaí»‹\x11 lL-CäP’m "
b"flÏ„õº?¬gõ×Êу\x10\x16 "
b"f¡EÀ=àNÝåL\x11\x14 ¯¥\e Ñ "
b"fèA:¸ª\x11 ^ÿˆÖ\x19 ke¦^ "
b"fñ½`§q_¼r@\x08 ³Îúu "
b"g#Řâ8\x1F þ\x1D ó¯ë„[ñ| "
b"g=‹Šsí\x02\f æÑAy&Ò« "
b"guºû³—™ZÈçÆ¢>\x7F º[ "
b"gÒòÔ\x01 öcîKº=ïë "
b"gõ$LæAºûËR“;\x08 DH0 "
b"h\x04 üƒø#ºMªå\t '\x1E ÿc\x08 "
b"hkΖsÑÑz¡ø/\¡ó‡ÿ "
b"hˆ9!ÛŽ\f MÎ\x1A *L¦b÷; "
b"hÞ{\x1F þ\x10 ‚-\x02 ›¨Ng2ç6 "
b"hô\x1F Ý\x19 ö\x10 ÆO~“|9ùxg "
b"i\x04 Vm—“·B<\x11 6hDAÎ\x02 "
b"""
id\n
\x1E Ó\x1A Øa[ÏþQ~´F
"""
b"igI¾R¸³S¢;l?-Pà "
b"jsd½“©2Gge!96\x18 ¨Ñ "
b"j„’ÿü„2+b/å¹mê’l "
b"jî%U3®àýƒM9\x17 Òe¹z "
b"k\x00 `5tUÓ«ðJ öœ\x19 º“ "
b"k\x08 ó\r pK<‚~Ã\x1C ˆz\x11 ¸¿ "
b"k#.¼\x01 ²à¹h…\t\x04 ;qü "
b"k\x7F i\x10\x06 ÜãMA%¦0¢Åk "
b"k¦NYG¿n‡iy1ÿ\x7F ëß2 "
b"lVLwßJæ1ì?lO\x10 šìo "
b"lb\x7F °»0.›\x13 n4«6Í\r 9 "
b"l¨êÏÐ%\x04 ÌOâú\x00 †:ª "
b"lÆ%,+ìÆÆ™šdŠg‡gÍ "
b"m\x1C ŽŽ\x1F e~øÉ°»Íòrkr "
b"m Õ~P+yø\t\x03 „\f\v õå "
b"m6’'•˜Ú\x06 ÿÂÜ\x1E 5Ûv™ "
b"msã¥Ð9ÙÍ@t×÷ëÃC´ "
b"m\x7F x\x1D ¥ò\x19 B…–è(F\x0F "
b"mëÔ©éÍe<\x00 èìä\x00 ò1x "
b"mü•mÌp¯ŽCQ¯5¹Ã "
b"n\t O¼oi\r ó“TA„=#±; "
b"n*}O1U\A¹â\x12 κØ\x16 "
b"nc\x1A ÃoK¯)Ï@¢Ô°ô¿3 "
b"nk“ÖÕU®Ì[ÕAVY/EÝ "
b"nãJDâ<b\f\x00 Sa¢*ö/‡ "
b"o\x08 ¿Å˜!ÕtÆ«Žt¦ÛA "
b"o'þ\x17\x05 ²©¿V2·Ÿ\t =Hº "
b"ou«*1Æ)k\x1A @(¯PÈm¼ "
b"o‘*‰—ÛÎ\x02\x10\x17 ±_K\x17\x03\x00 "
b"oæh'p\x1D ±A’u%†ÿ§\v Å "
b"po\r ±¦èðÇjÉÜ\x07 )´ÔŠ "
b"pƒ"vDMÂé\x08 Kñ…–‚Þ "
b"""
p—{ \x1A\x10 \n
‰³gõ~ã$´•
"""
b"p¥J"y\x15 ´Nc\x03 tÁ™Ï½! "
b"p½ÜÛÕ`ÖY\x19 ®zÆk— "
b"pâ\x10 J‡¶@ôÆXi%XAŒA "
b"qKt\x05 ê\x07 ,G\x14 ûXêi`Í "
b"""
qk\x0E ¯0°\x08 ã<<½Öàx\n
m
"""
b"qsËùr²_¦«Éxˆ«Õ+\x11 "
b"q\x7F ?\x1E Ÿ\x19 vñ\x15 É\f nøQ\x11 ô "
b"qšùd£¡¯Ù\x14 ¿\v\x05\x18\e ÄÜ "
b"q¨Ï ‡’\t 8ØŸcmGNm{ "
b"q¶Š¬dN÷X4ä(\e Ùûø "
b"qãû3ŸcXW\x02\x05 q<øóÙ@ "
b"qçû\x06 Fy,iDìWM\f ¦^G "
b"r\x12 uîÏâ½\e fžÕ¦f \x0F "
b"r"€•ê@Àƒßœ\v 'C§Ù“ "
b"rG\x19 •Ì8¹d³Tšÿ_\x1C Ã& "
b"rM\x1F v}\x00 t\]¬‹(\-Ÿø "
b"rUE\x18 ——\x1D Ç6‰ÞD¯ênâ "
b"rk8:vwgíùÑ\x1C &"!gI "
b"r¢øüè\x1E ]\x17 çDö{\x17 7ÊŠ "
b"r¬ß'Úké†\x05 IŒ™:ð©s "
b"rÍ\x00 ï!«ÕÛ’U‰Çúöø– "
b"rø\x03\x00 ÖÜ«€N*;\x1E óå-\r "
b"s—‡@Û\x13 éá¼”\v D]\x1F Kù "
b"s¤Ÿßòo´”\x04 …;ܨTcZ "
b"sÞ |\x13 õÞ3æ\x12\x0E X\x08 |+0 "
b"t\x07 DÚs–ëàn\t X#5&ý¼ "
b"t\v ŠñNZ\f ÒRÈ#ªY¼§‡ "
b"t\x10 Áû_vóiY§˜—éÞÆ« "
b"t)—ì\x1E <f\”Ž \x1A .]\x06 ‚ "
b"tS'M\x04 ja\v\x08 ‚Uv„k5ê "
b"t™‰-?\x03\x02 ]æN\x1D QK»zq "
b"t¥âÕ¬ôçÙäR‚ˆa\x7F Z "
b"tüI6´½\x1E ´v@à\x17 ˆ\x18 Öª "
b"u\x13 4\x16 \/”½ŠÚ8œ%%\x03 D "
b"uUˆÕú ²\x01 Ö“Âʼ< "
b"u\¯\x02 ¨™luJ\e —(\x12 „[ì "
b"uo\x13 ñWø0k<,\x1D h=Üá "
b"uu+KKeºãß/Ë–ÊL "
b"uޝ}å²BÚÊ\x01 î%¶\x7F sÆ "
b"uµãÛêd :Š ²ëÆíD "
b"uÐç>»èZH,ây]\x0F `ÐI "
b"uåKæcýg\x02 ʯdø%ÕÄ "
b"v\t ŒR\f ׎Â\x19 høè.üœÿ "
b"""
v\n
#<baè^þDÌQ‡Ú³ü
"""
b"v'ê|õ5Šó¬Ý¬zÈ[šf "
b"""
v)ÀôĽÖ\n
µÑÖdŽE‚r
"""
b"v/soý!‡\x01 ÐñòD\x10 7³ "
b"v‚Óót\x1A\x1A S#H\x1F ƒ\x12 ŠÄÜ "
b"vŽÔb2ç\x0E\x15 ß\x06 †\x17\x06 u\v ? "
b"v¥Î”î\x01 š·¬.´Di\t Ï "
b"v¾â‹\f 7\x1E ó.´²Ž¦©wÎ "
b"vá*ZÉá\ê ø\x03 v.q\x17 "
b"vý~,I·Ì1Ec÷ê\x15 ÷Z, "
b"vÿñƒ\x1C ò‡£²3À\x17 É™ "
b"""
w\x17 Ó+§e7\x1F \n
ØÈ €ê]\
"""
b"w dâ\x1F 9óÌrk„4ߎ\x7F\x17 "
b"w+x-уIî±\x01\e\x00 ¯Ÿ«) "
b"w~\x13 PF2—È,÷ Ša–@p "
b"w“•<Ž\x0F MñâÀ,S¶ž\x0F ó "
b"w˜awª@\â]„ÄÉ\t ‰Êò "
b"w ‡4€Qï6 Þ4±M` "
b"w¬\x0E û…"\x02 `Fw[¼\x11 ¨Io "
b"wºaë)j6àBž}Õ9MN… "
b"wÌ£’6‰£\f ÷S\x00 Ì\x0E ¡Tõ "
b"""
x\n
Ü\x05\x1D `aç_è\x06 îå5TÆ
"""
b"x\f ^YúÒC=õzoÝ\x0E ½ "
b"x0ßV\x15 Þ_\eö«"\x01 uká "
b"x5²… aƒR€{M\x10 w\x1A ¨í "
b"x6ÅǪÿOÓ\x17 þ\f –2õ "
b"x9m\x02 1}˜µEúl\x08\x03 “/ "
b"xà~Ù¨\x14 Cøæ2÷UùûØ› "
b"xð\x02\x12 _‚lƒ¿0»>p\r Ñá "
b"y/g®¶[O"\r Ž\x18 x5L(3 "
b"y:Vx\x04 ø&þJ\x01 3ŠëUdŽ "
b"y?\x16\x12\x1A\x1D £¼ð¬oç»Xo "
b"yTLAó§ã‰£þ\x10 ú\x07 E^Œ "
b"""
yje!¶?\n
ç°ï…\v XªÎ•
"""
b"yƒçÌö¾nÖïåa¥eб¹ "
b"yÇá´þ¢?P\v\x01\x0E zÅ<l\x07 "
b"z\x12 þÂY‚ã¢$bÊ\x1F ŽuÖ "
b"zD·îKaTø”¢¥ôn$^ "
b"zV\x16 ²{x\x1A µL½©\r i¾\x19 "
b"zÌXÿògMrÙÔÖ>¥\x1E ö- "
b"zÍù‘\r š_¾\x13\x11 Bëà§G“ "
b"zçd#ÿ3a…€äI,\x14 „^ "
b"zì5?eÙ\x07\x1F Lˆ¬dât¹Ž "
b"zö¥©2èi\f î/W\x19 ÉI¡\x17 "
b"{\x08 “2†Í£ÜßËñ\x1A ñJDÁ "
b"{!túû—B¾¿úלÁÂEŽ "
b"{'ðú’ÜÄç"\x0F ‚Ó8Ní "
b"{9Çw5‹Q>¤ïç\x12 %¢’ "
b"{ÉEpÈe¹øœ\t ¼Ï{©\x03 "
b"{ÎéÒ,׿ºk\x19 \y\x1D\x05 ç "
b"|~“È\x06\t kj\x15 j½\x0F âpö "
b"|)N‹2ýî\x17 G)Í\x04 âŽ] "
b"|Ç¡“saÌ'!É„#¿û¢t "
b"|âÝ\r I·b“cWÉ»JÕ: "
b"|æ‚|A®Ì\v ÇoáƒT3óh "
b"|üa\t þ\x01\v \r u’´\x1A nÑÃ "
b"}%Ê×6»¨\x03 /ÞµÁ\x1A\x11 èA "
b"}H$?+¾[žhõg_që-‹ "
b"}Xª8–RßÑÏá(iC\x19 a "
b"}¼VM½`˜,*%i|÷æ¢ "
b"}Ä÷è)Y•ÂsRT#‰…á "
b"}߆ڲ;Ëç€òÛø¬cs_ "
b"}ßЗŒ\x06 Üøâ â\x11 NÞç¥ "
b"}ôO2üxꎆ9¸Å[\r úS "
b"}ú\é\x06 Ê4¶h)—J‡›ÛŠ "
b"~.\x14 ,eÌ•‘UD¤^y×\x00 ò "
b"~J\x14 ¸µ\x06 !\x07 µÎ\x1D ¡Lä¯ "
b"~Ka\x05 ë™Ù¬é\\x08 =qTÃØ "
b"~V“hg\x02 Í>nsh´\x05 9ß\x00 "
b"~€¯\x07 üAìÒ¬\f Ë•Âá\e + "
b"~]š:…;á×}=Ës^Sð "
b"~™€/Ó[‹†}Õ\x07\x17 +ýO "
b"~Âk\x16 Û\x07\x0E \t ïN6\x13 7v\x05 "
b"\x7F\e à£~\x05\x01 ªâÕï\x19 hóe "
b"\x7F KïÔ´k™›ÖÎ#ŽüJÆ "
b"\x7F ¤VøÊæWA\x08 N¥ùŸ¥¶÷ "
b"\x7F Í\x7F zñpÖ•È\x07\x01 ³ß>\t t "
b"€\x03\x17 ;´†50ï2\x0F\x06 ñ\x13 p{ "
b"€\x1A î¬ëæÎð%Ú9#Ô\x02 "
b"€\x1F m]µ‡”á5þJ\x18 …s\x17 "
b"""
€(½ð®€\x12 \n
H\x1A ý×Úï«e
"""
b"€0ð7ÔwçŸ áTApë\x13 $ "
b"€`Uʲ?\x14 Bal0¹6qÕŸ "
b"€vš|\x06 ü\x0F ÞŽh@ã\x13 ª\x00 B "
b"€Ž•\x06 … ßC)ß\x1C\x08 énÆ4 "
b"€¸`€\x14 .Mµ÷J¶2=\t š\x04 "
b"\x03 æ]Á\x7F\x18 z\x16 /‰0çÂ\x7F ! "
b"\v ªx¨ú·\x19 X\e ¶ªUʘ© "
b"\x14 îïÕÔ/\f ÎývNÿ|¬+ "
b"""
7\n
û®\ÊÜþJö\x01 /ð,‡
"""
b"…\x15 5¤È)ª47·<æME½ "
b"Ä"P~ƒ\x19 Â…Š\x14 Ì\f ’m "
b"‚\x1E \£y4l«>\f ©íW\x17 óW "
b"‚%YϪ®”ŒX\x0E F\x15 ”ïb? "
b"‚L§!W\x15\x0E öæ¶à<êw\x0E . "
b"‚cT\x02 3b1Ÿ&ÚÙèwp,M "
b"‚†”Slæ\e RÛ‹Â\x13 W\x04 ^ù "
b"‚‡Ù@„\x1C\v 5EI˜‚ÄÛ "
b"‚¡:aJUûè›kDDµ\x16 ¼ "
b"‚ĉèjrxÈÉxGQ§iK "
b"‚Ý\x01\x13 U\x10 hÐZÆo\§+ª– "
b"‚Ý)×CÐa]¬û O!ó¹1 "
b"‚êÐÎjQS†9::àn\x1C ÞÊ "
b"ƒ\x06 Û £ËCq\x07 ¨kTÊ®Ý* "
b"ƒ\x10 Ä#tÈÉú\x1E hln\x14 $\x01 g "
b"ƒ.\x18 (Vÿb°F«’çÈĽ "
b"ƒ<^°±ˆ\x0E §ËÙ¹¶\x10 ¤ðµ "
b"ƒnùÎoø“™—\x1E ÇYoPÎØ "
b"ƒ\x7F Œ7\v ?Î\x16 ññžþ}8æ "
b"ƒ¶‹½=ûˆ#YšJ€¤›A\x15 "
b"ƒÍ˼0ÏØ•â\x06 <V\v ÒE "
b"ƒìúÊ‘))§dg¿&a=\x0E i "
b"„:/n¨fE\F½!éŒó:` "
b"„<:qßd\x0E ä\x1F ò\x1A Õ¾ð¬\x0E "
b"„DrÚzލyñ¼\x11 Q‹hÕ< "
b"„NÞŸ®©W\x1E ÷\x12 ºþ¡Š_ "
b"„[.\x11 3r|`yÂÆt²uÜ "
b"„Œ€"B Hâéh¯Æ×N‡¹ "
b"„•á¦\v ä\x18 ºb\x03 m:\x12 ƒ…H "
b"„J\x0E Ðf:Ý0ò^ß—ôÁÙ "
b"„µ\x19\x04 %tí´©Û\x08 ½³\x08 ß” "
b"„Æ'Ê\š‰˜©þŽÈ2ú†« "
b"„ו7:\x06 ÌjUjÃ}Uÿ+` "
b"„ñ\x1C [&Íçø?V\x0E †‚€\x12 ° "
b"…\x03 =fžìÓ°áÏÒ™Fcm "
b"""
…H‡,\x04 ÀcdúŒ\x01 ¿Û\n
™)
"""
b"…Zg°\x19 Ó\x1A Jd_œòO\x1A\x0F ¹ "
b"…[¶\x18 µyéÕ¾B\í\x18 ÁWª "
b"…ˆg'êKb‹OU\x14 v\e ø… "
b"†\x00 ¾åbø4\x00\x0F €·Õ„È˜Ž "
b"†\x1F\x07 •„,ŽäåáŽô\x01 a "
b"†5Ø À\e MT\x02 Ô:\x11 qõ´r "
b"†:¡¾~f0׉^’iª§¹; "
b"†U+—ðœêQ²\x06\t >on±\x14 "
b"†gh\e ’ª\x18 2@’=\‹çH "
b"†z\x0F <ó°G9–\x11 f\x00 óÎé‰ "
b"†ÄUϵVa\e ¥\x19 ®H‡\x0E\x1A ì "
b"‡\x19 ªÅò‰"÷}¥¯ãÇ\x12 ó: "
b"""
‡\x1D\e ‡\n
\x12 4\x13 Œqè\x11 ëeC™
"""
b"‡€‘â^ʉSÜ…\x01 ZPž\x1D "
b"‡ŸÞ©^N8‡\x11\e ˆCiÿ¶> "
b"‡Ýá€\x1D à\x1A _ùi¨\x1A ½ÀL "
b"ˆ\x16 I•\x1C ÍÐúéH\x19 1\x16 .í "
b"ˆŠƒìAÒÓ\x13\x08 5~\x10 fˆÚ "
b"ˆŽÛIš3\x19 .ÇGÛ©§F2 "
b"ˆ©I†3ݧڮ®TÏIUÕI "
b"ˆ¬Xµ\x06 Èä¡c\x1D ÈO9\x07 Ú "
b"ˆðÒ\v #VUàV\x06 ͹\x0F d$x "
b"""
‰AÖ\x1C ~LjZm¡a\n
Ϧzd
"""
b"‰H\x00 …æf\x14 L\x18 åu\r ÆÚ7¢ "
b"‰_°^"U·ß\x1A qvëÉ!\x07 "
b"‰¨°OD¬Ò¿ lè2yyY³ "
b"‰íÍ4ÚA¡¤†;ižóñ\x13 Ï "
b"Š?,Å>x|¶Ê½Ë\x00\x18 —¦ "
b"Š{Ûî6Ô¶\x03 ûì g•·5t "
b"г\x1F "Q)Á„˜\x14 ìùY\\x08 " "
b"Š´Ú./.ÖB3ÓÏ«nòšJ "
b"ŠÅǤ\x08 M8s‚|—˜Y1Oü "
b"ŠÉé\x07 d“` ±xêExÝ" "
b"‹."ŠNEH“"¼+\x1E áà\r ã "
b"‹K*“&È›t’Æ”H“b\x08 â "
b"‹[\x1F\x1C T}n›šŒ(ŸMô\x18\x14 "
b"‹k¨ë,ß<ÚHë‘æuŠ\x07 Æ "
b"‹ŠÚ½\x19 ƒŽ\x01 t¦g°6)\x07 "
b"Œ]\x1C ¼V¾ ØÈ°U\e\x15\x07 ±\x14 "
b"Œf7?ø*\x1C T×)\x7F Ìèõ„Ü "
b"Œ~}áá”zŽw”¤ÛO±Ñß "
b"Ž\x07\x14 W\e °™Y5=Ê\x7F B\x17 ªý "
b"Ž3¥:óÃtÑm§Òö–ïS "
b"""
ŽE·\x11 þ\n
0c-çqnÇY¬\x16
"""
b"ŽX%bîÞËíZ°Ø£ß6n´ "
b"Žª”L’E7¨b\x0E ºïoü\x11 Ý "
b"Ž+J¦P“ì‰>íƒÍ\x16 ÂV’ "
b"Ž?._@`^\t 8s\x1C Í?ªi} "
b"Ž@/6Z \Ÿ\x14\x07 ´\v ÃcfB "
b"Ž©£õÊ›Jüqêgñ΄Kä "
b"Æ×-Š\x1C >Ï\x12\x7F â\x18 2[\x11 "
b"Žà¿\x04 LöAŒK|r\x15 £Ïla "
b"ìÙŽÃïõ9Æ–\x06 ³\x1E á^ "
b"""
\n
1R ÎÔ<£q«9—GUq
"""
b"5)ø„\x1A Õß\x16\x1E 2È¥¸á\x0E "
b"C‡E7ac1 \x18 ¶½*\x05 –Â "
b"®è\x17\x07 ûÂqnÚõ!£Í "
b"±·\x16 æD[d\x12 Ò0kD\x19 ‡ "
b"滓ôÚ\x0E ¬‹h\x16 ¦ws "
b"žf\x07 ÇGô–àkà$ýùüp "
b"êä\x12 ñX¡..K³¡\x07 Øáì "
b"‘\e cìô\x0F ¬ÐðŽü\x7F †w*j "
b"‘ \x01 ä“è3½c\x07\x1F un.‘‚ "
b"‘(n\x0F އËZÕ4\x19 彋 "
b"‘=<S\e i–%\r L¯ðÕÉdç "
b"‘HŽv\x03 Øt9qa»Ò‘ÿ( "
b"‘¦²\x11 ¸É8rán/},¤\x06 t "
b"‘ÉÚ\v\x00 ”Ñ\x18 äª\x17 ûj pÖ "
b"‘Ê¿ˆ³»ß‰–ê‹zl°Üž "
b"‘á\\x19 úlŠPKá4mí{\x1E þ "
b"’\x05 œ?þÌ`\x1E v%ê\x12 ðH;¦ "
b"’\x0F\v ?Ž-î"³0܈'hx\x15 "
b"’^kΩ(·~ÔWõ½\x14 ËÏ "
b"’s×\x1F ɸ\x7F\x06 ÐÜ-Â\x00 )< "
b"’~púÖrÛ¦QâzcìG "
b"’‘Lò‘\x04 é^œZ\x07 „ 7Òw "
b"’²}ü\x1E $(乿ô~š/ "
b"’»€qMÏ[ªuTüZÐð\x1C 4 "
b"’ÕÞ€ò<òŽº0‰—Ñ]s "
b"“,\x16\x00 ìi]ËIY\x17 n\x1A\x04 ßg "
b"“GR†mÕjt"výɉœ’ "
b"“Lz~ÞÊŠx ez\x17 ž˜hÈ "
b"“t\x1F ý¢¬å6û¨ºá¥¼¦m "
b"“wHQ¤—G¿”O\x10 Ò¦X?ð "
b"“y¹‘\f ÌT\x15 ;8=f\x1C\x01 ãY "
b"“\x04\x10 pÒ›û™â±ÁG” "
b"“¤Éëbÿ¸‘ßR \x17 T³7§ "
b"“¦œ@…uì¥å 1\x05 ÞF2À "
b"“ɃþË´<\x07 [êx\x1D hf%P "
b"“ëi±a›\x7F ¼\x1C ‰EÀ\é\x02 Ä "
b"”|J ÃçÙO\x07 ýˆÐ\v Ø "
b"”‰É\x14 ;\x16 £‡çdÆð뺽A "
b"”ÉÕ*È¡{û?\x03 ^cÄølÛ "
b"”̬5yrÒ›U6‰Ì9Z\x0E ç "
b"”ÐÍ\x13 4r@Ù¸\x08 wB´Rn\x1F "
b"”í¹Tôm—a'oJ3¤ÆÑç "
b"”ï¦úl’Gfj-Å[O¶¬x "
b"•\x01 ªêƦbé’&¡Š¹å_ "
b"•sÊ$î\x15 kM2n·äêßÈ "
b"•‡ˆ:By÷ߊµŽk\x1D ¯ò "
b"•ó„›n>“G+ò¯¸wû€ "
b"""
–\x0E \n
äQ'übWj@%¼|
"""
b"–,¿ÙDÅ+ÆÞÍ!â7\x18 iV "
b"–0_2:\r â±èÏ\x02 3.HÖ1 "
b"–?Q\x14 ;ªv·\x15 ©‹p\x03 Ö€Ç "
b"–Dó舨@¿^Ä\f Û&Œ«ƒ "
b"–_Ù>K‡`\x19 ÅuÄ?Ö\x07 ² "
b"–ŠÝs\x07\x17 æM‹§œ\x02 þ:7ÿ "
b"–‘\x18 (\x00 ‚Ë¡ ü„¨»c "
b"–™1ì´{\x19\x05 –f"Â\x11 `Ïù "
b"–¸\v Wâ4‹ƒ\f ©\x01 "\x1E Úú. "
b"""
–þ]çæ·ê\n
\x12 Ñ\x01 àlN À
"""
b"—\x1A õ,u ÕgZpmÑÿ¿¬A "
b"—$ÓdÛ\x1E\e n)ñuå”Zå< "
b"—[\x00\x12\x08 ›ßÀ§=?\x04 ¬+Ò\x14 "
b"—‚\x14 ýÔ?ÚZTŠGlÇ\x1A ¹: "
b"—¾XĹøk¹\x18 är4<–\x13 ~ "
b"—Øß€®> NQ~3mÕÄcN "
b"""
—äq\x1D \n
Ípª\v bGî*V\x01 ó
"""
b"—ä×A\x14 »¢\x1C ö‹/\x1D DÚO "
b"˜(àOA\x10 ¬ ¹íöÉÉÁ "
b"˜F÷Ž;™¥\x02 Ë5ÍÆ{Ï'“ "
b"˜O1è\x00\x13 >ë„BD8©Lˆ' "
b"˜OµœÌ{_sõŽPsÔÛd– "
b"˜z¨q\x01\x04 Ö̵dæ*ã2؃ "
b"˜~[Þ‰\x06\x12 :Ma¿¸\x19 ’Ô¥ "
b"˜iëøpZ—\x10 øù…ÞX+Å "
b"˜úëy·S²F†—rŽä3Öì "
b"™\x0F\x15 fB_ º>6ø×„9Ô‚ "
b"™\x16 û›JÖTƒ\v %Àõ\e Ž÷ "
b"™&\x03 *á\x07 ¥È\x05 4XZV<±4 "
b"š\x1D âœi¥æÅ=Õ8ïµÀ€ "
b"š4AD\x01 |³kÆï\x02 [n\x01 ÄÓ "
b"š:mŽJŸïú\x14 wdòÊAMŽ "
b"š]‘Þ(1\x10 «¿ñ¬\t øÖ\x15 "
b"šnÖo2¾nË¿¦Ý*Ý÷ "
b"šxeßèIjR½èÛ$\x17 3\x01 ” "
b"šŠ»y#_Ž\x0E í\x02 =\x06 íÅãØ "
b"š¢\x02\x16 iœ\x12\x7F RB»\r ¢/ó¾ "
b"šî\x0E Y«6\r Š*œp]\x0F ls "
b"šü×%]Ê%W\r Ð6\x08 þX "
b"›\x03\x1A Mü³\r —Ìà©Èg2ƒ1 "
b"›IÉ®4üHíæ=¢xXQ“ "
b"›Z¹dë)<i\ðk\x03 á°ÿ "
b"›™‹Ež¬åÔŒv£Ê59G| "
b"""
›¥®ã\n
ä[!*ă&\x01 w¸«
"""
b"œPð×ñíÍ\t áõçTÁ\t Ü "
b"œžxúÈ<ŸeÃÉIqM0, "
b"""
œŸU¸Â\x11 9\x17 ýG\n
\x02 "Xx\x1A
"""
b"@WŠ,DÃë<B§|ä âp "
b"kÒ3í9Sê+—J\x1F Tëý "
b"‹t£('Kï\x01\t Ëö¥\f ªf "
b"£Ò·âχÒùêg*\x00 ^˜' "
b"ªøS\x13 g¥ÌT–µOÆML± "
b"ýÄÁ†ò0\x1A .)\x7F Tãš "
b"ž`X³Ê´™Ž¡£Tìúº,\x00 "
b"že:\x7F ?ql\x1D ¢F×\½§ÎI "
b"žg[ÕSÃÿ=ñ)xÈC/³ "
b"žÐí4®ÏÃrCÄŠ¯Ú…A5 "
b"DˆéæÇ±÷Žû-v£~<µ "
b"ŸHUóN™^€rvL¼\x01 k\x14\x13 "
b"¤¤ÿÓGœå“\x05\x11 ªÎ¾\x17 "
b"Ÿªúb\x03 ·FIæ\x1E ¾\x11 ®‚µc "
b"Ÿ„¡ÛãÉû°{_ì\x07 i\x1E ˜ "
b" ‡é@*\x0F\x00 Ê\x12 ¯¡LÙnö± "
b" ŒŽpÜ¢\x1A ÷mnOÈ+ÐÞ\x14 "
b" àœ„É\t §‹KöØÙè„s "
b"¡\t ÷à:½bÅ“T\x0E $\x07 ïä{ "
b"¡Ôh]Ɇg\x11 ñq\x12 \÷r—‚ "
b"¡Ù®¼fF\x0E\x15 bx.šÇðK "
b"¡à]©\x03 žx™ÜÈŒôƒÜSð "
b"¢\x03 h•\x0F ´¼Âg\x15 ÷\x11 ®\x18 æ "
b"¢0x¶‘(Åž\x06 ¢&猃×_ "
b"¢{9EÖ?Ú5 ©ÃNxL "
b"¢‚\x06 4*Åü=\x07\x07 Nª·µ@¯ "
b"¢½\x13 ÉiÄѳæ¿HžÉ‡ÞŽ "
b"¢¿ù9Àx{©éùG‹r‹\x10 é "
b"¢ÏÕëHA¨fÞm’\x0E\x14 Ó†\x05 "
b"£\x11 ²‚3H÷”Ma=“\x16 ÄÊ[ "
b"£L¾Òçü\x05\e É4\v y\x04 ¥[ "
b"£TÝw\x1D »Í´ürÄé¯M»î "
b"£yøœ¾ˆ¢¡\r À>ï)©ë\x15 "
b"£†Ò\v (<Hd\x0E —\x07 †—'É« "
b"£Ÿº±\x19 q\x1A 7P…\x1C !(zð\x00 "
b"£°Y âL1\x17 Uem“þ©€3 "
b"£ËÊFLŒÐ\x17 5Å6;½Ãi¢ "
b"¤\x1C šB†ì}w³Ñ‰È\r Ž·v "
b"¤0T\f ‘×2!3\x16 é{\x0E ]eV "
b"¤9ÛÞ’8ì4$mÇéÔ»õX "
b"¤XèË¡†\x15 v\x07 @¼<µ$öƒ "
b"¤Ÿ)ì€÷Þÿ$ö(9oräE "
b"¤¤\x18 ¹ü yV£„ÁÌ\f "
b"¤¬êK{=(\x7F ]$A\x0F òR«¹ "
b"¤Û›)o,ÎÍiŒ\x1D Øû\x06 ¼} "
b"¤ì¸\x13 j\x1A\f C]z\x19 _C\x06 '{ "
b"¥&³A±x.ÆZ…?@B\x1A\x17 . "
b"¥+Êï+\x7F ü®€¬sz\x1E áÞ· "
b"¥.\x0E %á8M¢ŸÒ¶GíÉ\x04 „ "
b"¥_`wÁñ9g…,c½ÕF¡Œ "
b"¥|\n îl‰\x15 O\n S¿‡\x00 X/Ÿ "
b"¥¬øÒ>ožÿäÊ\x1F ÷çku "
b"¥Ów0k.\x13 ‹›•JU¬À÷ "
b"¥ƒtyCýdñ¤º*,œ~\x10 à "
b"¥„¤¤*b\x1C o¡LÁc°¶x© "
b"¥Ž\x19 zÈë˜<y,}\x00 N}šÏ "
b"¥®)\x18 ÁÎ\v\x18 ;~‡¢ÿ¿? "
b"¥ÂèzÖ&'Rùl"ʇª\x07 ' "
b"¥Í»ª.€\x11 ¤O{xŠë\t †° "
b"¦!»õ\x12 u&\x08 ¥\x1D Ãk%\x0E } "
b"¦6ÉyºÎ}V\x1C ¯\r \x00 ‚_\x19 É "
b"¦;'õ‘Ït†9Šñb×4\x1E B "
b"¦™\x06 ã€äÛ\x08 k¹Q.Ï«´• "
b"¦ÕD\x02 bü„÷V£«{÷ŠT\x10 "
b"§\v JU1e'ìÖ8g‘\x14 à\x0E "
b"""
§L\x0F –O§\n
ï±ÛŽŽ>âÁV
"""
b"§jž\x05 ©\x08 °R2\x1D Å©ÉKšÝ "
b"""
§‰©\n
á×ázV6T¿WǸ
"""
b"§³mÒ¥*RF~\x1C\x01 _,p¡œ "
b"§Ã\x14 oŠ\x12\v ŒtÌhi[GÚ "
b"§Ñß\x06 à™Á¶‹Ä‹ÊÅ»èæ "
b"§á“µ\x16 @`D•ÐaãnEÆŒ "
b"""
§år%àˆ\x7F ÒgÍ=\n
l£v\x1A
"""
b"§ìOü1ΜÕ\x19 UPż\x07 ž° "
b"¨,"s?‚\x19 /@ã\x0E dý\x03 ÚL "
b"¨e9Û\f Ò7x’3…“ÿ“É‹ "
b"¨žŽ~µçÅK)†£\x1E þ—TŽ "
b"¨¹ñ£\x02 _Ù3\x06 «\x18 `\x00 ýˆ› "
b"¨Å•Ao™º®Ù–à6lF¾e "
b"¨þ5íÓ@UëãÞ»Å(óWy "
b"©6ß›\x1A T>XG;ø\x0F ¢\x11 Í "
b"©H`‰NPï\x07 ,\t S^Ðd‘ "
b"©\5:¶¸ó#]ÿe<…ût "
b"©`³‹ó\x06 L¹+ë[\x0F pn½k "
b"©‚)í.´SŸIÄ4ã0|\x11 _ "
b"©¡\x10 L‚úÞo\x1A tm;&Q;ù "
b"©¢\r Aøö\x17\x1C ’jVÖà ‘ "
b"©ïR\x07 uyVærí\x7F\x1E ŽŠ× "
b"ª\x11\x10 ‹XE\x00 ,\x0F\x01 ·dc\x02 ³ "
b"ª,\x19\x19 ŠË\x03 EÑ»=´\x01 Á?: "
b"ª‚Ý\t ÄÓqóJôÈ—UG8O "
b"ª¼@•Q÷–\t\x11 –ƒ§v(6\x01 "
b"ªá®˜!þ\x11 ã~ø\x12\x00\v ="1 "
b"ªû§b=›†‹7\x1D\x03 °jI.x "
b"«\x03 Š\x15 5>³¶\x07 ÉÈý\x00 ›Ô» "
b"«SghØ>i{Lâ)ý“[rž "
b"«kÎ@¿ñ²ms¿\x0F ½;™Ls "
b"«šz\x14 Öe,\x13 ÂÊѵ ù "
b"«Í\t M†‚ß2@m*Š“‹v0 "
b"«ëG\x06 «KT{ ·Pôr¸¨\f "
b"""
¬\x1A ‚è\x10\x0E _\n
‹‹j¨-â\x15 á
"""
b"¬>M‚7”‹aÏM"GÞjëÇ "
b"¬>¯#Ø\x19 G„¦i^\x11 É9Ó "
b"¬ƒ&\x03 òˆªÄN±\x1E {\x00\v W\x1D "
b"¬—‘nsp\x17 -.lž.2æž- "
b"¬·4(+=%-²ï\x1D\e Ôs>~ "
b"¬ç\x15\t ‰|\\x08 rܸÒK€É˜ "
b"¬ìÉü\x01 @¸fQ‰HY\x12 Ø0q "
b"¬þXˆ{\x12 ç˜w\x1D Qº\e Ü6 "
b"¥êÞŒùLÀк\x10 ö”彆 "
b"É™È3\x15\x05 gεóÄMMÞ "
b"®\x02 öÒ²M§»»øfouÏïo "
b"®\x08 ï^ó0dcÖJ—þ)¡”” "
b"®\x18 E\x10 ”ÕZ\v ƒ\x14 ¹}ÀéÅê "
b"""
®5ø–”øx\n
\e )i"\x1C\x07\x0F ’
"""
b"®¹h[ñã›Ä\x05 Ï{0jó\x12 ¬ "
b"®é‘‰+¡¯Rì`m¿Mâ_ "
b"®ó÷‚9Y+\x16 ¾´™…òµ\x0E i "
b"®ÿì¨Xv/Œˆä\x10 ü?µgÑ "
b"¯6'\x1D Væ¹4Þ½—ryI "
b"""
¯’~Æ\x1D \n
\e ºÓ«üxò€Ò
"""
b"¯œ9\x16\x05 ~bw\e a\x05 ä+DC "
b"""
¯¢âÊVfÁŽþ\n
2;‚1\x10 –
"""
b"°\v B=ÔrÔ¾43\f ç¹J¯ "
b"°l”ThØšóVÜÐwî¨tc "
b"°»ÃßÚ†»*[\f öµ§J\x01 Ä "
b"°Ü£Ð¿©OÇK:&vE\x01 Nä "
b"±\x04 …\x07 P\x1A s$š&cØ \¤£ "
b"±!=9ä÷ó•\x1F ì¾×¶PŽí "
b"±G…\x19 蛤è\x1E h£RXêµ "
b"±T\x13 *[º˜œò\x14 ÑŒéôxß "
b"±]«\x1D ú,b\x15 6G€^r³®Ð "
b"±t\v\x1D ¸Ð»ÊÚñ{Úa "
b"±€à\e ]¤\t Ô×J½¡PKb` "
b"±ŒêF±qèbai\x04 í£±!I "
b"±äW\x0F\x19 ¹ÝCFVöY…` "
b"²0\x1F 3×6fGË\x0F h\x1C £&€ "
b"²Lú\x00 ™\x18 ‹Ù9¥e‚K•&† "
b"²Ž`õÔYù&ÿÑŒœÚWÆl "
b"²‘’]ÍȶŽôQXA…æ_7 "
b"²–÷o&'zìíÜYw\x11 è "
b"""
²žÏ½ãÛòÓDì\n
õÖot»
"""
b"²ÍÛ_\Þlp½;4X±=è "
b"³Ž=·òöZQxEj\x02 SbŽÂ "
b"³¡%ô+.#Ê!\B\r w\x1F “q "
b"³×ij<\x13 !ì’ŠÒ\GãL\x1A "
b"³Ø4Ȧâ?T×*êNo\x01 ?ò "
b"´5Út_\x7F _‹3u¦v¦\x04 "
b"´Z\x05 :éð\x13 CÏ¥Yþ\x07 tž\e "
b"´eâ©PÌ\x1D ÞoÿšH“¼·¡ "
b"´éÎ?†ñ˜]õªW\x7F 'h\x05 ¤ "
b"µ\x16 p€¨TÑuÀºu¾ê#éŽ "
b"µ"rËÐ\x12 ?’\x1E\x13 Ò¯pÉ,Ü "
b"µ%BÑzf¨É4O\x01 ™üda "
b"µz“Ò%\x7F ’<ƒÎž’Êsƒ "
b"µŠNÕbFXTX\e 6iË=Ö "
b"µ›öyûý\x01 6N“¾Õ¸Ôõ "
b"µ¦o¦ßf<ò\x1D õI\x7F ÷^\r \f "
b"""
µ¶R\x03 ”3\n
b5/X]rÊqe
"""
b"µ»\x16 s'¸W\x1A hñ,”\x07\x00 "
b"µÌFl„Æ”V[[Åé9\t ªÏ "
b"¶\x1F\x06 5Z£l‚\x11 -\x11\x10\x19 }!D "
b"¶/×¢¤Œ‘°Üou@þ\x16 Òr "
b"¶H™\x1A dÜ’\x0E _UH)\x05 DC "
b"¶Xð|µ\x16 )Qõe`]q%\x00 d "
b"¶\¥ªˆ>Î?Žä’™\x10 ~û "
b"¶ØRR\x13 ÅN\x07 FGl)ÛãMá "
b"·Oº\Ï•–Æò»WõèûÝ\x0E "
b"·´Z\x1F v^Ø\x00 xN\x1C ¾Š\x1F « "
b"¸HÔ:ùÈØ\x02 »6@¾(ö0¾ "
b"¸]&ô7Sj-\x08\x14 h¤>*õ\x06 "
b"¸}ˆªÏÔ™¬¡·.þÇ~\x06 > "
b"¸€¸µø`M:-ºR\x1F §\x19 öá "
b"¸‘\x05 Ò\x12 z%8µõ@VX\x00 ß} "
b"¸˜"DIHµè"\x04 yÉúš4Ÿ "
b"¹\f –<©÷xkfö\x18 ‹¥:Ù\x07 "
b"¹\x11 äø]opGô€\x18 5ã "
b"¹l\x00 Ÿo¼&!ûSQT·m]á "
b"¹zI•C¨4|\x04 Q\x07 .]ˆw± "
b"¹„̪\x06\x01 a…òœÈ\x05 7\x19\x12 ç "
b"¹²–eI+ºSAã6g\x02 ¢\x02 + "
b"¹Ð\x7F\x1C yõµ2Sâø\x06 8(úü "
b"¹î\x7F lpSÆè€”\x1C #~\x11 ; "
b"º&|”\r ]tÉ/—pÏS;â "
b"º1Æ*1K\x11 à5\x1F R¼\x14 :zx "
b"º:ˆšxª¼Ö\t\x1F T,!ËL\x12 "
b"ºmQáÿŒ^'ŠE´ó3§Ì\f "
b"º{’èM‰Ø\x17 ö_ëêКÍ$ "
b"ºƒÉ‡EÑ0yRðŸúRe:B "
b"""
ºŽr÷8ýsu\x1C „WÑW\n
Ò
"""
b"º‘÷\x07\x1C §x&É=\x07 ãž1%¥ "
b"º¥@—®\x14 ÓD¼oÿÁ€·; "
b"º‘ Ië˜làrЧœfŠ… "
b"º´ÎAA³\x13 ìPa¤Ãsª•¶ "
b"ºÒoOÿ\x18 ôÉP:¾ÑÇ\x16 Ÿû "
b"»9rœZyLŠyYðh›%“† "
b"»c×óf\x10 aVè²cÎ\x08 ŽÄè "
b"»tªû3’èTH¡‰-‰ÅèÝ "
b"»Ž\x15 -Æ—\x03 Ö´e\x06 Ñ\x04 þwz "
b"""
»Ò‡n\x12 ƒ\n
°"=D|vã
"""
b"»Ú \x1C r†$?/\x05 7‚¢•ìÄ "
b"»ó\x14 þšÁ!¢(Uk¾ÀÒ\x19\x18 "
b"¼\x01 °2€¢\x03\x1E `Ã-H˜ÐÉ "
b"¼\x1D\x10 Äú “Û»TŸØ˜¦õ› "
b"¼!É!\r ˆ\r E\x1D\x0F `O¦\x0E q" "
b"¼"ñÛÁáégtYý\x15 óî‘{ "
b"¼'h í)Õ.\x0F ~\x15 ߢ\x7F U "
b"¼F“ÎÂ( /‰é~zÏ;œt "
b"¼Sç"k¬4çwk>iâ\x18 "
b"¼ >\x1E l`\x00 8t\x03 t7\t õ» "
b"¼¾¦D\x1A ;÷\x14\e ¶×¸%\x06 U÷ "
b"¼ÌÿCØ.ƒÚ\x03 Ã2\x07 Mü² "
b"½yk\x11 gpIȉ¬\x06 6=*²ç "
b"½z×õ \x15 -\n \x05 Öáš<êµ\x00 "
b"½†}Ó:[ú}>W,5ùí\x15 "
b"½œå™ÇæÓëY+ônCRÜ "
b"½«…åû"Ø¥VŽm’Gà0m "
b"½ü>1\Û¾·3€Îj«\x1E ,\x08 "
b"¾*ÉS¯>ÞØ’…§"\x1F yŽy "
b"¾àmqþ À°¶SoÂáèV[ "
b"¾ñzóŽC…Ë\x1A c\x1C õLuz‚ "
b"¿Kû«Ww隈\x17 —…m[‘ß "
b"¿O½uçÑí„T®4\e —><— "
b"¿†¿ªûmÄDõÐx³¾Í\ "
b"¿ž™ ¯¿T"Uý/‰&t|Ì "
b"À\x17\x1E œ°Cö|ħ\x06 Çä. "
b"À&d\x13 øÖÿ\¿Až~\x00 ¿ém "
b"À(óœ\x04 «#¼!”Ý\t V\x08 ÊÔ "
b"À2ñnw*¸\x16 (ç\x04\x07 §%iŠ "
b"Àe¥n\x13 ¬\x11\x17 êRê³\x18 ‚ "
b"Àg†(‹\x1F\x06 §Üwϲ\x15 âÑ "
b"À”?b\x17 u\t èr,!±ðJ㈠"
b"À¦\x12 Î\x1E gFp*<éþ¤ÄŸz "
b"Àª˜86þ\x02 :EŒ{nø”yÈ "
b"À×¹’•\x08 ¦'\x1E (pÐ^)ê "
b"Á"_\x19 Ö”µ¥\x08 3¥\e Ftϲ "
b"Ác.¶ý{Úk›7aç\r ¾?\x01 "
b"ÁƒÙ\x04 ‹lÅ ÛK]Ú\x1D °i4 "
b"ÁŽê\x15 [ßî”o€W¬8Ä\x1C - "
b"ÁÃ\x03 ø®Ïô5@cÃ(N6x "
b"Â;µÒžCfánA`bâ¸gk "
b"§"1àµ"\x0F ¤0"GÆæõ¼ "
b"ÂÖÏÔÃ\v Á\x1A ü938ä3\x02 ‚ "
b"ÂæÚ9Ý`ÏÈ>Õ¸"@Ø»Õ "
b"Â÷¥Ð¡ÕÆ®aª/ãá¹Jd "
b"Ã\x06 uZ’’Fôš_àŠ\x1A æ… "
b"Ã\x11 ø©hßÌö\x10\x11\x1F W}ÿ\x07\x0F "
b"Ã…!xM,=pÿéiG.øÝ³ "
b"Ès[[ôf~¸v¬bbœ¸T "
b"ܲð”–Ëã]ð\x1A ¹‹)\x07 0 "
b"""
Ãälé«mhK9Uàö\n
\x1D ·Á
"""
b"Ä*b::œ3\x16 Hâ\x1D\x06 {¦V- "
b"ÄZ‘¿Üj•5•¤2l‚7 "
b"Äeñnu‹ŸQx?j4™Ên\x1F "
b"ÄsR\x10 ?\x19 ϱ\x10 †ó§nu "
b"Ä\x7F ŠÍœ›_ŽÝ$ÀeXíPp "
b"ÄŒèå\x1A 9}4o%ôÝÃZ¶E "
b"ÄšMÎyÄNÄZ«”~æž "
b"ÄíÀ\f øG‰ÃlcÇk^Ê "
b"""
Å\x1F \n
ð_I\x10 ~‡\x05 ùòJHû
"""
b"Å;¿_Ù%aa¼G¦øt\x18 • "
b"ÅlÌgžŸM•\D\x06 Ñ`KPC "
b"Åy¬Ó5êìô:;\x13 Q\r ¶2\n "
b"ÅŸe!~ÕÃ:€ KsŽÙ\x1F Æ "
b"ÅÇÍÇØíþ ´¢Dc\x19\x08\x19 æ "
b"Åå—yËÌ\x12 n2œHcC¸Åà "
b"Åò°iâ;=°Zi\x03 8ö\x11 *Ä "
b"ÅûÁ\x08 :Ù´¬á\x04\x02 ý\f §9Ð "
b"Æ\f ú\e Y×>õ\x1A 6\x12 ù&\x0F #E "
b"Æ\x12 -,çqŸŒ÷@ßɾG‚{ "
b"Æ"=Oï8¡ÈÇ>b˜Íº "
b"ÆCÅ\x16 k¥cq\x19\x1E ¯ØN™s "
b"Æmâ½ÞIÐN„z“˜VÙ}Î "
b"Æx¨¹3§èèG6íô2%ö "
b"Æ®\¼}To†ñ)â©9ÊŒ "
b"Ƽ¹ñ¨¤A\x12\x11 è³µ\v ¤Ù "
b"ÆÂ\x1D w\x1D ¨ø+ø2+qù¬n^ "
b"Æî5Øz-™§\x14 ñ\x00 ŠŽ˜kJ "
b"Æôp¿N\x00 9£Ýdú¶L-÷ "
b"Ç ´¸ìg(Ç¿÷A\x04 ZøAþ "
b"Çe«ëæ\x0F\x06\x18\x08 Ô/<ùö% "
b"Çç2†o¦s¶yWFü}\x05 (» "
b"È9à/\f e†ñD\x19 :âøÜÑ "
b"""
Èr\x19 K7xÑÖ\n
§\x19 Ìö\r
"""
b"ÈÊ|µ×¿}õZ›G¡qKZ! "
b"""
É\x05 \n
¦L´Ø‡ÔRêeÊ…Á¬
"""
b"É2^–˜ Š+i…5dŒØì "
b"É4»C)Ñ{\x1C '?JÏø\x0F qj "
b"É”ò…›¥š¹Ih5n‰¦ "
b"É¥Ùò é\x15 J\x1C åRn\x16 = "
b"É®Á…U²Ä_\x08 ·†~¶€ä "
b"ÉÆ\x16 ÖvîcIµœgÝø)ï "
b"ÊU²#Å\x19 ªõ«ü*;júoÿ "
b"Ê‚¨û#\v É„g¹\x01 Œ\x11 ÝÓ] "
b"ÊÉÊŽ&-ƒMŒýôŽwnÍ) "
b"Ë\x02 »5ÀÞ?c0¸\x16 ¶á@Ëä "
b"Ë"ZàÈ_\x18 6´vþÈ#}Ðg "
b"ËRru]tJg%,:Ôj&\x04 "
b"Ë\ŠK¸L]æùCLÅÕ.и "
b"""
Ëd„º^R“\n
=\x13\x1F æ·Y¤‹
"""
b"ËïÉLs¤Cs¤ñ\x0F û©jMÀ "
b"Ëõܱ\x0E £cûé«ûQQËg "
b"Ëùàh‚ÎâÁ:4\x19 þÓBÚ‰ "
b"Ì\x0F žõŽ˜ïºwÒ„¼\v §e\x19 "
b"Ì\x15 i'>=Kü ¶’\x03 !a³ "
b"Ì1\x1C\x01\x07 ²Ùbj‚ÿ¼ýª–Å "
b"Ì;Æ4ë\x01 ûÐ\f ˜ý_\x13\x1A ˜Î "
b"ÌI\x15 ¢\r Ç¥d\x17 *Pæ°\e K "
b"""
Ì_Q…¨¬mî\x16 H\x07 \n
\r Ý[\t
"""
b"Ì·\x1A 2ó\x08 L\x16 ®ãlv7°\ "
b"ÌÓ2Fa\x1D ‰"2y—-½¼œ "
b"Í\x11\x1F ž½+L4\x7F ¥rŒ\x00 Ü™Œ "
b"Í;ìŠË6\x06 ê×7‡lµí“ "
b"ÍxãÖ¹´Öv\x16 [É‘Ñp®a "
b"Í‚45'ÿý¼ïfÌ\x10 Øs¿Þ "
b"ÍŠmV@bÀÓ9éU¥°«JÎ "
b"Í›9ëUí½ðÉ’«¸x’Æk "
b"ÍË@·\x11 j5ÿc³â=½>U© "
b"Î4c.÷Ÿv™B\x18 5I¤• "
b"Îó%J`ìåc¸—q,\x04 8š "
b"Ρ\x13 cŽ#BñÜ ¢§úÕ@ª "
b"α~ØŽ{Ñ W“Iƒ¢f’ "
b"μ2¬Š¬$\x16 š×÷;Ï›V3 "
b"ξ’Ü\x07 äLIcŽçH\x02 óž‘ "
b"Îåj\x11 w\x1F ¡ä „ªÔ¨Õ„· "
b"Îê÷w˲–e`Þþ†ã¥ºª "
b"Îý?q™\r €&G\t ÒŽj3}q "
b"Ï\x14 Ä4¢=v3Œ–\x00 š(Ì\x04\x01 "
b"Ï3Éܙܔçn(qðÙÿvš "
b"ÏxóørMg“¬°ù«‹Ó‰¦ "
b"""
Ï}vµ²ÕÇH¸á\n
.u\x02 ‰¢
"""
b"ÏŒm–eH\x15 óÏ\x05 h\r Œgõ4 "
b"Ï—Ût_UA9. yÇ[¤Œ\x1A "
b"Ð\r \x1D u˜>^\x1F\x1E 34(I<ê "
b"Ð\r Ä3Ê\x16\x16 j²h:¨äÿ÷Ü "
b"Ð\x12 ¦Àz€¢ódUãÒ1d=Ú "
b"Ð\x13 ø(©Ã©œóB\\x1E ½õ\x02 0 "
b"Ð)Èm}X»¢r¹ å@N·ü "
b"Ðãd…˜äâÕg›*±í\x1C yý "
b"Ñ\x01 Pñ\t ]\x0E Wu‹–<Ïhœy "
b"Ñ\t nh\x1F ƒ‘¥ß»߈s{y "
b"ÑŒ]2¬<¾ÏQz‹\n <”\x00 l "
b"Ѽ„W\r [ü\x18 –…¨\x02 ¹ú¼¸ "
b"Ñ®TQåA?ÉiÑfr¥â "
b"Ò\x1F X‚\x07\x04 ŒOߦ°Œ8¢uÄ "
b"ÒtÇ—1\x13 Ø.³QN £>Ð0 "
b"Ò¥l©KÉ\e ’\x1C û?'Ù+N "
b"ҬᅭÚ\x05\x12 â;\f !C¿Õ\x0E "
b"Òב2*’)b§¾}Y2'}y "
b"Òóð»u\x0E Ëyl^‘[:[8ê "
b"ÒúÜ(Í\x14 §‡ÖF×}\x06 q9\x14 "
b"""
Ó+bcÑÉ¡²I¥…\x14\f \n
Ûº
"""
b"Ó8¤FÕy‹k\x0F •ÕOؽ´ "
b"Ó?ÛH\x0E MI(Ù¦*ö$Œ\t\f "
b"ÓMk>Š1¦Ö¼òµ7ÂÔ# "
b"Óƒº§sä?ädö¿\x04 œ\x1A "
b"Ô!\r \x16 +\x1E BÕN\v œà\v kí "
b"Ô!Ró×\f x¨\t 8›ËÄA“ä "
b"Ôu[hšÕð‰¬m*B\x0F ÿŹ "
b"Ôz(†\x7F Q\x05 {$^µÊ¬ç "
b"ÔŸÁ\x0E ý°>·Õ\x15 Ç8úJ‚! "
b"ÔýÆI\x10 b¾FI•\x19 ¹ \r &Ô "
b"Õ\x17 "®’\t z—[çY=!/\x16 ³ "
b"ÕP\v\x15\x13 [Y@\x0F ÉNuñ§ó- "
b"Õˆ\x7F ÎRŠöfqæ½²±³“} "
b"Õ¤_\x19 Eª^@I&Jë*h¿ "
b"Õ§ï’4\x1F e¬Òò3$i\x03\x0E Ù "
b"""
Õº`˜-õÌ\n
R$«jAg‹ß
"""
b"ÕÄ:€\x18 Ñëw`pDÂ2…ÓK "
b"ÕÇŽPaãаþS\v I*½<® "
b"ÕÐG…:K{dêO×u\x16 }Þå "
b"ÕøI[Æ2—hDb¾×ú°“ "
b"Ö\x14 Û\x04 ©\x08 8›´tÎ\x04 <-\x13 ð "
b"ÖE‰\x1C ¶Ùßèâã/6w\x18 ‹ "
b"Ö“¿Q\x06 s±<rÙ\x04 ìmç7P "
b"Ö¤½òÃÁž‹Œ:[</Mýt "
b"Ö¸%Í÷\x18 %8»Áwg¾}> "
b"Öë›5wËÊeð:[\x12\t ;ÆI "
b"×&\n \x1E P4NX¯ÅX\x00 .;Ù… "
b"×Ô\\v °ú™õÕ/^{Û^…£ "
b"Ø68B—”\x1D -\x16\x1A éRïä,\x0E "
b"ØŸ+iS÷UT\e Á2)ލ¿‘ "
b"Ø·6¥a9BX#â–êW'®\x14 "
b"ؼ¹à$G&j×lâAZm\x00 ¿ "
b"ØåâïÖÝ!CÄG{'ûsd "
b"Ù(y8·á†jýüÇèãôã\x01 "
b"ÙAÇ\x1E ó¯dµO³“\x11 —´·ý "
b"Ùn\x12\x1D Â$iÑHW—éT]K "
b"Ù~C\x00 ykóiêÕ\x15\x18 ¸¬Âÿ "
b"Ù¢\x11 ÉŽ{™\f `\x06 We3_â\x18 "
b"ÙÌëHuKp#]•*íC,\x18 , "
b"Ùå4 †~£\x1F $qdd\x00\x14 O— "
b"Ú\e +¼[(\x1E\x15 T¦-lÃèÃ\r "
b"ÚRîDhz:©?†÷?l,ÊÛ "
b"ÚlPð–\t äwõ\x08\x12\x15 9Û\t £ "
b"Ú|\x7F O[‡[É«ÉÔýbª\x1F $ "
b"Ú‹Œ}fÊ\x17 7?\x15 Í.8I\x08 Ë "
b"Úè\t i\x1C H{j2Q9\x19 [=— "
b"""
Û™\n
°%·AV<%¡>§nø?
"""
b"Ûª\x12 i†lnȱÝ?\x16 =&Yp "
b"Û®\v\x7F îó\x1E Ë\x08 €þX|{/G "
b"ÛÂfa2‚õéÀ–\v /[sQ "
b"Ûài>~¹ä\x04 su=”\t bŸK "
b"Ûé\x1D >‹'ªN'öY\x04 ŸÁ_ "
b"Ü:*ê\x19 UÉclrˆY€î†‚ "
b"ÜF9~aÌZå²PÚ\x0E A—q= "
b"ÜYàä[.\x05 ŒXZÍwˉãp "
b"Üsü1³=k)gï+¡âîøÿ "
b"Ü.\v â\x12 µ\x07 Ã\x08 «³pú?„ "
b"Ý\x1F »ËiÊaS¡7¼'¿|ji "
b"""
Ýâ>ÌM"YSÚÉ\n
H:ªñ\x12
"""
b"ÝñŽ)#ä°\x08 \Wÿà\x14 T`] "
b"Ýõà\x14 â\x05 È?Ž\x1D ýUÑ\x1C "
b"Þ\x0F ñ¶\x1C L\x12 Nü™µÆ[<Ù "
b"Þ.¤‘‰HnBÃË•h|‡åL "
b"Þ8óÓ\x1E a\x10 ¡â\x03 é½k)¸n "
b"ÞWkž!IU\x05 JÇܾ\x04 *£ "
b"ÞÝ{\x10 mæ£Ô:Ñ}ŽÊ´Ó< "
b"ß\x13\x11\x00 Yy¾†°\x11 ÖIƒÐ†j "
b"ß _ÑnJb9ÇãÔï©t8ÿ "
b"ß{×0\x04 Õ©§¡\x00 MOº»\x1F ã "
b"ß„\x15 T$«ëš-M ¬ÁØE "
b"ߦ}îB™XÄÁbz',[i "
b"à\x1F x÷\x0E ƒx‘w#†I5dB "
b"à5UÎ>Èçî\x17 üR»³+À "
b"à]V¼?O²þòñá€%x×y "
b"àpÚŽZ¡\x1D Më\x04 ßn,×7ä "
b"à|0Þ~¤Ü¶\x14 "+>»âL‰ "
b"àâ}\x13 ¾\x1E +Ø\x04 ÿX\x17 æÜ?d "
b"àä\r O/^zÐB½0\x15 kç\x02 Z "
b"áX\x16\x1D ‚z v(ÍsyÎ`\x14 ½ "
b"á€×_G½õ|‘P7\x10 Ž£`\t "
b"áé\t †Ü뜇•2/\x00 Xtl› "
b"áúNMµÒ\x1F\x19 3]†\x16 o¹\f "
b"â´ñnQ\x0E ™³4d†%þ#’\x0F "
b"â¾Ö¶’aš«Æœ'¸¾ÜÝÚ "
b"â×®|¬OÇ:‚C\x7F f›uš\x01 "
b"âø¹\x06 êY¥«LùÐô ”˽ "
b"ã)\x08 #žˆùY\x18 ”ŠÜº9b "
b"ãTu\x05\x01 ò(xÍòièh,Áß "
b"""
ãfb8À¼'\n
Ú€šÁÞk>Œ
"""
b"ãr}£“\x1D xŸ\e d[\x03 c?\x15 2 "
b"ã€C,^œæ€s8 ìÈÜ’l "
b"ãˆ_nƒ\x05 ¸ëÙGõí2‚]M "
b"ã•F<þˆ~”—\x11 ÆžëÒxÒ "
b"""
ã—ôo›3»\t …\n
w¹Ð5\x18
"""
b"ã©ðTÕû‘Í¢ÖZž’ô\x1F ] "
b"ãÿž\x07 u#ßÊ\x1C ·àn EàG "
b"ä\x11 ãKÈ;:Í\f WÀr'Ð "
b"äS\x18 +Ž“ƒ\x15 Š E5Ú„\x13 … "
b"äx5\x08 4›@½Îcœ\x1C\v Y W "
b"ä¨Ì\x1D nu³\x19 &3ˆX8–ëÇ "
b"ä³ÍŠRLÑ\x05 ›\x06\x1D OãÐ|¼ "
b"井¼ŒÓÔmøEÀ¼ŒÑ¦þ "
b"ä¾;v¿K&©2&?šÐV5 "
b"äÒ‚:k#Ì@dÛ\x7F Xlß "
b"äØ\x11 óØx\x15\x19 ÕTkXý’’í "
b"äõ€Å4‚‘O+rH\x08 2\t\x1D "
b"å\x08 ¼_©\x7F ‰E·§3\x12 NókÖ "
b"å\x14 Ú‰Nä\x01 oïŠG\x1E 5\x11 w[ "
b"å\x1A\x12 LËîJÇ\x19 YšnÄ\r +\x15 "
b"å0À%Žh¶\x0F •j81hß. "
b"æ\x1D\x1F\x04 É\x0E yb\x1A ¼\x03 ñ@—\t Œ "
b"æI^™,Ø\f ¥\r ŠÚÆe\x1C ˆ„ "
b"""
æ±?±‰XäØv\n
ë5\x1C áì·
"""
b"æÇCX¹&ÑLÚÎÁle´’ "
b"æÇ–Äy\x02 ›Ãž2˃¥\x0F ˆç "
b"æÖ\x7F T\x11 #.ëÜé¨*Ý'Áû "
b"æÖƒ\x16 Õ<½\x0E Ø„=\x1D h\x12 º "
b"æß‘é*U =\x1A u\x16 ¸H¥¯4 "
b"æÿÆò¡}'\x1D “Nˆ\x06 ²ã\x1C " "
b"ç$Ì8œÄî,g5ï%›BÍ` "
b"çsD…«€˜#͵§Zßñü2 "
b"ç£w¨lUÝ64\x07 Š,ª#) "
b"ç½À‘<\r ½Î\x1A /÷\x18 ÔÁP% "
b"çÑR¹„þ\x16 Ýòæé’RÈåê "
b"çÖÉÈq\x10 }Chb‹Cêb/Ž "
b"çÜñø¬\x18\x02 ÒÈúx¨Ú\t ’Ó "
b"çò;\x1E ¥à-|f6㯊=÷Î "
b"çöÑj`Ïþ¸ÓÊ…wÇî\x1D Ã "
b"è\x04 -¾3„„‡_AI\x1E J½ "
b"è\x1C ¦kiñq´aIµG\x10\x08 p| "
b"è7È ¯0\r \x15 Ô\v V诈¼d "
b"èoPR[m>÷Ë‚l|€€‘ "
b"è€Hjôç«)àŽqÐGEéL "
b"è•hnÀ[lö%¹â=/<\x14 X "
b"è«\x08 šÃ®\x16 íˆ88+ok "
b"""
è͈\x0F G\n
¯\x13 Ä4\x15 Ï>!§l
"""
b"é#\x1A ïí“\x04 /‡zÇ9q;Ë "
b"é%z¤ÜjÐB®ÿGv0vòô "
b"é)·ÿžùOƇˆU«K#Š "
b"""
é@׉\n
IÉ\x1E "ê\x1A\x0E à™\x1E ë
"""
b"é`¦xUÇ4±÷ñi;¶ïŽ3 "
b"颳^’I쌳B7£¡ôáø "
b"éë§eÑ·È\x1F\x10 „Êû\t 8ÊØ "
b"éð™¼oÒ/Ë4x8Ÿ†s¹E "
b"ê\x19 ÀcÞé]<\x0F\x1E Ñ¿ýÂ÷í "
b"ê(ß!\x18 !\x12 NÙ«\x0E é«N "
b"ê?\x01 îžs8,\x01 Ò³Ÿ+±ù, "
b"êOåÉþ7\x06 "\x14 T/«Pïõ\n "
b"êqÙvn<R\x15 N\x15 7‘8»\x17 î "
b"ê•\x19 QsÅ8\x0F y;KƒÉ瀶 "
b"êþÖR8üÆBr-\x06 úÒ°> "
b"""
ë\x03 \n
'Fw˜$\x13 x!±¤î{Š
"""
b"ë3±\x1F kS+¿_jWdøºŒm "
b"뀂£|¢Ùå×Mˆž:U= "
b"ìG’ˆ\t ²\x14 [Iä6voÒ@r "
b"ìhÀs&‘âM¬õ²^/w_´ "
b"í\r \x10 }›Ò:æ‹aÁŽ,þô| "
b"íh&vo\x01 ÕŽ5¤[\x0E á}Lg "
b"ísè\x16 Ý(uÐh=”²<dj "
b"î‘äÐÓ9Uÿð_9o>‰BÊ "
b"î¢öù‹\x11 Hû1v¡à\x10 Á3I "
b"ïOûQƒÊ`•Vh¾[@𹑠"
b"ï‘\x7F Ø7ÉiìR¬Ž€Ú:— "
b"ïÁ‡%âµ€¤ê‹ÉšÙùï: "
b"ïÜø]„\x18\x02 8SÅÀj*\v %‡ "
b"ïí\x17 ë\x17 4Æ\x00 ¹LÈàÿVâk "
b"""
ð\n
ÃØÚ\x01 #á\Ø÷Í\x16 íi‰
"""
b"ð.B\jGô1)vC\e wÙHn "
b"ð;Yé£iE¸Ò´\e\x15 2¹» "
b"ð\x01 ZpeÆB‰¨ã‚íÌúç "
b"𞨬F®\x17 jXæI†c\x12 Ö\e "
b"ðõ<úfsè,$’½<ÓïZ£ "
b"ñ\x00 ¢ZÈŽTJÈ<ÿ\x08 0GÙ\x15 "
b"ñzËãæ&Á\f aÊ;ÎiÛÔ "
b"ñÚxA¿Þà2\x03 Å\x7F\x1E “Ø–i "
b"ñ÷ÅØ\x06 ož5²\x19 ýíÇï¥Â "
b"ñùòœÿ&®Í¹rx€ž5~ì "
b"""
ò\e Ã\t\x15 \n
ö…¬¤:CÕŽœa
"""
b"ò7!(’ Á\x7F K\x11 ÙŸ:ÌÊ "
b"òPOÁYæ\x1D\x12 CÿÞøÒ»°\e "
b"ò[ÚßÍwÌøq»è¼ÒN(s "
b"òw‡Y|î¯ÿ>h\x18 G¥~ÆÁ "
b"ò¨p‘'öX<)\x1C Nu˜‰¢š "
b"òªg\x03 ²¾Co\x16 :r,5âÚ° "
b"òÅ¡2bâ«©•€Hþ\x1C Uü¬ "
b"òÌšLéeцìçb–äѤV "
b"ó\x0E Ì\Ëž\x07 ³ô?^¿Ðî05 "
b"ó\x1D D¤ô\x0F °{¢\x1D –dñ>ä "
b"ó5+?~Ö=j\x16\x16 ‡F…~\t c "
b"óA«"ã;ïU\x18 ã¿6P\x10 Í\x0F "
b"óÀÑ£¦\x16 ¿á¦.Ž\x07 ø]ñý "
b"óÔ\x10 p-c֜ڄ\x05 ÄH 8§ "
b"ôrž:Rí¨@\t oXZËp "
b"ôÈK“+´Å€aûµ\r Ò\x15 ‰µ "
b"ôⱌt¤ËeQôû-Q¾‚Î "
b"ôä´èŒl\x19\x05 Çëí\x18 B®$ "
b"""
õ\n
!òx³\x08 ŽZJ77hËœj
"""
b"õ;#>D7F°\x17 Å'€zK=Ì "
b"õT¼kí¨ä\x05 5«s$Ý»Ø "
b"õ}°Ú9”P¸x\x07 æÔôiG "
b"õ€[ÂD㜘¥\x1A\x04\x05 B£;8 "
b"õ‹‘˜×“Ú>:WÜc¼2Ës "
b"õŒ1]yüüHJuöz†DXó "
b"ö9ã\x17 c\x0E :lê×ñãªé\x11 = "
b"öj8=%%ëVà$æÇ\x07 •;Š "
b"ö‹Jzw¼åÑ{¶KŒöV\x7F "
b"ö£îÄoÃ\x06 a/€dž[WÕ\x19 "
b"ö¨·óŠÞÞ&.ê»>J@f "
b"öÑR¬\x02\x1E UÞjá?“}\x10 ´ "
b"öÞ›×áÖ‘S}“ÐÒñ—Mà "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `file_hash` as `property_group_option.media.fileHash` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
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.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `file_hash` as `property_group_option.media.fileHash` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 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.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 (0x5AC14805ADEB82BC2DFADDEED5DE230F , 0x5AC66A5BFCCC9AE92A9D6F970487E71E , 0x5AC70976088C4B853A214CD119ECCD19 , 0x5ACBC4C2927DBBA0A71ABF39473D874E , 0x5AD05E20C5A0FEEC0BC3D79126222319 , 0x5AEA742D9DB4A5C922C8F7F13E880B49 , 0x5B66AB3429580C698EB57202C76F9B9E , 0x5B82CAC57D44ADE7A00D56BAC30FEA59 , 0x5B8E0C9F3B7F8F2C167DE86131E230F2 , 0x5BC4B8C01A73F06087CFA4F58CB0BCB3 , 0x5C18FF53E49AB34189B4ACF906539C34 , 0x5C3296860C39BCA0D505537A32886D97 , 0x5C82196F396321ACB8AAD0143C507113 , 0x5CD4F55D979E2C3DEE286B17778FFD07 , 0x5CDA8789D77EC13852E0F89568FE28C6 , 0x5D41DBEB7976F53F6E1C65B2D43DFB55 , 0x5D48E66B1F12BA4F07A3FD90B1E5EB2B , 0x5D7966ABD0F02DA348B3058F8BD024D6 , 0x5D815AF1A8E43BCE4DDC17F58B2C1792 , 0x5DCDD431CE8BAADAB77F1D9097423C1E , 0x5DEB2F3C078BEE5E19E7BD3DA88DD208 , 0x5E04137478BFEAF244D232FFA7006792 , 0x5E50682D007559BBEA13920CE011D123 , 0x5EB11F26E090DBCEEC03CB6161FEAD64 , 0x5ED3DB1D278B0AADBC5651FDA8ED429C , 0x5EF5CB30E75CD0AD2C5C3525C6029100 , 0x5EFA040F9767C5CB991F7C946B6D7293 , 0x5F1360C94FE6428CE99288A608E73B5C , 0x5F1ADCA03C3DA2B49077D2499C37E9E2 , 0x5F346BB2349B596AE340AE8E0233CFA9 , 0x5F5FDF70BACBB466BA7D566347379D05 , 0x5FA36B1DBD8A4937E54945D49BD3F403 , 0x5FBD5AB3A63C6F8F5D610A0A1A6EADF4 , 0x5FE990704EE9295822DE0696FB3DEF98 , 0x6006E1F3691FDFE85684F382B3159BC1 , 0x601AF682C0F9FEE91ED89B6FBC593FE5 , 0x60626E2D19E7364E98D00D2298C133CF , 0x612B4365C19395CFF844E402D0898099 , 0x618EE1C8C942719FF1099AA7D5E144BD , 0x61D5BCF79AF5CE40FD583C8DA4489D6B , 0x61F033F66E2338A782A4C881AB938DE3 , 0x621CF9457006CCA47F2DF3F6B61EEDFA , 0x623D37F9632FAAD9D7338C6A1870DD57 , 0x627D8259B1288D4C60411A3F590AFFA0 , 0x62B2CD7D66195DFCD26B2F04F06C027A , 0x62D4B21D8D0847A70F4368F2850015C2 , 0x630243B43D5C824A4AA5F430C3E684DE , 0x63110AEE2785A98DE16E696E05933176 , 0x63610FE25772FDED438ABC377E6F8B72 , 0x6369E765A34261D3E310729390C47E92 , 0x638B484531EFB152705890278BF72789 , 0x639399F7457630B60C14D80824A4C851 , 0x639D57BE7E092B99B96B3B2EBBB0A9CE , 0x63AED18CD8D53750D6DA9028815353BB , 0x63E5B91BE51F7226543E0E24C942C728 , 0x640EB897FF93B40C7C32DEC80E2432F8 , 0x646F412773D008172412771BEA4B0A61 , 0x647A137D1AEB426C3F7C4433A0FE4587 , 0x647F369AB17D939D6856F27B637561B2 , 0x64E68AB56435ABA047963992E3C2D01C , 0x6524E03A00B273C7766140FB16DD4860 , 0x657313F1000EE485CE5ABBB3B1E15879 , 0x65BF1B02B030A0AB824971E6C4E05214 , 0x65C19B2D7E48CAA0E4F192912FC42D7C , 0x6602203D7E6CAE264F1E5774DE688101 , 0x660ACAC2D4538B3B41FACD5C3141CE62 , 0x66272D92A642ED8728F510B3BB504B57 , 0x664FA8134A43E8FA3B9ABCA1ECD99D28 , 0x66525F0A0B78CEA79DFA7B75F08DD84F , 0x665EE363289FA33A8718F1D4D520991B , 0x66694861EDBB8B116C4C2D43E450926D , 0x666CCF84F5BA3FAC67F5D7CAD1831016 , 0x66A145C03DE04EDDE54C1114AFA51BD1 , 0x66E8413AB8AA115EFF88D6196B65A65E , 0x66F1BD60A7715FBC724008B381CEFA75 , 0x6723C598E2381FFE1DF3AFEB845BF17C , 0x673D8B8A738FED020CE6D1417926D2AB , 0x6775BAFBB397995AC8E7C6A23E7FBA5B , 0x67D2F2D401A0F663EE9D4BBA3DEFEB20 , 0x67F5244CE641BAFBCB52933B08444830 , 0x6804FC83F823BA4DAAE509271EFF6308 , 0x686BCE9673D1D17AA1F82F5CA1F387FF , 0x68883921DB8D0C4DCE1A2A4CA662F73B , 0x68DE7B1FFE10822D029BA84E6732E736 , 0x68F41FDD19F610C64F7E937C39F97867 , 0x6904566D9793B7423C1136684441CE02 , 0x69640A1ED31A90D8615BCFFE517EB446 , 0x696749BE52B8B3AD53A23B6C3F2D50C3 , 0x6A7364BD93A93247676521393618A8D1 , 0x6A8492FFFC84322B622FE5B96DEA926C , 0x6AEE255533AEE0FD834D3917D265B97A , 0x6B0060357455D3ABF04AA0F69C19BA93 , 0x6B08F30D704B3C827EC31C887A11B8BF , 0x6B232EBC01B2E0B9688509043B7190FC , 0x6B7F691006DCE34D418F25A630A2C56B , 0x6BA64E5947BF6E87697931FF7FEBDF32 , 0x6C564C77DF4AE631EC3F6C4F109AEC6F , 0x6C627FB0BB302E9B136E34AB36CD0D39 , 0x6CA8EACFD02504CC4FE2FA8F00863AAA , 0x6CC6252C2BECC6C6999A648A678767CD , 0x6D1C8D8D1F657EF8C9B0BBCDF2726B72 , 0x6D20D57E9D502B79F80903840C0BF5E5 , 0x6D3692279598DA06FFC2DC1E35DB7699 , 0x6D73E3A5D039D9CD4074D7F7EBC343B4 , 0x6D7F781DA5F28F19428596E828460F8E , 0x6DEBD4A9E9CD653C00E8ECE400F23178 , 0x6DFC956DCC70AF8D439F51AF35B9C390 , 0x6E094FBC6F690DF3935441843D23B13B , 0x6E2A7D4F31555C41B99DE212CEBAD816 , 0x6E631AC36F4BAF29CF40A2D4B0F4BF33 , 0x6E6B93D6D555AECC5BD54156592F45DD , 0x6EE34A44E23C620C005361A22AF62F87 , 0x6F08BFC5988F21D574C6AB8D74A6DB41 , 0x6F27FE1705B2A9BF5632B79F093D48BA , 0x6F75AB2A31C6296B1A4028AF50C86DBC , 0x6F912A8997DBCE021017B15F4B170300 , 0x6FE66827701DB14192752586FFA70BC5 , 0x706F0DB1A6E8F0C76AC9DC0729B4D48A , 0x70832276444DC2E98F084BF1859682DE , 0x70977BA01A100A89B367F57EE324B495 , 0x70A54A227915B44E630374C199CFBD21 , 0x70BD8FDCDBD560D69F5919AE7AC66B97 , 0x70E2104A87B640F4C658692558418C41 , 0x714B7405EA07902C4714FB58EA6960CD , 0x716B0EAF30B008E33C3CBDD6E0780A6D , 0x7173CBF972B25FA6ABC97888ABD52B11 , 0x717F3F1E9F1976F115C90C6EF85111F4 , 0x719AF964A3A1AFD914BF0B05181BC4DC , 0x71A8CFA087920938D89F636D474E6D7B , 0x71B68AAC644EF75834E4281BD990FBF8 , 0x71E3FB339F6358570205713CF8F3D940 , 0x71E7FB0646792C6944EC574D0CA65E47 , 0x721275EECFE2BD1B669ED5A666A0AD0F , 0x72228095EA40C083DF9C0B2743A7D993 , 0x72471995CC38B964B3549AFF5F1CC326 , 0x724D1F767D00745C5DAC8B285C2D9FF8 , 0x7255451897971DC73689DE44AFEA6EE2 , 0x726B383A767767EDF9D11C2622216749 , 0x72A2F8FCE81E5D17E744F67B1737CA8A , 0x72ACDF27DA6BE98605498C993AF0A973 , 0x72CD00EF21ABD5DB925589C7FAF6F896 , 0x72F80300D6DCAB804E2A3B1EF3E52D0D , 0x73978740DB13E9E1BC940B445D1F4BF9 , 0x73A49FDFF26FB49404853BDCA854635A , 0x73DEA07C13F5DE33E6120E58087C2B30 , 0x740744DA7396EBE06E0958233526FDBC , 0x740B8AF14E5A0CD252C823AA59BCA787 , 0x7410C1FB5F76F36959A79897E9DEC6AB , 0x742997EC1E3C665C948D201A2E5D0682 , 0x7453274D046A610B08825576846B35EA , 0x7499892D3F03025DE64E1D514BBB7A71 , 0x74A5E2D5ACF4E7D9E45282C288617F5A , 0x74FC4936B4BD1EB47640E0178818D6AA , 0x751334165C2F94BD8ADA389C25250344 , 0x75559088D5FAA0B201D693C2ADCABC3C , 0x755CAF02A8996C754A1B972812845BEC , 0x756F13F1579DF8306B3C2C1D683DDCE1 , 0x75752B4B4B65BAE3DF2FCB96CA9F4C8F , 0x758EAF7DE5B242DACA01EE25B67F73C6 , 0x75B5E3DBEA64203A908AA0B2EBC6ED44 , 0x75D0E73EBBE85A482CE2795D0F60D049 , 0x75E54BE663FDAD6702CAAF64F825D5C4 , 0x76098C520CD78DC21968F8E82EFC9CFF , 0x760A233C6261E85EFE44CC5187DAB3FC , 0x7627EA7CF5358AF3ACDDAC7AC85B9A66 , 0x7629C0F4C4BDD60AB5D1D6648D458272 , 0x762F736FFD219D8701D0F1F2441037B3 , 0x7682D3F3741A1A5323481F83128AC4DC , 0x768DD46232E70E15DF06861706750B3F , 0x76A5CE94EE019AB7AC812EB4446909CF , 0x76BEE28B0C371EF32EB4B28EA6A977CE , 0x76E12A5AC9E15CEA20F803762E718117 , 0x76FD7E2C49B7CC314563F7EA15F75A2C , 0x76FFF1AD831CF287A3B233C38017C999 , 0x7717D32BA765371F0AD8C82080EA5D5C , 0x772064E21F39F3CC726B8434DF8D7F17 , 0x772B782DD18349EEB1011B00AF9FAB29 , 0x777E1350463297C82CF7A08A61964070 , 0x7793953C8D0F4DF1E2C02C53B69E0FF3 , 0x77986177AA405CE25D84C4C90989CAF2 , 0x77A087348051EF3620DE34B1818F4D60 , 0x77AC0EFB8522026046775BBC11A8496F , 0x77BA61EB296A36E0429E7DD5394D4E85 , 0x77CCA3923689A30CF75300CC0EA154F5 , 0x780ADC051D6061E75FE806EEE53554C6 , 0x780C5E59FAD29D433DF57A6FDD0E81BD , 0x7830DF5615DE5F5C65F6AB2201756BE1 , 0x7835B285A0618352807B4D10771AA8ED , 0x7836C5C7AAFF4FD317FE0C9D969D32F5 , 0x78396D0231817D98B545FA6C0803932F , 0x78E07ED9A81443F8E632F755F9FBD89B , 0x78F002125F826C83BF30BB3E700DD1E1 , 0x792F67AEB65B4F220D8D1878354C2833 , 0x793A567804F826FE4A01338AEB55648E , 0x793F16121A1D81A3BCF0AC6FE7BB586F , 0x79544C41F3A7E389A3FE10FA07455E8C , 0x796A6521B63F0AE7B0EF850B58AACE95 , 0x7983E7CCF6BE6ED6EFE561A565D0B1B9 , 0x79C7E1B4FEA23F500B010E7AC53C6C07 , 0x7A12FEC259828EE3A22462CA1F8D75D6 , 0x7A44B78FEE4B6154F894A2A5F46E245E , 0x7A5616B27B781A81B54CBDA90D69BE19 , 0x7ACC58FFF2674D72D9D4D63EA51EF62D , 0x7ACDF9910D9A5FBE131142EBE0A74793 , 0x7AE76423FF33618580E4492C1484815E , 0x7AEC353F65D9071F4C88AC64E274B98E , 0x7AF6A5A932E8690CEE2F5719C949A117 , 0x7B08933286CDA3DCDFCBF11AF14A44C1 , 0x7B2174FAFB9742BEBFFAD79CC1C2458E , 0x7B27F0FA92DCC4E7220F82D3384E8FED , 0x7B39C777358B81513EA4EFE71225A292 , 0x7B8FC94570C865B9F89C09BCCF7BA903 , 0x7BCEE9D22CD790E6BA6B195C791D05E7 , 0x7C7E9093C806096B6A156ABD0FE270F6 , 0x7CAD294E8B32FDEE174729CD04E28D5D , 0x7CC7A1937361CC2721C98423BFFBA274 , 0x7CE2ADDD0D49B762936357C9BB4AD53A , 0x7CE6827C41AECC0BC76FE1835433F368 , 0x7CFC6109FE010B0D7592B48F1A6ED1C3 , 0x7D25CAD736BBA8032FDEB5C11A11E841 , 0x7D48243F2BBE5B9E68F5675F71EB2D8B , 0x7D58ADAA389652DFD1CFE12869431961 , 0x7DBC564DBD6098902C2A25697CF7E6A2 , 0x7DC4F7E829815995C2735254238985E1 , 0x7DDF86DAB23BCBE780F2DBF8AC63735F , 0x7DDFD0978C06DCF8E220E2114EDEE7A5 , 0x7DF44F32FC78EA8E8639B8C55B0DFA53 , 0x7DFA5CE906CA34B66829974A879BDB8A , 0x7E2E142C65CC95915544A45E79D700F2 , 0x7E4A14B8B5062107B5CE1DA14CADE4AF , 0x7E4B6105EB99D9ACE95C083D7154C3D8 , 0x7E5693686702CD3E6E7368B40539DF00 , 0x7E80AF07FC41ECD2AC0CCB95C2E11B2B , 0x7E8F5D9A3A853BE1D77D3DCB735E53F0 , 0x7E99802FD3905B8B867DD507172BFD4F , 0x7EC26B16DB070E9D09EF4E3613377605 , 0x7F1BE0A37E0501AA90E2D5EF1968F365 , 0x7F4BEFD4B46B999BD69FCE238DFC4AC6 , 0x7FA456F8CAE65741084EA5F99FA5B6F7 , 0x7FCD7F7AF170D695C80701B3DF3E0974 , 0x8003173BB4863530EF320F06F113707B , 0x801AEEAC8FEBE6CEF09F25DA3923D402 , 0x801FAD6D5DB58794E135FE4A18857317 , 0x8028BDF0AE80120A481AFDD7DAEFAB65 , 0x8030F037D477E79FA0E1544170EB1324 , 0x806055CAB23F1442616C30B93671D59F , 0x80769A7C06FC0FDE8D6840E313AA0042 , 0x808D95068520DF4329DF1C08E96EC634 , 0x80B86080142E4DB5F74AB6323D099A04 , 0x8103E65DC17F187A162F8930E7C27F21 , 0x810BAA78A8FAB719581BB6AA55CA98A9 , 0x8114EEEFD5D42F0CCEFD764EFF7CAC2B , 0x81370AFBAE5CCADCFE4AF6012FF02C87 , 0x81851535A4C829AA3437B73CE64D45BD , 0x81C49F22507E8319C2858A14CC0C926D , 0x821E5CA379346CAB3E0CA9ED5717F357 , 0x822559CFAAAE948C580E461594EF623F , 0x824CA72157150EF6E6B6E03CEA770E2E , 0x826354023362319F26DAD9E877702C4D , 0x828694536CE61B52DB8BC21357045EF9 , 0x8287D940841C0B35458E49988182C4DB , 0x82A13A614A55FBE89B6B4444B516C2BC , 0x82C489E86A817278C8C9784751A7694B , 0x82DD0113551068D05AC66F5CA72BAA96 , 0x82DD29D743D0615DACFBA04F21F3B931 , 0x82EAD0CE6A515386393A3AE06E1CDECA , 0x8306DB20A3CB437107A86B54CAAEDD2A , 0x8310C42374C8C9FA1E686C6E14240167 , 0x832E182856FF62B08146AB92E7C8C4BD , 0x833C5EB0B1880EA7CBD9B9B610A4F0B5 , 0x836EF9CE6FF89399971EC7596F50CED8 , 0x837F8C370B3FCE16F1F19E8FFE7D38E6 , 0x83B68BBD3DFB8823599A4A80A49B4115 , 0x83CDCBBC30CFD895E206AD3C560BD245 , 0x83ECFACA912929A76467BF26613D0E69 , 0x843A2F6EA866455C46BD21E98CF33A60 , 0x843C3A71DF640EE41FF21AD5BEF0AC0E , 0x844472DA7A8DA879F1BC11518B68D53C , 0x844EDE9FAEA9571EF7AD12BAFEA18A5F , 0x845B2E1133727C6079C2C674B29075DC , 0x848C802242A048E2E968AFC6D74E87B9 , 0x8495E1A60BE418BA62036D3A12838548 , 0x84AD4A0ED0663ADD30F25EDF97F4C1D9 , 0x84B519042574EDB4A9DB08BDB308DF94 , 0x84C627CA5C9A8998A9FE8DC832FA86AB , 0x84D795373A06CC6A556AC37D55FF2B60 , 0x84F11C5B26CDE7F83F560E86828012B0 , 0x85033D669EECC393B0E1CFD29946636D , 0x8548872C04C06364FA8C01BFDB0A9929 , 0x855A67B019D31A4A645F9CF24F1A0FB9 , 0x855BB618B579E9D5BE425CED18C157AA , 0x85C2886727EA4B628B4F5514761BF885 , 0x8600BEE562F834000F80B7D584C8988D , 0x861F072095842C8DADE4E5E18DF40161 , 0x8635D820C01B4D5402D43A1171F5B472 , 0x863AA1BE7E6630D7895E9269AAA7B93B , 0x86552B97F09CEA51B206093E6F6EB114 , 0x8667681B92AA81183240923D5C8BE748 , 0x867A0F3CF3B0473996116600F3CEE989 , 0x86C455CFB556611BA519AE48870E1AEC , 0x8719AAC5F28922F77DA5AFE3C712F33A , 0x871D1B870A1234138C71E811EB654399 , 0x878091E25E90CA8953DC85015A509E1D , 0x879FDEA95E4E3887111B884369FFB63E , 0x87DDE1809D1DE01A5FF969A81ABDC04C , 0x881649951CCD9DD0FAE9481931162EED , 0x888A83EC41D2D31308357E81106688DA , 0x888DDB499A33192EC747DBA9A7463290 , 0x88A9498633DDA7DAAEAE54CF4955D549 , 0x88AC58B506C8E4A163AD1DC84F3907DA , 0x88F0D20B235655E05606CDB90F642478 , 0x8941D61C7EC7885A6DA1610A9CB67A64 , 0x89480085E666144C18E5750DC6DA37A2 , 0x895FB0905E2255B7DF1A7176EBC92107 , 0x89A8B04F44ACD2BF206CE832797959B3 , 0x89EDCD34DA41A1A4863B699EF3F113CF , 0x8A3F2CC53E787CB6CABDCB90001897A6 , 0x8A7BDBEE36D4B603FBECA06795B73574 , 0x8AB31F225129C1849814ECF9595C0822 , 0x8AB4DA2E2F2ED64233D3CFAB6EF29A4A , 0x8AC5C7A4084D3873827C979859314FFC , 0x8AC9E907A0649360A0B178EA4578DD22 , 0x8B2E228A4E45489322BC2B1EE1E00DE3 , 0x8B4B2A9326C89B7492C69448936208E2 , 0x8B5B1F1C547D6E9B9A8C289F4DF41814 , 0x8B6BA8EB2CDF3CDA48EB91E6758A07C6 , 0x8B8ADABD199D838D0174A667B0362907 , 0x8C5D1CBC56BEA0D8C8B0551B1507B114 , 0x8C66373FF82A1C54D7297FCCE8F584DC , 0x8C7E7DE1E1947A8E7794A4DB4FB1D1DF , 0x8D0714571BB09959353DCA7F4217AAFD , 0x8D33A53AF3C374D16DA78ED2F696EF53 , 0x8D45B711FE0A30632DE7716EC759AC16 , 0x8D582562EEDECBED5AB0D8A3DF366EB4 , 0x8DAA944C924537A8620EBAEF6FFC11DD , 0x8E2B4AA65093EC893EED83CD16C25692 , 0x8E3F2E5F40605E0938731CCD3FAA697D , 0x8E402F365A205C9F1407B40BC3636642 , 0x8EA9A3F5CA9B4AFC71EA67F1CE844BE4 , 0x8EC6D72D8A1C3ECF127FE21881325B11 , 0x8EE0BF044CF6418C4B7C7215A3CF6C61 , 0x8EECD98DC3EFF539C696069FB31EE15E , 0x8F0A315220CED43CA371AB3997475571 , 0x8F3529F8841AD5DF161E32C8A5B8E10E , 0x8F43874537616331A018B6BD2A0596C2 , 0x8FAEE81707FBC2716E9DDA90F521A3CD , 0x8FB1B7169FE6445B6412D2306B441987 , 0x8FE6BB93F4DA0E8EAC8B6816A69D7773 , 0x909E6607C747F496E06BE024FDF9FC70 , 0x90EAE412F158A12E2E4BB3A107D8E1EC , 0x911B63ECF40FACD0F08EFC7F86772A6A , 0x912001E493E833BD63071F756E2E9182 , 0x91286E0F208F8D87CB5AD53419E5BD8B , 0x913D3C531B6996250D4CAFF0D5C964E7 , 0x91488E7603D874397161BBD291FF28AD , 0x91A6B211B8C93872E16E2F7D2CA40674 , 0x91C9DA0B0094D118E4AA17FB6A2070D6 , 0x91CABF88B3BBDF8996EA8B7A6CB0DC9E , 0x91E15C19FA6C8A504BE1346DED7B1EFE , 0x92059C3FFECC601E7625EA12F0483BA6 , 0x920F0B3F8D2DEE22B330DC8827687815 , 0x925E6BCEA928B77ED457F5BD14CB90CF , 0x9273D7811FC9B87F06D0DC2DC200293C , 0x927EAD70FAD672DBA651E27A63EC8147 , 0x92914CF29104E95E9C5A07842037D277 , 0x92B27DFC1E2428E4B9E69D90F47E9A2F , 0x92BB80714DCF5BAA7554FC5AD0F01C34 , 0x92D590DE80F23CF28DBA308997D15D73 , 0x932C1600EC695DCB4959176E1A04DF67 , 0x934752866DD56A742276FDC9899C9D92 , 0x934C7A7EDECA8A7820657A179E9868C8 , 0x93741FFDA2ACE536FBA8BAE1A5BCA66D , 0x93774851A49747BF944F10D2A6583FF0 , 0x9379B9910CCC54153B383D661C01E359 , 0x9390041070D29BFBC299E2B1C19D4794 , 0x93A4C9EB62FFB891DF52201754B337A7 , 0x93A69C408575ECA5E5A03105DE4632C0 , 0x93C983FECBB43C075BEA781D68662550 , 0x93EB69B1619B7FBC1C8945C05CE902C4 , 0x947C4AA0C3E7D94F07FD88D00B209DD8 , 0x9489C9143B16A387E764C6F0EBBABD41 , 0x94C9D52AC8A17BFB3F035E63C4F86CDB , 0x94CCAC357972D29B553689CC395A0EE7 , 0x94D0CD13347240D9B8087742B4526E1F , 0x94EDB954F46D9761276F4A33A4C6D1E7 , 0x94EFA6FA6C9247666A2DC55B4FB6AC78 , 0x9501AAEAC6A662E99226A18AB9E55F8F , 0x9573CA24EE15AD6B4D326EB7E4EADFC8 , 0x9587883A4279F7DF8AB58DAD6B1DAFF2 , 0x95F3849B6E3E93472BF2AFB877FB808F , 0x960E0AE45181278EFC62576A4025BC7C , 0x962CBFD944C52BC6DECD21E237186956 , 0x96305F323A0DE2B1E8CF02332E48D631 , 0x963F51143BAA76B715A98B7003D680C7 , 0x9644F3E888A840BF5EC40CDB268CAB83 , 0x965FD93E4BAD876019C575C43FD607B2 , 0x968ADD730717E64D8BA79C02FE3A37FF , 0x969118280082CBA120FC8481A8BB9D63 , 0x969931ECB47B1905966622C21160CFF9 , 0x96B80B57E2348B830CA901221EDAFA2E , 0x96FE5DE7E6B7EA0A12D101E06C4E20C0 , 0x971AF52C75A0D5675A706DD1FFBFAC41 , 0x9724D364DB1E1B6E29F175E5945AE53C , 0x975B0012089BDFC0A73D3F04AC2BD214 , 0x978214FDD43FDA5A548A476CC71AB93A , 0x97BE58C4B9F86BB918E472343C96137E , 0x97D8DF80AE3E204E517E336DD5C4634E , 0x97E4711D0ACD70AA0B6247EE2A5601F3 , 0x97E4D74114BBA21CF68B2F1D44DA4F20 , 0x9828E04F4110AC8F9FA0B9EDF6C9C9C1 , 0x9846F78D3B99A502CB35CDC67BCF2793 , 0x984F31E800133EEB84424438A94C8827 , 0x984FB59CCC7B5F73F58D5073D4DB6496 , 0x987AA8710104D6CCB564E62AE332D883 , 0x987E5BDE8906123A4D61BFB81992D4A5 , 0x988169EBF8705A9710F8F985DE582BC5 , 0x98FAEB79B753B2468697728DE433D6EC , 0x990F1566425FA0BA3E36F8D78439D482 , 0x9916FB9B4AD654830B2590C0F51B8DF7 , 0x9926032AE107A5C80534585A563CB134 , 0x9A1DE29C69A5E6C53DD538EFB5C0C280 , 0x9A344144017CB36BC6EF025B6E01C4D3 , 0x9A3A6D8E4A9FEFFA147764F2CA414D8E , 0x9A5D91DE283110ABBFF1AC09ADF8D615 , 0x9A6E8FD66F32BE6ECBBFA6DD2AADDDF7 , 0x9A7865DFE8496A52BDE8DB2417330194 , 0x9A8ABB79235F8E0EED023D06EDC5E3D8 , 0x9AA20216699C127F5242BB0DA22FF3BE , 0x9AEE0E59AB360D8A2A9C70905D0F6C73 , 0x9AFCD7255DCA259D570DD03608FE58AD , 0x9B031A4DFCB30D97CCE0A9C867328331 , 0x9B49C9AE34FC48EDE63D9DA278585193 , 0x9B5AB964EB293C695CF06B03E190B0FF , 0x9B998B459EACE5D48C76A3CA3539477C , 0x9BA5AEE30AE45B212AC483260177B8AB , 0x9C50F0D790F1EDCD09E1F5E754C109DC , 0x9C9E78FAC83C9F65C3C949714D30AD2C , 0x9C9F55B8C2113917FD470A022258781A , 0x9D40578A2C44C3EB3C42A77CE420E270 , 0x9D6BD2339FED3953EA2B974A1F54EBFD , 0x9D8B74A328274BEF0109CBF6A50CAA66 , 0x9DA3D2B7E2CF87D2F9EA672A005E9827 , 0x9DAAF8531367A5CC5496B54FC64D4CB1 , 0x9DFDC4C186F29F301A2E9D297F54E39A , 0x9E6058B3CAB4998DA1A354ECFABA2C00 , 0x9E653A7F3F716C1DA246D75CBDA7CE49 , 0x9E675B9DD553C3FF3DF12978C8432FB3 , 0x9ED0ED34AECFC37243C48AAFDA854135 , 0x9F4488E9E6C7B1F78DFB2D76A37E3CB5 , 0x9F4855F34E995E8072764CBC016B1413 , 0x9FA4A4FFD3479C81E5930511AACEBE17 , 0x9FAAFA6203B74649E61EBE11AE82B563 , 0x9FAD84A1DBE3C9FBB07B5FEC07691E98 , 0xA087E9402A0F00CA12AFA14CD96EF6B1 , 0xA08C8E70DCA21AF76D6E4FC82BD0DE14 , 0xA0E09C84C909A78B4BF690D8D9E88473 , 0xA109F7E03ABD62C593540E2407EFE47B , 0xA1D4685DC9866711F171125CF7729782 , 0xA1D9AEBC6690460E1562782E9AC7F04B , 0xA1E05DA9039E7899DCC88CF483DC53F0 , 0xA20368950FB4BCC26715F711AE18E69D , 0xA23078B69128C59E06A226E78C83D75F , 0xA27B3945D63FDA359FA0A9C34E9D784C , 0xA28206342AC5FC3D07074EAAB7B540AF , 0xA2BD13C969C4D1B3E6BF489EC987DE8E , 0xA2BFF939C0787BA9E9F9478B728B10E9 , 0xA2CFD5EB4841A866DE6D920E14D38605 , 0xA311B2823348F7944D613D9316C4CA5B , 0xA34CBED2E7FC051BC9340B7904A58F5B , 0xA354DD771DBBCDB4FC72C4E9AF4DBBEE , 0xA379F89CBE88A2A10DC03EEF29A9EB15 , 0xA386D20B283C48640E9707869727C9AB , 0xA39FBAB119711A3750851C21287AF000 , 0xA3B05920E24C311755656D93FEA98033 , 0xA3CBCA464C8CD01735C5363BBDC369A2 , 0xA41C9A4286EC7D77B3D189C80D8DB776 , 0xA430540C91D732213316E97B0E5D6556 , 0xA439DBDE9238EC34246DC7E9D4BBF558 , 0xA458E8CBA18615760740BC3CB524F683 , 0xA49F29EC80F7DEFF24F628396F72E445 , 0xA4A418B9FC207956A39D848EC1CC0C90 , 0xA4ACEA4B7B3D287F5D24410FF252ABB9 , 0xA4DB9B296F2CCECD698C1DD8FB06BC7D , 0xA4ECB8136A1A0C435D7A195F4306277B , 0xA526B341B1782EC65A853F40421A172E , 0xA52BCAEF2B7FFCAE80AC737A1EE1DEB7 , 0xA52E0E25E1384DA29FD2B647EDC90484 , 0xA55F6077C1F13967852C63BDD546A18C , 0xA57C0AEE6C89154F0A53BF8700582F9F , 0xA581ACF8D23E6F9EFFE4CA1FF7E76B75 , 0xA581D377306B2E138B9B954A55ACC0F7 , 0xA583747943FD64F1A4BA2A2C9C7E10E0 , 0xA584A4A42A621C6FA14CC163B0B678A9 , 0xA58E197AC8EB983C792C7D004E7D9ACF , 0xA5AE2918C1CE0B18CDBE7E87A2FFBF3F , 0xA5C2E87AD6262752F96C22CA87AA0727 , 0xA5CDBBAA2E8011A44F7B788AEB0986B0 , 0xA621BBF512A0752608A51DC36B250E7D , 0xA636C979BACE7D561CAF0D00825F19C9 , 0xA63B27F591CF7486398AF162D7341E42 , 0xA69906E380E4DB086BB9512ECFABB495 , 0xA6D5440262FC84F756A3AB7BF78A5410 , 0xA70B4A55316527ECD63867911490E00E , 0xA74C0F964FA70AEFB1DB8D8D3EE2C156 , 0xA76A9E05A908B052321DC5A9C94B9ADD , 0xA789A90AE1D7E17A8F563654BF57C7B8 , 0xA7B36DD2A52A52467E1C015F2C70A19C , 0xA7C3146F8A120B8C7490CC68695B47DA , 0xA7D1DF06E099C1B68BC48BCAC5BBE8E6 , 0xA7E193B51640604495D061E36E45C68C , 0xA7E57225E0887FD267CD3D0A6CA3761A , 0xA7EC4FFC31CE9CD5195550C5BC079EB0 , 0xA82C22733F82192F40E30E64FD03DA4C , 0xA86539DB0CD2377892338593FF93C98B , 0xA89E8E7EB5E7C54B2986A31EFE97548E , 0xA8B9F1A3025FD93306AB186000FD889B , 0xA8C595416F99BAAED996E0366C46BE65 , 0xA8FE35EDD34055EBE3DEBBC528F35779 , 0xA936DFAD9B1A543E58473BF80FA211CD , 0xA94860894E50EF07202C09535ED06491 , 0xA95C353AB6B8F3235DFF653C8185FB74 , 0xA960B38BF3064CB92BEB5B0F706EBD6B , 0xA98229ED2EB4539F49C434E3307C115F , 0xA9A1104C82FADE6F1A746D3B26513BF9 , 0xA9A20D41F8F6171C81926A56D6E0A091 , 0xA9EF5207757956E672ED7F1E8D8AD7C2 , 0xAA11108B5845AD002C0F01B7646302B3 , 0xAA2C19198ACB0345D1BB3DB401C13F3A , 0xAA82DD09C4D371F34AF4C8975547384F , 0xAABC409551F79609119683A776283601 , 0xAAE1AE9821FE11E37EF812000B3D2231 , 0xAAFBA7623D9B868B371D03B06A492E78 , 0xAB038A15353EB3B607C9C8FD009BD4BB , 0xAB536768D83E697B4CE229FD935B729E , 0xAB6BCE40BFF1B26D73BF0FBD3B994C73 , 0xAB9A7A14D6652C13C2CAD1B5A0ADA0F9 , 0xABCD094D8682DF32406D2A8A938B7630 , 0xABEB4706AB4B547BA0B750F472B8A80C , 0xAC1A82E8100E5F0A8B8B6AA82DE215E1 , 0xAC3E4D8237948B61CF4D2247DE6AEBC7 , 0xAC3EAF238FD8194784A6695E11C939D3 , 0xAC832603F288AAC44EB11E7B000B571D , 0xAC97916E7370172D2E6C9E2E32E69E2D , 0xACB734282B3D252DB2EF1D1BD4733E7E , 0xACE71509897C5C0872DCB8D24B80C998 , 0xACECC9FC0140B8665189485912D83071 , 0xACFE58887B12A0E798771D51BA1BDC36 , 0xADA5EADE8CF94CC0D0BA10F694E5BD86 , 0xADC999C83315058167CEB5F3C44D4DDE , 0xAE02F6D2B24DA7BBBBF8666F75CFEF6F , 0xAE08EF5EF3306463D64A97FE29A19494 , 0xAE18451094D55A0B8314B97DC0E9C5EA , 0xAE35F89694F8780A1B2969221C070F92 , 0xAEB9685BF1E39BC405CF7B306AF312AC , 0xAEE991892BA18FAF52EC606DBF4DE25F , 0xAEF3F78239592B16BEB49985F2B50E69 , 0xAEFFECA858762F8C88E410FC3FB567D1 , 0xAF36271D56E6B934DEBD97AD72799D49 , 0xAF927EC61D0A1BBAD3ABFC788FF280D2 , 0xAF9C3916057E8F62771B6105E42B4443 , 0xAFA2E2CA5666C18DFE0A323B82311096 , 0xB00B423DD472D4BE34330CE790B94AAF , 0xB06C945468D89AF356DCD077EEA87463 , 0xB0BBC3DFDA86BB2A5B0CF6B5A74A01C4 , 0xB0DCA3D0BFA94FC74B3A267645014EE4 , 0xB1048507501A73249A2663D8A05CA4A3 , 0xB1213D39E4F7F3951FECBED7B6508EED , 0xB1478519D0B89BA4E81E68A35258EAB5 , 0xB154132A5BBA989CF214D18CE9F478DF , 0xB15DAB1DFA2C62153647805E72B3AED0 , 0xB1740B1DB8D081BBCA81DAF17BDA8E61 , 0xB180E01B5DA409D4D74ABDA1504B6260 , 0xB18CEA46B171E862616904EDA3B12149 , 0xB1E4570F19B99DADDD434656F6598560 , 0xB2301F33D736669047CB0F681CA32680 , 0xB24CFA0099188BD939A565824B952686 , 0xB28D60F5D459F926FFD18C9CDA57C66C , 0xB291925DCDC8B68EF451584185E65F37 , 0xB2968FF76F26277AEC8EEDDC597711E8 , 0xB29ECFBDE3DBF2D344EC0AF5D66F74BB , 0xB2CDDB5F5CDE6C8F70BD3B3458B13DE8 , 0xB38D3DB7F2F65A5178456A0253628DC2 , 0xB3A125F42B2E23CA215C420D771F9371 , 0xB3D7C4B33C1321EC928AD25C47E34C1A , 0xB3D834C8A6E23F54D72AEA4E6F013FF2 , 0xB435DA745F8F7F5F8B339075A676A604 , 0xB45A053AE9F01343CFA559FE07749E1B , 0xB465E2A950CC1DDE6FFF9A4893BCB7A1 , 0xB4E9CE3F86F1985DF5AA577F276805A4 , 0xB5167080A854D175C0BA75BEEA23E98E , 0xB52272CBD0123F921E13D2AF70C92CDC , 0xB52542D18F7A66A8C9344F0199FC6461 , 0xB57A93D2257F923C83CEC29E92CA7383 , 0xB58F8A4ED562465854581B3669CB3DD6 , 0xB59BF679FBFD0136904E93BED5B8D4F5 , 0xB5A66FA6DF663CF21DF5497FF75E0D0C , 0xB5B6520394330A62352F585D72CA7165 , 0xB5BB8F167327B8571A68F12C940700A0 , 0xB5CC466C84C694565B5BC5E93909AACF , 0xB61F06355AA36C82112D1110197D2144 , 0xB62FD7A2A48C91B0DC6F7540FE16D272 , 0xB648991A648FDC920E5F554829054443 , 0xB658F07CB5162951F565605D71250064 , 0xB65CA5AA889F3ECE3F8DE49299107EFB , 0xB6D8525213C54E0746476C29DBE34DE1 , 0xB74FBA5CCF9596C6F2BB57F5E8FBDD0E , 0xB7B45A1F90765ED800784E1CBE8A1FAB , 0xB848D43AF9C8D802BB3640BE28F630BE , 0xB85D26F437536A2D081468A43E2AF506 , 0xB87D88AACFD499ACA1B72EFEC77E063E , 0xB880B8B5F8604D3A2DBA521FA719F6E1 , 0xB89105D2127A2538B5F540565800DF7D , 0xB89822444948B5E8220479C9FA9A349F , 0xB90C963CA9F7786B66F6188BA53AD907 , 0xB911E4F85D6F709D81478FF4801835E3 , 0xB96C009F6FBC2621FB535154B76D5DE1 , 0xB97A499543A8347C0451072E5D8877B1 , 0xB984CCAA06016185F29CC805371912E7 , 0xB9B29665492BBA5341E3366702A2022B , 0xB9D07F1C79F5B53253E2F8063828FAFC , 0xB9EE7F6C7053C6E880941C237E9D113B , 0xBA267C940D5D9074C92F9770CF533BE2 , 0xBA31C62A314B11E0351F52BC143A7A78 , 0xBA3A889A78AABCD6091F542C21CB4C12 , 0xBA6D51E1FF8C5E278A45B4F333A7CC0C , 0xBA7B92E84D89D817F65FEBEAD09ACD24 , 0xBA83C98745D1307952F09FFA52653A42 , 0xBA8D72F738FD73751C8457D19D570AD2 , 0xBA91F7071CA77826C93D07E39E3125A5 , 0xBAA54097AE14D344BC6FFFC180B7AD3B , 0xBAAD91A049EB986CE0728AA79C668A85 , 0xBAB4CE4141B313EC5061A4C373AA95B6 , 0xBAD26F4FFF18F4C9503ABED1C7169FFB , 0xBB39729C5A794C8A7959F0689B259386 , 0xBB63D7F366106156E8B263CE088EC4E8 , 0xBB74AAFB3392E85448A1892D89C5E8DD , 0xBB8E152DC69703D6B46506D104FE777A , 0xBBD2876E901283AD0AB0223D447C76E3 , 0xBBDAA01C7286243F2F053782A295ECC4 , 0xBBF314FE9AC121A228556BBEC0D21918 , 0xBC01B032C280A2031E60C32D4898D0C9 , 0xBC1D10C4FAA093DBBB549FD898A6F59B , 0xBC21C9210D880D451D0F604FA60E7122 , 0xBC22F1DBC1E1E9677459FD15F3EE917B , 0xBC2768A0ED29D52E0F7E15DFC2A27F55 , 0xBC4693CEC228202F89E97E7ACF3B9C74 , 0xBC53E7AD22906BAC34E7776B3E69E218 , 0xBCA03E1E6C6000387403743709F5ADBB , 0xBCBEA6441A3BF7141BB6D7B8250655F7 , 0xBCCCFF43D82E83DA03C332074DFCB2AD , 0xBD796B11677049C889AC06363D2AB2E7 , 0xBD7AD7F5A0152D0A05D6E19A3CEAB500 , 0xBD86AD7DD33A5BFA7D3E572C35F9ED15 , 0xBD9CE599C781E6D3EB592BF46E4352DC , 0xBDAB85E5FB22D8A5568E6D9247E0306D , 0xBDFC3E315CDBBEB73380CE6AAB1E2C08 , 0xBE2AC953AF3EDED89285A7221F798E79 , 0xBEE06D71FE20C0B0B6536FC2E1E8565B , 0xBEF17AF38E4385CB1A631CF54C757A82 , 0xBF4BFBAB5777E99A881797856D5B91DF , 0xBF4FBD75E7D1ED8454AE341B973E3C97 , 0xBF86BFAA9DFB6DC444F5D078B3BECD5C , 0xBF9E99A0AFBF542255FD2F8926747CCC , 0xC0171E9CB043F67CC490A79D06C7E42E , 0xC0266413F8D6FF5CBF419E7E00BFE96D , 0xC028F39C04AB23BC2194DD095608CAD4 , 0xC032F16E772AB81628E70407A725698A , 0xC0659D8FA56E13AC1117EA52EAB31882 , 0xC06786288B1F06A0A7DC77CFB215E2D1 , 0xC0943F62177509E8722C21B1F04AE388 , 0xC0A612CE1E6746702A3CE9FEA4C49F7A , 0xC0AA983836FE023A458C7B6EF89479C8 , 0xC0D7B9929508A6271E2870D05E299DEA , 0xC1225F19D694B5A50833A51B4674CFB2 , 0xC1632EB6FD7BDA6B9B3761E70DBE3F01 , 0xC183D9048B6CC5A0DB4B5DDA1DB06934 , 0xC18EEA155BDFEE946F8057AC38C41C2D , 0xC1C303F8AECFF4354063C3284E903678 , 0xC23BB5D29E4366E16E416062E2B8676B , 0xC2A72231E0B5220FA4302247C6E6F5BC , 0xC2D6CFD4C30BC11AFC393338E4330282 , 0xC2E6DA39DD60CFC83ED5B82240D8BBD5 , 0xC2F7A5D0A1D5C6AE61AA2FE3E1B94A64 , 0xC306755A929246F49A8F5FE08A1AE685 , 0xC311F8A968DFCCF610111F577DFF070F , 0xC38521784D2C3D70FFE969472EF8DDB3 , 0xC388735B5BF4667EB876AC62629CB854 , 0xC39CB2F09496CBE35DF01AB98B290730 , 0xC3E46CE9AB6D684B3955E0F60A1DB7C1 , 0xC42A623A3A9C331648E21D067BA6562D , 0xC45A919FBFDC8F6A953595A4326C8237 , 0xC465F16E758B9F51783F6A3499CA6E1F , 0xC4739F52103F199DCFB11086F3A76E75 , 0xC47F8ACD9C9B5F8EDD24C06558ED5070 , 0xC48CE8E51A397D346F25F4DDC35AB645 , 0xC49A4D9DCE79C49F4EC45AAB947EE69E , 0xC4EDC00CC3B84789C36C63C76B5EC38A , 0xC51F0A81F05F49107E8705F9F24A48FB , 0xC53B8FBF5FD9256161BC47A6F8741895 , 0xC56CCC679E9F4D955C4406D1604B5043 , 0xC579ACD335EAECF43A3B13510DB6320A , 0xC59F65217ED5C33A80A04B738ED91FC6 , 0xC5C7CDC7D8EDFE20B4A24463190819E6 , 0xC5E59779CBCC126E329C486343B8C5C3 , 0xC5F2B069E23B3DB05A690338F6112AC4 , 0xC5FBC1083AD9B4ACE10402FD0CA739D0 , 0xC60CFA1B59D73EF51A3612F9260F2345 , 0xC6122D2CE7719F8CF740DFC9BE47827B , 0xC6223D9F4FEF38A1C8C73E8F6298CDBA , 0xC643C5169D6BA56371191EAFD84E9973 , 0xC66DE2BDDE49D04E847A939856D97DCE , 0xC678A8B933A7E8E84736EDF43225C3B6 , 0xC6AE5CBC7D546F86F129E2A939CA8C81 , 0xC6BCB9F1A8A4411211E8B3B50BA4D9AD , 0xC6C21D771DA8F82BF8322B71F9AC6E5E , 0xC6EE35D87A2D99A714F1008A8E986B4A , 0xC6F470BF4E008F39A3DD64FAB64C2DF7 , 0xC720B4B8EC6728C7BFF741045AF841FE , 0xC765ABEBE60F061808D49D2F3CF9F625 , 0xC7E732866FA673B6795746FC7D0528BB , 0xC839E02F0C659D86F144193AE2F8DCD1 , 0xC89072199F4B3778D1D60AA719CCF60D , 0xC8CA7CB5D7BF7DF55A9B47A1714B5A21 , 0xC9050AA64CB4D887D452EA65CA85C1AC , 0xC9325E969D98A08A2B698535648CD8EC , 0xC934BB4329D17B1C273F4ACFF80F716A , 0xC994F290859BA59AB949688F356E89A6 , 0xC9A5D9F28EA0E9154A1CE5526E90163D , 0xC9AEC18555C2B2C45F08B7867EB680E4 , 0xC9C616D676EE6349B59C9067DDF829EF , 0xCA55B223C519AAF5ABFC2A3B6AFA6FFF , 0xCA82A8FB230BC98467B9018C11DDD35D , 0xCAC9CA8E262D834D8CFDF48E776ECD29 , 0xCB02BB35C0DE3F6330B816B6E140CBE4 , 0xCB225AE0C85F1836B476FEC8237DD067 , 0xCB527275815D744A67252C3AD46A2604 , 0xCB5C8A4BB84C5DE6F9434CC5D52ED0B8 , 0xCB6484BA5E52930A3D131FE6B759A48B , 0xCBEFC94C73A44373A4F10FFBA96A4DC0 , 0xCBF5DCB10EA363FBE9ABFB5151CB6781 , 0xCBF9E06882CEE2C13A3419FED342DA89 , 0xCC0F9EF58E98EFBA77D284BC0BA76519 , 0xCC1569273E3D4BFC8FA0B692032161B3 , 0xCC311C0107B2D9626A82FFBCFDAA96C5 , 0xCC3BC634EB01FBD00C98FD5F131A98CE , 0xCC4915A20DC7A564172A50E6B01B9D4B , 0xCC5F5185A8AC6DEE1648070A0DDD5B09 , 0xCCB71A32F3084C16AEE36C8F7637B05C , 0xCCD33246611D8922AD3279972DBDBC9C , 0xCD111F9EBD2B4C347FA5728C00DC998C , 0xCD3BEC8ACB3606EAD737876CB5EDC293 , 0xCD78E3D6B9B4D676165BC991D170AE61 , 0xCD82343527FFFDBCEF66CC10D873BFDE , 0xCD8A6D564062C0D339E955A5B0AB4ACE , 0xCD9B39EB55EDBDF0C992ABB87892C66B , 0xCDCB40B7116A35FF63B3E23DBD3E55A9 , 0xCE34632EF79F7699421835AD49A49520 , 0xCE90F3254A60ECE563B897712C04389A , 0xCEA113638E2342F1DCA0A2A7FAD540AA , 0xCEB17ED88D7BD1A05781934983A26692 , 0xCEBC32AC8AAC24169AD7F73BCF9B5633 , 0xCEBE92DC07E44C49638EE74802F39E91 , 0xCEE56A11771FA1E42084AAD4A8D584B7 , 0xCEEAF777CBB2966560DEFE86E3A5BAAA , 0xCEFD3F71990D80264709D28D6A337D71 , 0xCF14C434A23D76338C96009A28CC0401 , 0xCF33C9DC99DC94E76E2871F0D9FF769A , 0xCF78F3F8724D6793ACB0F9AB8BD389A6 , 0xCF7D76B5B2D5C748B8E10A2E750289A2 , 0xCF8C6D96654815F3CF05680D8C67F534 , 0xCF97DB745F5541392E2079C75BA48C1A , 0xD00D1D758F983E5E1F1E333428493CEA , 0xD00DC433CA16166AB2683AA8E4FFF7DC , 0xD012A6C07A80A2F36455E3D231643DDA , 0xD013F828A9C3A99CF3425C1EBDF50230 , 0xD029C86D7D58BBA272B9A0E5404EB7FC , 0xD0E3648598E4E2D5679B2AB1ED1C79FD , 0xD10150F1095D0E57758B963CCF689C79 , 0xD1096E681F8391A5DFC2BBDF88737B79 , 0xD18C5D32AC3CBECF517A8B0A3C94006C , 0xD1BC84570D5BFC189685A802B9FABCB8 , 0xD1C2AE5451E5413FC969D1668F72A5E2 , 0xD21F588207048C4FDFA6B08C38A275C4 , 0xD274C7973113D82EB3514E20A33ED030 , 0xD281A56CA94BC91B921CFB3F27D92B4E , 0xD2ACEFBF92DA0512E23B0C2143BFD50E , 0xD2D791322A922962A7BE7D5932277D79 , 0xD2F3F0BB750ECB796C5E915B3A5B38EA , 0xD2FADC28CD14A787D646D77D06713914 , 0xD32B6263D1C9A1B249A585140C0ADBBA , 0xD338A446D5798B816B0F95D54FD8BDB4 , 0xD33FDB480E4D4928D9A62AF6248C090C , 0xD34D6B3E8A31A6D6BCADF2B537C2D423 , 0xD383BAA773E43FC3A464F6BF049C1A81 , 0xD4210D162B1E42D54E0B9CE00B906BED , 0xD42152F3D70C78A809389BCBC44193E4 , 0xD4755B689AD5F089AC6D2A420FFFC5B9 , 0xD47A28867F5105AD7B245EB5CAACE78F , 0xD49FC10EFDB03EB7D515C738FA4A8221 , 0xD4FDC6491062BE46499519B9A00D26D4 , 0xD51722AE92097A975BE7593D212F16B3 , 0xD5500B15135B59400FC94E75F1A7F32D , 0xD5887FCE528AF66671E6BDB2B1B3937D , 0xD5A45F1945AA5E4049264AEB9D2A68BF , 0xD5A7EF92341F65ACD2F2332469030ED9 , 0xD5BA60982DF5CC0A5224AB6A41678BDF , 0xD5C43A8018D1EB77607044C23285D34B , 0xD5C78D5061E3D0B0FE530B492ABD3CAE , 0xD5D047853A4B7B64EA4FD775167DDEE5 , 0xD5F8495B8FC63297684462BED7FAB093 , 0xD614DB04A908389BB474CE043C2D13F0 , 0xD645891CB6D9DFE8E2E32F367718208B , 0xD693BF510673B13C72D904EC6DE73750 , 0xD6A4BDF2C3C19E8B8C3A5B3C2F4DFD74 , 0xD6B825CD8FF7182538BBC17767BE7D3E , 0xD6EB9B3577CBCA65F03A5B12093BC649 , 0xD7260A1E50344E58AFC558002E3BD985 , 0xD7D45C0BB0FA99F5D52F5E7BDB5E85A3 , 0xD836384297941D2D161AE952EFE42C0E , 0xD89F2B6953F755541BC132298EA8BF91 , 0xD8B736A56139425823E296EA5727AE14 , 0xD8BCB9E02447266AD76CE2415A6D00BF , 0xD8E5E2EFD6DD214390C4477B27FB7364 , 0xD9287938B7E1866AFDFCC7E8E3F4E301 , 0xD941C71EF3AF64B54FB3931197B4B7FD , 0xD96E121DC22469D1485797E9545D4B20 , 0xD97E4300796BF369EAD51518B8ACC2FF , 0xD9A211C98E7B990C60065765335FE218 , 0xD9CCEB48754B70235D952AED432C182C , 0xD9E534A0867EA31F2471646400144F97 , 0xDA1B2BBC5B281E1554A62D6CC3E8C30D , 0xDA52EE44687A3AA93F86F73F6C2CCADB , 0xDA6C50F09609E477F508121539DB09A3 , 0xDA7C7F4F5B875BC9ABC9D4FD62AA1F24 , 0xDA8B8C7D66CA17373F15CD2E384908CB , 0xDAE809691C48AD7B6A325139195B3D97 , 0xDB990AB025B741563C25A13EA76EF83F , 0xDBAA1269866C6EC8B1DD3F163D265970 , 0xDBAE0B7FEEF31ECB0880FE587C7B2F47 , 0xDBC266613282F5E9C0960B9D2F5B7351 , 0xDBE0693E7EB9E40473753D9409629F4B , 0xDBE91D3E8B27AA4E27F65904AD9FC15F , 0xDC3A2AEA1955C9636C72885980EE8682 , 0xDC46397E61CC5AE5B250DA0E4197713D , 0xDC59E0E45B2E058C585ACD77CB89E370 , 0xDC73FC31B33D6B2967EF2BA1E2EEF8FF , 0xDCAD2E0BE212B507C308ABB370FA3F84 , 0xDD1FBBCB69CA6153A137BC27BF7C6A69 , 0xDDE23ECC4D225953DAC90A483AAAF112 , 0xDDF18E2923E4B0085C57FFE01454605D , 0xDDF5E0149DE205C83F8D1DFD55C3911C , 0xDE0F8FF1B61C4C124EFC99B5C65B3CD9 , 0xDE2EA49189486E42C3CB95687C87E54C , 0xDE38F3D31E6110A1E203E9BD6B29B86E , 0xDE576B9E214955054AC7DCADBE042AA3 , 0xDEDD7B106DE6A3D43AD17D8DCAB4D33C , 0xDF1311005979BE86B011D64983D0866A , 0xDF205FD16E4A6239C7E3D4EFA97438FF , 0xDF7BD73004D5A9A7A1004D4FBABB1FE3 , 0xDF841554249DABEB9A2D4DA0ACC1D845 , 0xDFA67DEE429958C4C1627A272C5B699D , 0xE01F78F70E837891772386493564AD42 , 0xE03555CE3EC8E781EE17FC52BBB32BC0 , 0xE05D56BC3F4FB2FEF2F1E1802578D779 , 0xE070DA8E5AA11D4DEB04DF6E2CD737E4 , 0xE07C30DE7EA4DCB614222B3EBBE24C89 , 0xE0E27D13BE1E2BD804FF5817E6DC3F64 , 0xE0E40D4F2F5E7AD042BD30156BE7025A , 0xE158161D827A207628CD7379CE6014BD , 0xE180D75F47BDF57C915037108EA36009 , 0xE1E90986DCEB9C8795322F0058746C9B , 0xE1FA4E4DB5D21F19335D86166FB90C8F , 0xE2B4F16E510E99B334648625FE23920F , 0xE2BED6B692619AABC69C27B8BEDCDDDA , 0xE2D7AE7CAC4FC73A82437F669B759A01 , 0xE2F8B906EA59A5AB4CF9D0F4A094CBBD , 0xE32908239E88F95918948ADCBAAD3962 , 0xE354750501F22878CDF269E8682CC1DF , 0xE3666238C0BC270ADA809AC1DE6B3E8C , 0xE3727DA3931D789F1B645B03633F1532 , 0xE380432C5E9CE680733820ECC8DC926C , 0xE3885F6E8305B8EBD947F5ED32825D4D , 0xE395463CFE887E949711C69EEBD278D2 , 0xE397F46F819B33BB09850A77B9D03518 , 0xE3A9F054D5FB91CDA2D65A9E92F41F5D , 0xE3FF9E077523DFCA1CB7E06EA045E047 , 0xE411E38E4BC83B3ACD0C57C07227D081 , 0xE453182B8E9383158AA04535DA841385 , 0xE4783508349B40BDCE639C1C0B592057 , 0xE4A8CC1D6E75B319263388583896EBC7 , 0xE4B3CD8A524CD1059B061D4FE3D07CBC , 0xE4BA95BC8CD3D46DF845C0BC8CD1A6FE , 0xE4BE3B76BF4B26A932263F9AD0563590 , 0xE4D290823A6B239FCC4064DB7F586CDF , 0xE4D811F3D8781519D5546B58FD9292ED , 0xE4F580C5348291AD4F2B72480832091D , 0xE508BC5FA97F8945B7A733124EF36BD6 , 0xE514DA894EE4016FEF8A471E3511775B , 0xE51A124CCBEE4AC719599A6EC40D2B15 , 0xE530C0258D68B60F9D956A383168DF2E , 0xE61D1F04C90E79621ABC03F14097098C , 0xE6495E992CD80CA50D8ADAC6651C8884 , 0xE6B13FB18958E4D8760AEB351CE1ECB7 , 0xE6C74358B926D14CDA81CEC16C65B492 , 0xE6C796C479029BC39E32CB83A50F88E7 , 0xE6D67F5411232EEBDCE9A82ADD27C1FB , 0xE6D68316D53CBD0ED8843D1D6812BAA0 , 0xE6DF91E92A55203D1A7516B848A5AF34 , 0xE6FFC6F2A17D271D934E8806B2E31C22 , 0xE724CC389CC4EE2C6735EF259B42CD60 , 0xE7734485AB809823CDB5A75ADFF1FC32 , 0xE7A377A86C55DD3634078A2CAA8F2329 , 0xE7BDC0913C0DBDCE1A2FF718D4C15025 , 0xE7D152B984FE16DDF2E6E99252C8E5EA , 0xE7D6C9C871107D4368628B43EA622F8D , 0xE7DCF1F8AC1802D2C8FA78A8DA0992D3 , 0xE7F23B1EA5E02D7C6636E3AF8A3DF7CE , 0xE7F6D16A60CFFEB8D3CA8577C7EE1DC3 , 0xE8042DBE33848F8E84875F41491E4ABD , 0xE81CA66B69F171B46149B5471008707C , 0xE837C820AF300D15D40B56E8AF88BC64 , 0xE86F5052AD5B6D3EF7CB826C7C808091 , 0xE880486AF4E7AB29E08D71D04745E94C , 0xE895686EC05B6CF625B9E23D2F3C1458 , 0xE8AB089AC3AE16ADED9D8838382B6F6B , 0xE8CD880F470AAF13C43415CF3E21A76C , 0xE9231AEFED93042FC2877AC739713BCB , 0xE9257AA4DC6AD042AEFF47763076F2F4 , 0xE929B7FF9EF94FC6878855AB4B23908A , 0xE940D7890A49C91E22EA1A0EE0991EEB , 0xE960A67855C734B1F7F1693BB6EF8D33 , 0xE9A2B35E9249EC8CB34237A3A1F4E1F8 , 0xE9EBA765D1B7C81F1084CAFB0938CAD8 , 0xE9F099BC6FD22FCB3478389F8673B945 , 0xEA19C063DEE95D3C0F1ED1BFFDC2F7ED , 0xEA28DF21188E21124ED9AB0EE9AB904E , 0xEA3F01EE9E73382C01D2B39F2BB1F92C , 0xEA4FE5C9FE37062214542FAB50EFF50A , 0xEA71D9766E3C52154E15379138BB17EE , 0xEA95195173C5380F793B4B83C9E780B6 , 0xEAFED65238FCC69042722D06FAD2B03E , 0xEB030A2746779824137821B1A4EE7B8A , 0xEB33B11F6B532BBF5F6A5764F8BA8C6D , 0xEB8082A37CA2D9E5D74DCB869E3A553D , 0xEC47928809B2145B49E436766FD24072 , 0xEC68C0732691E24DACF5B25E2F775FB4 , 0xED0D107D9BD23AE68B61C18D2CFEF47C , 0xED6826766F01D58E35A45B0EE17D4C67 , 0xED73E816DD289075D0683D94B23C646A , 0xEE91E4D0D33955FFF05F396F3E8942CA , 0xEEA2F6F98B1148FB3176A1E010C13349 , 0xEF4FFB5183CA60955668BE5B409AB991 , 0xEFAD917FD837C969EC52AC8D80DA3A97 , 0xEFC18725E2B580A4EA8BC99AD9F9EF3A , 0xEFDCF85D8418023853C5C06A2A0B2587 , 0xEFED17EB1734C600B94CC8E0FF56E26B , 0xF00AC3D8DA0123E15CD8F7CD16ED6989 , 0xF02E425C6A47F4312976431B77D9486E , 0xF03B59E9A36945B890D2B41B1532B9BB , 0xF090015A7065C64289A8E382EDCCFAE7 , 0xF09EA8AC46AE176A58E649866312D61B , 0xF0F53CFA6673E82C2492BD3CD3EF5AA3 , 0xF100A25AC88E544AC83CFF083047D915 , 0xF17AC38BE3E626C10C61CA3BCE69DBD4 , 0xF1DA7841BFDEE03203C57F1E93D89669 , 0xF1F7C5D8066F9E35B219FDEDC7EFA5C2 , 0xF1F9F29CFF26AECDB97278809E357EEC , 0xF21BC309150AF685ACA43A43D58E9C61 , 0xF23721AD2892A0C17F4B11D99F3ACCCA , 0xF2504FC159E61D1243FFDEF8D2BBB01B , 0xF25BDADFCD77CCF871BBE8BCD24E2873 , 0xF27787597CEEAFFF3E681847A57EC6C1 , 0xF2A8709127F6583C291C4E759889A29A , 0xF2AA6703B2BE436F163A722C35E2DAB0 , 0xF2C5A13262E2ABA9958048FE1C55FCAC , 0xF2CC9A4CE965D186ECE76296E4D1A456 , 0xF30ECC5CCB9E07B3F43F5EBFD0EE3035 , 0xF31D44A4F40FB07BA21D909664F13EE4 , 0xF3352B3F7ED63D6A16168746857E0963 , 0xF341AB22E33BEF5518E3BF365010CD0F , 0xF3C0D1A3A616BFE1A62E8D07F85DF1FD , 0xF3D410702D63D69CDA8405C448A038A7 , 0xF4729E9D3A52EDA840096F589D5ACB70 , 0xF4C84B932BB4C58061FBB50DD21589B5 , 0xF4E2B18C74A4CB6551F4FB2D51BE82CE , 0xF4E48FB4E88C6C1905C7EBED1842AE24 , 0xF50A21F278B3088D5A4A373768CB9C6A , 0xF53B233E443746B017C527807A4B3DCC , 0xF554BC6B90EDA8E40535AB7324DDBBD8 , 0xF57DB0DA399450B87807E6D4C3B46947 , 0xF5805BC244E39C98A51A040542A33B38 , 0xF58B9198D793DA3E3A57DC63BC32CB73 , 0xF58C315D79FCFC484A75F67A864458F3 , 0xF639E317630E3A6CEAD7F1E3AAE9113D , 0xF66A383D2525EB56E024E6C707953B8A , 0xF68B4A7A77BCE5D17BB64B8C9DF6567F , 0xF6A3EEC46FC306612F80649E5B57D519 , 0xF6A8B7F38ADEDE262EEABB3E4A40668F , 0xF6D152AC021E55DE6AE1813F937D10B4 , 0xF6DE9BD7E1D691537D93D0D2F1974DC3 );
Copy
43
1.74 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `file_hash` as `property_group_option.media.fileHash` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"öþ¶fSÄAó@1\x1C PÚÖ³Ù "
b"÷\x11 5V'-›Æõc7Þ7¹›† "
b"÷RødžîHôñèæ6Z\x02 ‹ž "
b"÷\©‡KÌÂõ\x05 o‚5it= "
b"""
÷rïÖ\n
\x0E ’¡¼8‚`\x19\e ,M
"""
b"÷{™•ERL\x02\x16\x18 žH\x19 ¨= "
b"÷~|õ\x13\x13 ð\e b\x11 ñ3ßþÁ\x14 "
b"÷Æ«rG‡.\x11 Šr}/Pö¦ "
b"÷Жë:5l©ˆWiÆ)&X‰ "
b"÷Ò\x08 0\x17 Ãý9Áh\x19 ®'4: "
b"ø\x14\x03 ¢¹Ê\f\x15 6–ì´¶yQþ "
b"ø+z?™÷¿VÎÝ@\x7F M˜4 "
b"øJòý®8zKž~\x06 µ\x15 }‡§ "
b"øNŽbÎj›*ñ\x13 Õ<ÐÀÎ "
b"øWoâÎÊnOÅ\x1A à^\x19 A|‡ "
b"ør[Ý£\x14 L—ÙT•I¨Úæ; "
b"øµ²×\x0F ªN¯Àvök\x10 Ž* "
b"ø¼Ã{\x17 wt(ÚŽ¼™ZÄ\x02 3 "
b"ù\x06 ˆÍ¤Ð®SwåO”‚¤4 "
b"ù+5¶H“ã›Þÿ¨ã\x19\x16 ÷2 "
b"ù+Ÿ\x7F '8Rc•Gо\x1A Ââ\x1A "
b"ù;\r ”Õ7åzÌ\\x15 Ü\x07 ^ÒS "
b"ù¤˜ \x18 f\v ›n‚ÇÐ×RÉ¿ "
b"ùÈ\x1F S˜û ÈéI·S/xƒ "
b"ùÓõ÷fíÁÕÛÒ@í(0ëk "
b"ú\x1D jÛ)¥×µ\x14 \x1C ^í "
b"úŠÄ\t ùj\t N8Ó*\x17 ‘vAh "
b"ú“¤‚Fj\f *ßè\x1D t±ªëˆ "
b"ú°¼fQ\x13 ê\x15 }\x19 ¾\x00 Ž,~_ "
b"úäÌš\x1D Ïõê\x1D\e ¦ÖIkÓ\v "
b"úòkKùáîÙ<\x18 Ú û‹^Ê "
b"û\x03 ªö\x10 ía´Â—jމF "
b"ûŒôå°ç_œ(}šŠx½\x05 "
b"û i4bô)\x12 tÒ\f\v 8§%² "
b"ûÆë¾¨.Pú$òŤi!”C "
b"ü#n]•ê?.É£¬B\x01 ïÚs "
b"üJiE“]•‹Y¬Sògîx "
b"üV\x19 ÷œÊ¨£O=Y\x01 >ÈžÇ "
b"ü“Ë\e n \x12 I\x05 B( {ÓÏÞ "
b"üê¹ÌÎŽŒ\x17 ¬ØÔx¤¾X÷ "
b"""
ý\n
\x04 ‘V\x0E £ÖËDX?‚ÃjA
"""
b"ý\x12 ùke)ò:IN-»ØÎ^ï "
b"ý\e ö(0þøm‡úH\x07 „ "
b"ý7"KæŸÄdrs…Î]\# "
b"ýl€|fsßÛCQSk$e<è "
b"ýtÿÒñFeï$;9U/ûE[ "
b"ý›\v YÚ-\x12 çÊ?Æâï8®> "
b"ýÑPì\x11 3Ò¯rq¾Rü Î "
b"ýÔËr(*\âgëYS°\x18 #” "
b"þ9ºñ\x05 k|1ûVÅf¯÷·ð "
b"þQd—\x13 ”ׇHÕÁÉÖÒ•6 "
b"þQ±ŠˆŠ\x02 E÷û]2\x1F ˜]4 "
b"þ|dÔQTæ\x05 qXìZw-Ô "
b"þç=(å"<Õ–Ñî§âGÔ "
b"ÿ\x11\x1F ‘.OðFâÙ¤J=ž¥\x10 "
b"""
ÿ|lH”æ\n
•S¨^*8¨
"""
b"ÿ¢føòâSÜØ…A„%\x12 „4 "
b"ÿT(æ¦÷\x0F {\x1D Þ®&6\x00 ± "
b"ÿ³,Ø“éçÙŠ1 ÷ç¡î( "
b"ÿÎ\x06\x19 H_ŽhQà\x08 £ûtãÏ "
b"ÿ÷lý0\x08\x13 bì0TØO_1 "
b"ÿüYÓðx*\x03 ¥áäŽçG™ "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `file_hash` as `property_group_option.media.fileHash` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
?
)
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.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `file_hash` as `property_group_option.media.fileHash` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 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.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 (0xF6FEB66653C441F340311C50DAD6B3D9 , 0xF7113556272D9BC6F56337DE37B99B86 , 0xF752F8649EEE48F4F1E8E6365A028B9E , 0xF75CA9874BCCC2F505AD6F823569743D , 0xF772EFD60A0E92A1BC388260191B2C4D , 0xF77B999545524C0216189E4819A8903D , 0xF77E7CF51313F01B6211F133DFFEC114 , 0xF7C6AB7247872E118A727D2F50ADF6A6 , 0xF7D096EB3A356CA9885769C629265889 , 0xF7D2083017C3FD39C16819AE2781343A , 0xF81403A2B9CA0C153696ECB4B67951FE , 0xF82B7A3F99F7BF569DCEDD407F4D9834 , 0xF84AF2FDAE387A4B9E7E06B5157D87A7 , 0xF84E8D62CE6A9B2AF113ADD53CD0C0CE , 0xF8576FE2CECA6E4FC51AE05E19417C87 , 0xF8725BDDA3144C97D9549549A8DAE63B , 0xF8B590B2D70FAA4EAFC076F66B108D2A , 0xF8BCC37B17777428DA8EBC995AC40233 , 0xF90688CDA4D0AE5377E54F9482C2A434 , 0xF92B35B64893E39BDEFFA8E31916F732 , 0xF92B9F7F273852639547D0BE1AC2E21A , 0xF93B0D94D537E57ACC5C15DC075ED253 , 0xF9A498A018660B9B6E82C7D0D752C9BF , 0xF9C81F5398FBA09DC8E949B7532F7883 , 0xF9D3F5F766EDC1D5DBD240ED2830EB6B , 0xFA1DAD6ADB29A58FD790B5149F1C5EED , 0xFA8AC409F96A094E38D32A1791764168 , 0xFA93A482466A0C2ADFE81D74B1AAEB88 , 0xFAB0BC665113EA157D19BE008D2C7E5F , 0xFAE4CC9A1DCFF5EA1D1BA6D6496BD30B , 0xFAF26B4BF9E1EED93C18DAA0FB8B5ECA , 0xFB03A0AAF68110ED61B4C2976A8D8946 , 0xFB8CF4E5B0E75F9C287D9A8A78BD058F , 0xFBA0693462F4291274D20C0B38A725B2 , 0xFBC6EBBEA82E50FA24F2C5A469219443 , 0xFC236E5D95EA3F2EC9A3AC4201EFDA73 , 0xFC4A6945935D958B59AC8153F267EE78 , 0xFC5619F79CCAA8A34F3D59013EC89EC7 , 0xFC93CB1B6EA01249054228A07BD3CFDE , 0xFCEAB9CCCE8E8C17ACD8D478A4BE58F7 , 0xFD0A0491560EA3D6CB44583F82C36A41 , 0xFD12F96B6529F23A494E2DBBD8CE5EEF , 0xFD1BF6289030FEF86D878F81FA480784 , 0xFD37224BE69FC464727385CEAD5D5C23 , 0xFD6C807C6673DFDB4351536B24653CE8 , 0xFD74FFD2F14665EF243B39552FFB455B , 0xFD9B0B59DA2D12E7CA3FC6E2EF38AE3E , 0xFDD1508FEC1133D2AF7271BE52FC20CE , 0xFDD4CB72282A5CE267EB5953B0182394 , 0xFE39BAF1056B7C31FB56C566AFF7B7F0 , 0xFE5164971394D78748D5C1C9D6D29536 , 0xFE51B18A888A0245F7FB5D321F985D34 , 0xFE7C64D45154E6057158EC8F5A772DD4 , 0xFEE73D28E5223CD596D1ADEEA7E247D4 , 0xFF111F912E4FF046E2D9A44A3D9EA510 , 0xFF7C6C814894E68F0A9553A85E2A38A8 , 0xFFA266F8F2E253DCD885418425128434 , 0xFFAD5428E6A6F70F7B1DDEAE263600B1 , 0xFFB32CD893E9E7D98A31A0F7E7A1EE28 , 0xFFCE0619485F8D6851E008A3FB74E3CF , 0xFFF76CFD30081362EC3054D84F5F31A0 , 0xFFFC59D3F0782A03A5E1E48DE7479920 );
Copy
44
1.37 ms
SELECT `property_group` . `id` as `property_group.id` , `property_group` . `display_type` as `property_group.displayType` , `property_group` . `sorting_type` as `property_group.sortingType` , `property_group` . `filterable` as `property_group.filterable` , `property_group` . `visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage` , `property_group` . `created_at` as `property_group.createdAt` , `property_group` . `updated_at` as `property_group.updatedAt` , `property_group.translation.name` , `property_group.translation.name` as `property_group.name` , `property_group.translation.description` , `property_group.translation.description` as `property_group.description` , `property_group.translation.position` , `property_group.translation.position` as `property_group.position` , `property_group.translation.customFields` , `property_group.translation.customFields` as `property_group.customFields` FROM `property_group` LEFT JOIN (SELECT `property_group.translation` . `property_group_id` , `property_group.translation` . `name` as `property_group.translation.name` , `property_group.translation` . `description` as `property_group.translation.description` , `property_group.translation` . `position` as `property_group.translation.position` , `property_group.translation` . `custom_fields` as `property_group.translation.customFields` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation` . `language_id` = ? ) `property_group.property_group_translation` ON `property_group.property_group_translation` . `property_group_id` = `property_group` . `id` WHERE ((`property_group` . `filterable` = ? )) AND (`property_group` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"Hñ´\x16\t ò5ÒCÕ¼W\v Ñh "
b"Éøé\x19 üŽ›a~R!€ø9ë "
b"‡æ£Uý\x07 ;Y|1Þ–%F6 "
b"u;\x1C ð*‡\x07 Ì’P4o©ÅJ\ "
b"úŸïÌëÞÓ\t ,\e ÇàbpBþ "
b"“¦[¤ƒÔ\Xæð¥õW~?` "
b"ð\e èių2ÚKäûv²ÁM\x16 "
b"õ\x07 Ž*²êåò±\x03 \–MAà¿ "
b"1}\x14 „¶ûë½–¦\x1D É.\x05 ì§ "
b"]:²yô\x02 ª½ßF\x18 ª³Ã "
b"\x15 ‰!ÁÇþ€(õÐ)ëiV¤! "
b"TzÞ\ã[Þ®ªƒn:–¦\r L "
b"”\v í/KF¼¹Údû-\x01 |J9 "
b"©áT(i¤!B<´’F2+òŠ "
b"hŠÅ<\x1C öH–ëèf«‰ƒÂ "
b"kÊh¤M(k’4[—µG\x1E ý "
b"Œ‚µžâEä‘,½\x1A f§ù°› "
b"„X\x01 0¡e–X)\x1E Ì\x05 3±qî "
b"jž¡+õX\x1F ësü\±vZ,\v "
b"\v ±—L\x0E l)3\r \x1E -PB]‹\ "
b"H½ˆ+Bña\x01 ±(t«ù~¾Ð "
b"ƒe¡ØF\x04 =Ô\e yrÚ\x0F cõ¯ "
b"«E\x11 õ\x07 ™¿®ç–;ÁÎ\x19 f‰ "
b"¨oÊ;€sÜ[õü\n\r ´è\x00\x06 "
b"èk¨rã%ÜF\x0E ô(\x01\x1C £÷ "
b"\x18 KTª8~?÷º\x1C õ˜v=\x19 "
b"»\x1C Æ\x1A ˆé™ãSÜßcî\x15 Œ0 "
b"ò‰T\x06 *ÔA*VÐר=ÕÝV "
b")ðêÝûB6uÿöD\x0F "\t ~C "
b"\x10\x19\t #B¬Î2®eaôwï–Ë "
b"õñ¾\x12 vÕq=uçu\x15 T è "
b"0[z„Î[\r \x1F U:áÃ¥ò¼ð "
b"³Y\x12 ái³ÙS q›l–® "
b"j”Œü\x06 ã\x12 ï\x08 ;HÚ\x06\t wÒ "
b"CDƒo‘rš/€hÀÒ\x02 ’†H "
b"nìö:\x16 ¥²Wà\x02 ‡}âB§ã "
b"ç/™Q,\r ï\x0E šÑì õFøB "
b"~͘\f )\x03 f~<J\x06\f j\Š"
b"""
˜µå\n
†\x17\x14 VHKVö\v Žs-
"""
b"N%föAÖàD|Ö®ïÉÞS "
b"¨²„Îå\x1F Ðv“\\x1E Âvûô "
b"„ÈüËù\x18 ù6[8¸Ê\x08 ’ö» "
b"ÀPŒ6Â\x02 vcêÀ3ŽI™$W "
b"""
û»Îþã³ÞÞÀŽ®\n
¨À‰
"""
b"hT\x11\x1F ß Qs×|@›£™ˆc "
b"gt³j*Íe¸€Üê‹C\x15 Þ\x17 "
b"ÝO‹”Å?ߦKÑB6…\x08 E¬ "
b"¶®T#ázÛ·6è\x1E ÉËìYª "
b"„v F\x02 ߬‡ª–#\x02\x10 ¸Ô. "
b"7™k\x1D\v ˜*jf!†ÿ©\x0F Ä7 "
b"\x1C Á‹¶|#¹¢õ\x07 Ò\e æˆ\x01 "
b"Ž|Ñá„ëfE…L–ñŒY\x0F ó "
b"Â÷â\x1C `Ûf¾†Zþ\x17 ŽL©x "
b"z~1\x1A šÊZT\x1E Éùl·¶ë "
b"""
œ0Ê3\x06 aõQxÌLt/\n
\x18 v
"""
b"\x10 ìSšTŸ\x12 .ô{êŽ\x12 ÅM "
b"3§¨Í¥ˆW)\x04 #›\x03 ÜŽ*¼ "
b"Ô:þ+õD\x10 N\x1F ŒWµ©e× "
b"0Öý ÌeFï¥e]2Â`§Ÿ "
b"{Y\v ìídY\x12 „‚³«€š "
b"ªe;Ã\x10 çh’EÄÃ\x1F `ðò "
b"\x10 çh‡=|ûP6ñ¼ "
b"Ov˜\x02 .‡v\x1F Í\x07 ÷ËÓ¿±E "
b"\x1E\x14 !\x04 toÇAû7œ\x11 ŒŸZI "
b"í¼‘ÏK‚Ò×ÌNE'•• "
b"Û£\x07 ê\x07 å’“>}o"âHÃ? "
b"ÞÄÙ\x1A ˆ#¥\f ©ž\x10 ôoF~p "
b"ÁK{/5” ª2»ìÖXY\t Þ "
b"7¨4 ™œ³&‡\x14 6„qç[ "
b"]`L¸—\x0E X:j1@Þ±`ü· "
b"?¹Þƒiµõ\x04 ß{ŠLÅCQ "
b"qJŽç˜D=íàS \x13 Åø "
"Z\x18\e 鞬A(V2ȡݾu\x1F "
b"ú^Æ*4l‹Ó~ŽTµœþÐ, "
b"M<ÿñ\x14\x1F šìo4c>\x7F ؾ "
b"!Q†5ŲüL\x02 ›ƒÈ¯S’ "
b"9FLWÙ\x06\x07 l«\x00 ç>n‹’6 "
b"s\x19 u\x1C î\x1F o{'X¡\x7F ç\Ì© "
b"{ì +ƒb2Íídw\x17 ·\x01 ò "
b"“þ¬3ð\x19\x1C Æc:Ñ_ÁÇ\x1D "
b"Ü©VÈDe%|Ü6í\x19 çþ "
b".8DÅåæÕ–\r „z:\x1C\v Ëš "
b"z[[>c5†Û=\x1E\x1F —ƒv’ "
b"ˆš\x10\x1C I³+\x1E\x17 º¯3=™¼ "
b"\x02 Asƒù\t ³ìbÊ{n30Áä "
b"""
Üøº\x14 Õù\n
;€d7®£‚œº
"""
b"ïª\x7F æÓÒ#ßtðêR’#"± "
b"ÈN«+qðŠ\x1F ÆüË89r "
b"Œy\x1C ™,é\x15 %TN\v a\x1A E~ "
b"’ÝÅ\x01 €\x00 !çƒ\x13 |xi\x08 ó "
b"\v Í—UØ´'—g´Ãx°Bº "
b"çZ§I,}*¢Yãºý]6ö "
b"""
´ÛK\x1E Ž\n
RQé}¥®ÅPÁº
"""
b"š:l‚\x1E Í\x12 2HöŽÆŒ= "
b"""
þ\n
#™ÚÒÚü#\x1D !5\x1D ±Ã‚
"""
b"Oe\x04 ùà\v UåÕô~ó}}U† "
b"3?ïOý‡ð¸áÈ\x1F ¦!¢ "
b"s\x04 éÅZÀ\r Õÿær\x12 p3\x13 @ "
b"Q@'…˜GÄÕ\x04 ½\x18 M')à "
b"Ô);º\x11 `ùàWŽ\x05 ûñéÌ¢ "
b"›ìKŽü6ÍÓ‘\x1F lÎJya "
b"夿كYG\x03 íH`ùéY\e 5 "
b"ù/øf²¼ôi7|?¥qoË‹ "
b"üOý\x12 çaц©H0 64i "
]
SELECT
`property_group` . `id` as `property_group.id` ,
`property_group` . `display_type` as `property_group.displayType` ,
`property_group` . `sorting_type` as `property_group.sortingType` ,
`property_group` . `filterable` as `property_group.filterable` ,
`property_group` . `visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage` ,
`property_group` . `created_at` as `property_group.createdAt` ,
`property_group` . `updated_at` as `property_group.updatedAt` ,
`property_group.translation.name` ,
`property_group.translation.name` as `property_group.name` ,
`property_group.translation.description` ,
`property_group.translation.description` as `property_group.description` ,
`property_group.translation.position` ,
`property_group.translation.position` as `property_group.position` ,
`property_group.translation.customFields` ,
`property_group.translation.customFields` as `property_group.customFields`
FROM
`property_group`
LEFT JOIN (
SELECT
`property_group.translation` . `property_group_id` ,
`property_group.translation` . `name` as `property_group.translation.name` ,
`property_group.translation` . `description` as `property_group.translation.description` ,
`property_group.translation` . `position` as `property_group.translation.position` ,
`property_group.translation` . `custom_fields` as `property_group.translation.customFields`
FROM
`property_group_translation` `property_group.translation`
WHERE
`property_group.translation` . `language_id` = ?
) `property_group.property_group_translation` ON `property_group.property_group_translation` . `property_group_id` = `property_group` . `id`
WHERE
(
(
`property_group` . `filterable` = ?
)
)
AND (
`property_group` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `property_group` . `id` as `property_group.id` , `property_group` . `display_type` as `property_group.displayType` , `property_group` . `sorting_type` as `property_group.sortingType` , `property_group` . `filterable` as `property_group.filterable` , `property_group` . `visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage` , `property_group` . `created_at` as `property_group.createdAt` , `property_group` . `updated_at` as `property_group.updatedAt` , `property_group.translation.name` , `property_group.translation.name` as `property_group.name` , `property_group.translation.description` , `property_group.translation.description` as `property_group.description` , `property_group.translation.position` , `property_group.translation.position` as `property_group.position` , `property_group.translation.customFields` , `property_group.translation.customFields` as `property_group.customFields` FROM `property_group` LEFT JOIN (SELECT `property_group.translation` . `property_group_id` , `property_group.translation` . `name` as `property_group.translation.name` , `property_group.translation` . `description` as `property_group.translation.description` , `property_group.translation` . `position` as `property_group.translation.position` , `property_group.translation` . `custom_fields` as `property_group.translation.customFields` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group.property_group_translation` ON `property_group.property_group_translation` . `property_group_id` = `property_group` . `id` WHERE ((`property_group` . `filterable` = 1 )) AND (`property_group` . `id` IN (0xAD48F1B41609F235D243D5BC570BD168 , 0xC9F8E98E19FC8D9B617E522180F839EB , 0x87E6A355FD07203B597C31DE96254636 , 0x753B1CF02A8707CC9250346FA9C54A5C , 0xFA9FEFCCEBDED3092C1BC7E0627042FE , 0x93A65BA483D45C58E6F0A5F5577E3F60 , 0xF01BE869C5B332DA4BE4FB76B2C14D16 , 0xF5078D2AB2EAE5F2B1035C964D41E0BF , 0x317D1484B6FBEBBD96A61DC92E05ECA7 , 0x5D8E3AB29D79F402AABDDF4618AAB3C3 , 0x158921C1C7FE8028F5D029EB6956A421 , 0x547ADE5CE35BDEAEAA836E3A96A60D4C , 0x940BED2F4B46BCB9DA64FB2D017C4A39 , 0xA9E1542869A421423CB49246322BF28A , 0x688AC53C1CF64896EBE866ADAB8983C2 , 0x6BCA68A44D286B92345B97B5471EFD8F , 0x8C82B59EE245E4912CBD1A66A7F9B09B , 0x84580130A1659658291ECC0533B171EE , 0x6A9EA12BF5581FEB73FC5CB1765A2C0B , 0x0BB1974C0E6C29330D1E2D50425D8B5C , 0x48BD882B42F16101B12874ABF97EBED0 , 0x8365A1D846043DD41B7972DA0F63F5AF , 0xAB4511F50799BFAEE7963BC1CE196689 , 0xA86FCA3B8073DC5BF5FC0A0DB4E80006 , 0xE86BA872E325DC81460EF428011CA3F7 , 0x184B54AA387E3FF7BA1C90F598763D19 , 0xBB1CC61A88E999E353DCDF63EE158C30 , 0xF28954062AD4412A56D0D7A83DD5DD56 , 0x29F0EADDFB423675FFF6440F22097E43 , 0x1019092342ACCE32AE6561F477EF96CB , 0xF5F1BE1276D5713D75E775155420E8A0 , 0x305B7A84CE5B0D1F553AE1C3A5F2BCF0 , 0xB35912E169B3D9532071909B8F6C96AE , 0x6A948CFC06E312EF083B48DA060977D2 , 0x4344836F91729A2F8068C0D202928648 , 0x6EECF63A16A5B257E002877DE242A7E3 , 0xE72F99512C0DEF0E9AD1ECA0F546F842 , 0x7ECD8F980C2903667E3C4A060C6A5CC5 , 0x98B5E50A86171456484B56F60B8E732D , 0x4E2566F641ADD6E0447CD6AEEFC9DE53 , 0xA8B2AD84CEE51FD076935C1EC276FBF4 , 0x84C8FCCBF918F9365B38B8CA0892F6BB , 0xC0508C36C2027663EAC0338D49992457 , 0xFBADBBCEFEE3B3DEDEC08EAE0AA8C089 , 0x6854111FDF205173D77C409BA3998863 , 0x6774B36A2ACD65B880DCEA8B4315DE17 , 0xDD4F8B94C53FDFA64BD14236850845AC , 0xB6AE5423E17ADBB736E81EC9CBEC59AA , 0x8476A04602DFAC87AA96230210B8D42E , 0x37996B1D0B982A6A662186FFA90FC437 , 0x1CC18BB67C23B9A2F507D21BE688AD01 , 0x8D7CD1E184EB6645854C96F18C590FF3 , 0xC2F7E21C60DB66BE865AFE178D4CA978 , 0x7A7E311A9ACA5A541EC9F96C81B7B6EB , 0x9C30CA330661F55178CC4C742F0A1876 , 0x10EC539A549F122EF47BC3AA8E12C54D , 0x33A7A8CDA588572904239B03DC8E2ABC , 0xD43A90FE2BF544104E1F8C57B5A965D7 , 0x30D6FDA0CC6546EFA5655D32C260A79F , 0x7B590BC3ACED645912A08482B3AB809A , 0xAA653BC310E7689245C4C31F608FF0F2 , 0x10E768873D7CFB8F5036EE98A690F1BC , 0x4F7698022E87761FCD07F7CBD3BFB145 , 0x1E142104746FC741FB379C118C9F5A49 , 0xEDBC91CF4B8F82D2D7CC4E9F45279595 , 0xDBA307EA07E592933E7D6F22E248C33F , 0xDEC4D91A8823A50CA99E10F46F467E70 , 0xC14B7B2F3594A0AA32BBECD6585909DE , 0x37A8348120999CB3268714368471E75B , 0x5D604CB8970E583A6A3140DEB160FCB7 , 0x3FB9DE8369B5F504DF7B8AAD4CC54351 , 0x714A8D9DE78F98443DEDE0532013C5F8 , 'Z鞬A(V2ȡݾu' , 0xFA5EC62A346C8BD37E8D54B59CFED02C , 0x4D3CFFF1141F9AEC6F34633E7F81D8BE , 0x9021518635C5B2FC4C029B83C8AF5392 , 0x39464C57D906076CAB00E73E6E8B9236 , 0x7319751CEE1F6F7B2758A17FE75CCCA9 , 0x7BECA02B83623281CDED647717B701F2 , 0x93FEAC33F0191CC6633AD15FC18FC71D , 0xDCA956C8904465257CDC36ED19A0E7FE , 0x2E3844C5E5E6D5960D847A3A1C0BCB9A , 0x7A5B5B3E633586DB3D1E1F9783769281 , 0x889A101C9049B32B1E17BAAF333D99BC , 0x02417383F909B3EC62CA7B6E3330C1E4 , 0xDCF8BA14D5F90A3B806437AEA3829CBA , 0xEFAA7FE6D3D223DF74F0EA52922322B1 , 0xC84EAB8E2B71F08A1FC6FCCB3839729D , 0x8C791C992C90E91525544E0B611A457E , 0x9092DDC501800021E783137C786908F3 , 0x0BCD9755D8B4279767B4C378B08142BA , 0xE75AA749902C7D2AA259E3BAFD5D36F6 , 0xB4DB4B1E8D0A5251E97DA5AEC550C1BA , 0x819A8E3A6C821ECD123248F68DC68C3D , 0xFE0A2399DAD2DAFC231D21351DB1C382 , 0x4F6504F9E00B55E5D5F47EF37D7D5586 , 0x33903FEF4FFD87F0B8E1C81F90A621A2 , 0x7304E9C55AC00DD5FFE6721270331340 , 0x514027859847C4D504BD184D27299DE0 , 0xD4293BBA1160F9E0578E05FBF1E9CCA2 , 0x9BEC4B8EFC36CDD3C2911F6CCE4A7961 , 0xE5A4BFD983594703ED4860F9E9591B35 , 0xF92FF866B2BCF469377C3FA5716FCB8B , 0xFC4FFD9D12E761D186A9483020363469 ));
Copy
45
0.46 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND ((((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
b"\x00\x00 \r » ~~~~~~~~~\x00\x01 "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`category.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x00000DBBA07E7E7E7E7E7E7E7E7E0001 )) GROUP BY `category` . `id` ;
Copy
46
0.68 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `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"\x00\x00 \r » ~~~~~~~~~\x00\x01 "
]
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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` ,
`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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `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 (0x00000DBBA07E7E7E7E7E7E7E7E7E0001 ));
Copy
47
0.31 ms
SELECT `acl_role` . `privileges` AS `privileges`
FROM `acl_role`
INNER JOIN `app` ON `app` . `acl_role_id` = `acl_role` . `id`
WHERE `app` . `id` = ?
Parameters :
[
b"\x01 ›\x12 (`µpþƒG\x07\x0F ˆŽÕE "
]
SELECT `acl_role` . `privileges` AS `privileges`
FROM `acl_role`
INNER JOIN `app` ON `app` . `acl_role_id` = `acl_role` . `id`
WHERE `app` . `id` = 0x019B122860B570FE8347070F888ED545
;
Copy
48
0.28 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
49
0.17 ms
SELECT url FROM sales_channel_domain
SELECT url FROM sales_channel_domain ;
Copy
50
0.21 ms
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `technical_name` = ?
Parameters :
[
"BehrTheme "
]
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `technical_name` = 'BehrTheme' ;
Copy
51
0.75 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `context_gateway_url` as `app.contextGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `requested_privileges` as `app.requestedPrivileges` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"mailcShopware6MailchimpIntegration "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `context_gateway_url` as `app.contextGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `requested_privileges` as `app.requestedPrivileges` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `context_gateway_url` as `app.contextGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `requested_privileges` as `app.requestedPrivileges` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'mailcShopware6MailchimpIntegration' );
Copy
52
0.62 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `context_gateway_url` as `app.contextGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `requested_privileges` as `app.requestedPrivileges` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"LenzPlatformAppCmsBlocksImageText "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `context_gateway_url` as `app.contextGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `requested_privileges` as `app.requestedPrivileges` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `context_gateway_url` as `app.contextGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `requested_privileges` as `app.requestedPrivileges` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'LenzPlatformAppCmsBlocksImageText' );
Copy
53
0.33 ms
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
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
54
0.23 ms
SELECT DISTINCT `technical_name`
FROM `theme_runtime_config`
WHERE `technical_name` IS NOT NULL
SELECT DISTINCT `technical_name`
FROM `theme_runtime_config`
WHERE `technical_name` IS NOT NULL ;
Copy
55
0.25 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"\x00\x00 \r » ~~~~~~~~~\x00\x01 "
]
SELECT path FROM category WHERE id = 0x00000DBBA07E7E7E7E7E7E7E7E7E0001 ;
Copy
56
0.17 ms
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
57
0.19 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
"XJ4KHHd0Zp9DRVXZmp997CvHRXc3W04h "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) AND (token = 'XJ4KHHd0Zp9DRVXZmp997CvHRXc3W04h' ) LIMIT 1 ;
Copy
58
1.19 ms
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `theme_id` = ?
Parameters :
[
b"5™\x11 í›\e DHÔºñÝĨç "
]
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `theme_id` = 0x359911ED9B1B444890D4BAF1DDC4A8E7 ;
Copy
59
0.85 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"Ëö\x19 ¢oK·¤;ãC‚ûÎ4 "
b"‰w³•¢+G+—“kÒ0&\x07 "
b"–g\x00 è•/O8¶+Ãö\x05\x10 d "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 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 (0xCBF619A2AD6F4BB7A43BE34382FBCE34 , 0x8977B395A22B472B97936BD230268107 , 0x966700E8952F4F38B6812BC3F6051064 ));
Copy
60
0.26 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
61
0.92 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `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"\x00\x00 \r » ~~~~~~~~~\x00\x01 "
]
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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` ,
`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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `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 (0x00000DBBA07E7E7E7E7E7E7E7E7E0001 ));
Copy
62
0.41 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND ((((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
b"\x00\x00 \r » ~~~~~~~~~\x00\x01 "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`category.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x00000DBBA07E7E7E7E7E7E7E7E7E0001 )) GROUP BY `category` . `id` ;
Copy
63
0.28 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND ((((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
b"\x00\x00 \r » ~~~~~~~~~\x00\x01 "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`category.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x00000DBBA07E7E7E7E7E7E7E7E7E0001 )) GROUP BY `category` . `id` ;
Copy
64
0.51 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `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"\x00\x00 \r » ~~~~~~~~~\x00\x01 "
]
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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` ,
`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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `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 (0x00000DBBA07E7E7E7E7E7E7E7E7E0001 ));
Copy
65
0.52 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `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"\x00\x00 \r » ~~~~~~~~~\x00\x01 "
]
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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` ,
`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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `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 (0x00000DBBA07E7E7E7E7E7E7E7E7E0001 ));
Copy
66
0.41 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND ((((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
b"\x00\x00 \r » ~~~~~~~~~\x00\x01 "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`category.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x00000DBBA07E7E7E7E7E7E7E7E7E0001 )) GROUP BY `category` . `id` ;
Copy
67
2.33 ms
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/00000dbba07e7e7e7e7e7e7e7e7e0001 "
"/navigation/13a65f0962e64be9ab3210a371a2f790 "
"/navigation/17a3e1082a41422486b5cd8312b85338 "
"/navigation/87329892f04642a091cf97d76cf2e172 "
"/navigation/13f58cf7fb2d4fdc8090e2d111219483 "
"/navigation/0799bf2edc454c3287d633d9afd8d680 "
"/navigation/d67ef9c439bf46b9976fd4c577abecc9 "
"/navigation/b90f87fb1a1c4230af629184792d84e3 "
"/navigation/00000249f07e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030d407e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbc047e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbc687e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbccc7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd307e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd947e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbdf87e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbe5c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbec07e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbf247e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbfec7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dc0507e7e7e7e7e7e7e7e7e0001 "
"/detail/00000018727e7e7e7e7e7e7e7e7e0002 "
"/detail/00000018797e7e7e7e7e7e7e7e7e0002 "
"/detail/000000187f7e7e7e7e7e7e7e7e7e0002 "
"/detail/00000018817e7e7e7e7e7e7e7e7e0002 "
"/detail/00000019d37e7e7e7e7e7e7e7e7e0002 "
"/detail/00000019ef7e7e7e7e7e7e7e7e7e0002 "
"/detail/0000001a077e7e7e7e7e7e7e7e7e0002 "
"/detail/0000001a287e7e7e7e7e7e7e7e7e0002 "
"/detail/0000001a297e7e7e7e7e7e7e7e7e0002 "
"/detail/0000001a427e7e7e7e7e7e7e7e7e0002 "
"/detail/0000001adf7e7e7e7e7e7e7e7e7e0002 "
"/detail/0000001af67e7e7e7e7e7e7e7e7e0002 "
"/detail/0000001b007e7e7e7e7e7e7e7e7e0002 "
"/detail/0000001bac7e7e7e7e7e7e7e7e7e0002 "
"/detail/0000001bdf7e7e7e7e7e7e7e7e7e0002 "
"/detail/0000001bf67e7e7e7e7e7e7e7e7e0002 "
"/detail/0000001bfe7e7e7e7e7e7e7e7e7e0002 "
"/detail/0000001c237e7e7e7e7e7e7e7e7e0002 "
"/detail/0000001c247e7e7e7e7e7e7e7e7e0002 "
"/detail/00000008b97e7e7e7e7e7e7e7e7e0002 "
"/detail/0000000fd07e7e7e7e7e7e7e7e7e0002 "
"/detail/00000008b07e7e7e7e7e7e7e7e7e0002 "
"/detail/0000000d917e7e7e7e7e7e7e7e7e0002 "
"/detail/0000000fcc7e7e7e7e7e7e7e7e7e0002 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
]
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/00000dbba07e7e7e7e7e7e7e7e7e0001' , '/navigation/13a65f0962e64be9ab3210a371a2f790' , '/navigation/17a3e1082a41422486b5cd8312b85338' , '/navigation/87329892f04642a091cf97d76cf2e172' , '/navigation/13f58cf7fb2d4fdc8090e2d111219483' , '/navigation/0799bf2edc454c3287d633d9afd8d680' , '/navigation/d67ef9c439bf46b9976fd4c577abecc9' , '/navigation/b90f87fb1a1c4230af629184792d84e3' , '/navigation/00000249f07e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030d407e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbc047e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbc687e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbccc7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd307e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd947e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbdf87e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbe5c7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbec07e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbf247e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbfec7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dc0507e7e7e7e7e7e7e7e7e0001' , '/detail/00000018727e7e7e7e7e7e7e7e7e0002' , '/detail/00000018797e7e7e7e7e7e7e7e7e0002' , '/detail/000000187f7e7e7e7e7e7e7e7e7e0002' , '/detail/00000018817e7e7e7e7e7e7e7e7e0002' , '/detail/00000019d37e7e7e7e7e7e7e7e7e0002' , '/detail/00000019ef7e7e7e7e7e7e7e7e7e0002' , '/detail/0000001a077e7e7e7e7e7e7e7e7e0002' , '/detail/0000001a287e7e7e7e7e7e7e7e7e0002' , '/detail/0000001a297e7e7e7e7e7e7e7e7e0002' , '/detail/0000001a427e7e7e7e7e7e7e7e7e0002' , '/detail/0000001adf7e7e7e7e7e7e7e7e7e0002' , '/detail/0000001af67e7e7e7e7e7e7e7e7e0002' , '/detail/0000001b007e7e7e7e7e7e7e7e7e0002' , '/detail/0000001bac7e7e7e7e7e7e7e7e7e0002' , '/detail/0000001bdf7e7e7e7e7e7e7e7e7e0002' , '/detail/0000001bf67e7e7e7e7e7e7e7e7e0002' , '/detail/0000001bfe7e7e7e7e7e7e7e7e7e0002' , '/detail/0000001c237e7e7e7e7e7e7e7e7e0002' , '/detail/0000001c247e7e7e7e7e7e7e7e7e0002' , '/detail/00000008b97e7e7e7e7e7e7e7e7e0002' , '/detail/0000000fd07e7e7e7e7e7e7e7e7e0002' , '/detail/00000008b07e7e7e7e7e7e7e7e7e0002' , '/detail/0000000d917e7e7e7e7e7e7e7e7e0002' , '/detail/0000000fcc7e7e7e7e7e7e7e7e7e0002' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
68
0.67 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
]
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 (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD );
Copy
69
0.68 ms
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"¤½mg\x16 ÖA&½Ssª¾èɯ "
"_esi/global/header "
"_esi/global/header/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF OR sales_channel_id IS NULL )) AND ((seo_path_info = '_esi/global/header' OR seo_path_info = '_esi/global/header/' ));
Copy
70
1.77 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
"/_esi/global/header "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) AND (path_info = '/_esi/global/header' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
71
0.27 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
"XJ4KHHd0Zp9DRVXZmp997CvHRXc3W04h "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) AND (token = 'XJ4KHHd0Zp9DRVXZmp997CvHRXc3W04h' ) LIMIT 1 ;
Copy
72
0.28 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `id` = ?
Parameters :
[
b"|Ï—V\x05 0LÜ»l´+š“ì¤ "
b"|Ï—V\x05 0LÜ»l´+š“ì¤ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x7CCF975605304CDCBB6CB42B9A93ECA4 OR `id` = 0x7CCF975605304CDCBB6CB42B9A93ECA4
;
Copy
73
1.01 ms
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"¤½mg\x16 ÖA&½Ssª¾èɯ "
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
]
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` = 0xA4BD6D6716D64126BD5373AABEE8C9AF AND `language.salesChannels` . `id` = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
74
0.85 ms
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` . `active` as `language.active` , `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` FROM `language` 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 "
b"SC(\r úÚO\x13 ¸~¦m5¶ü. "
b"ü¯™I#2NT£ÒO\x16 ÿÝ0K "
b"í¦!§~bE8–³Ä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` . `active` as `language.active` , `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` FROM `language` 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 , 0x5343280DFADA4F13B87EA66D35B6FC2E , 0xFCAF994923324E54A3D24F16FFDD304B , 0xEDA621A77E62453896B3C456D8A79DFD );
Copy
75
0.46 ms
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"¤½mg\x16 ÖA&½Ssª¾èɯ "
]
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` = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) GROUP BY `currency` . `id` ;
Copy
76
0.46 ms
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
77
5.51 ms
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/13a65f0962e64be9ab3210a371a2f790 "
"/navigation/17a3e1082a41422486b5cd8312b85338 "
"/navigation/ce8d2ea829eb4f068922ce8d9928aaf8 "
"/navigation/00000186a07e7e7e7e7e7e7e7e7e0001 "
"/navigation/000003d0907e7e7e7e7e7e7e7e7e0001 "
"/navigation/000006ddd07e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000493e07e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000057e407e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000668a07e7e7e7e7e7e7e7e7e0001 "
"/navigation/4d689ea4e1ee4be7a7ff17c3d1c2a9fd "
"/navigation/0d5c0178b61f43409317ecb7f0423217 "
"/navigation/9f316991c7b843988ba2d691af81e051 "
"/navigation/b5f029ae393e42019d3c84d1745747d9 "
"/navigation/87329892f04642a091cf97d76cf2e172 "
"/navigation/d0c3ec10ad7f43eab1566c1442929e7b "
"/navigation/405d1cbfa9ac40988230b3550335457d "
"/navigation/fc1ec1df1e6e4f1a8143c5ba27bf4971 "
"/navigation/73d86ffcbaf24d1ead280925070a92d7 "
"/navigation/830789a628d847209c38fd4dede151ef "
"/navigation/604b2db8d0664366b6b22358d17f7a59 "
"/navigation/3effeb8dc90a440cade956cd15571d2e "
"/navigation/6a9710cbd4ef455d882138cc36089aed "
"/navigation/13f58cf7fb2d4fdc8090e2d111219483 "
"/navigation/413ab9571e424278a787f8a4381c0c9f "
"/navigation/853c3c6b6ffe47e2866acbc815d7ef0d "
"/navigation/37e42c1a596f44aaa610954f0a82095e "
"/navigation/0a500eeb24b74c4eab8e1982232bf4f7 "
"/navigation/0799bf2edc454c3287d633d9afd8d680 "
"/navigation/92bb5f4d67e84697841c730082f2bbda "
"/navigation/1756c757bedb444bbacec61fc6f0c159 "
"/navigation/eb040e19715440c08c9806233a73f42a "
"/navigation/d5f98579fc6a4def8a173f3cd4eb0c1f "
"/navigation/d67ef9c439bf46b9976fd4c577abecc9 "
"/navigation/9fc9bc9065d44af9984985664c242443 "
"/navigation/3b0c1d5504484565a8bdced3ab2d3665 "
"/navigation/b90f87fb1a1c4230af629184792d84e3 "
"/navigation/eb51729977f44659b74712aad3e7e7a3 "
"/navigation/e907e8f1668c4fb4afe752ffe417a63e "
"/navigation/f1b52c4932dc4ad590c5ee6ff62c87b7 "
"/navigation/88435e53e98c4d08877d9e13a9607c2a "
"/navigation/00000249f07e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024be47e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024bee7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024bf87e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024c027e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024c0c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024c167e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024dd87e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024de27e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024dec7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024df67e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024fcc7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024fd67e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000251c07e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000251ca7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000251d47e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000251de7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000251e37e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000251e87e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000251ed7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000251f27e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000251fc7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000252887e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000252927e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000253b47e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000253be7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000253c87e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000253d27e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000253e67e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000253eb7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000253f07e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000255a87e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000255b27e7e7e7e7e7e7e7e7e0001 "
"/navigation/000002579c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000257a17e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000257a37e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000257a47e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000257b07e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000257ba7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000259907e7e7e7e7e7e7e7e7e0001 "
"/navigation/000002599a7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000259a47e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000259ae7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000025b847e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000025b8e7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000025b987e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000025d787e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000025d827e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000025f6c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000025f767e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000261607e7e7e7e7e7e7e7e7e0001 "
"/navigation/000002616a7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000261747e7e7e7e7e7e7e7e7e0001 "
"/navigation/000002617e7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000261887e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000261927e7e7e7e7e7e7e7e7e0001 "
"/navigation/000002619c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030d407e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f347e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f487e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f4d7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f4f7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f527e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f537e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f547e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f577e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f5c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f987e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030fa27e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030fa77e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030fac7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030fb67e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030ffc7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000310067e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000310107e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000310607e7e7e7e7e7e7e7e7e0001 "
"/navigation/000003106a7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000311287e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000311327e7e7e7e7e7e7e7e7e0001 "
"/navigation/000003113c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000311467e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000311487e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000311507e7e7e7e7e7e7e7e7e0001 "
"/navigation/000003115a7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000311647e7e7e7e7e7e7e7e7e0001 "
"/navigation/000003131c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000313267e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000313307e7e7e7e7e7e7e7e7e0001 "
"/navigation/000003133a7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000313447e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000313467e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000315107e7e7e7e7e7e7e7e7e0001 "
"/navigation/000003151a7e7e7e7e7e7e7e7e7e0001 "
"/navigation/000003151f7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000315247e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000317047e7e7e7e7e7e7e7e7e0001 "
"/navigation/000003170e7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000317227e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000318f87e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000319027e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000319047e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000319077e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000031aec7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000031af67e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000031ce07e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000031cea7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000031cf47e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000031cfe7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000031d087e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000320c87e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000320d27e7e7e7e7e7e7e7e7e0001 "
"/navigation/000008b1807e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbba07e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbc047e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbc0e7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbc187e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbc227e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbc687e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbc727e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbc7c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbc867e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbccc7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbcd67e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd307e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd3a7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd3f7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd447e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd497e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd4e7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd537e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd587e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd5d7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd627e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd947e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd9e7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbda87e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbdf87e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbe027e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbe0c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbe207e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbe2a7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbe5c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbe667e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbe707e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbec07e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbeca7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbed47e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbede7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbf247e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbf2e7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbf387e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbf427e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbf4c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbf567e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbfec7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dc0007e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dc0507e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dc05a7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dc0647e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dc06e7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dc0787e7e7e7e7e7e7e7e7e0001 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
]
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/13a65f0962e64be9ab3210a371a2f790' , '/navigation/17a3e1082a41422486b5cd8312b85338' , '/navigation/ce8d2ea829eb4f068922ce8d9928aaf8' , '/navigation/00000186a07e7e7e7e7e7e7e7e7e0001' , '/navigation/000003d0907e7e7e7e7e7e7e7e7e0001' , '/navigation/000006ddd07e7e7e7e7e7e7e7e7e0001' , '/navigation/00000493e07e7e7e7e7e7e7e7e7e0001' , '/navigation/0000057e407e7e7e7e7e7e7e7e7e0001' , '/navigation/00000668a07e7e7e7e7e7e7e7e7e0001' , '/navigation/4d689ea4e1ee4be7a7ff17c3d1c2a9fd' , '/navigation/0d5c0178b61f43409317ecb7f0423217' , '/navigation/9f316991c7b843988ba2d691af81e051' , '/navigation/b5f029ae393e42019d3c84d1745747d9' , '/navigation/87329892f04642a091cf97d76cf2e172' , '/navigation/d0c3ec10ad7f43eab1566c1442929e7b' , '/navigation/405d1cbfa9ac40988230b3550335457d' , '/navigation/fc1ec1df1e6e4f1a8143c5ba27bf4971' , '/navigation/73d86ffcbaf24d1ead280925070a92d7' , '/navigation/830789a628d847209c38fd4dede151ef' , '/navigation/604b2db8d0664366b6b22358d17f7a59' , '/navigation/3effeb8dc90a440cade956cd15571d2e' , '/navigation/6a9710cbd4ef455d882138cc36089aed' , '/navigation/13f58cf7fb2d4fdc8090e2d111219483' , '/navigation/413ab9571e424278a787f8a4381c0c9f' , '/navigation/853c3c6b6ffe47e2866acbc815d7ef0d' , '/navigation/37e42c1a596f44aaa610954f0a82095e' , '/navigation/0a500eeb24b74c4eab8e1982232bf4f7' , '/navigation/0799bf2edc454c3287d633d9afd8d680' , '/navigation/92bb5f4d67e84697841c730082f2bbda' , '/navigation/1756c757bedb444bbacec61fc6f0c159' , '/navigation/eb040e19715440c08c9806233a73f42a' , '/navigation/d5f98579fc6a4def8a173f3cd4eb0c1f' , '/navigation/d67ef9c439bf46b9976fd4c577abecc9' , '/navigation/9fc9bc9065d44af9984985664c242443' , '/navigation/3b0c1d5504484565a8bdced3ab2d3665' , '/navigation/b90f87fb1a1c4230af629184792d84e3' , '/navigation/eb51729977f44659b74712aad3e7e7a3' , '/navigation/e907e8f1668c4fb4afe752ffe417a63e' , '/navigation/f1b52c4932dc4ad590c5ee6ff62c87b7' , '/navigation/88435e53e98c4d08877d9e13a9607c2a' , '/navigation/00000249f07e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024be47e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024bee7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024bf87e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024c027e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024c0c7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024c167e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024dd87e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024de27e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024dec7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024df67e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024fcc7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024fd67e7e7e7e7e7e7e7e7e0001' , '/navigation/00000251c07e7e7e7e7e7e7e7e7e0001' , '/navigation/00000251ca7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000251d47e7e7e7e7e7e7e7e7e0001' , '/navigation/00000251de7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000251e37e7e7e7e7e7e7e7e7e0001' , '/navigation/00000251e87e7e7e7e7e7e7e7e7e0001' , '/navigation/00000251ed7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000251f27e7e7e7e7e7e7e7e7e0001' , '/navigation/00000251fc7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000252887e7e7e7e7e7e7e7e7e0001' , '/navigation/00000252927e7e7e7e7e7e7e7e7e0001' , '/navigation/00000253b47e7e7e7e7e7e7e7e7e0001' , '/navigation/00000253be7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000253c87e7e7e7e7e7e7e7e7e0001' , '/navigation/00000253d27e7e7e7e7e7e7e7e7e0001' , '/navigation/00000253e67e7e7e7e7e7e7e7e7e0001' , '/navigation/00000253eb7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000253f07e7e7e7e7e7e7e7e7e0001' , '/navigation/00000255a87e7e7e7e7e7e7e7e7e0001' , '/navigation/00000255b27e7e7e7e7e7e7e7e7e0001' , '/navigation/000002579c7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000257a17e7e7e7e7e7e7e7e7e0001' , '/navigation/00000257a37e7e7e7e7e7e7e7e7e0001' , '/navigation/00000257a47e7e7e7e7e7e7e7e7e0001' , '/navigation/00000257b07e7e7e7e7e7e7e7e7e0001' , '/navigation/00000257ba7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000259907e7e7e7e7e7e7e7e7e0001' , '/navigation/000002599a7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000259a47e7e7e7e7e7e7e7e7e0001' , '/navigation/00000259ae7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000025b847e7e7e7e7e7e7e7e7e0001' , '/navigation/0000025b8e7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000025b987e7e7e7e7e7e7e7e7e0001' , '/navigation/0000025d787e7e7e7e7e7e7e7e7e0001' , '/navigation/0000025d827e7e7e7e7e7e7e7e7e0001' , '/navigation/0000025f6c7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000025f767e7e7e7e7e7e7e7e7e0001' , '/navigation/00000261607e7e7e7e7e7e7e7e7e0001' , '/navigation/000002616a7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000261747e7e7e7e7e7e7e7e7e0001' , '/navigation/000002617e7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000261887e7e7e7e7e7e7e7e7e0001' , '/navigation/00000261927e7e7e7e7e7e7e7e7e0001' , '/navigation/000002619c7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030d407e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f347e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f487e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f4d7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f4f7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f527e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f537e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f547e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f577e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f5c7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f987e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030fa27e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030fa77e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030fac7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030fb67e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030ffc7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000310067e7e7e7e7e7e7e7e7e0001' , '/navigation/00000310107e7e7e7e7e7e7e7e7e0001' , '/navigation/00000310607e7e7e7e7e7e7e7e7e0001' , '/navigation/000003106a7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000311287e7e7e7e7e7e7e7e7e0001' , '/navigation/00000311327e7e7e7e7e7e7e7e7e0001' , '/navigation/000003113c7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000311467e7e7e7e7e7e7e7e7e0001' , '/navigation/00000311487e7e7e7e7e7e7e7e7e0001' , '/navigation/00000311507e7e7e7e7e7e7e7e7e0001' , '/navigation/000003115a7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000311647e7e7e7e7e7e7e7e7e0001' , '/navigation/000003131c7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000313267e7e7e7e7e7e7e7e7e0001' , '/navigation/00000313307e7e7e7e7e7e7e7e7e0001' , '/navigation/000003133a7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000313447e7e7e7e7e7e7e7e7e0001' , '/navigation/00000313467e7e7e7e7e7e7e7e7e0001' , '/navigation/00000315107e7e7e7e7e7e7e7e7e0001' , '/navigation/000003151a7e7e7e7e7e7e7e7e7e0001' , '/navigation/000003151f7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000315247e7e7e7e7e7e7e7e7e0001' , '/navigation/00000317047e7e7e7e7e7e7e7e7e0001' , '/navigation/000003170e7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000317227e7e7e7e7e7e7e7e7e0001' , '/navigation/00000318f87e7e7e7e7e7e7e7e7e0001' , '/navigation/00000319027e7e7e7e7e7e7e7e7e0001' , '/navigation/00000319047e7e7e7e7e7e7e7e7e0001' , '/navigation/00000319077e7e7e7e7e7e7e7e7e0001' , '/navigation/0000031aec7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000031af67e7e7e7e7e7e7e7e7e0001' , '/navigation/0000031ce07e7e7e7e7e7e7e7e7e0001' , '/navigation/0000031cea7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000031cf47e7e7e7e7e7e7e7e7e0001' , '/navigation/0000031cfe7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000031d087e7e7e7e7e7e7e7e7e0001' , '/navigation/00000320c87e7e7e7e7e7e7e7e7e0001' , '/navigation/00000320d27e7e7e7e7e7e7e7e7e0001' , '/navigation/000008b1807e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbba07e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbc047e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbc0e7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbc187e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbc227e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbc687e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbc727e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbc7c7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbc867e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbccc7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbcd67e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd307e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd3a7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd3f7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd447e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd497e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd4e7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd537e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd587e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd5d7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd627e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd947e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd9e7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbda87e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbdf87e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbe027e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbe0c7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbe207e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbe2a7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbe5c7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbe667e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbe707e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbec07e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbeca7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbed47e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbede7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbf247e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbf2e7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbf387e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbf427e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbf4c7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbf567e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbfec7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dc0007e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dc0507e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dc05a7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dc0647e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dc06e7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dc0787e7e7e7e7e7e7e7e7e0001' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
78
0.55 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
]
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 (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD );
Copy
79
0.62 ms
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"¤½mg\x16 ÖA&½Ssª¾èɯ "
"_esi/global/footer "
"_esi/global/footer/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF OR sales_channel_id IS NULL )) AND ((seo_path_info = '_esi/global/footer' OR seo_path_info = '_esi/global/footer/' ));
Copy
80
0.30 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
"/_esi/global/footer "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) AND (path_info = '/_esi/global/footer' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
81
0.27 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
"XJ4KHHd0Zp9DRVXZmp997CvHRXc3W04h "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) AND (token = 'XJ4KHHd0Zp9DRVXZmp997CvHRXc3W04h' ) LIMIT 1 ;
Copy
82
0.28 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `id` = ?
Parameters :
[
b"Ç´S-A\x10 OÙ§€ÞëT;_, "
b"Ç´S-A\x10 OÙ§€ÞëT;_, "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xC7B4532D41104FD9A780DEEB543B5F2C OR `id` = 0xC7B4532D41104FD9A780DEEB543B5F2C
;
Copy
83
2.49 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (((`category` . `id` = ? OR (`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% "
b"Ç´S-A\x10 OÙ§€ÞëT;_, "
"%|c7b4532d41104fd9a780deeb543b5f2c|% "
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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
(
`category` . `id` = ?
OR (
`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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 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` = 0xC7B4532D41104FD9A780DEEB543B5F2C OR (`category` . `path` LIKE '%|c7b4532d41104fd9a780deeb543b5f2c|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )))));
Copy
84
0.68 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND ((((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
b"\v gF‚Ï\x06 G¡»A*×ófÄ’ "
b"\x1E (|\x15 <ÒB[¨\x10\x1D UÛ£’œ "
b"TB\x04 .½IÝ¡Ì\x04 Ń4\x0F "
b"UEz-N¼¡ð@C@ð\x03 È "
b"fgXšJšI\x1D “›iG\x1F AÄI "
b"n#Â\f g\x1C I:€€e!±\x00 ¿© "
b"pB>É&uA÷ãØ\x11 f}Tá "
b"zÌDJ|\x03 Mè©Z\x07\x0F Q\x13 ý- "
b"\x7F Õ‹hHM\x16 \x17 ºz²e\x1A "
b"„\x0F fXHøFìƒ/KeW¿Zi "
b"ˆÖþ?Æ·Nä½]æ±³÷ó "
b"€Úf\x0E ,@\x03 ¨Ïßùyr©ƒ "
b"Å×\x1F þø¼E>¤È«6#ÞCb "
b"Öx@\x08 ©[GK½‰D_ê\x17 ¤N "
b"ÛζNkÞE%º†¢Pt.õ\x10 "
b"ìãeQÓ\x11 N·j;'P\x10 "
b"úä²6RÄN¾˜Ž‹\^X§# "
b"Ç´S-A\x10 OÙ§€ÞëT;_, "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`category.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x0B674682CF0647A1BB412AD7F366C492 , 0x1E287C153CD2425BA8101D55DBA3929C , 0x5442042EBDAD49DDA1CC04C5839D340F , 0x55459D7A2DAD4EBCA1F0404340F003C8 , 0x6667589A4A9A491D939B69471F41C449 , 0x6E23C20C671C493A80806521B100BFA9 , 0x70423EC9267541F781E3D811667D54E1 , 0x7ACC444A7C034DE8A95A070F5113FD2D , 0x7FD58B6848AD4D169D17BA7AB2651A20 , 0x840F665848F846EC832F4B6557BF5A69 , 0x88D6FE3FC6B74EE4BD5DE6B1B3F7F39D , 0xAD80DA660E2C4003A8CFDFF97972A983 , 0xC5D71FFEF8BC453EA4C8AB3623DE4362 , 0xD6784008A95B474BBD89445FEA17A44E , 0xDBCEB64E6BDE4525BA86A250742EF510 , 0xECE36551D3114E8EB78F6A3B2750108F , 0xFAE4B23652C44EBE988E8B5C5E58A723 , 0xC7B4532D41104FD9A780DEEB543B5F2C )) GROUP BY `category` . `id` ;
Copy
85
3.23 ms
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% "
"%|c7b4532d41104fd9a780deeb543b5f2c|% "
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 '%|c7b4532d41104fd9a780deeb543b5f2c|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
86
0.31 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ç´S-A\x10 OÙ§€ÞëT;_, "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xC7B4532D41104FD9A780DEEB543B5F2C ));
Copy
87
0.26 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `id` = ?
Parameters :
[
b"ýÍ2µ?Bku¤—ïAÈé "
b"ýÍ2µ?Bku¤—ïAÈé "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xFD8FCD32B53F426BAD75A497EF41C8E9 OR `id` = 0xFD8FCD32B53F426BAD75A497EF41C8E9
;
Copy
88
2.28 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (((`category` . `id` = ? OR (`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% "
b"ýÍ2µ?Bku¤—ïAÈé "
"%|fd8fcd32b53f426bad75a497ef41c8e9|% "
1
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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
(
`category` . `id` = ?
OR (
`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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 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` = 0xFD8FCD32B53F426BAD75A497EF41C8E9 OR (`category` . `path` LIKE '%|fd8fcd32b53f426bad75a497ef41c8e9|%' AND (`category` . `level` > 1 AND `category` . `level` < = 3 )))));
Copy
89
0.91 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND ((((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
b"\x11\x13 ¨aqI5©~]‚Yñö\x1D "
b"\x11 °þÛBøKç½\x1C Ï·5>6r "
b"\x14 ÉÔ\x11 k‰AÊ¿Êtš\x05 æ9x "
b"\x16 ÷2W\r òMÖ¤åõœµbâÌ "
b"$.¡Ü~iMp¦+÷g>#\x01 Å "
b"Fš=à‰VH`ê\x1D\x02 Â"P‡ "
b"J$%à 1HS¸ëS=ícLø "
b"""
[Ƨ\x7F ðñN\n
¿•wB¦™è\x17
"""
b"eb8“n–G$±&‰fmE¬4 "
b"¯èÏa!dIa„)bö§®6à "
b"²„'éº?E»‹ßq¹D.ð0 "
b"½^”ÄÕ\x16 G7²àÎ<\x08 ÔÑV "
b"Ê5+Œ·\x04 OÚ¹úîñƒ•\x0E ` "
b"ÓŠ*¡ð@\x14 ²£8jÖ¥‰Y "
b"ýÍ2µ?Bku¤—ïAÈé "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`category.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x111390A861714935A97E5D8259F1F61D , 0x11B0FEDB42F84BE7BD1CCFB7353E3672 , 0x14C9D4116B8941CABFCA749A05E63978 , 0x16F732570DF24DD6A4E5F59CB562E2CC , 0x242EA1DC7E694D70A62BF7673E2301C5 , 0x469A3DE0895648609DEA1D02C2225087 , 0x4A2425C3A0314853B8EB533DED634CF8 , 0x5BC6A77FF0F14E0ABF957742A699E817 , 0x656238936E964724B12689666D45AC34 , 0xAFE8CF6121644961842962F6A7AE36E0 , 0xB28427E9BA3F45BB8BDF71B9442EF030 , 0xBD5E94C4D5164737B2E0CE3C08D4D156 , 0xCA352B8CB7044FDAB9FAEEF183950E60 , 0xD39D8A2AA1F04014B2A3386AD6A58959 , 0xFD8FCD32B53F426BAD75A497EF41C8E9 )) GROUP BY `category` . `id` ;
Copy
90
3.45 ms
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% "
"%|fd8fcd32b53f426bad75a497ef41c8e9|% "
3
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 '%|fd8fcd32b53f426bad75a497ef41c8e9|%' AND `category` . `level` = 3 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
91
0.24 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ýÍ2µ?Bku¤—ïAÈé "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xFD8FCD32B53F426BAD75A497EF41C8E9 ));
Copy
92
0.49 ms
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"¤½mg\x16 ÖA&½Ssª¾èɯ "
]
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` = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
93
0.81 ms
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` . `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` . `file_hash` as `payment_method.media.fileHash` , `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 `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"ç\x05 CL6@J\x11 ©§*Ù,vÛÔ "
b"Í\r æmÌZC‹›\x08 î퇮Ç\x00 "
b"\x13 =ÇWŽeI«¢yº)øìøZ "
b"ų{i¼'IZ‹¡”V&\x08 é "
b"1Å&÷ý=Dĵ´HV|7;) "
]
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` . `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` . `file_hash` as `payment_method.media.fileHash` ,
`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 `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` . `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` . `file_hash` as `payment_method.media.fileHash` , `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 `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 (0xE705434C36404A11A9A72AD92C76DBD4 , 0xCD0DE66DCC5A438B9B08EEED87AEC700 , 0x133DC7578D6549ABA279BA29F8ECF85A , 0xC5B37B69BC27495A8B8FA194562608E9 , 0x31C526F7FD3D44C4B5B448567C373B29 );
Copy
94
0.68 ms
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"¤½mg\x16 ÖA&½Ssª¾èɯ "
]
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` = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
95
0.71 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `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` . `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` . `file_hash` as `shipping_method.media.fileHash` , `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 `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.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"µ®êØ~@NJº~âê~r1Ê "
b"]×1%,ÇN¬¥+/Jç¹>÷ "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`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` . `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` . `file_hash` as `shipping_method.media.fileHash` ,
`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 `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.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` . `technical_name` as `shipping_method.technicalName` , `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` . `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` . `file_hash` as `shipping_method.media.fileHash` , `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 `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.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 (0xB5AEEAD87E404E4ABA7EE2EA7E7231CA , 0x5DD731252CC74EACA52B2F4AE7B93EF7 );
Copy
96
1.52 ms
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/c5d71ffef8bc453ea4c8ab3623de4362 "
"/navigation/afe8cf6121644961842962f6a7ae36e0 "
"/navigation/14c9d4116b8941cabfca749a05e63978 "
"/navigation/ad80da660e2c4003a8cfdff97972a983 "
"/navigation/17a3e1082a41422486b5cd8312b85338 "
"/navigation/87329892f04642a091cf97d76cf2e172 "
"/navigation/13f58cf7fb2d4fdc8090e2d111219483 "
"/navigation/0799bf2edc454c3287d633d9afd8d680 "
"/navigation/d67ef9c439bf46b9976fd4c577abecc9 "
"/navigation/b90f87fb1a1c4230af629184792d84e3 "
"/navigation/111390a861714935a97e5d8259f1f61d "
"/navigation/7fd58b6848ad4d169d17ba7ab2651a20 "
"/navigation/70423ec9267541f781e3d811667d54e1 "
"/navigation/6667589a4a9a491d939b69471f41c449 "
"/navigation/55459d7a2dad4ebca1f0404340f003c8 "
"/navigation/5442042ebdad49dda1cc04c5839d340f "
"/navigation/bd5e94c4d5164737b2e0ce3c08d4d156 "
"/navigation/469a3de0895648609dea1d02c2225087 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
]
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/c5d71ffef8bc453ea4c8ab3623de4362' , '/navigation/afe8cf6121644961842962f6a7ae36e0' , '/navigation/14c9d4116b8941cabfca749a05e63978' , '/navigation/ad80da660e2c4003a8cfdff97972a983' , '/navigation/17a3e1082a41422486b5cd8312b85338' , '/navigation/87329892f04642a091cf97d76cf2e172' , '/navigation/13f58cf7fb2d4fdc8090e2d111219483' , '/navigation/0799bf2edc454c3287d633d9afd8d680' , '/navigation/d67ef9c439bf46b9976fd4c577abecc9' , '/navigation/b90f87fb1a1c4230af629184792d84e3' , '/navigation/111390a861714935a97e5d8259f1f61d' , '/navigation/7fd58b6848ad4d169d17ba7ab2651a20' , '/navigation/70423ec9267541f781e3d811667d54e1' , '/navigation/6667589a4a9a491d939b69471f41c449' , '/navigation/55459d7a2dad4ebca1f0404340f003c8' , '/navigation/5442042ebdad49dda1cc04c5839d340f' , '/navigation/bd5e94c4d5164737b2e0ce3c08d4d156' , '/navigation/469a3de0895648609dea1d02c2225087' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
97
0.44 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
]
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 (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD );
Copy