1
0.22 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.38 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
3
0.42 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.77 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.54 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.11 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.89 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.25 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
2.05 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=1&properties=018b2a0ea819738bad8e5a7a559ab3ee&search=dachzelt "
]
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=1&properties=018b2a0ea819738bad8e5a7a559ab3ee&search=dachzelt' ));
Copy
10
1.70 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.49 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.27 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=1&properties=018b2a0ea819738bad8e5a7a559ab3ee&search=dachzelt "
"/search?p=1&properties=018b2a0ea819738bad8e5a7a559ab3ee&search=dachzelt "
"https://www.dev.nakatanenga.de/search?p=1&properties=018b2a0ea819738bad8e5a7a559ab3ee&search=dachzelt "
"https://www.dev.nakatanenga.de//search?p=1&properties=018b2a0ea819738bad8e5a7a559ab3ee&search=dachzelt "
"/search?p=1&properties=018b2a0ea819738bad8e5a7a559ab3ee&search=dachzelt "
"//search?p=1&properties=018b2a0ea819738bad8e5a7a559ab3ee&search=dachzelt "
"search?p=1&properties=018b2a0ea819738bad8e5a7a559ab3ee&search=dachzelt "
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=1&properties=018b2a0ea819738bad8e5a7a559ab3ee&search=dachzelt' , '/search?p=1&properties=018b2a0ea819738bad8e5a7a559ab3ee&search=dachzelt' , 'https://www.dev.nakatanenga.de/search?p=1&properties=018b2a0ea819738bad8e5a7a559ab3ee&search=dachzelt' , 'https://www.dev.nakatanenga.de//search?p=1&properties=018b2a0ea819738bad8e5a7a559ab3ee&search=dachzelt' , '/search?p=1&properties=018b2a0ea819738bad8e5a7a559ab3ee&search=dachzelt' , '//search?p=1&properties=018b2a0ea819738bad8e5a7a559ab3ee&search=dachzelt' , 'search?p=1&properties=018b2a0ea819738bad8e5a7a559ab3ee&search=dachzelt' )) 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.41 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.19 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"QIA0Z6a1yukiNxn2iuAHueAz7T88PYen "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (token = 'QIA0Z6a1yukiNxn2iuAHueAz7T88PYen' ) LIMIT 1 ;
Copy
15
0.18 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.34 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.22 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.11 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.20 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.15 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.16 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.10 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
23
0.14 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.06 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.19 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.33 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.22 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.08 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.13 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"QIA0Z6a1yukiNxn2iuAHueAz7T88PYen "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'QIA0Z6a1yukiNxn2iuAHueAz7T88PYen' ;
Copy
30
0.25 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.59 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.15 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.30 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.09 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.25 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.07 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.31 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.13 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.26 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.33 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.33 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.36 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.13 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
44
0.05 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT iso FROM snippet_set WHERE id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
45
0.09 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.06 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.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
48
0.09 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.28 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.17 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT iso FROM snippet_set WHERE id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
51
0.20 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.04 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT iso FROM snippet_set WHERE id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
53
0.23 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.03 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT iso FROM snippet_set WHERE id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
55
0.23 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.19 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.07 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.12 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.06 ms
SELECT LOWER (HEX (property_group_id )) as property_group_id , LOWER (HEX (id )) as id
FROM property_group_option
WHERE id IN (? )
Parameters :
[
b"\x01 ‹*\x0E ¨\x19 s‹ŽZzUš³î "
]
SELECT LOWER (HEX (property_group_id )) as property_group_id , LOWER (HEX (id )) as id
FROM property_group_option
WHERE id IN (0x018B2A0EA819738BAD8E5A7A559AB3EE );
Copy
60
1.45 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 "
"dachzelt "
"dachzelt "
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 ('dachzelt' , 'dachzelt' ))) AND (`product` . `child_count` < = > NULL OR `product` . `child_count` = 0 ))) GROUP BY `product` . `id` LIMIT 2 ;
Copy
61
0.98 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
62
0.05 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
63
0.71 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 ‘+ö‹\x11 rá…¶î¡SO°ä "
b"""
h\n
(ÁJ]K`®\x7F 2ÈHOÓg
"""
b"\x01 ‘+ö\x11\x19 qIb éç†$U "
b"\x01 ‘+ög“q“·\x0E “øZùÄ "
b"\x01 ‘+ö\x1D …qÉOwv0zæÊ "
b"\x01 ‘+ö§Îpò—\x0F NÀ`Gd; "
b"\x01 ‘+öNirÒ¤v™M³n>2 "
b"\x01 ‘+öBJqø¿°Ð§9U˜… "
b"\x01 ‘+öÈYq/‹r\e À/ÞS "
b"\x01 ‘+ö‹õs3±AÌœ©ÿRæ "
b"\x01 ‘+öè\x00 rš¨¾¾.à\x16 ¼U "
b"\x01 ‘+öMfp†¹“ÖÈÐ\Ƽ "
b"\x01 ‘+öAžp÷ƒlâáã‰j "
b"\x01 ‘+öéàq¯\x08\x0F\x03\x1A Áýn "
b"\x01 ‘+öAôq8ˆ¡)ììó}¥ "
b"\x01 ‘+ö$Tr\x19 ®ýa’Œ\x1E `S "
b"\x01 ‘+öM p¾†9œu‡Tìü "
b"\x01 ‘+öÊ/pé§1Õ÷ MÉ "
b"\x01 ‘+ö\x17 $qg²û}׫\x03 çÎ "
b"\x01 ‘+öAÓq’£+.Š.É#‘ "
b"\x01 ‘+öY+pІ©b\x11 P"w\e "
b"\x01 ‘+öYÙq\x1F \x10 I1\t ¼=û "
b"\x01 ‘+öh\x14 s¿ƒ9Pp²\x06 a\x04 "
b"\x01 ‘+övXpI’B1HîH‚} "
b"\x01 ‘+öŒxsæŽ\x05 "Â;’Ú¾ "
b"\x01 ‘+ö¤tq‰ÀOU\x1A þÄÖ "
b"\x01 —›Óqý{§•éÉ n‡" "
b"\x01 ‘+ö\x11 5sX£?Û¬Ù‘9 "
b"\x01 ‘+ö\x1D ´p¢¬eA\x0F\x01\x07 ÂN "
b"\x01 ‘+öhRs7³3EǤƒ\x01 ‡ "
b"\x01 ‘+öxªq\x7F °«¸Jõ¡hù "
b"\x01 ‘+öyµr\x00 X³c€ÊøL "
b"\x01 ‘+öŒ2qœŒ@…hŇ9æ "
b"\x01 ‘+ö¤æqm£!m\x12 )7‚ž "
b"\x01 ‘+ö¨-q\x12 ´A¶\x06 A¸œ` "
b"\x01 ‘+ö©¤s¾«¤©\x16 \r ‘J\x16 "
b"\x01 ‘+öÆ\x17 s\e ¸j\e ˜»Á¸e "
b"\x01 ”‚ÍVj{jjf\v ‘\x19 n· "
]
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 , 0x01912BF68B1172E185B6EEA1534FB0E4 , 0x680A28C14A5D4B60AE7F32C8484FD367 , 0x01912BF611197149AD6220E9E7862455 , 0x01912BF6679371938FB70E93F85AF9C4 , 0x01912BF61D8571C9AD4F7776307AE6CA , 0x01912BF6A7CE70F2970F4EC06047643B , 0x01912BF64E6972D2A476994DB36E3E32 , 0x01912BF6424A71F8BFB0D0A739559885 , 0x01912BF6C859712F8B90721BC02FDE53 , 0x01912BF68BF57333B141CC9CA9FF52E6 , 0x01912BF6E800729AA8BEBE2EE016BC55 , 0x01912BF64D667086B993D6C8D05CC6BC , 0x01912BF6419E70F7838F6CE2E1E3896A , 0x01912BF6E9E071AF90080F031AC1FD6E , 0x01912BF641F4713888A129ECECF37DA5 , 0x01912BF624547219AEFD61928C1E6053 , 0x01912BF64DA070BE86399C758754ECFC , 0x01912BF6CA2F70E9A731D5ADF7A04DC9 , 0x01912BF617247167B2FB7DD7AB03E7CE , 0x01912BF641D37192A32B2E8A2EC92391 , 0x01912BF6592B708A86A962115022771B , 0x01912BF659D9711F9010493109BC3DFB , 0x01912BF6681473BF83395070B2066104 , 0x01912BF67658704992423148EE48827D , 0x01912BF68C7873E68D0522C23B92DABE , 0x01912BF6A474719D89C04F551AFEC4D6 , 0x01979BD371FD7BA79D95E9C9A06E8722 , 0x01912BF611357358A33FDBACD9819139 , 0x01912BF61DB470A2AC65410F0107C24E , 0x01912BF668527337B33345C7A4830187 , 0x01912BF678AA717FB0ABB84AF5A168F9 , 0x01912BF679B572009D58B36380CAF84C , 0x01912BF68C32719C8C408568C58739E6 , 0x01912BF6A4E6716DA3216D122937829E , 0x01912BF6A82D7112B441B60641B89C60 , 0x01912BF6A9A473BEABA4A9160D914A16 , 0x01912BF6C617731BB86A1B98BBC1B865 , 0x019482CD566A7B6A906A660B91196EB7 ));
Copy
64
0.52 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"W~r„\x01 I& ¿lÞ›„y "
b"\x19 í¢Ð¹\x06 F̬Áw\x12 Æ\x16 n\x16 "
b"Fñ ¤xÇFÛ…\x07 ÑŠå$Åá "
b"\x15 3¯ô£ŸC–©7ÊÇírqï "
b"c5\x19 ÷šýC—‹±£u±€Ÿ« "
b"\v <<\x18 9Cð†‹Ìp@\x12 (‡ "
b"¼‹°d\x11 ŽE—µth3\f Þ/’ "
]
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 (0x8E577E7284014926A0BF6CDE9B84799D , 0x19EDA2D0B90646CCACC17712C6166E16 , 0x46F1A0A478C746DB8507D18AE524C5E1 , 0x1533AFF4A39F4396A937CAC7ED7271EF , 0x633519F79AFD43978BB1A375B1809FAB , 0x9D0B3C3C183943F0868BCC7040122887 , 0xBC8BB064118D4597B57468330CDE2F92 )) GROUP BY `product` . `id` ;
Copy
65
1.55 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"W~r„\x01 I& ¿lÞ›„y "
b"\x19 í¢Ð¹\x06 F̬Áw\x12 Æ\x16 n\x16 "
b"Fñ ¤xÇFÛ…\x07 ÑŠå$Åá "
b"\x15 3¯ô£ŸC–©7ÊÇírqï "
b"c5\x19 ÷šýC—‹±£u±€Ÿ« "
b"\v <<\x18 9Cð†‹Ìp@\x12 (‡ "
b"¼‹°d\x11 ŽE—µth3\f Þ/’ "
]
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 (0x8E577E7284014926A0BF6CDE9B84799D , 0x19EDA2D0B90646CCACC17712C6166E16 , 0x46F1A0A478C746DB8507D18AE524C5E1 , 0x1533AFF4A39F4396A937CAC7ED7271EF , 0x633519F79AFD43978BB1A375B1809FAB , 0x9D0B3C3C183943F0868BCC7040122887 , 0xBC8BB064118D4597B57468330CDE2F92 ));
Copy
66
0.47 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"""
y\x19 :C<B¾è4p\n
ͼÈ
"""
b"<ö*±°ÆK~‹¦Ç©^aÇA "
b"ÚXGËê¶C\x05 ½R\x13\x7F "ý;\x0F "
b"""
æ\x1C É\x19 ¡×@ûš\x06 \n
iUÆ¢~
"""
b"Bÿ2¥AÔMñ—ÒALWs»© "
b"Mþ#\x01\x18 ^K=¤È,¤•ÑzÔ "
b",cîñ]“D‚\x15 Æ\x15\x04 w§¯ "
b"<ö*±°ÆK~‹¦Ç©^aÇA "
b"a˜Wåû¿@éŽ\x0E î\x05 »µ±Ž "
]
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 (? , ? , ? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.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 (0x79193A9D433C42BE8FE834700ACDBCC8 , 0x3CF62AB1B0C64B7E8BA6C7A95E61C741 , 0xDA5847CBEAB64305BD52137F22FD3B0F , 0xE61CC919A1D740FB9A060A6955C6A27E , 0x42FF32A541D44DF197D2414C5773BBA9 , 0x4DFE2301185E4B3DA4C82CA495D17AD4 , 0x2C63EEF15D9344AD8215C6150477A7AF , 0x3CF62AB1B0C64B7E8BA6C7A95E61C741 , 0x619857E5FBBF40E98E0EEE05BBB5B18E );
Copy
67
0.31 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"\x15 3¯ô£ŸC–©7ÊÇírqï "
b"\x19 í¢Ð¹\x06 F̬Áw\x12 Æ\x16 n\x16 "
b"Fñ ¤xÇFÛ…\x07 ÑŠå$Åá "
b"c5\x19 ÷šýC—‹±£u±€Ÿ« "
b"W~r„\x01 I& ¿lÞ›„y "
b"\v <<\x18 9Cð†‹Ìp@\x12 (‡ "
b"¼‹°d\x11 ŽE—µth3\f Þ/’ "
b"wN« hþEþ²”,XžÑÖ„ "
b"á\x00 ¡#ÙâN)¦Ó{7\n ŒGÆ "
b"\x05 €ÿN‚ÜDD»&æø~Êí\x17 "
b"¬\e Œ&õSH–¡ÈRè\x00 ±\x14\x12 "
b"\x17\x07 í\x17 ‘\e F¸‡æ\x1D\x03 ÷¼\x7F\x05 "
]
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 (0x1533AFF4A39F4396A937CAC7ED7271EF , 0x19EDA2D0B90646CCACC17712C6166E16 , 0x46F1A0A478C746DB8507D18AE524C5E1 , 0x633519F79AFD43978BB1A375B1809FAB , 0x8E577E7284014926A0BF6CDE9B84799D , 0x9D0B3C3C183943F0868BCC7040122887 , 0xBC8BB064118D4597B57468330CDE2F92 , 0x774EABA068FE45FEB2942C589ED1D684 , 0xE100A123D9E24E29A6D37B370A8C47C6 , 0x0580FF4E82DC4444BB26E6F87ECAED17 , 0xAC1B8C26F5534896A1C852E800B11412 , 0x1707ED17911B46B887E61D03F7BC7F05 ))));
Copy
68
0.41 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
69
0.21 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
70
0.12 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
71
0.06 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
72
0.06 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
73
1.84 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",cîñ]“D‚\x15 Æ\x15\x04 w§¯ "
b"ö\x7F ×ýÎwL€Ÿ>V•\x1D ¯€º "
b"\x01 ŽyßH_seŠE¸šÝ[ï¢ "
b"þ\x02 f¯z»CMºkÜR¢\x1A "
b"""
Ü\n
w\r kµGW£\x19 Z%zÉ\x15 Ñ
"""
b"ªØ/Á¶O9¿Z_\t ‹\x0F dà "
b"\x01 ŽyßèÛsX˜»#bÑòû "
b"\x01 yßèãq.ºÛîfñäë "
b"\x01 Žyßèér\v ŒÑ3²wÉ»\x00 "
b"\x0F ‹\x02\x00 ŸûDh–}¨?w\x05 ê¢ "
b"""
æ\x1C É\x19 ¡×@ûš\x06 \n
iUÆ¢~
"""
b"æ\x1C Ѽ¸yK½“ù¿ÓÄûç# "
b"$He·vÚE'‡\x16 <nX\/\x1C "
b"<ö*±°ÆK~‹¦Ç©^aÇA "
b"i¼XˆgQGD¨Ö`ž\t\x17 h} "
b"Ñ-êWˤCߦÂ4#™Æ"ã "
b"ïH|ý\x04 JÍ\x19 '\x15\x18 m]Œ "
b"¸Õã.»ÐLå—TÑ4/^ÜX "
b"Æwò®X(Et¬8õ2™¥ŸÐ "
b"Üv_@#OE\x10 ¥N\v )Ìq…\x19 "
b"ÿƒ3\x00\x1E D.šÎZ\x11 ŽÐÙ¬ "
b"\x15 ž®šöOM¬©\x1F …À-Š ‘ "
b"Ísð‡¹ìF$ªÏ»\x0E “ÂðÁ "
b"ébÐåâšF\x18 £.šý¶Õu‡ "
b"\x01 ŽyßH`sC¨¿"¶œ±%O "
b"£—ŸÜ\x15 àL“‘ÿ\x04\x17 Œ\v ª "
b"½\x02 (q!¿C†Ç9•\x1C\x12 ˜ "
b"\x00\x17\x03 ÂV\Ovã.Ò¹G\x1D\x06 "
b"\x01 ŽyßHaqÚ¦<½öÉ\x17\x1F "
b"\x01 ŽyßHkrF¼z5\f l]½ "
b"\x01 yßèöq¶Ç\x15 t3 ¦F "
b"\x01 Žyßé\x13 rì°rr\x02 +÷D\r "
b"\x01 ŽyßéFsD¢\x1F ãaI‚\x1D Ï "
b"\x01 yßécsC€\x10 {\x17\x02 ¥\x10 "
b"""
\n
ÿÌ2ÿmMæ£Z\n
0«\x1E
"""
b"\x0F è›\x02\x00 Dð£l™#‘‚· "
b"""
U¢_µê\n
O-µªÁÜ\x06 @\x10 ´
"""
b"ÊŠü¿¬\f O˜„¨émš<ýd "
b"Þ\x03 ýž8ŸHé¹\x17 Ä¥oOh¤ "
b"à\x1D ]Â@è£\x16 ‹ªýôS "
b"á\x11 §õÝ @&®ÛüØVÁƒ" "
b"öo¶”rÀBζû~L?µÿ: "
b"\x01 ŽyßG#pí¥( çú\t |a "
b"\n «áñ†ÈDàˆEæ\x06\x00 \x1E "
b"\x18\x1C ÎN©ˆB°™øü\x05 í™AN "
b"\x19\x00 PÉŠÐA⼎D*X(èI "
b"%¾ñž‘\x1A L‹ª½Á³FÏi& "
b".\c,&+H„¬YU°\x1E ñ£û "
b"/\x16 ÅdŠT@\x0E ´S?\f ,_IŽ "
b"200Èê¤K÷½0R’°pyÀ "
b"""
F4JŒ\n
ìHÚŽX\v\x14 †,1©
"""
b"W\t ¹YÀF•\x05 IóxüêT "
b"a˜Wåû¿@éŽ\x0E î\x05 »µ±Ž "
b"c\x0E\x1D TÊ\x1C GÖ ýÎâ\x0F ò±| "
b"c®ûHéîE¤¬Òq½É\x0F I¯ "
b"nΤ\t MOê¼Í\x11 îáN(õ "
b"qãW ï\x06 Lòª’¤ñ\x01 ’\x07 ¶ "
b"\x7F\x16 -øæ»M+¥.ÏD±t¶ "
b"‚ŒË¼QN\x06 ‘þ`ÞÑÌ¨É "
b"•“Ó|UOƒ¼3Ï=Û%f\x17 "
b"–åêhW˜@붸G£ØâÏâ "
b"ŸîiÚ›Ú@„¾¾\x19\x11 ž†^R "
b"¡§\t l\f hL;Ÿ¾Õ^ß6Åî "
b"±bRÍ…àI\x12 š]=èD\t #Ô "
b"º\x1F ÆÉ\x1A F¤…ñ;׺\x00 é@ "
b"¼øí¤^/Gò°€Ã,F¢\x1E\x05 "
b"çË&«\x04 E³ˆ"¥÷/º\x18 æ "
b"Ò«\x1C [‚ÉCΈxÿZè\x14 Z "
b"ÖÀ=UáäK—šù‡œ÷o1B "
b"ÚXGËê¶C\x05 ½R\x13\x7F "ý;\x0F "
b"ÚŽ—i¡ÓNÓ™\x10 ¦àrqÖÑ "
b"Þ¦«ŽÀ2CV½qg0á\x05\x1C Û "
b"ß§Xí\x1A .KQ¯\x18 4.k '' "
b"ã¥Ð|4L"±\x7F ¥mU\x7F\x01 6 "
b"÷m\x1E W¥\x15 JŸ¢Vp\x08 Öò\x07 " "
b"\x1D ¦¹»\x08 ÓKü„ã\x19 v{—\x05 … "
b"\x1F Ûú:ó1Lp¬Öº•PÅìg "
b"%ÝMiŒcN\x15 Ž,K^H*âN "
b")¦£‡¦Q@t€\x17 O6Ìü\x17 @ "
b"*h¯EýO;ˆ\v Í¥âù9Ê "
b"-üúH]NHË«×ÿƒu3p— "
b"5¬\a\v üF䇡òÔ‡Éw¦ "
b";<g÷\x13 ¤C Š\x0E »ÌfŠñ "
b"GÉ\x03 Æ\x11 JÞµ\x02 ëˆ`2\x16 "
b"aaì\e hN|¥;&áݓȣ "
b"b…\x18 Ö2QOÄ®—‡¬\x02 }@« "
b"""
‡\n
Ò.jÁHý•ñv;±Ógï
"""
b"Ž£û˜®*Fi„ûƒB\x13 #\x1C À "
b"\¤A—ÄD£¥^K¬^ʉ¼ "
b"’e‹fçAV¦™4â„øª "
b"•û\x1A êö‘I¾“t,[å“•‚ "
b"›¼\x03 w¶„OR¨ó\x00 Æ;å"Ô "
b"¡¬‡÷´–Nͧ— £ÅÇOI "
b"§cŒ]\x1E ÒKž²\x04 ‹@\x11 ™‹É "
b"¬\x17 2™Ýu@»\x04\e \ÅU…¤ "
b"´,9\x07 $Kf¾°µ«)3¹Ž "
b"Â@&J¨QK,¬\x11 Þržc[] "
b"Äû±·v~Cp˜šâ‰'âˆÜ "
b"Æ38ˆ€ÓC¸¿ê\x0E Ž8`¶Å "
b"ÈqÄ'\x06 î@\x04 »˜Ž¨D¢\x07 "
b"Ð[ã[ºYGE¡Ôβ1›ôu "
b"""
Ó•`)\ÈF\v Ÿôí\n
\x01\x10 4ã
"""
b"Û(¤®³@¨&åDÐ\v ·\x06 "
b"ÞÊ¢ÒŽOc¡Ñ᯲€Q "
b"êžå’¨M•¬'#‚\f ` "
b"íØzV\x06 %NŒ¹\x03 \x06 ^\f ªn "
b"îŽ\x1F \½cN ‹FÈÒ#\x00 ¸ž "
b"ó±ä\ȪC\x1E ©ˆØ^êXõ9 "
b"û8qRÆ[G*³¬¯¿Zê*í "
b"ÿ„!Å\x02 ³L/™Î\x02 ÒÃoàp "
b"\x01 ŽyßF4q&¦< 嬯\x03 š "
b"\x01 yßG!p1°-Ž\x01 D–nY "
b"\x01 yßH\x06 p"«©fb~[6 "
b"\x01 Žyßæspá£\x06 Z«õ\x02 Ù "
b"\x01 Žyßç\x07 qÔ—Kg6:³C€ "
b"\x01 Žyßç\x18 pYœù£þÚÿÅ\ "
b"\x01 “>ŽŠˆs:°4Õ3É›†\x02 "
b"\x01 “>Žó˜{Þšÿ\x13 ^9«~ "
b"\x01 “>Ž/\x00 }A¡÷*qÁ¡Æm "
b"\x01 “m3‡ßpè€-\x03 ‰`Å‹à "
b"\x01 ”Úê´¹vA°åzs!çQî "
b"\n ã\x11 ¼c\x00 Eñ³çøQä¶ø "
b"\r \x0E ÿºÜ,Jñ“ãÃïèv;T "
b"\x0F Ã:h\x08\x18 JƬÖ}<hÜ^ "
b"\x18\f\x15 µ\x1C WE3†,Eå¸ó¨\x07 "
b"\x1E '⹆OEæ›H±Â2N¨\x1C "
b"#”\x08 \+”BÜ®\x7F 1\v øíȈ "
b"#óoŽõzMÙ¹÷÷¹Msð "
b"$$]‡·ÞB\x06 ýˆÓe‰À¬ "
b"""
(”޶}%F‰'\e ²ç\n
_S
"""
b"""
+t…ëLnKB…ô#Y\n
L\f C
"""
b",á,:Ök@õ‰\t )må—¡ "
b"-¿µ4·,Gð˜Et‘uλ8 "
b"0™:“I\f B£¿…3É£ \x1C ³ "
b"5s\f °—ÑDóž[|ys›\x04 ¡ "
b"<Ô¿–fJEC)ãþÞ\x15 Ó\f "
b"Cû¢Ü\v YHU¨Øé‹ÿH+j "
b"KY‹’ÌU@h•Ù\v G\x13 <[ "
b"Mã[\x05 cŽE¤‹`³9é\r \x11 a "
b"R‰¸\x16\x01\x03 M-ˆÊ^Ш)©Œ "
b"W†ñ½ß.FÛŽ¨•Óÿ±‰ "
b"]\x14 ƒý½)L\x12 †Ž³\x12 f_^í "
b"`\x15 ÅÉ$¢J×£lCwZAr¿ "
b"cîFBÀKMמM¾¼àÜâ "
b"""
föÙ\n
¢‚Nz¿ï{ñ¡¬ ¼
"""
b"j/7¡÷"F4”¼·\v ä\x10 Â8 "
b"p~”úÑWGí»;IžG\x0E ±ó "
b"x‘\v ^ AI»¨]4aÇ\x03 i\x11 "
b"y¹\x13\x03 DME„‹)\x05 •}K8\r "
b"„mY\x19 »òGRˆý<6ï';[ "
b"‰¤WònnD€ž‘¥k~nÖ¸ "
b"‘›º¥jtA\x10 £`ú\\x0F úòD "
b" ÁŒä¡†Gl‚©+:ª”6\x05 "
b"¤[\x1F §èÖJ\x1E ‚ÜÄ;\x08 e_ß "
b"¥*\x06 U\x18 \J\x11 ¥Ô‡É\v ³Ý˜ "
b"¨â#éÀ\x1E @/‘ M:µ\x1F "
b"³A½E…\x11 @Ó¢\x06 _žœPÊÜ "
b"""
·€\n
\x02\x16 öH²ŠžÎ±Ú¹µ!
"""
b"¸ë\ \x17 sF\f ’é÷Ü£ÞF© "
b"¾€@¥~\f CN¾\x19 TB8Wk "
b"þT\e RÐF\t ºà)+\x05 aAõ "
b"""
È\x16 …L¦4Fq—)\x12 ¸\n
ÊSš
"""
b"ÈÉcÖNCz§º®Êºà(\x1E "
b"Ê\x1D Ñt8E|ñzwà\x15 @\x08 "
b"Ûã˜j:ŒB僈”Ž×úE\x14 "
b"Ü\x10 fv\x1C\x01 B•±ƒª5F\f ÖÉ "
b"Þ\x02\x03\t ‘ÌE[—õlÙŠ“iÝ "
b"è?ßt^ØJ*‚³G4¯ï{x "
b"ê‹yˆUÎA¢• Rr\x06 ©\x16 e "
b"íqq‘§>@¶“åŸZ¶Ë¬\ "
b"öè†\x06\v `I\t ’\x1E r,ÅM "
b"\x01 yß!\x13 rWVþÜ|¦$ "
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ßHîp²ž\x14\x17 Ì\x12 ‹†\x13 "
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\x1D *¤+:?Ùä "
b"\x01 yßêþs#º‰V5ËœA "
b"\x01 ‘+öí\x1D p‚¼jœÏ»I‹ "
b"\x01 ‘+÷§ÖrS”\x08 шŸõ{Þ "
b"\x01 •Ìùa8yœ•t¿f7¨\x00 P "
b"\x01 •Ìÿ\x1A žxÕ¸Ã-Ö“ö\x16 < "
b"\x02\x1C ßrîŸO…ƒ&ÕŒ¶+óË "
b"\x02 0Áä\x1A tNM¹Œ>\x04\f ¥Ë³ "
b"\x02 TvÛ¸òBYŠ/¾ƒÓ0\x17 ˜ "
b"\x02 µÇ®C\x17 ›^îzŽ\x18 Ë_ "
b"\x02 Äp\x1A 2¹O£š”š¨§6ÿn "
b"\x02 ð“+]2Hà˜Ú[g\x0E ½<~ "
b"\x03 h\x13 {âVFŒ¼%r™@„‰> "
b"\x04\x11 `\x07 ]QM\x01 ²·m )M\x19 , "
b"\x04 šM\x7F yÉKþ„\x13 tEœ'\e Ž "
b"\x05 a\x08 œ¢mIY¹l`\x08 È¿Â2 "
b"\x06\e O5RON§·'=í\x14 D\x11 "
b"\x08 d’\x14 bÄC\x08 •u\x11 œuP<W "
b"\t ÅOÚŽ¦AÅœÈ}Rü2G9 "
b"""
\n
(#Ùœ\x10 Ke®n\x16 ’w¡êº
"""
b"""
\n
OíZÙ\x08 DÆå_\x13 y%œ
"""
b"""
\n
yKl»Al¢ú—¨9‡\e ³
"""
b"""
\n
ð\x10 ²ØgA\x0F Vo\x13 iR|Ï
"""
b"\v\x15 9…î¦N\x11 ›â‹\x05 Uú2 "
b"""
\x0E ´®®'èFn™¶\n
z¹¥\x14
"""
b"\x12 _IŒ©EJ¾Ú·Q7¾\x02\x06 "
b"\x13 ä\x0F ðLsCô¡€½ÐÌ–h; "
b"\x14 V¹øjœG\r ¬\x13 R•ÇßÛˆ "
b"\x15 ‹\x15 82Nƒ”ã}Oéª\x10 7 "
b"\x16 ÁÉ\x07 6—F€„_çƒDjBm "
b"\x18 [\x1D w®ÜDù‘TÐ\x13 ²2Ñ\x02 "
b"\x19 JæÝ(ÖA•Ž£!f9Ï ð "
b"\x19 d1*¯HΫýÒÈé…Ñ "
b"\e\x1C ¡nqí@©œ®¯{xéŽ "
b"\x1D\x17\x14 ßM¯D^Ž.)d¹\x06 ȱ "
b"\x1D kü\x16 HŽMM”L\x04 fIÑrÔ "
b"\x1E ì»H¨¹DJ¡ãè\x02 ÕI' "
b" –Ïw&ŒI֋߀/.s" "
b" ²ÓWeÚMH´Õ3öÒã\, "
b"!U`Ý6ÑEQµÅ‚;;Ûþ¿ "
b"!ïû“°-OVŽ\x05\e\x19 }þ\x15 : "
b"!ô‘êÛ@öWWóª§_Ê "
b"!ôÎ\x02 vq@*”¤Ñµ"m\x08 ï "
b"#¹ÈʺpL}§Wc¸âJ~ "
b"$3"3¿•BV…«¹ %åÅœ "
b"%qëXê¾@\x1A ¡Iî—N\x08 >œ "
b"&ÅNDË\x7F E]'È\x15 ¹§>@ "
b")»|P&¾M>ÇM\x16 €ŽFL "
b")ȇªq\x1D Hâš9fw?Né "
b"""
*ìÎEQ‰O£¦Q´)ö\n
àY
"""
b",ÿ¤«N\x01 Lɲ¶WÚHiIË "
b"-X²\x17\x14 ÆG\x03 ¯\x06\x07 FùZ¸{ "
b"-…ÕVâE_íõy•\x03 "
b"-¹œ>„¦@gÓ\x13 m&*À "
b"0½ò"]1FÔ¢>€-éÞÚi "
b"0÷7Ý=5L!²A¸ ¦Ý´ª "
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\r AnPÏJW›ØÐ{8“{\x1A "
b"<pìz\x07 E?Šÿ=K¢¤w‹ "
b">Ô\x15 Ò\f\t Là‚§ÃTÜ'áÍ "
b"@X/¶µ\x18 Eñ‰Ù‡ˆò¢,õ "
b"A\t <V}\f J£µ\x17 “\x17 !xûS "
b"""
B5Kzæ\n
H`‰ÅòVû›Õµ
"""
b"Bÿ2¥AÔMñ—ÒALWs»© "
b"C\x10 ±*ý$Jk§¥\x06 h(ä\x16 ý "
b"Cš¦AÒÒF[¥bFPdÚ\x13 e "
b"FzB\x1F ª-Fè±:\x10 óàÂUk "
b"Gš•mfàI…¨L8àÄÞ "
b"HmÖÒY‚LG ¤¬\x02 4úã× "
b"Hø#ŠH\x15 O½·Ö\x02 ›ŽeO© "
b"Jª\f —ª”Cؤà{úÞ`DÑ "
b"KTõÂ5AH6¨õ~\x08 F\x7F p "
b"Mç\x02 ÀjG\x18 ¿\v ÚA<\e ;¥ "
b"Mþ#\x01\x18 ^K=¤È,¤•ÑzÔ "
b"N½†Ù2JÚˆs\t Üö|\x1F f "
b"OÀ‹\x1C ‘/H½¿¼FJ\x03 týß "
b"Q,\x17 /\x04 ƒDâ¦Mèv˜)hC "
b"""
Q»"Üš\n
N\x03 ŸŽ!y~M\x12 ä
"""
b"S\e Ž\x15 CÎHp»Ù>ð»’\r ž "
b"TCô\x0E ™\x0F @šŒC°‘\x05 ;aÚ "
b"Tdí½^ÃAD—Ó\e PÏ*,‘ "
b"U¢yÚ \v K\e ´a\x11 :W–\e Ú "
b"V¥\x16 5vD\x05 ˜šz8\x10 6œ\x12 "
b"Wü`r¿\f O’½ŸaQ9¸&… "
b"X\x1E +~¯áJ\x7F ¯qy÷ÅEÇ "
b"XæÐÙŽŠHðµ|Zvœ|FÁ "
b"Z¹¯pX!IŽŽs]™\x0E åà "
b"Zô`\r µñCŽ—œ\v š\x1C a¶Œ "
b"]»¦Ù¶OH•¬>ÆâÆ\x00 ê] "
b"]ç°Ê‘–G\x1D ‰Ð2\x01 weeº "
b"^ñÁ5\x12 ZH\x16 §M¯\x06 ]]\x1F ” "
b"_{,¶âFBžˆ#«˜:¡§\f "
b"`dW\x1A ³\x07 Izš:\x00 Ïßsði "
b"b?ÝÉ\x1D —E) —}‡¯îË\x02 "
b"d/\v ,ìM¤¯ž¹Ý2\x1C ‚” "
b"dŠf!l‘Dãš6\x0E R\f ÿ0r "
b"dýÓ9 pK” ’\˜Û3и "
b"f\x04 °¡Î¬F²“ßÙ¿Ž\x13\t ñ "
b"fiºó4“OモõS\x19 gð "
b"g\x0E ¿UÃDõžkâð™µ<Y "
b"g¬õnû0@L¯mæIó“-B "
b"jˆQ&qOI£ââ¾"Æ9; "
b"kî¯çëæE\x1E ¯„÷\x1E ˹æ "
b"m]—\x02 8¥N\x01 ±Œé\x16 ¨iJ* "
b"mˆ€]ysN}Š:Îc\v NZZ "
b"o\x0E\e Lž\BRºšªm¥:Õö "
b"o\x1A \r ¯¶ãO\x02 ™kÉ\x1F qHuƒ "
b"oðKÝ¿@\x1D §ÐHã —ú\x01 "
b"p#-@\OjÚÝf<ñgµ "
b"pÑV.¥\x03 L±Âp9VÃ,b "
b"q#<²\x08 þD4‚–Ã\x00 #Í\x16 ® "
b"qj+áp\x1C @À·®˜òñ3\x14 ó "
b"qÓ›#\x08 îGža¶+\x04\x08 w "
b"tþx\x1E `\x00 F÷½™¼´ûI-1 "
b"v2\x12 —·µI»‰É<F\x17 Ѓ "
b"""
w#×ü’=L޵^êÅ\n
™·\x1F
"""
b"y\x10 %Ž6¼@o¹rÎGæê\x1E 0 "
b"""
y\x19 :C<B¾è4p\n
ͼÈ
"""
b"""
zÍ%qâmNæ\x04 ¥]\n
S\x11 §
"""
b"{çxÉ+ÅK¥©¸ûf,¨T\x04 "
b"""
|î!\x12 ’×Iʉ4¢æõ\n
ÌF
"""
b"|ü\x02 ºõAý‹.3sy\x00 P1 "
b"~Ô‰îqƒJ–¨åq¸\x01 –Í\x7F "
b"€Ü_ôN\x1E Hâ”Þ\x05\x03\x11 õ~ê "
b"5kâŠÁF4»Ûâ¬ÊôS¯ "
b"‘Náb\x04 E\x04 ™Î—vhýa "
b"‚Âç\t 5ÛI.¢bÆ`š“î› "
b"ƒLfÌsêDp¤Ï†\x17 ¶cÅÅ "
b"†R‡åážA^žwöʆ" "
b"†Yc/MEš„r«Š\x18 ÒÔ¶ "
b"†zí>ÿÙHÖŽªª×¬SØÚ "
b"‡aðIî\x15 I\x7F ±‘ŽÃKý…˜ "
b"‡¿î‹\e cK?·tùñÓr•à "
b"‰\x13 ‰Ü£OE¸šþ¼ñÝWÈ "
b"‰¿û©4îCâ©t”U¯\x07 ¢£ "
b"ŠŒþeû\x17 JC…bœÔXq³’ "
b"ŒÚ6¾‰ùH\x1F ƒ\x08 ‡\x1C {\v 3‡ "
b"ìaÅFqI˜™úöó ûÁ¨ "
b"\x12 Ó›4HAÕ±F\f 4Fg¾ "
b"Ot\x0E\x10 B\x1E ”껜Hæ\e œ "
b"v\x04 \r aA\x14 €…œ\x14 çIȃ "
b"‘˜Ýø3\x1D OŠ7ÍmÏË\x17 ì "
b"‘â¦r áF=ˆÿå_‹\x06\x14 "
b"’‡"´¤½@è†ØÒ:ÀŸ–Á "
b"“p൮+A߬\x17 öäkžæÜ "
b"“‘ú}\x1C\x11 @¹Âó¡ÄÏ98 "
b"”W\x10 /\x1E ýA« þ‰50& "
b"–jG‚{N\x16 ªQRR¬·:y "
b"–óS\x0E fiBn²3©#Η¨C "
b"šYAn‹úJòÓß>J=¹ž "
b"šÂˆ\x1A .\x1A G²¬T\x1E æ\x07 R¾¶ "
b"šÈˆ…(›Bz¾\x0F ŸbÜ\x1A } "
b"›Búy ƒF嚣/+i±šÓ "
b"›‹ZìàªAõꤧ÷„Î¥ "
b"Ÿf¼dRpEȧ\x00 ~7|…ĺ "
b"¤n–îH:½A„Ýë5'/ "
b"¡ÚÝÔÒçFh’ŸmRŠ"\f Ä "
b"¢ -I\e ½L´ôw)^\x12 "
b"¢§3U€¦M›r<§Ïòx "
b"¤Ø¸gä„BO¬ÔÄ]'ÉéB "
b"¥Æ™Ñ\x19 FI „¾/_\x14 á_\x01 "
b"¦ñ|óÍÙDc‰\e šf4½„µ "
b"«£\x04 åÚ«G`›3z¥tÂÍÃ "
b"˜Ø\x01 °KD\x00 —ÿgè\r ƒÄn "
b"¯UUr‚lO\x06 ³V\x1D –ñp "
b"°g\x18 ½ØÎJ{½9\v ÷\x16\x01 ا "
b"³ºr·àA\x12 ¬d{éú‹‰— "
b"´ ìËœPA§†K\x07 ¶€q1‰ "
b"·Œ£\x01 öGæ…LJU^¸…Ø "
b"¸³ºB<HÝ£cl~iÈ\x17 š "
b"º\x1E DbÞ.G¬¿Ö˜§w4\x01 "
b"ºgC\x02 8IJFªOyô‡¼\x08 \ "
b"¼ÐckèÕNÔŸ=¿Ëä°m+ "
b"ö«`ŽE¥¢L©ÝÌÑ.¶ "
b"ĤPžÌGI¡‰@x^\x0F Ât× "
b"""
ÅBbD\x12 µ@ï®\x1D 5\x05 À\n
1
"""
b"Æ6º‹—GQ†P\x14 ¬\x03 …` "
b"ÇšM²Ì˜G]‚Y%à¹ßp\x0E "
b"ɽ£v%¸C—“v±†’ÿÔ• "
b"ÉÊvæÃÇGPŒiñ·*Ã&— "
b"ʬ\x13 ¸µ¥DᎤù“NÂæÝ "
b"Ï0\x05 Ep\x07 Faº¸Î$+øø "
b"Ôë\r \x15 oÂDP¢¤5”c‘ "
b"×\x1F ÑÀó\x04 B8¢öè”2õ*Ý "
b"ؤú(\t\e B¾ŽF\x17 ‚QöÆô "
b"Úã¢*zÐJÑAÓ´˜Ž¢… "
b"ÛôqþBEJk¤kÏ$Á!nû "
b"Ü=÷—‡ùOC’ŠEðÑFž "
b"Ýk/\x14 ¹•N¥ŠÖûr¿NF\x1C "
b"ÝÊÒ¢ÊPE´¿ƒ½/ð2Àb "
b"ß\x15 †éC¼AK±žA\x1C\x08 É@ "
b"ã/¼É\x19 ßKÿ¢e™¹CF‡\x12 "
b"ä„å‰o6LgµêEøÜszh "
b"äìMÄ\x17 FÛ´¬±+Xž è "
b"åc0Ú®C@žµ„Šƒ¯Dû: "
b"åÈ\e 馑D2ž)„‡?\x17 ïý "
b"æx€ž&\x03 KdõMUuA{ô "
b"ç~4*µiF¾¶Î”®’;_â "
b"è\f ”ß¾fMÀ±NÓ*\x1E cþÚ "
b"éÇÿ\x00 Â=M”½9û2®©×\f "
b"é×´Ãí_G}™!tS¼’\f ö "
b"ê,\f\f\x03 ¿KÞ®Mˆ@\x16 ü\x15 "
b"ëm\x17 b8ïD\x1F ¡v)ÌLÏÌ3 "
b"í2¶‹\x04\x1E J4ˆ¤Æ\x13\e Œ-â "
b"îú}÷\v I@ñ¨\x08 štv‘ªH "
b"ñºÑ¡]>MSºúAÖ U\x00 þ "
b"ñÓãŽ\x15 Hn»›×ÂO6‰Í "
b"óÖ\v „X¥HÇ¢x\x19 }ã6ï0 "
b"ôOZȃãGª¢`V€¢º\x15 þ "
b"õ\x15 ?¼Z‘LÁ§U\x15 Ö°u{Á "
b"õUì¸\x18 Z@@„üµ\x00 m#ÇŽ "
b"õêÁô\x16 $H½žó±Ä\x11 ~Ög "
b"ùºÐ\f\x11 üKt–þb\x1F 0Fò "
b"üZ¸wõ®A!‚y«ƒƒË;\x16 "
b"ý€Ù4~ÿC\x07 ».âѹk0> "
b"ýáηtÔEV›í\x02 >/\’ "
b"ÿ\v }\x08 eA€¤ë¼´Út5\x7F "
b"ÿÁ¦†RuGÿžõÂebP’ª "
b"\x01 ‹\x00 CŒ}ÿ¼8ñª2\x16 OÀ "
b"\x01 ‹)ca+t^„§D-\x0E ¥à^ "
b"\x01 ‹)-ç\x1D ~K€/Ì&\x10 ÔÖ³ "
b"\x01 ‹\x10 8ñ,~x•æ\x07 èM¨è™ "
b"\x01 ‹)aá3y#Šb‰„Ö‚=â "
b"\x01 ‹)dM\x1F y;ŽôÑ“ç\v ?“ "
b"\x01 ‹\x05 ŽïÅ|}œžc™<9Ò£ "
b"\x01 ‹*\x0F :®uº‡`\x06 ?\x19 —L… "
b"\x01 ‹)c9q°£¶{\x05 ¼ÎvM "
b"\x01 ‹\x00 DVJw/‰±µ“ª\t 4Ø "
b"\x01 ‹\x0F Ô\v õu"³(Ä‚¯†m "
b"\x01 ‹).S=~ÛŒì7†º»s\x7F "
b"\x01 ‹*\x0E ¨\x19 s‹ŽZzUš³î "
b"\x01 ‹\x00 D(æq%—6^PK\x16 ÒÙ "
b"\x01 ‹\—¯µ\x7F î±C}XÓ\x04 úå "
b"\x01 ‹\x05 ŽE…rb‹™Æ¨_Æí% "
b"\x01 ‹\ ÌÁx~‘N:šyšøí "
b"\x01 ‹)6÷¢z\x01 ‘ØÿF\x1D\x10 QŒ "
b"\x01 ‹\°Ò\x1F p”²õ\x18 p\x16 ™¿\x00 "
b"\x01 ‹\x0F Ó\x1A 5\x7F Þ¨\x11 ÆAìÆÄ "
b"\x01 ‹\x00 E%({ð±Y験²B\x00 "
b"\x01 ‹)\x08 ½”x.‹R¡.aGÓ\x04 "
b"\x01 ‹\x05 Ž‚åzŒ¡œ!ëÝÛ\x10 ® "
b"\x01 ‹\“2ÌyÆpŠ`W£ÅË "
b"\x01 ‹ \x1C „Ppû«²¢\x12 Hï^& "
b"\x01 ‹)5ž;{Ѿ\x19 '‡XrÇW "
b"\x01 ‹\x0F áYbw…‰È^\x1E ]"Š) "
b"\x01 ‹\±5;uH†ÑM\x05 @»Åo "
b"\x01 ““\r sÃyù§åž´^Ù9‡ "
b"\x01 ‹\¬ÐtÙ²×½Û>ÿ "
b"\x01 ‹\x05 …ø=vÊš\x14 €Ù/\x02\x13 ¤ "
b"\x01 ‹\x0F ú$S}`\x01\x7F ŸÇ\r \x7F ì "
b"\x01 ‹)\x07 άsƒŠßhõ\x04 °þC "
b"\x01 ‹)b\x12 qªñ?å}T\t Ô "
b"\x01 ‹*\x0F n\x1A qûœ‚w1\x12 +\x08 ã "
b"\x01 ‹\x05 † \t tã¾kük±É;¨ "
b"\x01 ‹)5¾st\x13 …9\x7F б=Do "
b"\x01 ‹\x0F Æ£z\x03 ¯\#\x12 ŠZÑ "
b"\x01 ‹ \e OÀwv·ì\x02\x03 RµÐ "
b"\x01 ‹\žºry\e þãƒ7óÞ "
b"\x01 ‹\ªŠvrZ·³¼ñá\x16 “ "
b"\x01 ‹\±€;wz„^¿\x16 'ò\x0F = "
b"\x01 ޤ0w]s*´Uný«þU£ "
b"\x01 ‹\x0F Ô}\x15 tïÃÝrÿÒÕ± "
b"\x01 ‹ \e Ìmp½©Î\t ¹”JJë "
b"\x01 ‹)\f\x11 Þp’¯f\v >\f gÈ "
b"\x01 ‹)\x1F\x16 ‡q!›ÜKÖâ:¢ "
b"\x01 ‹\x0F ÒÁ\x11 |Ž…W‚þ“ºèý "
b"\x01 ‹\x0F ÔÐÃ{ͳµXcq\<é "
b"\x01 ‹)\v Ë\x18 rqš:îõE7$d "
b"\x01 ‹) ‰>v\r ²'wªôN\x01 ? "
b"\x01 ‹*CuŸwȵLm\x14 b5Ee "
b"\x01 ‹\Ž]üx#¬ìáRBP|’ "
b"\x01 ‹\x0F Åæ\x17 |v‰K`¿tÙÜ\f "
b"\x01 ‹\x0F ÷#uvä‘\x05 §.écs\x10 "
b"\x01 ‹ \x1D —Èx[yÇ\f ôn~\x08 "
b"\x01 ‹)6\x1F ¥~|°Æ÷‚\x16 ¯]T "
b"\x01 ‹\2¢x‰‚=Ý\x7F .o*6 "
b"\x01 ‹\›+\x16 q jYí…\t ] "
b"\x01 ‹\¶&xy\x05 …O*\x07 ¥¯è¹ "
b"\x01 ¥Tçt³š£é¼¶9 "
b"\x01 ““\x02 Ç“r…w“Þ%óSo "
b"\x01 ‹\x00 D‘Œpò·nþÖ,½9 "
b"\x01 ‹\x05 ŒO½z›GÙË\x19 ÌBŽ "
b"\x01 ‹\x0F Õ\x03 ÍtÝšÿ<\x15 f\x1A þW "
b"\x01 ‹\x0F Ý(†yÆ€®Q?¾C. "
b"\x01 ‹\x0F ß2\x13 vª‚ãƒDÿW\x0E ¡ "
b"\x01 ‹\x0F öº£r‹µ\x18 ]¢ýB©` "
b"\x01 ‹\x0F ÷L‰tDºï[œµKm! "
b"\x01 ‹)\x08\x04 ž\x7F z‡Ú¹\x02 Ίƒ† "
b"\x01 ‹)\x1F ¡’\x7F t“§\x1C B¡ù?R "
b"\x01 ‹)a—mu)¤BäûNá`W "
b"\x01 ‹\™n_q‡ JP\x16 ÐÃq\x1E "
b"\x01 ‹\x0F Ȫªp`³ŽsÒ-é "
b"\x01 ‹\x0F à—¥x¬½G2ŽLÄA- "
b"\x01 ‹ \e ”…qK‹D™‹U¬Ú\x08 "
b"\x01 ‹ \x1C ©6~Í‹@\x01 ¥\x14 ©\x13 Ò "
b"\x01 ‹)\f —‰p²®òLÍô âh "
b"\x01 ‹*C0d|X¾N:ÁF\x10 ± "
b"\x01 QöÔ\x7F\x14 ‚Œ\f 3a\x05 u "
b"\x01 ¥U.F\x7F £ÔÀK1hÛë "
]
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 , 0x2C63EEF15D9344AD8215C6150477A7AF , 0xF67FD7FDCE774C809F3E56951DAF80BA , 0x018E79DF485F73658A45B89ADD5BEFA2 , 0xFE0266AF7ABB434DBA6BDC52A21A818E , 0xDC0A770D6BB54757A3195A257AC915D1 , 0xAA8FD82FC1B64F39BF5A5F098B0F64C3 , 0x018E79DFE8DB735898BB23AD62D1F2FB , 0x018E79DFE8E3712EBADBEE6690F1E4EB , 0x018E79DFE8E9720B8CD133B277C9BB00 , 0x0F8B02009FFB4468967DA83F7705EAA2 , 0xE61CC919A1D740FB9A060A6955C6A27E , 0xE61CD1BCB8794BBD93F9BFD3C4FBE723 , 0x244865B776DA452787163C6E585C2F1C , 0x3CF62AB1B0C64B7E8BA6C7A95E61C741 , 0x69BC588867514744A8D6609E0917687D , 0xD12DEA57CBA443DFA6C2342399C622E3 , 0xEF487C8EFD044ACD8F192715186D5D8C , 0xB8D5E32EBBD04CE59754D1342F5EDC58 , 0xC677F2AE58284574AC38F53299A59FD0 , 0xDC765F40234F4510A54E0B29CC718519 , 0xFF9F8333001E442E9ACE5A118DD0D9AC , 0x159EAE9AF64F4DACA91F85C02D8AA091 , 0xCD73F087B9EC4624AACFBB0E93C2F0C1 , 0xE962D0E5E29A4618A32E9AFDB6D57587 , 0x018E79DF48607343A8BF22B69CB1254F , 0xA3979FDC15E04C9391FF0417AD8C0BAA , 0xBD02287121BF438F86C79039951C1298 , 0x001703C2565C4F7690E32ED2B9471D06 , 0x018E79DF486171DAA6AD3CBDF6C9171F , 0x018E79DF486B7246BC7A350C206C5DBD , 0x018E79DFE8F67190B6C715743320A646 , 0x018E79DFE91372ECB07272022BF7440D , 0x018E79DFE9467344A21FE36149821DCF , 0x018E79DFE96373438010907B1702A510 , 0x0AFFCC32FF6D4DE681A35A0A8E30AB1E , 0x0FE89B90020044F0A36CC299239182B7 , 0x55A25FB5EA0A4F2DB5AAC1DC064010B4 , 0xCA8AFCBFAC0C4F9884A8E96D9A3CFD64 , 0xDE03FD9E389F48E9B917C4A56F4F68A4 , 0xE0AD1D9F5DC240E8A3168BAAFDF4539D , 0xE111A7F5DDA04026AEDBFCD856C18322 , 0xF66FB69472C042CEB6FB7E4C3FB5FF3A , 0x018E79DF472370EDA52820E7FA097C61 , 0x0AABE1F186C844E08845E6900600A01E , 0x181CCE4EA98842B099F8FC05ED99414E , 0x190050C98AD041E2BC8D442A5828E849 , 0x25BEF19E911A4C8BAABDC1B346CF6926 , 0x2E5C632C262B4884AC5955B01EF1A3FB , 0x2F16C5648A54400EB4533F0C2C5F498E , 0x323030C8EAA44BF7BD305292B07079C0 , 0x46344A8C0AEC48DA8D580B14862C31A9 , 0x57AD09B959C04681950549F378FCEA54 , 0x619857E5FBBF40E98E0EEE05BBB5B18E , 0x630E1D54CA1C47D6A0FDCEE20FF2B17C , 0x63AEFB48E9EE45A4ACD271BDC90F49AF , 0x6ECE90A4094D4FEABCCD11EEE14E28F5 , 0x71E357A0EF064CF2AA92A4F1019207B6 , 0x7F162DF8E6BB4D2BA52E9DCF44B174B6 , 0x829D8CCBBC514E0691FE60DED1CCA8C9 , 0x959390D37C554F83BC33CF3DDB256617 , 0x96E5EA68579840EBB6B847A3D8E2CFE2 , 0x9FEE69DA9BDA4084BEBE19119E865E52 , 0xA1A7096C0C684C3B9FBED55EDF36C5EE , 0xB16252CD85E049129A5D3DE8440923D4 , 0xBA1FC386C91A46A485F13BD7BA00E940 , 0xBCF8EDA45E2F47F2B080C32C46A21E05 , 0xC3A7CB26AB0445B38822A5F72FBA18E6 , 0xD2AB1C5B82C943CE8878FF5AE8145AC2 , 0xD6C03D55E1E44B979AF9879CF76F3142 , 0xDA5847CBEAB64305BD52137F22FD3B0F , 0xDA8E9769A1D34ED39910A6E07271D6D1 , 0xDEA6AB8DC0324356BD716730E1051CDB , 0xDFA758ED1A2E4B51AF18342E6BA02727 , 0xE39DA5D07C344C22B17FA56D557F0136 , 0xF76D1E57A5154A9FA2567008D6F20722 , 0x1DA6B9BB08D34BFC84E319767B970585 , 0x1FDBFA3AF3314C70ACD6BA9550C5EC67 , 0x25DD4D698C634E158E2C4B5E482AE24E , 0x29A6A387A651407480174F36CCFC1740 , 0x2A689DAF45FD4F3B880BCDA5E2F939CA , 0x2DFCFA485D4E48CBABD7FF8375337097 , 0x35AC5C610BFC46E487A1F2D487C977A6 , 0x3B3C67F713A443208A0EBBCC668AF1C2 , 0x47C903C6AD114ADEB502EB886032AD16 , 0x6161C3AC1B684E7CA53B26E1DD93C8A3 , 0x628518D632514FC4AE9787AC027D40AB , 0x870AD22E6AC148FD95F1763BB1D367EF , 0x8EA3FB98AE2A466984FB834213231CC0 , 0x905CA44197C444A3A55E4BAC5ECA89BC , 0x9265AD8B66E74156A69934C3A284F8AA , 0x95FB1AEAF69149BE93742C5BE5939582 , 0x9BBC0377B6844F52A8F300C63BE522D4 , 0xA1AC87F7B4964ECDA79720A3C5C74F49 , 0xA7638C5D1ED24B9EB2048B4011998BC9 , 0xAC173299DD7540BBAD041B5CC55585A4 , 0xB42C390724AD4B66BEB0B5AB2933B98E , 0xC240264AA8514B2CAC11DE729E635B5D , 0xC4FBB1B7767E4370989AE28927E288DC , 0xC633388880D343B8BFEA0E8E3860B6C5 , 0xC871C42706EE4004BB988DA844A28E07 , 0xD05BE35BBA594745A1D4CEB2319BF475 , 0xD39560295CC8460B9FF4ED0A011034E3 , 0xDB8128A4AEB3409FA826E544D00BB706 , 0xDECAA2D28E8D4F639DA1D1E1AFB28051 , 0xEA9E8EE592A84D95AC2723820C81608F , 0xEDD87A5606254E8CB903AD065E0CAA6E , 0xEE8E1F5CBD634E208B46C8D22300B89E , 0xF3B1E45CC8AA431EA988D85EEA58F539 , 0xFB387152C65B472AB3ACAFBF5AEA2AED , 0xFF8421C502B34C2F99CE02D2C36FE070 , 0x018E79DF46347126A63C20E5ACC6039A , 0x018E79DF47217031B02D8D0144966E59 , 0x018E79DF48067022ABA966627E8F5B36 , 0x018E79DFE67370E1A3065AABF502C399 , 0x018E79DFE70771D4974B67363AB34380 , 0x018E79DFE71870599CF9A3FEDAFFC55C , 0x01933E8D8A88733AB034D533C99B8602 , 0x01933E8DF3987BDE9AFF135E398EAB7E , 0x01933E8E2F007D41A1F72A71C1A1C66D , 0x01936D3387DF70E8802D038960C58BE0 , 0x0194DAEAB4B97641B0E57A7321E751EE , 0x0AE311BC630045F1B3E781F851E4B6F8 , 0x0D0EFFBADC2C4AF193E3C3EFE8763B54 , 0x0FC33A6808184AC6ACD67D3C68DC5EC2 , 0x180C15B51C574533862C45E5B8F3A807 , 0x1E27E2B9864F45E69B48B1C2324EA81C , 0x2394085C2B9442DCAE7F310BF8EDC888 , 0x23F36F8DF57A4DD98FB9F7F7B94D73F0 , 0x24245D87B7DE42068FFD88D36589C0AC , 0x28948EB67D254689AD271BB2E70A5F53 , 0x2B7485EB4C6E4B4285F423590A4C0C43 , 0x2CE12C3AD66B40F5908909296DE597A1 , 0x2DBFB534B72C47F09845749175CEBB38 , 0x30993A93490C42A3BF8533C9A3201CB3 , 0x35730CB097D144F39E5B7C79739B04A1 , 0x3CD4BF96664A4543AD29E3FEDE15D30C , 0x43FBA2DC0B594855A8D8E98BFF482B6A , 0x4B598B92CC55406895ADD90B47133C5B , 0x4DE35B05638D45A48B60B339E90D1161 , 0x5289B81601034D2D88CA5ED0A829A98C , 0x5786F1BDDF2E46DB8DA895D3FFB18990 , 0x5D1483FDBD294C12868DB312665F5EED , 0x6015C5C924A24AD7A36C43775A4172BF , 0x63EE4642C04B4DC3979E4DBEBCE0DCE2 , 0x66F6D90AA2824E7ABFEF7BF1A1AC20BC , 0x6A2F37A1F722463494BCB70BE410C238 , 0x707E94FAD15747EDBB3B499E470EB1F3 , 0x78910B5E204149BBA85D3461C7036911 , 0x79B91303444D45848B2905957D4B380D , 0x846D5919BBF2475288FD3C36EF273B5B , 0x89A457F26E6E44809E91A56B7E6ED6B8 , 0x919BBAA56A744110A360FA5C0FFAF244 , 0xA0C18CE4A186476C82A92B3AAA943605 , 0xA45B1FA7E8D64A1E82DCC43B08655FDF , 0xA52A0655185C4A11A5D487C90BB3DD98 , 0xA8E223E9C01E402F9F91204D3A81B51F , 0xB341BD45851140D3A2065F9E9C50CADC , 0xB7800A0216F648B28A9ECEB1DAB9B521 , 0xB8EB5C201773460C92E9F7DCA3DE46A9 , 0xBE8040A57E0C434EBE1954423857AD6B , 0xC3BE541B52D04609BAE0292B056141F5 , 0xC816854CA6344671972912B80ACA539A , 0xC8C9639DD64E437AA7BAAECABAE0281E , 0xCA1DD1749038457C90F17A77E0154008 , 0xDBE3986A3A8C42E58388948DD7FA4514 , 0xDC1066761C014295B183AA35460CD6C9 , 0xDE02030991CC455B97F56CD98A9369DD , 0xE83FDF745ED84A2A82B34734AFEF7B78 , 0xEA8B798855CE41A295A0527206A91665 , 0xED717191A73E40B693E59F5AB6CBAC5C , 0xF6E886060B604909921E722CC59D4DC2 , 0x018E79DF211372579D568EFEDC7CA624 , 0x018E79DF458870F1B83CE4D39159B0CF , 0x018E79DF45FC73FBA75E5AAE5184F409 , 0x018E79DF47937166832021000464646F , 0x018E79DF47D5707596A5715E1C134645 , 0x018E79DF48EE70B29E1417CC128B8613 , 0x018E79DFE63870B5B22299D15322B443 , 0x018E79DFE64871CF9293B1322CB9E0BC , 0x018E79DFE7F670CE91842C81707CC7D4 , 0x018E79DFE7FE72D38AA7D112B0D5AAB7 , 0x018E79DFE80771FBA11D6483D7361D77 , 0x018E79DFE820718593B963FAC28F90BF , 0x018E79DFE826728F8C59A412B8665385 , 0x018E79DFE9D5731D9D2AA42B3A3FD9E4 , 0x018E79DFEAFE7323BA895635CB8F9C41 , 0x01912BF6ED1D7082BC6A9CCFBB49C28B , 0x01912BF7A7D672539408D1889FF57BDE , 0x0195CCF96138799C9574BF6637A80050 , 0x0195CCFF1A9E78D5B8C32DD693F6163C , 0x021CDF72EE9F4F858326D58CB62BF3CB , 0x0230C1E41A744E4DB98C3E040CA5CBB3 , 0x025476DBB8F242598A2FBE83D3301798 , 0x02B58F8EC7AE43179B5EEE7A8D18CB5F , 0x02C4701A32B94FA39A949AA8A736FF6E , 0x02F0932B5D3248E098DA5B670EBD3C7E , 0x0368137BE256468CBC2572994084893E , 0x041160075D514D01B2B76DA0294D192C , 0x049A4D7F79C94BFE841374459C271B8D , 0x0561089CA26D4959B96C6008C8BFC232 , 0x061B4F3590524F4EA7B7273DED144411 , 0x0864921462C443089575119C75503C57 , 0x09C54FDA8EA641C59CC87D52FC324739 , 0x0A2823D99C104B65AE6E169277A1EABA , 0x0A4FED5AD90844C386E55F1379259CA0 , 0x0A8F794B6CBB416CA2FA97A839871BB3 , 0x0AF010B2D867410F8F566F1369527CCF , 0x0B153985EEA64E119BE28B05A055FA32 , 0x0EB4AEAE27E8466E99B6810A7AB9A514 , 0x125F498CA981454ABEDAB75137BE0206 , 0x13E40FF04C7343F4A180BDD0CC96683B , 0x1456B9F86A9C470DAC135295C7DFDB88 , 0x158B159D38324E8394E37D4FE9AA1037 , 0x16C1C90736974680845FE783446A426D , 0x185B1D77AEDC44F99154D013B232D102 , 0x194AE6DD28D641958DA3216639CFA0F0 , 0x1964312A81AF48CEABFDD2C8E99F85D1 , 0x1B1CA16E71ED4090A99CAEAF7B78E98D , 0x1D1714DF4DAF445E8D2E2964B906C8B1 , 0x1D6BFC16488E4D4D944C046649D172D4 , 0x1EECBB48A8B9444AA181E3E802D54927 , 0x2096CF77268C49D68F8BDF802F2E7322 , 0x20B2D35765DA4D48B4D533F6D2E35C2C , 0x215560DD36D14551B5C5823B3BDBFEBF , 0x21EFFB93B02D4F568D051B197DFE153A , 0x21F491EA81DB40F69F5757F3AAA75FCA , 0x21F4CE027671402A94A4D1B5226D08EF , 0x23B9C8CABA704C7DA75763B8E28F4A7E , 0x24332233BF95425685ABB9A025E5C59C , 0x2571EB58EABE401AA149EE974E083E9C , 0x26C54E44CB7F455D9D27C815B9A73E40 , 0x29BB7C5026BE4D3EADC74D16808D464C , 0x29C887AA711D48E29A39AD66773F4EE9 , 0x2AECCE4551894FA3A651B429F60AE059 , 0x2CFFA4AB4E014CC9B2B657DA486949CB , 0x2D58B21714C64703AF060746F95AB87B , 0x2D85D556E28E455F8FEDF57995AD0390 , 0x2DB99C3E84A64067ADD381136D262AC0 , 0x30BDF2225D3146D4A23E802DE9DEDA69 , 0x30F737DD3D354C21B241B820A6DDB4AA , 0x31ECD1C342984D02AD5060341074268F , 0x3274E3FBA5AD41779565C7628ECA90E6 , 0x341CAE84343E4714988E0EBD57465297 , 0x35428A8350B243B28C4121DE07F9C349 , 0x3701C9F6E2774342B223D4CD26A374CF , 0x380D416E50CF4A579BD8D07B38937B1A , 0x3C70ECAD7A07453F8AFF3D4BA2A4778B , 0x3ED415D20C094CE082A7C354DC27E1CD , 0x40582FB6B51845F189D98788F2A22CF5 , 0x41093C567D0C4AA3B51793172178FB53 , 0x42354B7AE60A486089C5F256FB9BD5B5 , 0x42FF32A541D44DF197D2414C5773BBA9 , 0x4310B12AFD244A6BA7A5066828E416FD , 0x439AA641D2D2465BA562465064DA1365 , 0x467A421FAA2D46E8B13A10F3E0C2556B , 0x479A956D66E04985A84C38E0C4DE8F8E , 0x486DD6D259824C47A0A4AC0234FAE3D7 , 0x48F8238A48154FBDB7D6029B8E654FA9 , 0x4AAA0C97AA9443D8A4E07BFADE6044D1 , 0x4B54F5C235414836A8F57E08467FAD70 , 0x4DE702C08F6A4718BF0BDA413C1B3BA5 , 0x4DFE2301185E4B3DA4C82CA495D17AD4 , 0x4EBDAD86D9324ADA887309DCF67C1F66 , 0x4FC08B1C912F48BDBFBC464A0374FDDF , 0x512C172F048344E2A64DE87698296843 , 0x51BB22DC9A0A4E039F8E21797E4D12E4 , 0x531B8E1543CE4870BBD93EF0BB920D9E , 0x5443F40E990F409A8C43B091053B61DA , 0x5464EDBD5EC3414497D31B50CF2A2C91 , 0x55A279DAA00B4B1BB461113A57961BDA , 0x56A5163576AD4405989A7A3810369C12 , 0x57FC6072BF0C4F92BD9F615139B82685 , 0x581E2B7EAFE14A7FAF7179ADF7C545C7 , 0x58E6D0D98E8A48F0B57C5A769C7C46C1 , 0x5AB9AF705821498D8F8D735D990EE5E0 , 0x5AF4600DB5F1438D979C0B9A1C61B68C , 0x5DBBA6D9B64F4895AC3EC6E2C600EA5D , 0x5DE7B0CA9196471D89D03201776565BA , 0x5EF1C135125A4816A74DAF065D5D1F94 , 0x5F7B2CB6E246429E8823AB983AA1A70C , 0x6064571AB307497A9A3A00CFDF73F069 , 0x623FDDC91D974529A0977D87AFEECB02 , 0x642F0B2CEC9D4DA4AF9EB9DD321C8294 , 0x648A66216C9144E39A360E520CFF3072 , 0x64FDD339A0704B94A0925C98DB33D0B8 , 0x6604B0A1CEAC46B293DFD9BF8E1309F1 , 0x6669BAF334934FE383A2F5531967F0A0 , 0x670EBF559DC344F59E6BE2F099B53C59 , 0x67ACF56EFB30404CAF6DE649F3932D42 , 0x6A885126714F4981A3E2E2BE22C6393B , 0x6BEEAFE7EBE6451E9DAF84F71ECBB9E6 , 0x6D5D970238A54E01B18CE916A8694A2A , 0x6D88805D79734E7D8A3ACE630B4E5A5A , 0x6F0E1B4C9E5C4252BA9AAA6DA53AD5F6 , 0x6F1A0DAFB6E34F02996BC91F71487583 , 0x6FF04BDDADBF401DA7D048E32097FA01 , 0x70232D8F405C4F6A81DADD663CF167B5 , 0x70D1562EA5034CADB1C2703956C32C62 , 0x71233CB208FE44348296C30023CD16AE , 0x716A2BE1701C40C0B7AE98F2F13314F3 , 0x71D39B2308EE47819E61B68E2B040877 , 0x74FE781E600046F7BD99BCB4FB492D31 , 0x76321297B7B549BB89C93C8F4617D083 , 0x7723D7FC923D4C8DB55EEAC50A99B71F , 0x7910258D36BC406FB972CE47E6EA1E30 , 0x79193A9D433C42BE8FE834700ACDBCC8 , 0x7ACD2571E26D4EC3A604A55D0A5311A7 , 0x7BE778C92BC54BA5A9B8FB662CA85404 , 0x7CEE211292D749CA8934A2E6F50ACC46 , 0x7CFC02BA9DF541FD8B2E337379005031 , 0x7ED489EE71834A96A8E571B80196CD7F , 0x80DC5FF44E1E48E294DE050311F57EEA , 0x81356BE28AC14634BBDBE2ACCAF453AF , 0x81914EE16204450499CE979F7668FD61 , 0x82C2E70935DB492EA262C6609A93EE9B , 0x834C66CC73EA4470A4CF8617B663C5C5 , 0x865287E5E19E415E9E77F6CA86812290 , 0x8659632F904D459A8472AB8A18D2D4B6 , 0x867AED3EFFD948D68EAAAAD7AC53D8DA , 0x8761F049EE15497FB1918DC34BFD8598 , 0x87BFEE8B1B634B3FB774F9F1D37295E0 , 0x891389ADDCA34F45B89AFEBCF1DD57C8 , 0x89BFFBA934EE43E2A9749455AF07A2A3 , 0x8A8CFE65FB174A4385629CD45871B392 , 0x8CDA36BE89F9481F8308871C7B0B3387 , 0x8FEC61C54671499899FAF6F3A0FBC1A8 , 0x9012D39B344841D5B1460C8E344667BE , 0x904F81740E10421E94EABB9C48E61B9C , 0x908F76040D61411480859C14E749C883 , 0x9198DDF8331D4F8AAD37CD6DCFCB17EC , 0x91E2A672A0E1463D88FFE55FAD8B0614 , 0x928722B4A4BD40E886D8D23AC09F96C1 , 0x9370E0B5AE2B41DFAC17F6E46B9EE6DC , 0x9391FA7D1C11409DB9C2F3A1C4CF3938 , 0x9457102F1EFD418EAB20FE8935308F26 , 0x968F6A47827B4E16AA515252ACB73A79 , 0x96F3530E6669426EB233A923CE97A843 , 0x9A59416E8BFA4AF281D3DF3E4A3DB99E , 0x9AC2881A2E1A47B2AC541EE60752BEB6 , 0x9AC88885289B427ABE0F9F62DC1A7DA0 , 0x9B42FA79A08346E59AA32F2B69B19AD3 , 0x9B8B5AECE0AA41F58FEAA4A7F784CEA5 , 0x9F66BC64527045C8A7007E377C85C4BA , 0x9F81A46E96EE483ABD4184DDEB35272F , 0xA1DADDD4D2E74668929F6D528A220CC4 , 0xA2202D491BBD4CB490F477295E129D8E , 0xA2A7335580A64D9B90723C9FA7CFF278 , 0xA4D8B867E484424FACD4C45D27C9E942 , 0xA5C699D11946492084BE2F5F14E15F01 , 0xA6F17CF3CDD94463891B9A6634BD84B5 , 0xABA304E5DAAB47609B337AA574C2CDC3 , 0xAD98D801B04B440097FF67E80D83C46E , 0xAF555572826C4F069DB390561D96F170 , 0xB06718BDD8CE4A7BBD390BF71601D8A7 , 0xB3BA72CE87E04112AC647BE9FA8B8997 , 0xB4A0ECCB9C5041A7864B07B680713189 , 0xB78CA38F01F647E6854C4A555EB885D8 , 0xB8B381BA423C48DDA3636C7E69C8179A , 0xBA1E4462DE2E47ACBFD69881A7773401 , 0xBA67430238494A46AA4F79F487BC085C , 0xBCD0636BE8D54ED49F3DBFCBE4B06D2B , 0xC3B6C2AB608D45A5A24CA9DDCCD12EB6 , 0xC4A4509ECC4749A18940785E0FC274D7 , 0xC542624412B540EFAE1D3505C00A3120 , 0xC68E36BA8B974751865014AC03908560 , 0xC79A4DB2CC98475D825925E0B9DF700E , 0xC9BDA37625B843979376B18692FFD495 , 0xC9CA76E6C3C747508C69F1B72AC32697 , 0xCAAC13B8B5A544E18EA4F9934EC2E6DD , 0xCF30054570074661BA9DB8CE242BF8F8 , 0xD4EB0D156FC24450A2A4813594639120 , 0xD71FD1C0F3044238A2F6E89432F52ADD , 0xD8A4FA28091B42BE8E46178251F6C6F4 , 0xDAE3A22A7AD04AD1AD41D3B4988DA285 , 0xDBF471FE42454A6BA46BCF24C1216EFB , 0xDC3DF79787F94F43928A9D45F0D1469E , 0xDD6B2F14B9954EA58AD6FB72BF4E461C , 0xDDCAD2A2CA5045B4BF83BD2FF032C062 , 0xDF1586E943BC414BB19E41AD1C08C940 , 0xE32FBCC919DF4BFFA26599B943468712 , 0xE484E5896F364C67B5EA45F8DC737A68 , 0xE4EC4DC4179046DBB4ACB12B589E20E8 , 0xE56330DAAE43409EB5848A83AF44FB3A , 0xE5C81BE9A69144329E2984873F17EFFD , 0xE678809E26034B6481F54D5575417BF4 , 0xE77E342AB56946BEB6CE94AE923B5FE2 , 0xE80C94DFBE664DC0B14ED32A1E63FEDA , 0xE9C7FF00C23D4D94BD39FB32AEA9D70C , 0xE9D7B4C3ED5F477D99217453BC920CF6 , 0xEA2C0C0C03BF4BDEAE9D4D884016FC15 , 0xEB6D176238EF441FA17629CC4CCFCC33 , 0xED32B68B041E4A3488A4C6131B8C2DE2 , 0xEEFA7DF70B4940F1A8089A747691AA48 , 0xF1BAD1A15D3E4D53BAFA41D6205500FE , 0xF1D390E38D15486EBB9BD7C24F3689CD , 0xF3D60B8458A548C7A278197DE336EF30 , 0xF44F5AC883E347AAA2605680A2BA15FE , 0xF5153FBC5A914CC1A75515D6B0757BC1 , 0xF555ECB8185A404084FCB5006D23C78D , 0xF5EAC1F4162448BD9EF3B1C4117ED667 , 0xF9BAD00C11FC4B7496FE621F309D46F2 , 0xFC5AB877F5AE41218279AB8383CB3B16 , 0xFD80D9347EFF4307BB2EE2D1B96B303E , 0xFDE1CEB774D445569BED90023E2F5C92 , 0xFF0B817D08654180A4EBBCB4DA74357F , 0xFFC1A686527547FF9EF5C265625092AA , 0x018B00438F8C7DFFBC38F1AA32164FC0 , 0x018B2963612B745E84A7442D0EA5E05E , 0x018B292DE71D7E4B802FCC2610D4D6B3 , 0x018B1038F12C7E7895E607E84DA8E899 , 0x018B2961E13379238A628984D6823DE2 , 0x018B29644D1F793B8DF4D193E70B3F93 , 0x018B058DEFC57C7D9C9E63993C39D2A3 , 0x018B2A0F3AAE75BA8760063F19974C85 , 0x018B296339AD71B0A3B67B05BCCE764D , 0x018B0044564A772F89B1B593AA0934D8 , 0x018B0FD40BF57522B328C482ADAF866D , 0x018B292E533D7EDB8CEC3786BABB737F , 0x018B2A0EA819738BAD8E5A7A559AB3EE , 0x018B004428E6712597365E504B16D2D9 , 0x018B5C97AFB57FEEB1437D58D304FAE5 , 0x018B058D458572628B99C6A85FC6ED25 , 0x018B5CA0CCC1787E914E3A9A799AF8ED , 0x018B2936F7A27A0191D8FF461D10518C , 0x018B5CB0D21F7094B2F518701699BF00 , 0x018B0FD31A357FDEA811C641ECC6C4C2 , 0x018B004525287BF0B159E9A893B24200 , 0x018B2908BD94782E8B52A12E6147D304 , 0x018B058D82E57A8CA19C21EBDDDB10AE , 0x018B5C9332CC79C6AD708A6057A3C5CB , 0x018B201C845070FBABB2A21248EF5E26 , 0x018B29359E3B7BD1BE1927875872C757 , 0x018B0FE15962778589C85E1E5D228A29 , 0x018B5CB1353B754886D14D0540BBC56F , 0x0193930D73C379F9A7E59EB45ED93987 , 0x018B5CAC90D074D9B2D79DBDDB3EFFC2 , 0x018B0585F83D76CA9A1480D92F0213A4 , 0x018B0FFA24537D60AD017F9FC70D7FEC , 0x018B2907CEAC73838ADF68F504B0FE43 , 0x018B2962811271AA9FF13FE57D5409D4 , 0x018B2A0F6E1A71FB9C827731122B08E3 , 0x018B0586200974E3BE6BFC6BB1C93BA8 , 0x018B2935BE73741385397F8AB13D446F , 0x018B0FC6A38F7A03AFAD5C23128A5AD1 , 0x018B201B4FC07776B7EC81020352B5D0 , 0x018B5C9EBA8F72798F1BFEE38337F3DE , 0x018B5CAA8A76725AB7B3BCF1E1169093 , 0x018B5CB1803B777A845EBF1627F20F3D , 0x018EA430775D732AB4556EFDABFE55A3 , 0x018B0FD47D1574C3AFC3DD72FFD2D5B1 , 0x018B201BCC6D70BDA9CE09B9944A4AEB , 0x018B290C11DE7092AF660B3E0C67C890 , 0x018B291F168771219BDC4BADD6E23AA2 , 0x018B0FD2C1117C8D855782FE93BAE8FD , 0x018B0FD4D0C37BCDB3B55863715C3CE9 , 0x018B290BCB1872719A3AEEF545372464 , 0x018B2920893E760DB22777AAF44E013F , 0x018B2A43759F77C8B54C6D1462354565 , 0x018B5C8E5DFC7823ACECE15242507C92 , 0x018B0FC5E6177C76894B60BF74D9DC0C , 0x018B0FF7237576E49105A72EE9637310 , 0x018B201D97C8785B9D79C70CF46E7E08 , 0x018B29361FA57E7CB0C6F78216AF5D54 , 0x018B5C9032A27889823DDD7F2E6F2A36 , 0x018B5C9B2B167181A06A59ED8509905D , 0x018B5CB626787905854F2A07A5AFE8B9 , 0x018EA554E79074B39AA3E9C2BCB6AD39 , 0x01939302C7937281857793DE25F3536F , 0x018B0044918C70F29DB76EFED62CBD39 , 0x018B058C4FBD7AC29B47D9CB19CC428E , 0x018B0FD503CD74DD9AFF3C15661AFE57 , 0x018B0FDD288679C680AE513FBE43812E , 0x018B0FDF321376AA82E38344FF570EA1 , 0x018B0FF6BAA3728BB5185DA2FD42A960 , 0x018B0FF74C897444BAEF5B9CB54B6D21 , 0x018B2908049E7F7A87DAB902CE8A8386 , 0x018B291FA1927F7493A71C42A1F93F52 , 0x018B2961976D7529A442E4FB4EE16057 , 0x018B5C996E5F7187A04A5016D0C3711E , 0x018B0FC8AAAA70608EB38D9F73D22DE9 , 0x018B0FE097A578ACBD47328E4CC4412D , 0x018B201B9485714B8B44998B55ACDA08 , 0x018B201CA9367ECD8B4001A514A913D2 , 0x018B290C978970B2AEF24CCDF420E268 , 0x018B2A4330647C58BE4E3AC1468F10B1 , 0x018E9051F6D47F14828C0C3361058F75 , 0x018EA5552E467FA381D4C04B3168DBEB );
Copy
74
0.40 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"\x01 ŽyßH`sC¨¿"¶˜w± "
b"Ã\x18 dw\x10 ‰BS„zy\x1A ª¾]I "
b"\x01 ŽyßHaqÚ¦<½ó\x1C ö‹ "
b"i:à/\x11 úD\x19 ‚C|_\x07 "
b"¨Ñ\x12 ò¸ËIÌ€¡/ޥߛI "
b"ÔŒ\r \x15 öN¬‹q(ùåîG† "
b"Ý%lÊEB`¶U¶Bß\x19 œ, "
b"¦HÀ…\x01 ˜GɪX[¬^W¯G "
b"÷Ðñvó®N‹™z?ù\x12 F%¬ "
b"èšët‰åD@‡A=*’_¦\x19 "
b"é—ºÇ˾HêŠCÈ}n^N~ "
b"Û\x0E è&©pA¢§*cN+5‡ "
b"(¹^¬]ãN/¸ñ„N9H9. "
b"\x01 ŽyßHbs¢¢ÕóÀcL'ð "
b"p6˜ÿÜëFp©¬ÐkÊTÁ“ "
b"×Á*\f ¥ C3µcC’wûµ\x1E "
b""\x18 »\x1C £JKb®ûŽÕˆô‰Ö "
b"\x16\x02 BÞ\x07 äB¿Žà\x12 er'Ó "
b"†´÷õ¬šCr‡N5uP³¼Ð "
b"¥âLê\x03 ûL\x13 ‘\t ædøì´y "
b"ÕPÔ\x11 n9B̦†å‰Æ¥d+ "
b"‘ýy,“óBX•ˆžÁç\x0F /[ "
b"â=J`îGâŽ.ùx{W\x18 H "
b"µ¦x5žÐE$Œ;’\x02 ¥¿žû "
b"Ž\x0E\x10 ‹KoLh”4*!\x15 üï\v "
b"ÐhÀ\f ;áKå¾Ã-«Q<9/ "
b"Ï\x14 ÈË$šK•¤4NŽäµX³ "
b"Ø3~\x1C\x04 âJÍ£\x1A "U\x03\x12 9¸ "
b"\x14 üdZç*AÎ!Å\x0E\x02 –\x1E Ä "
b"\x11 €êÉÎÇJ‘¸ñÝéãaK "
b"ÁY¼\x06 oŠOþª{æ\x1D -MYð "
b"\x01 “>‹î‰qÕ…Y\x1D /9b\[ "
b"\x17\x1F Z"°\r F=¼E{\x11 ¤où\x16 "
b"ÍÇÁDÞ•ýÂ(AP\x15 ß "
b"ê‚J>¥øC\x1F ±ß>Ⱦ¬œ0 "
b"|%Ƚа@\x02 »ö7l\r \x00 †Þ "
b"?¤5kŽ\x17 I“”Ñ6\x05 ÒìÉc "
b"Qî\x00 NK‰AüŒ˜CE;dÑê "
b"\x1F ªÛÍã¼AíŽÿv¬oÿËc "
b"Â\t M:ÿˆE–ÓLâs\x17 "
b"‚ÜÚµa\x01 H\x7F §‡¦#¬ÀÕY "
b"o×g\x1D\x01\x05 A\x0E ±†)Ó~\x16 šü "
b"dÈ…EЫHˤwùÝ\x05 €ƒ§ "
b"çÃ|Ò…HÕ¢{̤˾d "
b"ø v½\x02 C#y¼ÉÔÚáø "
b"2¡”޾\f KR¶OpŽªŒ\x18 ë "
b"‹íï\x07 ¼,HÙ¨9P›í™¿² "
b"+ïú-lKÌ»©Œ.¶•\x15 º "
b"Ž&Í™ƒ–NP€Û½\x10 :Üg "
b"ú\x05 +wõ¾Eù–bË ¨ù ™ "
b"¯w(ÏS˜GŒíxhü"1\t "
b"¦ÆzꨘM²™š¬h=åØ} "
b"ßBðhwAÏŒV]{>.\x00 ª "
b"8Î\v Æù\x07 BK“\x1F §qXâ6Y "
b"Z\x1E ·ëùmNX©0a¬#[,› "
b"ýMÑv\e EÉv‘÷ö\x13 Ì- "
b"\x1A Á\æp\f @Ô§ß “\f 0ï& "
b"y83M+*Ea”°\x7F ³ëÂ]p "
b"v|¢^¨ÚJߎ\x1C à¤`\x0F V "
b"9dOhûAIt‘Œ¤Ç\x0F Y"Ø "
b"ýI\x12 S‰†I\x16 ³©ÿî\x17 jÔ "
b"û€\x0E Ú\x16\x06 DO¥\x04 ©\x18 gÝ>\x1D "
b"“\x02 ˜ù¼íDö‰Àž×’½èè "
b"\x01 ‹\x00 AÏ)sÛ›\x15 A«§\x03 l¯ "
b"\x01 ‹)_IÏ|Ý€“\r \x1E ÷²\x11 ¦ "
b"\x01 ‹)-i¥s÷™\x00 |’S\x18 g\n "
b"\x01 ‹\x05 ˆ…ðqŠ”Å|ZŠöú "
b"\x01 ‹*\r ÆþtŸŠƒ®\x0E w‡^N "
b"\x01 ‹\x0F Ò\x1A\x1A yP‘Ž:ò\x1A "ñã "
b"\x01 ‹\—dvu4©ÇA•²\f "
b"\x01 ‹\ ‚¦zý€Š‘509ƒÇ "
b"\x01 ‹)4º®s+¯çUM›\x19 ñ< "
b"\x01 ‹\°\x15 *xü¨¦1S·¹—Ð "
b"\x01 ‹)\x06 yñqÈ–ðâxþz¼P "
b"\x01 ‹\’̬sC²ºGMè›0 "
b"\x01 ‹ \x1A 'V~‚œö˜\x04\x19 Þ|Ñ "
b"\x01 ‹\x0F ÚØ=pš¶ö\x17 'á¶Ã "
b"\x01 ‹\¬8àvå‚¶o¿Š\x13 Ö\x08 "
b"\x01 ‹\x05 …\x03 ‡t޵~jrwg_\r "
b"\x01 ‹\x0F öGZyS¥Þp€‰˜žF "
b"\x01 ‹\x0F Å+\x14 }'¸ÕDãfK˜‘ "
b"\x01 ‹\ž\x19\x11 zE˜Ø?[/|å° "
b"\x01 ‹\©úätÞ¼\x1F Op’º~ "
b"\x01 ‹)\x1E ¢Q~xžAŽ\x04 ßHË9 "
b"\x01 ‹*B\x7F È\x7F ð¨qò”T^Š• "
b"\x01 ‹\‹\x15 Ïy\x02 ¥Dñ㋎Ïs "
b"\x01 ‹\»•xª›\x18 ò‰\x01 '\r "
b"\x01 ‹\šá›wö…«¾\x11 Ÿ•l\x02 "
b"\x01 ‹\µÇÀ}œ£§\x07 ‡HO;U "
b"\x01 ‹\™\x1E ,wW¸;\x18 ýNz4€ "
b"\x01 ‹%\x1D\v ˜}ý¼¯ìÇ@´cg "
]
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 , 0x018E79DF48607343A8BF22B69877B120 , 0xC318647710894253847A791AAABE5D49 , 0x018E79DF486171DAA6AD3CBDF31CF68B , 0x693AE02F11FA441982437CEEAA855F07 , 0xA8D112F2B8CB49CC80A12FDEA5DF9B49 , 0xD4AD8C0D15F64EAC8B7128F9E5EE4786 , 0xDD256C81CA454260B655B642DF199C2C , 0xA648C085019847C9AA585BAC5E57AF47 , 0xF7D0F176F3AE4E8B997A3FF9124625AC , 0xE89AEB7489E5444087413D2A925FA619 , 0xE997BAC7CBBE48EA8A43C87D6E5E4E7E , 0xDB0EE826A97041A2A7902A634E2B3587 , 0x28B95EAC5DE34E2FB8F1844E3948392E , 0x018E79DF486273A2A2D5F3C0634C27F0 , 0x703698FFDCEB4670A9ACD06BCA54C193 , 0xD7C12A0CA5204333B563439277FBB51E , 0x2218BB1CA34A4B62AEFB8DD588F489D6 , 0x160242DE07E442ADBF8DE012657227D3 , 0x86B4F7F5AC9A4372874E357550B3BCD0 , 0xA5E24CEA03FB4C139109E664F8ECB479 , 0xD550D4116E3942CCA686E589C6A5642B , 0x91FD792C93F3425895889EC1E70F2F5B , 0xE23D4A60EE9F47E28D2EF9787B571848 , 0xB5A678359ED045248C3B9202A5BF9EFB , 0x8D0E108B4B6F4C6894342A2115FCEF0B , 0xD068C00C3BE14BE5BEC32DAB513C392F , 0xCF14C8CB249A4B95A4344E8EE4B558B3 , 0xD8337E1C04E24ACDA31A2255031239B8 , 0x14FC645AE72A41CE8121C50E02961EC4 , 0x1180EAC9CEC74AAD91B8F1DDE9E3614B , 0xC159BC066F8A4FFEAA7BE61D2D4D59F0 , 0x01933E8BEE8971D585591D2F39625C5B , 0x171F5A22B00D463DBC457B11A46FF916 , 0x8FCDC7AD81C144DE95FDC228415015DF , 0xEA824A3EA5F8431FB1DF3EC8BEAC9C30 , 0x7C25C8BDD0B04002BBF6376C0D0086DE , 0x3FA4356B8D17499394D13605D2ECC963 , 0x51EE004E4B8941FC8C9843453B64D1EA , 0x1FAADBCDE3BC41ED8DFF76AC6FFFCB63 , 0xC2094D3AFF8845EEA29396D34CE27317 , 0x82DCDAB56101487FA787A623ACC0D559 , 0x6FD7671D0105410EB18629D37E169AFC , 0x64C88545D0AB48CBA477F9DD058083A7 , 0xE7C37CD29D8548D590A27BCCA4CBBE64 , 0xF82076BD02AD4323AD79BCC9D4DAE1F8 , 0x32A1948EBE0C4B52B64F708EAA8C18EB , 0x8BEDEF07BC2C48D9A839509BED99BFB2 , 0x2BEFADFA2D6C4BCCBBA98C2EB69515BA , 0x8D26CD9983964E5080DBBD103ADC678E , 0xFA052B77F5BE45F99662CB20A8F9A099 , 0xAF7728CF539847AD8CED7868FC223109 , 0xA6C67AEAA8984DB2999AAC683DE5D87D , 0xDF42F0689D7741CF8C565D7B3E2E00AA , 0x38CE0BC6F907424B931FA77158E23659 , 0x5A1EB7EBF96D4E58A93061AC235B2C9B , 0xFD4DD1761B9045C99F7691F7F613CC2D , 0x1AC15CE6700C40D4A7DFA0930C30EF26 , 0x7938334D2B2A456194B07FB3EBC25D70 , 0x767CA25EA8DA4ADF8D1CADE0A4600F56 , 0x39644F68FB414974918CA4C70F5922D8 , 0xFD49125389864916B3A9FFEE9D176AD4 , 0xFB800EDA1606444FA504A91867DD3E1D , 0x930298F9BCED44F689C09ED792BDE8E8 , 0x018B0041CF2973DB9B1541ABA7036CAF , 0x018B295F49CF7CDD80930D1EF7B211A6 , 0x018B292D69A573F799007C925318670A , 0x018B058885F0718A94C58F7C5A8AF6FA , 0x018B2A0DC6FE749F8A83AE0E77875E4E , 0x018B0FD21A1A7950918D3AF21A22F1E3 , 0x018B5C97647675348FA9C7419F95B20C , 0x018B5CA082A67AFD808A9135303983C7 , 0x018B2934BAAE732BAFE7554D9B19F13C , 0x018B5CB0152A78FCA8A63153B7B997D0 , 0x018B290679F171C896F0E278FE7ABC50 , 0x018B5C92CCAC7343B2BA474DE8C29B30 , 0x018B201A27567E829CF6980419DE7CD1 , 0x018B0FDAD83D709A90B6F61727E1B6C3 , 0x018B5CAC38E076E582B66FBF8A13D608 , 0x018B05850387748DB57E6A7277675F0D , 0x018B0FF6475A7953A5DE708089989E46 , 0x018B0FC52B147D27B8D544E3664B9891 , 0x018B5C9E19117A4598D83F5B2F7CE5B0 , 0x018B5CA9FAE474DEBC1F4FAD7092BA7E , 0x018B291EA2517E789E418D04DF48CB39 , 0x018B2A427FC87FF0A871F294545E8A95 , 0x018B5C8B15CF7902A544F1E38B8ECF73 , 0x018B5C8FBB9578AA9B18F289AD01270D , 0x018B5C9AE19B77F685ABBE119F956C02 , 0x018B5CB5C7C07D9CA3A70787484F3B55 , 0x018B5C991E2C7757B83B18FD4E7A3480 , 0x018B251D0B987DFDBCAFECC740B46367 ));
Copy
75
0.10 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
76
0.33 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
77
0.12 ms
SELECT url FROM sales_channel_domain
SELECT url FROM sales_channel_domain ;
Copy
78
0.07 ms
SELECT url FROM sales_channel_domain
SELECT url FROM sales_channel_domain ;
Copy
79
0.74 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
80
0.20 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
81
0.09 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"éW ¶n\x05 Be“*=O\x1D uê$ "
]
SELECT path FROM category WHERE id = 0xE95720B66E054265932A3D4F1D75EA24 ;
Copy
82
0.05 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
83
0.22 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
84
0.45 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
85
0.32 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
86
0.32 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/8e577e7284014926a0bf6cde9b84799d "
"/detail/19eda2d0b90646ccacc17712c6166e16 "
"/detail/46f1a0a478c746db8507d18ae524c5e1 "
"/detail/1533aff4a39f4396a937cac7ed7271ef "
"/detail/633519f79afd43978bb1a375b1809fab "
"/detail/9d0b3c3c183943f0868bcc7040122887 "
"/detail/bc8bb064118d4597b57468330cde2f92 "
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/8e577e7284014926a0bf6cde9b84799d' , '/detail/19eda2d0b90646ccacc17712c6166e16' , '/detail/46f1a0a478c746db8507d18ae524c5e1' , '/detail/1533aff4a39f4396a937cac7ed7271ef' , '/detail/633519f79afd43978bb1a375b1809fab' , '/detail/9d0b3c3c183943f0868bcc7040122887' , '/detail/bc8bb064118d4597b57468330cde2f92' )) 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
87
0.45 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
88
0.13 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"QIA0Z6a1yukiNxn2iuAHueAz7T88PYen "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'QIA0Z6a1yukiNxn2iuAHueAz7T88PYen' ;
Copy
89
0.29 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
90
0.38 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
91
0.24 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
92
2.02 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
93
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/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
94
0.21 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"QIA0Z6a1yukiNxn2iuAHueAz7T88PYen "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (token = 'QIA0Z6a1yukiNxn2iuAHueAz7T88PYen' ) LIMIT 1 ;
Copy
95
0.17 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
96
2.96 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
97
0.48 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
98
0.37 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
99
0.28 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
100
0.23 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
101
0.25 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
102
0.11 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
103
0.22 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
104
1.84 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
105
0.36 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
106
0.20 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"QIA0Z6a1yukiNxn2iuAHueAz7T88PYen "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'QIA0Z6a1yukiNxn2iuAHueAz7T88PYen' ;
Copy
107
0.20 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
108
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
109
0.20 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
110
2.00 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
111
0.28 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
112
0.18 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"QIA0Z6a1yukiNxn2iuAHueAz7T88PYen "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (token = 'QIA0Z6a1yukiNxn2iuAHueAz7T88PYen' ) LIMIT 1 ;
Copy
113
0.23 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
114
1.02 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
115
0.73 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
116
0.41 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
117
0.52 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
118
0.55 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
119
0.57 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
120
0.16 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
121
0.28 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
122
0.09 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
123
0.19 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
124
0.48 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
125
0.34 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
126
0.08 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"QIA0Z6a1yukiNxn2iuAHueAz7T88PYen "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'QIA0Z6a1yukiNxn2iuAHueAz7T88PYen' ;
Copy
127
0.20 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
128
0.21 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
129
0.20 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
130
0.21 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
131
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
132
0.09 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
133
0.18 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
134
0.20 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
135
0.08 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
136
0.08 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
137
0.12 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
138
0.09 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
139
0.08 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
140
0.08 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