1
0.19 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.31 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
3
0.22 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.61 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
5
0.53 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
6
0.26 ms
SELECT `dvsn_quick_cart` . `id` FROM `dvsn_quick_cart` WHERE (`dvsn_quick_cart` . `seo_url` = ? AND `dvsn_quick_cart` . `active` = ? )
Parameters :
[
"search "
true
]
SELECT `dvsn_quick_cart` . `id` FROM `dvsn_quick_cart` WHERE (`dvsn_quick_cart` . `seo_url` = 'search' AND `dvsn_quick_cart` . `active` = 1 );
Copy
7
0.34 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"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"search "
"search/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'search' OR seo_path_info = 'search/' ));
Copy
8
0.17 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"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"/search "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (path_info = '/search' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
9
1.85 ms
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `parameter_forwarding` as `dreisc_seo_redirect.parameterForwarding` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = ? AND `dreisc_seo_redirect` . `source_type` = ? AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = ? AND `dreisc_seo_redirect` . `source_path` = ? ))
Parameters :
[
true
"url "
b"£“]>÷IKt‰LÉb£cG° "
"search?p=7&search=transportbox "
]
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `parameter_forwarding` as `dreisc_seo_redirect.parameterForwarding` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = 1 AND `dreisc_seo_redirect` . `source_type` = 'url' AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = 0xA3935D3EF7494B74894CC962A36347B0 AND `dreisc_seo_redirect` . `source_path` = 'search?p=7&search=transportbox' ));
Copy
10
3.51 ms
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `parameter_forwarding` as `dreisc_seo_redirect.parameterForwarding` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = ? AND `dreisc_seo_redirect` . `source_type` = ? AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = ? AND (`dreisc_seo_redirect` . `source_path` = ? OR `dreisc_seo_redirect` . `source_path` LIKE ? )))
Parameters :
[
true
"url "
b"£“]>÷IKt‰LÉb£cG° "
"search "
"search?% "
]
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `parameter_forwarding` as `dreisc_seo_redirect.parameterForwarding` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = 1 AND `dreisc_seo_redirect` . `source_type` = 'url' AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = 0xA3935D3EF7494B74894CC962A36347B0 AND (`dreisc_seo_redirect` . `source_path` = 'search' OR `dreisc_seo_redirect` . `source_path` LIKE 'search?%' )));
Copy
11
0.90 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
12
0.54 ms
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE ((`scop_platform_redirecter_redirect` . `sourceURL` IN (? , ? , ? , ? , ? , ? , ? )) AND `scop_platform_redirecter_redirect` . `enabled` = ? AND (`scop_platform_redirecter_redirect` . `salesChannelId` = ? OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > ? )) LIMIT 1
Parameters :
[
"//search?p=7&search=transportbox "
"/search?p=7&search=transportbox "
"https://www.dev.nakatanenga.de/search?p=7&search=transportbox "
"https://www.dev.nakatanenga.de//search?p=7&search=transportbox "
"/search?p=7&search=transportbox "
"//search?p=7&search=transportbox "
"search?p=7&search=transportbox "
true
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
null
]
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE ((`scop_platform_redirecter_redirect` . `sourceURL` IN ('//search?p=7&search=transportbox' , '/search?p=7&search=transportbox' , 'https://www.dev.nakatanenga.de/search?p=7&search=transportbox' , 'https://www.dev.nakatanenga.de//search?p=7&search=transportbox' , '/search?p=7&search=transportbox' , '//search?p=7&search=transportbox' , 'search?p=7&search=transportbox' )) AND `scop_platform_redirecter_redirect` . `enabled` = 1 AND (`scop_platform_redirecter_redirect` . `salesChannelId` = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > NULL )) LIMIT 1 ;
Copy
13
0.39 ms
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE ((`scop_platform_redirecter_redirect` . `sourceURL` IN (? , ? , ? , ? , ? , ? , ? )) AND `scop_platform_redirecter_redirect` . `enabled` = ? AND (`scop_platform_redirecter_redirect` . `queryParamsHandling` IN (? , ? )) AND (`scop_platform_redirecter_redirect` . `salesChannelId` = ? OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > ? )) LIMIT 1
Parameters :
[
"//search "
"/search "
"https://www.dev.nakatanenga.de/search "
"https://www.dev.nakatanenga.de//search "
"/search "
"//search "
"search "
true
1
2
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
null
]
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE ((`scop_platform_redirecter_redirect` . `sourceURL` IN ('//search' , '/search' , 'https://www.dev.nakatanenga.de/search' , 'https://www.dev.nakatanenga.de//search' , '/search' , '//search' , 'search' )) AND `scop_platform_redirecter_redirect` . `enabled` = 1 AND (`scop_platform_redirecter_redirect` . `queryParamsHandling` IN (1 , 2 )) AND (`scop_platform_redirecter_redirect` . `salesChannelId` = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > NULL )) LIMIT 1 ;
Copy
14
0.30 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"aRsVi3OkmBlgyEy06ZcmxHQB3jxAfuxw "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (token = 'aRsVi3OkmBlgyEy06ZcmxHQB3jxAfuxw' ) LIMIT 1 ;
Copy
15
0.28 ms
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = ?
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = 0x08D2BEB617754D2E9B8813E67FBD3A10
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
16
0.57 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `measurement_units` as `sales_channel.measurementUnits` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `measurement_units` as `sales_channel.measurementUnits` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name` as `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . `currency_id` ,
`sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation` . `language_id` = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `measurement_units` as `sales_channel.measurementUnits` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0x08D2BEB617754D2E9B8813E67FBD3A10 );
Copy
17
0.24 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `measurement_units` as `sales_channel_domain.measurementUnits` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE ((`sales_channel_domain` . `sales_channel_id` IN (? )))
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `measurement_units` as `sales_channel_domain.measurementUnits` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE ((`sales_channel_domain` . `sales_channel_id` IN (0x08D2BEB617754D2E9B8813E67FBD3A10 )));
Copy
18
0.28 ms
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = ? )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (? )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (0x08D2BEB617754D2E9B8813E67FBD3A10 )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
19
0.42 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` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = ? )) AND (`language` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `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` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
20
0.24 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
21
0.34 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"Á–E!Ó§N\x11 ˆwöBN½— "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0xC1964521D3A74E118877F642AD4EBD97 );
Copy
22
0.17 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
23
0.20 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x03 )\x11 ½¹qK ¿,ÔÈl5s2 "
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0x032911BDB9714BA0BF2CD4C86C357332 );
Copy
24
0.11 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
25
0.54 ms
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE ((`tax_rule` . `tax_id` IN (? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x02 Y;â;M\x07 ©Ò\x15\x08 !º¥x "
b"ÂqÐïTNCŽ„P ×uªz8 "
b"Ù|õÏõÙEª†$”eâX‡ "
]
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE ((`tax_rule` . `tax_id` IN (0x0259813BE23B4D07A9D2150821BAA578 , 0xC271D0EF544E438D845020D775AA7A38 , 0xD97CF5CFF5D945AA8624948165E25887 )));
Copy
26
0.62 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.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method.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 `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` 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"""
ØoÓ\x1C a\n
C4™Io~X‚
"""
]
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.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method.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 `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
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.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method.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 `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` 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 (0xD86FD31C610A43349949816F7E5882A0 );
Copy
27
0.46 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"\x01 Œ†x9ÎvK±æž\x17 å;Y\r "
]
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 (0x018C867839CE764BB1E69E17E53B590D );
Copy
28
0.19 ms
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"Á–E!Ó§N\x11 ˆwöBN½— "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0xC1964521D3A74E118877F642AD4EBD97 ) LIMIT 1 ;
Copy
29
0.31 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"aRsVi3OkmBlgyEy06ZcmxHQB3jxAfuxw "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'aRsVi3OkmBlgyEy06ZcmxHQB3jxAfuxw' ;
Copy
30
0.47 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
31
0.90 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"\x01 ‹8Ûö\x06 w\x1F ²üRAlÖ‘¡ "
b"\x01 ‘\x02 û/p[–,\ñ‰\x7F ^{ "
b"\x01 ”\x08 ŽÓ~p\x03 ”@\x00 n"i$z "
b"\x01 šãB\x05 Ép‡¤¾‚*:½Gf "
b"\x03 &³ß“gO{º©)\x17 j2µ\x1E "
b"\x16\x01 \x0E ê\r KîŒIÌ\x14 xޤK "
b"\x18 h{Öa\x04 Gð‡Åë\x05 i\x1D ;Å "
b"\x1E ì#\x01 ±ÙG\x18 ½LõÅÒÖD "
b",¾:%B鋦¯ý#\x1E\x17\x02 "
b"""
7\x11 â#’„G• \n
1㌮\x19
"""
b"""
:\n
/¡ú'FO’I€©³ìœc
"""
b"MòŽU\x00 ŒFɦ+“™\x04 ñ5{ "
b"b¦n\x04 ܤN\x01 ¸ê³Ýa©þf "
b"qQgŸ¨ŽA\x04 ²²8#1•*‹ "
b"qÉŠ5s£M¯7‚ê·ôÚ5 "
b"tƒS\x16 ©ÙBO‡ÏfÁ29áJ "
b"| \r â\x16 †Oí¼]ûZ„qÒ/ "
b"‚nøV\x10 âIÆ¿_½GRmë7 "
b"ƒò&…Æ\x1E M»Œñ\x7F TÙ)X« "
b"…]ã°$\v I\x1F š•‡\x1A þÑ¡v "
b"ŽY’öÐGb³øû£TÄ¿à "
b"‘uW\x18 ë\x17 D*©+\x04\x1C -\%ì "
b"™}b&¾lH\v Ž\x0F ²ù\x1E Ü‚< "
b"¬È¡~» N•»×^Ñ!\x1E „À "
b"´7 >b=G\x01 ˜ÎJN¸dÚ\x10 "
b"ÊwéWs½B–‰OJ\x19 ‘\x1E œl "
b"ÛR;Ca A¾»‰U\x0E &\x18 ~\f "
b"îu¤ImŒ„jí\x13 nG( "
b"ñqÉÛü_B°‡\x12 Ò\r ›Y\x13 Â "
b"""
ô—Í9\x03\x10 N–=\r\n
Üù\x16 ‚
"""
b"ô¿3û\x04 £OÎpÇ´[\x7F ³ "
b"\x01 Œ‡›CåqȘk\x04 8ˆ\x16 ƒ† "
b"\x01 Œøÿô\x05 rʪ{ôð"rxÖ "
b"\x01 Ž\r `î³sñ¤xU†ù„;p "
b"\x01 Ž\r xVÆr¬x6èCF»+ "
b"\x01 ‘\x07\x12 Qq\e …C)hÕ\x0E\x16 w "
b"\x01 ‘Õ‚?rR˜-ÉDš,\r H "
b"ØVÏi éC*§õè"’¨\x06 § "
b"\x01 ‘\x08 ¡Sr:³‰\t ©AqP; "
b"A\t Ë!âíL¿¸=‰Ãˆ |U "
b"mDƒêUFî¿ðº\x18 ©Z\x03\x0F "
b"Ÿ4ç<ŽäKX™ž›5k’°Ž "
b"ði3£*2HΫ"b°íÕ²I "
b"ùڣ棨D\r Ž\x03 ÞaDƘ "
b"”"\t jÒ·H¹’ý_ŽH\x00 à± "
b"v¡³z}¿Ae´lz²ÿ\x1A HA "
b"\x01 Œ‡–\r xq\x18 “Ìt8\x19 ØYË "
b"~ctÅ\x18 ¢Cg—^®nG©\x03 æ "
b"¥àÝsX¯E^Ñt<.\x0F úÒ "
b"L‚"Žà—Bõž¨ô\x04 Š?\e ª "
b"ÙtËö0ÌM<¡\x10 ©:\r ,³Ô "
b"V¸‰y8¾D¤]#\x07 o "
b"\x01 Ž\r ÏÎkr†ˆGA\x11 Gðïæ "
b"m#\r \x12 ¯³Ep¿0„ÍE‹ØÊ "
b"{¹\x1D ä¦2C²·†ŒæCŠvþ "
b"kc¬ù‰pHi—+\x18 VÉô‡ö "
b"\x01 Œ‡‚ÈWy¡”\t =#ñÄPÍ "
b"\x01 Œþfû‹qœ¨>/)\x02 êP® "
b"\x01 ‘yµ\x03 Ýs\x1A ‘üz]ÓúÉ" "
b"\x01 ‘yµ\x03 ôrÿ““\x1F ’\x04 ,ø\x00 "
b"\x01 ‘yµ\x04 )qDœvÃW•¤Gj "
b"\x01 ‘yµ\x04 8p‡•|ƦŽvÖ² "
b"\x01 ‘yµ\x04 ErI±¼Ð„¸={Ú "
b"\x01 ‘yµ\x04 Qp”›™åm\x15 Ms "
b"\x01 ‘yµ\x04 `pŠ›dóJ{¿Ó\x14 "
b"\x01 ‘yµ\x04 msŽŽÈ=½jä\x07 "
b"\x01 ‘yµ\x04 }s…€`¢åÆ»Ê\x11 "
b"\x01 ‘yµ\x04 ŠrS•5µØíÆdG "
b"\x01 ‘yµ\x04 ¨pÚ§rÿ²2\t\x0F ® "
b"\x01 ‘yµ\x04 ´q¤µ£”\x1F ´l( "
b"\x01 ‘yµ\x04 Às™Ã_à>þA\x0F "
b"\x01 ‘yµ\x04 Îrt´äéšT&@Ø "
b"\x01 ‘yµ\x04 Ür2”Ã?>ïC–H "
b"\x01 ‘yµ\x04 épg¿dÇrs\x03 v "
b"\x01 ‘yµ\x04 ùq¨ˆ/\t\e\x00 „ø. "
b"""
\x01 ‘yµ\x05\f p½¡\f\e\x06 D\n
[Á
"""
b"\x01 ‘yµ\x05\x18 q6è]{w÷I "
b"\x01 ‘yµ\x05 q¢Œ'f²!ý4 "
b"\x01 ‘yµ\x05 .ry°*\x05 ¯€ÿÒA "
b"\x01 ‘yµ\x05 6s\x07 “TW\x18 {ÎZª "
b"\x01 ‘yµ\x05 =r<¼ÂÿÊ~/\x1D 7 "
b"\x01 ‘yµ\x05 Erç½\x07 ¯o\x13 E‡û "
b"\x01 ‘yµ\x05 Qr@µýJ~è\f ¦\x1E "
b"\x01 ‘yµ\x05 ^q\x18 é\e _\r ÎÈ6 "
b"\x01 ‘yµ\x05 “s|©ô¦iZ(ß\x19 "
b"\x01 ‘yµ\x05 ›q㘯šGD߈ô "
b"\x01 ‘yµ\x05 £q\x1C ¦Ý¤NÙÛÁª "
b"\x01 ‘yµ\x05 ©qÖ³;·÷\x7F ñˆ "
b"\x01 ‘yµ\x07\t qÔ²YË\x12 0œ¾\x03 "
b"\x01 ‘yµ\x07\x18 rNšŠÒó½4û& "
b"\x01 ‘yµ\x07 "q½‡\x19 òÃ8^K "
b"\x01 ‘yµ\x07 )p¦D¦-æ©ö¾ "
b"\x01 ‘yµ\x07 yr޽4²!¿\x1F "
b"\x01 ‘yµ\x07 ~r'“¸+1\x13 X)ˆ "
b"\x01 ‘yµ\x07 ´sP†\x00 ›^"lÈ\x1C "
b"\x01 ’f½•E{‘o\x0E t\x02 §n "
b"\x01 “n_OÒqþ·±Ø&ï\x19 «Š "
b"\x01 ”¼´sàyŽk¦9\x10 ýì\x1D "
b"‰9db±”BÞ…;IŸ3·Œï "
b"Š=rªµ¥F ‰PQcöDù "
b"ùÚ“øJÚLÍŽý•i*aY‘ "
b"\x7F msD%âEý¡Õüm\v `ñ" "
b"È9F5 ´K@¯?LÖÔKïQ "
b"""
\x01 \n
\n
)½v{žTÞæØb1¼
"""
b"\x01 ’³mWZ~ɇ.°cLé\x00 ÷ "
b"\x01 •³•NØr¹mÔ`lQØŽ "
b"\x06 ÃæÄ\f Þ@ûˆ¡uÛ;y8 "
b"X\x1D $w\x14 TJü\x1F ¤5áÄ\x01 à "
b"†ËzÙ\x7F µFS¹q<)0ÆÓó "
b"\x01 ‘yíYØqK¦úÄRŽ|!ï "
b"\x01 ‘yíYÝrìµ$Œ7\x01 ¤©§ "
b"\x01 ‘yíZ0p£¦o?\x00 C\x1F c' "
b"\x01 ‘yíZ3s]ú®}Hî7t "
b"\x01 ‘yíZoqѬF¹'5PEº "
b"\x01 ‘yíZssʧB£Ê+GOª "
b"\x01 ‘yíZ¸p\x1A €ÞnŽ/\r ) "
b"\x01 ‘yíZ¼r`º\r \x7F †¥ô\x12 "
b"\x01 ‘yíZár5®-[Å/â\v ÷ "
b"\x01 ‘yíZäsÌŠËÛОi\x7F\x1A "
b"\x01 ‘yíZúqٮͩK8Í€¥ "
b"\x01 ‘yíZýs“ƒ\x16 Î]b²\x18 … "
b"\x01 ‘yí[2qé<aKf‚ˆ‡ "
b"\x01 ‘yí[4rû†‰¿õ,6ÒN "
b"\x01 ‘yí[Aq®Ty8BØ=u "
b"\x01 ‘yí[Gq\f »ˆÔʾWU0 "
b"\x01 ‘yí[bsÀ¿n¡¢ÚHÝ‘ "
b"\x01 ‘yí[ep!•$RªRÂòb "
b"\x01 ‘yí[…q™_¸wÔǪ "
b"\x01 ‘yí[ˆs†¿\x07 Ëû\f mÄÙ "
b"\x01 ‘yí[³rݤ#¡f~—>r "
b"\x01 ‘yí[·pc´$6Þ+²eM "
b"\x01 ‘yí[åpC¯.ë8âÔ\x06 F "
b"\x01 ‘yí[éqß·Žð¹«•F6 "
b"\x01 ‘yí\\f pòÄ#\x0F –é¯ð "
b"\x01 ‘yí\\x0F s+ƒ¦úa\e\x17 ɰ "
b"\x01 ‘yí\\x19 ra¬ŽÇO“\x14 i "
b"\x01 ‘yí\\x1C rá½]Ô_©\x1A éˆ "
b"\x01 ‘yí\Dp\x03 ›OtYÖ × "
b"\x01 ‘yí\Hp°»\x1D w*ˉ: "
b"\x01 ‘yí\]pÓž†ç¶‡)aW "
b"\x01 ‘yí\as’ˆ¨ñŸ_î\Ÿ "
b"\x01 ‘yí\\x7F p€¦ø¨Ü«ýú\ "
b"""
\x01 ‘yí\ƒq\n
r^ؤ\t w
"""
b"\x01 ‘yí\±r³ñÓ9b‰T” "
b"\x01 ‘yí\´q'™jªÈ§ö½¾ "
b"\x01 ‘yí\çs,—8fDê•tu "
b"\x01 ‘yí\éq\x02 ¹Ddþ†,§‡ "
b"\x01 ‘yí]tq`Á-\x10 :—X¦ "
b"\x01 ‘yí]xq[•r€àÝQs1 "
b"\x01 ‘yí^\x00 qÛ”.’Ûœ´\x14 Ä "
b"\x01 ‘yí^\x04 q’ª¤sÏÇ)Ä_ "
b"\x01 ‘yí^“q\x19 ½é5Ž\f @š\x19 "
b"\x01 ‘yí^˜p\x14 ²xPÑð\x16 ƒË "
b"\x01 ‘yí^µs”µ¼\t K#\x7F <\x00 "
b"\x01 ‘yí^¹r©\x1E eYDzoÜ "
b"\x01 ‘yí^üsНR\x17 ö;æ\x03 Æ "
b"\x01 ‘yí_\x01 p\x7F ¿:jܤ õ± "
b"\x01 ‘yí_Eq\x1D ª&½aø½\x10 F "
b"\x01 ‘yí_Jr޳CÄÎÊUß$ "
b"\x01 ‘yí_¼rgžýŽ/š0w; "
b"\x01 ‘yí_Áqj¹â`\x08 PŠ˜ž "
b"\x01 ‘yí`\r q‘ˆwÁ,…†Rt "
b"\x01 ‘yí`\x11 qÊ‹Ë÷Ää±]\x12 "
b"\x01 ‘yí`<q\r ƒ~ía‡íJ« "
b"\x01 ‘yí`@s¨§ÌrƒY{Åa "
b"\x01 ‘yí`‚p¦Zê'éÕaï "
b"\x01 ‘yí`†rzŽØ}†·š°( "
b"\x01 ‘yí`·sâ˜ð‰¢9rÿ? "
b"\x01 ‘yí`»qs³ÅÊ¢²\x1A\x03 â "
b"\x01 ‘yía\x17 p\x16 ƒÖG\_Ó\e . "
b"\x01 ‘yía\e q›ŒI4&9~\x07\e "
b"\x01 ‘yíadr\x01 “Z¦Ð;ë„l "
b"\x01 ‘yíaisÖ®‡ß)Êo«E "
b"\x01 ‘yíaup[¡ðÌÎF äÒ "
b"\x01 ‘yíaypT‹š²\x02 ЬÎã "
b"\x01 ‘yíaÎp\x13 ¨#Êöð%!] "
b"\x01 ‘yíaÒp!¦ÓòVñþc\x01 "
b"\x01 ‘yíb0pÊ›ŽuL…vÈ "
b"""
\x01 ‘yíb3pr‚Îç+\n
x\x16 \
"""
b"\x01 ‘yíb›röŸ1i•„>›R "
b"\x01 ‘yíbsïIûý1u¸ "
b"\x01 ‘yíb®s—™š\x7F éÞ9úw "
b"\x01 ‘yíb²pƒ¥Y\x1C äˆPè "
b"\x01 ‘yíc\x08 sßšïоRç]È "
b"\x01 ‘yíc\r r¿¸\v\v anVð” "
b"\x01 ‘yíc\x1E qË€ÃÉâ\x19 *R( "
b"\x01 ‘yíc"s\x13 ½GM@'†n¸ "
b"\x01 ‘yíc(pÈMPà\t\e ÜŽ "
b"\x01 ‘yíc2qÖ‹)ôLÎG7^ "
b"\x01 ‘yíc7rNªñ\x00 þr:œs "
b"\x01 ‘yíc@q›ž›V\x03 J4®q "
b"\x01 ‘yícFqº<q†ãSO\t "
b"\x01 ‘yícLs¯‹ç=ñÙ\v A» "
b"\x01 ‘yícPs¼›V®™…˜¥¾ "
b"\x01 ‘yícarž¾Î׿‚?5µ "
b"\x01 ‘yícqsÜ ãeG–£S\x02 "
b"\x01 ‘yícup>·!¯\x01 úý³Š "
b"\x01 ‘yícyr®\x1E J þâ{~ "
b"\x01 ‘yíc¢p-«ô|þ\x10 L)û "
b"\x01 ‘yíc¦p°°µ-ˆ¸däÛ "
b"\x01 ‘yíc×só†‹eu\x1D Ä\x14 k "
b"\x01 ‘yícÜp¶ÙL¿êc\x03\x07 "
b"\x01 ‘yícúr޲\r KÔ×¾Z® "
b"\x01 ‘yícÿq…šÆ\v dÚJù "
b"\x06\x1A ¶\x06 Ì\x7F D´…~›'¶§\x14 "
b"\x15 9ý¤e§H¥¨¬¢eìq”ì "
b"\x1D ö1j\x15 Â@C‰…°qI(÷ž "
b"y@Rªó_I'*q'mˆ\x17 ÷ "
b"‰+ºƒªßNSš<j\x14 F¯gà "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x018B38DBF606771FB2FC52416CD691A1 , 0x01918F02FB2F705B962C5CF1897F5E7B , 0x0194088DD37E70039440006E2269247A , 0x019AE34205C97087A4BE822A3ABD4766 , 0x0326B3DF93674F7BBAA929176A32B51E , 0x1601200EEA0D4BEE8C49CC14788EA44B , 0x18687BD6610447F087C5EB05691D3BC5 , 0x1EEC2301B1D94718BD4CF5C5D2D6449D , 0x2CBE8F3A812542E98BA6AFFD231E1702 , 0x3711E22392844795A00A903184E5C619 , 0x3A0A2FA1FA27464F924980A9B3EC9C63 , 0x4DF28D55008C46C9A62B939904F1357B , 0x62A66E04DCA44E01B8EAB3DD61A9FE66 , 0x7151679FA88E4104B2B2382331952A8B , 0x71C98A3573A34DAFAD3782EAB7F4DA35 , 0x74835316A9D9424F87CF66C13239E14A , 0x7C200DE216864FEDBC5DFB5A8471D22F , 0x826EF85610E249C6BF5FBD47526DEB37 , 0x83F22685C61E4DBB8CF17F54D92958AB , 0x855DE3B0240B491F9A95871AFED1A176 , 0x8D59928FF6D04762B3F8FBA354C4BFE0 , 0x91755718EB17442AA92B041C2D5C25EC , 0x997D6226BE6C480B8D0FB2F91EDC823C , 0xACC8A17EBBA04E95BBD75ED1211E84C0 , 0xB437203E623D470198CE4A4EB864DA10 , 0xCA77E95773BD4296894F4A19911E9C6C , 0xDB523B4361A041BEBB89550E26187E0C , 0xEE83A9EE75A4496D8C846AED136E4728 , 0xF171C9DBFC5F42B08712D20D9B5913C2 , 0xF497CD3903104E968F3D0D0ADCF91682 , 0xF4BF33FB04A34FCE8170C7B45BAD7FB3 , 0x018C879B43E571C8986B043888168386 , 0x018CF8FFF40572CAAA7BF4F0227278D6 , 0x018D0D60EEB373F1A4785586F9843B70 , 0x018D0D7856C6729DAC7836E84346BB2B , 0x01918F071251711B85432968D50E1677 , 0x01918FD5823F7252982DC9449A2C0D48 , 0xD856CF69A0E9432AA7F5E82292A806A7 , 0x01918F08A153723AB38909A94171503B , 0x4109CB21E2ED4CBFB83D89C388207C55 , 0x6D4483EA559046EEBFF0BA18A95A030F , 0x9F34E73C8EE44B58999E9B356B92B08E , 0xF06933A32A3248CEAB2262B0EDD5B249 , 0xF9DAA3E6A3A8440D8D03DE6144C6AD98 , 0x9422096AD2B748B992FD5F8D4800E0B1 , 0x76A1B37A7DBF4165B46C7AB2FF1A4841 , 0x018C87960D78711893CC743819D859CB , 0x7E6374C518A24367975EAE6E47A903E6 , 0xA5E0DD7358AF455EADD1743C2E0FFAD2 , 0x4C82228EE09742F59EA8F4048A3F1BAA , 0xD974CBF630CC4D3CA110A93A0D2CB3D4 , 0x56B8897938BE44A48F5D23076FEE8AA4 , 0x018D0DCFCE6B72868847411147F0EFE6 , 0x6D230D12AFB34570BF3084CD458BD8CA , 0x7BB91DE4A63243B2B7868CE6438A76FE , 0x6B63ACF989704869972B1856C9F487F6 , 0x018C8782C85779A194093D23F1C450CD , 0x018CFE66FB8B719CA83E2F2902EA50AE , 0x019179B503DD731A91FC7A5DD3FAC922 , 0x019179B503F472FF93931F92042CF800 , 0x019179B5042971449C76C35795A4476A , 0x019179B504387087957CC6A68D76D6B2 , 0x019179B504457249B1BCD084B83D7BDA , 0x019179B5045170949B99E5816D154D73 , 0x019179B50460708A9B64F34A7BBFD314 , 0x019179B5046D738D8D81C83DBD6AE407 , 0x019179B5047D73858060A2E5C6BBCA11 , 0x019179B5048A72539535B5D8EDC66447 , 0x019179B504A870DAA772FFB232090FAE , 0x019179B504B471A4B5A3941FB46CAD28 , 0x019179B504C0739990C35FE03EFE410F , 0x019179B504CE7274B4E4E99A542640D8 , 0x019179B504DC723294C33F3EEF439648 , 0x019179B504E97067BF8F64C772730376 , 0x019179B504F971A8882F091B0084F82E , 0x019179B5050C70BDA10C1B06440A5BC1 , 0x019179B50518713690E85D7B77F79049 , 0x019179B5052071A28C276681B221FD34 , 0x019179B5052E7279B02A05AF80FFD241 , 0x019179B505367307935457187BCE5AAA , 0x019179B5053D723CBCC2FFCA7E2F1D37 , 0x019179B5054572E7BD07AF6F134587FB , 0x019179B505517240B5FD4A7EE80CA61E , 0x019179B5055E7118A0E91B5F0DCEC836 , 0x019179B50593737CA9F4A6695A28DF19 , 0x019179B5059B71E398AF9A4744DF88F4 , 0x019179B505A3711CA6DDA44ED9DBC1AA , 0x019179B505A971D6B33BC2B7F77FF188 , 0x019179B5070971D4B259CB12309CBE03 , 0x019179B50718724E9A8AD2F3BD34FB26 , 0x019179B5072271ADBD8719F2C3385E4B , 0x019179B5072970C2A644A62DE6A9F6BE , 0x019179B50779728DBD34B221819DBF1F , 0x019179B5077E722793B82B3113582988 , 0x019179B507B4735086009B5E226CC81C , 0x019266BD95457BAD916F0E7402A76E90 , 0x01936E5F4FD271FEB7B1D826EF19AB8A , 0x0194BCB473E0798D906BA63910FDEC1D , 0x89396462B19442DE853B499F33B78CEF , 0x8A3D72AAB5A5468FA089505163F644F9 , 0xF9DA93F84ADA4CCD8EFD95692A615991 , 0x7F6D734425E245FDA1D5FC6D0B60F122 , 0xC839463520B44B40AF3F4CD6D44BEF51 , 0x018F0A0A29BD767B9E54DEE6D86231BC , 0x0192B36D575A7EC9872EB0634CE900F7 , 0x0195B3954ED87290B96DD4606C51D88D , 0x06C3E6C40CDE40FB88ADA175DB3B7938 , 0x581D247714544AFC811FA435E1C401C3 , 0x86CB7AD97FB54653B9713C2930C6D3F3 , 0x019179ED59D8714BA6FAC4528D7C21EF , 0x019179ED59DD72ECB5248C3701A4A9A7 , 0x019179ED5A3070A3A66F3F00431F6327 , 0x019179ED5A33735DADFAAE7D48EE3774 , 0x019179ED5A6F71D1AC46B927355045BA , 0x019179ED5A7373CAA742A3CA2B474FAA , 0x019179ED5AB8701A80DE6E9D8D2F0D29 , 0x019179ED5ABC7260BA0D7F86A5F49012 , 0x019179ED5AE17235AE2D5BC52FE20BF7 , 0x019179ED5AE473CC8ACBDBD09E697F1A , 0x019179ED5AFA71D9AECDA94B38CD80A5 , 0x019179ED5AFD73938316CE5D62B21885 , 0x019179ED5B3271E9903C614B66828887 , 0x019179ED5B3472FB8689BFF52C36D24E , 0x019179ED5B417181AE54793842D83D75 , 0x019179ED5B47710CBB88D4CABE575530 , 0x019179ED5B6273C0BF6EA1A2DA48DD91 , 0x019179ED5B657021952452AA52C2F262 , 0x019179ED5B85718E995F90B877D4C7AA , 0x019179ED5B887386BF07CBFB0C6DC4D9 , 0x019179ED5BB372DDA423A1667E973E72 , 0x019179ED5BB77063B42436DE2BB2654D , 0x019179ED5BE57043AF2EEB38E2D40646 , 0x019179ED5BE971DFB78EF0B9AB954636 , 0x019179ED5C0C70C3B2C4230F96E9AFF0 , 0x019179ED5C0F732B83A6FA611B17C9B0 , 0x019179ED5C197261AC8EC7AD4F931469 , 0x019179ED5C1C72E1BD5DD45FA91AE988 , 0x019179ED5C4470039BAD4F7459D620D7 , 0x019179ED5C48709DB0BB1D772ACB893A , 0x019179ED5C5D70D39E86E7B687296157 , 0x019179ED5C61739288A8F19F5FEE5C9F , 0x019179ED5C7F7080A6F8A8DCABFDFA5C , 0x019179ED5C83710A9F725ED88FA40977 , 0x019179ED5CB172B381F1D33962895494 , 0x019179ED5CB47127996AAAC8A7F6BDBE , 0x019179ED5CE7732C97386644EA957475 , 0x019179ED5CE97102B94464FE862CA787 , 0x019179ED5D74716081C12D103A9758A6 , 0x019179ED5D78715B957280E0DD517331 , 0x019179ED5E0071DB942E92DB9CB414C4 , 0x019179ED5E047192AAA473CFC729C45F , 0x019179ED5E937119BDE9358E0C409A19 , 0x019179ED5E987014B27850D1F01683CB , 0x019179ED5EB57394B5BC094B237F3C00 , 0x019179ED5EB972A9811E6559447A6FDC , 0x019179ED5EFC738AAF5217F63BE603C6 , 0x019179ED5F01707FBF3A6ADCA420F5B1 , 0x019179ED5F45711DAA26BD61F8BD1046 , 0x019179ED5F4A728EB343C4CECA55DF24 , 0x019179ED5FBC72679EFD8E2F9A30773B , 0x019179ED5FC1716AB9E26008508A989E , 0x019179ED600D71918877C12C85865274 , 0x019179ED601171CA8BCBF7C4E4B15D12 , 0x019179ED603C710D837EED6187ED4AAB , 0x019179ED604073A8A7CC7283597BC561 , 0x019179ED608270A69D5AEA27E9D561EF , 0x019179ED6086727A8ED87D86B79AB028 , 0x019179ED60B773E298F089A23972FF3F , 0x019179ED60BB7173B3C5CAA2B21A03E2 , 0x019179ED6117701683D6475C5FD31B2E , 0x019179ED611B719B8C493426397E071B , 0x019179ED61647201935AA6D03BEB846C , 0x019179ED616973D6AE87DF29CA6FAB45 , 0x019179ED6175705BA1F0CCCE4620E4D2 , 0x019179ED617970548B9AB2028AACCEE3 , 0x019179ED61CE7013A823CAF6F025215D , 0x019179ED61D27021A6D3F256F1FE6301 , 0x019179ED623070CA9B8D754C908576C8 , 0x019179ED6233707282CEE72B0A78165C , 0x019179ED629B72F69F316995843E9B52 , 0x019179ED629F739F81EF49FBFD3175B8 , 0x019179ED62AE7397999A7FE9DE39FA77 , 0x019179ED62B27083A5591CE4889D50E8 , 0x019179ED630873DF9AEFD0BE52E75DC8 , 0x019179ED630D72BFB80B0B616E56F094 , 0x019179ED631E71CB80C3C9E2192A5228 , 0x019179ED63227313BD474D4027866EB8 , 0x019179ED632870C88F4D50E0091BDC8D , 0x019179ED633271D68B29F44CCE47375E , 0x019179ED6337724EAAF100FE723A9C73 , 0x019179ED6340719B9E9B56034A34AE71 , 0x019179ED634671C2BA3C7186E3534F09 , 0x019179ED634C73AF8BE73DF1D90B41BB , 0x019179ED635073BC9B56AE998598A5BE , 0x019179ED6361729EBECED7E6823F35B5 , 0x019179ED637173DCA0E3654796A35302 , 0x019179ED6375703EB721AF01FAFDB38A , 0x019179ED63797281AE1E4A20FEE27B7E , 0x019179ED63A2702DABF47CFE104C29FB , 0x019179ED63A670B0B0B52D88B864E4DB , 0x019179ED63D773F3868B65751DC4146B , 0x019179ED63DC70B69DD94CBFEA630307 , 0x019179ED63FA728EB20D4BD4D7BE5AAE , 0x019179ED63FF71859AC60B2064DA4AF9 , 0x061AB606CC7F44B4857E9B27B6A71420 , 0x1539FDA465A748A5A8ACA265EC7194EC , 0x1DF6316A15C240438985B0714928F79E , 0x794052AAF35F4927AD2A71276D8817F7 , 0x892BBA83AADF4E539A3C6A1446AF67C3 );
Copy
32
0.36 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? AND `app` . `self_managed` = ? )
Parameters :
[
true
false
]
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 AND `app` . `self_managed` = 0 );
Copy
33
0.56 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` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ˜§¶Ò}p\f ·P>ó‰b+˜ "
]
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` . `id` IN (? )
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` . `id` IN (0x0198A7B6D27D700CB7503EF389622B98 );
Copy
34
0.18 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE ((`script` . `app_id` IN (? )))
Parameters :
[
b"\x01 ˜§¶Ò}p\f ·P>ó‰b+˜ "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE ((`script` . `app_id` IN (0x0198A7B6D27D700CB7503EF389622B98 )));
Copy
35
0.41 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` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 šã¸{*pç†aî*W“×Û "
]
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` . `id` IN (? )
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` . `id` IN (0x019AE3B87B2A70E78661EE2A5793D7DB );
Copy
36
0.15 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE ((`script` . `app_id` IN (? )))
Parameters :
[
b"\x01 šã¸{*pç†aî*W“×Û "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE ((`script` . `app_id` IN (0x019AE3B87B2A70E78661EE2A5793D7DB )));
Copy
37
0.57 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
`app` . `name` AS appName ,
`app` . `version` AS appVersion ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
IF (`script` . `active` = 1 AND (`app` . id IS NULL OR `app` . `active` = 1 ), 1 , 0 ) AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
`app` . `name` AS appName ,
`app` . `version` AS appVersion ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
IF (`script` . `active` = 1 AND (`app` . id IS NULL OR `app` . `active` = 1 ), 1 , 0 ) AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
38
0.25 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"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
b"Á–E!Ó§N\x11 ˆwöBN½— "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x08D2BEB617754D2E9B8813E67FBD3A10 AND `sales_channel_country` . `country_id` = 0xC1964521D3A74E118877F642AD4EBD97 );
Copy
39
0.63 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"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
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` = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
40
0.66 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 \ì1aMfˆzq\x10 ·÷!Ç "
b"gs\x11\v A“DùƒL\x18 ‘ÍÍ\x12\e "
b"+°=¸É\x15 K\x1D –¯j•‚¹- "
b"¸ò!b߃Eî»?½cm} & "
b"^´\x11 ÚqOé™Ò.jÄ\x18 <\ "
b"Ó\x1E t…\x1D ôG©ŽÖFG·? \x12 "
b"ä"Äù/Dþ›ª;`:+‰\x1F "
b"""
ØoÓ\x1C a\n
C4™Io~X‚
"""
]
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 (0xC6055CEC31614D66887A7110B7F721C7 , 0x6773110B419344F9834C1891CDCD121B , 0x2BB03DB8C9154B1D96AF6A9582ADB92D , 0xB8F22162DF8345EEBB3FBD636D7D2026 , 0x5EB411DA8F714FE999D22E6AC4183C5C , 0xD31E74851DF447A98DD64647B73F2012 , 0xE422C481F92F44FE9BAA3B603A2B891F , 0xD86FD31C610A43349949816F7E5882A0 );
Copy
41
0.70 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"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
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` = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
42
0.59 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"V8\x0E ù\x08 Cù…ðɼ\x13 Å^ "
b"a¤\t Yr$@–®¶]rÂ(‘R "
b"\x0E GûžO†N׺ Sfì\f -D "
b"\x01 ‘yµ\x07\x1C pþ¯A™¡"bìv "
b"\x01 ‘yµ\x03 Ñs&Š;×å»T†# "
b"\x01 ‘yµ\x04 Kqp¡Ti<6/m9 "
b"\x01 ‘yµ\x03 ìr\x08 •NÁ\x0E Y:¸\r "
b"\x01 ‘yµ\x03 ús½½7tmó\x1A 56 "
b"\x01 ‘yµ\x07 „p0¾\x01 ïÛVå\x18 ƒ "
b"\x01 ‘yµ\x07\x03 p; pÅŠÜ«/ "
b"\x01 ‘yµ\x04 1pX½…\x18 ò¦ŽÈQ "
b"\x01 ‘yµ\x04 =sÛ”'ÛØº£Ì\x7F "
b"\x01 ‘yµ\x07\x0F q\x1E ’HÇ}\f ˆ|\x06 "
b"\x01 ‘yµ\x07 ˜pížZð4úÑ[ "
b"\x01 ‘yµ\x05 Jpù„\x1D É\x14 ¤ë|÷ "
b"\x01 ‘yµ\x07 ‘rá\x03 s`£¤’e "
b"\x01 ‘yµ\x04 fr²†\t Yíc2´ "
b"\x05 yβÿ}Gr–;ÙâpdFØ "
b"\x01 ‘yµ\x05 Vp\ŒæÙ{]\x07 MÓ "
b"\x01 ‘yµ\x04 vs(ˆ‹iïþá\x13 ~ "
b"\x01 ‘yµ\x04 ƒs{µ,ýÓí¤+^ "
b"""
\x01 ‘yµ\x04 ¡r9±á\n
æ\x01 rì¡
"""
b"\x01 ‘yµ\x04 r9±ÜñÔ“ãE "
b"\x01 ‘\x11 rXpþ«ÁÛ¸ïé#Z "
b"^Þ/¨GLÁÿæf\x1E ^¿Þ "
b"\x01 ‘\x15 \zy\x00 ›\ŒuÏf-ñ "
b"×Ó±â¾xMš„(NÔ¹Òx² "
b"\x01 ‘\x17 ÎÐ{¥ºÑ\x01 ¤ù…k& "
b"\x14 È´’WåK\f ‰0“G@þ5\x1C "
b"\x01 ‘yµ\x04 Ès'ƒ‘+þ!Á 5 "
b"\x01 ‘yµ\x04 ÔqžŽÝ"ÿÝ«ð\x08 "
b"\x01 ‘yµ\x04 âq«¸Ï"\x08\x18 à\x07\x15 "
b"\x01 ‘yµ\x05\x13 s\x18 Ž\x00 X<mL°\x06 "
b"\x01 ‘yµ\x05 )q°¼s\x06 •žFÝæ "
b"\x01 ‘yµ\x05 ®rr…\x03\x13 ~’fèy "
b"rTí,õ´Eè²Ë蹪zà\x1F "
b"\x01 Œ†ö=wk¡M‚vÍ¿&‰ "
b"\x01 ‘yµ\x05 cs’Šæüèiˆ$¿ "
b"\x01 Œ†x9ÎvK±æž\x17 å;Y\r "
b"\x01 Ž\r µm\x1C {¹”2ù[÷Þ^ "
b"\x01 Œ†‡«MsÆÀÐ\x04 sny¹ "
b"\x01 ’Âg\Ór§±‡\v ºsÓø[ "
]
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 (0x56380EF9089D43F985F0C9BC9013C55E , 0x61A4095972244096AEB65D72C2289152 , 0x0E47FB9E4F864ED7BA205366EC0C2D44 , 0x019179B5071C70FEAF4199A12262EC76 , 0x019179B503D173268A3BD7E5BB548623 , 0x019179B5044B7170A154693C362F6D39 , 0x019179B503EC7208954EC10E593AB80D , 0x019179B503FA73BDBD37746DF31A3536 , 0x019179B507847030BE01EFDB56E51883 , 0x019179B50703703BA070C58ADC81AB2F , 0x019179B504317058BD8518F2A68DC851 , 0x019179B5043D73DB9427DBD8BAA3CC7F , 0x019179B5070F711E9248C77D0C887C06 , 0x019179B5079870ED9E5AF0349DFAD15B , 0x019179B5054A70F9841DC914A4EB7CF7 , 0x019179B5079172E19D037360A3A49265 , 0x019179B5046672B2860959ED6332B49D , 0x0579CEB2FF7D4772963BD9E2706446D8 , 0x019179B50556705C8CE6D97B5D074DD3 , 0x019179B504767328888B69EFFEE1137E , 0x019179B50483737BB52CFDD3EDA42B5E , 0x019179B504A17239B1E10AE60172ECA1 , 0x019179B504AD7239B1DCF1D49D93E345 , 0x01918F11725870FEABC1DBB8EFE9235A , 0x5EDE2F9DA8474CC18EFFE6661E5EBFDE , 0x01918F155C7A79009B5C8C75CF662DF1 , 0xD7D3B1E2BE784D9A84284ED4B9D278B2 , 0x01918F17CED07BA5BAD101A4F9856B26 , 0x14C8B49257E54B0C8930934740FE351C , 0x019179B504C8732783912BFE21C12035 , 0x019179B504D4719E8DDD22FFDDABF008 , 0x019179B504E271ABB8CF220818E00715 , 0x019179B5051373188E00583C6D4CB006 , 0x019179B5052971B0BC7306959E46DDE6 , 0x019179B505AE72728503137E9266E879 , 0x7254ED2CF5B445E8B2CBE8B9AA7AE01F , 0x018C8681F63D776BA14D8276CDBF2689 , 0x019179B5056373928AE6FCE8698824BF , 0x018C867839CE764BB1E69E17E53B590D , 0x018D0DB56D1C7BB98F9432F95BF7DE5E , 0x018C8687AB4D73C681C0D004736E79B9 , 0x0192C2675CD372A7B1870BBA73D3F85B );
Copy
43
0.29 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
44
0.27 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT iso FROM snippet_set WHERE id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
45
0.24 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0x08D2BEB617754D2E9B8813E67FBD3A10
;
Copy
46
0.15 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
47
0.18 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
48
0.42 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.56 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
50
0.48 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT iso FROM snippet_set WHERE id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
51
0.46 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
52
0.12 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT iso FROM snippet_set WHERE id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
53
0.42 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
54
0.13 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT iso FROM snippet_set WHERE id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
55
0.45 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
56
0.58 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"ÆS{\x13 àOA„L#^5GÞz "
]
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 (0xC6537B13E04F41849D4C235E3547DE7A );
Copy
57
0.19 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
58
0.24 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"h•ÿ!x\t IŸ§×¼0ÛDê¯ "
b"¬—(\x02 اDÍ¢€‚\x03 I\x1E –r "
b"·V\x1F î°VL¤»þ2r\RH "
b"1¨õKt5EÞ–\x18 6¹‘kH "
b"Xè‚\x14 AeC«Mƒ®Óàë "
b"ÆS{\x13 àOA„L#^5GÞz "
]
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 (0x6895FF217809499FA7D7BC30DB44EAAF , 0xAC972802D8A744CDA2808203491E9672 , 0xB7561FEEB0564CA4BBFE32725C528F48 , 0x31A8F54B743545DE961836B9916B488F , 0x58E882144165439D9DAB4D83AED3E0EB , 0xC6537B13E04F41849D4C235E3547DE7A );
Copy
59
0.35 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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((IFNULL (`product` . `active` , `product.parent` . `active` ) = ? AND `product.visibilities` . `sales_channel_id` = ? AND ((`product` . `product_number` IN (? , ? ))) AND (`product` . `child_count` < = > ? OR `product` . `child_count` = ? ))) GROUP BY `product` . `id` LIMIT 2
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
true
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"transportbox "
"transportbox "
null
0
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 AND `product.visibilities` . `sales_channel_id` = 0x08D2BEB617754D2E9B8813E67FBD3A10 AND ((`product` . `product_number` IN ('transportbox' , 'transportbox' ))) AND (`product` . `child_count` < = > NULL OR `product` . `child_count` = 0 ))) GROUP BY `product` . `id` LIMIT 2 ;
Copy
60
0.43 ms
SELECT
product_search_config . and_logic ,
LOWER (product_search_config . excluded_terms ) as `excluded_terms` ,
product_search_config . `min_search_length` ,
product_search_config_field . field ,
product_search_config_field . tokenize ,
product_search_config_field . ranking
FROM product_search_config
INNER JOIN product_search_config_field ON (product_search_config_field . product_search_config_id = product_search_config . id )
WHERE product_search_config . language_id = ? AND product_search_config_field . searchable = 1 AND product_search_config_field . field NOT IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"manufacturer.customFields "
"categories.customFields "
]
SELECT
product_search_config . and_logic ,
LOWER (product_search_config . excluded_terms ) as `excluded_terms` ,
product_search_config . `min_search_length` ,
product_search_config_field . field ,
product_search_config_field . tokenize ,
product_search_config_field . ranking
FROM product_search_config
INNER JOIN product_search_config_field ON (product_search_config_field . product_search_config_id = product_search_config . id )
WHERE product_search_config . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND product_search_config_field . searchable = 1 AND product_search_config_field . field NOT IN ('manufacturer.customFields' , 'categories.customFields' );
Copy
61
0.13 ms
SELECT `min_search_length`
FROM product_search_config
WHERE language_id = ?
LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `min_search_length`
FROM product_search_config
WHERE language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B
LIMIT 1
;
Copy
62
1.06 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"\x18 Ce-·Eߨ\x7F ¡Õ¹)§ "
b"\x01 ‘+ö\x1D …qÉOwv0zæÊ "
b"\x01 ‘+öNirÒ¤v™M³n>2 "
b"\x01 ‘+ög“q“·\x0E “øZùÄ "
b"\x01 ‘+öÉkpïšÚn\x16 ‡˜µ¿ "
b"\x01 ‘+ö‹õs3±AÌœ©ÿRæ "
b"\x01 ‘+ö‹\x11 rá…¶î¡SO°ä "
b"\x01 ‘+öN9q\x0F ªZ!²—V\x14\x19 "
b"""
h\n
(ÁJ]K`®\x7F 2ÈHOÓg
"""
b"\x01 ‘+öŽúpt‚Aòê~ñÅž "
b"\x01 ‘+ö§Îpò—\x0F NÀ`Gd; "
b"\x01 ‘+öZ\x18 p\x1A µ@\t ‘è°)w "
b"\x01 ‘+öÈYq/‹r\e À/ÞS "
b"\x01 ‘+öè\x00 rš¨¾¾.à\x16 ¼U "
b"\x01 ‘+ö\x11\x19 qIb éç†$U "
b"\x01 ‘+öBJqø¿°Ð§9U˜… "
b"""
\x01 ‘+öy?qs³ÉÇyA¼\n
¿
"""
b"\x01 ‘+öÆ\x17 s\e ¸j\e ˜»Á¸e "
b"\x01 ‘+öAžp÷ƒlâáã‰j "
b"\x01 ‘+öéàq¯\x08\x0F\x03\x1A Áýn "
b"\x01 ‘+ö\x1D Ûqá”â\v\x1F ‚\x07\x12 ‹ "
b"\x01 ‘+öy•rÔ·ùÞ6ÀÍLØ "
b"\x01 ‘+öYÙq\x1F \x10 I1\t ¼=û "
b"\x01 ‘+öhRs7³3EǤƒ\x01 ‡ "
b"\x01 ‘+ö¨-q\x12 ´A¶\x06 A¸œ` "
b"\x01 ‘+öèŽpº·Ûþ}˜¢\x1E ¨ "
b"\x01 ‘+ö\x1D ´p¢¬eA\x0F\x01\x07 ÂN "
b"\x01 ‘+öAôq8ˆ¡)ììó}¥ "
b"\x01 ‘+öM p¾†9œu‡Tìü "
b"\x01 ‘+öŽÚsm©\x17 …\x04 ”m\x15 µ "
b"\x01 ‘+ö¤tq‰ÀOU\x1A þÄÖ "
b"\x01 ‘+öAÓq’£+.Š.É#‘ "
b"\x01 ‘+öMfp†¹“ÖÈÐ\Ƽ "
b"\x01 ‘+ögµræ–Wòk{öP\x14 "
b"\x01 ‘+öxªq\x7F °«¸Jõ¡hù "
b"\x01 ‘+ö\x11 5sX£?Û¬Ù‘9 "
b"\x01 ‘+ö\x17 $qg²û}׫\x03 çÎ "
b"\x01 ‘+ö$Tr\x19 ®ýa’Œ\x1E `S "
b"\x01 ‘+öAp1Ó¢Q²H\x07 1 "
b"\x01 ‘+öLìr§‡°\x18 *ny¨¥ "
b"\x01 ‘+öY+pІ©b\x11 P"w\e "
b"\x01 ‘+övXpI’B1HîH‚} "
b"\x01 ‘+öмr £—åql›oî "
b"\x01 ‘+ö©¤s¾«¤©\x16 \r ‘J\x16 "
b"\x01 ‘+öÆÚs¯°\x03 â´|F.ö "
b"""
\x01 ‘+öÇ\n
s§¸IAóò¬N\x1D
"""
b"\x01 ‘+öènpñº\x15 …~]¼éØ "
]
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 (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
?
)
)
Copy
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 (0x1843652DADB745DF81D87FA1D5B929A7 , 0x01912BF61D8571C9AD4F7776307AE6CA , 0x01912BF64E6972D2A476994DB36E3E32 , 0x01912BF6679371938FB70E93F85AF9C4 , 0x01912BF6C96B70EF9ADA6E168798B5BF , 0x01912BF68BF57333B141CC9CA9FF52E6 , 0x01912BF68B1172E185B6EEA1534FB0E4 , 0x01912BF64E39710FAA5A21B297561419 , 0x680A28C14A5D4B60AE7F32C8484FD367 , 0x01912BF68DFA70748241F2EA7EF1C59E , 0x01912BF6A7CE70F2970F4EC06047643B , 0x01912BF65A18701AB5400991E8B02977 , 0x01912BF6C859712F8B90721BC02FDE53 , 0x01912BF6E800729AA8BEBE2EE016BC55 , 0x01912BF611197149AD6220E9E7862455 , 0x01912BF6424A71F8BFB0D0A739559885 , 0x01912BF6793F7173B3C9C77941BC0ABF , 0x01912BF6C617731BB86A1B98BBC1B865 , 0x01912BF6419E70F7838F6CE2E1E3896A , 0x01912BF6E9E071AF90080F031AC1FD6E , 0x01912BF61DDB71E194E20B1F8207128B , 0x01912BF6799572D4B7F9DE36C0CD4CD8 , 0x01912BF659D9711F9010493109BC3DFB , 0x01912BF668527337B33345C7A4830187 , 0x01912BF6A82D7112B441B60641B89C60 , 0x01912BF6E88E70BAB7DBFE7D98A21EA8 , 0x01912BF61DB470A2AC65410F0107C24E , 0x01912BF641F4713888A129ECECF37DA5 , 0x01912BF64DA070BE86399C758754ECFC , 0x01912BF68EDA736DA9178504946D15B5 , 0x01912BF6A474719D89C04F551AFEC4D6 , 0x01912BF641D37192A32B2E8A2EC92391 , 0x01912BF64D667086B993D6C8D05CC6BC , 0x01912BF667B572E69657F26B7BF65014 , 0x01912BF678AA717FB0ABB84AF5A168F9 , 0x01912BF611357358A33FDBACD9819139 , 0x01912BF617247167B2FB7DD7AB03E7CE , 0x01912BF624547219AEFD61928C1E6053 , 0x01912BF6419070318ED3A251B2480731 , 0x01912BF64CEC72A787B0182A6E79A8A5 , 0x01912BF6592B708A86A962115022771B , 0x01912BF67658704992423148EE48827D , 0x01912BF68ABC72A0A397E5716C9B6FEE , 0x01912BF6A9A473BEABA4A9160D914A16 , 0x01912BF6C6DA73AFB003E2B47C462EF6 , 0x01912BF6C70A73A7B84941F3F2AC4E1D , 0x01912BF6E86E70F1BA15857E5DBCE9D8 ));
Copy
63
1.03 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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
true
b"\x01 “/4ˆ¨p³»¤M‚µÒªñ "
b"\x13\x02 ¹2ö¿EDÜ\x12 ùE\x01 ܽ "
b"Ol`P¢dB¤¬v\x11 y¹/ã¶ "
b"QÏ\x10 hõ¹D\x06 ³\x1D êQ\v PK¢ "
b"Xá8ç†àE\x04 ´O‰Æ ÚÔ "
b"\x1D g„±6=N\x00 ‰Œ|ÈQ~h| "
b"\x01 •ClY¶sËžkóD±9Ž "
b"¬ãK},öOäšM\x13 ¼ÕØ "
b"¨SB.¬ÄDÉ«¡áM5×èU "
b"¹Rj\x0F ¨ZK¦¯õH\x1A ™‰[ "
b"c5\x19 ÷šýC—‹±£u±€Ÿ« "
b"\x01 •AÐÐ6páÀ޽©ð¾• "
b"^t7ê½Jò¢™"ZsÔ% "
b"\x1D d„DucI`‹'°K—¶ZÖ "
b"\x01 ŽyßHËq\x00 ¶\x15 Ñ\x05 1†ÛÄ "
b"\x01 •Ct¦1pg»'GÖe¤\x08\t "
b"\x01 –ì“ñµr…¬ñZ–‹u*1 "
b"zw9«ZÁI¦‡‘\x02\x0E ÞŽÀ, "
b"´\x19 ËoÀ\x1F E‘ŽŠµ'{W†\x7F "
b"\x01 ‘+öíËqj„÷œ\v ‰ßê "
b"íL…U”½N8•¹(2º\x0E «î "
b"I½¶\x0F\x1D éGò¡`\x12\x1A\x1D @lM "
b"ö\x1E ÓA`Jt˜\x1E è\x12\x08 Oä¦ "
b"\x15 3¯ô£ŸC–©7ÊÇírqï "
b"]ՃĂIBÃm\x13 ß\x01 zÃÇ "
b"Ä\x1D EÐt×Go£½6SЬ/» "
b"\x06 2jÎÖ\J¥ºŸ³¶\x15 ‹œ( "
b"\x01 ŽyßGÂrÙ¬\x06 -ƒÞJSÑ "
b"¼Æ\x15 cWöHç‰ýCÿ\e l–Q "
b"óíû}ýÔDÆ‚w\x16 ×kšÿJ "
b"m\x15 Á2EàAc— Ý€BTF^ "
b"ŠÛ\x17\x08 yXAtª˜lîL\x11 oÆ "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x08D2BEB617754D2E9B8813E67FBD3A10 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x01932F3488A870B3BBA44D82B5D2AAF1 , 0x1302B932F6BF4544ADDC12F94501DCBD , 0x4F6C6050A26442A4AC761179B92FE3B6 , 0x51CF1068F5B94406B31DEA510B504BA2 , 0x58E138E786E04504B44F89C620A0DAD4 , 0x1D6784B1363D4E00898C7CC8517E687C , 0x0195436C59B673CB9E6BADF344B1398D , 0xACE34B7D2CF64FC3A49A4D13BCD5D89D , 0xA853422EACC444C9ABA1E14D35D7E855 , 0xB9526A0FA85A4BA69DAFF5481A99895B , 0x633519F79AFD43978BB1A375B1809FAB , 0x019541D0D03670E18FC08DBDA9F0BE95 , 0x5E748E37EABD4AF2A299225A8173D425 , 0x1D648444756349608B27B04B97B65AD6 , 0x018E79DF48CB7100B615D1053186DBC4 , 0x01954374A6317067BB2747D665A40809 , 0x0196EC93F1B57285ACF15A968B752A31 , 0x7A7739AB5AC149A68791020EDE8DC02C , 0xB419CB6FC01F45918E8AB5277B57867F , 0x01912BF6EDCB716A84F79C0B89DFEA81 , 0xED4C855594BD4E3895B92832BA0EABEE , 0x49BDB60F1DE947F2A160121A1D406C4D , 0xF68F1ED341604A74981EE812084FE4A6 , 0x1533AFF4A39F4396A937CAC7ED7271EF , 0x5DD583C4824942C3906D13DF017AC3C7 , 0xC41D45D074D7476FA3BD3653D0AC2FBB , 0x06326ACED65C4AA5BA9FB3B6158B9C28 , 0x018E79DF47C272D9AC062D83DE4A53D1 , 0xBCC6156357F648E789FD43FF1B6C9651 , 0xF3EDFB7DFDD444C6827716D76B9AFF4A , 0x6D15C13245E0416397A0DD804254465E , 0x8ADB170879584174AA986CEE4C116FC6 )) GROUP BY `product` . `id` ;
Copy
64
3.53 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.dreiscSetProductExtension` . `id` as `product.dreiscSetProductExtension.id` , `product.dreiscSetProductExtension` . `product_id` as `product.dreiscSetProductExtension.productId` , `product.dreiscSetProductExtension` . `dreisc_set_id` as `product.dreiscSetProductExtension.dreiscSetId` , `product.dreiscSetProductExtension` . `configuration` as `product.dreiscSetProductExtension.configuration` , `product.dreiscSetProductExtension` . `created_at` as `product.dreiscSetProductExtension.createdAt` , `product.dreiscSetProductExtension` . `updated_at` as `product.dreiscSetProductExtension.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` , `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 `dreisc_set_product_extension` `product.dreiscSetProductExtension` ON `product` . `id` = `product.dreiscSetProductExtension` . `product_id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN `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% "
b"c5\x19 ÷šýC—‹±£u±€Ÿ« "
b"^t7ê½Jò¢™"ZsÔ% "
b"\x1D d„DucI`‹'°K—¶ZÖ "
b"\x01 ŽyßHËq\x00 ¶\x15 Ñ\x05 1†ÛÄ "
b"íL…U”½N8•¹(2º\x0E «î "
b"I½¶\x0F\x1D éGò¡`\x12\x1A\x1D @lM "
]
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.dreiscSetProductExtension` . `id` as `product.dreiscSetProductExtension.id` ,
`product.dreiscSetProductExtension` . `product_id` as `product.dreiscSetProductExtension.productId` ,
`product.dreiscSetProductExtension` . `dreisc_set_id` as `product.dreiscSetProductExtension.dreiscSetId` ,
`product.dreiscSetProductExtension` . `configuration` as `product.dreiscSetProductExtension.configuration` ,
`product.dreiscSetProductExtension` . `created_at` as `product.dreiscSetProductExtension.createdAt` ,
`product.dreiscSetProductExtension` . `updated_at` as `product.dreiscSetProductExtension.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` ,
`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 `dreisc_set_product_extension` `product.dreiscSetProductExtension` ON `product` . `id` = `product.dreiscSetProductExtension` . `product_id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN `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.dreiscSetProductExtension` . `id` as `product.dreiscSetProductExtension.id` , `product.dreiscSetProductExtension` . `product_id` as `product.dreiscSetProductExtension.productId` , `product.dreiscSetProductExtension` . `dreisc_set_id` as `product.dreiscSetProductExtension.dreiscSetId` , `product.dreiscSetProductExtension` . `configuration` as `product.dreiscSetProductExtension.configuration` , `product.dreiscSetProductExtension` . `created_at` as `product.dreiscSetProductExtension.createdAt` , `product.dreiscSetProductExtension` . `updated_at` as `product.dreiscSetProductExtension.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` , `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 `dreisc_set_product_extension` `product.dreiscSetProductExtension` ON `product` . `id` = `product.dreiscSetProductExtension` . `product_id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN `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 (0x633519F79AFD43978BB1A375B1809FAB , 0x5E748E37EABD4AF2A299225A8173D425 , 0x1D648444756349608B27B04B97B65AD6 , 0x018E79DF48CB7100B615D1053186DBC4 , 0xED4C855594BD4E3895B92832BA0EABEE , 0x49BDB60F1DE947F2A160121A1D406C4D ));
Copy
65
0.82 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.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"Ñ aÊ&.I\x06 „%µsJ¢ÆÅ "
b"Mþ#\x01\x18 ^K=¤È,¤•ÑzÔ "
]
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (0xD1A061CA262E49068425B5734AA2C6C5 , 0x4DFE2301185E4B3DA4C82CA495D17AD4 );
Copy
66
0.58 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"\x01 ŽyßHËq\x00 ¶\x15 Ñ\x05 1†ÛÄ "
b"\x1D d„DucI`‹'°K—¶ZÖ "
b"I½¶\x0F\x1D éGò¡`\x12\x1A\x1D @lM "
b"^t7ê½Jò¢™"ZsÔ% "
b"c5\x19 ÷šýC—‹±£u±€Ÿ« "
b"íL…U”½N8•¹(2º\x0E «î "
b"\x00 íT=Ž{G‰£L]HÃ\v Ã- "
b"¬\e Œ&õSH–¡ÈRè\x00 ±\x14\x12 "
]
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 (0x018E79DF48CB7100B615D1053186DBC4 , 0x1D648444756349608B27B04B97B65AD6 , 0x49BDB60F1DE947F2A160121A1D406C4D , 0x5E748E37EABD4AF2A299225A8173D425 , 0x633519F79AFD43978BB1A375B1809FAB , 0xED4C855594BD4E3895B92832BA0EABEE , 0x00ED543D8D7B4789A34C5D48C30BC32D , 0xAC1B8C26F5534896A1C852E800B11412 ))));
Copy
67
0.70 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
68
0.62 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
69
0.40 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
70
0.32 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
71
0.31 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 \ì1aMfˆzq\x10 ·÷!Ç "
]
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` = 0xC6055CEC31614D66887A7110B7F721C7 AND
pm . `active` = 1 ;
Copy
72
5.55 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"\r xJ(\3A\t ¬&乓\x1A ©û "
b"Ð[ã[ºYGE¡Ôβ1›ôu "
b"ÊŠü¿¬\f O˜„¨émš<ýd "
b"Þ\x03 ýž8ŸHé¹\x17 Ä¥oOh¤ "
b",cîñ]“D‚\x15 Æ\x15\x04 w§¯ "
b"""
Ü\n
w\r kµGW£\x19 Z%zÉ\x15 Ñ
"""
b"h\x03 ý}¯ŠIZ‰'´•±Í\x18  "
b"½\x02 (q!¿C†Ç9•\x1C\x12 ˜ "
b"ö\x7F ×ýÎwL€Ÿ>V•\x1D ¯€º "
b"\x01 ‘+öZqæ«ICýG\x1A\x1D t "
b"\x03 h\x13 {âVFŒ¼%r™@„‰> "
b"WfQ‘\e úJ¾œÚåÝi¶ß "
b"\x01 ŽyßDäqP¿Ï\x1A j²\x01 —\x11 "
b"\x01 yßåPsé¸g܆tf„ "
b"\n «áñ†ÈDàˆEæ\x06\x00 \x1E "
b"ïH|ý\x04 JÍ\x19 '\x15\x18 m]Œ "
b"\f ¶ÎIÚ‡,¾?.™"– "
b"¶¤\r ÷iÆERÄ\x13 \)ŒFF "
b"\x0F è›\x02\x00 Dð£l™#‘‚· "
b"]»¦Ù¶OH•¬>ÆâÆ\x00 ê] "
b"¦ñ|óÍÙDc‰\e šf4½„µ "
b"""
·€\n
\x02\x16 öH²ŠžÎ±Ú¹µ!
"""
b"¸Õã.»ÐLå—TÑ4/^ÜX "
b"Æwò®X(Et¬8õ2™¥ŸÐ "
b"ÿƒ3\x00\x1E D.šÎZ\x11 ŽÐÙ¬ "
b"$He·vÚE'‡\x16 <nX\/\x1C "
b"’e‹fçAV¦™4â„øª "
b"Ísð‡¹ìF$ªÏ»\x0E “ÂðÁ "
b"Ñ-êWˤCߦÂ4#™Æ"ã "
b"ébÐåâšF\x18 £.šý¶Õu‡ "
b";<g÷\x13 ¤C Š\x0E »ÌfŠñ "
b"X\x1E +~¯áJ\x7F ¯qy÷ÅEÇ "
b"b…\x18 Ö2QOÄ®—‡¬\x02 }@« "
b"j/7¡÷"F4”¼·\v ä\x10 Â8 "
b"n[W¢’ÍE\x05 Œ—°:ߦ\x7F 1 "
b"£—ŸÜ\x15 àL“‘ÿ\x04\x17 Œ\v ª "
b"Â@&J¨QK,¬\x11 Þržc[] "
b"""
Ó•`)\ÈF\v Ÿôí\n
\x01\x10 4ã
"""
b"ÞÊ¢ÒŽOc¡Ñ᯲€Q "
b"íØzV\x06 %NŒ¹\x03 \x06 ^\f ªn "
b"\x16 ºbÍíœG™•¥Ï¸FÏç\n "
b"±Ó*¹vûAJIc’õ”\x07 ¤ "
b"ÛĺJ¬\x0E K€œÑa£,"2[ "
b"à\x1D ]Â@è£\x16 ‹ªýôS "
b"\x01 ŽyßG#pí¥( çú\t |a "
b"\x05 Ù\x02\x1A -C~…•†Ü9þÎì "
b"\x15 ž®šöOM¬©\x1F …À-Š ‘ "
b"\x16 iMŠÏL›¬üòðœR›\x18 "
b"\x18\x1C ÎN©ˆB°™øü\x05 í™AN "
b"\e\x05 ‚Þ÷·A'¸Œ•\x15 m98 "
b"""
(\x02 ©¶\x08 \n
K5’ŽgwèÖs¡
"""
b"*TšO¡µDR¸çì\x05 €\x14 Ø\x11 "
b".\c,&+H„¬YU°\x1E ñ£û "
b"/\x16 ÅdŠT@\x0E ´S?\f ,_IŽ "
b"200Èê¤K÷½0R’°pyÀ "
b"""
5yÙ\n
³\t G\x08 ”øb5Çr\x13
"""
b"D\x13 H>F†Ia°\x03 5¼Ô\x1E ò² "
b"MÌÛøwåF¢›EzŽ‚°f\x01 "
b"W\t ¹YÀF•\x05 IóxüêT "
b"g~\x02\v ~…E÷‹¤ì£š5k‹ "
b"\x7F\x16 -øæ»M+¥.ÏD±t¶ "
b"•“Ó|UOƒ¼3Ï=Û%f\x17 "
b"–åêhW˜@붸G£ØâÏâ "
b"±bRÍ…àI\x12 š]=èD\t #Ô "
b"¼øí¤^/Gò°€Ã,F¢\x1E\x05 "
b"Ò«\x1C [‚ÉCΈxÿZè\x14 Z "
b"ÖÀ=UáäK—šù‡œ÷o1B "
b"Ø£ð³»>D«¶_\x07 ï;ó8î "
b"ÜAX\x0E :ÅN\x07 ¹\x01 þL\x14 kV¯ "
b"ã¥Ð|4L"±\x7F ¥mU\x7F\x01 6 "
b"ê¸v“Í•KÞªÐz>@ÇÏs "
b"÷m\x1E W¥\x15 JŸ¢Vp\x08 Öò\x07 " "
b"\x00\x17\x03 ÂV\Ovã.Ò¹G\x1D\x06 "
b"""
\n
(#Ùœ\x10 Ke®n\x16 ’w¡êº
"""
b"""
\n
9\x1F üD1Js«FßEùÞñ
"""
b"""
\n
ÿÌ2ÿmMæ£Z\n
0«\x1E
"""
b"\x1D ¦¹»\x08 ÓKü„ã\x19 v{—\x05 … "
b"\x1E ì»H¨¹DJ¡ãè\x02 ÕI' "
b"\x1F Ûú:ó1Lp¬Öº•PÅìg "
b"%ÝMiŒcN\x15 Ž,K^H*âN "
b")¦£‡¦Q@t€\x17 O6Ìü\x17 @ "
b"-üúH]NHË«×ÿƒu3p— "
b"4b‚Â\x17 \r O°Y\x0E )ËÃ\x1F ã "
b"5¬\a\v üF䇡òÔ‡Éw¦ "
b"7vo¨øMEzº•“±ÄCôã "
b"8\r AnPÏJW›ØÐ{8“{\x1A "
b"H\x08 ÆíCE5ªáç£ß5ÓV "
b"N¸W¦²PNá±êÇ=×bÝI "
b"]l]Iä’H\x08 ´ÇBëÜ\x04 —J "
b"aaì\e hN|¥;&áݓȣ "
b"jéCøo\x0E @szIݬ† ë "
b"qÓ›#\x08 îGža¶+\x04\x08 w "
b"x‘\v ^ AI»¨]4aÇ\x03 i\x11 "
b"""
‡\n
Ò.jÁHý•ñv;±Ógï
"""
b"\¤A—ÄD£¥^K¬^ʉ¼ "
b"Ÿ„¿,2ûO·¹\x0E f\x1E 8îRã "
b" Ow\x05 I;D?½ú”Í™Šj\x07 "
b"§cŒ]\x1E ÒKž²\x04 ‹@\x11 ™‹É "
b"¬\x17 2™Ýu@»\x04\e \ÅU…¤ "
b"·-fZkõM´žv\x18 àõ>&4 "
b"Á\f {}§–O,¥àÈíëcÐ+ "
b"Äû±·v~Cp˜šâ‰'âˆÜ "
b"Æ38ˆ€ÓC¸¿ê\x0E Ž8`¶Å "
b"ÈqÄ'\x06 î@\x04 »˜Ž¨D¢\x07 "
b"Û(¤®³@¨&åDÐ\v ·\x06 "
b"îŽ\x1F \½cN ‹FÈÒ#\x00 ¸ž "
b"ð,¯>¤ëF€¨¢×U7éþß "
b"û8qRÆ[G*³¬¯¿Zê*í "
b"ÿ„!Å\x02 ³L/™Î\x02 ÒÃoàp "
b"\x01 ~Yôí¬CÒ¯¸žP™åíŽ "
b"\x01 ŽyßF4q&¦< 嬯\x03 š "
b"\x01 yßG!p1°-Ž\x01 D–nY "
b"\x01 Žyßæspá£\x06 Z«õ\x02 Ù "
b"\x01 Žyßç\x07 qÔ—Kg6:³C€ "
b"\x01 Žyßç\x18 pYœù£þÚÿÅ\ "
b"\x01 yßé¡sµ#Ë~X7•‘ "
b"\x01 ‘+ö_q‰€’E*aò’» "
b"\x01 ‘+öï-s\x0F ©^×)ä2R\x01 "
b"\x01 ‘+÷Áfș¤u8»Ïa% "
b"\x01 “m3‡ßpè€-\x03 ‰`Å‹à "
b"\x01 ”Úê´¹vA°åzs!çQî "
b"\x02\x14 aô<¡N°¾ÇhEö¼²Š "
b"\x04 C¿€·ÅN\x1D š5ƒÐׂ%š "
b"\x05 @Zf†åO˜bœ \x03 swR "
b"\x06 ×]õ;©Lw Ñ÷§„‘C9 "
b"\n ã\x11 ¼c\x00 Eñ³çøQä¶ø "
b"\x16 !1ÿ @ù‡\á<ey\e I "
b"\x19\x00 PÉŠÐA⼎D*X(èI "
b" ±Oÿþ%FP¶Ž2eç8†é "
b"!ôÎ\x02 vq@*”¤Ñµ"m\x08 ï "
b"%‹z\x16 ÿ–OÚŠr¡ÅØO‰\e "
b"%¾ñž‘\x1A L‹ª½Á³FÏi& "
b"""
)|qã\x07 ÉA\n
“¤²ì\'I†
"""
b"*l˜14ÌCJ½R똤Ügò "
b",Ò‰€Y’J(—mç\e ަpH "
b",á,:Ök@õ‰\t )må—¡ "
b"-¿µ4·,Gð˜Et‘uλ8 "
b"0™:“I\f B£¿…3É£ \x1C ³ "
b"5s\f °—ÑDóž[|ys›\x04 ¡ "
b"61\x11 kµîLõµ90ÕN¸Ê€ "
b"9kÑÐùîDÓ¹<…‹^\x17 ib "
b"?‡=|\x13 ±M¿…›´hhF1 "
b"""
F4JŒ\n
ìHÚŽX\v\x14 †,1©
"""
b"H¶\x0F ౸Aì°…¨^ñGS "
b"KY‹’ÌU@h•Ù\v G\x13 <[ "
b"OÁ} \x11 dO\x1D Ž5'ö\x14 ž\x1C / "
b"Y_\v °§ËLç¹Ìû”PZ\r e "
b"cîFBÀKMמM¾¼àÜâ "
b"""
föÙ\n
¢‚Nz¿ï{ñ¡¬ ¼
"""
b"kÑÁ=åKJŒ\x0F qXôÆ\t\x0F "
b"p~”úÑWGí»;IžG\x0E ±ó "
b"sAØ_\x1A »F1Ÿ¤ˆ@Ž®á\x17 "
b"y¹\x13\x03 DME„‹)\x05 •}K8\r "
b"}¦ŽG\x10\x18 Oª„ç*Æ"r7â "
b"~ÅnÙF\r M\x17 ¤÷\\x16 ‡OÖŒ "
b"…Ù‡ù>\x1D F©‘¯”.Rƒ“Ú "
b"ˆá )\x08\x07 K~¤º·Ä¨íë± "
b"ŽÛ2iybEo´\ú\x08 ë}\x1C\x05 "
b"ò<T;ºATFK(â®° "
b"ÿ\x10 évëC{?3EI¤'Õ "
b"›ÕŽÍ\x18 ?G:…`ÝÍ<ñê\t "
b" ÁŒä¡†Gl‚©+:ª”6\x05 "
b"¡§\t l\f hL;Ÿ¾Õ^ß6Åî "
b"£\x16 ~Yâ\x11 DY“\x01 ÐqÖø¾Ô "
b"£ã%ÀI‹J†\x03\f ”zÏ´ "
b"¥*\x06 U\x18 \J\x11 ¥Ô‡É\v ³Ý˜ "
b"""
¦îYÎÞDM\n
›¢cù¥²E\x07
"""
b"§ôü…ë]NwõÏW\x1F œ_n "
b"¨â#éÀ\x1E @/‘ M:µ\x1F "
b"½ åì‹i@o¨™¾˜À8ŒÌ "
b"Áa™\x07 ߎJo‡šg*"7qe "
b"ǪÊQ™nFs‡—;dù¸¤6 "
b"ÈÉcÖNCz§º®Êºà(\x1E "
b"Ü\x10 fv\x1C\x01 B•±ƒª5F\f ÖÉ "
b"ß§Xí\x1A .KQ¯\x18 4.k '' "
b"á\x14 D\x0F J-L=µdÐG“ \x17 Q "
b"""
ãË ~ÞTA\n
³™Ë\x02 p\x19 Ó'
"""
b"åÚ!^lO\x02 ˜ŸªÍ\v ™vG "
b"è;êý´iCT‡\x15 c»ŸŒbÇ "
b"ê‹yˆUÎA¢• Rr\x06 ©\x16 e "
b"íqq‘§>@¶“åŸZ¶Ë¬\ "
b"ïRm\x03 øÔB=Ž\x06 2!üŽÃ "
b"ð<\x07 ïÊìJø\x1E cc±ù ù "
b"""
ñ1\x1D\x19 Û\n
CÓ \x18 £ÉÔ‹Š–
"""
b"ýæ¢d\x04 öO\x10 ‹\x10 h+\x08 g?X "
b"\x00 -Ü7Ëÿ@WµCѬsè^\x18 "
b"\x01 yß!\x13 rWVþÜ|¦$ "
b"\x01 ŽyßE=q½¼z}ÐËPÇÊ "
b"\x01 ŽyßEˆpñ¸<äÓ‘Y°Ï "
b"\x01 ŽyßEüsû§^Z®Q„ô\t "
b"\x01 ŽyßG“qfƒ !\x00\x04 ddo "
b"\x01 ŽyßGÕpu–¥q^\x1C\x13 FE "
b"""
\x01 ŽyßJzq\x07 ¬â’§ò?\n
C
"""
b"\x01 Žyßåâq§¦&#éõ®o\x12 "
b"\x01 Žyßæ8pµ²"™ÑS"´C "
b"\x01 ŽyßæHqÏ’“±2,¹à¼ "
b"\x01 yßçöpΑ„,p|ÇÔ "
b"\x01 ŽyßçþrÓŠ§Ñ\x12 °Õª· "
b"\x01 Žyßè\x07 qû¡\x1D dƒ×6\x1D w "
b"\x01 yßè q…“¹cú¿ "
b"\x01 yßè&rŒY¤\x12 ¸fS… "
b"\x01 yßêþs#º‰V5ËœA "
b"\x01 ‘+öï~q%¯\x00 ˜Æ¶\x18 “7 "
b"\x01 ‘+÷©Éq=·öjàiâ®0 "
b"\x01 “ÎÆ‘V|‚¼‹ä8½Q„ "
b"\x01 “ÎÇ¿!|ΛÈ?]'ú\x06 _ "
b"\x01 “ÎÈ%Žtá„ÄC Fü. "
b"\x01 “ÎÈ}ôw$™Ø»*¶èÌI "
b"\x01 “ÎÈðÁ}ê·u¦‚6ÿÐ "
b"\x01 •AÛ\x19 _y\x07 ’©ÝâÞá@å "
b"\x01 •AÛT¦y›¯¦t˜†±µÞ "
b"\x01 •·pX»}\e ¶Oûvf8g\e "
b"\x01 •·qïŽ~a†¯ì-j\x15 þ… "
b"\x01 •·r™\x00 |S³³ð3eY\x19 Ø "
b"\x01 •·Í:—y%„\r $\x7F ÃâÙ "
b"\x01 •·Í\x7F ÷w”†Êò(‘¶+j "
b"\x01 •¸ Nÿy\x06 §ÂÐ.ÍE¿¢ "
b"\x01 •¸!\x0F ;q¼“d²^ûÑ9a "
b"\x01 •Æ€‡o}ĨW%'Y]“\x1D "
b"\x01 •ÆV=rv¢2x0î,œ] "
b"\x01 •Æ‚&Öz\x06 ¬?»_N7˜æ "
b"\x01 •ÆìÁR{³¾ÁÜB“S\x14 "
b"\x01 •ÆíUívf´.\x0F "»\x1F • "
b"\x01 –l*çv\x17 ½vÐô\x7F ‚”Ö "
b"\x02 0Áä\x1A tNM¹Œ>\x04\f ¥Ë³ "
b"\x04\x11 `\x07 ]QM\x01 ²·m )M\x19 , "
b"\x06 ®ºÔóªFµ·Ì/¨›\x06 Ú "
b"\x08 Y?‚'oB¥‹A\x18 ªu¶ÀÉ "
b"\x08 u*\r 4\x0F E(œmËFÄ/(þ "
b"\t \x1F þ`õBm´šÅ/)‡Bš "
b"\t ÅOÚŽ¦AÅœÈ}Rü2G9 "
b"""
\n
yKl»Al¢ú—¨9‡\e ³
"""
b"\v\x15 9…î¦N\x11 ›â‹\x05 Uú2 "
b"\r V‹e\x03\x19 CS–Ò~\x15 ý\x19 5w "
b"\x10 s{¢DÚL\x00 ‚›ÊëîrK8 "
b"\x12 _IŒ©EJ¾Ú·Q7¾\x02\x06 "
b"\x13 ä\x0F ðLsCô¡€½ÐÌ–h; "
b"\x14 V¹øjœG\r ¬\x13 R•ÇßÛˆ "
b"\x15 h\x03 üÙiCÀ¥Ílp¶Q\x07 A "
b"\x17\x1F ‡Õ½)@¿œ‚ƒ!þ˜«Ã "
b"\x18 [\x1D w®ÜDù‘TÐ\x13 ²2Ñ\x02 "
b"\x1D\x17\x14 ßM¯D^Ž.)d¹\x06 ȱ "
b"\x1D kü\x16 HŽMM”L\x04 fIÑrÔ "
b"\x1D ‹YJ\x18 £G“¢w¦\x1A æ½² "
b"\x1D Ñçuo/BWŸâ©Ü·ßî£ "
b"\x1F ¼\v ]ÐjFö¹N¥\x1E ÷Ž/ "
b" –Ïw&ŒI֋߀/.s" "
b" ¡:;lmC÷‡\x06 HqËÓJ "
b" ²ÓWeÚMH´Õ3öÒã\, "
b"!\x1E öf‹HO᎗yº#µ,\x1C "
b"#mWí$ÉE|’\f\x0F é\x15 SiÕ "
b"#á‚ì8\x18 Fü¨âRÓH\lý "
b"$3"3¿•BV…«¹ %åÅœ "
b"%1Oeû0KŽ»æZ\x1A „\x07 X\x17 "
b"%9)„¸ëIꎦ[#Öê\x17 I "
b"""
%Uu\x13 3ÚG%ƒ\n
I\x15 &€9&
"""
b"&ÅNDË\x7F E]'È\x15 ¹§>@ "
b"'Ê‹Ú\e ¼J¶“'‘{žBÊÅ "
b")\x00 J†>BØ 4\x01 LfäÃ\x16 "
b")»|P&¾M>ÇM\x16 €ŽFL "
b"*¿îøOuMú‹!\x03 —Ai\x04 ; "
b"""
*ìÎEQ‰O£¦Q´)ö\n
àY
"""
b",ÿ¤«N\x01 Lɲ¶WÚHiIË "
b"-X²\x17\x14 ÆG\x03 ¯\x06\x07 FùZ¸{ "
b".0¢;c+E2Q\x08 ú©n÷ "
b"1ìÑÃB˜M\x02 P`4\x10 t& "
b"2tãû¥Aw•eÇbÊæ "
b"4\x1C ®„4>G\x14 ˜Ž\x0E ½WFR— "
b"5BŠƒP²C²ŒA!Þ\x07 ùÃI "
b"7\x01 ÉöâwCB²#ÔÍ&£tÏ "
b"8\t QDHmA»¢\x14\f âït0\x02 "
b";$ÝP-×L½Ÿ6™´ýºWp "
b"<Ææ7ú^B(‚òèá\šû\x16 "
b">Ô\x15 Ò\f\t Là‚§ÃTÜ'áÍ "
b"@X/¶µ\x18 Eñ‰Ù‡ˆò¢,õ "
b"Cš¦AÒÒF[¥bFPdÚ\x13 e "
b"C´Mš—·D¿Œß_\x1E YO}\v "
b"CÅß…ÿ¾N6—ÑÑ\f H|þç "
b"Cúp¸œ\x1C Kéª@¯šhä:a "
b"D×\x04 îJUN€¤È×£\x07 Aêi "
b"FÞC\x14 œéLª+P.ROà' "
b"Gš•mfàI…¨L8àÄÞ "
b"HmÖÒY‚LG ¤¬\x02 4úã× "
b"Hø#ŠH\x15 O½·Ö\x02 ›ŽeO© "
b"KTõÂ5AH6¨õ~\x08 F\x7F p "
b"LµA†1«J™”h\x08 ãéÒÎm "
b"M\x19\x13\x11 .~I\x19 †²L\x17 “\x04 Y "
b"Mþ#\x01\x18 ^K=¤È,¤•ÑzÔ "
b"N½†Ù2JÚˆs\t Üö|\x1F f "
b"OÀ‹\x1C ‘/H½¿¼FJ\x03 týß "
b"""
OþOä\n
\x19 Cª––Uʦë\x03\x05
"""
b"""
Q»"Üš\n
N\x03 ŸŽ!y~M\x12 ä
"""
b"R\x15 ë̲M\x1D “ZÀTƒÀœ "
b"S\e Ž\x15 CÎHp»Ù>ð»’\r ž "
b"S!\x14 ýªÉIW‹É—\x1F\x01\x04 “ "
b"U¢yÚ \v K\e ´a\x11 :W–\e Ú "
b"V²ÂG\x17 •K\x01 ¸£\x10 GÛ|’J "
b"Wü`r¿\f O’½ŸaQ9¸&… "
b"X\x15 Q…ºÇG®ÁÀc:\x11 ê "
b"XÃËÁ•Fý¼À™\x7F dÐ\x1A X "
b"XæÐÙŽŠHðµ|Zvœ|FÁ "
b"Y4¶iÅÝF°–éïÞ³j7} "
b"Z¹¯pX!IŽŽs]™\x0E åà "
b"Zô`\r µñCŽ—œ\v š\x1C a¶Œ "
b"[êVÈETHü¤|v›ÔAÏ" "
b"]ç°Ê‘–G\x1D ‰Ð2\x01 weeº "
b"^ˆ\x12 C·¹N꽂ñ÷xŸT7 "
b"^Ø; PŸDâ”\x14 öLÔ¢ö¿ "
b"b(ÍO\v 8K¹¾\x02 Õšüî}® "
b"b6£ÛéÒM8½¯“c)9T "
b"b?ÝÉ\x1D —E) —}‡¯îË\x02 "
b"dŠf!l‘Dãš6\x0E R\f ÿ0r "
b"dº\x19 )n\x14 J\x01 ª¼†õÙ¢Ý\x19 "
b"f\x04 °¡Î¬F²“ßÙ¿Ž\x13\t ñ "
b"g¬õnû0@L¯mæIó“-B "
b"h×i_ãîL\x0E §µ \x02 9ß$m "
b"jˆQ&qOI£ââ¾"Æ9; "
b"m]—\x02 8¥N\x01 ±Œé\x16 ¨iJ* "
b"mˆ€]ysN}Š:Îc\v NZZ "
b"n$Ë+\f ¢Mû’Í4ò\x16 ;!a "
b"o\x0E\e Lž\BRºšªm¥:Õö "
b"oÕI¦i1Hû¨¾=ÿqH|] "
b"oðKÝ¿@\x1D §ÐHã —ú\x01 "
b"p#-@\OjÚÝf<ñgµ "
b"qj+áp\x1C @À·®˜òñ3\x14 ó "
b"sú¯ÙÒÐM:•ÖÈÈÝ\x0E\f þ "
b"tþx\x1E `\x00 F÷½™¼´ûI-1 "
b"v2\x12 —·µI»‰É<F\x17 Ѓ "
b"v–¨áóªG\x05 $¿ÅBô?[ "
b"v³—í\x7F ÝCK‡\x07 k‚à\x01\x1D 1 "
b"""
w#×ü’=L޵^êÅ\n
™·\x1F
"""
b"y\x10 %Ž6¼@o¹rÎGæê\x1E 0 "
b"""
y\x19 :C<B¾è4p\n
ͼÈ
"""
b"{çxÉ+ÅK¥©¸ûf,¨T\x04 "
b"""
|î!\x12 ’×Iʉ4¢æõ\n
ÌF
"""
b"}»ø}.ƒ@\x18 ™%O¡ö´ø "
b"€ ô\x03\x15 çD9±”½#؇LH "
b"€d0£\x17 ¯AÀ ¤\x07 ôÅΛ< "
b"€ŒÖYB½D—а=g>\r %: "
b"‘Náb\x04 E\x04 ™Î—vhýa "
b"‚Âç\t 5ÛI.¢bÆ`š“î› "
b"ƒLfÌsêDp¤Ï†\x17 ¶cÅÅ "
b"„e¥êiHû‡7f\v\x02 Ôd "
b"†\x17\x16\x05 ÖÞ@¢¸¯«\f *+\x19 Q "
b"†zí>ÿÙHÖŽªª×¬SØÚ "
b"‡aðIî\x15 I\x7F ±‘ŽÃKý…˜ "
b"‡¿î‹\e cK?·tùñÓr•à "
b"‰¿û©4îCâ©t”U¯\x07 ¢£ "
b"Š\x18 È<èFAº³"u\x1E -\r ÒB "
b"ŠŒþeû\x17 JC…bœÔXq³’ "
b"‹N/w¸GÚ´¾¥-ä½ø "
b"‹ør\x15\x1E ¥Eœ¤I3{\x11 ²Ó\x14 "
b"Œ\x15 éÁ\v ¼M¸¯ôÓeííxÛ "
b"ŒuCF#½B-ž\t ³RYúj, "
b"Œó×ktO§¦lJlo‹ "
b"ŒÚ6¾‰ùH\x1F ƒ\x08 ‡\x1C {\v 3‡ "
b"އO«K6J0€Š\x10 °øÊær "
b"%P\x19 ØmM\x01 Ž\x1A Ä€n/€- "
b"¾gÖÿ³M³ÖJ¬)äÍ\t "
b"Ot\x0E\x10 B\x1E ”껜Hæ\e œ "
b"""
‘ž t`\x15 EU‚\n
y\x1D\x19 ޳ó
"""
b"‘â¦r áF=ˆÿå_‹\x06\x14 "
b"’Ù‡#9øCذ“*lÑ\x1D !ï "
b"“Ý*l CޤÁä9Í\x13 ç³ "
b"–jG‚{N\x16 ªQRR¬·:y "
b"–çÙ»ÑAÏ·íÞ\x18 aÿ¸5 "
b"–óS\x0E fiBn²3©#Η¨C "
b"šYAn‹úJòÓß>J=¹ž "
b"šÂˆ\x1A .\x1A G²¬T\x1E æ\x07 R¾¶ "
b"šÈˆ…(›Bz¾\x0F ŸbÜ\x1A } "
b"›‹ZìàªAõꤧ÷„Î¥ "
b"œGÞŽàOï‰/³=f½+ "
b""25ô\x19 I“øïÓ^êê "
b"Ÿf¼dRpEȧ\x00 ~7|…ĺ "
b" ¤\x02 äòJé·lÿ´îzv% "
b"¢ -I\e ½L´ôw)^\x12 "
b"¢ ™ªt:D·KÓPCÞŠò "
b"¢hK&§©JÏ«3)º\x13 f.8 "
b"¢§3U€¦M›r<§Ïòx "
b"¤Æeƒc~NH¬Êµ624mÌ "
b"¤Ø¸gä„BO¬ÔÄ]'ÉéB "
b"«\x1D ->ŽNH»\x00 ¡ün’cè "
b"«^<(_µLÆŸ\x00 '´ÌI\x07 ì "
b"«£\x04 åÚ«G`›3z¥tÂÍÃ "
b"®¥Ò³&šO|˜y›¡_r\x17 "
b"®õr„Ô¢B¹Ê®µªE$8 "
b"¯/®éÚJ<±\x03 áÀQÕ\x08 ˜ "
b"¯UUr‚lO\x06 ³V\x1D –ñp "
b"¯\`Ô\x01\x15 K-´4¸23ÞÍ "
b"¯¾ÚX”\x0E @\x13 …\x01 ÕŸÓó(¼ "
b"°g\x18 ½ØÎJ{½9\v ÷\x16\x01 ا "
b"±—°á§¨@¡®@˜‚ñÁå5 "
b"±ÇW3s¾KǨ‹ÖÀÌÅÔ™ "
b"²&9™Ì\x06 O\x0E ¼‹¼ˆ{uû "
b"²¸’™wFB\x06 ¶\x13 Ž!³$ûØ "
b"³ÑÖâ˜ö@Zæt\x13 `;Ó "
b"·Œ£\x01 öGæ…LJU^¸…Ø "
b"·ýH\e\x18\x1D GŽ‘€1«;÷)â "
b"¸³ºB<HÝ£cl~iÈ\x17 š "
b"¹fÜfÜØH/¯kÓ‹h>ÕÜ "
b"º\x1E DbÞ.G¬¿Ö˜§w4\x01 "
b"ºN8_U{I•±8jººÔt "
b"»\x0E ´çÙ‰N`³ç\x14 D\x0F ¨\x0F ã "
b"""
¼–\e q\n
~C¦Ž€uañK\x10\x04
"""
b"¼ÐckèÕNÔŸ=¿Ëä°m+ "
b"¼üâ}ÍxFÖ–†!é¼!Ðì "
b"½Cœ«¼²L\x0E ¨üÑÌjn< "
b"¾&\x1A ±\x16 ²Nz¯ƒ½¸W&†/ "
b"¾Å/h=OD?›ÅÇùv¢K½ "
b"ÁÖ\r 5ŽfIý¢À?0ÑSž "
b"Ã\t ¬÷ÔµH!ƒÇ½Ñ¿*]Ÿ "
b"ö«`ŽE¥¢L©ÝÌÑ.¶ "
b"""
ÅBbD\x12 µ@ï®\x1D 5\x05 À\n
1
"""
b"ÉÊvæÃÇGPŒiñ·*Ã&— "
b"Ê\x12 Öà ŽL\x13 ¨¢ûýìp´¾ "
b"ʬ\x13 ¸µ¥DᎤù“NÂæÝ "
b"Ëæÿów\x03 Lѯû;g2ôhŠ "
b"Î\x7F !¡q‹B~¿³Aߦ½Y "
b"Ï™<×*žIz’hw\x1E ñ\x08 ds "
b"Ñeh2â\x10 FݳՑúœ\x11 ÿw "
b"Ñ aÊ&.I\x06 „%µsJ¢ÆÅ "
b"""
ÕªûÐq\n
DK—g>íz0vi
"""
b"ÖÅN\x14\v I‰‰x¾ÐHìÓç "
b"×\x1F ÑÀó\x04 B8¢öè”2õ*Ý "
b"Ø&%ñÒŽ@·³„fšÈʽ\x1C "
b"ؤú(\t\e B¾ŽF\x17 ‚QöÆô "
b"Ú“Ôe)HJÔ…°\x1F ³ŽA\x06 k "
b"ÛôqþBEJk¤kÏ$Á!nû "
b"Ü=÷—‡ùOC’ŠEðÑFž "
b"ÜA¦„3ÜD¢ˆ\f «\x1F „Ó&Û "
b"Ýk/\x14 ¹•N¥ŠÖûr¿NF\x1C "
b"ÝÊÒ¢ÊPE´¿ƒ½/ð2Àb "
b"ß\x15 †éC¼AK±žA\x1C\x08 É@ "
b"ß\x1E ª¢\x1F GA«\x18 ˜ƒSC\x03 & "
b"á@\x18 ®Õ\x12 IÓ–ríÞh’\x1F > "
b"äìMÄ\x17 FÛ´¬±+Xž è "
b"åÈ\e 馑D2ž)„‡?\x17 ïý "
b"æ\x15 o\x12 Ÿ€LÝ’%Ú\x7F ³Ê2] "
b"""
æ\x1C É\x19 ¡×@ûš\x06 \n
iUÆ¢~
"""
b"ç~4*µiF¾¶Î”®’;_â "
b"éÇÿ\x00 Â=M”½9û2®©×\f "
b"ë1!T\x11 ƒE\x19 ª0\ù\f áNä "
b"í\r 4™N×A\x17 ‘º&ß_“õé "
b"íþjÊvùO¾¯\e y\f ˜èçÈ "
b"îú}÷\v I@ñ¨\x08 štv‘ªH "
b"ñ'\x04 Ë\x1C pKó¨;CÀ5ËV "
b"óOûå¥ÅHI‰Ì¾7Z¹=ä "
b"óX>wF§IœŒc\x16 2#êDÑ "
b"ó±ä\ȪC\x1E ©ˆØ^êXõ9 "
b"ô"1{ÇyCI•*”U\x07 ˜Ð§ "
b"ôOZȃãGª¢`V€¢º\x15 þ "
b"õêÁô\x16 $H½žó±Ä\x11 ~Ög "
b"ö+“ìGj@¤\x05 ˜È\x06\x16 îÚ "
b"øæZU.¸LG½ÞžÄñãC\x17 "
b"ùOá™–ˆD†³I*`í§D\x16 "
b"üZ¸wõ®A!‚y«ƒƒË;\x16 "
b"ýáηtÔEV›í\x02 >/\’ "
b"þ\x07 2¿\x7F lBá¶®\x06 ¨ðÊï5 "
b"\x01 ‹\x00 CŒ}ÿ¼8ñª2\x16 OÀ "
b"\x01 ‹\x0F Ô\v õu"³(Ä‚¯†m "
b"\x01 ‹\“2ÌyÆpŠ`W£ÅË "
b"\x01 ‹)ca+t^„§D-\x0E ¥à^ "
b"\x01 ‹)aá3y#Šb‰„Ö‚=â "
b"\x01 ‹)dM\x1F y;ŽôÑ“ç\v ?“ "
b"\x01 ‹\x10 8ñ,~x•æ\x07 èM¨è™ "
b"\x01 ‹\x05 ŽïÅ|}œžc™<9Ò£ "
b"\x01 ‹\x0F áYbw…‰È^\x1E ]"Š) "
b"\x01 ““\r sÃyù§åž´^Ù9‡ "
b"\x01 ‹ \e í±xšY\x14 ïðÕxœ "
b"\x01 ‹\x00 E%({ð±Y験²B\x00 "
b"\x01 ‹)c9q°£¶{\x05 ¼ÎvM "
b"\x01 ‹ \x1C „Ppû«²¢\x12 Hï^& "
b"\x01 QöÔ\x7F\x14 ‚Œ\f 3a\x05 u "
b"\x01 ‹\x00 DVJw/‰±µ“ª\t 4Ø "
b"\x01 ‹\ ÌÁx~‘N:šyšøí "
b"\x01 ““\x02 Ç“r…w“Þ%óSo "
b"\x01 ‹\x0F Ó\x1A 5\x7F Þ¨\x11 ÆAìÆÄ "
b"\x01 ‹)-ç\x1D ~K€/Ì&\x10 ÔÖ³ "
b"\x01 ‹\žºry\e þãƒ7óÞ "
b"\x01 ‹)5R•q²€NÂDÒöga "
b"\x01 ‹\±5;uH†ÑM\x05 @»Åo "
b"\x01 ‹ \e ”…qK‹D™‹U¬Ú\x08 "
b"\x01 ‹)6÷¢z\x01 ‘ØÿF\x1D\x10 QŒ "
b"\x01 ‹\—¯µ\x7F î±C}XÓ\x04 úå "
b"\x01 ‹\x05 …ø=vÊš\x14 €Ù/\x02\x13 ¤ "
b"\x01 ‹)5ž;{Ѿ\x19 '‡XrÇW "
b"\x01 ‹\°Ò\x1F p”²õ\x18 p\x16 ™¿\x00 "
b"\x01 ‹\x05 Ž‚åzŒ¡œ!ëÝÛ\x10 ® "
b"\x01 ‹\x0F ÔOÛzí¡Y\v mÂÖê "
b"\x01 ‹)\x08\x04 ž\x7F z‡Ú¹\x02 Ίƒ† "
b"\x01 ‹)\x1F\x16 ‡q!›ÜKÖâ:¢ "
b"\x01 ‹ \x1D —Èx[yÇ\f ôn~\x08 "
b"\x01 ‹)\x07 άsƒŠßhõ\x04 °þC "
b"\x01 ‹)5¾st\x13 …9\x7F б=Do "
b"\x01 ‹\x0F ÷—sq\x16 Ž‘\x17 ø©Ãæ "
b"\x01 ‹\x0F ú$S}`\x01\x7F ŸÇ\r \x7F ì "
b"\x01 ‹*\x0F :®uº‡`\x06 ?\x19 —L… "
b"\x01 ‹\ªŠvrZ·³¼ñá\x16 “ "
b"\x01 ‹\x0F Õ\x03 ÍtÝšÿ<\x15 f\x1A þW "
b"\x01 ‹)\x1F ¡’\x7F t“§\x1C B¡ù?R "
b"\x01 ‹).S=~ÛŒì7†º»s\x7F "
b"\x01 ‹\x0F Ȫªp`³ŽsÒ-é "
b"\x01 ‹\±€;wz„^¿\x16 'ò\x0F = "
b"\x01 ‹\¶&xy\x05 …O*\x07 ¥¯è¹ "
b"\x01 ޤ0w]s*´Uný«þU£ "
b"\x01 ‹\x0F Æ£z\x03 ¯\#\x12 ŠZÑ "
b"\x01 ‹\x0F Æö}yï§hevàì\x06 "
b"\x01 ‹\x0F ÈMuw\x17 L^[w·£ "
b"\x01 ‹\x0F ÔÐÃ{ͳµXcq\<é "
b"\x01 ‹\x0F ÷#uvä‘\x05 §.écs\x10 "
b"\x01 ‹) ‰>v\r ²'wªôN\x01 ? "
b"\x01 ‹)b\x12 qªñ?å}T\t Ô "
b"\x01 ‹*\x0E ¨\x19 s‹ŽZzUš³î "
b"\x01 ‹\x00 D(æq%—6^PK\x16 ÒÙ "
b"\x01 ‹ \e OÀwv·ì\x02\x03 RµÐ "
b"\x01 ‹)\x1F r9tP¢n4ÿ\x15 øE6 "
b"\x01 ‹\›+\x16 q jYí…\t ] "
b"\x01 ¥Tçt³š£é¼¶9 "
b"\x01 ‹\x05 ŽE…rb‹™Æ¨_Æí% "
b"\x01 ‹\x0F ÒÁ\x11 |Ž…W‚þ“ºèý "
b"\x01 ‹ \e Ìmp½©Î\t ¹”JJë "
b"\x01 ‹%$”£}\x15 ’ì–o×\x15 ÕJ "
b"\x01 ‹\Ž]üx#¬ìáRBP|’ "
b"\x01 ¥U.F\x7F £ÔÀK1hÛë "
b"\x01 ‹\x05 † \t tã¾kük±É;¨ "
b"\x01 ‹\x05 ŒO½z›GÙË\x19 ÌBŽ "
b"\x01 ‹\x0F æ:\x01 xB¶âΰ«q¶ï "
b"\x01 ‹\x0F öº£r‹µ\x18 ]¢ýB©` "
b"\x01 ‹%%]ƒ|rºXaåºÌ7” "
b"\x01 ‹)\x08 ½”x.‹R¡.aGÓ\x04 "
b"\x01 ‹)\v Ë\x18 rqš:îõE7$d "
b"\x01 ‹)6\x1F ¥~|°Æ÷‚\x16 ¯]T "
b"\x01 ‹)b%‹w±˜Ç‹rI\t $ò "
b"\x01 ‹*\x0F n\x1A qûœ‚w1\x12 +\x08 ã "
b"\x01 ‹*CuŸwȵLm\x14 b5Ee "
b"\x01 ‹*C¨ôtÒ’è\x02 Â#)¦v "
b"\x01 ‹\¬ÐtÙ²×½Û>ÿ "
b"\x01 ‹\®Atq^µ>“¡xyo\x1F "
b"\x01 ‹\x00 D‘Œpò·nþÖ,½9 "
b"\x01 ‹\x05 Œ\f =z]¬\x1F AIbùC "
b"\x01 ‹\x0F Ós\x10\x7F +»\x1C ïÔHN/E "
b"\x01 ‹\x0F Ô}\x15 tïÃÝrÿÒÕ± "
b"\x01 ‹\x0F à—¥x¬½G2ŽLÄA- "
b"\x01 ‹\x0F ÷L‰tDºï[œµKm! "
b"\x01 ‹\x0F ù\x17 ývs¼vw\x0F þ: "
b"\x01 ‹\x1A Ù£mp\x18 º\x18 þ¨H÷$\v "
b"\x01 ‹ \x1C ©6~Í‹@\x01 ¥\x14 ©\x13 Ò "
b"\x01 ‹)\x07 U¸t˜´ÙX¤\x11 ݲu "
b"\x01 ‹) Aþ}ß¹{ç$“Jà· "
b"\x01 ‹*C0d|X¾N:ÁF\x10 ± "
b"\x01 ‹\2¢x‰‚=Ý\x7F .o*6 "
]
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 (0x0D784A285C334109AC26E4B9931AA9FB , 0xD05BE35BBA594745A1D4CEB2319BF475 , 0xCA8AFCBFAC0C4F9884A8E96D9A3CFD64 , 0xDE03FD9E389F48E9B917C4A56F4F68A4 , 0x2C63EEF15D9344AD8215C6150477A7AF , 0xDC0A770D6BB54757A3195A257AC915D1 , 0x6803FD7DAF8A495A8927B495B1CD18C2 , 0xBD02287121BF438F86C79039951C1298 , 0xF67FD7FDCE774C809F3E56951DAF80BA , 0x01912BF68F5A71E6AB4943FD471A1D74 , 0x0368137BE256468CBC2572994084893E , 0x576651911BFA4ABE9CDAE5DD9D69B6DF , 0x018E79DF44E47150BFCF1A6AB2019711 , 0x018E79DFE55073E9B867DC8674816684 , 0x0AABE1F186C844E08845E6900600A01E , 0xEF487C8EFD044ACD8F192715186D5D8C , 0x0CB6CEEE99BF49DA872CBE3F2E992296 , 0xB6A40DF769C64552ADC4135C298C4646 , 0x0FE89B90020044F0A36CC299239182B7 , 0x5DBBA6D9B64F4895AC3EC6E2C600EA5D , 0xA6F17CF3CDD94463891B9A6634BD84B5 , 0xB7800A0216F648B28A9ECEB1DAB9B521 , 0xB8D5E32EBBD04CE59754D1342F5EDC58 , 0xC677F2AE58284574AC38F53299A59FD0 , 0xFF9F8333001E442E9ACE5A118DD0D9AC , 0x244865B776DA452787163C6E585C2F1C , 0x9265AD8B66E74156A69934C3A284F8AA , 0xCD73F087B9EC4624AACFBB0E93C2F0C1 , 0xD12DEA57CBA443DFA6C2342399C622E3 , 0xE962D0E5E29A4618A32E9AFDB6D57587 , 0x3B3C67F713A443208A0EBBCC668AF1C2 , 0x581E2B7EAFE14A7FAF7179ADF7C545C7 , 0x628518D632514FC4AE9787AC027D40AB , 0x6A2F37A1F722463494BCB70BE410C238 , 0x6E5B57A292CD45058C97B03ADFA67F31 , 0xA3979FDC15E04C9391FF0417AD8C0BAA , 0xC240264AA8514B2CAC11DE729E635B5D , 0xD39560295CC8460B9FF4ED0A011034E3 , 0xDECAA2D28E8D4F639DA1D1E1AFB28051 , 0xEDD87A5606254E8CB903AD065E0CAA6E , 0x16BA62CDED9C479995A5CFB846CFE70A , 0xB1D32AB976FB414A90496392F59407A4 , 0xDBC4BA4AAC0E4B809CD161A32C22325B , 0xE0AD1D9F5DC240E8A3168BAAFDF4539D , 0x018E79DF472370EDA52820E7FA097C61 , 0x0590D9021A2D437E859586DC39FECEEC , 0x159EAE9AF64F4DACA91F85C02D8AA091 , 0x16694D9D8ACF4C9BACFCF2F09C529B18 , 0x181CCE4EA98842B099F8FC05ED99414E , 0x1B0582DEF7B74127B88C95156D8F3938 , 0x2802A9B6080A4B35928D6777E8D673A1 , 0x2A549A4FA1B54452B8E7EC058014D811 , 0x2E5C632C262B4884AC5955B01EF1A3FB , 0x2F16C5648A54400EB4533F0C2C5F498E , 0x323030C8EAA44BF7BD305292B07079C0 , 0x3579D90AB309470894F86235C7721390 , 0x4413483E46864961B00335BCD41EF2B2 , 0x4DCCDBF877E546A29B457A8D82B06601 , 0x57AD09B959C04681950549F378FCEA54 , 0x677E020B7E8545F78BA4ECA39A356B8B , 0x7F162DF8E6BB4D2BA52E9DCF44B174B6 , 0x959390D37C554F83BC33CF3DDB256617 , 0x96E5EA68579840EBB6B847A3D8E2CFE2 , 0xB16252CD85E049129A5D3DE8440923D4 , 0xBCF8EDA45E2F47F2B080C32C46A21E05 , 0xD2AB1C5B82C943CE8878FF5AE8145AC2 , 0xD6C03D55E1E44B979AF9879CF76F3142 , 0xD8A3F0B3BB3E44ABB65F07EF3BF338EE , 0xDC41580E3AC54E07B901FE4C146B56AF , 0xE39DA5D07C344C22B17FA56D557F0136 , 0xEAB87693CD954BDEAAD07A3E40C7CF73 , 0xF76D1E57A5154A9FA2567008D6F20722 , 0x001703C2565C4F7690E32ED2B9471D06 , 0x0A2823D99C104B65AE6E169277A1EABA , 0x0A391FFC44314A73AB46DF4581F9DEF1 , 0x0AFFCC32FF6D4DE681A35A0A8E30AB1E , 0x1DA6B9BB08D34BFC84E319767B970585 , 0x1EECBB48A8B9444AA181E3E802D54927 , 0x1FDBFA3AF3314C70ACD6BA9550C5EC67 , 0x25DD4D698C634E158E2C4B5E482AE24E , 0x29A6A387A651407480174F36CCFC1740 , 0x2DFCFA485D4E48CBABD7FF8375337097 , 0x346282C2170D4FB081590E29CBC31FE3 , 0x35AC5C610BFC46E487A1F2D487C977A6 , 0x37766FA8F84D457ABA9593B1C443F4E3 , 0x380D416E50CF4A579BD8D07B38937B1A , 0x4808C681ED434535AAE1E7A3DF35D356 , 0x4EB857A6B2504EE1B1EAC73DD762DD49 , 0x5D6C5D49E4924808B4C742EBDC04974A , 0x6161C3AC1B684E7CA53B26E1DD93C8A3 , 0x6AE943F86F0E4073AD7A49DDAC8620EB , 0x71D39B2308EE47819E61B68E2B040877 , 0x78910B5E204149BBA85D3461C7036911 , 0x870AD22E6AC148FD95F1763BB1D367EF , 0x905CA44197C444A3A55E4BAC5ECA89BC , 0x9F84BF2C32FB4FB7B90E661E38EE52E3 , 0xA04F7705493B443FBDFA94CD998A6A07 , 0xA7638C5D1ED24B9EB2048B4011998BC9 , 0xAC173299DD7540BBAD041B5CC55585A4 , 0xB72D665A6BF54DB49E7618E0F53E2634 , 0xC10C7B7DA7964F2CA5E0C8EDEB63D02B , 0xC4FBB1B7767E4370989AE28927E288DC , 0xC633388880D343B8BFEA0E8E3860B6C5 , 0xC871C42706EE4004BB988DA844A28E07 , 0xDB8128A4AEB3409FA826E544D00BB706 , 0xEE8E1F5CBD634E208B46C8D22300B89E , 0xF02CAF3EA4EB4680A8A2D75537E9FEDF , 0xFB387152C65B472AB3ACAFBF5AEA2AED , 0xFF8421C502B34C2F99CE02D2C36FE070 , 0x017E59F4EDAC43D2AFB89E5099E5ED8D , 0x018E79DF46347126A63C20E5ACC6039A , 0x018E79DF47217031B02D8D0144966E59 , 0x018E79DFE67370E1A3065AABF502C399 , 0x018E79DFE70771D4974B67363AB34380 , 0x018E79DFE71870599CF9A3FEDAFFC55C , 0x018E79DFE9A173B59D23CB7E58379591 , 0x01912BF68F5F71898092452A61F292BB , 0x01912BF6EF2D730FA95ED729E4325201 , 0x01912BF7C16673CCA6A47538BBCF6125 , 0x01936D3387DF70E8802D038960C58BE0 , 0x0194DAEAB4B97641B0E57A7321E751EE , 0x021461F43CA14EB0BEC76845F6BCB28A , 0x0443BF80B7C54E1D9A3583D0D782259A , 0x05405A6686E54F8F98629C2003737752 , 0x06D75DF53BA94C77A0D1F7A784914339 , 0x0AE311BC630045F1B3E781F851E4B6F8 , 0x1621318FFF2040F9875CE13C65791B49 , 0x190050C98AD041E2BC8D442A5828E849 , 0x20B14FFFFE254650B68D3265E73886E9 , 0x21F4CE027671402A94A4D1B5226D08EF , 0x258B7A16FF964FDA8A72A1C5D84F891B , 0x25BEF19E911A4C8BAABDC1B346CF6926 , 0x297C71E307C9410A93A4B2EC5C274986 , 0x2A6C983134CC434ABD52EB98A4DC67F2 , 0x2CD2898059924A28976DE71B8EA67048 , 0x2CE12C3AD66B40F5908909296DE597A1 , 0x2DBFB534B72C47F09845749175CEBB38 , 0x30993A93490C42A3BF8533C9A3201CB3 , 0x35730CB097D144F39E5B7C79739B04A1 , 0x3631116BB5EE4CF5B53930D54EB8CA80 , 0x396BD1D0F9EE44D3B93C858B5E176962 , 0x3F873D7C13B14DBF859D9BB468684631 , 0x46344A8C0AEC48DA8D580B14862C31A9 , 0x48B60FE0B1B841ECB085A88F5EF14753 , 0x4B598B92CC55406895ADD90B47133C5B , 0x4FC17DA011644F1D8E3527F6149E1C2F , 0x595F0BB0A7CB4CE7B9CCFB94505A0D65 , 0x63EE4642C04B4DC3979E4DBEBCE0DCE2 , 0x66F6D90AA2824E7ABFEF7BF1A1AC20BC , 0x6BD1C13DE54B4A8C810F7158F4C6090F , 0x707E94FAD15747EDBB3B499E470EB1F3 , 0x7341D85F1ABB46319FA488408EAEE117 , 0x79B91303444D45848B2905957D4B380D , 0x7DA68D4710184FAA84E72AC6227237E2 , 0x7EC56ED9460D4D17A4F75C16874FD68C , 0x85D987F93E1D46A991AF942E528393DA , 0x88E1A02908074B7EA4BAB7C4A8EDEBB1 , 0x8DDB32697962456FB45CFA08EB7D1C05 , 0x8FF23C543BBA4181AD54464B28E2AEB0 , 0x8FFF10E976EB437B9F3F334549A427D5 , 0x9BD58ECD183F473A8560DDCD3CF1EA09 , 0xA0C18CE4A186476C82A92B3AAA943605 , 0xA1A7096C0C684C3B9FBED55EDF36C5EE , 0xA3167E59E21144599301D071D6F8BED4 , 0xA3E325C0498B4A9086030C947A90CFB4 , 0xA52A0655185C4A11A5D487C90BB3DD98 , 0xA6EE59CEDE444D0A9BA263F9A5B24507 , 0xA7F4FC85EB5D4E7781F5CF571F9C5F6E , 0xA8E223E9C01E402F9F91204D3A81B51F , 0xBD20E5EC8B69406FA899BE98C0388CCC , 0xC1619907DF8E4A6F879A672A22377165 , 0xC7AACA51996E467387973B64F9B8A436 , 0xC8C9639DD64E437AA7BAAECABAE0281E , 0xDC1066761C014295B183AA35460CD6C9 , 0xDFA758ED1A2E4B51AF18342E6BA02727 , 0xE114440F4A2D4C3DB564D04793A01751 , 0xE3CBA07EDE54410AB399CB027019D327 , 0xE5DA21AD5E6C4F02989FAACD0B997647 , 0xE83BEAFDB4694354871563BB9F8C62C7 , 0xEA8B798855CE41A295A0527206A91665 , 0xED717191A73E40B693E59F5AB6CBAC5C , 0xEF526D03F8D4423D8DAD063221FC8DC3 , 0xF03C07EFCAEC4AC3B81E6363B1F920F9 , 0xF1311D19DB0A43D3A018A3C9D48B8A96 , 0xFDE6A26404F64F108B10682B08673F58 , 0x002DDC37CBFF4057B543D1AC73E85E18 , 0x018E79DF211372579D568EFEDC7CA624 , 0x018E79DF453D71BDBC7A7DD0CB50C7CA , 0x018E79DF458870F1B83CE4D39159B0CF , 0x018E79DF45FC73FBA75E5AAE5184F409 , 0x018E79DF47937166832021000464646F , 0x018E79DF47D5707596A5715E1C134645 , 0x018E79DF4A7A7107ACE292A7F23F0A43 , 0x018E79DFE5E271A7A62623E9F5AE6F12 , 0x018E79DFE63870B5B22299D15322B443 , 0x018E79DFE64871CF9293B1322CB9E0BC , 0x018E79DFE7F670CE91842C81707CC7D4 , 0x018E79DFE7FE72D38AA7D112B0D5AAB7 , 0x018E79DFE80771FBA11D6483D7361D77 , 0x018E79DFE820718593B963FAC28F90BF , 0x018E79DFE826728F8C59A412B8665385 , 0x018E79DFEAFE7323BA895635CB8F9C41 , 0x01912BF6EF7E7125AF0098C6B6189337 , 0x01912BF7A9C9713DB7F66AE069E2AE30 , 0x0193CEC691567C82BC8BE438BD519084 , 0x0193CEC7BF217CCE9BC83F5D27FA065F , 0x0193CEC8258D74E184C4432046FC2EA0 , 0x0193CEC87DF4772499D8BB2AB6E8CC49 , 0x0193CEC8F0C17DEAB7759DA68236FFD0 , 0x019541DB195F790792A9DDE2DEE140E5 , 0x019541DB54A6799BAFA6749886B1B5DE , 0x0195B77058BB7D1BB64FFB766638671B , 0x0195B771EF8D7E6186AFEC2D6A15FE85 , 0x0195B77299007C53B3B3F033655919D8 , 0x0195B7CD3A97792584810D247FC3E2D9 , 0x0195B7CD7FF7779486CAF22891B62B6A , 0x0195B8204EFF7906A7C2D02ECD45BFA2 , 0x0195B8210F3B71BC9364B25EFBD13961 , 0x0195C680876F7DC4A8572527595D931D , 0x0195C681563D7276A2327830EE2C9C5D , 0x0195C68226D67A06AC3FBB5F4E3798E6 , 0x0195C6ECC1527BB3BEC1DC42C2935314 , 0x0195C6ED55ED7666B42E0F22BB1F8195 , 0x01966C2A8FE77617BD76D0F47F8294D6 , 0x0230C1E41A744E4DB98C3E040CA5CBB3 , 0x041160075D514D01B2B76DA0294D192C , 0x06AEBAD4F3AA46B58FB7CC2FA89B06DA , 0x08593F82276F42A58B4118AA75B6C0C9 , 0x08752A0D340F45289C6DCB46C42F28FE , 0x099D1FFE60F5426DB49AC52F2987429A , 0x09C54FDA8EA641C59CC87D52FC324739 , 0x0A8F794B6CBB416CA2FA97A839871BB3 , 0x0B153985EEA64E119BE28B05A055FA32 , 0x0D568B650319435396D27E15FD193577 , 0x10737BA244DA4C00829BCAEBEE724B38 , 0x125F498CA981454ABEDAB75137BE0206 , 0x13E40FF04C7343F4A180BDD0CC96683B , 0x1456B9F86A9C470DAC135295C7DFDB88 , 0x156803FCD96943C0A5CD6C70B6510741 , 0x171F87D5BD2940BF9C828321FE98ABC3 , 0x185B1D77AEDC44F99154D013B232D102 , 0x1D1714DF4DAF445E8D2E2964B906C8B1 , 0x1D6BFC16488E4D4D944C046649D172D4 , 0x1D8B594A18A3479381A277A61AE6BDB2 , 0x1DD1E7756F2F42579FE2A9DCB7DFEEA3 , 0x1FBC0B5DD06A46F6B94E9DA51EF78D2F , 0x2096CF77268C49D68F8BDF802F2E7322 , 0x20A13A3B6C6D43F787064871CBADD34A , 0x20B2D35765DA4D48B4D533F6D2E35C2C , 0x211EF6668B484FE18E9779BA23B52C1C , 0x236D57ED24C9457C920C0FE9155369D5 , 0x23E182EC381846FCA8E252D3485C6CFD , 0x24332233BF95425685ABB9A025E5C59C , 0x25314F65FB304B8DBBE65A1A84075817 , 0x25392984B8EB49EA8DA65B23D6EA1749 , 0x2555751333DA4725830A491526803926 , 0x26C54E44CB7F455D9D27C815B9A73E40 , 0x27CA8BDA1BBC4AB69327917B9E42CAC5 , 0x2900A04A863E42D8A034014C66E4C316 , 0x29BB7C5026BE4D3EADC74D16808D464C , 0x2ABFEEF84F754DFA8B2103974169043B , 0x2AECCE4551894FA3A651B429F60AE059 , 0x2CFFA4AB4E014CC9B2B657DA486949CB , 0x2D58B21714C64703AF060746F95AB87B , 0x2E30A23B632B45329D5108FAA96EF7C2 , 0x31ECD1C342984D02AD5060341074268F , 0x3274E3FBA5AD41779565C7628ECA90E6 , 0x341CAE84343E4714988E0EBD57465297 , 0x35428A8350B243B28C4121DE07F9C349 , 0x3701C9F6E2774342B223D4CD26A374CF , 0x38095144486D41BBA2140CE2EF743002 , 0x3B24DD502DD74CBD9F3699B4FDBA5770 , 0x3CC6E637FA5E422882F2E8E15C9AFB16 , 0x3ED415D20C094CE082A7C354DC27E1CD , 0x40582FB6B51845F189D98788F2A22CF5 , 0x439AA641D2D2465BA562465064DA1365 , 0x43B44D9A97B744BF8CDF5F1E594F7D0B , 0x43C5DF85FFBE4E3697D1D10C487CFEE7 , 0x43FA70B89C1C4BE9AA40AF9A68E43A61 , 0x44D704EE4A554E80A4C8D7A30741EA69 , 0x46DE43149CE94CADAA2B502E524FE027 , 0x479A956D66E04985A84C38E0C4DE8F8E , 0x486DD6D259824C47A0A4AC0234FAE3D7 , 0x48F8238A48154FBDB7D6029B8E654FA9 , 0x4B54F5C235414836A8F57E08467FAD70 , 0x4CB5418631AB4A99946808E3E9D2CE6D , 0x4D1913112E7E491986B24C1793048159 , 0x4DFE2301185E4B3DA4C82CA495D17AD4 , 0x4EBDAD86D9324ADA887309DCF67C1F66 , 0x4FC08B1C912F48BDBFBC464A0374FDDF , 0x4FFE4FE40A1943AA969655CAA6EB0305 , 0x51BB22DC9A0A4E039F8E21797E4D12E4 , 0x52159FEBCCB24D1D935AC05483C0819C , 0x531B8E1543CE4870BBD93EF0BB920D9E , 0x532114FDAAC949578B8FC9971F010493 , 0x55A279DAA00B4B1BB461113A57961BDA , 0x56B2C24717954B01B8A31047DB7C924A , 0x57FC6072BF0C4F92BD9F615139B82685 , 0x58155185BAC747C2AEC1C0633A119DEA , 0x58C3CBC1959046FDBCC0997F64D01A58 , 0x58E6D0D98E8A48F0B57C5A769C7C46C1 , 0x5934B669C5DD46B096E9EFDEB36A377D , 0x5AB9AF705821498D8F8D735D990EE5E0 , 0x5AF4600DB5F1438D979C0B9A1C61B68C , 0x5BEA56C8455448FCA47C769BD441CF22 , 0x5DE7B0CA9196471D89D03201776565BA , 0x5E881243B7B94EEABD82F1F7789F5437 , 0x5ED83B20509F44E29414F64CD4A2F6BF , 0x6228CD4F0B384BB9BE02D59AFCEE7DAE , 0x6236A3DBE9D24D38BDADAF9363293954 , 0x623FDDC91D974529A0977D87AFEECB02 , 0x648A66216C9144E39A360E520CFF3072 , 0x64BA19296E144A01AABC86F5D9A2DD19 , 0x6604B0A1CEAC46B293DFD9BF8E1309F1 , 0x67ACF56EFB30404CAF6DE649F3932D42 , 0x68D7695FE3EE4C0EA7B5200239DF246D , 0x6A885126714F4981A3E2E2BE22C6393B , 0x6D5D970238A54E01B18CE916A8694A2A , 0x6D88805D79734E7D8A3ACE630B4E5A5A , 0x6E24CB2B0CA24DFB92CD34F2163B2161 , 0x6F0E1B4C9E5C4252BA9AAA6DA53AD5F6 , 0x6FD549A6693148FBA8BE3DFF71487C5D , 0x6FF04BDDADBF401DA7D048E32097FA01 , 0x70232D8F405C4F6A81DADD663CF167B5 , 0x716A2BE1701C40C0B7AE98F2F13314F3 , 0x73FAAFD9D2D04D3A95D6C8C8DD0E0CFE , 0x74FE781E600046F7BD99BCB4FB492D31 , 0x76321297B7B549BB89C93C8F4617D083 , 0x7696A8E1F3AA47059D24BFC542F43F5B , 0x76B397ED7FDD434B87076B82E0011D31 , 0x7723D7FC923D4C8DB55EEAC50A99B71F , 0x7910258D36BC406FB972CE47E6EA1E30 , 0x79193A9D433C42BE8FE834700ACDBCC8 , 0x7BE778C92BC54BA5A9B8FB662CA85404 , 0x7CEE211292D749CA8934A2E6F50ACC46 , 0x7DBBF87D2E83401899259D4FA1F6B4F8 , 0x8020F40315E74439B194BD23D8874C48 , 0x806430A317AF41C0A0A407F4C5CE9B3C , 0x808CD65942BD44978AB03D673E0D253A , 0x81914EE16204450499CE979F7668FD61 , 0x82C2E70935DB492EA262C6609A93EE9B , 0x834C66CC73EA4470A4CF8617B663C5C5 , 0x8465A5EA9D6948FB8737660B029FD464 , 0x86171605D6DE40A2B8AFAB0C2A2B1951 , 0x867AED3EFFD948D68EAAAAD7AC53D8DA , 0x8761F049EE15497FB1918DC34BFD8598 , 0x87BFEE8B1B634B3FB774F9F1D37295E0 , 0x89BFFBA934EE43E2A9749455AF07A2A3 , 0x8A18C83CE84641BAB322751E2D0DD242 , 0x8A8CFE65FB174A4385629CD45871B392 , 0x8B4E8F2F77B847DAB4BEA52D9DE4BDF8 , 0x8BF872151EA5459CA449337B11B2D314 , 0x8C15E9C10BBC4DB8AFF4D365EDED78DB , 0x8C75434623BD422D9E09B35259FA6A2C , 0x8C9FF3D76B744F9DA79DA66C4A6C6F8B , 0x8CDA36BE89F9481F8308871C7B0B3387 , 0x8D874FAB4B364A30808A10B0F8CAE672 , 0x8F255019D86D4D018D1AC4806E2F802D , 0x8FBE67D6FFB34DB3ADD64AAC29E4CD09 , 0x904F81740E10421E94EABB9C48E61B9C , 0x919EA07460154555820A791D198DB3F3 , 0x91E2A672A0E1463D88FFE55FAD8B0614 , 0x92D9872339F843D8B0932A6CD11D21EF , 0x93DD2A8F6CA0438DA4C1E439CD13E7B3 , 0x968F6A47827B4E16AA515252ACB73A79 , 0x96E7D9BBD19041CFB7EDDE1861FFB835 , 0x96F3530E6669426EB233A923CE97A843 , 0x9A59416E8BFA4AF281D3DF3E4A3DB99E , 0x9AC2881A2E1A47B2AC541EE60752BEB6 , 0x9AC88885289B427ABE0F9F62DC1A7DA0 , 0x9B8B5AECE0AA41F58FEAA4A7F784CEA5 , 0x9C47DE8DE0904FEF892FB33D66BD812B , 0x9D223235F419498E9F93F8EFD35EEAEA , 0x9F66BC64527045C8A7007E377C85C4BA , 0xA0A40220E4F24AE9B76CFFB4EE7A7625 , 0xA2202D491BBD4CB490F477295E129D8E , 0xA22099AA743A44CE874BD35043DE8AF2 , 0xA2684B26A7A94ACFAB3329BA13662E38 , 0xA2A7335580A64D9B90723C9FA7CFF278 , 0xA4C66583637E4E48ACCAB53632346DCC , 0xA4D8B867E484424FACD4C45D27C9E942 , 0xAB1D202D3E8D4E48BB00A1FC6E9263E8 , 0xAB5E3C285FB54CC69F0027B4CC4907EC , 0xABA304E5DAAB47609B337AA574C2CDC3 , 0xAEA5D2B3269A4F7C9098799BA15F7217 , 0xAEF57284D4A242B981CAAEB5AA452438 , 0xAF2FAEE9DA8F4A3CB103E1C051D50898 , 0xAF555572826C4F069DB390561D96F170 , 0xAF5C60D401154B2DB434C2B83233DECD , 0xAFBEDA58940E40138501D59FD3F328BC , 0xB06718BDD8CE4A7BBD390BF71601D8A7 , 0xB197B0E1A7A840A1AE409882F1C1E535 , 0xB1C7573373BE4BC7A88BD6C0CCC5D499 , 0xB2263999CC064F0EBC8BBC81887B75FB , 0xB2B8929977464206B6138D21B324FBD8 , 0xB3D1D6E298F6405A81E6741360813BD3 , 0xB78CA38F01F647E6854C4A555EB885D8 , 0xB7FD481B181D478E918031AB3BF729E2 , 0xB8B381BA423C48DDA3636C7E69C8179A , 0xB966DC66DCD8482FAF6BD38B683ED5DC , 0xBA1E4462DE2E47ACBFD69881A7773401 , 0xBA4E385F557B4995B19D386ABABAD474 , 0xBB0EB4E7D9894E60B3E714440FA80FE3 , 0xBC961B710A7E43A68D807561F14B1004 , 0xBCD0636BE8D54ED49F3DBFCBE4B06D2B , 0xBCFCE27DCD7846D6968621E9BC21D0EC , 0xBD439CABBCB24C0E90A8FCD1CC6A6E3C , 0xBE261AB116B24E7AAF83BDB85726862F , 0xBEC52F683D4F443F9BC5C7F976A24BBD , 0xC1D60D358D6649FD8EA2C03F30D1539E , 0xC309ACF7D4B5482183C7BDD1BF2A5D9F , 0xC3B6C2AB608D45A5A24CA9DDCCD12EB6 , 0xC542624412B540EFAE1D3505C00A3120 , 0xC9CA76E6C3C747508C69F1B72AC32697 , 0xCA12D6E0208E4C13A8A2FBFDEC70B4BE , 0xCAAC13B8B5A544E18EA4F9934EC2E6DD , 0xCBE6FFF377034CD1AFFB3B6732F4688A , 0xCE7F21A1718B427EBFB341DF90A6BD59 , 0xCF993CD72A9E497A9268771EF1086473 , 0xD1656832E21046DDB3D591FA9C11FF77 , 0xD1A061CA262E49068425B5734AA2C6C5 , 0xD5AAFBD0710A444B97673EED7A307669 , 0xD6ADC54E140B49898978BED048ECD3E7 , 0xD71FD1C0F3044238A2F6E89432F52ADD , 0xD82625F1D28E40B7B384669AC8CABD1C , 0xD8A4FA28091B42BE8E46178251F6C6F4 , 0xDA93D46529484AD485B01FB38D41066B , 0xDBF471FE42454A6BA46BCF24C1216EFB , 0xDC3DF79787F94F43928A9D45F0D1469E , 0xDC41A68433DC44A2880CAB1F84D326DB , 0xDD6B2F14B9954EA58AD6FB72BF4E461C , 0xDDCAD2A2CA5045B4BF83BD2FF032C062 , 0xDF1586E943BC414BB19E41AD1C08C940 , 0xDF901EAAA21F4741AB18988353430326 , 0xE14018AED51249D39672EDDE68921F3E , 0xE4EC4DC4179046DBB4ACB12B589E20E8 , 0xE5C81BE9A69144329E2984873F17EFFD , 0xE6156F129F804CDD9225DA7FB3CA325D , 0xE61CC919A1D740FB9A060A6955C6A27E , 0xE77E342AB56946BEB6CE94AE923B5FE2 , 0xE9C7FF00C23D4D94BD39FB32AEA9D70C , 0xEB31215411834519AA305CF90CE14EE4 , 0xED0D34994ED7411791BA26DF5F93F5E9 , 0xEDFE6ACA76F94FBEAF1B790C98E8E7C8 , 0xEEFA7DF70B4940F1A8089A747691AA48 , 0xF12704CB1C704BF3A83B43C035CB9056 , 0xF34FFBE5A5C5484989CCBE375AB93DE4 , 0xF3583E7746A7499C8C63163223EA44D1 , 0xF3B1E45CC8AA431EA988D85EEA58F539 , 0xF422317BC7794349952A94550798D0A7 , 0xF44F5AC883E347AAA2605680A2BA15FE , 0xF5EAC1F4162448BD9EF3B1C4117ED667 , 0xF62B93EC476A4090A40598C80616EEDA , 0xF8E65A552EB84C47BDDE9EC4F1E34317 , 0xF94FE19996884486B3492A60EDA74416 , 0xFC5AB877F5AE41218279AB8383CB3B16 , 0xFDE1CEB774D445569BED90023E2F5C92 , 0xFE0732BF7F6C42E1B6AE06A8F0CAEF35 , 0x018B00438F8C7DFFBC38F1AA32164FC0 , 0x018B0FD40BF57522B328C482ADAF866D , 0x018B5C9332CC79C6AD708A6057A3C5CB , 0x018B2963612B745E84A7442D0EA5E05E , 0x018B2961E13379238A628984D6823DE2 , 0x018B29644D1F793B8DF4D193E70B3F93 , 0x018B1038F12C7E7895E607E84DA8E899 , 0x018B058DEFC57C7D9C9E63993C39D2A3 , 0x018B0FE15962778589C85E1E5D228A29 , 0x0193930D73C379F9A7E59EB45ED93987 , 0x018B201BEDB1789A815914EFF0D5789C , 0x018B004525287BF0B159E9A893B24200 , 0x018B296339AD71B0A3B67B05BCCE764D , 0x018B201C845070FBABB2A21248EF5E26 , 0x018E9051F6D47F14828C0C3361058F75 , 0x018B0044564A772F89B1B593AA0934D8 , 0x018B5CA0CCC1787E914E3A9A799AF8ED , 0x01939302C7937281857793DE25F3536F , 0x018B0FD31A357FDEA811C641ECC6C4C2 , 0x018B292DE71D7E4B802FCC2610D4D6B3 , 0x018B5C9EBA8F72798F1BFEE38337F3DE , 0x018B2935529571B2804EC244D2F66761 , 0x018B5CB1353B754886D14D0540BBC56F , 0x018B201B9485714B8B44998B55ACDA08 , 0x018B2936F7A27A0191D8FF461D10518C , 0x018B5C97AFB57FEEB1437D58D304FAE5 , 0x018B0585F83D76CA9A1480D92F0213A4 , 0x018B29359E3B7BD1BE1927875872C757 , 0x018B5CB0D21F7094B2F518701699BF00 , 0x018B058D82E57A8CA19C21EBDDDB10AE , 0x018B0FD44FDB7AEDA1590B6D8FC2D6EA , 0x018B2908049E7F7A87DAB902CE8A8386 , 0x018B291F168771219BDC4BADD6E23AA2 , 0x018B201D97C8785B9D79C70CF46E7E08 , 0x018B2907CEAC73838ADF68F504B0FE43 , 0x018B2935BE73741385397F8AB13D446F , 0x018B0FF7977371168D911720F8A9C3E6 , 0x018B0FFA24537D60AD017F9FC70D7FEC , 0x018B2A0F3AAE75BA8760063F19974C85 , 0x018B5CAA8A76725AB7B3BCF1E1169093 , 0x018B0FD503CD74DD9AFF3C15661AFE57 , 0x018B291FA1927F7493A71C42A1F93F52 , 0x018B292E533D7EDB8CEC3786BABB737F , 0x018B0FC8AAAA70608EB38D9F73D22DE9 , 0x018B5CB1803B777A845EBF1627F20F3D , 0x018B5CB626787905854F2A07A5AFE8B9 , 0x018EA430775D732AB4556EFDABFE55A3 , 0x018B0FC6A38F7A03AFAD5C23128A5AD1 , 0x018B0FC6F67D79EFA768659076E0EC06 , 0x018B0FC84D757717A04C905E5B77B7A3 , 0x018B0FD4D0C37BCDB3B55863715C3CE9 , 0x018B0FF7237576E49105A72EE9637310 , 0x018B2920893E760DB22777AAF44E013F , 0x018B2962811271AA9FF13FE57D5409D4 , 0x018B2A0EA819738BAD8E5A7A559AB3EE , 0x018B004428E6712597365E504B16D2D9 , 0x018B201B4FC07776B7EC81020352B5D0 , 0x018B291F72397450A26E34FF15F84536 , 0x018B5C9B2B167181A06A59ED8509905D , 0x018EA554E79074B39AA3E9C2BCB6AD39 , 0x018B058D458572628B99C6A85FC6ED25 , 0x018B0FD2C1117C8D855782FE93BAE8FD , 0x018B201BCC6D70BDA9CE09B9944A4AEB , 0x018B252494A37D1592EC966FD715D54A , 0x018B5C8E5DFC7823ACECE15242507C92 , 0x018EA5552E467FA381D4C04B3168DBEB , 0x018B0586200974E3BE6BFC6BB1C93BA8 , 0x018B058C4FBD7AC29B47D9CB19CC428E , 0x018B0FE63A017842B6E2CEB0AB71B6EF , 0x018B0FF6BAA3728BB5185DA2FD42A960 , 0x018B25255D837C72BA5861E5BACC3794 , 0x018B2908BD94782E8B52A12E6147D304 , 0x018B290BCB1872719A3AEEF545372464 , 0x018B29361FA57E7CB0C6F78216AF5D54 , 0x018B2962258B77B198C78B72490924F2 , 0x018B2A0F6E1A71FB9C827731122B08E3 , 0x018B2A43759F77C8B54C6D1462354565 , 0x018B2A43A8F474D292E802C22329A676 , 0x018B5CAC90D074D9B2D79DBDDB3EFFC2 , 0x018B5CAE4174715EB53E93A178796F1F , 0x018B0044918C70F29DB76EFED62CBD39 , 0x018B058C0C3D7A5DAC1F414962F98143 , 0x018B0FD373107F2BBB1CEFD4484E2F45 , 0x018B0FD47D1574C3AFC3DD72FFD2D5B1 , 0x018B0FE097A578ACBD47328E4CC4412D , 0x018B0FF74C897444BAEF5B9CB54B6D21 , 0x018B0FF917FD7673BC76770F8FA0FE3A , 0x018B1AD9A36D7018BA18FEA848F7240B , 0x018B201CA9367ECD8B4001A514A913D2 , 0x018B290755B87498B4D958A411DDB275 , 0x018B292041FE7DDFB97BE724934AE0B7 , 0x018B2A4330647C58BE4E3AC1468F10B1 , 0x018B5C9032A27889823DDD7F2E6F2A36 );
Copy
73
1.29 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"gÑD“\x1C DC»“[¦œÚ¥yi "
b"Ø3~\x1C\x04 âJÍ£\x1A "U\x03\x12 9¸ "
b""\x18 »\x1C £JKb®ûŽÕˆô‰Ö "
b"o×g\x1D\x01\x05 A\x0E ±†)Ó~\x16 šü "
b"8Î\v Æù\x07 BK“\x1F §qXâ6Y "
b"p6˜ÿÜëFp©¬ÐkÊTÁ“ "
b"Ý%lÊEB`¶U¶Bß\x19 œ, "
b"dÈ…EЫHˤwùÝ\x05 €ƒ§ "
b"¦HÀ…\x01 ˜GɪX[¬^W¯G "
b"÷Ðñvó®N‹™z?ù\x12 F%¬ "
b"èšët‰åD@‡A=*’_¦\x19 "
b"¨Ñ\x12 ò¸ËIÌ€¡/ޥߛI "
b"Â\t M:ÿˆE–ÓLâs\x17 "
b"Û\x0E è&©pA¢§*cN+5‡ "
b"\x14 üdZç*AÎ!Å\x0E\x02 –\x1E Ä "
b"Aò\x07 3›ED‚7\x02 —0ñ7 "
b"é—ºÇ˾HêŠCÈ}n^N~ "
b"9\x10 õg"MY’Rt“wfFW "
b"""
Ú\x12 k\n
q}H3¤\x03 õ@œN\t ¹
"""
b"èI6<lúE\x07 ²û\x06 )\x0E "
b"¥âLê\x03 ûL\x13 ‘\t ædøì´y "
b"Ï\x04 £˜¬øF\x0E ’ßbM\x14\x12\x05 ? "
b"â=J`îGâŽ.ùx{W\x18 H "
b"µ¦x5žÐE$Œ;’\x02 ¥¿žû "
b"Ž\x0E\x10 ‹KoLh”4*!\x15 üï\v "
b"\x15\x13 8šñ•J§±éZ0³u¾ "
b"(¹^¬]ãN/¸ñ„N9H9. "
b"i:à/\x11 úD\x19 ‚C|_\x07 "
b"ÐhÀ\f ;áKå¾Ã-«Q<9/ "
b"‚ÜÚµa\x01 H\x7F §‡¦#¬ÀÕY "
b"ÁY¼\x06 oŠOþª{æ\x1D -MYð "
b"\x17\x1F Z"°\r F=¼E{\x11 ¤où\x16 "
b"œÜ#R2GK¶æ¹•’Õ( "
b"HM>Ùø>B1‹ßU³Í\x0E ¸{ "
b"\\x15 Þ»UŠOB»2“ÄEµW\x19 "
b"ÕPÔ\x11 n9B̦†å‰Æ¥d+ "
b"†´÷õ¬šCr‡N5uP³¼Ð "
b"°î-x‡N~–«¯T\x10 ~ÍŒ "
b"ßBðhwAÏŒV]{>.\x00 ª "
b"‘ýy,“óBX•ˆžÁç\x0F /[ "
b"\x14 »‘ËrSOÚâ\x1F lÒ§K\x05 "
b"?¤5kŽ\x17 I“”Ñ6\x05 ÒìÉc "
b"\x01 ŽyßE>rͦŸ›+\x01\x06 î\x1C "
b"qâ\x0F\x1C\x1C M3¬áz-D«”r "
b"\x11 €êÉÎÇJ‘¸ñÝéãaK "
b"ø v½\x02 C#y¼ÉÔÚáø "
b"2¡”޾\f KR¶OpŽªŒ\x18 ë "
b"+ïú-lKÌ»©Œ.¶•\x15 º "
b"Ž&Í™ƒ–NP€Û½\x10 :Üg "
b"ú\x05 +wõ¾Eù–bË ¨ù ™ "
b"\x04 Í…·'\x17 OÄ»}kR…Aû* "
b"ÕLÞkõÜLµ‡ aü»î\x03 G "
b"Ï\x14 ÈË$šK•¤4NŽäµX³ "
b"ýMÑv\e EÉv‘÷ö\x13 Ì- "
b"y83M+*Ea”°\x7F ³ëÂ]p "
b"zrD®\x11 7NQ¡8ŽÂÂ뵤 "
b"»9\x1D ’Z\x1F Cõ˜{ódˆº÷m "
b"ýI\x12 S‰†I\x16 ³©ÿî\x17 jÔ "
b"\x00 6¨†k'F’‘º’E\x03 ZÞÌ "
b"“\x02 ˜ù¼íDö‰Àž×’½èè "
b"\x16\x02 BÞ\x07 äB¿Žà\x12 er'Ó "
b"\v\x03 P!ÁíO€ÜÓå}rh\x15 "
b"ªÂL‘\x0E ÞL\x16 Ç\t 0È\x05\x10 "
b"\x01 ‹\x00 AÏ)sÛ›\x15 A«§\x03 l¯ "
b"\x01 ‹\x0F Ò\x1A\x1A yP‘Ž:ò\x1A "ñã "
b"\x01 ‹\’̬sC²ºGMè›0 "
b"\x01 ‹)_IÏ|Ý€“\r \x1E ÷²\x11 ¦ "
b"\x01 ‹\x05 ˆ…ðqŠ”Å|ZŠöú "
b"\x01 ‹\x0F ÚØ=pš¶ö\x17 'á¶Ã "
b"\x01 ‹ \x1A 'V~‚œö˜\x04\x19 Þ|Ñ "
b"\x01 ‹%\x1D\v ˜}ý¼¯ìÇ@´cg "
b"\x01 ‹\ ‚¦zý€Š‘509ƒÇ "
b"\x01 ‹)-i¥s÷™\x00 |’S\x18 g\n "
b"\x01 ‹\ž\x19\x11 zE˜Ø?[/|å° "
b"\x01 ‹)4º®s+¯çUM›\x19 ñ< "
b"\x01 ‹\°\x15 *xü¨¦1S·¹—Ð "
b"\x01 ‹\—dvu4©ÇA•²\f "
b"\x01 ‹\x05 …\x03 ‡t޵~jrwg_\r "
b"\x01 ‹)\x06 yñqÈ–ðâxþz¼P "
b"\x01 ‹)\x1E ¢Q~xžAŽ\x04 ßHË9 "
b"\x01 ‹\x0F öGZyS¥Þp€‰˜žF "
b"\x01 ‹*\r ÆþtŸŠƒ®\x0E w‡^N "
b"\x01 ‹\©úätÞ¼\x1F Op’º~ "
b"\x01 ‹\x0F Å+\x14 }'¸ÕDãfK˜‘ "
b"\x01 ‹\µÇÀ}œ£§\x07 ‡HO;U "
b"\x01 ‹\šá›wö…«¾\x11 Ÿ•l\x02 "
b"\x01 ‹\‹\x15 Ïy\x02 ¥Dñ㋎Ïs "
b"\x01 ‹*B\x7F È\x7F ð¨qò”T^Š• "
b"\x01 ‹\¬8àvå‚¶o¿Š\x13 Ö\x08 "
b"\x01 ‹\á¶sw²ý†ãöŒ¸" "
b"\x01 ‹\»•xª›\x18 ò‰\x01 '\r "
]
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 (0x67D144931C4443BB935BA69CDAA57969 , 0xD8337E1C04E24ACDA31A2255031239B8 , 0x2218BB1CA34A4B62AEFB8DD588F489D6 , 0x6FD7671D0105410EB18629D37E169AFC , 0x38CE0BC6F907424B931FA77158E23659 , 0x703698FFDCEB4670A9ACD06BCA54C193 , 0xDD256C81CA454260B655B642DF199C2C , 0x64C88545D0AB48CBA477F9DD058083A7 , 0xA648C085019847C9AA585BAC5E57AF47 , 0xF7D0F176F3AE4E8B997A3FF9124625AC , 0xE89AEB7489E5444087413D2A925FA619 , 0xA8D112F2B8CB49CC80A12FDEA5DF9B49 , 0xC2094D3AFF8845EEA29396D34CE27317 , 0xDB0EE826A97041A2A7902A634E2B3587 , 0x14FC645AE72A41CE8121C50E02961EC4 , 0x41F207339B45449D823702AD9730F137 , 0xE997BAC7CBBE48EA8A43C87D6E5E4E7E , 0x3910F567229D4D599252749377664657 , 0xDA126B0A717D4833A403F5409C4E09B9 , 0xE849363C6CFA4507B2FB06EEA391290E , 0xA5E24CEA03FB4C139109E664F8ECB479 , 0xCF04A398ACF8460E92DF624D1412053F , 0xE23D4A60EE9F47E28D2EF9787B571848 , 0xB5A678359ED045248C3B9202A5BF9EFB , 0x8D0E108B4B6F4C6894342A2115FCEF0B , 0x1513389AF1954AA7B1E95A30B375BE20 , 0x28B95EAC5DE34E2FB8F1844E3948392E , 0x693AE02F11FA441982437CEEAA855F07 , 0xD068C00C3BE14BE5BEC32DAB513C392F , 0x82DCDAB56101487FA787A623ACC0D559 , 0xC159BC066F8A4FFEAA7BE61D2D4D59F0 , 0x171F5A22B00D463DBC457B11A46FF916 , 0x9CDC235232474BB6ADE6B9AD9592D528 , 0x484D3ED9F83E42318BDF55B3CD0EB87B , 0x5C15DEBB558A4F42BB3293C445B55719 , 0xD550D4116E3942CCA686E589C6A5642B , 0x86B4F7F5AC9A4372874E357550B3BCD0 , 0x8FB0EE2D78874E7E96ABAF54107ECD8C , 0xDF42F0689D7741CF8C565D7B3E2E00AA , 0x91FD792C93F3425895889EC1E70F2F5B , 0x14BB91CB72534FDA81E21F6CD2A74B05 , 0x3FA4356B8D17499394D13605D2ECC963 , 0x018E79DF453E72CDA69F9B2B0106EE1C , 0x719DE20F1C1C4D33ACE17A2D44AB9472 , 0x1180EAC9CEC74AAD91B8F1DDE9E3614B , 0xF82076BD02AD4323AD79BCC9D4DAE1F8 , 0x32A1948EBE0C4B52B64F708EAA8C18EB , 0x2BEFADFA2D6C4BCCBBA98C2EB69515BA , 0x8D26CD9983964E5080DBBD103ADC678E , 0xFA052B77F5BE45F99662CB20A8F9A099 , 0x04CD85B727174FC4BB7D6B528541FB2A , 0xD54CDE6BF5DC4CB587A061FCBBEE0347 , 0xCF14C8CB249A4B95A4344E8EE4B558B3 , 0xFD4DD1761B9045C99F7691F7F613CC2D , 0x7938334D2B2A456194B07FB3EBC25D70 , 0x7A7244AE11374E51A1388EC2C2EBB5A4 , 0xBB391D925A1F43F5987BF36488BAF76D , 0xFD49125389864916B3A9FFEE9D176AD4 , 0x0036A8866B27469291BA9245035ADECC , 0x930298F9BCED44F689C09ED792BDE8E8 , 0x160242DE07E442ADBF8DE012657227D3 , 0x0B035021C1ED4F809DDCD3E57D726815 , 0xAAC24C910EDE4C1690C70930C3880510 , 0x018B0041CF2973DB9B1541ABA7036CAF , 0x018B0FD21A1A7950918D3AF21A22F1E3 , 0x018B5C92CCAC7343B2BA474DE8C29B30 , 0x018B295F49CF7CDD80930D1EF7B211A6 , 0x018B058885F0718A94C58F7C5A8AF6FA , 0x018B0FDAD83D709A90B6F61727E1B6C3 , 0x018B201A27567E829CF6980419DE7CD1 , 0x018B251D0B987DFDBCAFECC740B46367 , 0x018B5CA082A67AFD808A9135303983C7 , 0x018B292D69A573F799007C925318670A , 0x018B5C9E19117A4598D83F5B2F7CE5B0 , 0x018B2934BAAE732BAFE7554D9B19F13C , 0x018B5CB0152A78FCA8A63153B7B997D0 , 0x018B5C97647675348FA9C7419F95B20C , 0x018B05850387748DB57E6A7277675F0D , 0x018B290679F171C896F0E278FE7ABC50 , 0x018B291EA2517E789E418D04DF48CB39 , 0x018B0FF6475A7953A5DE708089989E46 , 0x018B2A0DC6FE749F8A83AE0E77875E4E , 0x018B5CA9FAE474DEBC1F4FAD7092BA7E , 0x018B0FC52B147D27B8D544E3664B9891 , 0x018B5CB5C7C07D9CA3A70787484F3B55 , 0x018B5C9AE19B77F685ABBE119F956C02 , 0x018B5C8B15CF7902A544F1E38B8ECF73 , 0x018B2A427FC87FF0A871F294545E8A95 , 0x018B5CAC38E076E582B66FBF8A13D608 , 0x018B5CADE1B67377B2FD86E3F68CB822 , 0x018B5C8FBB9578AA9B18F289AD01270D ));
Copy
74
0.50 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 ˜§¶Ò}p\f ·P>ó‰b+˜ "
]
SELECT `acl_role` . `privileges` AS `privileges`
FROM `acl_role`
INNER JOIN `app` ON `app` . `acl_role_id` = `acl_role` . `id`
WHERE `app` . `id` = 0x0198A7B6D27D700CB7503EF389622B98
;
Copy
75
0.74 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"\x01 ’qKt\x10 s®†˜ã‘tìúc "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0x0192714B741073AE8698E39174ECFA63 );
Copy
76
0.32 ms
SELECT url FROM sales_channel_domain
SELECT url FROM sales_channel_domain ;
Copy
77
0.19 ms
SELECT url FROM sales_channel_domain
SELECT url FROM sales_channel_domain ;
Copy
78
2.86 ms
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `technical_name` = ?
Parameters :
[
"TcinnThemeWareElectric "
]
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `technical_name` = 'TcinnThemeWareElectric' ;
Copy
79
0.41 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
80
0.38 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"éW ¶n\x05 Be“*=O\x1D uê$ "
]
SELECT path FROM category WHERE id = 0xE95720B66E054265932A3D4F1D75EA24 ;
Copy
81
0.14 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
82
0.41 ms
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > ? )
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > NULL );
Copy
83
0.81 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"i›í$xñIz™ÌZ@±rÉç "
b"1—\x7F H†ZDQ™;°mâS·½ "
b"Æ+²ÚÏO\x1C ¢eŽû|¯} "
]
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 (0x699BED2478F1497A99CC5A40B172C9E7 , 0x31977F48865A4451993BB06DE253B7BD , 0xC62BB2DACF814F1CA2658D8FFB7CAF7D ));
Copy
84
0.56 ms
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > ? )
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > NULL );
Copy
85
0.60 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 :
[
"/detail/633519f79afd43978bb1a375b1809fab "
"/detail/5e748e37eabd4af2a299225a8173d425 "
"/detail/1d648444756349608b27b04b97b65ad6 "
"/detail/018e79df48cb7100b615d1053186dbc4 "
"/detail/ed4c855594bd4e3895b92832ba0eabee "
"/detail/49bdb60f1de947f2a160121a1d406c4d "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/detail/633519f79afd43978bb1a375b1809fab' , '/detail/5e748e37eabd4af2a299225a8173d425' , '/detail/1d648444756349608b27b04b97b65ad6' , '/detail/018e79df48cb7100b615d1053186dbc4' , '/detail/ed4c855594bd4e3895b92832ba0eabee' , '/detail/49bdb60f1de947f2a160121a1d406c4d' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
86
0.60 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"v¡³z}¿Ae´lz²ÿ\x1A HA "
b"V¸‰y8¾D¤]#\x07 o "
b"\x01 ‘yµ\x05 =r<¼ÂÿÊ~/\x1D 7 "
b"\x01 ‘yµ\x05 “s|©ô¦iZ(ß\x19 "
b"\x01 ‘yµ\x05 ©qÖ³;·÷\x7F ñˆ "
b"\x01 ‘yµ\x07 yr޽4²!¿\x1F "
b"\x01 ‘yµ\x07 ~r'“¸+1\x13 X)ˆ "
b"\x01 ’f½•E{‘o\x0E t\x02 §n "
b"‰9db±”BÞ…;IŸ3·Œï "
b"Š=rªµ¥F ‰PQcöDù "
b"ùÚ“øJÚLÍŽý•i*aY‘ "
b"\x06 ÃæÄ\f Þ@ûˆ¡uÛ;y8 "
b"\x01 ‘yíYÝrìµ$Œ7\x01 ¤©§ "
b"\x01 ‘yíZ3s]ú®}Hî7t "
b"\x01 ‘yíZssʧB£Ê+GOª "
b"\x01 ‘yíZ¼r`º\r \x7F †¥ô\x12 "
b"\x01 ‘yíZäsÌŠËÛОi\x7F\x1A "
b"\x01 ‘yíZýs“ƒ\x16 Î]b²\x18 … "
b"\x01 ‘yí[4rû†‰¿õ,6ÒN "
b"\x01 ‘yí[Gq\f »ˆÔʾWU0 "
b"\x01 ‘yí[ep!•$RªRÂòb "
b"\x01 ‘yí[ˆs†¿\x07 Ëû\f mÄÙ "
b"\x01 ‘yí[·pc´$6Þ+²eM "
b"\x01 ‘yí[éqß·Žð¹«•F6 "
b"\x01 ‘yí\\x0F s+ƒ¦úa\e\x17 ɰ "
b"\x01 ‘yí\\x1C rá½]Ô_©\x1A éˆ "
b"\x01 ‘yí\Hp°»\x1D w*ˉ: "
b"\x01 ‘yí\as’ˆ¨ñŸ_î\Ÿ "
b"""
\x01 ‘yí\ƒq\n
r^ؤ\t w
"""
b"\x01 ‘yí\´q'™jªÈ§ö½¾ "
b"\x01 ‘yí\éq\x02 ¹Ddþ†,§‡ "
b"\x01 ‘yí]xq[•r€àÝQs1 "
b"\x01 ‘yí^\x04 q’ª¤sÏÇ)Ä_ "
b"\x01 ‘yí^˜p\x14 ²xPÑð\x16 ƒË "
b"\x01 ‘yí^¹r©\x1E eYDzoÜ "
b"\x01 ‘yí_\x01 p\x7F ¿:jܤ õ± "
b"\x01 ‘yí_Jr޳CÄÎÊUß$ "
b"\x01 ‘yí_Áqj¹â`\x08 PŠ˜ž "
b"\x01 ‘yí`\x11 qÊ‹Ë÷Ää±]\x12 "
b"\x01 ‘yí`@s¨§ÌrƒY{Åa "
b"\x01 ‘yí`†rzŽØ}†·š°( "
b"\x01 ‘yí`»qs³ÅÊ¢²\x1A\x03 â "
b"\x01 ‘yía\e q›ŒI4&9~\x07\e "
b"\x01 ‘yíaisÖ®‡ß)Êo«E "
b"\x01 ‘yíaypT‹š²\x02 ЬÎã "
b"\x01 ‘yíaÒp!¦ÓòVñþc\x01 "
b"""
\x01 ‘yíb3pr‚Îç+\n
x\x16 \
"""
b"\x01 ‘yíbsïIûý1u¸ "
b"\x01 ‘yíc\r r¿¸\v\v anVð” "
b"\x01 ‘yíc(pÈMPà\t\e ÜŽ "
b"\x01 ‘yíc7rNªñ\x00 þr:œs "
b"\x01 ‘yícyr®\x1E J þâ{~ "
b"\x01 ‘yíc¦p°°µ-ˆ¸däÛ "
b"\x01 ‘yícÜp¶ÙL¿êc\x03\x07 "
b"\x01 ‘yícÿq…šÆ\v dÚJù "
b"‰+ºƒªßNSš<j\x14 F¯gà "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x76A1B37A7DBF4165B46C7AB2FF1A4841 , 0x56B8897938BE44A48F5D23076FEE8AA4 , 0x019179B5053D723CBCC2FFCA7E2F1D37 , 0x019179B50593737CA9F4A6695A28DF19 , 0x019179B505A971D6B33BC2B7F77FF188 , 0x019179B50779728DBD34B221819DBF1F , 0x019179B5077E722793B82B3113582988 , 0x019266BD95457BAD916F0E7402A76E90 , 0x89396462B19442DE853B499F33B78CEF , 0x8A3D72AAB5A5468FA089505163F644F9 , 0xF9DA93F84ADA4CCD8EFD95692A615991 , 0x06C3E6C40CDE40FB88ADA175DB3B7938 , 0x019179ED59DD72ECB5248C3701A4A9A7 , 0x019179ED5A33735DADFAAE7D48EE3774 , 0x019179ED5A7373CAA742A3CA2B474FAA , 0x019179ED5ABC7260BA0D7F86A5F49012 , 0x019179ED5AE473CC8ACBDBD09E697F1A , 0x019179ED5AFD73938316CE5D62B21885 , 0x019179ED5B3472FB8689BFF52C36D24E , 0x019179ED5B47710CBB88D4CABE575530 , 0x019179ED5B657021952452AA52C2F262 , 0x019179ED5B887386BF07CBFB0C6DC4D9 , 0x019179ED5BB77063B42436DE2BB2654D , 0x019179ED5BE971DFB78EF0B9AB954636 , 0x019179ED5C0F732B83A6FA611B17C9B0 , 0x019179ED5C1C72E1BD5DD45FA91AE988 , 0x019179ED5C48709DB0BB1D772ACB893A , 0x019179ED5C61739288A8F19F5FEE5C9F , 0x019179ED5C83710A9F725ED88FA40977 , 0x019179ED5CB47127996AAAC8A7F6BDBE , 0x019179ED5CE97102B94464FE862CA787 , 0x019179ED5D78715B957280E0DD517331 , 0x019179ED5E047192AAA473CFC729C45F , 0x019179ED5E987014B27850D1F01683CB , 0x019179ED5EB972A9811E6559447A6FDC , 0x019179ED5F01707FBF3A6ADCA420F5B1 , 0x019179ED5F4A728EB343C4CECA55DF24 , 0x019179ED5FC1716AB9E26008508A989E , 0x019179ED601171CA8BCBF7C4E4B15D12 , 0x019179ED604073A8A7CC7283597BC561 , 0x019179ED6086727A8ED87D86B79AB028 , 0x019179ED60BB7173B3C5CAA2B21A03E2 , 0x019179ED611B719B8C493426397E071B , 0x019179ED616973D6AE87DF29CA6FAB45 , 0x019179ED617970548B9AB2028AACCEE3 , 0x019179ED61D27021A6D3F256F1FE6301 , 0x019179ED6233707282CEE72B0A78165C , 0x019179ED629F739F81EF49FBFD3175B8 , 0x019179ED630D72BFB80B0B616E56F094 , 0x019179ED632870C88F4D50E0091BDC8D , 0x019179ED6337724EAAF100FE723A9C73 , 0x019179ED63797281AE1E4A20FEE27B7E , 0x019179ED63A670B0B0B52D88B864E4DB , 0x019179ED63DC70B69DD94CBFEA630307 , 0x019179ED63FF71859AC60B2064DA4AF9 , 0x892BBA83AADF4E539A3C6A1446AF67C3 );
Copy
87
0.27 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"aRsVi3OkmBlgyEy06ZcmxHQB3jxAfuxw "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'aRsVi3OkmBlgyEy06ZcmxHQB3jxAfuxw' ;
Copy
88
0.25 ms
SELECT `dvsn_quick_cart` . `id` FROM `dvsn_quick_cart` WHERE (`dvsn_quick_cart` . `seo_url` = ? AND `dvsn_quick_cart` . `active` = ? )
Parameters :
[
"_esi/global/header "
true
]
SELECT `dvsn_quick_cart` . `id` FROM `dvsn_quick_cart` WHERE (`dvsn_quick_cart` . `seo_url` = '_esi/global/header' AND `dvsn_quick_cart` . `active` = 1 );
Copy
89
0.43 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"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"_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 = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR sales_channel_id IS NULL )) AND ((seo_path_info = '_esi/global/header' OR seo_path_info = '_esi/global/header/' ));
Copy
90
0.23 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"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"/_esi/global/header "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (path_info = '/_esi/global/header' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
91
2.48 ms
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `parameter_forwarding` as `dreisc_seo_redirect.parameterForwarding` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = ? AND `dreisc_seo_redirect` . `source_type` = ? AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = ? AND `dreisc_seo_redirect` . `source_path` = ? ))
Parameters :
[
true
"url "
b"£“]>÷IKt‰LÉb£cG° "
"_esi/global/header "
]
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `parameter_forwarding` as `dreisc_seo_redirect.parameterForwarding` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = 1 AND `dreisc_seo_redirect` . `source_type` = 'url' AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = 0xA3935D3EF7494B74894CC962A36347B0 AND `dreisc_seo_redirect` . `source_path` = '_esi/global/header' ));
Copy
92
0.46 ms
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE ((`scop_platform_redirecter_redirect` . `sourceURL` IN (? , ? , ? , ? , ? , ? , ? )) AND `scop_platform_redirecter_redirect` . `enabled` = ? AND (`scop_platform_redirecter_redirect` . `salesChannelId` = ? OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > ? )) LIMIT 1
Parameters :
[
"//_esi/global/header "
"/_esi/global/header "
"https://www.dev.nakatanenga.de/_esi/global/header "
"https://www.dev.nakatanenga.de//_esi/global/header "
"/_esi/global/header "
"//_esi/global/header "
"_esi/global/header "
true
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
null
]
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE ((`scop_platform_redirecter_redirect` . `sourceURL` IN ('//_esi/global/header' , '/_esi/global/header' , 'https://www.dev.nakatanenga.de/_esi/global/header' , 'https://www.dev.nakatanenga.de//_esi/global/header' , '/_esi/global/header' , '//_esi/global/header' , '_esi/global/header' )) AND `scop_platform_redirecter_redirect` . `enabled` = 1 AND (`scop_platform_redirecter_redirect` . `salesChannelId` = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > NULL )) LIMIT 1 ;
Copy
93
0.56 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"aRsVi3OkmBlgyEy06ZcmxHQB3jxAfuxw "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (token = 'aRsVi3OkmBlgyEy06ZcmxHQB3jxAfuxw' ) LIMIT 1 ;
Copy
94
0.29 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `id` = ?
Parameters :
[
b"éW ¶n\x05 Be“*=O\x1D uê$ "
b"éW ¶n\x05 Be“*=O\x1D uê$ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xE95720B66E054265932A3D4F1D75EA24 OR `id` = 0xE95720B66E054265932A3D4F1D75EA24
;
Copy
95
4.14 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.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"éW ¶n\x05 Be“*=O\x1D uê$ "
"%|e95720b66e054265932a3d4f1d75ea24|% "
1
5
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
(
`category` . `id` = ?
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.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` = 0xE95720B66E054265932A3D4F1D75EA24 OR (`category` . `path` LIKE '%|e95720b66e054265932a3d4f1d75ea24|%' AND (`category` . `level` > 1 AND `category` . `level` < = 5 )))));
Copy
96
1.11 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% "
"%|e95720b66e054265932a3d4f1d75ea24|% "
5
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 '%|e95720b66e054265932a3d4f1d75ea24|%' AND `category` . `level` = 5 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
97
1.28 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"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
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` = 0x08D2BEB617754D2E9B8813E67FBD3A10 AND `language.salesChannels` . `id` = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
98
0.80 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"PYÜEµ\x10 L6ŒÂ§ø¸\x01 # "
]
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 , 0x5059DC45B5104C368CC2A7F890B80123 );
Copy
99
0.59 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"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
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` = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) GROUP BY `currency` . `id` ;
Copy
100
0.61 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
101
0.42 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"\x01 ’qKt\x10 s®†˜ã‘tìúc "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0x0192714B741073AE8698E39174ECFA63 );
Copy
102
0.54 ms
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > ? )
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > NULL );
Copy
103
2.55 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/0198cbf1e4de7f2c9be18fe56153071c "
"/navigation/0198cbf2f4b972f1a2a47e77625d4a17 "
"/navigation/0198cbf322a87e3b94508a3dba94069b "
"/navigation/0198cbf33f76716eb706e27dd40a51ce "
"/navigation/0198cbf37776773f8f6ce9eb0ecde3f3 "
"/navigation/0198cbf380427c58a1ef91331f0aaacd "
"/navigation/0198cbf3946978089980c6a2a28ae7f5 "
"/navigation/0198cbf3ab4c734abb6ddbab1914ea1b "
"/navigation/01997c7ab76a78dfb2902fbee4350d15 "
"/navigation/018b5c698aca709e974fe3f7db35cead "
"/navigation/aa5a6581d62b434d88e46fe4944a87dd "
"/navigation/8b215f6e8ab3405e919e11a3cfca9c1f "
"/navigation/7a644e4b5d724b098121fcb6d2dbab39 "
"/navigation/338c9cb9d866425985f97bca5df6ba5e "
"/navigation/5675f57b00654b17b48a7e1962ad692d "
"/navigation/126bea7ed87c44c8a97b32b72a089ab6 "
"/navigation/9026fd2e2d684bc6b34b028c13e2668b "
"/navigation/b4499eab3212404dabf7f79851bacfd6 "
"/navigation/bd880cbba8794f43a9bf3b0698c68922 "
"/navigation/caa5db34d06848bfbe813290e07e5428 "
"/navigation/d495a4f947514e88930abf2af56c9890 "
"/navigation/0370c9516bae46f2ade169430388be99 "
"/navigation/cb0fb2bb957d4d3eae4f1151bea991c9 "
"/navigation/054d637cffa4441a8271e56bbdd0852c "
"/navigation/b3edea3dac054f518ad5d07bdae5f863 "
"/navigation/3b3349923ba24a8aa8ff64f8067b0023 "
"/navigation/3883cc87d7c54d49b017712c5eebccbc "
"/navigation/bc565af2bacd4149a9ddd99a1b45165b "
"/navigation/918b2eeac821484781cd05f79ae1157f "
"/navigation/e222b227fa2d4382ab5b18909027f378 "
"/navigation/57859127803043ad970a5b7b28b57dc7 "
"/navigation/01912bf5e2687233b10a419381ff9400 "
"/navigation/b424d0ac0c1a49ccba3449eb21ca2687 "
"/navigation/f68dbee567a044dfbb3840e9352192bf "
"/navigation/c3b269c69c7540f18fd60b4b3bd54b50 "
"/navigation/b56f9e76d8b8418fb0784c84290d2883 "
"/navigation/c96ce8612cb6429fa06bae3956c8981f "
"/navigation/c2a2c6968a40430593ff3875fc557083 "
"/navigation/d272ae637ed5442aa7366954b96504d2 "
"/navigation/11a72465f04140bebd77727f3010827e "
"/navigation/8381e0949a4b42e5976798be46308481 "
"/navigation/b5fc7ad46da94523bbb7ecea3ca095fb "
"/navigation/6885b9aa6d00438fb0abac75a6104f91 "
"/navigation/707166d6b2604050998fb32062c3a43b "
"/navigation/43cdc2635c314597a75172d3fcc6e8c8 "
"/navigation/8674b95ec9514f0f8e8b95ea6830516c "
"/navigation/bde835b7f31a4597910caf6a1e0df552 "
"/navigation/5aa5729c95404d31837be01faa113843 "
"/navigation/99130eb55c1b485d91fdeda57c8b7fae "
"/navigation/89223e349ac54e9ab970e1073c91c79e "
"/navigation/01956299032f7724bca899d6605f4860 "
"/navigation/6b748b5fc5ec44419a988c628be7542b "
"/navigation/3a4903e587284a8fb136b1a53dec1421 "
"/navigation/eb20a0c61df742368e90b21895718808 "
"/navigation/8385629b2ba84f35aba482ecab660b31 "
"/navigation/94b396a795d942d69c88d75c07c9d994 "
"/navigation/92dcaf9b2ae04e7981c80ab446ea526e "
"/navigation/21cd328da17946baa39348334be4fe78 "
"/navigation/6300a675c3cc4bf7b4a7a20bf1c2a914 "
"/navigation/384e5ca0596a46f7b8853e54cd26b5d4 "
"/navigation/863933ee73444dcca91839d4c6ff1577 "
"/navigation/97b51141bcb44863920352dde7a34b52 "
"/navigation/ad9bae98236549c6a95f6fbc205923e7 "
"/navigation/a71d38a59d434c1ba82aa379322cd9ef "
"/navigation/f0e2a156f0e04b928c1fb63cc80ccff9 "
"/navigation/e56ac2385f6841f9b251432090de8a56 "
"/navigation/6d1ca8961cd84deab0f8d8361eff1b57 "
"/navigation/8493b828d1404ec89b544a1aed111e60 "
"/navigation/f97f016807f94461bd78e22adc686900 "
"/navigation/221bea5a28ff4bfdaf0ff783e332a36a "
"/navigation/142a9205f90b4fc9949db82cfff94c18 "
"/navigation/beae7d27497b465492df0df9753247b6 "
"/navigation/bffc6f126527425f9c46ca9863e7e22a "
"/navigation/76157c54b44e45ceb00ea7220721353d "
"/navigation/25305d5b05434654a3e948193b7ed5f2 "
"/navigation/8582bfa2bb3144afb6370eedf33eacd5 "
"/navigation/9fdd09f74c6148ae98e8d6b8fa0ebde2 "
"/navigation/070aec209d9f4edd816b1d3ab5ca25d8 "
"/navigation/df7b4367a3f945eaa850a56e67d11036 "
"/navigation/018e79ddf01b701e9982cfdf2232531a "
"/navigation/b5e635a643fe488f9ed2417cee45473a "
"/navigation/0a14b4dbc5404364a9331388933ce88e "
"/navigation/b873442a00014e4b83dd0262f45aadf1 "
"/navigation/ee4dcd91575642ee9493387738aae6d1 "
"/navigation/a32dc5288aba407583242f8a48046270 "
"/navigation/ad7b9e4df88b4e69a143c42f5505cd2a "
"/navigation/0217e0bbd3ad4ed79e286b66d51f4970 "
"/navigation/bb5cb57c1c174cb2b4cc3bae1f2efb09 "
"/navigation/586a3ddade28416698b9faef63dc1338 "
"/navigation/b74b8b0663ad42f09a40ea0058868209 "
"/navigation/415fdf9a09614f88939a0102d22d76fe "
"/navigation/54b9b133546341879eb10933b3c74ac5 "
"/navigation/c7fcc12ad29b4ce3bd50de36544d3eba "
"/navigation/a72aad1d6b4a4bb296cd16004955658e "
"/navigation/501edd94f1134945ac0122bf0057813c "
"/navigation/878cf963e9c34ff5be4ffe273608873a "
"/navigation/ca4b64702bae4f678ec2187f7cf0a448 "
"/navigation/110ae801873f44bb876ce3fe05981f1c "
"/navigation/f7eab36fa4da455ea3d1332c2d95dd22 "
"/navigation/1c97a015acdc4c389f0128e6c18ba981 "
"/navigation/5ab85840c4234268bc1e5160ee7153e0 "
"/navigation/ec99c0e9730845a78a07da88938f8e47 "
"/navigation/6848c9a4288348ceb849ec8b726a1cc5 "
"/navigation/019537a1d7107955ab38c98b0ad9c04a "
"/navigation/019537a5b13c7205ba31ba96b7c89d2f "
"/navigation/39473ac2d58941bbbd0ffd168be4a3bb "
"/navigation/39f37bac160d4c8f8fe538834897405f "
"/navigation/b2be01f704d644e0a536f5a9fc1e14dd "
"/navigation/f153f52b77a946bf82a440520dd1c3e5 "
"/navigation/dbf72e38393f44fa858bcde9dac6a17a "
"/navigation/14539fd2f8a44fbab8c491b412215ada "
"/navigation/a51a927913394cf5bb4d737bb48a3c0c "
"/navigation/c02a3b564ccb40cc9139a11d0a411b51 "
"/navigation/53c12c0c6e49474dad0df90f3587ef34 "
"/navigation/441f804639304ffaaf845ef356a40a59 "
"/navigation/cd8d4c7cf58c44f7b9bf982b218aca2d "
"/navigation/75e22e918d5542f5836fc1ce3307ce1d "
"/navigation/5d92fa21d9f243f382f582e4f7e03acd "
"/navigation/e4628874e0c6445faee8a1691db473aa "
"/navigation/676a316ed41546e1b76c23b83c95fed3 "
"/navigation/685a9695ce7e477081260e9703450051 "
"/navigation/eb6d2e6c23084759a35872223ccf9d9a "
"/navigation/a25d7bfc70c442ad93c1c0c1f5bcd553 "
"/navigation/152b64d2dee54aceb74c32c36ce11b21 "
"/navigation/9bdd526dde454d179b488a82ee06644a "
"/navigation/e949cae1f08d41bab7532419bb825a06 "
"/navigation/b75fdb57dfd949b0809a35c07a49a06b "
"/navigation/7ccd88904abd4aee8181fe0da43d8d8a "
"/navigation/f05105dede874e3fafddd211d5419cfc "
"/navigation/cdda7db59b574cf6964fec1d37fab5de "
"/navigation/ee19da1f0f3d435fba3bc8a6558899e6 "
"/navigation/a2d42bbb2f8d43289e9c8d595a2dfb86 "
"/navigation/829d32b2e7fb49f78fce744fbc59d9cb "
"/navigation/7b43d5eb6d8145588926e793c6d2e35e "
"/navigation/e8527c5ef2cb4da5b3be3543d2be43f8 "
"/navigation/f3f02a6a6a54462bbc95491af23dd2e6 "
"/navigation/2b25eea7dfbf42f3b47fdaa78d1561c9 "
"/navigation/f8bf178596ef490482f06a09d7c079bc "
"/navigation/c27a355d3a4d4773897b77e9c4bd9d5c "
"/navigation/c32a710aab5548a3909155ee224291c0 "
"/navigation/5149171800dd4ff4b4af90ccc7665341 "
"/navigation/4d1313c1504246d099e2e8a7711ba78a "
"/navigation/58745278918b4bd289f3a5bfbd8b3635 "
"/navigation/ebc67e9e44ba428d91056d19b503e8f8 "
"/navigation/fe07ca2417da458c8f2105807233e37e "
"/navigation/c940c803ad79440d8e44180b950bded0 "
"/navigation/6f6ac4cb98cf469d94384cbc3abe93a6 "
"/navigation/8df3c29e95c947b8af4515d03ae12fe4 "
"/navigation/44906fc35f194b83b69944addfe77d9d "
"/navigation/f5748d2faf1a4e9a8a9c6303ce81181d "
"/navigation/cf5d3310bdad44068ff00968dbc46a3e "
"/navigation/34660def41584107bb4330b4444500ea "
"/navigation/5762d80d06c947ae8a84d0d989483972 "
"/navigation/7db0b907071949db918e1a2139c3a7c1 "
"/navigation/520720d587374c1cafd4ada7422e0528 "
"/navigation/c9b0e120563e4b27b7dd2fbc28489be4 "
"/navigation/cc09ce4a89be4cfd82f59a0a34f0cee4 "
"/navigation/c19cca6bb2af425197afe6149dd32c97 "
"/navigation/94bdce6e02a540d3ab6694f0449fcd95 "
"/navigation/891b45f3d00a4073bf18a3040f86b44e "
"/navigation/a07680c3d3894885b2cf9f9484f4664a "
"/navigation/f5283984e3a2461a8369010493b69266 "
"/navigation/261060987c2b427bbd42b1323790d094 "
"/navigation/d121ba44d1ed4385b8a03eba8c6f394b "
"/navigation/67811704c2f64b4a95a3c95dc2c5686b "
"/navigation/e3c7d5efbc7d4da88a535e0d8d37f7e9 "
"/navigation/c432c277b40d49198861003c8c7674cf "
"/navigation/179873d322b3432493c9bcb118bdc827 "
"/navigation/d0829effe3de4741af7a6cb3b70d9b1a "
"/navigation/c4953ca63950431b8a7e7b6a3702b828 "
"/navigation/10cce25b1646457c9e2554573d2a45ac "
"/navigation/20c47b00f7214da8bd2ae9b3e761f43a "
"/navigation/019537bed0a07ca8a2f65ded3e18cf9f "
"/navigation/8f98d6f0706a447bb07c142d3c924e2a "
"/navigation/62ae81678d3648d29d634c0452d8b548 "
"/navigation/fb80564b4d574b6a8d9891e9f4f79b57 "
"/navigation/0195803a9e3a7de3b6c109869122720c "
"/navigation/018e79dde26571a191f31db8b82e913c "
"/navigation/fe29bf8aa547467d8550760d8a2d8173 "
"/navigation/d3a8dccd62b04bc98ede88edc40d2646 "
"/navigation/98981617766f455bbef9b1506be4a154 "
"/navigation/5f8f83664a2a44cfb6eeb51a885f3ce2 "
"/navigation/ff216227a88d4969bff2dcde880212e3 "
"/navigation/6c40e0735424456da9f7bac33bfd72a4 "
"/navigation/220f5f8d2bcb47b99fdc509919625226 "
"/navigation/42f6b6414b4547da8cdd943f8bd815bc "
"/navigation/fb170c8f0be34bbc8995be0abbd86169 "
"/navigation/8e5118684bd543bfae0ba63aba6fed34 "
"/navigation/63703448f4074854977c398ba078e185 "
"/navigation/faec1b4146464d1d8dd4ae82d2f55006 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
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/0198cbf1e4de7f2c9be18fe56153071c' , '/navigation/0198cbf2f4b972f1a2a47e77625d4a17' , '/navigation/0198cbf322a87e3b94508a3dba94069b' , '/navigation/0198cbf33f76716eb706e27dd40a51ce' , '/navigation/0198cbf37776773f8f6ce9eb0ecde3f3' , '/navigation/0198cbf380427c58a1ef91331f0aaacd' , '/navigation/0198cbf3946978089980c6a2a28ae7f5' , '/navigation/0198cbf3ab4c734abb6ddbab1914ea1b' , '/navigation/01997c7ab76a78dfb2902fbee4350d15' , '/navigation/018b5c698aca709e974fe3f7db35cead' , '/navigation/aa5a6581d62b434d88e46fe4944a87dd' , '/navigation/8b215f6e8ab3405e919e11a3cfca9c1f' , '/navigation/7a644e4b5d724b098121fcb6d2dbab39' , '/navigation/338c9cb9d866425985f97bca5df6ba5e' , '/navigation/5675f57b00654b17b48a7e1962ad692d' , '/navigation/126bea7ed87c44c8a97b32b72a089ab6' , '/navigation/9026fd2e2d684bc6b34b028c13e2668b' , '/navigation/b4499eab3212404dabf7f79851bacfd6' , '/navigation/bd880cbba8794f43a9bf3b0698c68922' , '/navigation/caa5db34d06848bfbe813290e07e5428' , '/navigation/d495a4f947514e88930abf2af56c9890' , '/navigation/0370c9516bae46f2ade169430388be99' , '/navigation/cb0fb2bb957d4d3eae4f1151bea991c9' , '/navigation/054d637cffa4441a8271e56bbdd0852c' , '/navigation/b3edea3dac054f518ad5d07bdae5f863' , '/navigation/3b3349923ba24a8aa8ff64f8067b0023' , '/navigation/3883cc87d7c54d49b017712c5eebccbc' , '/navigation/bc565af2bacd4149a9ddd99a1b45165b' , '/navigation/918b2eeac821484781cd05f79ae1157f' , '/navigation/e222b227fa2d4382ab5b18909027f378' , '/navigation/57859127803043ad970a5b7b28b57dc7' , '/navigation/01912bf5e2687233b10a419381ff9400' , '/navigation/b424d0ac0c1a49ccba3449eb21ca2687' , '/navigation/f68dbee567a044dfbb3840e9352192bf' , '/navigation/c3b269c69c7540f18fd60b4b3bd54b50' , '/navigation/b56f9e76d8b8418fb0784c84290d2883' , '/navigation/c96ce8612cb6429fa06bae3956c8981f' , '/navigation/c2a2c6968a40430593ff3875fc557083' , '/navigation/d272ae637ed5442aa7366954b96504d2' , '/navigation/11a72465f04140bebd77727f3010827e' , '/navigation/8381e0949a4b42e5976798be46308481' , '/navigation/b5fc7ad46da94523bbb7ecea3ca095fb' , '/navigation/6885b9aa6d00438fb0abac75a6104f91' , '/navigation/707166d6b2604050998fb32062c3a43b' , '/navigation/43cdc2635c314597a75172d3fcc6e8c8' , '/navigation/8674b95ec9514f0f8e8b95ea6830516c' , '/navigation/bde835b7f31a4597910caf6a1e0df552' , '/navigation/5aa5729c95404d31837be01faa113843' , '/navigation/99130eb55c1b485d91fdeda57c8b7fae' , '/navigation/89223e349ac54e9ab970e1073c91c79e' , '/navigation/01956299032f7724bca899d6605f4860' , '/navigation/6b748b5fc5ec44419a988c628be7542b' , '/navigation/3a4903e587284a8fb136b1a53dec1421' , '/navigation/eb20a0c61df742368e90b21895718808' , '/navigation/8385629b2ba84f35aba482ecab660b31' , '/navigation/94b396a795d942d69c88d75c07c9d994' , '/navigation/92dcaf9b2ae04e7981c80ab446ea526e' , '/navigation/21cd328da17946baa39348334be4fe78' , '/navigation/6300a675c3cc4bf7b4a7a20bf1c2a914' , '/navigation/384e5ca0596a46f7b8853e54cd26b5d4' , '/navigation/863933ee73444dcca91839d4c6ff1577' , '/navigation/97b51141bcb44863920352dde7a34b52' , '/navigation/ad9bae98236549c6a95f6fbc205923e7' , '/navigation/a71d38a59d434c1ba82aa379322cd9ef' , '/navigation/f0e2a156f0e04b928c1fb63cc80ccff9' , '/navigation/e56ac2385f6841f9b251432090de8a56' , '/navigation/6d1ca8961cd84deab0f8d8361eff1b57' , '/navigation/8493b828d1404ec89b544a1aed111e60' , '/navigation/f97f016807f94461bd78e22adc686900' , '/navigation/221bea5a28ff4bfdaf0ff783e332a36a' , '/navigation/142a9205f90b4fc9949db82cfff94c18' , '/navigation/beae7d27497b465492df0df9753247b6' , '/navigation/bffc6f126527425f9c46ca9863e7e22a' , '/navigation/76157c54b44e45ceb00ea7220721353d' , '/navigation/25305d5b05434654a3e948193b7ed5f2' , '/navigation/8582bfa2bb3144afb6370eedf33eacd5' , '/navigation/9fdd09f74c6148ae98e8d6b8fa0ebde2' , '/navigation/070aec209d9f4edd816b1d3ab5ca25d8' , '/navigation/df7b4367a3f945eaa850a56e67d11036' , '/navigation/018e79ddf01b701e9982cfdf2232531a' , '/navigation/b5e635a643fe488f9ed2417cee45473a' , '/navigation/0a14b4dbc5404364a9331388933ce88e' , '/navigation/b873442a00014e4b83dd0262f45aadf1' , '/navigation/ee4dcd91575642ee9493387738aae6d1' , '/navigation/a32dc5288aba407583242f8a48046270' , '/navigation/ad7b9e4df88b4e69a143c42f5505cd2a' , '/navigation/0217e0bbd3ad4ed79e286b66d51f4970' , '/navigation/bb5cb57c1c174cb2b4cc3bae1f2efb09' , '/navigation/586a3ddade28416698b9faef63dc1338' , '/navigation/b74b8b0663ad42f09a40ea0058868209' , '/navigation/415fdf9a09614f88939a0102d22d76fe' , '/navigation/54b9b133546341879eb10933b3c74ac5' , '/navigation/c7fcc12ad29b4ce3bd50de36544d3eba' , '/navigation/a72aad1d6b4a4bb296cd16004955658e' , '/navigation/501edd94f1134945ac0122bf0057813c' , '/navigation/878cf963e9c34ff5be4ffe273608873a' , '/navigation/ca4b64702bae4f678ec2187f7cf0a448' , '/navigation/110ae801873f44bb876ce3fe05981f1c' , '/navigation/f7eab36fa4da455ea3d1332c2d95dd22' , '/navigation/1c97a015acdc4c389f0128e6c18ba981' , '/navigation/5ab85840c4234268bc1e5160ee7153e0' , '/navigation/ec99c0e9730845a78a07da88938f8e47' , '/navigation/6848c9a4288348ceb849ec8b726a1cc5' , '/navigation/019537a1d7107955ab38c98b0ad9c04a' , '/navigation/019537a5b13c7205ba31ba96b7c89d2f' , '/navigation/39473ac2d58941bbbd0ffd168be4a3bb' , '/navigation/39f37bac160d4c8f8fe538834897405f' , '/navigation/b2be01f704d644e0a536f5a9fc1e14dd' , '/navigation/f153f52b77a946bf82a440520dd1c3e5' , '/navigation/dbf72e38393f44fa858bcde9dac6a17a' , '/navigation/14539fd2f8a44fbab8c491b412215ada' , '/navigation/a51a927913394cf5bb4d737bb48a3c0c' , '/navigation/c02a3b564ccb40cc9139a11d0a411b51' , '/navigation/53c12c0c6e49474dad0df90f3587ef34' , '/navigation/441f804639304ffaaf845ef356a40a59' , '/navigation/cd8d4c7cf58c44f7b9bf982b218aca2d' , '/navigation/75e22e918d5542f5836fc1ce3307ce1d' , '/navigation/5d92fa21d9f243f382f582e4f7e03acd' , '/navigation/e4628874e0c6445faee8a1691db473aa' , '/navigation/676a316ed41546e1b76c23b83c95fed3' , '/navigation/685a9695ce7e477081260e9703450051' , '/navigation/eb6d2e6c23084759a35872223ccf9d9a' , '/navigation/a25d7bfc70c442ad93c1c0c1f5bcd553' , '/navigation/152b64d2dee54aceb74c32c36ce11b21' , '/navigation/9bdd526dde454d179b488a82ee06644a' , '/navigation/e949cae1f08d41bab7532419bb825a06' , '/navigation/b75fdb57dfd949b0809a35c07a49a06b' , '/navigation/7ccd88904abd4aee8181fe0da43d8d8a' , '/navigation/f05105dede874e3fafddd211d5419cfc' , '/navigation/cdda7db59b574cf6964fec1d37fab5de' , '/navigation/ee19da1f0f3d435fba3bc8a6558899e6' , '/navigation/a2d42bbb2f8d43289e9c8d595a2dfb86' , '/navigation/829d32b2e7fb49f78fce744fbc59d9cb' , '/navigation/7b43d5eb6d8145588926e793c6d2e35e' , '/navigation/e8527c5ef2cb4da5b3be3543d2be43f8' , '/navigation/f3f02a6a6a54462bbc95491af23dd2e6' , '/navigation/2b25eea7dfbf42f3b47fdaa78d1561c9' , '/navigation/f8bf178596ef490482f06a09d7c079bc' , '/navigation/c27a355d3a4d4773897b77e9c4bd9d5c' , '/navigation/c32a710aab5548a3909155ee224291c0' , '/navigation/5149171800dd4ff4b4af90ccc7665341' , '/navigation/4d1313c1504246d099e2e8a7711ba78a' , '/navigation/58745278918b4bd289f3a5bfbd8b3635' , '/navigation/ebc67e9e44ba428d91056d19b503e8f8' , '/navigation/fe07ca2417da458c8f2105807233e37e' , '/navigation/c940c803ad79440d8e44180b950bded0' , '/navigation/6f6ac4cb98cf469d94384cbc3abe93a6' , '/navigation/8df3c29e95c947b8af4515d03ae12fe4' , '/navigation/44906fc35f194b83b69944addfe77d9d' , '/navigation/f5748d2faf1a4e9a8a9c6303ce81181d' , '/navigation/cf5d3310bdad44068ff00968dbc46a3e' , '/navigation/34660def41584107bb4330b4444500ea' , '/navigation/5762d80d06c947ae8a84d0d989483972' , '/navigation/7db0b907071949db918e1a2139c3a7c1' , '/navigation/520720d587374c1cafd4ada7422e0528' , '/navigation/c9b0e120563e4b27b7dd2fbc28489be4' , '/navigation/cc09ce4a89be4cfd82f59a0a34f0cee4' , '/navigation/c19cca6bb2af425197afe6149dd32c97' , '/navigation/94bdce6e02a540d3ab6694f0449fcd95' , '/navigation/891b45f3d00a4073bf18a3040f86b44e' , '/navigation/a07680c3d3894885b2cf9f9484f4664a' , '/navigation/f5283984e3a2461a8369010493b69266' , '/navigation/261060987c2b427bbd42b1323790d094' , '/navigation/d121ba44d1ed4385b8a03eba8c6f394b' , '/navigation/67811704c2f64b4a95a3c95dc2c5686b' , '/navigation/e3c7d5efbc7d4da88a535e0d8d37f7e9' , '/navigation/c432c277b40d49198861003c8c7674cf' , '/navigation/179873d322b3432493c9bcb118bdc827' , '/navigation/d0829effe3de4741af7a6cb3b70d9b1a' , '/navigation/c4953ca63950431b8a7e7b6a3702b828' , '/navigation/10cce25b1646457c9e2554573d2a45ac' , '/navigation/20c47b00f7214da8bd2ae9b3e761f43a' , '/navigation/019537bed0a07ca8a2f65ded3e18cf9f' , '/navigation/8f98d6f0706a447bb07c142d3c924e2a' , '/navigation/62ae81678d3648d29d634c0452d8b548' , '/navigation/fb80564b4d574b6a8d9891e9f4f79b57' , '/navigation/0195803a9e3a7de3b6c109869122720c' , '/navigation/018e79dde26571a191f31db8b82e913c' , '/navigation/fe29bf8aa547467d8550760d8a2d8173' , '/navigation/d3a8dccd62b04bc98ede88edc40d2646' , '/navigation/98981617766f455bbef9b1506be4a154' , '/navigation/5f8f83664a2a44cfb6eeb51a885f3ce2' , '/navigation/ff216227a88d4969bff2dcde880212e3' , '/navigation/6c40e0735424456da9f7bac33bfd72a4' , '/navigation/220f5f8d2bcb47b99fdc509919625226' , '/navigation/42f6b6414b4547da8cdd943f8bd815bc' , '/navigation/fb170c8f0be34bbc8995be0abbd86169' , '/navigation/8e5118684bd543bfae0ba63aba6fed34' , '/navigation/63703448f4074854977c398ba078e185' , '/navigation/faec1b4146464d1d8dd4ae82d2f55006' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
104
0.54 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"v¡³z}¿Ae´lz²ÿ\x1A HA "
b"V¸‰y8¾D¤]#\x07 o "
b"\x01 ‘yµ\x05 =r<¼ÂÿÊ~/\x1D 7 "
b"\x01 ‘yµ\x05 “s|©ô¦iZ(ß\x19 "
b"\x01 ‘yµ\x05 ©qÖ³;·÷\x7F ñˆ "
b"\x01 ‘yµ\x07 yr޽4²!¿\x1F "
b"\x01 ‘yµ\x07 ~r'“¸+1\x13 X)ˆ "
b"\x01 ’f½•E{‘o\x0E t\x02 §n "
b"‰9db±”BÞ…;IŸ3·Œï "
b"Š=rªµ¥F ‰PQcöDù "
b"ùÚ“øJÚLÍŽý•i*aY‘ "
b"\x06 ÃæÄ\f Þ@ûˆ¡uÛ;y8 "
b"\x01 ‘yíYÝrìµ$Œ7\x01 ¤©§ "
b"\x01 ‘yíZ3s]ú®}Hî7t "
b"\x01 ‘yíZssʧB£Ê+GOª "
b"\x01 ‘yíZ¼r`º\r \x7F †¥ô\x12 "
b"\x01 ‘yíZäsÌŠËÛОi\x7F\x1A "
b"\x01 ‘yíZýs“ƒ\x16 Î]b²\x18 … "
b"\x01 ‘yí[4rû†‰¿õ,6ÒN "
b"\x01 ‘yí[Gq\f »ˆÔʾWU0 "
b"\x01 ‘yí[ep!•$RªRÂòb "
b"\x01 ‘yí[ˆs†¿\x07 Ëû\f mÄÙ "
b"\x01 ‘yí[·pc´$6Þ+²eM "
b"\x01 ‘yí[éqß·Žð¹«•F6 "
b"\x01 ‘yí\\x0F s+ƒ¦úa\e\x17 ɰ "
b"\x01 ‘yí\\x1C rá½]Ô_©\x1A éˆ "
b"\x01 ‘yí\Hp°»\x1D w*ˉ: "
b"\x01 ‘yí\as’ˆ¨ñŸ_î\Ÿ "
b"""
\x01 ‘yí\ƒq\n
r^ؤ\t w
"""
b"\x01 ‘yí\´q'™jªÈ§ö½¾ "
b"\x01 ‘yí\éq\x02 ¹Ddþ†,§‡ "
b"\x01 ‘yí]xq[•r€àÝQs1 "
b"\x01 ‘yí^\x04 q’ª¤sÏÇ)Ä_ "
b"\x01 ‘yí^˜p\x14 ²xPÑð\x16 ƒË "
b"\x01 ‘yí^¹r©\x1E eYDzoÜ "
b"\x01 ‘yí_\x01 p\x7F ¿:jܤ õ± "
b"\x01 ‘yí_Jr޳CÄÎÊUß$ "
b"\x01 ‘yí_Áqj¹â`\x08 PŠ˜ž "
b"\x01 ‘yí`\x11 qÊ‹Ë÷Ää±]\x12 "
b"\x01 ‘yí`@s¨§ÌrƒY{Åa "
b"\x01 ‘yí`†rzŽØ}†·š°( "
b"\x01 ‘yí`»qs³ÅÊ¢²\x1A\x03 â "
b"\x01 ‘yía\e q›ŒI4&9~\x07\e "
b"\x01 ‘yíaisÖ®‡ß)Êo«E "
b"\x01 ‘yíaypT‹š²\x02 ЬÎã "
b"\x01 ‘yíaÒp!¦ÓòVñþc\x01 "
b"""
\x01 ‘yíb3pr‚Îç+\n
x\x16 \
"""
b"\x01 ‘yíbsïIûý1u¸ "
b"\x01 ‘yíc\r r¿¸\v\v anVð” "
b"\x01 ‘yíc(pÈMPà\t\e ÜŽ "
b"\x01 ‘yíc7rNªñ\x00 þr:œs "
b"\x01 ‘yícyr®\x1E J þâ{~ "
b"\x01 ‘yíc¦p°°µ-ˆ¸däÛ "
b"\x01 ‘yícÜp¶ÙL¿êc\x03\x07 "
b"\x01 ‘yícÿq…šÆ\v dÚJù "
b"‰+ºƒªßNSš<j\x14 F¯gà "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x76A1B37A7DBF4165B46C7AB2FF1A4841 , 0x56B8897938BE44A48F5D23076FEE8AA4 , 0x019179B5053D723CBCC2FFCA7E2F1D37 , 0x019179B50593737CA9F4A6695A28DF19 , 0x019179B505A971D6B33BC2B7F77FF188 , 0x019179B50779728DBD34B221819DBF1F , 0x019179B5077E722793B82B3113582988 , 0x019266BD95457BAD916F0E7402A76E90 , 0x89396462B19442DE853B499F33B78CEF , 0x8A3D72AAB5A5468FA089505163F644F9 , 0xF9DA93F84ADA4CCD8EFD95692A615991 , 0x06C3E6C40CDE40FB88ADA175DB3B7938 , 0x019179ED59DD72ECB5248C3701A4A9A7 , 0x019179ED5A33735DADFAAE7D48EE3774 , 0x019179ED5A7373CAA742A3CA2B474FAA , 0x019179ED5ABC7260BA0D7F86A5F49012 , 0x019179ED5AE473CC8ACBDBD09E697F1A , 0x019179ED5AFD73938316CE5D62B21885 , 0x019179ED5B3472FB8689BFF52C36D24E , 0x019179ED5B47710CBB88D4CABE575530 , 0x019179ED5B657021952452AA52C2F262 , 0x019179ED5B887386BF07CBFB0C6DC4D9 , 0x019179ED5BB77063B42436DE2BB2654D , 0x019179ED5BE971DFB78EF0B9AB954636 , 0x019179ED5C0F732B83A6FA611B17C9B0 , 0x019179ED5C1C72E1BD5DD45FA91AE988 , 0x019179ED5C48709DB0BB1D772ACB893A , 0x019179ED5C61739288A8F19F5FEE5C9F , 0x019179ED5C83710A9F725ED88FA40977 , 0x019179ED5CB47127996AAAC8A7F6BDBE , 0x019179ED5CE97102B94464FE862CA787 , 0x019179ED5D78715B957280E0DD517331 , 0x019179ED5E047192AAA473CFC729C45F , 0x019179ED5E987014B27850D1F01683CB , 0x019179ED5EB972A9811E6559447A6FDC , 0x019179ED5F01707FBF3A6ADCA420F5B1 , 0x019179ED5F4A728EB343C4CECA55DF24 , 0x019179ED5FC1716AB9E26008508A989E , 0x019179ED601171CA8BCBF7C4E4B15D12 , 0x019179ED604073A8A7CC7283597BC561 , 0x019179ED6086727A8ED87D86B79AB028 , 0x019179ED60BB7173B3C5CAA2B21A03E2 , 0x019179ED611B719B8C493426397E071B , 0x019179ED616973D6AE87DF29CA6FAB45 , 0x019179ED617970548B9AB2028AACCEE3 , 0x019179ED61D27021A6D3F256F1FE6301 , 0x019179ED6233707282CEE72B0A78165C , 0x019179ED629F739F81EF49FBFD3175B8 , 0x019179ED630D72BFB80B0B616E56F094 , 0x019179ED632870C88F4D50E0091BDC8D , 0x019179ED6337724EAAF100FE723A9C73 , 0x019179ED63797281AE1E4A20FEE27B7E , 0x019179ED63A670B0B0B52D88B864E4DB , 0x019179ED63DC70B69DD94CBFEA630307 , 0x019179ED63FF71859AC60B2064DA4AF9 , 0x892BBA83AADF4E539A3C6A1446AF67C3 );
Copy
105
0.17 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"aRsVi3OkmBlgyEy06ZcmxHQB3jxAfuxw "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'aRsVi3OkmBlgyEy06ZcmxHQB3jxAfuxw' ;
Copy
106
0.24 ms
SELECT `dvsn_quick_cart` . `id` FROM `dvsn_quick_cart` WHERE (`dvsn_quick_cart` . `seo_url` = ? AND `dvsn_quick_cart` . `active` = ? )
Parameters :
[
"_esi/global/footer "
true
]
SELECT `dvsn_quick_cart` . `id` FROM `dvsn_quick_cart` WHERE (`dvsn_quick_cart` . `seo_url` = '_esi/global/footer' AND `dvsn_quick_cart` . `active` = 1 );
Copy
107
0.28 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"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"_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 = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR sales_channel_id IS NULL )) AND ((seo_path_info = '_esi/global/footer' OR seo_path_info = '_esi/global/footer/' ));
Copy
108
0.17 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"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"/_esi/global/footer "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (path_info = '/_esi/global/footer' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
109
1.85 ms
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `parameter_forwarding` as `dreisc_seo_redirect.parameterForwarding` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = ? AND `dreisc_seo_redirect` . `source_type` = ? AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = ? AND `dreisc_seo_redirect` . `source_path` = ? ))
Parameters :
[
true
"url "
b"£“]>÷IKt‰LÉb£cG° "
"_esi/global/footer "
]
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `parameter_forwarding` as `dreisc_seo_redirect.parameterForwarding` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = 1 AND `dreisc_seo_redirect` . `source_type` = 'url' AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = 0xA3935D3EF7494B74894CC962A36347B0 AND `dreisc_seo_redirect` . `source_path` = '_esi/global/footer' ));
Copy
110
0.34 ms
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE ((`scop_platform_redirecter_redirect` . `sourceURL` IN (? , ? , ? , ? , ? , ? , ? )) AND `scop_platform_redirecter_redirect` . `enabled` = ? AND (`scop_platform_redirecter_redirect` . `salesChannelId` = ? OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > ? )) LIMIT 1
Parameters :
[
"//_esi/global/footer "
"/_esi/global/footer "
"https://www.dev.nakatanenga.de/_esi/global/footer "
"https://www.dev.nakatanenga.de//_esi/global/footer "
"/_esi/global/footer "
"//_esi/global/footer "
"_esi/global/footer "
true
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
null
]
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE ((`scop_platform_redirecter_redirect` . `sourceURL` IN ('//_esi/global/footer' , '/_esi/global/footer' , 'https://www.dev.nakatanenga.de/_esi/global/footer' , 'https://www.dev.nakatanenga.de//_esi/global/footer' , '/_esi/global/footer' , '//_esi/global/footer' , '_esi/global/footer' )) AND `scop_platform_redirecter_redirect` . `enabled` = 1 AND (`scop_platform_redirecter_redirect` . `salesChannelId` = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > NULL )) LIMIT 1 ;
Copy
111
0.42 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"aRsVi3OkmBlgyEy06ZcmxHQB3jxAfuxw "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (token = 'aRsVi3OkmBlgyEy06ZcmxHQB3jxAfuxw' ) LIMIT 1 ;
Copy
112
0.54 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `id` = ?
Parameters :
[
b"“áLX½pAb±Èâ+ÌB!v "
b"“áLX½pAb±Èâ+ÌB!v "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x93E14C58BD704162B1C8E22BCC422176 OR `id` = 0x93E14C58BD704162B1C8E22BCC422176
;
Copy
113
2.41 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.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"“áLX½pAb±Èâ+ÌB!v "
"%|93e14c58bd704162b1c8e22bcc422176|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `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.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` = 0x93E14C58BD704162B1C8E22BCC422176 OR (`category` . `path` LIKE '%|93e14c58bd704162b1c8e22bcc422176|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )))));
Copy
114
2.12 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% "
"%|93e14c58bd704162b1c8e22bcc422176|% "
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 '%|93e14c58bd704162b1c8e22bcc422176|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
115
0.88 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"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
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` = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
116
1.01 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 \ì1aMfˆzq\x10 ·÷!Ç "
b"gs\x11\v A“DùƒL\x18 ‘ÍÍ\x12\e "
b"+°=¸É\x15 K\x1D –¯j•‚¹- "
b"¸ò!b߃Eî»?½cm} & "
b"^´\x11 ÚqOé™Ò.jÄ\x18 <\ "
b"Ó\x1E t…\x1D ôG©ŽÖFG·? \x12 "
b"ä"Äù/Dþ›ª;`:+‰\x1F "
b"""
ØoÓ\x1C a\n
C4™Io~X‚
"""
]
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 (0xC6055CEC31614D66887A7110B7F721C7 , 0x6773110B419344F9834C1891CDCD121B , 0x2BB03DB8C9154B1D96AF6A9582ADB92D , 0xB8F22162DF8345EEBB3FBD636D7D2026 , 0x5EB411DA8F714FE999D22E6AC4183C5C , 0xD31E74851DF447A98DD64647B73F2012 , 0xE422C481F92F44FE9BAA3B603A2B891F , 0xD86FD31C610A43349949816F7E5882A0 );
Copy
117
1.14 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"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
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` = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
118
1.10 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"V8\x0E ù\x08 Cù…ðɼ\x13 Å^ "
b"a¤\t Yr$@–®¶]rÂ(‘R "
b"\x0E GûžO†N׺ Sfì\f -D "
b"\x01 ‘yµ\x07\x1C pþ¯A™¡"bìv "
b"\x01 ‘yµ\x03 Ñs&Š;×å»T†# "
b"\x01 ‘yµ\x04 Kqp¡Ti<6/m9 "
b"\x01 ‘yµ\x03 ìr\x08 •NÁ\x0E Y:¸\r "
b"\x01 ‘yµ\x03 ús½½7tmó\x1A 56 "
b"\x01 ‘yµ\x07 „p0¾\x01 ïÛVå\x18 ƒ "
b"\x01 ‘yµ\x07\x03 p; pÅŠÜ«/ "
b"\x01 ‘yµ\x04 1pX½…\x18 ò¦ŽÈQ "
b"\x01 ‘yµ\x04 =sÛ”'ÛØº£Ì\x7F "
b"\x01 ‘yµ\x07\x0F q\x1E ’HÇ}\f ˆ|\x06 "
b"\x01 ‘yµ\x07 ˜pížZð4úÑ[ "
b"\x01 ‘yµ\x05 Jpù„\x1D É\x14 ¤ë|÷ "
b"\x01 ‘yµ\x07 ‘rá\x03 s`£¤’e "
b"\x01 ‘yµ\x04 fr²†\t Yíc2´ "
b"\x05 yβÿ}Gr–;ÙâpdFØ "
b"\x01 ‘yµ\x05 Vp\ŒæÙ{]\x07 MÓ "
b"\x01 ‘yµ\x04 vs(ˆ‹iïþá\x13 ~ "
b"\x01 ‘yµ\x04 ƒs{µ,ýÓí¤+^ "
b"""
\x01 ‘yµ\x04 ¡r9±á\n
æ\x01 rì¡
"""
b"\x01 ‘yµ\x04 r9±ÜñÔ“ãE "
b"\x01 ‘\x11 rXpþ«ÁÛ¸ïé#Z "
b"^Þ/¨GLÁÿæf\x1E ^¿Þ "
b"\x01 ‘\x15 \zy\x00 ›\ŒuÏf-ñ "
b"×Ó±â¾xMš„(NÔ¹Òx² "
b"\x01 ‘\x17 ÎÐ{¥ºÑ\x01 ¤ù…k& "
b"\x14 È´’WåK\f ‰0“G@þ5\x1C "
b"\x01 ‘yµ\x04 Ès'ƒ‘+þ!Á 5 "
b"\x01 ‘yµ\x04 ÔqžŽÝ"ÿÝ«ð\x08 "
b"\x01 ‘yµ\x04 âq«¸Ï"\x08\x18 à\x07\x15 "
b"\x01 ‘yµ\x05\x13 s\x18 Ž\x00 X<mL°\x06 "
b"\x01 ‘yµ\x05 )q°¼s\x06 •žFÝæ "
b"\x01 ‘yµ\x05 ®rr…\x03\x13 ~’fèy "
b"rTí,õ´Eè²Ë蹪zà\x1F "
b"\x01 Œ†ö=wk¡M‚vÍ¿&‰ "
b"\x01 ‘yµ\x05 cs’Šæüèiˆ$¿ "
b"\x01 Œ†x9ÎvK±æž\x17 å;Y\r "
b"\x01 Ž\r µm\x1C {¹”2ù[÷Þ^ "
b"\x01 Œ†‡«MsÆÀÐ\x04 sny¹ "
b"\x01 ’Âg\Ór§±‡\v ºsÓø[ "
]
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 (0x56380EF9089D43F985F0C9BC9013C55E , 0x61A4095972244096AEB65D72C2289152 , 0x0E47FB9E4F864ED7BA205366EC0C2D44 , 0x019179B5071C70FEAF4199A12262EC76 , 0x019179B503D173268A3BD7E5BB548623 , 0x019179B5044B7170A154693C362F6D39 , 0x019179B503EC7208954EC10E593AB80D , 0x019179B503FA73BDBD37746DF31A3536 , 0x019179B507847030BE01EFDB56E51883 , 0x019179B50703703BA070C58ADC81AB2F , 0x019179B504317058BD8518F2A68DC851 , 0x019179B5043D73DB9427DBD8BAA3CC7F , 0x019179B5070F711E9248C77D0C887C06 , 0x019179B5079870ED9E5AF0349DFAD15B , 0x019179B5054A70F9841DC914A4EB7CF7 , 0x019179B5079172E19D037360A3A49265 , 0x019179B5046672B2860959ED6332B49D , 0x0579CEB2FF7D4772963BD9E2706446D8 , 0x019179B50556705C8CE6D97B5D074DD3 , 0x019179B504767328888B69EFFEE1137E , 0x019179B50483737BB52CFDD3EDA42B5E , 0x019179B504A17239B1E10AE60172ECA1 , 0x019179B504AD7239B1DCF1D49D93E345 , 0x01918F11725870FEABC1DBB8EFE9235A , 0x5EDE2F9DA8474CC18EFFE6661E5EBFDE , 0x01918F155C7A79009B5C8C75CF662DF1 , 0xD7D3B1E2BE784D9A84284ED4B9D278B2 , 0x01918F17CED07BA5BAD101A4F9856B26 , 0x14C8B49257E54B0C8930934740FE351C , 0x019179B504C8732783912BFE21C12035 , 0x019179B504D4719E8DDD22FFDDABF008 , 0x019179B504E271ABB8CF220818E00715 , 0x019179B5051373188E00583C6D4CB006 , 0x019179B5052971B0BC7306959E46DDE6 , 0x019179B505AE72728503137E9266E879 , 0x7254ED2CF5B445E8B2CBE8B9AA7AE01F , 0x018C8681F63D776BA14D8276CDBF2689 , 0x019179B5056373928AE6FCE8698824BF , 0x018C867839CE764BB1E69E17E53B590D , 0x018D0DB56D1C7BB98F9432F95BF7DE5E , 0x018C8687AB4D73C681C0D004736E79B9 , 0x0192C2675CD372A7B1870BBA73D3F85B );
Copy
119
0.40 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
120
0.42 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
121
0.30 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"\x01 ’qKt\x10 s®†˜ã‘tìúc "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0x0192714B741073AE8698E39174ECFA63 );
Copy
122
0.86 ms
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > ? )
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > NULL );
Copy
123
1.07 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/02c869b422b14efc84456beaa83eded5 "
"/navigation/b75cbafd11dd47efadd47d67507af729 "
"/navigation/aa88cb36b1db4262a4da50f85f9bba6b "
"/navigation/c1e71eb3c989491fa6084c8da5d42afe "
"/navigation/8a85accfffa74134a232deb410f1dcb9 "
"/navigation/e181786897d94da2afd3cc61ff8c4579 "
"/navigation/148e8a36e80d4b43bf7c795939ff6545 "
"/navigation/5660ed9ae5a0466eb2f727889b3d3f48 "
"/navigation/0194277fa4127cc793fa92de20e19443 "
"/navigation/2d596ffa962c4476a18e7f1d6baa4ff0 "
"/navigation/247913ac4def48109c4ac2486c059512 "
"/navigation/179d5c86a66f4ab283e1c3c4de260ef3 "
"/navigation/3a69b3d5fa0541bd83d35b06d5aa26dd "
"/navigation/018f067805eb71629ba30eb0b6dd0de4 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
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/02c869b422b14efc84456beaa83eded5' , '/navigation/b75cbafd11dd47efadd47d67507af729' , '/navigation/aa88cb36b1db4262a4da50f85f9bba6b' , '/navigation/c1e71eb3c989491fa6084c8da5d42afe' , '/navigation/8a85accfffa74134a232deb410f1dcb9' , '/navigation/e181786897d94da2afd3cc61ff8c4579' , '/navigation/148e8a36e80d4b43bf7c795939ff6545' , '/navigation/5660ed9ae5a0466eb2f727889b3d3f48' , '/navigation/0194277fa4127cc793fa92de20e19443' , '/navigation/2d596ffa962c4476a18e7f1d6baa4ff0' , '/navigation/247913ac4def48109c4ac2486c059512' , '/navigation/179d5c86a66f4ab283e1c3c4de260ef3' , '/navigation/3a69b3d5fa0541bd83d35b06d5aa26dd' , '/navigation/018f067805eb71629ba30eb0b6dd0de4' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
124
0.82 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"v¡³z}¿Ae´lz²ÿ\x1A HA "
b"V¸‰y8¾D¤]#\x07 o "
b"\x01 ‘yµ\x05 =r<¼ÂÿÊ~/\x1D 7 "
b"\x01 ‘yµ\x05 “s|©ô¦iZ(ß\x19 "
b"\x01 ‘yµ\x05 ©qÖ³;·÷\x7F ñˆ "
b"\x01 ‘yµ\x07 yr޽4²!¿\x1F "
b"\x01 ‘yµ\x07 ~r'“¸+1\x13 X)ˆ "
b"\x01 ’f½•E{‘o\x0E t\x02 §n "
b"‰9db±”BÞ…;IŸ3·Œï "
b"Š=rªµ¥F ‰PQcöDù "
b"ùÚ“øJÚLÍŽý•i*aY‘ "
b"\x06 ÃæÄ\f Þ@ûˆ¡uÛ;y8 "
b"\x01 ‘yíYÝrìµ$Œ7\x01 ¤©§ "
b"\x01 ‘yíZ3s]ú®}Hî7t "
b"\x01 ‘yíZssʧB£Ê+GOª "
b"\x01 ‘yíZ¼r`º\r \x7F †¥ô\x12 "
b"\x01 ‘yíZäsÌŠËÛОi\x7F\x1A "
b"\x01 ‘yíZýs“ƒ\x16 Î]b²\x18 … "
b"\x01 ‘yí[4rû†‰¿õ,6ÒN "
b"\x01 ‘yí[Gq\f »ˆÔʾWU0 "
b"\x01 ‘yí[ep!•$RªRÂòb "
b"\x01 ‘yí[ˆs†¿\x07 Ëû\f mÄÙ "
b"\x01 ‘yí[·pc´$6Þ+²eM "
b"\x01 ‘yí[éqß·Žð¹«•F6 "
b"\x01 ‘yí\\x0F s+ƒ¦úa\e\x17 ɰ "
b"\x01 ‘yí\\x1C rá½]Ô_©\x1A éˆ "
b"\x01 ‘yí\Hp°»\x1D w*ˉ: "
b"\x01 ‘yí\as’ˆ¨ñŸ_î\Ÿ "
b"""
\x01 ‘yí\ƒq\n
r^ؤ\t w
"""
b"\x01 ‘yí\´q'™jªÈ§ö½¾ "
b"\x01 ‘yí\éq\x02 ¹Ddþ†,§‡ "
b"\x01 ‘yí]xq[•r€àÝQs1 "
b"\x01 ‘yí^\x04 q’ª¤sÏÇ)Ä_ "
b"\x01 ‘yí^˜p\x14 ²xPÑð\x16 ƒË "
b"\x01 ‘yí^¹r©\x1E eYDzoÜ "
b"\x01 ‘yí_\x01 p\x7F ¿:jܤ õ± "
b"\x01 ‘yí_Jr޳CÄÎÊUß$ "
b"\x01 ‘yí_Áqj¹â`\x08 PŠ˜ž "
b"\x01 ‘yí`\x11 qÊ‹Ë÷Ää±]\x12 "
b"\x01 ‘yí`@s¨§ÌrƒY{Åa "
b"\x01 ‘yí`†rzŽØ}†·š°( "
b"\x01 ‘yí`»qs³ÅÊ¢²\x1A\x03 â "
b"\x01 ‘yía\e q›ŒI4&9~\x07\e "
b"\x01 ‘yíaisÖ®‡ß)Êo«E "
b"\x01 ‘yíaypT‹š²\x02 ЬÎã "
b"\x01 ‘yíaÒp!¦ÓòVñþc\x01 "
b"""
\x01 ‘yíb3pr‚Îç+\n
x\x16 \
"""
b"\x01 ‘yíbsïIûý1u¸ "
b"\x01 ‘yíc\r r¿¸\v\v anVð” "
b"\x01 ‘yíc(pÈMPà\t\e ÜŽ "
b"\x01 ‘yíc7rNªñ\x00 þr:œs "
b"\x01 ‘yícyr®\x1E J þâ{~ "
b"\x01 ‘yíc¦p°°µ-ˆ¸däÛ "
b"\x01 ‘yícÜp¶ÙL¿êc\x03\x07 "
b"\x01 ‘yícÿq…šÆ\v dÚJù "
b"‰+ºƒªßNSš<j\x14 F¯gà "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x76A1B37A7DBF4165B46C7AB2FF1A4841 , 0x56B8897938BE44A48F5D23076FEE8AA4 , 0x019179B5053D723CBCC2FFCA7E2F1D37 , 0x019179B50593737CA9F4A6695A28DF19 , 0x019179B505A971D6B33BC2B7F77FF188 , 0x019179B50779728DBD34B221819DBF1F , 0x019179B5077E722793B82B3113582988 , 0x019266BD95457BAD916F0E7402A76E90 , 0x89396462B19442DE853B499F33B78CEF , 0x8A3D72AAB5A5468FA089505163F644F9 , 0xF9DA93F84ADA4CCD8EFD95692A615991 , 0x06C3E6C40CDE40FB88ADA175DB3B7938 , 0x019179ED59DD72ECB5248C3701A4A9A7 , 0x019179ED5A33735DADFAAE7D48EE3774 , 0x019179ED5A7373CAA742A3CA2B474FAA , 0x019179ED5ABC7260BA0D7F86A5F49012 , 0x019179ED5AE473CC8ACBDBD09E697F1A , 0x019179ED5AFD73938316CE5D62B21885 , 0x019179ED5B3472FB8689BFF52C36D24E , 0x019179ED5B47710CBB88D4CABE575530 , 0x019179ED5B657021952452AA52C2F262 , 0x019179ED5B887386BF07CBFB0C6DC4D9 , 0x019179ED5BB77063B42436DE2BB2654D , 0x019179ED5BE971DFB78EF0B9AB954636 , 0x019179ED5C0F732B83A6FA611B17C9B0 , 0x019179ED5C1C72E1BD5DD45FA91AE988 , 0x019179ED5C48709DB0BB1D772ACB893A , 0x019179ED5C61739288A8F19F5FEE5C9F , 0x019179ED5C83710A9F725ED88FA40977 , 0x019179ED5CB47127996AAAC8A7F6BDBE , 0x019179ED5CE97102B94464FE862CA787 , 0x019179ED5D78715B957280E0DD517331 , 0x019179ED5E047192AAA473CFC729C45F , 0x019179ED5E987014B27850D1F01683CB , 0x019179ED5EB972A9811E6559447A6FDC , 0x019179ED5F01707FBF3A6ADCA420F5B1 , 0x019179ED5F4A728EB343C4CECA55DF24 , 0x019179ED5FC1716AB9E26008508A989E , 0x019179ED601171CA8BCBF7C4E4B15D12 , 0x019179ED604073A8A7CC7283597BC561 , 0x019179ED6086727A8ED87D86B79AB028 , 0x019179ED60BB7173B3C5CAA2B21A03E2 , 0x019179ED611B719B8C493426397E071B , 0x019179ED616973D6AE87DF29CA6FAB45 , 0x019179ED617970548B9AB2028AACCEE3 , 0x019179ED61D27021A6D3F256F1FE6301 , 0x019179ED6233707282CEE72B0A78165C , 0x019179ED629F739F81EF49FBFD3175B8 , 0x019179ED630D72BFB80B0B616E56F094 , 0x019179ED632870C88F4D50E0091BDC8D , 0x019179ED6337724EAAF100FE723A9C73 , 0x019179ED63797281AE1E4A20FEE27B7E , 0x019179ED63A670B0B0B52D88B864E4DB , 0x019179ED63DC70B69DD94CBFEA630307 , 0x019179ED63FF71859AC60B2064DA4AF9 , 0x892BBA83AADF4E539A3C6A1446AF67C3 );
Copy
125
0.25 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"aRsVi3OkmBlgyEy06ZcmxHQB3jxAfuxw "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'aRsVi3OkmBlgyEy06ZcmxHQB3jxAfuxw' ;
Copy
126
0.69 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.emailAgent "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.emailAgent' );
Copy
127
0.77 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.encryption "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.encryption' );
Copy
128
0.57 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.host "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.host' );
Copy
129
0.51 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.username "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.username' );
Copy
130
0.50 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.password "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.password' );
Copy
131
0.51 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.port "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.port' );
Copy
132
0.45 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.encryption "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.encryption' );
Copy
133
0.45 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.emailAgent "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.emailAgent' );
Copy
134
0.17 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.encryption "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.encryption' );
Copy
135
0.16 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.host "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.host' );
Copy
136
0.15 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.username "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.username' );
Copy
137
0.14 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.password "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.password' );
Copy
138
0.15 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.port "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.port' );
Copy
139
0.14 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.encryption "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.encryption' );
Copy