1
0.32 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.29 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
3
0.27 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.46 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.58 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.20 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.23 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.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 "
"/search "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (path_info = '/search' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
9
1.49 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=19&search=Seilwinde "
]
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=19&search=Seilwinde' ));
Copy
10
1.53 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.50 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.23 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=19&search=Seilwinde "
"/search?p=19&search=Seilwinde "
"https://www.dev.nakatanenga.de/search?p=19&search=Seilwinde "
"https://www.dev.nakatanenga.de//search?p=19&search=Seilwinde "
"/search?p=19&search=Seilwinde "
"//search?p=19&search=Seilwinde "
"search?p=19&search=Seilwinde "
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=19&search=Seilwinde' , '/search?p=19&search=Seilwinde' , 'https://www.dev.nakatanenga.de/search?p=19&search=Seilwinde' , 'https://www.dev.nakatanenga.de//search?p=19&search=Seilwinde' , '/search?p=19&search=Seilwinde' , '//search?p=19&search=Seilwinde' , 'search?p=19&search=Seilwinde' )) 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.15 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.12 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"gFEIOXIX5OO4q9eqYhcnSyJtxkRyCK7f "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (token = 'gFEIOXIX5OO4q9eqYhcnSyJtxkRyCK7f' ) LIMIT 1 ;
Copy
15
0.20 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.32 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.14 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.16 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.30 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.13 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.17 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.09 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
23
0.19 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.07 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.28 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.34 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.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"\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.14 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.15 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"gFEIOXIX5OO4q9eqYhcnSyJtxkRyCK7f "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'gFEIOXIX5OO4q9eqYhcnSyJtxkRyCK7f' ;
Copy
30
0.26 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.65 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.26 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.51 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.17 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.45 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.14 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.52 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.12 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.61 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.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
41
0.68 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"\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.63 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.27 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
44
0.11 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT iso FROM snippet_set WHERE id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
45
0.15 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.09 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.14 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
48
0.39 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.71 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.24 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT iso FROM snippet_set WHERE id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
51
0.58 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.42 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT iso FROM snippet_set WHERE id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
53
0.61 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.27 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT iso FROM snippet_set WHERE id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
55
0.57 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.46 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.27 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.42 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.58 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 "
"Seilwinde "
"Seilwinde "
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 ('Seilwinde' , 'Seilwinde' ))) AND (`product` . `child_count` < = > NULL OR `product` . `child_count` = 0 ))) GROUP BY `product` . `id` LIMIT 2 ;
Copy
60
0.73 ms
SELECT
product_search_config . and_logic ,
LOWER (product_search_config . excluded_terms ) as `excluded_terms` ,
product_search_config . `min_search_length` ,
product_search_config_field . field ,
product_search_config_field . tokenize ,
product_search_config_field . ranking
FROM product_search_config
INNER JOIN product_search_config_field ON (product_search_config_field . product_search_config_id = product_search_config . id )
WHERE product_search_config . language_id = ? AND product_search_config_field . searchable = 1 AND product_search_config_field . field NOT IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"manufacturer.customFields "
"categories.customFields "
]
SELECT
product_search_config . and_logic ,
LOWER (product_search_config . excluded_terms ) as `excluded_terms` ,
product_search_config . `min_search_length` ,
product_search_config_field . field ,
product_search_config_field . tokenize ,
product_search_config_field . ranking
FROM product_search_config
INNER JOIN product_search_config_field ON (product_search_config_field . product_search_config_id = product_search_config . id )
WHERE product_search_config . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND product_search_config_field . searchable = 1 AND product_search_config_field . field NOT IN ('manufacturer.customFields' , 'categories.customFields' );
Copy
61
0.40 ms
SELECT `min_search_length`
FROM product_search_config
WHERE language_id = ?
LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `min_search_length`
FROM product_search_config
WHERE language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B
LIMIT 1
;
Copy
62
1.29 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x18 Ce-·Eߨ\x7F ¡Õ¹)§ "
b"\x01 ‘+ö\x1D …qÉOwv0zæÊ "
b"\x01 ‘+ö\x11\x19 qIb éç†$U "
b"\x01 ‘+ög“q“·\x0E “øZùÄ "
b"\x01 ‘+ö‹õs3±AÌœ©ÿRæ "
b"\x01 ‘+ö§Îpò—\x0F NÀ`Gd; "
b"""
h\n
(ÁJ]K`®\x7F 2ÈHOÓg
"""
b"\x01 ‘+öN9q\x0F ªZ!²—V\x14\x19 "
b"\x01 ‘+öÉkpïšÚn\x16 ‡˜µ¿ "
b"\x01 ‘+öAôq8ˆ¡)ììó}¥ "
b"\x01 ‘+öZ\x18 p\x1A µ@\t ‘è°)w "
b"\x01 ‘+öŽúpt‚Aòê~ñÅž "
b"\x01 ‘+öNirÒ¤v™M³n>2 "
b"\x01 ‘+ö$Tr\x19 ®ýa’Œ\x1E `S "
b"\x01 ‘+öhÉr\x17 JÕ›Œ•ÎÆ "
b"\x01 ‘+öÆ\x17 s\e ¸j\e ˜»Á¸e "
b"""
\x01 ‘+öy?qs³ÉÇyA¼\n
¿
"""
b"""
\x01 ‘+öÇ\n
s§¸IAóò¬N\x1D
"""
b"\x01 ‘+öÈYq/‹r\e À/ÞS "
b"\x01 ‘+öBJqø¿°Ð§9U˜… "
b"\x01 ‘+öYÙq\x1F \x10 I1\t ¼=û "
b"\x01 ‘+öy•rÔ·ùÞ6ÀÍLØ "
b"\x01 ‘+ö¨-q\x12 ´A¶\x06 A¸œ` "
b"\x01 ‘+öÊ)qžŸ\x18 ät n90 "
b"\x01 ”ÐrŸ6}5·Œè\x1E žÈ×\x13 "
b"\x01 —›Óqý{§•éÉ n‡" "
b"\x01 ‘+öAžp÷ƒlâáã‰j "
b"\x01 ‘+ö\x17 pr°«Ž\x1F\x08 Â-t¢ "
b"\x01 ‘+ö$Âr\x00 ¼'^–mœk "
b"\x01 ‘+öLìr§‡°\x18 *ny¨¥ "
b"\x01 ‘+öM p¾†9œu‡Tìü "
b"\x01 ‘+öxªq\x7F °«¸Jõ¡hù "
b"\x01 ‘+ö‹\x11 rá…¶î¡SO°ä "
b"\x01 ‘+öÈ¡pZ´tJŠz³Æ§ "
b"\x01 ‘+öéàq¯\x08\x0F\x03\x1A Áýn "
b"\x01 ‘+ö$¦rš\x16 Iðø„Æ "
b"\x01 ‘+ö%\x00 sœ\x1C ¡,Aüç6 "
b"\x01 ‘+öY+pІ©b\x11 P"w\e "
b"\x01 ‘+ögµræ–Wòk{öP\x14 "
b"\x01 ‘+övXpI’B1HîH‚} "
b"\x01 ‘+öŒAr\x08 ¯¿`gß}x "
b"\x01 ‘+ö¤tq‰ÀOU\x1A þÄÖ "
b"\x01 ‘+ö¥lsÊš¶ƒ86%í "
b"\x01 ‘+öÊ/pé§1Õ÷ MÉ "
b"\x01 ‘+öènpñº\x15 …~]¼éØ "
b"\x01 ‘+ö\x1D Ûqá”â\v\x1F ‚\x07\x12 ‹ "
b"\x01 ‘+ö0\x1E pè‡Hv3ܲ ó "
b"\x01 ‘+öAÓq’£+.Š.É#‘ "
b"\x01 ‘+öMfp†¹“ÖÈÐ\Ƽ "
b"\x01 ‘+öMzq{Ž·Í®á‰çù "
b"\x01 ‘+öv_sñ¼/<¬\r Ô "
b"\x01 ‘+öŒ^qh©~\f '\x1C\e tV "
b"\x01 ‘+öŒžpÍ®\h¤\v ù(m "
b"\x01 ‘+ö£×sô®â¢Þ¿÷Þ_ "
b"\x01 ‘+ö£Þq9ª’oqÉ_nœ "
b"\x01 ‘+ö$µs\x1D ¤Ì‹®(- "
b"\x01 ‘+ö0\x1D p)»€ø¼I\x19\x04 Ñ "
b"\x01 ‘+öM¹qS«`Ÿc'xþ\x05 "
b"\x01 ‘+öXür\x16 PóÞKB\x17 ¬ "
b"\x01 ‘+öYþq?Œ°–ÆãóÇq "
b"\x01 ‘+öh\x03 r ’l\r s‡{\x0F ' "
b"\x01 ‘+öh\x14 s¿ƒ9Pp²\x06 a\x04 "
b"\x01 ‘+öyµr\x00 X³c€ÊøL "
b"\x01 ‘+öмr £—åql›oî "
b"\x01 ‘+öŒMsÁŽù\x14 G\x01 ;kà "
b"\x01 ‘+öŒxsæŽ\x05 "Â;’Ú¾ "
b"\x01 ‘+öŽ?s<„·\f ɬä~^ "
b"\x01 ‘+ö©¤s¾«¤©\x16 \r ‘J\x16 "
b"\x01 ‘+öÆÚs¯°\x03 â´|F.ö "
b"\x01 ‘+öÇ-q¸–H\x1E Ø\x13\x0F # "
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 , 0x01912BF61D8571C9AD4F7776307AE6CA , 0x01912BF611197149AD6220E9E7862455 , 0x01912BF6679371938FB70E93F85AF9C4 , 0x01912BF68BF57333B141CC9CA9FF52E6 , 0x01912BF6A7CE70F2970F4EC06047643B , 0x680A28C14A5D4B60AE7F32C8484FD367 , 0x01912BF64E39710FAA5A21B297561419 , 0x01912BF6C96B70EF9ADA6E168798B5BF , 0x01912BF641F4713888A129ECECF37DA5 , 0x01912BF65A18701AB5400991E8B02977 , 0x01912BF68DFA70748241F2EA7EF1C59E , 0x01912BF64E6972D2A476994DB36E3E32 , 0x01912BF624547219AEFD61928C1E6053 , 0x01912BF668C97217904AD59B8C95CEC6 , 0x01912BF6C617731BB86A1B98BBC1B865 , 0x01912BF6793F7173B3C9C77941BC0ABF , 0x01912BF6C70A73A7B84941F3F2AC4E1D , 0x01912BF6C859712F8B90721BC02FDE53 , 0x01912BF6424A71F8BFB0D0A739559885 , 0x01912BF659D9711F9010493109BC3DFB , 0x01912BF6799572D4B7F9DE36C0CD4CD8 , 0x01912BF6A82D7112B441B60641B89C60 , 0x01912BF6CA29719E9F18E474A06E3930 , 0x0194D0729F367D35B78CE81E9EC8D713 , 0x01979BD371FD7BA79D95E9C9A06E8722 , 0x01912BF6419E70F7838F6CE2E1E3896A , 0x01912BF6177072B0AB8D1F08C22D74A2 , 0x01912BF624C27200BC275E966D9C6B90 , 0x01912BF64CEC72A787B0182A6E79A8A5 , 0x01912BF64DA070BE86399C758754ECFC , 0x01912BF678AA717FB0ABB84AF5A168F9 , 0x01912BF68B1172E185B6EEA1534FB0E4 , 0x01912BF6C8A1705AB4744A8A7AB3C6A7 , 0x01912BF6E9E071AF90080F031AC1FD6E , 0x01912BF624A672C29A1649F0F88481C6 , 0x01912BF6250073909C1CA12C41FCE736 , 0x01912BF6592B708A86A962115022771B , 0x01912BF667B572E69657F26B7BF65014 , 0x01912BF67658704992423148EE48827D , 0x01912BF68C417208AFBF6067ADDF7D78 , 0x01912BF6A474719D89C04F551AFEC4D6 , 0x01912BF6A56C73CA9AB68338368125ED , 0x01912BF6CA2F70E9A731D5ADF7A04DC9 , 0x01912BF6E86E70F1BA15857E5DBCE9D8 , 0x01912BF61DDB71E194E20B1F8207128B , 0x01912BF6301E70E887487633DCB220F3 , 0x01912BF641D37192A32B2E8A2EC92391 , 0x01912BF64D667086B993D6C8D05CC6BC , 0x01912BF64D7A717B8DB7CDAEE189E7F9 , 0x01912BF6765F73F1BC2F3CAC0D9F81D4 , 0x01912BF68C5E7168A97E0C271C1B7456 , 0x01912BF68C9E70CDAE5C68A40BF9286D , 0x01912BF6A3D773F4AEE2A2DEBFF7DE5F , 0x01912BF6A3DE7139AA926F71C95F6E9C , 0x01912BF624B5731DA4CC908E8BAE282D , 0x01912BF6301D7029BB80F8BC491904D1 , 0x01912BF64DB97153AB609F632778FE05 , 0x01912BF658FC7216A050F3DE4B4217AC , 0x01912BF659FE713F8CB096C6E3F3C771 , 0x01912BF668037220926C0D73877B0F27 , 0x01912BF6681473BF83395070B2066104 , 0x01912BF679B572009D58B36380CAF84C , 0x01912BF68ABC72A0A397E5716C9B6FEE , 0x01912BF68C4D73C18DF91447013B6BC3 , 0x01912BF68C7873E68D0522C23B92DABE , 0x01912BF68D3F733C84B70CC9ACE47E5E , 0x01912BF6A9A473BEABA4A9160D914A16 , 0x01912BF6C6DA73AFB003E2B47C462EF6 , 0x01912BF6C72D71B896481ED8130F23AD , 0x019482CD566A7B6A906A660B91196EB7 ));
Copy
63
1.14 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"/Š\\x1E «%Jl‰\x11 ¥j‘å\x08 Ú "
b"5×ÅûÌ¡DñýžÕä-Û "
b"9'Q\x1E /RCMÁ\x13 Éݯ®õ "
b"Lð”®ûqHOŠ|-ñÊTÛu "
b"ž[¤µk@GοÏ\x15 i¬j|& "
b"Б\x11 ÿ±Nת\x1C\v U²êª° "
b"ÝYYäolD\x1E ººÑ\x04 Ò04\x08 "
b"âEyWi!O¯£‹RØð‡áô "
b"üÿðf1¸Bu\x13\x07 ˜LðY "
b"\x01 ‘+öïÅqö“B&o3\x00 ²‰ "
b"\x01 “MÍ\x1E œy¥˜¨<pÜÐãC "
b"\x01 •ùúAKx¹—\x17 •\x15\x04\x01 n0 "
b"\x05 Ö¶KQŠL¬–\e s²R·L "
b"\x06 tœÒQ=Jý¥Úëº_Õ$~ "
b"3òCCÈ“I\x1D ÷ÀË\x1E Ú\x16 ì "
b"\x01 ’eìïpå•\x07 ëç"þ "
b"\e <cÀù4KVi«\x1C 'md? "
b"q4‹{\x1E C\x12 ¯±H†\x1F X!î "
b"„;yÌ\x13\x15 Az¦sA`n± "
b"øŽ‘8\x08 FŠ\x14 ãr\ãY– "
b"\x01 •ë?Z[v9œ\x02 oÍç‚*Ö "
b"\x08 !'Ÿ\x14 ÊJ\x1E —×ù¬p–Á$ "
b"\r ã£5v\x16 A$°/\f ‡¡¬>$ "
b"\x12 ɲäËGJ²¼¶T(ëÙS: "
b"\x17 Ѧ\r ÏöMm‡ý†ó%›lÝ "
b"%B‹EœÞK\r †Ð®y…ýËÏ "
b"[î;TÙ<Hñƒ{a#ü\x16 „5 "
b"q\x1C ê,r\x16 GÙ¾>Eܧö\x11 2 "
b"z7Y^ám@D‘²\x01 PÖF\x06 ù "
b"Ž‘SQéØJ{˜\x0E\x11 2ïÚÞ# "
b"޶.aÜC¥¸ØI£$f¶„ "
b"•í—å½ÂI÷‚(މâ/öì "
]
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 (0x2F8A5C1EAB254A6C8911A56A91E508DA , 0x35D7C5FBCCA144F18FFD9ED5E42DDBA0 , 0x3927511E2F52434DADC113C9DDAFAEF5 , 0x4CF094AEFB71484F8A7C2DF1CA54DB75 , 0x9E5BA4B56B4047CEBFCF1569AC6A7C26 , 0xD09111FFB1904ED7AA1C0B55B2EAAAB0 , 0xDD5959E46F6C441EBABAD104D2303408 , 0xE245795769214FAFA38B52D8F087E1F4 , 0xFCFFF06631B84275901307C2984CF059 , 0x01912BF6EFC571F69342266F3300B289 , 0x01934DCD1E9C79A598A83C70DCD0E343 , 0x0195F9FA414B78B99717951504016E30 , 0x05D6B64B518A4CAC961B73B25281B74C , 0x06749CD2513D4AFDA5DAEBBA5FD5247E , 0x33F24343C893491DA0F7C0CB1EDA16EC , 0x019265ECEF9070E59507EBE722FEA081 , 0x1B3C63C0F9344B568169AB1C276D643F , 0x71348B9D7B1E4312AFB148861F5821EE , 0x843B79CC1315417AA67341606EC2B1A0 , 0x8FF88D913808468A9014E3725CE35996 , 0x0195EB3F5A5B76399C026FCDE7822AD6 , 0x0821279F14CA4A1E97D7F9AC7096C124 , 0x0DE3A33576164124B02F0C87A1AC3E24 , 0x12C9B2E4CB474AB2BCB65428EBD9533A , 0x17D1A60DCFF64D6D87FD86F3259B6CDD , 0x25428B459CDE4B0D86D0AE7985FDCBCF , 0x5BEE3B54D93C48F1837B6123FC168435 , 0x711CEA2C721647D9BE3E45DCA7F61132 , 0x7A37595EE16D404491B20150D64606F9 , 0x8E915351E9D84A7B980E1132EFDADE23 , 0x8EB62E61ADDC43A5B8D849A32466B684 , 0x95ED97E5BDC249F782288E89E22FF6EC )) GROUP BY `product` . `id` ;
Copy
64
2.45 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"ž[¤µk@GοÏ\x15 i¬j|& "
b"üÿðf1¸Bu\x13\x07 ˜LðY "
b"\x05 Ö¶KQŠL¬–\e s²R·L "
b"\x01 ’eìïpå•\x07 ëç"þ "
b"\r ã£5v\x16 A$°/\f ‡¡¬>$ "
b"q\x1C ê,r\x16 GÙ¾>Eܧö\x11 2 "
]
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 (0x9E5BA4B56B4047CEBFCF1569AC6A7C26 , 0xFCFFF06631B84275901307C2984CF059 , 0x05D6B64B518A4CAC961B73B25281B74C , 0x019265ECEF9070E59507EBE722FEA081 , 0x0DE3A33576164124B02F0C87A1AC3E24 , 0x711CEA2C721647D9BE3E45DCA7F61132 ));
Copy
65
1.06 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"\x01 ‘ê9¹q1œî—þ!)\x08\x00 "
b"‚>ý\t »OD\x11 ´wçvï¤ÁT "
b"oðKÝ¿@\x1D §ÐHã —ú\x01 "
]
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 (0x0191EA39B9AD71319CEE97FE21290800 , 0x823EFD09BB4F4411B477E776EFA4C154 , 0x6FF04BDDADBF401DA7D048E32097FA01 );
Copy
66
0.67 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND (((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? ))))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ’eìïpå•\x07 ëç"þ "
b"\x05 Ö¶KQŠL¬–\e s²R·L "
b"\r ã£5v\x16 A$°/\f ‡¡¬>$ "
b"q\x1C ê,r\x16 GÙ¾>Eܧö\x11 2 "
b"ž[¤µk@GοÏ\x15 i¬j|& "
b"üÿðf1¸Bu\x13\x07 ˜LðY "
b"\x01 ‘æ6)ŠsX¯!5.”qg¬ "
b"#\e M†mòFÞ’My#\x0F Ãç» "
]
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 (0x019265ECEF9070E59507EBE722FEA081 , 0x05D6B64B518A4CAC961B73B25281B74C , 0x0DE3A33576164124B02F0C87A1AC3E24 , 0x711CEA2C721647D9BE3E45DCA7F61132 , 0x9E5BA4B56B4047CEBFCF1569AC6A7C26 , 0xFCFFF06631B84275901307C2984CF059 , 0x0191E636298A7358AF21352E947167AC , 0x231B4D866DF246DE924D79230FC3E7BB ))));
Copy
67
0.62 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
68
0.46 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
69
0.24 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
70
0.14 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
71
0.25 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"Æ\x05 \ì1aMfˆzq\x10 ·÷!Ç "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0xC6055CEC31614D66887A7110B7F721C7 AND
pm . `active` = 1 ;
Copy
72
4.69 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"ÊŠü¿¬\f O˜„¨émš<ýd "
b"Þ\x03 ýž8ŸHé¹\x17 Ä¥oOh¤ "
b",cîñ]“D‚\x15 Æ\x15\x04 w§¯ "
b"˜íÞXx³Ah³{ÚØ\x10 A\x1A ø "
b"%‡ë\x01 e¾Oô"\r n:Ü "
b"ö\x7F ×ýÎwL€Ÿ>V•\x1D ¯€º "
b"\x0F è›\x02\x00 Dð£l™#‘‚· "
b"!×"\x06 ‘¾C]=?"\x16 "GÍ "
b"\n «áñ†ÈDàˆEæ\x06\x00 \x1E "
b"ºñ*žEžC “”D?À“–r "
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"³\x1E Moó’L\e ‚™ç«eVÊ… "
b"Ñ-êWˤCߦÂ4#™Æ"ã "
b"$He·vÚE'‡\x16 <nX\/\x1C "
b"ªØ/Á¶O9¿Z_\t ‹\x0F dà "
b"jéCøo\x0E @szIݬ† ë "
b"sú¯ÙÒÐM:•ÖÈÈÝ\x0E\f þ "
b"Ëæÿów\x03 Lѯû;g2ôhŠ "
b"ÎýßÏÃDKš’ Ž\x1E\x00 J¹. "
b"""
æ\x1C É\x19 ¡×@ûš\x06 \n
iUÆ¢~
"""
b"\x01 ŽyßèÛsX˜»#bÑòû "
b"\x01 yßèãq.ºÛîfñäë "
b"\x01 Žyßèér\v ŒÑ3²wÉ»\x00 "
b"\x01 ‘+öZqæ«ICýG\x1A\x1D t "
b"\x0F ‹\x02\x00 ŸûDh–}¨?w\x05 ê¢ "
b"\x15 ž®šöOM¬©\x1F …À-Š ‘ "
b";<g÷\x13 ¤C Š\x0E »ÌfŠñ "
b"WfQ‘\e úJ¾œÚåÝi¶ß "
b"b…\x18 Ö2QOÄ®—‡¬\x02 }@« "
b"½\x02 (q!¿C†Ç9•\x1C\x12 ˜ "
b"Â@&J¨QK,¬\x11 Þržc[] "
b"""
Ó•`)\ÈF\v Ÿôí\n
\x01\x10 4ã
"""
b"ÞÊ¢ÒŽOc¡Ñ᯲€Q "
b"æ\x1C Ѽ¸yK½“ù¿ÓÄûç# "
b"íØzV\x06 %NŒ¹\x03 \x06 ^\f ªn "
b"\x01 ŽyßDäqP¿Ï\x1A j²\x01 —\x11 "
b"\x01 yßåPsé¸g܆tf„ "
b"<ö*±°ÆK~‹¦Ç©^aÇA "
b"i¼XˆgQGD¨Ö`ž\t\x17 h} "
b"Ø£ð³»>D«¶_\x07 ï;ó8î "
b"ïH|ý\x04 JÍ\x19 '\x15\x18 m]Œ "
b"]»¦Ù¶OH•¬>ÆâÆ\x00 ê] "
b"£ã%ÀI‹J†\x03\f ”zÏ´ "
b"¦ñ|óÍÙDc‰\e šf4½„µ "
b"0!ɆÏWJ´Ÿvýñç:%y "
b"j/7¡÷"F4”¼·\v ä\x10 Â8 "
b"p—\x03 >\x14 ÅDŸ–…äh _\x19 Ó "
b"±/°“d¾OÄ»}A¾.ö~\x08 "
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"0™:“I\f B£¿…3É£ \x1C ³ "
b"’e‹fçAV¦™4â„øª "
b"Ísð‡¹ìF$ªÏ»\x0E “ÂðÁ "
b"ébÐåâšF\x18 £.šý¶Õu‡ "
b"\x01 ŽyßH`sC¨¿"¶œ±%O "
b"\x05 Ù\x02\x1A -C~…•†Ü9þÎì "
b"\x1E ì»H¨¹DJ¡ãè\x02 ÕI' "
b"#”\x08 \+”BÜ®\x7F 1\v øíȈ "
b"D…\r quÐJ(¶h)a9Ÿ\x08 â "
b"X\x1E +~¯áJ\x7F ¯qy÷ÅEÇ "
b"n[W¢’ÍE\x05 Œ—°:ߦ\x7F 1 "
b"\x7F žõACÜLª’ÈŠ\x15 •(¥\x0E "
b"‡¿î‹\e cK?·tùñÓr•à "
b"ŽÛ2iybEo´\ú\x08 ë}\x1C\x05 "
b"%P\x19 ØmM\x01 Ž\x1A Ä€n/€- "
b"£—ŸÜ\x15 àL“‘ÿ\x04\x17 Œ\v ª "
b"Ä^IvœÊEŒ°\x06 zÀG‘' "
b"È®\x02 rä´K×›ˆÑÙì“<w "
b"ìd—Ï\x02 KIX±¥\x15 Ú®M:ô "
b"í\t ¤oœ\x08 @_ž•\x11 \Ua¦’ "
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"\x01 ‘ê9d\v\x7F †Š§i™2cñE "
b"\x03 ¦¡«`úK\x00 §kÆ~NSË "
b"\x07 ¨\x01 @Î(GÜ“OcuÄ$¹\x13 "
b"\x16 ºbÍíœG™•¥Ï¸FÏç\n "
b"""
F4JŒ\n
ìHÚŽX\v\x14 †,1©
"""
b"H\x08 ÆíCE5ªáç£ß5ÓV "
b"""
U¢_µê\n
O-µªÁÜ\x06 @\x10 ´
"""
b"Y4¶iÅÝF°–éïÞ³j7} "
b"YìÞúÐC©Õâ\x02 ×O+³ "
b"\x7F\x16 -øæ»M+¥.ÏD±t¶ "
b"Ÿ„¿,2ûO·¹\x0E f\x1E 8îRã "
b" Ow\x05 I;D?½ú”Í™Šj\x07 "
b"¡§\t l\f hL;Ÿ¾Õ^ß6Åî "
b"±Ó*¹vûAJIc’õ”\x07 ¤ "
b"ÛĺJ¬\x0E K€œÑa£,"2[ "
b"à\x1D ]Â@è£\x16 ‹ªýôS "
b"á\x11 §õÝ @&®ÛüØVÁƒ" "
b"öo¶”rÀBζû~L?µÿ: "
b"\x01 ’L‰ø^q|®¤¼7Q(šV "
b"\x01 ’LŠ.{xœ\x11 Ì2À…nÀ "
b"\x01 ’LŠÜ•~ñ¡…ZŒaæFò "
b"\x01 ’L‹\x03 N\x7F Ü€ìpm¬f\x12 × "
b"\x02\v ÞïG—L\v ¦µ×ή˜ÿm "
b"\x04\x05 P]!Lvþ<JB‰·\x7F "
b"\t ÅOÚŽ¦AÅœÈ}Rü2G9 "
b"\x16 iMŠÏL›¬üòðœR›\x18 "
b"\e\x05 ‚Þ÷·A'¸Œ•\x15 m98 "
b"*TšO¡µDR¸çì\x05 €\x14 Ø\x11 "
b"*h¯EýO;ˆ\v Í¥âù9Ê "
b".\c,&+H„¬YU°\x1E ñ£û "
b"200Èê¤K÷½0R’°pyÀ "
b"""
5yÙ\n
³\t G\x08 ”øb5Çr\x13
"""
b"D\x13 H>F†Ia°\x03 5¼Ô\x1E ò² "
b"W\t ¹YÀF•\x05 IóxüêT "
b"`\x1E Ä;\x01 ¡JL†\x1C Î ÷ÅŽ« "
b"a˜Wåû¿@éŽ\x0E î\x05 »µ±Ž "
b"c\x0E\x1D TÊ\x1C GÖ ýÎâ\x0F ò±| "
b"c®ûHéîE¤¬Òq½É\x0F I¯ "
b"g~\x02\v ~…E÷‹¤ì£š5k‹ "
b"nΤ\t MOê¼Í\x11 îáN(õ "
b"qãW ï\x06 Lòª’¤ñ\x01 ’\x07 ¶ "
b"‚ŒË¼QN\x06 ‘þ`ÞÑÌ¨É "
b"""
‡\n
Ò.jÁHý•ñv;±Ógï
"""
b"•“Ó|UOƒ¼3Ï=Û%f\x17 "
b"–åêhW˜@붸G£ØâÏâ "
b"›¼\x03 w¶„OR¨ó\x00 Æ;å"Ô "
b"ŸîiÚ›Ú@„¾¾\x19\x11 ž†^R "
b"´xz\x08 ]¶HŒ¯·&§£‘Ž\f "
b"º\x1F ÆÉ\x1A F¤…ñ;׺\x00 é@ "
b"¼øí¤^/Gò°€Ã,F¢\x1E\x05 "
b"çË&«\x04 E³ˆ"¥÷/º\x18 æ "
b"Ð[ã[ºYGE¡Ôβ1›ôu "
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"ÜAX\x0E :ÅN\x07 ¹\x01 þL\x14 kV¯ "
b"Þ¦«ŽÀ2CV½qg0á\x05\x1C Û "
b"ã¥Ð|4L"±\x7F ¥mU\x7F\x01 6 "
b"æà:ÏÒ\x12 D_™ó+Ë3ë’W "
b"ê¸v“Í•KÞªÐz>@ÇÏs "
b"÷m\x1E W¥\x15 JŸ¢Vp\x08 Öò\x07 " "
b"\x00\x17\x03 ÂV\Ovã.Ò¹G\x1D\x06 "
b"\x01 yßH\x06 p"«©fb~[6 "
b"\x01 ‘ê9¹q1œî—þ!)\x08\x00 "
b"\x08 ·\x1D ‹|«C\x0F –×\x0F %[DI\x04 "
b"""
\n
ÿÌ2ÿmMæ£Z\n
0«\x1E
"""
b"\x18\x1C ÎN©ˆB°™øü\x05 í™AN "
b"\x1D ¦¹»\x08 ÓKü„ã\x19 v{—\x05 … "
b"\x1E eð‚_«BË—^[\x10 18b² "
b"\x1F Ûú:ó1Lp¬Öº•PÅìg "
b"#mWí$ÉE|’\f\x0F é\x15 SiÕ "
b"%‹z\x16 ÿ–OÚŠr¡ÅØO‰\e "
b"%ÝMiŒcN\x15 Ž,K^H*âN "
b")¦£‡¦Q@t€\x17 O6Ìü\x17 @ "
b")ȇªq\x1D Hâš9fw?Né "
b"-üúH]NHË«×ÿƒu3p— "
b"5¬\a\v üF䇡òÔ‡Éw¦ "
b"8\r AnPÏJW›ØÐ{8“{\x1A "
b"Cû¢Ü\v YHU¨Øé‹ÿH+j "
b"N¸W¦²PNá±êÇ=×bÝI "
b"R‰¸\x16\x01\x03 M-ˆÊ^Ш)©Œ "
b"X\x15 Q…ºÇG®ÁÀc:\x11 ê "
b"^Ø; PŸDâ”\x14 öLÔ¢ö¿ "
b"aaì\e hN|¥;&áݓȣ "
b"oðKÝ¿@\x1D §ÐHã —ú\x01 "
b"v³—í\x7F ÝCK‡\x07 k‚à\x01\x1D 1 "
b"‡JÞ\x7F ‡ÀI<²íi:•e\x13\x03 "
b"\¤A—ÄD£¥^K¬^ʉ¼ "
b"§cŒ]\x1E ÒKž²\x04 ‹@\x11 ™‹É "
b"¬\x17 2™Ýu@»\x04\e \ÅU…¤ "
b"®õr„Ô¢B¹Ê®µªE$8 "
b"Á\f {}§–O,¥àÈíëcÐ+ "
b"Ã\t ¬÷ÔµH!ƒÇ½Ñ¿*]Ÿ "
b"Äû±·v~Cp˜šâ‰'âˆÜ "
b"Æ38ˆ€ÓC¸¿ê\x0E Ž8`¶Å "
b"ÈqÄ'\x06 î@\x04 »˜Ž¨D¢\x07 "
b"Ê\x1D Ñt8E|ñzwà\x15 @\x08 "
b"Ñeh2â\x10 FݳՑúœ\x11 ÿw "
b"Û(¤®³@¨&åDÐ\v ·\x06 "
b"á@\x18 ®Õ\x12 IÓ–ríÞh’\x1F > "
b"æ\x15 o\x12 Ÿ€LÝ’%Ú\x7F ³Ê2] "
b"îŽ\x1F \½cN ‹FÈÒ#\x00 ¸ž "
b"ñdüâ\e ¦D\x12 Že±\e Ø\x1F ‡§ "
b"ó±ä\ȪC\x1E ©ˆØ^êXõ9 "
b"øæZU.¸LG½ÞžÄñãC\x17 "
b"ÿ„!Å\x02 ³L/™Î\x02 ÒÃoàp "
b"\x01 ŽyßDmqב9' Y\lt "
b"\x01 ŽyßF4q&¦< 嬯\x03 š "
b"\x01 ŽyßH"sû¢¾6x´\r Xw "
b"\x01 ŽyßäÕpº¬ê\x12\t ’\v E\x0E "
b"\x01 Žyßæspá£\x06 Z«õ\x02 Ù "
b"\x01 yßé¡sµ#Ë~X7•‘ "
b"\x01 ‘+ö_q‰€’E*aò’» "
b"\x01 ‘+öï-s\x0F ©^×)ä2R\x01 "
b"\x01 ‘+÷Áfș¤u8»Ïa% "
b"\x01 ‘Ž"u\x1F qìš›}2\x7F\x10 Gò "
b"\x01 ‘Ž#l°q\x1F ‹WS"r\x1C Õ¼ "
b"\x01 ’™áôgtâ˜\x12 ð5øtt` "
b"\x01 ’™â,Ï~–ƒÓFý¬ "
b"\x01 ’™âL÷x:œºjG÷òŠô "
b"\x01 ”лJPp,Œ&“\x15 çbÚr "
b"\x01 ”Úê´¹vA°åzs!çQî "
b"\x04 C¿€·ÅN\x1D š5ƒÐׂ%š "
b"\x05 @Zf†åO˜bœ \x03 swR "
b"\x06 ×]õ;©Lw Ñ÷§„‘C9 "
b"\x08 Y?‚'oB¥‹A\x18 ªu¶ÀÉ "
b"""
\n
(#Ùœ\x10 Ke®n\x16 ’w¡êº
"""
b"""
\n
9\x1F üD1Js«FßEùÞñ
"""
b"\n ã\x11 ¼c\x00 Eñ³çøQä¶ø "
b"\r \x0E ÿºÜ,Jñ“ãÃïèv;T "
b"\x0F Ã:h\x08\x18 JƬÖ}<hÜ^ "
b"\x13 Kæ=\x14 iO\x1F ˜rŽÑÑ/ëv "
b"\x13 îgÊuNé•ݼŒ8:\x1D V "
b"\x16 !1ÿ @ù‡\á<ey\e I "
b"\x18\f\x15 µ\x1C WE3†,Eå¸ó¨\x07 "
b"\x19\x00 PÉŠÐA⼎D*X(èI "
b"\x19\x1F ,º(±@^œ-Ç\x03 å\x1C 8 "
b"\x1D Ñçuo/BWŸâ©Ü·ßî£ "
b"\x1E '⹆OEæ›H±Â2N¨\x1C "
b" ±Oÿþ%FP¶Ž2eç8†é "
b"!ôÎ\x02 vq@*”¤Ñµ"m\x08 ï "
b"#óoŽõzMÙ¹÷÷¹Msð "
b"%1Oeû0KŽ»æZ\x1A „\x07 X\x17 "
b"%¾ñž‘\x1A L‹ª½Á³FÏi& "
b"""
(”޶}%F‰'\e ²ç\n
_S
"""
b"(œVÅêýA>„\e\x14\x19 *IÛœ "
b"""
+t…ëLnKB…ô#Y\n
L\f C
"""
b",Ò‰€Y’J(—mç\e ަpH "
b",á,:Ök@õ‰\t )må—¡ "
b"-¿µ4·,Gð˜Et‘uλ8 "
b".0¢;c+E2Q\x08 ú©n÷ "
b"/\x16 ÅdŠT@\x0E ´S?\f ,_IŽ "
b"5BŠƒP²C²ŒA!Þ\x07 ùÃI "
b"5s\f °—ÑDóž[|ys›\x04 ¡ "
b"61\x11 kµîLõµ90ÕN¸Ê€ "
b"9kÑÐùîDÓ¹<…‹^\x17 ib "
b"<Ô¿–fJEC)ãþÞ\x15 Ó\f "
b"H¶\x0F ౸Aì°…¨^ñGS "
b"Mã[\x05 cŽE¤‹`³9é\r \x11 a "
b"OÁ} \x11 dO\x1D Ž5'ö\x14 ž\x1C / "
b"T`Û,÷ùK´›\x05 Í“\x1A ýˆ¯ "
b"V¥\x16 5vD\x05 ˜šz8\x10 6œ\x12 "
b"]\x14 ƒý½)L\x12 †Ž³\x12 f_^í "
b"`\x15 ÅÉ$¢J×£lCwZAr¿ "
b"cîFBÀKMמM¾¼àÜâ "
b"""
föÙ\n
¢‚Nz¿ï{ñ¡¬ ¼
"""
b"p~”úÑWGí»;IžG\x0E ±ó "
b"y¹\x13\x03 DME„‹)\x05 •}K8\r "
b"{™=\x06 Ðø@š¡‘û\\v úAð "
b"}¦ŽG\x10\x18 Oª„ç*Æ"r7â "
b"€ŒÖYB½D—а=g>\r %: "
b"‚>ý\t »OD\x11 ´wçvï¤ÁT "
b"‚„\x0F !T*Iô§Ï€¶\x19\x01 D° "
b"ˆá )\x08\x07 K~¤º·Ä¨íë± "
b"Ž£û˜®*Fi„ûƒB\x13 #\x1C À "
b"ÿ\x10 évëC{?3EI¤'Õ "
b"‘›º¥jtA\x10 £`ú\\x0F úòD "
b" ÁŒä¡†Gl‚©+:ª”6\x05 "
b" ÞX, ENý·\x1E åRŽáâ÷ "
b"¡¬‡÷´–Nͧ— £ÅÇOI "
b"¤[\x1F §èÖJ\x1E ‚ÜÄ;\x08 e_ß "
b"§p}ćHIw™\x15 ÊÃý\x12 ¼' "
b"¨â#éÀ\x1E @/‘ M:µ\x1F "
b"±bRÍ…àI\x12 š]=èD\t #Ô "
b"²¸’™wFB\x06 ¶\x13 Ž!³$ûØ "
b"³A½E…\x11 @Ó¢\x06 _žœPÊÜ "
b"´,9\x07 $Kf¾°µ«)3¹Ž "
b"¸ë\ \x17 sF\f ’é÷Ü£ÞF© "
b"º4àLš\x15 LÄ–2'š–aŽ9 "
b"½ åì‹i@o¨™¾˜À8ŒÌ "
b"¾Å/h=OD?›ÅÇùv¢K½ "
b"Áa™\x07 ߎJo‡šg*"7qe "
b"þT\e RÐF\t ºà)+\x05 aAõ "
b"ǪÊQ™nFs‡—;dù¸¤6 "
b"""
È\x16 …L¦4Fq—)\x12 ¸\n
ÊSš
"""
b"ÈÉcÖNCz§º®Êºà(\x1E "
b"ÒÚ]k&ÃKJ¥ŽyÒ\x1F wr "
b"Ü\x10 fv\x1C\x01 B•±ƒª5F\f ÖÉ "
b"Þ\x02\x03\t ‘ÌE[—õlÙŠ“iÝ "
b"ß§Xí\x1A .KQ¯\x18 4.k '' "
b"á\x14 D\x0F J-L=µdÐG“ \x17 Q "
b"ê‹yˆUÎA¢• Rr\x06 ©\x16 e "
b"íqq‘§>@¶“åŸZ¶Ë¬\ "
b"îÌ,SÄqLÞ˜C {—\x10 p\t "
b"""
ñ1\x1D\x19 Û\n
CÓ \x18 £ÉÔ‹Š–
"""
b"ñ:Ý·qpG§”ÕDù\x03 ´àå "
b"óE›¾\x02 `D´¯Ï׿\x1C ÛÌG "
b"ö+“ìGj@¤\x05 ˜È\x06\x16 îÚ "
b"\x01 yß!\x13 rWVþÜ|¦$ "
b"\x01 Žyß!%pê“Ú{àÿS‘ä "
b"\x01 yß!*p\x7F #˜R\x17 m\x07 ¢ "
b"\x01 Žyß!4q\x0E ¸è\x19 À¤6< "
b"\x01 ŽyßE=q½¼z}ÐËPÇÊ "
b"\x01 ŽyßETpÞ“ãº\t ¢’\t "
b"\x01 ŽyßEˆpñ¸<äÓ‘Y°Ï "
b"\x01 ŽyßEüsû§^Z®Q„ô\t "
b"\x01 ŽyßG:sB·(5Ãìë\x03 ‡ "
b"\x01 yßGDqoë\f 1ª>—\e "
b"\x01 ŽyßG“qfƒ !\x00\x04 ddo "
b"\x01 ŽyßH}q\x11 ª\x13\x12 äš\x0F —î "
b"\x01 ŽyßHîp²ž\x14\x17 Ì\x12 ‹†\x13 "
b"\x01 ŽyßIsqûºã-Ù'Uš[ "
b"\x01 ŽyߢªsŽ“3È÷õ\x12 Á\x1F "
b"\x01 Žyߢ°sÁ’xÝ\x0F ÷v¯é "
b"\x01 Žyߢ¶rY¢ç¼\t Û\x00 ½W "
b"\x01 Žyßåâq§¦&#éõ®o\x12 "
b"\x01 Žyßåñp¹€âÆt·i%\x08 "
b"\x01 Žyßåøsš…0bõM\f ºã "
b"\x01 yßåýs\x07 6]\x07 36*´ "
b"\x01 Žyßæ\x03 pç§\x12 ž•¥é•Î "
b"\x01 Žyßæ\t s_‘íÓ0ºŽ¨— "
b"\x01 Žyßæ\x10 r\x06 ¸ÄÔÇè'ë¬ "
b"\x01 Žyßæ\x15 r€‚æÜ‚´)ÿ§ "
b"\x01 Žyßæ8pµ²"™ÑS"´C "
b"\x01 ŽyßæHqÏ’“±2,¹à¼ "
b"\x01 ŽyßçJpH‚Ú*‡\x1D =xÑ "
b"\x01 ŽyßçPr*¥$\t ¹×>½@ "
b"\x01 yßçUp޲ßèÏë\x03 pM "
b"\x01 Žyßç\sÿªP5\x03 :\x7F øS "
b"\x01 Žyßçaså§€\x01 Iã\x1D |D "
b"\x01 Žyßçgp¥‚…\x16 m›D]Ô "
b"\x01 ŽyßçmrD°„\x04 ùŒ\x0E XÁ "
b"\x01 yßçrsT–vTøþ\e "
b"\x01 yßçxq\x1D „˜–yfÃH "
b"\x01 Žyßç~q1¤-½ïÌy]N "
b"\x01 Žyßçƒq\x06 ¶ñoVÉ£\e æ "
b"\x01 Žyßçˆpº†GµòxRAÆ "
b"\x01 ŽyßçŽqN¼¥>„âß\x14 \n "
b"\x01 yßç“p7!\x1D W¬/Î\x1F "
b"""
\x01 Žyßç™sK¯¸Â\v ˆ²\n
+
"""
b"\x01 Žyßçžr¿¶ÈDëf«®† "
b"\x01 Žyßç¤p\x1A Ž!–ã²CV "
b"\x01 yßçöpΑ„,p|ÇÔ "
b"\x01 ŽyßçþrÓŠ§Ñ\x12 °Õª· "
b"\x01 Žyßè\x07 qû¡\x1D dƒ×6\x1D w "
b"\x01 yßèHp\x19 ¾z\x15 OB¬q "
b"\x01 ŽyßèNs¢„8\x03 ôX°{è "
b"\x01 yßéµpì»<Ì5³\x1D "
b"\x01 Žyßé¼r\x1F žÂ¯³\x1C ¡‚Ö "
b"\x01 yßéÕs\x1D *¤+:?Ùä "
b"\x01 ŽyßêÐs7…‹3¬ÓMF\x1C "
b"\x01 yßêþs#º‰V5ËœA "
b"\x01 ‘+öv´p\v «+Àþ\±tÕ "
b"\x01 ‘+öí\x1D p‚¼jœÏ»I‹ "
b"\x01 ‘+öï~q%¯\x00 ˜Æ¶\x18 “7 "
b"\x01 ‘+÷\x11 %p‚¨ \x7F ¾ÞÙ¡‹ "
b"\x01 ‘+÷O«sm˜û"\t ßð>L "
b"\x01 ‘+÷§ÖrS”\x08 шŸõ{Þ "
b"\x01 ‘+÷¨Öp»®\x01 Ñ"¢\x12 æè "
b"\x01 ‘+÷©Éq=·öjàiâ®0 "
b"\x01 ”¬.M|áºÔ0Ó\x14 „\x13 "
b"\x01 ”¬/\x12 Gp\x16 ©\x12 ëá\x14 OM "
b"\x01 •@³ÖŒp‰¤ùÒº\x10\x16 õ• "
b"\x01 •@´LÛtzþð\x15 ©fýÌ "
b"\x01 •AÛ\x19 _y\x07 ’©ÝâÞá@å "
b"\x01 •AÛT¦y›¯¦t˜†±µÞ "
b"\x01 •Ìùa8yœ•t¿f7¨\x00 P "
b"\x01 •Ìÿ\x1A žxÕ¸Ã-Ö“ö\x16 < "
b"\x01 •Ò\x15 u{s\x00 •^#Gñr#3 "
b"\x01 •Ò\x16 |8v} šaïä³Ê "
b"\x01 •Ò\x17 ˲{¼¹é&\x0E N/Yo "
b"\x01 –l*çv\x17 ½vÐô\x7F ‚”Ö "
b"\x01 —›}\e <|ëµ\x10 üùI»…X "
b"\x01 —›}“®|_£tyk9×[3 "
b"\x01 —›}¼Ðp(š¯_µ!Àóù "
b"\x01 —›~2]q¦½s޾WËq] "
b"\x02\x15 A!’æJ0ŽÉ:n:Jã\x10 "
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"\x04\x11 `\x07 ]QM\x01 ²·m )M\x19 , "
b"\x06 ¯\x06 ©D»½jS[…„ý• "
b"\x08 d’\x14 bÄC\x08 •u\x11 œuP<W "
b"\t \x1F þ`õBm´šÅ/)‡Bš "
b"\t ·Dš”¾Iów¢Vy¦€ "
b"""
\n
yKl»Al¢ú—¨9‡\e ³
"""
b"""
\n
ð\x10 ²ØgA\x0F Vo\x13 iR|Ï
"""
b"\v\x15 9…î¦N\x11 ›â‹\x05 Uú2 "
b"\r V‹e\x03\x19 CS–Ò~\x15 ý\x19 5w "
b"\r øiƒÅÔM\x00 …”‚àŒÒ\x19 0 "
b"\x10 \:)\x12 ‘O_¾5“G³œ« "
b"\x10 s{¢DÚL\x00 ‚›ÊëîrK8 "
b"\x11 ~0\x18 ö=DÂ\x10\f º%\x1F :½ "
b"\x12 _IŒ©EJ¾Ú·Q7¾\x02\x06 "
b"\x13 X\x18\x17 g}N‚•Ì+D“Lʳ "
b"\x13 ä\x0F ðLsCô¡€½ÐÌ–h; "
b"\x14 V¹øjœG\r ¬\x13 R•ÇßÛˆ "
b"\x14 ³¤Žƒ Ht˜Øäñ^ºà{ "
b"\x15 19µc(G8¤áSþ$›W "
b"\x16 8¦!Àè@¶ý‹Õ‚\v ©M "
b"\x16 Ç\f ˆü|I¦—\e ¾Lol\x12\x19 "
b"\x17 cQ\x0E\x05 …IO¬õa\x18 Ž\x1E ƒR "
b"\x18 [\x1D w®ÜDù‘TÐ\x13 ²2Ñ\x02 "
b"\x19 JæÝ(ÖA•Ž£!f9Ï ð "
b"\e\x1C ¡nqí@©œ®¯{xéŽ "
b"\e zÄ>¤-I뾡!Ñ\x00 w=® "
b"\e Ø\x7F [˜\x0E Os’Ë5ïBZ\x00 / "
b"\x1C\x1E üÏ®\x19 HLž¸“\x02 Ì+ "
b"\x1C |ŠZ5¢Mã¦Ã3÷0oq\x1F "
b"\x1C ™\x13 å67O?”OÎæ6œ¤Ê "
b"\x1D\x17\x14 ßM¯D^Ž.)d¹\x06 ȱ "
b"\x1D kü\x16 HŽMM”L\x04 fIÑrÔ "
b"\x1E µaZTrLr²#Æ:7É;\x18 "
b"\x1F cM¡’ÄHE²ç÷xp½Ìæ "
b" ¡:;lmC÷‡\x06 HqËÓJ "
b" ¯âvò\v Aì¢5U™z\e ľ "
b" ²ÓWeÚMH´Õ3öÒã\, "
b"!RVº|\e Lé¡#\x17 Ê#&±Ã "
b"!U`Ý6ÑEQµÅ‚;;Ûþ¿ "
b"!ïû“°-OVŽ\x05\e\x19 }þ\x15 : "
b"!ô‘êÛ@öWWóª§_Ê "
b"#¹ÈʺpL}§Wc¸âJ~ "
b"$ê\x08 5,ªGd\eWoõ "
b"%\x16 Äu\x10\x05 Mb¡&!\x10 ~Ÿ=7 "
b"%9)„¸ëIꎦ[#Öê\x17 I "
b"%qëXê¾@\x1A ¡Iî—N\x08 >œ "
b"&\x0E\e ½DJ%›êy<&\x1A Ñ… "
b"'käl‹;Frž\x04 Á:\x07\x06 K\r "
b"'Ê‹Ú\e ¼J¶“'‘{žBÊÅ "
b"(Êð\x1C \x01 IÛ²´–aё㖠"
b")\x00 J†>BØ 4\x01 LfäÃ\x16 "
b")&\x04 ”’üF6’»\x11 "¤ ŒÐ "
b"""
)|qã\x07 ÉA\n
“¤²ì\'I†
"""
b"*¿îøOuMú‹!\x03 —Ai\x04 ; "
b",ñœ\x05 ÑoLn†Ü ˆâÆ™P "
b",üÞôf\x15 GµŽy}à7ñp8 "
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Äí“íýLü…\n
Cƒ<«é\x17
"""
b"2U0V6_I¬®\v I‰F„I1 "
b"2tãû¥Aw•eÇbÊæ "
b"5_\x05 Þ\x06 »I²·Z\f "\x08 Uà2 "
b"5¤¨ ’çIÚ®í˜6¡”\x13 ‚ "
b"6’\x1F w™HNjQog\x1D *Â "
b"6æuD\RJlŠV{ï"\x1A "e "
b"7\x01 ÉöâwCB²#ÔÍ&£tÏ "
b"8\t QDHmA»¢\x14\f âït0\x02 "
b":B€ÏÎäJÔ·UCöNMzâ "
b";i\x07 ¼~œGN¨f—¸É«Ô‰ "
b"<pìz\x07 E?Šÿ=K¢¤w‹ "
b"<Ææ7ú^B(‚òèá\šû\x16 "
b"=O;‘§‡A\x02 ˆq\x0F\x04 š”nß "
b"?;Ž#’QLƒ¿<x\x02\x08 H¯è "
b"@X/¶µ\x18 Eñ‰Ù‡ˆò¢,õ "
b"A\t <V}\f J£µ\x17 “\x17 !xûS "
b"Cš¦AÒÒF[¥bFPdÚ\x13 e "
b"CÅß…ÿ¾N6—ÑÑ\f H|þç "
b"D×\x04 îJUN€¤È×£\x07 Aêi "
b"E5—nÒGCK†.BçýX+ú "
b"EQ«™\x14 ¹G{ŠÈ\x1C ÈÕ]\x02 » "
b"FzB\x1F ª-Fè±:\x10 óàÂUk "
b"Fü\x1F\x16 ÈeA\x1A ®k>F—Ǫó "
b"HmÖÒY‚LG ¤¬\x02 4úã× "
b"Hе\x02 I¦Oè²— \x18 yž‹˜ "
b"Hø#ŠH\x15 O½·Ö\x02 ›ŽeO© "
b"JCí~ëaJH’\x17 ”µ9‚)õ "
b"J£\x1E e‰öK¨‡ÈR~D\‚ "
b"Jª\f —ª”Cؤà{úÞ`DÑ "
b"KTõÂ5AH6¨õ~\x08 F\x7F p "
b"L’÷Ö8@I\x03 ˆCÕWbþÂ "
b"LµA†1«J™”h\x08 ãéÒÎm "
b"M\x04 Añ “Egˆþ\x00 š%SÓS "
b"Mç\x02 ÀjG\x18 ¿\v ÚA<\e ;¥ "
b"Mþ#\x01\x18 ^K=¤È,¤•ÑzÔ "
b"N-U\x1C ,ïD\x18 ŸE\x08 ü’ÈÖz "
b"OÀ‹\x1C ‘/H½¿¼FJ\x03 týß "
b"Q,\x17 /\x04 ƒDâ¦Mèv˜)hC "
b"""
Q»"Üš\n
N\x03 ŸŽ!y~M\x12 ä
"""
b"R½W\x11 \r XL¯ˆ8\x0F "v±¶… "
b"""
RÌt+ä´B<«'¦\n
µè\v ‡
"""
b"""
S\t +|ô®B\n
€§Úø¹½º
"""
b"S!\x14 ýªÉIW‹É—\x1F\x01\x04 “ "
b"TCô\x0E ™\x0F @šŒC°‘\x05 ;aÚ "
b"Tdí½^ÃAD—Ó\e PÏ*,‘ "
b"U¢yÚ \v K\e ´a\x11 :W–\e Ú "
b"Uà\x19 §øøK…»ƒžx©1*ü "
b"V²ÂG\x17 •K\x01 ¸£\x10 GÛ|’J "
b"W‚ÓQx\x03 M¿²ÿVÁ\x0E ‚R” "
b"Wü`r¿\f O’½ŸaQ9¸&… "
b"XÃËÁ•Fý¼À™\x7F dÐ\x1A X "
b"XæÐÙŽŠHðµ|Zvœ|FÁ "
b"Z¹¯pX!IŽŽs]™\x0E åà "
b"[t`gú”O£°y\t ›…^Ž7 "
b"[êVÈETHü¤|v›ÔAÏ" "
b"\Ü\t 7ßEN䤫v“\x06 ‰Ü "
b"]mf\v çyO\r “¼ß7ñ‚±N "
b"^Å(”.iJÂ’ÇÊ®\f !ËË "
b"^ñÁ5\x12 ZH\x16 §M¯\x06 ]]\x1F ” "
b"^ôÒhU\x06 FJ„.Å\x1F ºÒQ\x08 "
b"_{,¶âFBžˆ#«˜:¡§\f "
b"_„¾Î`OM„ …c.\'?\t "
b"a£D¶\x0F L*ç¾fU\x05 øn "
b"b(ÍO\v 8K¹¾\x02 Õšüî}® "
b"""
céjø.»IˆŒ}ïÐ\x1D .\n
\x0F
"""
b"d/\v ,ìM¤¯ž¹Ý2\x1C ‚” "
b"dYrÞt˜Nº»‚ÐF\x16 e¿= "
b"dŠf!l‘Dãš6\x0E R\f ÿ0r "
b"e\x10 /œ‚ÍGÓˆ»‚\x02 ¿ùȺ "
b"e\x11 [¢tBý¶ÿ\x02 ü*\t cS "
b"eš Oi`K0§!‹e}”Ž$ "
b"f\x04 °¡Î¬F²“ßÙ¿Ž\x13\t ñ "
b"f(mpK\x12 F3‡YîƒaÏá7 "
b"fiºó4“OモõS\x19 gð "
b"g¯™™}¸J(§\x13 ¦xìçÓ· "
b"h×i_ãîL\x0E §µ \x02 9ß$m "
b"i®$G½¤EA½èqu\x01 M+P "
b"iÕI“Z\x04 O\x06 °Ê°*s\t P$ "
b"j K,sKA™àA\e "í6ß "
b"j0ç\x1D\x1A bH.žÖq]³Žñ\x07 "
b"jˆQ&qOI£ââ¾"Æ9; "
b"k&žE-²D ‚Έۤ\x16 >; "
b"kî¯çëæE\x1E ¯„÷\x1E ˹æ "
b"lQ\x01 òAÓHA¾ÖV@Ï”\v\x01 "
b"lxà)ήJc¤¹æ\x18 â+äè "
b"m\x18 0P®ZJ²Œ\x00 'DèS&\x06 "
b"m]—\x02 8¥N\x01 ±Œé\x16 ¨iJ* "
b"mˆ€]ysN}Š:Îc\v NZZ "
b"m“lãr…Nj“\x00 ¸)=Èíq "
b"nZa¶`|Lç‚\x06 m…ùçgÝ "
b"n\7ÍákGÞŽK{Nm}è“ "
b"nÓ˜ë^'F\x18 Æd\f ?%‘Œ "
b"o\x0E\e Lž\BRºšªm¥:Õö "
b"o\x1A \r ¯¶ãO\x02 ™kÉ\x1F qHuƒ "
b"oÕI¦i1Hû¨¾=ÿqH|] "
b"p#-@\OjÚÝf<ñgµ "
b"pÑV.¥\x03 L±Âp9VÃ,b "
b"q\x03 t\x12 ú!BYóIéÃl㣠"
b"qj+áp\x1C @À·®˜òñ3\x14 ó "
b"qm¥kéãMÀˆe\f X$ß“æ "
b"qÁ¼T\x16 LE–¿œSx\x14 %ñ "
b"rC\x16\x19 Ö–J]¢§ùq\x06\x11\e ~ "
b"rûýà\x0F ùF.§\x0E ¸î<\x1D až "
b"sFc–§—EȱKVþž§-# "
b"u\x7F ;ýaêDÒ”mšƒ5>{2 "
b"v'B÷lkJI°AgV&0(W "
b"v2\x12 —·µI»‰É<F\x17 Ѓ "
b"""
w#×ü’=L޵^êÅ\n
™·\x1F
"""
b"x`(žUF㜰\x03 ~å–\f š "
b"y\x11 “t\x08 èC=¶\x13 |\x15 ðBMŠ "
b"""
y\x19 :C<B¾è4p\n
ͼÈ
"""
b"""
zÍ%qâmNæ\x04 ¥]\n
S\x11 §
"""
b"{_ón¿³C½Ž³á1DGX’ "
b"{çxÉ+ÅK¥©¸ûf,¨T\x04 "
b"~#Úˆ³6@â«»\x07 ¥?b{M "
b"~Ô‰îqƒJ–¨åq¸\x01 –Í\x7F "
b"€ ô\x03\x15 çD9±”½#؇LH "
b"€É ^ö@A—28úÃâ„S "
b"\x17 Ú?ÛGMo}xÚfŒúS "
b"5kâŠÁF4»Ûâ¬ÊôS¯ "
b"Ñí×)\x16 O.³t·‚+ög³ "
b"‚Xª}4ùOOªx\x01 |\x0F ¨ "
b"‚Âç\t 5ÛI.¢bÆ`š“î› "
b"ƒ-{óð1A„˜t\›VQ»† "
b"ƒIC¼¸ŠNJ™Ë9àõ\x0E\t T "
b"„\x1E YiAnO\x10 £Iõ7\x1C ö_Á "
b"„x†Fï:M\x03 µM™öxÿçû "
b"†R‡åážA^žwöʆ" "
b"‰\x13 ‰Ü£OE¸šþ¼ñÝWÈ "
b"‰\x17 DŒKþK\x0E \x08 ¸+ù\t ú "
b"‰©\x1F ŽúG.§@Zõ;Уš "
b"Š\x18 È<èFAº³"u\x1E -\r ÒB "
b"ŠŒþeû\x17 JC…bœÔXq³’ "
b"Œ\x15 éÁ\v ¼M¸¯ôÓeííxÛ "
b"Œd<†|ÚGì³\x13 JËŠÅ\x1E § "
b"Œó×ktO§¦lJlo‹ "
b"ŒÚ6¾‰ùH\x1F ƒ\x08 ‡\x1C {\v 3‡ "
b"Žü¼\x00 OêF"¢4\x07 b5úË/ "
b"¾gÖÿ³M³ÖJ¬)äÍ\t "
b"ìaÅFqI˜™úöó ûÁ¨ "
b"\x12 Ó›4HAÕ±F\f 4Fg¾ "
b"v\x04 \r aA\x14 €…œ\x14 çIȃ "
b"""
‘ž t`\x15 EU‚\n
y\x1D\x19 ޳ó
"""
b"‘â¦r áF=ˆÿå_‹\x06\x14 "
b"’‡"´¤½@è†ØÒ:ÀŸ–Á "
b"’Ù‡#9øCذ“*lÑ\x1D !ï "
b"“6+»MÌHš¦á\x1F ÚP°„: "
b"“:¸7Á‚@¶Ž(\x13 “UûiÅ "
b"“Ý*l CޤÁä9Í\x13 ç³ "
b"”W\x10 /\x1E ýA« þ‰50& "
b"”bÂW\#H\v ±\x11 èÂhÂ\x1C I "
b"•Ûü!jlLq…ÉñæõI\x03 p "
b"•ü¯ŒhKF¢·ÛÂ~ßÕ4X "
b"–Aý™àŒO\x0E ‹LA%±J†« "
b"–jbÌ\x0F ~J1¬Qm\x18\x00 Üz\x04 "
b"–jG‚{N\x16 ªQRR¬·:y "
b"–çÙ»ÑAÏ·íÞ\x18 aÿ¸5 "
b"–óS\x0E fiBn²3©#Η¨C "
b"—àÊfa®G\x16 ›ÔÁ¢ã+;$ "
b"˜\7\x00 n$I\x07 ©_H°\x04 GTI "
b"šÂˆ\x1A .\x1A G²¬T\x1E æ\x07 R¾¶ "
b"›Búy ƒF嚣/+i±šÓ "
b"""
›žºHØ"A\n
¬ÍõZ0¯¯¹
"""
b"œ\x16\x1C \r «ïGÇ—Ëð\x04 Ñt(\ "
b"œGÞŽàOï‰/³=f½+ "
b""25ô\x19 I“øïÓ^êê "
b"žx=ˆŽ#ELŽHm\';^õ "
b"¤n–îH:½A„Ýë5'/ "
b"¡aYºÆÈG\x10 ƒHjλåY3 "
b"¢ -I\e ½L´ôw)^\x12 "
b"¢+²e”êC¼¦€|(£\x03 èç "
b"¢c÷ŽØÕJ~\v {—&Cà† "
b"¢¼¢á3ýH/Ÿ%\x1A\x07 Ê1Í\x18 "
b"¢çáñ\x00 xD§Ïß¼Ï)Ü& "
b"£\x16 ~Yâ\x11 DY“\x01 ÐqÖø¾Ô "
b"""
¤!Y×á\x19 EQ¥\x16 z\x0F \n
2$©
"""
b"¤Ø¸gä„BO¬ÔÄ]'ÉéB "
b"¦Ÿi\x01 ²ŽJN¹bÂQÇ`_\x07 "
b"""
¨’½ŽÓKM÷´R\x02\x0F \n
Íûº
"""
b"""
ª'æ\n
\x1D *Idz¡£”œøŽ¡
"""
b"ªõÚ\f <(J\x7F ‰#×Cå\x1A ¶ª "
b"«£\x04 åÚ«G`›3z¥tÂÍÃ "
b"""
«©Ø5ÝtDç–\n
e'x+ýª
"""
b"«¸\r $?\x03 Jv£#áÿÍRçI "
b"¬Ž…K‚ûMï›°\f E9\x00 i5 "
b"""
®`˜(òöG\x0E ·f\n
Ö +ab
"""
b"¯/®éÚJ<±\x03 áÀQÕ\x08 ˜ "
b"¯\`Ô\x01\x15 K-´4¸23ÞÍ "
b"°g\x18 ½ØÎJ{½9\v ÷\x16\x01 ا "
b"±ÇW3s¾KǨ‹ÖÀÌÅÔ™ "
b"²&9™Ì\x06 O\x0E ¼‹¼ˆ{uû "
b"´2\x19 ~ì\x14 D}ŒItN\x1C È‘¦ "
b"¶\x13 ?¦\áI›’qÖè6ºü' "
b"·1,X\x14 õB\x1E ·\x07 $7\x10 ÷Àb "
b"·ýH\e\x18\x1D GŽ‘€1«;÷)â "
b"¸$\v ‚\x06 `L…ŠDü‚xÖ»' "
b"¸ˆ+ùã«Bú„ý\x19 }‘g\x14 ¼ "
b"¸³ºB<HÝ£cl~iÈ\x17 š "
b"º\x1E DbÞ.G¬¿Ö˜§w4\x01 "
b"ºAÎ-"ßFݰÚ\x19 1iÊî] "
b"ºgC\x02 8IJFªOyô‡¼\x08 \ "
b"ºª\x06\x1F à¬Id‘ûû}oœ[{ "
b"ºñ.-PoD?Ž¿øÛµ\x18 ò¦ "
b"»\x0E ´çÙ‰N`³ç\x14 D\x0F ¨\x0F ã "
b"»Yt3¤iJó ± ò2^Ú\x06 "
b"""
¼–\e q\n
~C¦Ž€uañK\x10\x04
"""
b"¼¹Ðhz;@Ü…ãJ˜ºàdz "
b"¼ÐckèÕNÔŸ=¿Ëä°m+ "
b"½.0¬‡C·‹åÎ÷ÆN¼ "
b"¾\x0F ¦\x12 ëN侯ÂÀ®A "
b"¾?Ʀ;WO*©7·HLuóK "
b"ÀVýš)\x1A J·—\x1F >nê‘x "
b"À‚ïÊùAI(…ÌÃûhI\x12 ¹ "
b"Ãq"À\r ÑMý¹Ã*\x04 ¬û½× "
b"""
Æ\v ô\x17 ddAo„è`\n
3T>)
"""
b"ÇšM²Ì˜G]‚Y%à¹ßp\x0E "
b"ÈÎ{ùÒ'Bµ—)˜½¾…\x1E ð "
b"ÉÊvæÃÇGPŒiñ·*Ã&— "
b"Ë›*›Ó\r I£¿'dÔvÀC "
b"ÌY–Ÿ4ž@%½ÓD.\x7F ‹·˜ "
b"ÌË{%¨{JÑ»…¢\x1A áäÆù "
b"Îb¿y›”C\x19 „Eþ#çÈ×þ "
b"Î\x7F !¡q‹B~¿³Aߦ½Y "
b"Ï0\x05 Ep\x07 Faº¸Î$+øø "
b"ÏIô&\x1A GNNžíÑÙµ£\x04 k "
b"Ï•\x19\v %‘CŸ·«ûÝ\x1D ¤Tz "
b"Ñ–;—o`Eü•y‰\x1D [\x19 «¼ "
b"Ò2U™0ÔH«T»P!¥Rø "
b"Ó4¶‰…\x7F @\x10 ¦ÊùlØí "
b"ÔnBÓà{LæŽ<±~xÿ* "
b"Ôë\r \x15 oÂDP¢¤5”c‘ "
b"""
ÕªûÐq\n
DK—g>íz0vi
"""
b"Ö|˜ÙØhA«¬¡FOÉ~\x00 ö "
b"×\x1F ÑÀó\x04 B8¢öè”2õ*Ý "
b"×Kš+ MEïe=tõ¨£ "
b"ؤú(\t\e B¾ŽF\x17 ‚QöÆô "
b"ؼ[Y\x1A\x1C JÚ¶}öS2_Ú "
b"Ù=\x03 ½(ÌLt‡\x16 ÷Zñ‘#\x08 "
b"Ú«€\e ûJ= _÷\x04 Á¡WM "
b"Úã¢*zÐJÑAÓ´˜Ž¢… "
b"Ü=÷—‡ùOC’ŠEðÑFž "
b"ÜA¦„3ÜD¢ˆ\f «\x1F „Ó&Û "
b"ÜSvT1žGd¢‘\x18 0ð+n¿ "
b"ÝÊÒ¢ÊPE´¿ƒ½/ð2Àb "
b"Þ2Uà@ÝHë»gì\x10 6\x14 ýM "
b"Þl6\x04 •M—…ê)ºÕBBO "
b"Þ‡4\x1E ÿVM¶‹n7\x1D\x03 TÙ… "
b"ÞØMÇ.…K\r žÝù‚ìÑè "
b"ß:pÇÕC^¯–ÿ—\x16 þ,” "
b"àÄ:“yJÿ¹6Ï2äk¡\x1A "
b"ãÿ‰Š‰©IÿŒM‹•e(& "
b"ä‚ÉÑðWH¤¹\x16 †ßª9ÇÒ "
b"ä„å‰o6LgµêEøÜszh "
b"åÈ\e 馑D2ž)„‡?\x17 ïý "
b"åÚ!^lO\x02 ˜ŸªÍ\v ™vG "
b"è\f ”ß¾fMÀ±NÓ*\x1E cþÚ "
b"éÇÿ\x00 Â=M”½9û2®©×\f "
b"êår\x03\x11\x04 EJ“¶å˜Åæ{B "
b"ë\x02 ‰U…ÎJ\x1E ¬\x17 s.Ú—éÑ "
b"ë,&\x16 [ÚK›;i›\r .l" "
b"ë1!T\x11 ƒE\x19 ª0\ù\f áNä "
b"ëm\x17 b8ïD\x1F ¡v)ÌLÏÌ3 "
b"""
ì쎒.~Eݯ§„°x’\n
Î
"""
b"í2¶‹\x04\x1E J4ˆ¤Æ\x13\e Œ-â "
b"îú}÷\v I@ñ¨\x08 štv‘ªH "
b"""
ïÔ"87tA:³vóà“\n
¼þ
"""
b"ðO¥L˜.@Øš&,T^\x03 "[ "
b"ñºÑ¡]>MSºúAÖ U\x00 þ "
b"óÖ\v „X¥HÇ¢x\x19 }ã6ï0 "
b"ô"1{ÇyCI•*”U\x07 ˜Ð§ "
b"ôOZȃãGª¢`V€¢º\x15 þ "
b"ùOá™–ˆD†³I*`í§D\x16 "
b"ùºÐ\f\x11 üKt–þb\x1F 0Fò "
b"û‚P7–jL\x00 ¦\x05 "×ÏÏ\x00 "
b"üZ¸wõ®A!‚y«ƒƒË;\x16 "
b"ý€Ù4~ÿC\x07 ».âѹk0> "
b"ýáηtÔEV›í\x02 >/\’ "
b"þ\x07 2¿\x7F lBá¶®\x06 ¨ðÊï5 "
b"ÿ]l¶‡UCÜŽ7·ˆ“x…d "
b"\x01 ‹\x00 CŒ}ÿ¼8ñª2\x16 OÀ "
b"\x01 ‹\x10 8ñ,~x•æ\x07 èM¨è™ "
b"\x01 ‹)ca+t^„§D-\x0E ¥à^ "
b"\x01 ‹ \e í±xšY\x14 ïðÕxœ "
b"\x01 ““\r sÃyù§åž´^Ù9‡ "
b"\x01 ‹)\x1F ò{{0ƒz†È¶m‰\x00 "
b"\x01 ‹ \x1C „Ppû«²¢\x12 Hï^& "
b"\x01 ‹)aá3y#Šb‰„Ö‚=â "
b"\x01 ‹\x0F Ô\v õu"³(Ä‚¯†m "
b"\x01 ‹\x00 DVJw/‰±µ“ª\t 4Ø "
b"\x01 ‹\x0F áYbw…‰È^\x1E ]"Š) "
b"\x01 ‹\“2ÌyÆpŠ`W£ÅË "
b"\x01 ‹\x05 ŽïÅ|}œžc™<9Ò£ "
b"\x01 ‹)\x08\x04 ž\x7F z‡Ú¹\x02 Ίƒ† "
b"\x01 ‹\x00 E%({ð±Y験²B\x00 "
b"\x01 ‹)-ç\x1D ~K€/Ì&\x10 ÔÖ³ "
b"\x01 ‹)6\x1F ¥~|°Æ÷‚\x16 ¯]T "
b"\x01 ‹\x0F ú$S}`\x01\x7F ŸÇ\r \x7F ì "
b"\x01 ‹ \x1D —Èx[yÇ\f ôn~\x08 "
b"\x01 ‹)6÷¢z\x01 ‘ØÿF\x1D\x10 QŒ "
b"\x01 ‹\±€;wz„^¿\x16 'ò\x0F = "
b"\x01 ‹)\x1F\x16 ‡q!›ÜKÖâ:¢ "
b"\x01 ‹)c9q°£¶{\x05 ¼ÎvM "
b"\x01 ‹\x0F Ó\x1A 5\x7F Þ¨\x11 ÆAìÆÄ "
b"\x01 ‹ \e ”…qK‹D™‹U¬Ú\x08 "
b"\x01 ‹) Aþ}ß¹{ç$“Jà· "
b"\x01 ‹\x00 D(æq%—6^PK\x16 ÒÙ "
b"\x01 ‹\x0F ÔOÛzí¡Y\v mÂÖê "
b"\x01 ‹\x0F Æ£z\x03 ¯\#\x12 ŠZÑ "
b"\x01 ‹)\x1F r9tP¢n4ÿ\x15 øE6 "
b"\x01 ‹*\x0E ¨\x19 s‹ŽZzUš³î "
b"\x01 ‹)dM\x1F y;ŽôÑ“ç\v ?“ "
b"\x01 ‹\žºry\e þãƒ7óÞ "
b"\x01 ““\x02 Ç“r…w“Þ%óSo "
b"\x01 ‹)5R•q²€NÂDÒöga "
b"\x01 ‹\x0F ÒÁ\x11 |Ž…W‚þ“ºèý "
b"\x01 ‹\ ÌÁx~‘N:šyšøí "
b"\x01 ‹\x05 Ž‚åzŒ¡œ!ëÝÛ\x10 ® "
b"\x01 ‹\°Ò\x1F p”²õ\x18 p\x16 ™¿\x00 "
b"\x01 ‹ \e OÀwv·ì\x02\x03 RµÐ "
b"\x01 ‹)\x08 ½”x.‹R¡.aGÓ\x04 "
b"\x01 ‹\ªŠvrZ·³¼ñá\x16 “ "
b"\x01 ‹*\x0F :®uº‡`\x06 ?\x19 —L… "
b"\x01 ‹\x0F Åæ\x17 |v‰K`¿tÙÜ\f "
b"\x01 ‹\±5;uH†ÑM\x05 @»Åo "
b"\x01 ‹ \e Ìmp½©Î\t ¹”JJë "
b"\x01 ‹\x0F Æö}yï§hevàì\x06 "
b"\x01 ‹\x0F Õ\x03 ÍtÝšÿ<\x15 f\x1A þW "
b"\x01 ‹)5¾st\x13 …9\x7F б=Do "
b"\x01 ‹\x0F ÷#uvä‘\x05 §.écs\x10 "
b"\x01 ‹)\f\x11 Þp’¯f\v >\f gÈ "
b"\x01 ‹)b\x12 qªñ?å}T\t Ô "
b"\x01 ‹\¬ÐtÙ²×½Û>ÿ "
b"\x01 ‹%\x1F W\x1F }\t Ÿ¥J»>_‚ª "
b"\x01 ‹).S=~ÛŒì7†º»s\x7F "
b"\x01 ‹\—¯µ\x7F î±C}XÓ\x04 úå "
b"\x01 ‹\x0F ÷—sq\x16 Ž‘\x17 ø©Ãæ "
b"\x01 ‹%$”£}\x15 ’ì–o×\x15 ÕJ "
b"\x01 ‹\x00 D‘Œpò·nþÖ,½9 "
b"\x01 ‹\x0F Ó¥\e zˆ–\t µ\e œ\r 7 "
b"\x01 ‹)5ž;{Ѿ\x19 '‡XrÇW "
b"\x01 ‹*\x0F n\x1A qûœ‚w1\x12 +\x08 ã "
b"\x01 ‹\Ž]üx#¬ìáRBP|’ "
b"\x01 ‹\¶&xy\x05 …O*\x07 ¥¯è¹ "
b"\x01 ޤ0w]s*´Uný«þU£ "
b"\x01 ¥Tçt³š£é¼¶9 "
b"\x01 ‹\x05 …ø=vÊš\x14 €Ù/\x02\x13 ¤ "
b"\x01 ‹\x0F ÔÐÃ{ͳµXcq\<é "
b"\x01 ‹)\f —‰p²®òLÍô âh "
b"\x01 ‹)\x1F ¡’\x7F t“§\x1C B¡ù?R "
b"\x01 QöÔ\x7F\x14 ‚Œ\f 3a\x05 u "
b"\x01 ‹\x0F öº£r‹µ\x18 ]¢ýB©` "
b"\x01 ‹\x0F ÷L‰tDºï[œµKm! "
b"\x01 ‹)\x07 άsƒŠßhõ\x04 °þC "
b"\x01 ‹) ‰>v\r ²'wªôN\x01 ? "
b"\x01 ‹\x0F Æo”p\x19 ¬ÑÕée\x1E Ðö "
b"\x01 ‹\x0F Ós\x10\x7F +»\x1C ïÔHN/E "
b"\x01 ‹\x0F ß2\x13 vª‚ãƒDÿW\x0E ¡ "
b"\x01 ‹)\x07 U¸t˜´ÙX¤\x11 ݲu "
b"\x01 ‹\™n_q‡ JP\x16 ÐÃq\x1E "
b"\x01 ¥U.F\x7F £ÔÀK1hÛë "
b"\x01 ‹\x0F Ç-Áy`ªå_·WgˆÕ "
b"\x01 ‹\x0F Ȫªp`³ŽsÒ-é "
b"\x01 ‹\x0F Ô}\x15 tïÃÝrÿÒÕ± "
b"\x01 ‹\x0F à—¥x¬½G2ŽLÄA- "
b"\x01 ‹\x0F ù\x17 ývs¼vw\x0F þ: "
b"\x01 ‹%%]ƒ|rºXaåºÌ7” "
b"\x01 ‹)\v Ë\x18 rqš:îõE7$d "
b"FdP¡î\x1C D\x1A ¯•S‚Æå†4 "
b"ÝŒÿeÄ—A‚“<Lí3I¨ "
b"\x01 ‹\x05 ŒO½z›GÙË\x19 ÌBŽ "
b"\x01 ‹% m©q\x14 …«\x18 | ' "
b"\x01 ‹)b%‹w±˜Ç‹rI\t $ò "
b"\x01 ‹*CuŸwȵLm\x14 b5Ee "
b"\x01 ‹\2¢x‰‚=Ý\x7F .o*6 "
b"\x01 ‹\x0F Ç¿_{5Ÿ\x06 ~V“¾C› "
b"\x01 ‹ \x1C ©6~Í‹@\x01 ¥\x14 ©\x13 Ò "
b"\x01 ‹)a—mu)¤BäûNá`W "
b"\x01 ‹*C0d|X¾N:ÁF\x10 ± "
b"\x01 ‹\›+\x16 q jYí…\t ] "
b"FûŒ~f^GŽ©Ñ‡8ò<5a "
b"\x01 ‹\x05 † \t tã¾kük±É;¨ "
b"\x01 ‹\x05 ŽE…rb‹™Æ¨_Æí% "
b"\x01 ‹\x0F Æ$Ö\x7F {›áIBOýª "
b"\x01 ‹\x0F ÈMuw\x17 L^[w·£ "
b"\x01 ‹\x0F à@'s™¨¢6üS¥mž "
b"\x01 ‹\x1A Ù£mp\x18 º\x18 þ¨H÷$\v "
b"\x01 ‹)6”\x03 x¿“mI%˜fŽ "
b"\x01 ‹*C¨ôtÒ’è\x02 Â#)¦v "
]
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 , 0xCA8AFCBFAC0C4F9884A8E96D9A3CFD64 , 0xDE03FD9E389F48E9B917C4A56F4F68A4 , 0x2C63EEF15D9344AD8215C6150477A7AF , 0x98EDDE5878B34168B37BDAD810411AF8 , 0x2587EB0165BE4F8181F4220D6E3A8FDC , 0xF67FD7FDCE774C809F3E56951DAF80BA , 0x0FE89B90020044F0A36CC299239182B7 , 0x21D7220691BE435DAD3D3F22162247CD , 0x0AABE1F186C844E08845E6900600A01E , 0xBAF12A9E459E43209394443FC0939672 , 0x018E79DF485F73658A45B89ADD5BEFA2 , 0xFE0266AF7ABB434DBA6BDC52A21A818E , 0xDC0A770D6BB54757A3195A257AC915D1 , 0xB31E4D6FF3924C1B8299E7AB6556CA85 , 0xD12DEA57CBA443DFA6C2342399C622E3 , 0x244865B776DA452787163C6E585C2F1C , 0xAA8FD82FC1B64F39BF5A5F098B0F64C3 , 0x6AE943F86F0E4073AD7A49DDAC8620EB , 0x73FAAFD9D2D04D3A95D6C8C8DD0E0CFE , 0xCBE6FFF377034CD1AFFB3B6732F4688A , 0xCEFDDFCFC3444B9A92208E1E004AB92E , 0xE61CC919A1D740FB9A060A6955C6A27E , 0x018E79DFE8DB735898BB23AD62D1F2FB , 0x018E79DFE8E3712EBADBEE6690F1E4EB , 0x018E79DFE8E9720B8CD133B277C9BB00 , 0x01912BF68F5A71E6AB4943FD471A1D74 , 0x0F8B02009FFB4468967DA83F7705EAA2 , 0x159EAE9AF64F4DACA91F85C02D8AA091 , 0x3B3C67F713A443208A0EBBCC668AF1C2 , 0x576651911BFA4ABE9CDAE5DD9D69B6DF , 0x628518D632514FC4AE9787AC027D40AB , 0xBD02287121BF438F86C79039951C1298 , 0xC240264AA8514B2CAC11DE729E635B5D , 0xD39560295CC8460B9FF4ED0A011034E3 , 0xDECAA2D28E8D4F639DA1D1E1AFB28051 , 0xE61CD1BCB8794BBD93F9BFD3C4FBE723 , 0xEDD87A5606254E8CB903AD065E0CAA6E , 0x018E79DF44E47150BFCF1A6AB2019711 , 0x018E79DFE55073E9B867DC8674816684 , 0x3CF62AB1B0C64B7E8BA6C7A95E61C741 , 0x69BC588867514744A8D6609E0917687D , 0xD8A3F0B3BB3E44ABB65F07EF3BF338EE , 0xEF487C8EFD044ACD8F192715186D5D8C , 0x5DBBA6D9B64F4895AC3EC6E2C600EA5D , 0xA3E325C0498B4A9086030C947A90CFB4 , 0xA6F17CF3CDD94463891B9A6634BD84B5 , 0x3021C986CF574AB49F76FDF1E73A2579 , 0x6A2F37A1F722463494BCB70BE410C238 , 0x7097033E14C5449F9685E468A05F19D3 , 0xB12FB09364BE4FC4BB7D41BE2EF67E08 , 0xB8D5E32EBBD04CE59754D1342F5EDC58 , 0xC677F2AE58284574AC38F53299A59FD0 , 0xDC765F40234F4510A54E0B29CC718519 , 0xFF9F8333001E442E9ACE5A118DD0D9AC , 0x30993A93490C42A3BF8533C9A3201CB3 , 0x9265AD8B66E74156A69934C3A284F8AA , 0xCD73F087B9EC4624AACFBB0E93C2F0C1 , 0xE962D0E5E29A4618A32E9AFDB6D57587 , 0x018E79DF48607343A8BF22B69CB1254F , 0x0590D9021A2D437E859586DC39FECEEC , 0x1EECBB48A8B9444AA181E3E802D54927 , 0x2394085C2B9442DCAE7F310BF8EDC888 , 0x44850D7175D04A28B6682961399F08E2 , 0x581E2B7EAFE14A7FAF7179ADF7C545C7 , 0x6E5B57A292CD45058C97B03ADFA67F31 , 0x7F9EF54143DC4CAA92C88A159528A50E , 0x87BFEE8B1B634B3FB774F9F1D37295E0 , 0x8DDB32697962456FB45CFA08EB7D1C05 , 0x8F255019D86D4D018D1AC4806E2F802D , 0xA3979FDC15E04C9391FF0417AD8C0BAA , 0xC45E49769CCA458CB0067AC047819127 , 0xC8AE0272E4B44BD79B88D1D9EC933C77 , 0xEC6497CF024B4958B1A515DAAE4D3AF4 , 0xED09A46F9C08405F9E95115C5561A692 , 0x018E79DF486171DAA6AD3CBDF6C9171F , 0x018E79DF486B7246BC7A350C206C5DBD , 0x018E79DFE8F67190B6C715743320A646 , 0x018E79DFE91372ECB07272022BF7440D , 0x018E79DFE9467344A21FE36149821DCF , 0x018E79DFE96373438010907B1702A510 , 0x0191EA39640B7F868AA769993263F145 , 0x03A6A1AB60FA4B0081A76BC67E4E53CB , 0x07A80140CE2847DC934F6375C424B913 , 0x16BA62CDED9C479995A5CFB846CFE70A , 0x46344A8C0AEC48DA8D580B14862C31A9 , 0x4808C681ED434535AAE1E7A3DF35D356 , 0x55A25FB5EA0A4F2DB5AAC1DC064010B4 , 0x5934B669C5DD46B096E9EFDEB36A377D , 0x59ECDE8EFAD043A990D5E202D74F2BB3 , 0x7F162DF8E6BB4D2BA52E9DCF44B174B6 , 0x9F84BF2C32FB4FB7B90E661E38EE52E3 , 0xA04F7705493B443FBDFA94CD998A6A07 , 0xA1A7096C0C684C3B9FBED55EDF36C5EE , 0xB1D32AB976FB414A90496392F59407A4 , 0xDBC4BA4AAC0E4B809CD161A32C22325B , 0xE0AD1D9F5DC240E8A3168BAAFDF4539D , 0xE111A7F5DDA04026AEDBFCD856C18322 , 0xF66FB69472C042CEB6FB7E4C3FB5FF3A , 0x01924C89F85E717CAEA4BC3751289A56 , 0x01924C8A2EAD7B789C11CC32C0856EC0 , 0x01924C8ADC957EF1A1855A8C61E646F2 , 0x01924C8B034E7FDC80EC706DAC6612D7 , 0x020BDEEF47974C0BA6B5D7CEAE98FF6D , 0x040520505D214C769DFE3C4A4289B77F , 0x09C54FDA8EA641C59CC87D52FC324739 , 0x16694D9D8ACF4C9BACFCF2F09C529B18 , 0x1B0582DEF7B74127B88C95156D8F3938 , 0x2A549A4FA1B54452B8E7EC058014D811 , 0x2A689DAF45FD4F3B880BCDA5E2F939CA , 0x2E5C632C262B4884AC5955B01EF1A3FB , 0x323030C8EAA44BF7BD305292B07079C0 , 0x3579D90AB309470894F86235C7721390 , 0x4413483E46864961B00335BCD41EF2B2 , 0x57AD09B959C04681950549F378FCEA54 , 0x601EC43B01A14A4C861CCEA0F7C58EAB , 0x619857E5FBBF40E98E0EEE05BBB5B18E , 0x630E1D54CA1C47D6A0FDCEE20FF2B17C , 0x63AEFB48E9EE45A4ACD271BDC90F49AF , 0x677E020B7E8545F78BA4ECA39A356B8B , 0x6ECE90A4094D4FEABCCD11EEE14E28F5 , 0x71E357A0EF064CF2AA92A4F1019207B6 , 0x829D8CCBBC514E0691FE60DED1CCA8C9 , 0x870AD22E6AC148FD95F1763BB1D367EF , 0x959390D37C554F83BC33CF3DDB256617 , 0x96E5EA68579840EBB6B847A3D8E2CFE2 , 0x9BBC0377B6844F52A8F300C63BE522D4 , 0x9FEE69DA9BDA4084BEBE19119E865E52 , 0xB4787A085DB6488CAFB726A7A3918D0C , 0xBA1FC386C91A46A485F13BD7BA00E940 , 0xBCF8EDA45E2F47F2B080C32C46A21E05 , 0xC3A7CB26AB0445B38822A5F72FBA18E6 , 0xD05BE35BBA594745A1D4CEB2319BF475 , 0xD2AB1C5B82C943CE8878FF5AE8145AC2 , 0xD6C03D55E1E44B979AF9879CF76F3142 , 0xDA5847CBEAB64305BD52137F22FD3B0F , 0xDA8E9769A1D34ED39910A6E07271D6D1 , 0xDC41580E3AC54E07B901FE4C146B56AF , 0xDEA6AB8DC0324356BD716730E1051CDB , 0xE39DA5D07C344C22B17FA56D557F0136 , 0xE6E03ACFD212445F99F32BCB33EB9257 , 0xEAB87693CD954BDEAAD07A3E40C7CF73 , 0xF76D1E57A5154A9FA2567008D6F20722 , 0x001703C2565C4F7690E32ED2B9471D06 , 0x018E79DF48067022ABA966627E8F5B36 , 0x0191EA39B9AD71319CEE97FE21290800 , 0x08B71D8B7CAB430F96D70F255B444904 , 0x0AFFCC32FF6D4DE681A35A0A8E30AB1E , 0x181CCE4EA98842B099F8FC05ED99414E , 0x1DA6B9BB08D34BFC84E319767B970585 , 0x1E65F0825FAB42CB975E5B10313862B2 , 0x1FDBFA3AF3314C70ACD6BA9550C5EC67 , 0x236D57ED24C9457C920C0FE9155369D5 , 0x258B7A16FF964FDA8A72A1C5D84F891B , 0x25DD4D698C634E158E2C4B5E482AE24E , 0x29A6A387A651407480174F36CCFC1740 , 0x29C887AA711D48E29A39AD66773F4EE9 , 0x2DFCFA485D4E48CBABD7FF8375337097 , 0x35AC5C610BFC46E487A1F2D487C977A6 , 0x380D416E50CF4A579BD8D07B38937B1A , 0x43FBA2DC0B594855A8D8E98BFF482B6A , 0x4EB857A6B2504EE1B1EAC73DD762DD49 , 0x5289B81601034D2D88CA5ED0A829A98C , 0x58155185BAC747C2AEC1C0633A119DEA , 0x5ED83B20509F44E29414F64CD4A2F6BF , 0x6161C3AC1B684E7CA53B26E1DD93C8A3 , 0x6FF04BDDADBF401DA7D048E32097FA01 , 0x76B397ED7FDD434B87076B82E0011D31 , 0x874ADE7F87C0493CB2ED693A95651303 , 0x905CA44197C444A3A55E4BAC5ECA89BC , 0xA7638C5D1ED24B9EB2048B4011998BC9 , 0xAC173299DD7540BBAD041B5CC55585A4 , 0xAEF57284D4A242B981CAAEB5AA452438 , 0xC10C7B7DA7964F2CA5E0C8EDEB63D02B , 0xC309ACF7D4B5482183C7BDD1BF2A5D9F , 0xC4FBB1B7767E4370989AE28927E288DC , 0xC633388880D343B8BFEA0E8E3860B6C5 , 0xC871C42706EE4004BB988DA844A28E07 , 0xCA1DD1749038457C90F17A77E0154008 , 0xD1656832E21046DDB3D591FA9C11FF77 , 0xDB8128A4AEB3409FA826E544D00BB706 , 0xE14018AED51249D39672EDDE68921F3E , 0xE6156F129F804CDD9225DA7FB3CA325D , 0xEE8E1F5CBD634E208B46C8D22300B89E , 0xF164FCE21BA644128E65B11BD81F87A7 , 0xF3B1E45CC8AA431EA988D85EEA58F539 , 0xF8E65A552EB84C47BDDE9EC4F1E34317 , 0xFF8421C502B34C2F99CE02D2C36FE070 , 0x018E79DF446D71D7913927A0595C6C74 , 0x018E79DF46347126A63C20E5ACC6039A , 0x018E79DF482273FBA2BE3678B40D5877 , 0x018E79DFE4D570BAACEA1209920B450E , 0x018E79DFE67370E1A3065AABF502C399 , 0x018E79DFE9A173B59D23CB7E58379591 , 0x01912BF68F5F71898092452A61F292BB , 0x01912BF6EF2D730FA95ED729E4325201 , 0x01912BF7C16673CCA6A47538BBCF6125 , 0x01918E22751F71EC9A9B7D327F1047F2 , 0x01918E236CB0711F8B575322721CD5BC , 0x019299E1F46774E29812F035F8747460 , 0x019299E22CCF7E9D9683D38E4681FDAC , 0x019299E24CF7783A9CBA6A47F7F28AF4 , 0x0194D0BB4A50702C8C269315E762DA72 , 0x0194DAEAB4B97641B0E57A7321E751EE , 0x0443BF80B7C54E1D9A3583D0D782259A , 0x05405A6686E54F8F98629C2003737752 , 0x06D75DF53BA94C77A0D1F7A784914339 , 0x08593F82276F42A58B4118AA75B6C0C9 , 0x0A2823D99C104B65AE6E169277A1EABA , 0x0A391FFC44314A73AB46DF4581F9DEF1 , 0x0AE311BC630045F1B3E781F851E4B6F8 , 0x0D0EFFBADC2C4AF193E3C3EFE8763B54 , 0x0FC33A6808184AC6ACD67D3C68DC5EC2 , 0x134BE63D14694F1F98728DD1D12FEB76 , 0x13ADEE67CA754EE995DDBC8C383A1D56 , 0x1621318FFF2040F9875CE13C65791B49 , 0x180C15B51C574533862C45E5B8F3A807 , 0x190050C98AD041E2BC8D442A5828E849 , 0x191F2CBA28B1405E9C2DC703E51C38A0 , 0x1DD1E7756F2F42579FE2A9DCB7DFEEA3 , 0x1E27E2B9864F45E69B48B1C2324EA81C , 0x20B14FFFFE254650B68D3265E73886E9 , 0x21F4CE027671402A94A4D1B5226D08EF , 0x23F36F8DF57A4DD98FB9F7F7B94D73F0 , 0x25314F65FB304B8DBBE65A1A84075817 , 0x25BEF19E911A4C8BAABDC1B346CF6926 , 0x28948EB67D254689AD271BB2E70A5F53 , 0x289C56C5EAFD413E841B14192A49DB9C , 0x2B7485EB4C6E4B4285F423590A4C0C43 , 0x2CD2898059924A28976DE71B8EA67048 , 0x2CE12C3AD66B40F5908909296DE597A1 , 0x2DBFB534B72C47F09845749175CEBB38 , 0x2E30A23B632B45329D5108FAA96EF7C2 , 0x2F16C5648A54400EB4533F0C2C5F498E , 0x35428A8350B243B28C4121DE07F9C349 , 0x35730CB097D144F39E5B7C79739B04A1 , 0x3631116BB5EE4CF5B53930D54EB8CA80 , 0x396BD1D0F9EE44D3B93C858B5E176962 , 0x3CD4BF96664A4543AD29E3FEDE15D30C , 0x48B60FE0B1B841ECB085A88F5EF14753 , 0x4DE35B05638D45A48B60B339E90D1161 , 0x4FC17DA011644F1D8E3527F6149E1C2F , 0x5460DB2CF7F94BB49B05CD931AFD88AF , 0x56A5163576AD4405989A7A3810369C12 , 0x5D1483FDBD294C12868DB312665F5EED , 0x6015C5C924A24AD7A36C43775A4172BF , 0x63EE4642C04B4DC3979E4DBEBCE0DCE2 , 0x66F6D90AA2824E7ABFEF7BF1A1AC20BC , 0x707E94FAD15747EDBB3B499E470EB1F3 , 0x79B91303444D45848B2905957D4B380D , 0x7B993D06D0F8409AA191FB5C0BFA41F0 , 0x7DA68D4710184FAA84E72AC6227237E2 , 0x808CD65942BD44978AB03D673E0D253A , 0x823EFD09BB4F4411B477E776EFA4C154 , 0x82840F21542A49F4A7CF80B6190144B0 , 0x88E1A02908074B7EA4BAB7C4A8EDEBB1 , 0x8EA3FB98AE2A466984FB834213231CC0 , 0x8FFF10E976EB437B9F3F334549A427D5 , 0x919BBAA56A744110A360FA5C0FFAF244 , 0xA0C18CE4A186476C82A92B3AAA943605 , 0xA0DE582CA0454EFDB71EE5528DE1E2F7 , 0xA1AC87F7B4964ECDA79720A3C5C74F49 , 0xA45B1FA7E8D64A1E82DCC43B08655FDF , 0xA7707DC4874849779915CAC3FD12BC27 , 0xA8E223E9C01E402F9F91204D3A81B51F , 0xB16252CD85E049129A5D3DE8440923D4 , 0xB2B8929977464206B6138D21B324FBD8 , 0xB341BD45851140D3A2065F9E9C50CADC , 0xB42C390724AD4B66BEB0B5AB2933B98E , 0xB8EB5C201773460C92E9F7DCA3DE46A9 , 0xBA34E04C9A154CC49632279A96618E39 , 0xBD20E5EC8B69406FA899BE98C0388CCC , 0xBEC52F683D4F443F9BC5C7F976A24BBD , 0xC1619907DF8E4A6F879A672A22377165 , 0xC3BE541B52D04609BAE0292B056141F5 , 0xC7AACA51996E467387973B64F9B8A436 , 0xC816854CA6344671972912B80ACA539A , 0xC8C9639DD64E437AA7BAAECABAE0281E , 0xD2DA5D6B26C34B4AA5818D79D21F7772 , 0xDC1066761C014295B183AA35460CD6C9 , 0xDE02030991CC455B97F56CD98A9369DD , 0xDFA758ED1A2E4B51AF18342E6BA02727 , 0xE114440F4A2D4C3DB564D04793A01751 , 0xEA8B798855CE41A295A0527206A91665 , 0xED717191A73E40B693E59F5AB6CBAC5C , 0xEECC2C53C4714CDE9843A07B97107009 , 0xF1311D19DB0A43D3A018A3C9D48B8A96 , 0xF13ADDB7717047A794D544F903B4E0E5 , 0xF3459BBE026044B4AFCFD7E61CDBCC47 , 0xF62B93EC476A4090A40598C80616EEDA , 0x018E79DF211372579D568EFEDC7CA624 , 0x018E79DF212570EA93DA7BE0FF5391E4 , 0x018E79DF212A707F81239852176D07A2 , 0x018E79DF2134710EB8E819C0A4AD363C , 0x018E79DF453D71BDBC7A7DD0CB50C7CA , 0x018E79DF455470DE93E3BA09A292AD09 , 0x018E79DF458870F1B83CE4D39159B0CF , 0x018E79DF45FC73FBA75E5AAE5184F409 , 0x018E79DF473A7342B72835C3ECEB0387 , 0x018E79DF4744716F81EB0C31AA3E971B , 0x018E79DF47937166832021000464646F , 0x018E79DF487D7111AA1312E49A0F97EE , 0x018E79DF48EE70B29E1417CC128B8613 , 0x018E79DF497371FBBAE32DD927559A5B , 0x018E79DFA2AA738E9333C8F7F512C11F , 0x018E79DFA2B073C19278DD0FF776AFE9 , 0x018E79DFA2B67259A2E7BC09DB00BD57 , 0x018E79DFE5E271A7A62623E9F5AE6F12 , 0x018E79DFE5F170B980E2C674B7692508 , 0x018E79DFE5F8739A853062F54D0CBAE3 , 0x018E79DFE5FD73078F365D0733362AB4 , 0x018E79DFE60370E7A7129E95A5E995CE , 0x018E79DFE609735F91EDD330BA8EA897 , 0x018E79DFE6107206B8C4D4C7E827EBAC , 0x018E79DFE615728082E6DC82B429FFA7 , 0x018E79DFE63870B5B22299D15322B443 , 0x018E79DFE64871CF9293B1322CB9E0BC , 0x018E79DFE74A704882DA2A871D3D78D1 , 0x018E79DFE750722AA52409B9D73EBD40 , 0x018E79DFE755708DB2DFE8CFEB03704D , 0x018E79DFE75C73FFAA5035033A7FF853 , 0x018E79DFE76173E5A7800149E31D7C44 , 0x018E79DFE76770A58285166D9B445DD4 , 0x018E79DFE76D7244B08404F98C0E58C1 , 0x018E79DFE772735496768F54F8FE1B90 , 0x018E79DFE778711D8498967966C38148 , 0x018E79DFE77E7131A42DBDEFCC795D4E , 0x018E79DFE7837106B6F16F56C9A31BE6 , 0x018E79DFE78870BA8647B5F2785241C6 , 0x018E79DFE78E714EBCA53E84E2DF140A , 0x018E79DFE79370378F211D57AC2FCE1F , 0x018E79DFE799734BAFB8C20B88B20A2B , 0x018E79DFE79E72BFB6C844EB66ABAE86 , 0x018E79DFE7A4701A8E2196E3B24356A0 , 0x018E79DFE7F670CE91842C81707CC7D4 , 0x018E79DFE7FE72D38AA7D112B0D5AAB7 , 0x018E79DFE80771FBA11D6483D7361D77 , 0x018E79DFE8487019BE7A154F42AC7190 , 0x018E79DFE84E73A2843803F458B07BE8 , 0x018E79DFE9B570ECBB3CCC35C2B31D9D , 0x018E79DFE9BC721F9EC2AFB31CA182D6 , 0x018E79DFE9D5731D9D2AA42B3A3FD9E4 , 0x018E79DFEAD07337858B33ACD34D461C , 0x018E79DFEAFE7323BA895635CB8F9C41 , 0x01912BF676B4700BAB2BC0FE5CB174D5 , 0x01912BF6ED1D7082BC6A9CCFBB49C28B , 0x01912BF6EF7E7125AF0098C6B6189337 , 0x01912BF711257082A8A07FBEDED9A18B , 0x01912BF74FAB736D98FB2209DFF03E4C , 0x01912BF7A7D672539408D1889FF57BDE , 0x01912BF7A8D670BBAE01D122A212E6E8 , 0x01912BF7A9C9713DB7F66AE069E2AE30 , 0x0194AC2E4D907CE1BAD430C393148413 , 0x0194AC2F12477016A99D12EBE1144F4D , 0x019540B3D68C7089A4F9D2BA1016F595 , 0x019540B44CDB747A81FEF015A966FDCC , 0x019541DB195F790792A9DDE2DEE140E5 , 0x019541DB54A6799BAFA6749886B1B5DE , 0x0195CCF96138799C9574BF6637A80050 , 0x0195CCFF1A9E78D5B8C32DD693F6163C , 0x0195D215757B7300955E2347F1722333 , 0x0195D2167C38767DA09A8F61EFE4B3CA , 0x0195D217CBB27BBCB9E9260E4E2F596F , 0x01966C2A8FE77617BD76D0F47F8294D6 , 0x01979B7D1B3C7CEBB510FCF949BB8558 , 0x01979B7D93AE7C5FA374796B39D75B33 , 0x01979B7DBCD070289AAF5FB521C0F3F9 , 0x01979B7E325D71A6BD738DBE57CB715D , 0x0215412192E64A308DC93A6E3A4AE310 , 0x021CDF72EE9F4F858326D58CB62BF3CB , 0x0230C1E41A744E4DB98C3E040CA5CBB3 , 0x025476DBB8F242598A2FBE83D3301798 , 0x02B58F8EC7AE43179B5EEE7A8D18CB5F , 0x02C4701A32B94FA39A949AA8A736FF6E , 0x02F0932B5D3248E098DA5B670EBD3C7E , 0x041160075D514D01B2B76DA0294D192C , 0x06AF8106A98F44BBBD6A535B8584FD95 , 0x0864921462C443089575119C75503C57 , 0x099D1FFE60F5426DB49AC52F2987429A , 0x09B7449A94BE49C3B377A25679A68090 , 0x0A8F794B6CBB416CA2FA97A839871BB3 , 0x0AF010B2D867410F8F566F1369527CCF , 0x0B153985EEA64E119BE28B05A055FA32 , 0x0D568B650319435396D27E15FD193577 , 0x0DF86983C5D44D00859482E08CD21930 , 0x105C3A2912914F5FBE9D359347B39CAB , 0x10737BA244DA4C00829BCAEBEE724B38 , 0x117E3018F63D44C281100CBA251F3ABD , 0x125F498CA981454ABEDAB75137BE0206 , 0x13581817677D4E8295CC2B44934CCAB3 , 0x13E40FF04C7343F4A180BDD0CC96683B , 0x1456B9F86A9C470DAC135295C7DFDB88 , 0x14B3A48E8320487498D8E4F15EBAE07B , 0x153139B563284738A4E153FE249B57AD , 0x1638A621C0E8408FB6FD8BD5820BA94D , 0x16C70C88FC7C49A6971BBE4C6F6C1219 , 0x1763510E0585494FACF561188E1E8352 , 0x185B1D77AEDC44F99154D013B232D102 , 0x194AE6DD28D641958DA3216639CFA0F0 , 0x1B1CA16E71ED4090A99CAEAF7B78E98D , 0x1B7AC43EA42D49EBBEA121D100773DAE , 0x1BD87F5B980E4F7392CB35EF425A002F , 0x1C1EFCCFAE19484C9EB8819302CC8E2B , 0x1C7C8A5A35A24DE3A6C333F7306F711F , 0x1C9913E536374F3F944FCEE6369CA4CA , 0x1D1714DF4DAF445E8D2E2964B906C8B1 , 0x1D6BFC16488E4D4D944C046649D172D4 , 0x1EB5615A54724C72B223C63A37C93B18 , 0x1F634DA192C44845B2E7F77870BDCCE6 , 0x20A13A3B6C6D43F787064871CBADD34A , 0x20AFE276F20B41ECA23555997A1BC4BE , 0x20B2D35765DA4D48B4D533F6D2E35C2C , 0x215256BA7C1B4CE9A12317CA2326B1C3 , 0x215560DD36D14551B5C5823B3BDBFEBF , 0x21EFFB93B02D4F568D051B197DFE153A , 0x21F491EA81DB40F69F5757F3AAA75FCA , 0x23B9C8CABA704C7DA75763B8E28F4A7E , 0x24EA08352CAA479D9D645C65579F6FF5 , 0x2516C47510054D62A12621107E9F3D37 , 0x25392984B8EB49EA8DA65B23D6EA1749 , 0x2571EB58EABE401AA149EE974E083E9C , 0x260E1B9DBD444A259BEA793C261AD185 , 0x276BE46C8B3B46729E04C13A07064B0D , 0x27CA8BDA1BBC4AB69327917B9E42CAC5 , 0x28CAF01CA00149DBB2B49661D191E396 , 0x2900A04A863E42D8A034014C66E4C316 , 0x2926049492FC463692BB1122A4A08CD0 , 0x297C71E307C9410A93A4B2EC5C274986 , 0x2ABFEEF84F754DFA8B2103974169043B , 0x2CF19C05D16F4C6E86DCA088E2C69950 , 0x2CFCDEF4661547B58D797DE037F17038 , 0x2D58B21714C64703AF060746F95AB87B , 0x2D85D556E28E455F8FEDF57995AD0390 , 0x2DB99C3E84A64067ADD381136D262AC0 , 0x30BDF2225D3146D4A23E802DE9DEDA69 , 0x30F737DD3D354C21B241B820A6DDB4AA , 0x31C4ED93EDFD4CFC850A43833CABE917 , 0x32553056365F49ACAE0B498946844931 , 0x3274E3FBA5AD41779565C7628ECA90E6 , 0x355F05DE06BB49B2B75A0C220855E032 , 0x35A4A82092E749DAAEED9836A1941382 , 0x36921F7799484E6A9D516F90671D2AC2 , 0x36E675445C524A6C8A567BEF221A2265 , 0x3701C9F6E2774342B223D4CD26A374CF , 0x38095144486D41BBA2140CE2EF743002 , 0x3A4280CFCEE44AD4B75543F64E4D7AE2 , 0x3B6907BC7E9C474EA86697B8C9ABD489 , 0x3C70ECAD7A07453F8AFF3D4BA2A4778B , 0x3CC6E637FA5E422882F2E8E15C9AFB16 , 0x3D4F3B91A787410288710F049A946EDF , 0x3F3B8E2392514C83BF3C78020848AFE8 , 0x40582FB6B51845F189D98788F2A22CF5 , 0x41093C567D0C4AA3B51793172178FB53 , 0x439AA641D2D2465BA562465064DA1365 , 0x43C5DF85FFBE4E3697D1D10C487CFEE7 , 0x44D704EE4A554E80A4C8D7A30741EA69 , 0x4535976ED247434B862E42E7FD582BFA , 0x4551AB9914B9477B8AC81CC8D55D02BB , 0x467A421FAA2D46E8B13A10F3E0C2556B , 0x46FC1F16C865411AAE6B3E4697C7AAF3 , 0x486DD6D259824C47A0A4AC0234FAE3D7 , 0x48D0B50249A64FE8B297A018799E8B98 , 0x48F8238A48154FBDB7D6029B8E654FA9 , 0x4A43ED7EEB614A48921794B5398229F5 , 0x4AA31E6589F64BA887C8527E44AD5C82 , 0x4AAA0C97AA9443D8A4E07BFADE6044D1 , 0x4B54F5C235414836A8F57E08467FAD70 , 0x4C92F7D638404903818843D55762FEC2 , 0x4CB5418631AB4A99946808E3E9D2CE6D , 0x4D0441F12093456788FE009A2553D353 , 0x4DE702C08F6A4718BF0BDA413C1B3BA5 , 0x4DFE2301185E4B3DA4C82CA495D17AD4 , 0x4E2D551C2CEF44189F4508FC92C8D67A , 0x4FC08B1C912F48BDBFBC464A0374FDDF , 0x512C172F048344E2A64DE87698296843 , 0x51BB22DC9A0A4E039F8E21797E4D12E4 , 0x52BD57110D584CAF88380F2276B1B685 , 0x52CC742BE4B4423CAB27A60AB5E80B87 , 0x53092B7CF4AE420A80A781DAF8B9BDBA , 0x532114FDAAC949578B8FC9971F010493 , 0x5443F40E990F409A8C43B091053B61DA , 0x5464EDBD5EC3414497D31B50CF2A2C91 , 0x55A279DAA00B4B1BB461113A57961BDA , 0x55E019A7F8F84B85BB839E78A9312AFC , 0x56B2C24717954B01B8A31047DB7C924A , 0x5782D35178034DBFB2FF56C10E825294 , 0x57FC6072BF0C4F92BD9F615139B82685 , 0x58C3CBC1959046FDBCC0997F64D01A58 , 0x58E6D0D98E8A48F0B57C5A769C7C46C1 , 0x5AB9AF705821498D8F8D735D990EE5E0 , 0x5B746067FA944FA3B079099B855E8D37 , 0x5BEA56C8455448FCA47C769BD441CF22 , 0x5CDC0937DF454EE4A4ADAB76930689DC , 0x5D6D660BE7794F0D93BCDF37F182B14E , 0x5EC528942E694AC292C7CAAE0C21CBCB , 0x5EF1C135125A4816A74DAF065D5D1F94 , 0x5EF4D2685506464A842EC51FBAD25108 , 0x5F7B2CB6E246429E8823AB983AA1A70C , 0x5F84BECE604F4D84A085632E5C273F09 , 0x61A344B6900F4C2A8EE7BE665505F86E , 0x6228CD4F0B384BB9BE02D59AFCEE7DAE , 0x63E96AF82EBB49888C7DEFD01D2E0A0F , 0x642F0B2CEC9D4DA4AF9EB9DD321C8294 , 0x645972DE74984EBABB82D0461665BF3D , 0x648A66216C9144E39A360E520CFF3072 , 0x65102F9C82CD47D388BB8202BFF9C8BA , 0x65115BC2A27442FDB6FF02FC2A096353 , 0x659AA04F69604B30A7218B657D948D24 , 0x6604B0A1CEAC46B293DFD9BF8E1309F1 , 0x66286D704B1246338759EE8361CFE137 , 0x6669BAF334934FE383A2F5531967F0A0 , 0x67AF99997DB84A28A713A678ECE7D3B7 , 0x68D7695FE3EE4C0EA7B5200239DF246D , 0x69AE2447BDA44541BDE87175014D2B50 , 0x69D549935A044F06B0CAB02A73095024 , 0x6A20204B2C734B4199E0411B22ED36DF , 0x6A30E71D1A62482E9ED6715DB38DF107 , 0x6A885126714F4981A3E2E2BE22C6393B , 0x6B269E452DB2442082CE88DBA4163E3B , 0x6BEEAFE7EBE6451E9DAF84F71ECBB9E6 , 0x6C5101F241D34841BED65640CF940B01 , 0x6C78E029CEAE4A63A4B9E618E22BE4E8 , 0x6D183050AE5A4AB28C002744E8532606 , 0x6D5D970238A54E01B18CE916A8694A2A , 0x6D88805D79734E7D8A3ACE630B4E5A5A , 0x6D936CE372854E6A9300B8293DC8ED71 , 0x6E5A61B6607C4CE782066D85F9E767DD , 0x6E5C37CDE16B47DE8E4B7B4E6D7DE893 , 0x6ED398EB5E2746188FC6640C3F25918C , 0x6F0E1B4C9E5C4252BA9AAA6DA53AD5F6 , 0x6F1A0DAFB6E34F02996BC91F71487583 , 0x6FD549A6693148FBA8BE3DFF71487C5D , 0x70232D8F405C4F6A81DADD663CF167B5 , 0x70D1562EA5034CADB1C2703956C32C62 , 0x71037412FA21425990F349E9C36CE3A3 , 0x716A2BE1701C40C0B7AE98F2F13314F3 , 0x716DA56BE9E34DC088650C5824DF93E6 , 0x71C1BC54164C4596BF9C8F53781425F1 , 0x72431619D6964A5DA2A7F97106111B7E , 0x72FBFDE00FF9462EA70EB8EE3C1D619E , 0x73466396A79745C8B14B56FE9EA72D23 , 0x757F3BFD61EA44D2946D9A83353E7B32 , 0x762742F76C6B4A49B041675626302857 , 0x76321297B7B549BB89C93C8F4617D083 , 0x7723D7FC923D4C8DB55EEAC50A99B71F , 0x7860289EAD5546E39CB0037EE5960C9A , 0x7911937408E8433DB6137C15F0424D8A , 0x79193A9D433C42BE8FE834700ACDBCC8 , 0x7ACD2571E26D4EC3A604A55D0A5311A7 , 0x7B5FF36EBFB343BD8EB3E13144475892 , 0x7BE778C92BC54BA5A9B8FB662CA85404 , 0x7E23DA88B33640E2ABBB07A53F627B4D , 0x7ED489EE71834A96A8E571B80196CD7F , 0x8020F40315E74439B194BD23D8874C48 , 0x80C9A05EF6814041973238FAC3E28453 , 0x8117DA3FDB474D6F907D78DA668CFA53 , 0x81356BE28AC14634BBDBE2ACCAF453AF , 0x81D1EDD729164F2EB374B7822BF667B3 , 0x8258AA7D34F94F4FAA90789F017C0FA8 , 0x82C2E70935DB492EA262C6609A93EE9B , 0x832D7BF3F031418498745C9B5651BB86 , 0x834943BCB88A4E4A99CB39E0F50E0954 , 0x841E5969416E4F10A349F5371CF65FC1 , 0x84788646EF3A4D03B54D99F678FFE7FB , 0x865287E5E19E415E9E77F6CA86812290 , 0x891389ADDCA34F45B89AFEBCF1DD57C8 , 0x8917448C4BFE4B0EAD9D08B82BF909FA , 0x89A99D1F8DFA472EA7405AF53BD0A39A , 0x8A18C83CE84641BAB322751E2D0DD242 , 0x8A8CFE65FB174A4385629CD45871B392 , 0x8C15E9C10BBC4DB8AFF4D365EDED78DB , 0x8C643C867CDA47ECB3134ACB8AC51EA7 , 0x8C9FF3D76B744F9DA79DA66C4A6C6F8B , 0x8CDA36BE89F9481F8308871C7B0B3387 , 0x8DFCBC004FEA4622A234076235FACB2F , 0x8FBE67D6FFB34DB3ADD64AAC29E4CD09 , 0x8FEC61C54671499899FAF6F3A0FBC1A8 , 0x9012D39B344841D5B1460C8E344667BE , 0x908F76040D61411480859C14E749C883 , 0x919EA07460154555820A791D198DB3F3 , 0x91E2A672A0E1463D88FFE55FAD8B0614 , 0x928722B4A4BD40E886D8D23AC09F96C1 , 0x92D9872339F843D8B0932A6CD11D21EF , 0x93362BBB4DCC489AA6E11FDA50B0843A , 0x933AB837C18240B68E28139355FB69C5 , 0x93DD2A8F6CA0438DA4C1E439CD13E7B3 , 0x9457102F1EFD418EAB20FE8935308F26 , 0x9462C2575C23480BB111E8C268C21C49 , 0x95DBFC216A6C4C7185C9F1E6F5490370 , 0x95FCAF8C684B46A2B7DBC27EDFD53458 , 0x9641FD99E08C4F0E8B4C4125B14A86AB , 0x966A62CC0F7E4A31AC516D1800DC7A04 , 0x968F6A47827B4E16AA515252ACB73A79 , 0x96E7D9BBD19041CFB7EDDE1861FFB835 , 0x96F3530E6669426EB233A923CE97A843 , 0x97E0CA6661AE47169BD4C1A2E32B3B24 , 0x985C37006E244907A95F48B004475449 , 0x9AC2881A2E1A47B2AC541EE60752BEB6 , 0x9B42FA79A08346E59AA32F2B69B19AD3 , 0x9B9EBA48D822410AACCDF55A30AFAFB9 , 0x9C161C0DABEF47C797CBF004D174285C , 0x9C47DE8DE0904FEF892FB33D66BD812B , 0x9D223235F419498E9F93F8EFD35EEAEA , 0x9E783D888D23454C8D486D5C273B5EF5 , 0x9F81A46E96EE483ABD4184DDEB35272F , 0xA16159BAC6C8471083486ACEBBE55933 , 0xA2202D491BBD4CB490F477295E129D8E , 0xA22BB26594EA43BCA6807C28A303E8E7 , 0xA263F78DD8D54A7E900B7B972643E086 , 0xA2BCA2E133FD482F9F251A07CA31CD18 , 0xA2E7E1F1007844A781CFDFBCCF29DC26 , 0xA3167E59E21144599301D071D6F8BED4 , 0xA42159D7E1194551A5167A0F0A3224A9 , 0xA4D8B867E484424FACD4C45D27C9E942 , 0xA69F6901B28E4A4EB962C251C7605F07 , 0xA892BD8DD34B4DF7B452020F0ACDFBBA , 0xAA27E60A1D2A49C7B3A1A3949CF88EA1 , 0xAAF5DA0C3C284A7F8923D743E51AB6AA , 0xABA304E5DAAB47609B337AA574C2CDC3 , 0xABA9D835DD7444E7960A6527782BFDAA , 0xABB80D243F034A76A323E1FFCD52E749 , 0xAC8E854B82FB4DEF9BB00C4539006935 , 0xAE609828F2F6470EB7660AD6A02B6162 , 0xAF2FAEE9DA8F4A3CB103E1C051D50898 , 0xAF5C60D401154B2DB434C2B83233DECD , 0xB06718BDD8CE4A7BBD390BF71601D8A7 , 0xB1C7573373BE4BC7A88BD6C0CCC5D499 , 0xB2263999CC064F0EBC8BBC81887B75FB , 0xB432197EEC14447D8C49744E1CC891A6 , 0xB6133FA65CE1499B9271D6E836BAFC27 , 0xB7312C5814F5421EB707243710F7C062 , 0xB7FD481B181D478E918031AB3BF729E2 , 0xB8240B8206604C858A44FC8278D6BB27 , 0xB8882BF9E3AB42FA84FD197D916714BC , 0xB8B381BA423C48DDA3636C7E69C8179A , 0xBA1E4462DE2E47ACBFD69881A7773401 , 0xBA41CE2D22DF46DDB0DA193169CAEE5D , 0xBA67430238494A46AA4F79F487BC085C , 0xBAAA061FE0AC496491FBFB7D6F9C5B7B , 0xBAF12E2D506F443F8DBFF8DBB518F2A6 , 0xBB0EB4E7D9894E60B3E714440FA80FE3 , 0xBB597433A4694AF3A0B1A0F2325EDA06 , 0xBC961B710A7E43A68D807561F14B1004 , 0xBCB9D0687A3B40DC85E34A98BAE0647A , 0xBCD0636BE8D54ED49F3DBFCBE4B06D2B , 0xBD2E30AC8790439FB78BE5CEF7C64EBC , 0xBE0FA68E12EB4EE4BEAFC2C0AE90419D , 0xBE3FC6A63B574F2AA937B7484C75F34B , 0xC056FD9A291A4AB7971F3E6EEA9D9178 , 0xC082EFCAF941492885CCC3FB684912B9 , 0xC37122C00DD14DFDB9C32A04ACFBBDD7 , 0xC60BF4176464416F84E8600A33543E29 , 0xC79A4DB2CC98475D825925E0B9DF700E , 0xC8CE7BF9D22742B5972998BDBE851EF0 , 0xC9CA76E6C3C747508C69F1B72AC32697 , 0xCB9B2A9BD30D49A3BF2764D476C0438F , 0xCC59969F349E4025BDD3442E7F8BB798 , 0xCCCB7B25A87B4AD1BB85A21AE1E4C6F9 , 0xCE62BF799B9443198445FE23E7C8D7FE , 0xCE7F21A1718B427EBFB341DF90A6BD59 , 0xCF30054570074661BA9DB8CE242BF8F8 , 0xCF49F4261A474E4E9EEDD1D9B5A3046B , 0xCF95190B2591439FB7ABFBDD1DA4547A , 0xD1963B976F6045FC9579891D5B19ABBC , 0xD232559930D448C2AB54BB5021A552F8 , 0xD334B689857F4010A69DCAF9906CD8ED , 0xD46E42D3E07B4CE68D3CB17E78FF2A90 , 0xD4EB0D156FC24450A2A4813594639120 , 0xD5AAFBD0710A444B97673EED7A307669 , 0xD67C98D9D86841ABACA1464FC97E00F6 , 0xD71FD1C0F3044238A2F6E89432F52ADD , 0xD74B9A2BA04D45EF90653D7481F5A8A3 , 0xD8A4FA28091B42BE8E46178251F6C6F4 , 0xD8BC5B591A1C4ADAB6907DF653325FDA , 0xD93D03BD28CC4C748716F75AF1912308 , 0xDAAB801BC3BB4A3DA05FF704C1A1574D , 0xDAE3A22A7AD04AD1AD41D3B4988DA285 , 0xDC3DF79787F94F43928A9D45F0D1469E , 0xDC41A68433DC44A2880CAB1F84D326DB , 0xDC537654319E4764A2911830F02B6EBF , 0xDDCAD2A2CA5045B4BF83BD2FF032C062 , 0xDE3255E040DD48EBBB67EC103614FD4D , 0xDE6C36048F954D9785EA29BAD542424F , 0xDE87341EFF564DB68B6E371D0354D985 , 0xDED84DC72E854B0D9EDDF982ECD1E881 , 0xDF3A70C78FD5435EAF96FF9716FE2C94 , 0xE0C43A9390794AFFB936CF32E46BA11A , 0xE3FF898A89A949FF8C4D8B956528AD26 , 0xE482C9D1F05748A4B91686DFAA39C7D2 , 0xE484E5896F364C67B5EA45F8DC737A68 , 0xE5C81BE9A69144329E2984873F17EFFD , 0xE5DA21AD5E6C4F02989FAACD0B997647 , 0xE80C94DFBE664DC0B14ED32A1E63FEDA , 0xE9C7FF00C23D4D94BD39FB32AEA9D70C , 0xEAE572031104454A93B6E598C5E67B42 , 0xEB02895585CE4A1EAC17732EDA97E9D1 , 0xEB2C26165BDA4BC29B3B699B0D2E6C22 , 0xEB31215411834519AA305CF90CE14EE4 , 0xEB6D176238EF441FA17629CC4CCFCC33 , 0xECEC8E922E7E45DDAFA784B078920ACE , 0xED32B68B041E4A3488A4C6131B8C2DE2 , 0xEEFA7DF70B4940F1A8089A747691AA48 , 0xEFD422383774413AB376F3E0930ABCFE , 0xF04FA54C982E40D89A262C545E03225B , 0xF1BAD1A15D3E4D53BAFA41D6205500FE , 0xF3D60B8458A548C7A278197DE336EF30 , 0xF422317BC7794349952A94550798D0A7 , 0xF44F5AC883E347AAA2605680A2BA15FE , 0xF94FE19996884486B3492A60EDA74416 , 0xF9BAD00C11FC4B7496FE621F309D46F2 , 0xFB825037966A4C00A60522D7CFCF0020 , 0xFC5AB877F5AE41218279AB8383CB3B16 , 0xFD80D9347EFF4307BB2EE2D1B96B303E , 0xFDE1CEB774D445569BED90023E2F5C92 , 0xFE0732BF7F6C42E1B6AE06A8F0CAEF35 , 0xFF5D6CB6875543DC8D37B78893788564 , 0x018B00438F8C7DFFBC38F1AA32164FC0 , 0x018B1038F12C7E7895E607E84DA8E899 , 0x018B2963612B745E84A7442D0EA5E05E , 0x018B201BEDB1789A815914EFF0D5789C , 0x0193930D73C379F9A7E59EB45ED93987 , 0x018B291FF27B7B30837A86C8B66D8900 , 0x018B201C845070FBABB2A21248EF5E26 , 0x018B2961E13379238A628984D6823DE2 , 0x018B0FD40BF57522B328C482ADAF866D , 0x018B0044564A772F89B1B593AA0934D8 , 0x018B0FE15962778589C85E1E5D228A29 , 0x018B5C9332CC79C6AD708A6057A3C5CB , 0x018B058DEFC57C7D9C9E63993C39D2A3 , 0x018B2908049E7F7A87DAB902CE8A8386 , 0x018B004525287BF0B159E9A893B24200 , 0x018B292DE71D7E4B802FCC2610D4D6B3 , 0x018B29361FA57E7CB0C6F78216AF5D54 , 0x018B0FFA24537D60AD017F9FC70D7FEC , 0x018B201D97C8785B9D79C70CF46E7E08 , 0x018B2936F7A27A0191D8FF461D10518C , 0x018B5CB1803B777A845EBF1627F20F3D , 0x018B291F168771219BDC4BADD6E23AA2 , 0x018B296339AD71B0A3B67B05BCCE764D , 0x018B0FD31A357FDEA811C641ECC6C4C2 , 0x018B201B9485714B8B44998B55ACDA08 , 0x018B292041FE7DDFB97BE724934AE0B7 , 0x018B004428E6712597365E504B16D2D9 , 0x018B0FD44FDB7AEDA1590B6D8FC2D6EA , 0x018B0FC6A38F7A03AFAD5C23128A5AD1 , 0x018B291F72397450A26E34FF15F84536 , 0x018B2A0EA819738BAD8E5A7A559AB3EE , 0x018B29644D1F793B8DF4D193E70B3F93 , 0x018B5C9EBA8F72798F1BFEE38337F3DE , 0x01939302C7937281857793DE25F3536F , 0x018B2935529571B2804EC244D2F66761 , 0x018B0FD2C1117C8D855782FE93BAE8FD , 0x018B5CA0CCC1787E914E3A9A799AF8ED , 0x018B058D82E57A8CA19C21EBDDDB10AE , 0x018B5CB0D21F7094B2F518701699BF00 , 0x018B201B4FC07776B7EC81020352B5D0 , 0x018B2908BD94782E8B52A12E6147D304 , 0x018B5CAA8A76725AB7B3BCF1E1169093 , 0x018B2A0F3AAE75BA8760063F19974C85 , 0x018B0FC5E6177C76894B60BF74D9DC0C , 0x018B5CB1353B754886D14D0540BBC56F , 0x018B201BCC6D70BDA9CE09B9944A4AEB , 0x018B0FC6F67D79EFA768659076E0EC06 , 0x018B0FD503CD74DD9AFF3C15661AFE57 , 0x018B2935BE73741385397F8AB13D446F , 0x018B0FF7237576E49105A72EE9637310 , 0x018B290C11DE7092AF660B3E0C67C890 , 0x018B2962811271AA9FF13FE57D5409D4 , 0x018B5CAC90D074D9B2D79DBDDB3EFFC2 , 0x018B251F571F7D099FA54ABB3E5F82AA , 0x018B292E533D7EDB8CEC3786BABB737F , 0x018B5C97AFB57FEEB1437D58D304FAE5 , 0x018B0FF7977371168D911720F8A9C3E6 , 0x018B252494A37D1592EC966FD715D54A , 0x018B0044918C70F29DB76EFED62CBD39 , 0x018B0FD3A51B7A889609B5811B9C0D37 , 0x018B29359E3B7BD1BE1927875872C757 , 0x018B2A0F6E1A71FB9C827731122B08E3 , 0x018B5C8E5DFC7823ACECE15242507C92 , 0x018B5CB626787905854F2A07A5AFE8B9 , 0x018EA430775D732AB4556EFDABFE55A3 , 0x018EA554E79074B39AA3E9C2BCB6AD39 , 0x018B0585F83D76CA9A1480D92F0213A4 , 0x018B0FD4D0C37BCDB3B55863715C3CE9 , 0x018B290C978970B2AEF24CCDF420E268 , 0x018B291FA1927F7493A71C42A1F93F52 , 0x018E9051F6D47F14828C0C3361058F75 , 0x018B0FF6BAA3728BB5185DA2FD42A960 , 0x018B0FF74C897444BAEF5B9CB54B6D21 , 0x018B2907CEAC73838ADF68F504B0FE43 , 0x018B2920893E760DB22777AAF44E013F , 0x018B0FC66F947019ACD1D5E9651ED0F6 , 0x018B0FD373107F2BBB1CEFD4484E2F45 , 0x018B0FDF321376AA82E38344FF570EA1 , 0x018B290755B87498B4D958A411DDB275 , 0x018B5C996E5F7187A04A5016D0C3711E , 0x018EA5552E467FA381D4C04B3168DBEB , 0x018B0FC72DC17960AAE55FB7576788D5 , 0x018B0FC8AAAA70608EB38D9F73D22DE9 , 0x018B0FD47D1574C3AFC3DD72FFD2D5B1 , 0x018B0FE097A578ACBD47328E4CC4412D , 0x018B0FF917FD7673BC76770F8FA0FE3A , 0x018B25255D837C72BA5861E5BACC3794 , 0x018B290BCB1872719A3AEEF545372464 , 0x466450A1EE1C441AAF955382C6E58634 , 0xDD8CFF65C4974182933C904CED3349A8 , 0x018B058C4FBD7AC29B47D9CB19CC428E , 0x018B25206DA97114858EAB187CA02781 , 0x018B2962258B77B198C78B72490924F2 , 0x018B2A43759F77C8B54C6D1462354565 , 0x018B5C9032A27889823DDD7F2E6F2A36 , 0x018B0FC7BF5F7B359F067E5693BE439B , 0x018B201CA9367ECD8B4001A514A913D2 , 0x018B2961976D7529A442E4FB4EE16057 , 0x018B2A4330647C58BE4E3AC1468F10B1 , 0x018B5C9B2B167181A06A59ED8509905D , 0x46FB8C7E665E478EA9D18738F23C3561 , 0x018B0586200974E3BE6BFC6BB1C93BA8 , 0x018B058D458572628B99C6A85FC6ED25 , 0x018B0FC624D67F7B9D9BE149424FFDAA , 0x018B0FC84D757717A04C905E5B77B7A3 , 0x018B0FE040277399A8A236FC53A56D9E , 0x018B1AD9A36D7018BA18FEA848F7240B , 0x018B2936940378BF936D4925989F668D , 0x018B2A43A8F474D292E802C22329A676 );
Copy
73
1.14 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""\x18 »\x1C £JKb®ûŽÕˆô‰Ö "
b"ŸÛ6·²{Fɳ\x00\x7F ?\e ,P\x06 "
b"p6˜ÿÜëFp©¬ÐkÊTÁ“ "
b"ÐêÇI4¼M“©»-ÍÈí¥Z "
b"\x01 ŽyßH`sC¨¿"¶˜w± "
b"Ã\x18 dw\x10 ‰BS„zy\x1A ª¾]I "
b"\x0E šþÇ\x13 ´Id®àÂ\x15 ßÑ÷þ "
b"¨Ñ\x12 ò¸ËIÌ€¡/ޥߛI "
b"zrD®\x11 7NQ¡8ŽÂÂ뵤 "
b"\x01 ŽyßHaqÚ¦<½ó\x1C ö‹ "
b"8Î\v Æù\x07 BK“\x1F §qXâ6Y "
b"i:à/\x11 úD\x19 ‚C|_\x07 "
b"é—ºÇ˾HêŠCÈ}n^N~ "
b"\x14 üdZç*AÎ!Å\x0E\x02 –\x1E Ä "
b"ÔŒ\r \x15 öN¬‹q(ùåîG† "
b"Ý%lÊEB`¶U¶Bß\x19 œ, "
b"dÈ…EЫHˤwùÝ\x05 €ƒ§ "
b">u\x1E }È2DØ\x7F\x04 FNú"% "
b"Â\t M:ÿˆE–ÓLâs\x17 "
b"¦HÀ…\x01 ˜GɪX[¬^W¯G "
b"÷Ðñvó®N‹™z?ù\x12 F%¬ "
b"èšët‰åD@‡A=*’_¦\x19 "
b"\x11 €êÉÎÇJ‘¸ñÝéãaK "
b"Û\x0E è&©pA¢§*cN+5‡ "
b"\x01 ŽyßHbs¢¢ÕóÀcL'ð "
b"S\x1D Ï™thI\x05 ›œÈ=ÒªG6 "
b"""
\n
Å0\x1A\x16 HN‡kª-×%
"""
b"Aò\x07 3›ED‚7\x02 —0ñ7 "
b"×Á*\f ¥ C3µcC’wûµ\x1E "
b"ôº@>LCG1€f˜Žu\x03\x11\x14 "
b"â=J`îGâŽ.ùx{W\x18 H "
b"\x16\x02 BÞ\x07 äB¿Žà\x12 er'Ó "
b"\x01 ’L‰*)\x7F GŠ«´jŠøH9 "
b"\x01 ’LІ!qJŒužqm5\x03 0 "
b"9\x10 õg"MY’Rt“wfFW "
b"èI6<lúE\x07 ²û\x06 )\x0E "
b"¥âLê\x03 ûL\x13 ‘\t ædøì´y "
b"ÕPÔ\x11 n9B̦†å‰Æ¥d+ "
b"‘ýy,“óBX•ˆžÁç\x0F /[ "
b"µ¦x5žÐE$Œ;’\x02 ¥¿žû "
b"Ø3~\x1C\x04 âJÍ£\x1A "U\x03\x12 9¸ "
b"Ž\x0E\x10 ‹KoLh”4*!\x15 üï\v "
b"\x15\x13 8šñ•J§±éZ0³u¾ "
b"(¹^¬]ãN/¸ñ„N9H9. "
b"ø v½\x02 C#y¼ÉÔÚáø "
b"ÐhÀ\f ;áKå¾Ã-«Q<9/ "
b"|%Ƚа@\x02 »ö7l\r \x00 †Þ "
b"y83M+*Ea”°\x7F ³ëÂ]p "
b"Ï\x14 ÈË$šK•¤4NŽäµX³ "
b"îÆ}hþû@pºrih¦\x1A q¹ "
b"\x01 ’™à\x01 »\x7F Û§Ò¨\x04 ž¹¢ "
b"\x17\x1F Z"°\r F=¼E{\x11 ¤où\x16 "
b"HM>Ùø>B1‹ßU³Í\x0E ¸{ "
b"\\x15 Þ»UŠOB»2“ÄEµW\x19 "
b"†´÷õ¬šCr‡N5uP³¼Ð "
b"ÍÇÁDÞ•ýÂ(AP\x15 ß "
b"°î-x‡N~–«¯T\x10 ~ÍŒ "
b"ßBðhwAÏŒV]{>.\x00 ª "
b"Qî\x00 NK‰AüŒ˜CE;dÑê "
b"\x1C 1óÃóÖKq§qò¾ŠBOÜ "
b"ñ!‘8”ˆD|¡‹–l\x16 n¥5 "
b"ÁY¼\x06 oŠOþª{æ\x1D -MYð "
b"ªÂL‘\x0E ÞL\x16 Ç\t 0È\x05\x10 "
b"\x01 ŽyßE>rͦŸ›+\x01\x06 î\x1C "
b"\x01 ŽyßEUpöŠü¹‘ZCì\x08 "
b"\x01 ŽyßIsqûºã-Ù-þa\x14 "
b"çÃ|Ò…HÕ¢{̤˾d "
b"û€\x0E Ú\x16\x06 DO¥\x04 ©\x18 gÝ>\x1D "
b"v|¢^¨ÚJߎ\x1C à¤`\x0F V "
b"2¡”޾\f KR¶OpŽªŒ\x18 ë "
b"è\x14 åÚ\x19 ïHÒ’CØÇ*0Ö‹ "
b"+ïú-lKÌ»©Œ.¶•\x15 º "
b"ýÐPõðÄMã¸X;\x07 }]æM "
b"Ž&Í™ƒ–NP€Û½\x10 :Üg "
b"ýµõ– AA}®*:Ò\x10 ¥Uø "
b"¯w(ÏS˜GŒíxhü"1\t "
b"¦ÆzꨘM²™š¬h=åØ} "
b"—0“äƒ7DÓ†¦\x14 V„Ÿé- "
b"\x1D tÂ.uÌ@‹µK8hUž£S "
b"Z\x1E ·ëùmNX©0a¬#[,› "
b"o×g\x1D\x01\x05 A\x0E ±†)Ó~\x16 šü "
b"/2‡îtL"˜UÌê¬gQ "
b"]ö5Ò\x1C ÑK髦‰\x0E ZUY8 "
b"DÕG$\x03 >Cš½\x11 æÛ"ç5ã "
b"\x1A Á\æp\f @Ô§ß “\f 0ï& "
b"=£\x03 ää4K\r ‹,½"\x03 uÆX "
b"§\x17\x7F uÿME?‚EHÞºš.~ "
b"?/6¼á\v Ki¿xf)sÕ{\x06 "
b"áßY²\r åL\f ž6Z\x03 /ß~W "
b"ýI\x12 S‰†I\x16 ³©ÿî\x17 jÔ "
b"Ù5™\x10 ÑBå\x05 ö8øïÿn "
b"(ˆ\x05\x15 ÐøDp¢Ù\e ‡vX "
b"“\x02 ˜ù¼íDö‰Àž×’½èè "
b"ËDéÆ@@D\v «Å\x0E ™ÿ(ª "
b"„Àh5y4K˜¼ŽˆŽ\x1A ¬!µ "
b"\x01 ‹\x00 AÏ)sÛ›\x15 A«§\x03 l¯ "
b"\x01 ‹)_IÏ|Ý€“\r \x1E ÷²\x11 ¦ "
b"\x01 ‹ \x1A 'V~‚œö˜\x04\x19 Þ|Ñ "
b"\x01 ‹)\x1E ¢Q~xžAŽ\x04 ßHË9 "
b"\x01 ‹\x0F Ò\x1A\x1A yP‘Ž:ò\x1A "ñã "
b"\x01 ‹\x0F ÚØ=pš¶ö\x17 'á¶Ã "
b"\x01 ‹\’̬sC²ºGMè›0 "
b"\x01 ‹\x05 ˆ…ðqŠ”Å|ZŠöú "
b"\x01 ‹)\x06 yñqÈ–ðâxþz¼P "
b"\x01 ‹)-i¥s÷™\x00 |’S\x18 g\n "
b"\x01 ‹)4º®s+¯çUM›\x19 ñ< "
b"\x01 ‹\x0F öGZyS¥Þp€‰˜žF "
b"\x01 ‹\°\x15 *xü¨¦1S·¹—Ð "
b"\x01 ‹\x0F Å+\x14 }'¸ÕDãfK˜‘ "
b"\x01 ‹*\r ÆþtŸŠƒ®\x0E w‡^N "
b"\x01 ‹\ž\x19\x11 zE˜Ø?[/|å° "
b"\x01 ‹\ ‚¦zý€Š‘509ƒÇ "
b"\x01 ‹\©úätÞ¼\x1F Op’º~ "
b"\x01 ‹\¬8àvå‚¶o¿Š\x13 Ö\x08 "
b"\x01 ‹%\x1D\v ˜}ý¼¯ìÇ@´cg "
b"\x01 ‹\—dvu4©ÇA•²\f "
b"\x01 ‹\‹\x15 Ïy\x02 ¥Dñ㋎Ïs "
b"\x01 ‹\µÇÀ}œ£§\x07 ‡HO;U "
b"\x01 ‹\x05 …\x03 ‡t޵~jrwg_\r "
b"\x01 ‹\™\x1E ,wW¸;\x18 ýNz4€ "
b"ûõ΢aÍB'žãNGãëŽ0 "
b"f´˜oºCL‰š0\v R´²1) "
b"\x01 ‹*B\x7F È\x7F ð¨qò”T^Š• "
b"\x01 ‹\»•xª›\x18 ò‰\x01 '\r "
b"\x01 ‹\šá›wö…«¾\x11 Ÿ•l\x02 "
]
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 , 0x2218BB1CA34A4B62AEFB8DD588F489D6 , 0x9FDB36B7B27B46C9B3007F3F1B2C5006 , 0x703698FFDCEB4670A9ACD06BCA54C193 , 0xD0EAC74934BC4D93A9BB2DCDC8EDA55A , 0x018E79DF48607343A8BF22B69877B120 , 0xC318647710894253847A791AAABE5D49 , 0x0E9AFEC713B44964AEE0C215DFD1F7FE , 0xA8D112F2B8CB49CC80A12FDEA5DF9B49 , 0x7A7244AE11374E51A1388EC2C2EBB5A4 , 0x018E79DF486171DAA6AD3CBDF31CF68B , 0x38CE0BC6F907424B931FA77158E23659 , 0x693AE02F11FA441982437CEEAA855F07 , 0xE997BAC7CBBE48EA8A43C87D6E5E4E7E , 0x14FC645AE72A41CE8121C50E02961EC4 , 0xD4AD8C0D15F64EAC8B7128F9E5EE4786 , 0xDD256C81CA454260B655B642DF199C2C , 0x64C88545D0AB48CBA477F9DD058083A7 , 0x3E751E7DC83244D8817F04464EFA2225 , 0xC2094D3AFF8845EEA29396D34CE27317 , 0xA648C085019847C9AA585BAC5E57AF47 , 0xF7D0F176F3AE4E8B997A3FF9124625AC , 0xE89AEB7489E5444087413D2A925FA619 , 0x1180EAC9CEC74AAD91B8F1DDE9E3614B , 0xDB0EE826A97041A2A7902A634E2B3587 , 0x018E79DF486273A2A2D5F3C0634C27F0 , 0x531DCF99746849059B9CC83DD2AA4736 , 0x0AC5301A16484EC2876BAA8F2DD7259F , 0x41F207339B45449D823702AD9730F137 , 0xD7C12A0CA5204333B563439277FBB51E , 0xF4BA403E4C4347318066988E75031114 , 0xE23D4A60EE9F47E28D2EF9787B571848 , 0x160242DE07E442ADBF8DE012657227D3 , 0x01924C892A297F478AABB46A8AF84839 , 0x01924C8A8621714A8C759E716D350330 , 0x3910F567229D4D599252749377664657 , 0xE849363C6CFA4507B2FB06EEA391290E , 0xA5E24CEA03FB4C139109E664F8ECB479 , 0xD550D4116E3942CCA686E589C6A5642B , 0x91FD792C93F3425895889EC1E70F2F5B , 0xB5A678359ED045248C3B9202A5BF9EFB , 0xD8337E1C04E24ACDA31A2255031239B8 , 0x8D0E108B4B6F4C6894342A2115FCEF0B , 0x1513389AF1954AA7B1E95A30B375BE20 , 0x28B95EAC5DE34E2FB8F1844E3948392E , 0xF82076BD02AD4323AD79BCC9D4DAE1F8 , 0xD068C00C3BE14BE5BEC32DAB513C392F , 0x7C25C8BDD0B04002BBF6376C0D0086DE , 0x7938334D2B2A456194B07FB3EBC25D70 , 0xCF14C8CB249A4B95A4344E8EE4B558B3 , 0xEEC67D68FEFB4070BA726968A61A71B9 , 0x019299E001BB7FDBA7D281A8049EB9A2 , 0x171F5A22B00D463DBC457B11A46FF916 , 0x484D3ED9F83E42318BDF55B3CD0EB87B , 0x5C15DEBB558A4F42BB3293C445B55719 , 0x86B4F7F5AC9A4372874E357550B3BCD0 , 0x8FCDC7AD81C144DE95FDC228415015DF , 0x8FB0EE2D78874E7E96ABAF54107ECD8C , 0xDF42F0689D7741CF8C565D7B3E2E00AA , 0x51EE004E4B8941FC8C9843453B64D1EA , 0x1C31F3C3F3D64B71A771F2BE8A424FDC , 0xF12191389488447CA18B966C166EA535 , 0xC159BC066F8A4FFEAA7BE61D2D4D59F0 , 0xAAC24C910EDE4C1690C70930C3880510 , 0x018E79DF453E72CDA69F9B2B0106EE1C , 0x018E79DF455570F68AFCB9915A43EC08 , 0x018E79DF497371FBBAE32DD92DFE6114 , 0xE7C37CD29D8548D590A27BCCA4CBBE64 , 0xFB800EDA1606444FA504A91867DD3E1D , 0x767CA25EA8DA4ADF8D1CADE0A4600F56 , 0x32A1948EBE0C4B52B64F708EAA8C18EB , 0xE814E5DA19EF48D29243D8C72A30D68B , 0x2BEFADFA2D6C4BCCBBA98C2EB69515BA , 0xFDD050F5F0C44DE3B8583B077D5DE64D , 0x8D26CD9983964E5080DBBD103ADC678E , 0xFDB5F596A041417DAE2A3AD210A555F8 , 0xAF7728CF539847AD8CED7868FC223109 , 0xA6C67AEAA8984DB2999AAC683DE5D87D , 0x973093E4833744D386A61456849FE92D , 0x1D74C22E75CC408BB54B3868559EA353 , 0x5A1EB7EBF96D4E58A93061AC235B2C9B , 0x6FD7671D0105410EB18629D37E169AFC , 0x2F8F3287EE744C229855CCEA8FAC6751 , 0x5DF635D21CD14BE9ABA6890E5A555938 , 0x44D54724033E439ABD11E6DB22E735E3 , 0x1AC15CE6700C40D4A7DFA0930C30EF26 , 0x3DA303E4E4344B0D8B2CBD220375C658 , 0xA7177F75FF4D453F824548DEBA9A2E7E , 0x3F2F36BCE10B4B69BF78662973D57B06 , 0xE1DF59B20DE54C0C9E365A032FDF7E57 , 0xFD49125389864916B3A9FFEE9D176AD4 , 0xD9359910D1AD42E59D05F638F8EFFF6E , 0x28880515D0F844709FA2D91B87768158 , 0x930298F9BCED44F689C09ED792BDE8E8 , 0xCB44E9C64040440BABC50E9990FF28AA , 0x84C0683579344B98BC8D888D1AAC21B5 , 0x018B0041CF2973DB9B1541ABA7036CAF , 0x018B295F49CF7CDD80930D1EF7B211A6 , 0x018B201A27567E829CF6980419DE7CD1 , 0x018B291EA2517E789E418D04DF48CB39 , 0x018B0FD21A1A7950918D3AF21A22F1E3 , 0x018B0FDAD83D709A90B6F61727E1B6C3 , 0x018B5C92CCAC7343B2BA474DE8C29B30 , 0x018B058885F0718A94C58F7C5A8AF6FA , 0x018B290679F171C896F0E278FE7ABC50 , 0x018B292D69A573F799007C925318670A , 0x018B2934BAAE732BAFE7554D9B19F13C , 0x018B0FF6475A7953A5DE708089989E46 , 0x018B5CB0152A78FCA8A63153B7B997D0 , 0x018B0FC52B147D27B8D544E3664B9891 , 0x018B2A0DC6FE749F8A83AE0E77875E4E , 0x018B5C9E19117A4598D83F5B2F7CE5B0 , 0x018B5CA082A67AFD808A9135303983C7 , 0x018B5CA9FAE474DEBC1F4FAD7092BA7E , 0x018B5CAC38E076E582B66FBF8A13D608 , 0x018B251D0B987DFDBCAFECC740B46367 , 0x018B5C97647675348FA9C7419F95B20C , 0x018B5C8B15CF7902A544F1E38B8ECF73 , 0x018B5CB5C7C07D9CA3A70787484F3B55 , 0x018B05850387748DB57E6A7277675F0D , 0x018B5C991E2C7757B83B18FD4E7A3480 , 0xFBF5CEA261CD42279EE34E47E3EB8D30 , 0x66B4986FBA434C899A300B52B4B23129 , 0x018B2A427FC87FF0A871F294545E8A95 , 0x018B5C8FBB9578AA9B18F289AD01270D , 0x018B5C9AE19B77F685ABBE119F956C02 ));
Copy
74
0.52 ms
SELECT `acl_role` . `privileges` AS `privileges`
FROM `acl_role`
INNER JOIN `app` ON `app` . `acl_role_id` = `acl_role` . `id`
WHERE `app` . `id` = ?
Parameters :
[
b"\x01 ˜§¶Ò}p\f ·P>ó‰b+˜ "
]
SELECT `acl_role` . `privileges` AS `privileges`
FROM `acl_role`
INNER JOIN `app` ON `app` . `acl_role_id` = `acl_role` . `id`
WHERE `app` . `id` = 0x0198A7B6D27D700CB7503EF389622B98
;
Copy
75
0.28 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"\x01 ’qKt\x10 s®†˜ã‘tìúc "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0x0192714B741073AE8698E39174ECFA63 );
Copy
76
0.34 ms
SELECT url FROM sales_channel_domain
SELECT url FROM sales_channel_domain ;
Copy
77
0.15 ms
SELECT url FROM sales_channel_domain
SELECT url FROM sales_channel_domain ;
Copy
78
3.50 ms
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `technical_name` = ?
Parameters :
[
"TcinnThemeWareElectric "
]
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `technical_name` = 'TcinnThemeWareElectric' ;
Copy
79
0.52 ms
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1 ;
Copy
80
0.76 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"éW ¶n\x05 Be“*=O\x1D uê$ "
]
SELECT path FROM category WHERE id = 0xE95720B66E054265932A3D4F1D75EA24 ;
Copy
81
0.36 ms
SELECT `min_search_length` FROM `product_search_config` WHERE `language_id` = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `min_search_length` FROM `product_search_config` WHERE `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
82
0.65 ms
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > ? )
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > NULL );
Copy
83
1.20 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"i›í$xñIz™ÌZ@±rÉç "
b"1—\x7F H†ZDQ™;°mâS·½ "
b"Æ+²ÚÏO\x1C ¢eŽû|¯} "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x699BED2478F1497A99CC5A40B172C9E7 , 0x31977F48865A4451993BB06DE253B7BD , 0xC62BB2DACF814F1CA2658D8FFB7CAF7D ));
Copy
84
0.74 ms
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > ? )
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > NULL );
Copy
85
0.96 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/9e5ba4b56b4047cebfcf1569ac6a7c26 "
"/detail/fcfff06631b84275901307c2984cf059 "
"/detail/05d6b64b518a4cac961b73b25281b74c "
"/detail/019265ecef9070e59507ebe722fea081 "
"/detail/0de3a33576164124b02f0c87a1ac3e24 "
"/detail/711cea2c721647d9be3e45dca7f61132 "
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/9e5ba4b56b4047cebfcf1569ac6a7c26' , '/detail/fcfff06631b84275901307c2984cf059' , '/detail/05d6b64b518a4cac961b73b25281b74c' , '/detail/019265ecef9070e59507ebe722fea081' , '/detail/0de3a33576164124b02f0c87a1ac3e24' , '/detail/711cea2c721647d9be3e45dca7f61132' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
86
1.03 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"v¡³z}¿Ae´lz²ÿ\x1A HA "
b"V¸‰y8¾D¤]#\x07 o "
b"\x01 ‘yµ\x05 =r<¼ÂÿÊ~/\x1D 7 "
b"\x01 ‘yµ\x05 “s|©ô¦iZ(ß\x19 "
b"\x01 ‘yµ\x05 ©qÖ³;·÷\x7F ñˆ "
b"\x01 ‘yµ\x07 yr޽4²!¿\x1F "
b"\x01 ‘yµ\x07 ~r'“¸+1\x13 X)ˆ "
b"\x01 ’f½•E{‘o\x0E t\x02 §n "
b"‰9db±”BÞ…;IŸ3·Œï "
b"Š=rªµ¥F ‰PQcöDù "
b"ùÚ“øJÚLÍŽý•i*aY‘ "
b"\x06 ÃæÄ\f Þ@ûˆ¡uÛ;y8 "
b"\x01 ‘yíYÝrìµ$Œ7\x01 ¤©§ "
b"\x01 ‘yíZ3s]ú®}Hî7t "
b"\x01 ‘yíZssʧB£Ê+GOª "
b"\x01 ‘yíZ¼r`º\r \x7F †¥ô\x12 "
b"\x01 ‘yíZäsÌŠËÛОi\x7F\x1A "
b"\x01 ‘yíZýs“ƒ\x16 Î]b²\x18 … "
b"\x01 ‘yí[4rû†‰¿õ,6ÒN "
b"\x01 ‘yí[Gq\f »ˆÔʾWU0 "
b"\x01 ‘yí[ep!•$RªRÂòb "
b"\x01 ‘yí[ˆs†¿\x07 Ëû\f mÄÙ "
b"\x01 ‘yí[·pc´$6Þ+²eM "
b"\x01 ‘yí[éqß·Žð¹«•F6 "
b"\x01 ‘yí\\x0F s+ƒ¦úa\e\x17 ɰ "
b"\x01 ‘yí\\x1C rá½]Ô_©\x1A éˆ "
b"\x01 ‘yí\Hp°»\x1D w*ˉ: "
b"\x01 ‘yí\as’ˆ¨ñŸ_î\Ÿ "
b"""
\x01 ‘yí\ƒq\n
r^ؤ\t w
"""
b"\x01 ‘yí\´q'™jªÈ§ö½¾ "
b"\x01 ‘yí\éq\x02 ¹Ddþ†,§‡ "
b"\x01 ‘yí]xq[•r€àÝQs1 "
b"\x01 ‘yí^\x04 q’ª¤sÏÇ)Ä_ "
b"\x01 ‘yí^˜p\x14 ²xPÑð\x16 ƒË "
b"\x01 ‘yí^¹r©\x1E eYDzoÜ "
b"\x01 ‘yí_\x01 p\x7F ¿:jܤ õ± "
b"\x01 ‘yí_Jr޳CÄÎÊUß$ "
b"\x01 ‘yí_Áqj¹â`\x08 PŠ˜ž "
b"\x01 ‘yí`\x11 qÊ‹Ë÷Ää±]\x12 "
b"\x01 ‘yí`@s¨§ÌrƒY{Åa "
b"\x01 ‘yí`†rzŽØ}†·š°( "
b"\x01 ‘yí`»qs³ÅÊ¢²\x1A\x03 â "
b"\x01 ‘yía\e q›ŒI4&9~\x07\e "
b"\x01 ‘yíaisÖ®‡ß)Êo«E "
b"\x01 ‘yíaypT‹š²\x02 ЬÎã "
b"\x01 ‘yíaÒp!¦ÓòVñþc\x01 "
b"""
\x01 ‘yíb3pr‚Îç+\n
x\x16 \
"""
b"\x01 ‘yíbsïIûý1u¸ "
b"\x01 ‘yíc\r r¿¸\v\v anVð” "
b"\x01 ‘yíc(pÈMPà\t\e ÜŽ "
b"\x01 ‘yíc7rNªñ\x00 þr:œs "
b"\x01 ‘yícyr®\x1E J þâ{~ "
b"\x01 ‘yíc¦p°°µ-ˆ¸däÛ "
b"\x01 ‘yícÜp¶ÙL¿êc\x03\x07 "
b"\x01 ‘yícÿq…šÆ\v dÚJù "
b"‰+ºƒªßNSš<j\x14 F¯gà "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x76A1B37A7DBF4165B46C7AB2FF1A4841 , 0x56B8897938BE44A48F5D23076FEE8AA4 , 0x019179B5053D723CBCC2FFCA7E2F1D37 , 0x019179B50593737CA9F4A6695A28DF19 , 0x019179B505A971D6B33BC2B7F77FF188 , 0x019179B50779728DBD34B221819DBF1F , 0x019179B5077E722793B82B3113582988 , 0x019266BD95457BAD916F0E7402A76E90 , 0x89396462B19442DE853B499F33B78CEF , 0x8A3D72AAB5A5468FA089505163F644F9 , 0xF9DA93F84ADA4CCD8EFD95692A615991 , 0x06C3E6C40CDE40FB88ADA175DB3B7938 , 0x019179ED59DD72ECB5248C3701A4A9A7 , 0x019179ED5A33735DADFAAE7D48EE3774 , 0x019179ED5A7373CAA742A3CA2B474FAA , 0x019179ED5ABC7260BA0D7F86A5F49012 , 0x019179ED5AE473CC8ACBDBD09E697F1A , 0x019179ED5AFD73938316CE5D62B21885 , 0x019179ED5B3472FB8689BFF52C36D24E , 0x019179ED5B47710CBB88D4CABE575530 , 0x019179ED5B657021952452AA52C2F262 , 0x019179ED5B887386BF07CBFB0C6DC4D9 , 0x019179ED5BB77063B42436DE2BB2654D , 0x019179ED5BE971DFB78EF0B9AB954636 , 0x019179ED5C0F732B83A6FA611B17C9B0 , 0x019179ED5C1C72E1BD5DD45FA91AE988 , 0x019179ED5C48709DB0BB1D772ACB893A , 0x019179ED5C61739288A8F19F5FEE5C9F , 0x019179ED5C83710A9F725ED88FA40977 , 0x019179ED5CB47127996AAAC8A7F6BDBE , 0x019179ED5CE97102B94464FE862CA787 , 0x019179ED5D78715B957280E0DD517331 , 0x019179ED5E047192AAA473CFC729C45F , 0x019179ED5E987014B27850D1F01683CB , 0x019179ED5EB972A9811E6559447A6FDC , 0x019179ED5F01707FBF3A6ADCA420F5B1 , 0x019179ED5F4A728EB343C4CECA55DF24 , 0x019179ED5FC1716AB9E26008508A989E , 0x019179ED601171CA8BCBF7C4E4B15D12 , 0x019179ED604073A8A7CC7283597BC561 , 0x019179ED6086727A8ED87D86B79AB028 , 0x019179ED60BB7173B3C5CAA2B21A03E2 , 0x019179ED611B719B8C493426397E071B , 0x019179ED616973D6AE87DF29CA6FAB45 , 0x019179ED617970548B9AB2028AACCEE3 , 0x019179ED61D27021A6D3F256F1FE6301 , 0x019179ED6233707282CEE72B0A78165C , 0x019179ED629F739F81EF49FBFD3175B8 , 0x019179ED630D72BFB80B0B616E56F094 , 0x019179ED632870C88F4D50E0091BDC8D , 0x019179ED6337724EAAF100FE723A9C73 , 0x019179ED63797281AE1E4A20FEE27B7E , 0x019179ED63A670B0B0B52D88B864E4DB , 0x019179ED63DC70B69DD94CBFEA630307 , 0x019179ED63FF71859AC60B2064DA4AF9 , 0x892BBA83AADF4E539A3C6A1446AF67C3 );
Copy
87
0.50 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"gFEIOXIX5OO4q9eqYhcnSyJtxkRyCK7f "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'gFEIOXIX5OO4q9eqYhcnSyJtxkRyCK7f' ;
Copy
88
0.37 ms
SELECT `dvsn_quick_cart` . `id` FROM `dvsn_quick_cart` WHERE (`dvsn_quick_cart` . `seo_url` = ? AND `dvsn_quick_cart` . `active` = ? )
Parameters :
[
"_esi/global/header "
true
]
SELECT `dvsn_quick_cart` . `id` FROM `dvsn_quick_cart` WHERE (`dvsn_quick_cart` . `seo_url` = '_esi/global/header' AND `dvsn_quick_cart` . `active` = 1 );
Copy
89
0.59 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"_esi/global/header "
"_esi/global/header/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR sales_channel_id IS NULL )) AND ((seo_path_info = '_esi/global/header' OR seo_path_info = '_esi/global/header/' ));
Copy
90
0.76 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"/_esi/global/header "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (path_info = '/_esi/global/header' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
91
2.69 ms
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `parameter_forwarding` as `dreisc_seo_redirect.parameterForwarding` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = ? AND `dreisc_seo_redirect` . `source_type` = ? AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = ? AND `dreisc_seo_redirect` . `source_path` = ? ))
Parameters :
[
true
"url "
b"£“]>÷IKt‰LÉb£cG° "
"_esi/global/header "
]
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `parameter_forwarding` as `dreisc_seo_redirect.parameterForwarding` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = 1 AND `dreisc_seo_redirect` . `source_type` = 'url' AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = 0xA3935D3EF7494B74894CC962A36347B0 AND `dreisc_seo_redirect` . `source_path` = '_esi/global/header' ));
Copy
92
0.80 ms
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE ((`scop_platform_redirecter_redirect` . `sourceURL` IN (? , ? , ? , ? , ? , ? , ? )) AND `scop_platform_redirecter_redirect` . `enabled` = ? AND (`scop_platform_redirecter_redirect` . `salesChannelId` = ? OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > ? )) LIMIT 1
Parameters :
[
"//_esi/global/header "
"/_esi/global/header "
"https://www.dev.nakatanenga.de/_esi/global/header "
"https://www.dev.nakatanenga.de//_esi/global/header "
"/_esi/global/header "
"//_esi/global/header "
"_esi/global/header "
true
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
null
]
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE ((`scop_platform_redirecter_redirect` . `sourceURL` IN ('//_esi/global/header' , '/_esi/global/header' , 'https://www.dev.nakatanenga.de/_esi/global/header' , 'https://www.dev.nakatanenga.de//_esi/global/header' , '/_esi/global/header' , '//_esi/global/header' , '_esi/global/header' )) AND `scop_platform_redirecter_redirect` . `enabled` = 1 AND (`scop_platform_redirecter_redirect` . `salesChannelId` = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > NULL )) LIMIT 1 ;
Copy
93
0.44 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"gFEIOXIX5OO4q9eqYhcnSyJtxkRyCK7f "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (token = 'gFEIOXIX5OO4q9eqYhcnSyJtxkRyCK7f' ) LIMIT 1 ;
Copy
94
0.61 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `id` = ?
Parameters :
[
b"éW ¶n\x05 Be“*=O\x1D uê$ "
b"éW ¶n\x05 Be“*=O\x1D uê$ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xE95720B66E054265932A3D4F1D75EA24 OR `id` = 0xE95720B66E054265932A3D4F1D75EA24
;
Copy
95
3.59 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (((`category` . `id` = ? OR (`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"éW ¶n\x05 Be“*=O\x1D uê$ "
"%|e95720b66e054265932a3d4f1d75ea24|% "
1
5
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
(
`category` . `id` = ?
OR (
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category` . `id` = 0xE95720B66E054265932A3D4F1D75EA24 OR (`category` . `path` LIKE '%|e95720b66e054265932a3d4f1d75ea24|%' AND (`category` . `level` > 1 AND `category` . `level` < = 5 )))));
Copy
96
1.00 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|e95720b66e054265932a3d4f1d75ea24|% "
5
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|e95720b66e054265932a3d4f1d75ea24|%' AND `category` . `level` = 5 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
97
1.46 ms
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = ? AND `language.salesChannels` . `id` = ? ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = 0x08D2BEB617754D2E9B8813E67FBD3A10 AND `language.salesChannels` . `id` = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
98
0.74 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `active` as `language.active` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"PYÜEµ\x10 L6ŒÂ§ø¸\x01 # "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `active` as `language.active` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B , 0x5059DC45B5104C368CC2A7F890B80123 );
Copy
99
0.59 ms
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = ? ) GROUP BY `currency` . `id`
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) GROUP BY `currency` . `id` ;
Copy
100
0.59 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
101
0.48 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"\x01 ’qKt\x10 s®†˜ã‘tìúc "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0x0192714B741073AE8698E39174ECFA63 );
Copy
102
0.53 ms
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > ? )
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > NULL );
Copy
103
3.08 ms
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (seo_url . language_id = ? ) AND (seo_url . sales_channel_id = ? OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 )
Parameters :
[
"/navigation/0198cbf1e4de7f2c9be18fe56153071c "
"/navigation/0198cbf2f4b972f1a2a47e77625d4a17 "
"/navigation/0198cbf322a87e3b94508a3dba94069b "
"/navigation/0198cbf33f76716eb706e27dd40a51ce "
"/navigation/0198cbf37776773f8f6ce9eb0ecde3f3 "
"/navigation/0198cbf380427c58a1ef91331f0aaacd "
"/navigation/0198cbf3946978089980c6a2a28ae7f5 "
"/navigation/0198cbf3ab4c734abb6ddbab1914ea1b "
"/navigation/01997c7ab76a78dfb2902fbee4350d15 "
"/navigation/018b5c698aca709e974fe3f7db35cead "
"/navigation/aa5a6581d62b434d88e46fe4944a87dd "
"/navigation/8b215f6e8ab3405e919e11a3cfca9c1f "
"/navigation/7a644e4b5d724b098121fcb6d2dbab39 "
"/navigation/338c9cb9d866425985f97bca5df6ba5e "
"/navigation/5675f57b00654b17b48a7e1962ad692d "
"/navigation/126bea7ed87c44c8a97b32b72a089ab6 "
"/navigation/9026fd2e2d684bc6b34b028c13e2668b "
"/navigation/b4499eab3212404dabf7f79851bacfd6 "
"/navigation/bd880cbba8794f43a9bf3b0698c68922 "
"/navigation/caa5db34d06848bfbe813290e07e5428 "
"/navigation/d495a4f947514e88930abf2af56c9890 "
"/navigation/0370c9516bae46f2ade169430388be99 "
"/navigation/cb0fb2bb957d4d3eae4f1151bea991c9 "
"/navigation/054d637cffa4441a8271e56bbdd0852c "
"/navigation/b3edea3dac054f518ad5d07bdae5f863 "
"/navigation/3b3349923ba24a8aa8ff64f8067b0023 "
"/navigation/3883cc87d7c54d49b017712c5eebccbc "
"/navigation/bc565af2bacd4149a9ddd99a1b45165b "
"/navigation/918b2eeac821484781cd05f79ae1157f "
"/navigation/e222b227fa2d4382ab5b18909027f378 "
"/navigation/57859127803043ad970a5b7b28b57dc7 "
"/navigation/01912bf5e2687233b10a419381ff9400 "
"/navigation/b424d0ac0c1a49ccba3449eb21ca2687 "
"/navigation/f68dbee567a044dfbb3840e9352192bf "
"/navigation/c3b269c69c7540f18fd60b4b3bd54b50 "
"/navigation/b56f9e76d8b8418fb0784c84290d2883 "
"/navigation/c96ce8612cb6429fa06bae3956c8981f "
"/navigation/c2a2c6968a40430593ff3875fc557083 "
"/navigation/d272ae637ed5442aa7366954b96504d2 "
"/navigation/11a72465f04140bebd77727f3010827e "
"/navigation/8381e0949a4b42e5976798be46308481 "
"/navigation/b5fc7ad46da94523bbb7ecea3ca095fb "
"/navigation/6885b9aa6d00438fb0abac75a6104f91 "
"/navigation/707166d6b2604050998fb32062c3a43b "
"/navigation/43cdc2635c314597a75172d3fcc6e8c8 "
"/navigation/8674b95ec9514f0f8e8b95ea6830516c "
"/navigation/bde835b7f31a4597910caf6a1e0df552 "
"/navigation/5aa5729c95404d31837be01faa113843 "
"/navigation/99130eb55c1b485d91fdeda57c8b7fae "
"/navigation/89223e349ac54e9ab970e1073c91c79e "
"/navigation/01956299032f7724bca899d6605f4860 "
"/navigation/6b748b5fc5ec44419a988c628be7542b "
"/navigation/3a4903e587284a8fb136b1a53dec1421 "
"/navigation/eb20a0c61df742368e90b21895718808 "
"/navigation/8385629b2ba84f35aba482ecab660b31 "
"/navigation/94b396a795d942d69c88d75c07c9d994 "
"/navigation/92dcaf9b2ae04e7981c80ab446ea526e "
"/navigation/21cd328da17946baa39348334be4fe78 "
"/navigation/6300a675c3cc4bf7b4a7a20bf1c2a914 "
"/navigation/384e5ca0596a46f7b8853e54cd26b5d4 "
"/navigation/863933ee73444dcca91839d4c6ff1577 "
"/navigation/97b51141bcb44863920352dde7a34b52 "
"/navigation/ad9bae98236549c6a95f6fbc205923e7 "
"/navigation/a71d38a59d434c1ba82aa379322cd9ef "
"/navigation/f0e2a156f0e04b928c1fb63cc80ccff9 "
"/navigation/e56ac2385f6841f9b251432090de8a56 "
"/navigation/6d1ca8961cd84deab0f8d8361eff1b57 "
"/navigation/8493b828d1404ec89b544a1aed111e60 "
"/navigation/f97f016807f94461bd78e22adc686900 "
"/navigation/221bea5a28ff4bfdaf0ff783e332a36a "
"/navigation/142a9205f90b4fc9949db82cfff94c18 "
"/navigation/beae7d27497b465492df0df9753247b6 "
"/navigation/bffc6f126527425f9c46ca9863e7e22a "
"/navigation/76157c54b44e45ceb00ea7220721353d "
"/navigation/25305d5b05434654a3e948193b7ed5f2 "
"/navigation/8582bfa2bb3144afb6370eedf33eacd5 "
"/navigation/9fdd09f74c6148ae98e8d6b8fa0ebde2 "
"/navigation/070aec209d9f4edd816b1d3ab5ca25d8 "
"/navigation/df7b4367a3f945eaa850a56e67d11036 "
"/navigation/018e79ddf01b701e9982cfdf2232531a "
"/navigation/b5e635a643fe488f9ed2417cee45473a "
"/navigation/0a14b4dbc5404364a9331388933ce88e "
"/navigation/b873442a00014e4b83dd0262f45aadf1 "
"/navigation/ee4dcd91575642ee9493387738aae6d1 "
"/navigation/a32dc5288aba407583242f8a48046270 "
"/navigation/ad7b9e4df88b4e69a143c42f5505cd2a "
"/navigation/0217e0bbd3ad4ed79e286b66d51f4970 "
"/navigation/bb5cb57c1c174cb2b4cc3bae1f2efb09 "
"/navigation/586a3ddade28416698b9faef63dc1338 "
"/navigation/b74b8b0663ad42f09a40ea0058868209 "
"/navigation/415fdf9a09614f88939a0102d22d76fe "
"/navigation/54b9b133546341879eb10933b3c74ac5 "
"/navigation/c7fcc12ad29b4ce3bd50de36544d3eba "
"/navigation/a72aad1d6b4a4bb296cd16004955658e "
"/navigation/501edd94f1134945ac0122bf0057813c "
"/navigation/878cf963e9c34ff5be4ffe273608873a "
"/navigation/ca4b64702bae4f678ec2187f7cf0a448 "
"/navigation/110ae801873f44bb876ce3fe05981f1c "
"/navigation/f7eab36fa4da455ea3d1332c2d95dd22 "
"/navigation/1c97a015acdc4c389f0128e6c18ba981 "
"/navigation/5ab85840c4234268bc1e5160ee7153e0 "
"/navigation/ec99c0e9730845a78a07da88938f8e47 "
"/navigation/6848c9a4288348ceb849ec8b726a1cc5 "
"/navigation/019537a1d7107955ab38c98b0ad9c04a "
"/navigation/019537a5b13c7205ba31ba96b7c89d2f "
"/navigation/39473ac2d58941bbbd0ffd168be4a3bb "
"/navigation/39f37bac160d4c8f8fe538834897405f "
"/navigation/b2be01f704d644e0a536f5a9fc1e14dd "
"/navigation/f153f52b77a946bf82a440520dd1c3e5 "
"/navigation/dbf72e38393f44fa858bcde9dac6a17a "
"/navigation/14539fd2f8a44fbab8c491b412215ada "
"/navigation/a51a927913394cf5bb4d737bb48a3c0c "
"/navigation/c02a3b564ccb40cc9139a11d0a411b51 "
"/navigation/53c12c0c6e49474dad0df90f3587ef34 "
"/navigation/441f804639304ffaaf845ef356a40a59 "
"/navigation/cd8d4c7cf58c44f7b9bf982b218aca2d "
"/navigation/75e22e918d5542f5836fc1ce3307ce1d "
"/navigation/5d92fa21d9f243f382f582e4f7e03acd "
"/navigation/e4628874e0c6445faee8a1691db473aa "
"/navigation/676a316ed41546e1b76c23b83c95fed3 "
"/navigation/685a9695ce7e477081260e9703450051 "
"/navigation/eb6d2e6c23084759a35872223ccf9d9a "
"/navigation/a25d7bfc70c442ad93c1c0c1f5bcd553 "
"/navigation/152b64d2dee54aceb74c32c36ce11b21 "
"/navigation/9bdd526dde454d179b488a82ee06644a "
"/navigation/e949cae1f08d41bab7532419bb825a06 "
"/navigation/b75fdb57dfd949b0809a35c07a49a06b "
"/navigation/7ccd88904abd4aee8181fe0da43d8d8a "
"/navigation/f05105dede874e3fafddd211d5419cfc "
"/navigation/cdda7db59b574cf6964fec1d37fab5de "
"/navigation/ee19da1f0f3d435fba3bc8a6558899e6 "
"/navigation/a2d42bbb2f8d43289e9c8d595a2dfb86 "
"/navigation/829d32b2e7fb49f78fce744fbc59d9cb "
"/navigation/7b43d5eb6d8145588926e793c6d2e35e "
"/navigation/e8527c5ef2cb4da5b3be3543d2be43f8 "
"/navigation/f3f02a6a6a54462bbc95491af23dd2e6 "
"/navigation/2b25eea7dfbf42f3b47fdaa78d1561c9 "
"/navigation/f8bf178596ef490482f06a09d7c079bc "
"/navigation/c27a355d3a4d4773897b77e9c4bd9d5c "
"/navigation/c32a710aab5548a3909155ee224291c0 "
"/navigation/5149171800dd4ff4b4af90ccc7665341 "
"/navigation/4d1313c1504246d099e2e8a7711ba78a "
"/navigation/58745278918b4bd289f3a5bfbd8b3635 "
"/navigation/ebc67e9e44ba428d91056d19b503e8f8 "
"/navigation/fe07ca2417da458c8f2105807233e37e "
"/navigation/c940c803ad79440d8e44180b950bded0 "
"/navigation/6f6ac4cb98cf469d94384cbc3abe93a6 "
"/navigation/8df3c29e95c947b8af4515d03ae12fe4 "
"/navigation/44906fc35f194b83b69944addfe77d9d "
"/navigation/f5748d2faf1a4e9a8a9c6303ce81181d "
"/navigation/cf5d3310bdad44068ff00968dbc46a3e "
"/navigation/34660def41584107bb4330b4444500ea "
"/navigation/5762d80d06c947ae8a84d0d989483972 "
"/navigation/7db0b907071949db918e1a2139c3a7c1 "
"/navigation/520720d587374c1cafd4ada7422e0528 "
"/navigation/c9b0e120563e4b27b7dd2fbc28489be4 "
"/navigation/cc09ce4a89be4cfd82f59a0a34f0cee4 "
"/navigation/c19cca6bb2af425197afe6149dd32c97 "
"/navigation/94bdce6e02a540d3ab6694f0449fcd95 "
"/navigation/891b45f3d00a4073bf18a3040f86b44e "
"/navigation/a07680c3d3894885b2cf9f9484f4664a "
"/navigation/f5283984e3a2461a8369010493b69266 "
"/navigation/261060987c2b427bbd42b1323790d094 "
"/navigation/d121ba44d1ed4385b8a03eba8c6f394b "
"/navigation/67811704c2f64b4a95a3c95dc2c5686b "
"/navigation/e3c7d5efbc7d4da88a535e0d8d37f7e9 "
"/navigation/c432c277b40d49198861003c8c7674cf "
"/navigation/179873d322b3432493c9bcb118bdc827 "
"/navigation/d0829effe3de4741af7a6cb3b70d9b1a "
"/navigation/c4953ca63950431b8a7e7b6a3702b828 "
"/navigation/10cce25b1646457c9e2554573d2a45ac "
"/navigation/20c47b00f7214da8bd2ae9b3e761f43a "
"/navigation/019537bed0a07ca8a2f65ded3e18cf9f "
"/navigation/8f98d6f0706a447bb07c142d3c924e2a "
"/navigation/62ae81678d3648d29d634c0452d8b548 "
"/navigation/fb80564b4d574b6a8d9891e9f4f79b57 "
"/navigation/0195803a9e3a7de3b6c109869122720c "
"/navigation/018e79dde26571a191f31db8b82e913c "
"/navigation/fe29bf8aa547467d8550760d8a2d8173 "
"/navigation/d3a8dccd62b04bc98ede88edc40d2646 "
"/navigation/98981617766f455bbef9b1506be4a154 "
"/navigation/5f8f83664a2a44cfb6eeb51a885f3ce2 "
"/navigation/ff216227a88d4969bff2dcde880212e3 "
"/navigation/6c40e0735424456da9f7bac33bfd72a4 "
"/navigation/220f5f8d2bcb47b99fdc509919625226 "
"/navigation/42f6b6414b4547da8cdd943f8bd815bc "
"/navigation/fb170c8f0be34bbc8995be0abbd86169 "
"/navigation/8e5118684bd543bfae0ba63aba6fed34 "
"/navigation/63703448f4074854977c398ba078e185 "
"/navigation/faec1b4146464d1d8dd4ae82d2f55006 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/navigation/0198cbf1e4de7f2c9be18fe56153071c' , '/navigation/0198cbf2f4b972f1a2a47e77625d4a17' , '/navigation/0198cbf322a87e3b94508a3dba94069b' , '/navigation/0198cbf33f76716eb706e27dd40a51ce' , '/navigation/0198cbf37776773f8f6ce9eb0ecde3f3' , '/navigation/0198cbf380427c58a1ef91331f0aaacd' , '/navigation/0198cbf3946978089980c6a2a28ae7f5' , '/navigation/0198cbf3ab4c734abb6ddbab1914ea1b' , '/navigation/01997c7ab76a78dfb2902fbee4350d15' , '/navigation/018b5c698aca709e974fe3f7db35cead' , '/navigation/aa5a6581d62b434d88e46fe4944a87dd' , '/navigation/8b215f6e8ab3405e919e11a3cfca9c1f' , '/navigation/7a644e4b5d724b098121fcb6d2dbab39' , '/navigation/338c9cb9d866425985f97bca5df6ba5e' , '/navigation/5675f57b00654b17b48a7e1962ad692d' , '/navigation/126bea7ed87c44c8a97b32b72a089ab6' , '/navigation/9026fd2e2d684bc6b34b028c13e2668b' , '/navigation/b4499eab3212404dabf7f79851bacfd6' , '/navigation/bd880cbba8794f43a9bf3b0698c68922' , '/navigation/caa5db34d06848bfbe813290e07e5428' , '/navigation/d495a4f947514e88930abf2af56c9890' , '/navigation/0370c9516bae46f2ade169430388be99' , '/navigation/cb0fb2bb957d4d3eae4f1151bea991c9' , '/navigation/054d637cffa4441a8271e56bbdd0852c' , '/navigation/b3edea3dac054f518ad5d07bdae5f863' , '/navigation/3b3349923ba24a8aa8ff64f8067b0023' , '/navigation/3883cc87d7c54d49b017712c5eebccbc' , '/navigation/bc565af2bacd4149a9ddd99a1b45165b' , '/navigation/918b2eeac821484781cd05f79ae1157f' , '/navigation/e222b227fa2d4382ab5b18909027f378' , '/navigation/57859127803043ad970a5b7b28b57dc7' , '/navigation/01912bf5e2687233b10a419381ff9400' , '/navigation/b424d0ac0c1a49ccba3449eb21ca2687' , '/navigation/f68dbee567a044dfbb3840e9352192bf' , '/navigation/c3b269c69c7540f18fd60b4b3bd54b50' , '/navigation/b56f9e76d8b8418fb0784c84290d2883' , '/navigation/c96ce8612cb6429fa06bae3956c8981f' , '/navigation/c2a2c6968a40430593ff3875fc557083' , '/navigation/d272ae637ed5442aa7366954b96504d2' , '/navigation/11a72465f04140bebd77727f3010827e' , '/navigation/8381e0949a4b42e5976798be46308481' , '/navigation/b5fc7ad46da94523bbb7ecea3ca095fb' , '/navigation/6885b9aa6d00438fb0abac75a6104f91' , '/navigation/707166d6b2604050998fb32062c3a43b' , '/navigation/43cdc2635c314597a75172d3fcc6e8c8' , '/navigation/8674b95ec9514f0f8e8b95ea6830516c' , '/navigation/bde835b7f31a4597910caf6a1e0df552' , '/navigation/5aa5729c95404d31837be01faa113843' , '/navigation/99130eb55c1b485d91fdeda57c8b7fae' , '/navigation/89223e349ac54e9ab970e1073c91c79e' , '/navigation/01956299032f7724bca899d6605f4860' , '/navigation/6b748b5fc5ec44419a988c628be7542b' , '/navigation/3a4903e587284a8fb136b1a53dec1421' , '/navigation/eb20a0c61df742368e90b21895718808' , '/navigation/8385629b2ba84f35aba482ecab660b31' , '/navigation/94b396a795d942d69c88d75c07c9d994' , '/navigation/92dcaf9b2ae04e7981c80ab446ea526e' , '/navigation/21cd328da17946baa39348334be4fe78' , '/navigation/6300a675c3cc4bf7b4a7a20bf1c2a914' , '/navigation/384e5ca0596a46f7b8853e54cd26b5d4' , '/navigation/863933ee73444dcca91839d4c6ff1577' , '/navigation/97b51141bcb44863920352dde7a34b52' , '/navigation/ad9bae98236549c6a95f6fbc205923e7' , '/navigation/a71d38a59d434c1ba82aa379322cd9ef' , '/navigation/f0e2a156f0e04b928c1fb63cc80ccff9' , '/navigation/e56ac2385f6841f9b251432090de8a56' , '/navigation/6d1ca8961cd84deab0f8d8361eff1b57' , '/navigation/8493b828d1404ec89b544a1aed111e60' , '/navigation/f97f016807f94461bd78e22adc686900' , '/navigation/221bea5a28ff4bfdaf0ff783e332a36a' , '/navigation/142a9205f90b4fc9949db82cfff94c18' , '/navigation/beae7d27497b465492df0df9753247b6' , '/navigation/bffc6f126527425f9c46ca9863e7e22a' , '/navigation/76157c54b44e45ceb00ea7220721353d' , '/navigation/25305d5b05434654a3e948193b7ed5f2' , '/navigation/8582bfa2bb3144afb6370eedf33eacd5' , '/navigation/9fdd09f74c6148ae98e8d6b8fa0ebde2' , '/navigation/070aec209d9f4edd816b1d3ab5ca25d8' , '/navigation/df7b4367a3f945eaa850a56e67d11036' , '/navigation/018e79ddf01b701e9982cfdf2232531a' , '/navigation/b5e635a643fe488f9ed2417cee45473a' , '/navigation/0a14b4dbc5404364a9331388933ce88e' , '/navigation/b873442a00014e4b83dd0262f45aadf1' , '/navigation/ee4dcd91575642ee9493387738aae6d1' , '/navigation/a32dc5288aba407583242f8a48046270' , '/navigation/ad7b9e4df88b4e69a143c42f5505cd2a' , '/navigation/0217e0bbd3ad4ed79e286b66d51f4970' , '/navigation/bb5cb57c1c174cb2b4cc3bae1f2efb09' , '/navigation/586a3ddade28416698b9faef63dc1338' , '/navigation/b74b8b0663ad42f09a40ea0058868209' , '/navigation/415fdf9a09614f88939a0102d22d76fe' , '/navigation/54b9b133546341879eb10933b3c74ac5' , '/navigation/c7fcc12ad29b4ce3bd50de36544d3eba' , '/navigation/a72aad1d6b4a4bb296cd16004955658e' , '/navigation/501edd94f1134945ac0122bf0057813c' , '/navigation/878cf963e9c34ff5be4ffe273608873a' , '/navigation/ca4b64702bae4f678ec2187f7cf0a448' , '/navigation/110ae801873f44bb876ce3fe05981f1c' , '/navigation/f7eab36fa4da455ea3d1332c2d95dd22' , '/navigation/1c97a015acdc4c389f0128e6c18ba981' , '/navigation/5ab85840c4234268bc1e5160ee7153e0' , '/navigation/ec99c0e9730845a78a07da88938f8e47' , '/navigation/6848c9a4288348ceb849ec8b726a1cc5' , '/navigation/019537a1d7107955ab38c98b0ad9c04a' , '/navigation/019537a5b13c7205ba31ba96b7c89d2f' , '/navigation/39473ac2d58941bbbd0ffd168be4a3bb' , '/navigation/39f37bac160d4c8f8fe538834897405f' , '/navigation/b2be01f704d644e0a536f5a9fc1e14dd' , '/navigation/f153f52b77a946bf82a440520dd1c3e5' , '/navigation/dbf72e38393f44fa858bcde9dac6a17a' , '/navigation/14539fd2f8a44fbab8c491b412215ada' , '/navigation/a51a927913394cf5bb4d737bb48a3c0c' , '/navigation/c02a3b564ccb40cc9139a11d0a411b51' , '/navigation/53c12c0c6e49474dad0df90f3587ef34' , '/navigation/441f804639304ffaaf845ef356a40a59' , '/navigation/cd8d4c7cf58c44f7b9bf982b218aca2d' , '/navigation/75e22e918d5542f5836fc1ce3307ce1d' , '/navigation/5d92fa21d9f243f382f582e4f7e03acd' , '/navigation/e4628874e0c6445faee8a1691db473aa' , '/navigation/676a316ed41546e1b76c23b83c95fed3' , '/navigation/685a9695ce7e477081260e9703450051' , '/navigation/eb6d2e6c23084759a35872223ccf9d9a' , '/navigation/a25d7bfc70c442ad93c1c0c1f5bcd553' , '/navigation/152b64d2dee54aceb74c32c36ce11b21' , '/navigation/9bdd526dde454d179b488a82ee06644a' , '/navigation/e949cae1f08d41bab7532419bb825a06' , '/navigation/b75fdb57dfd949b0809a35c07a49a06b' , '/navigation/7ccd88904abd4aee8181fe0da43d8d8a' , '/navigation/f05105dede874e3fafddd211d5419cfc' , '/navigation/cdda7db59b574cf6964fec1d37fab5de' , '/navigation/ee19da1f0f3d435fba3bc8a6558899e6' , '/navigation/a2d42bbb2f8d43289e9c8d595a2dfb86' , '/navigation/829d32b2e7fb49f78fce744fbc59d9cb' , '/navigation/7b43d5eb6d8145588926e793c6d2e35e' , '/navigation/e8527c5ef2cb4da5b3be3543d2be43f8' , '/navigation/f3f02a6a6a54462bbc95491af23dd2e6' , '/navigation/2b25eea7dfbf42f3b47fdaa78d1561c9' , '/navigation/f8bf178596ef490482f06a09d7c079bc' , '/navigation/c27a355d3a4d4773897b77e9c4bd9d5c' , '/navigation/c32a710aab5548a3909155ee224291c0' , '/navigation/5149171800dd4ff4b4af90ccc7665341' , '/navigation/4d1313c1504246d099e2e8a7711ba78a' , '/navigation/58745278918b4bd289f3a5bfbd8b3635' , '/navigation/ebc67e9e44ba428d91056d19b503e8f8' , '/navigation/fe07ca2417da458c8f2105807233e37e' , '/navigation/c940c803ad79440d8e44180b950bded0' , '/navigation/6f6ac4cb98cf469d94384cbc3abe93a6' , '/navigation/8df3c29e95c947b8af4515d03ae12fe4' , '/navigation/44906fc35f194b83b69944addfe77d9d' , '/navigation/f5748d2faf1a4e9a8a9c6303ce81181d' , '/navigation/cf5d3310bdad44068ff00968dbc46a3e' , '/navigation/34660def41584107bb4330b4444500ea' , '/navigation/5762d80d06c947ae8a84d0d989483972' , '/navigation/7db0b907071949db918e1a2139c3a7c1' , '/navigation/520720d587374c1cafd4ada7422e0528' , '/navigation/c9b0e120563e4b27b7dd2fbc28489be4' , '/navigation/cc09ce4a89be4cfd82f59a0a34f0cee4' , '/navigation/c19cca6bb2af425197afe6149dd32c97' , '/navigation/94bdce6e02a540d3ab6694f0449fcd95' , '/navigation/891b45f3d00a4073bf18a3040f86b44e' , '/navigation/a07680c3d3894885b2cf9f9484f4664a' , '/navigation/f5283984e3a2461a8369010493b69266' , '/navigation/261060987c2b427bbd42b1323790d094' , '/navigation/d121ba44d1ed4385b8a03eba8c6f394b' , '/navigation/67811704c2f64b4a95a3c95dc2c5686b' , '/navigation/e3c7d5efbc7d4da88a535e0d8d37f7e9' , '/navigation/c432c277b40d49198861003c8c7674cf' , '/navigation/179873d322b3432493c9bcb118bdc827' , '/navigation/d0829effe3de4741af7a6cb3b70d9b1a' , '/navigation/c4953ca63950431b8a7e7b6a3702b828' , '/navigation/10cce25b1646457c9e2554573d2a45ac' , '/navigation/20c47b00f7214da8bd2ae9b3e761f43a' , '/navigation/019537bed0a07ca8a2f65ded3e18cf9f' , '/navigation/8f98d6f0706a447bb07c142d3c924e2a' , '/navigation/62ae81678d3648d29d634c0452d8b548' , '/navigation/fb80564b4d574b6a8d9891e9f4f79b57' , '/navigation/0195803a9e3a7de3b6c109869122720c' , '/navigation/018e79dde26571a191f31db8b82e913c' , '/navigation/fe29bf8aa547467d8550760d8a2d8173' , '/navigation/d3a8dccd62b04bc98ede88edc40d2646' , '/navigation/98981617766f455bbef9b1506be4a154' , '/navigation/5f8f83664a2a44cfb6eeb51a885f3ce2' , '/navigation/ff216227a88d4969bff2dcde880212e3' , '/navigation/6c40e0735424456da9f7bac33bfd72a4' , '/navigation/220f5f8d2bcb47b99fdc509919625226' , '/navigation/42f6b6414b4547da8cdd943f8bd815bc' , '/navigation/fb170c8f0be34bbc8995be0abbd86169' , '/navigation/8e5118684bd543bfae0ba63aba6fed34' , '/navigation/63703448f4074854977c398ba078e185' , '/navigation/faec1b4146464d1d8dd4ae82d2f55006' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
104
0.82 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"v¡³z}¿Ae´lz²ÿ\x1A HA "
b"V¸‰y8¾D¤]#\x07 o "
b"\x01 ‘yµ\x05 =r<¼ÂÿÊ~/\x1D 7 "
b"\x01 ‘yµ\x05 “s|©ô¦iZ(ß\x19 "
b"\x01 ‘yµ\x05 ©qÖ³;·÷\x7F ñˆ "
b"\x01 ‘yµ\x07 yr޽4²!¿\x1F "
b"\x01 ‘yµ\x07 ~r'“¸+1\x13 X)ˆ "
b"\x01 ’f½•E{‘o\x0E t\x02 §n "
b"‰9db±”BÞ…;IŸ3·Œï "
b"Š=rªµ¥F ‰PQcöDù "
b"ùÚ“øJÚLÍŽý•i*aY‘ "
b"\x06 ÃæÄ\f Þ@ûˆ¡uÛ;y8 "
b"\x01 ‘yíYÝrìµ$Œ7\x01 ¤©§ "
b"\x01 ‘yíZ3s]ú®}Hî7t "
b"\x01 ‘yíZssʧB£Ê+GOª "
b"\x01 ‘yíZ¼r`º\r \x7F †¥ô\x12 "
b"\x01 ‘yíZäsÌŠËÛОi\x7F\x1A "
b"\x01 ‘yíZýs“ƒ\x16 Î]b²\x18 … "
b"\x01 ‘yí[4rû†‰¿õ,6ÒN "
b"\x01 ‘yí[Gq\f »ˆÔʾWU0 "
b"\x01 ‘yí[ep!•$RªRÂòb "
b"\x01 ‘yí[ˆs†¿\x07 Ëû\f mÄÙ "
b"\x01 ‘yí[·pc´$6Þ+²eM "
b"\x01 ‘yí[éqß·Žð¹«•F6 "
b"\x01 ‘yí\\x0F s+ƒ¦úa\e\x17 ɰ "
b"\x01 ‘yí\\x1C rá½]Ô_©\x1A éˆ "
b"\x01 ‘yí\Hp°»\x1D w*ˉ: "
b"\x01 ‘yí\as’ˆ¨ñŸ_î\Ÿ "
b"""
\x01 ‘yí\ƒq\n
r^ؤ\t w
"""
b"\x01 ‘yí\´q'™jªÈ§ö½¾ "
b"\x01 ‘yí\éq\x02 ¹Ddþ†,§‡ "
b"\x01 ‘yí]xq[•r€àÝQs1 "
b"\x01 ‘yí^\x04 q’ª¤sÏÇ)Ä_ "
b"\x01 ‘yí^˜p\x14 ²xPÑð\x16 ƒË "
b"\x01 ‘yí^¹r©\x1E eYDzoÜ "
b"\x01 ‘yí_\x01 p\x7F ¿:jܤ õ± "
b"\x01 ‘yí_Jr޳CÄÎÊUß$ "
b"\x01 ‘yí_Áqj¹â`\x08 PŠ˜ž "
b"\x01 ‘yí`\x11 qÊ‹Ë÷Ää±]\x12 "
b"\x01 ‘yí`@s¨§ÌrƒY{Åa "
b"\x01 ‘yí`†rzŽØ}†·š°( "
b"\x01 ‘yí`»qs³ÅÊ¢²\x1A\x03 â "
b"\x01 ‘yía\e q›ŒI4&9~\x07\e "
b"\x01 ‘yíaisÖ®‡ß)Êo«E "
b"\x01 ‘yíaypT‹š²\x02 ЬÎã "
b"\x01 ‘yíaÒp!¦ÓòVñþc\x01 "
b"""
\x01 ‘yíb3pr‚Îç+\n
x\x16 \
"""
b"\x01 ‘yíbsïIûý1u¸ "
b"\x01 ‘yíc\r r¿¸\v\v anVð” "
b"\x01 ‘yíc(pÈMPà\t\e ÜŽ "
b"\x01 ‘yíc7rNªñ\x00 þr:œs "
b"\x01 ‘yícyr®\x1E J þâ{~ "
b"\x01 ‘yíc¦p°°µ-ˆ¸däÛ "
b"\x01 ‘yícÜp¶ÙL¿êc\x03\x07 "
b"\x01 ‘yícÿq…šÆ\v dÚJù "
b"‰+ºƒªßNSš<j\x14 F¯gà "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x76A1B37A7DBF4165B46C7AB2FF1A4841 , 0x56B8897938BE44A48F5D23076FEE8AA4 , 0x019179B5053D723CBCC2FFCA7E2F1D37 , 0x019179B50593737CA9F4A6695A28DF19 , 0x019179B505A971D6B33BC2B7F77FF188 , 0x019179B50779728DBD34B221819DBF1F , 0x019179B5077E722793B82B3113582988 , 0x019266BD95457BAD916F0E7402A76E90 , 0x89396462B19442DE853B499F33B78CEF , 0x8A3D72AAB5A5468FA089505163F644F9 , 0xF9DA93F84ADA4CCD8EFD95692A615991 , 0x06C3E6C40CDE40FB88ADA175DB3B7938 , 0x019179ED59DD72ECB5248C3701A4A9A7 , 0x019179ED5A33735DADFAAE7D48EE3774 , 0x019179ED5A7373CAA742A3CA2B474FAA , 0x019179ED5ABC7260BA0D7F86A5F49012 , 0x019179ED5AE473CC8ACBDBD09E697F1A , 0x019179ED5AFD73938316CE5D62B21885 , 0x019179ED5B3472FB8689BFF52C36D24E , 0x019179ED5B47710CBB88D4CABE575530 , 0x019179ED5B657021952452AA52C2F262 , 0x019179ED5B887386BF07CBFB0C6DC4D9 , 0x019179ED5BB77063B42436DE2BB2654D , 0x019179ED5BE971DFB78EF0B9AB954636 , 0x019179ED5C0F732B83A6FA611B17C9B0 , 0x019179ED5C1C72E1BD5DD45FA91AE988 , 0x019179ED5C48709DB0BB1D772ACB893A , 0x019179ED5C61739288A8F19F5FEE5C9F , 0x019179ED5C83710A9F725ED88FA40977 , 0x019179ED5CB47127996AAAC8A7F6BDBE , 0x019179ED5CE97102B94464FE862CA787 , 0x019179ED5D78715B957280E0DD517331 , 0x019179ED5E047192AAA473CFC729C45F , 0x019179ED5E987014B27850D1F01683CB , 0x019179ED5EB972A9811E6559447A6FDC , 0x019179ED5F01707FBF3A6ADCA420F5B1 , 0x019179ED5F4A728EB343C4CECA55DF24 , 0x019179ED5FC1716AB9E26008508A989E , 0x019179ED601171CA8BCBF7C4E4B15D12 , 0x019179ED604073A8A7CC7283597BC561 , 0x019179ED6086727A8ED87D86B79AB028 , 0x019179ED60BB7173B3C5CAA2B21A03E2 , 0x019179ED611B719B8C493426397E071B , 0x019179ED616973D6AE87DF29CA6FAB45 , 0x019179ED617970548B9AB2028AACCEE3 , 0x019179ED61D27021A6D3F256F1FE6301 , 0x019179ED6233707282CEE72B0A78165C , 0x019179ED629F739F81EF49FBFD3175B8 , 0x019179ED630D72BFB80B0B616E56F094 , 0x019179ED632870C88F4D50E0091BDC8D , 0x019179ED6337724EAAF100FE723A9C73 , 0x019179ED63797281AE1E4A20FEE27B7E , 0x019179ED63A670B0B0B52D88B864E4DB , 0x019179ED63DC70B69DD94CBFEA630307 , 0x019179ED63FF71859AC60B2064DA4AF9 , 0x892BBA83AADF4E539A3C6A1446AF67C3 );
Copy
105
0.25 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"gFEIOXIX5OO4q9eqYhcnSyJtxkRyCK7f "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'gFEIOXIX5OO4q9eqYhcnSyJtxkRyCK7f' ;
Copy
106
0.51 ms
SELECT `dvsn_quick_cart` . `id` FROM `dvsn_quick_cart` WHERE (`dvsn_quick_cart` . `seo_url` = ? AND `dvsn_quick_cart` . `active` = ? )
Parameters :
[
"_esi/global/footer "
true
]
SELECT `dvsn_quick_cart` . `id` FROM `dvsn_quick_cart` WHERE (`dvsn_quick_cart` . `seo_url` = '_esi/global/footer' AND `dvsn_quick_cart` . `active` = 1 );
Copy
107
0.54 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"_esi/global/footer "
"_esi/global/footer/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR sales_channel_id IS NULL )) AND ((seo_path_info = '_esi/global/footer' OR seo_path_info = '_esi/global/footer/' ));
Copy
108
0.29 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"/_esi/global/footer "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (path_info = '/_esi/global/footer' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
109
3.41 ms
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `parameter_forwarding` as `dreisc_seo_redirect.parameterForwarding` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = ? AND `dreisc_seo_redirect` . `source_type` = ? AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = ? AND `dreisc_seo_redirect` . `source_path` = ? ))
Parameters :
[
true
"url "
b"£“]>÷IKt‰LÉb£cG° "
"_esi/global/footer "
]
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `parameter_forwarding` as `dreisc_seo_redirect.parameterForwarding` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = 1 AND `dreisc_seo_redirect` . `source_type` = 'url' AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = 0xA3935D3EF7494B74894CC962A36347B0 AND `dreisc_seo_redirect` . `source_path` = '_esi/global/footer' ));
Copy
110
0.66 ms
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE ((`scop_platform_redirecter_redirect` . `sourceURL` IN (? , ? , ? , ? , ? , ? , ? )) AND `scop_platform_redirecter_redirect` . `enabled` = ? AND (`scop_platform_redirecter_redirect` . `salesChannelId` = ? OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > ? )) LIMIT 1
Parameters :
[
"//_esi/global/footer "
"/_esi/global/footer "
"https://www.dev.nakatanenga.de/_esi/global/footer "
"https://www.dev.nakatanenga.de//_esi/global/footer "
"/_esi/global/footer "
"//_esi/global/footer "
"_esi/global/footer "
true
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
null
]
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE ((`scop_platform_redirecter_redirect` . `sourceURL` IN ('//_esi/global/footer' , '/_esi/global/footer' , 'https://www.dev.nakatanenga.de/_esi/global/footer' , 'https://www.dev.nakatanenga.de//_esi/global/footer' , '/_esi/global/footer' , '//_esi/global/footer' , '_esi/global/footer' )) AND `scop_platform_redirecter_redirect` . `enabled` = 1 AND (`scop_platform_redirecter_redirect` . `salesChannelId` = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > NULL )) LIMIT 1 ;
Copy
111
0.40 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"gFEIOXIX5OO4q9eqYhcnSyJtxkRyCK7f "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (token = 'gFEIOXIX5OO4q9eqYhcnSyJtxkRyCK7f' ) LIMIT 1 ;
Copy
112
0.42 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `id` = ?
Parameters :
[
b"“áLX½pAb±Èâ+ÌB!v "
b"“áLX½pAb±Èâ+ÌB!v "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x93E14C58BD704162B1C8E22BCC422176 OR `id` = 0x93E14C58BD704162B1C8E22BCC422176
;
Copy
113
2.19 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (((`category` . `id` = ? OR (`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"“áLX½pAb±Èâ+ÌB!v "
"%|93e14c58bd704162b1c8e22bcc422176|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
(
`category` . `id` = ?
OR (
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category` . `id` = 0x93E14C58BD704162B1C8E22BCC422176 OR (`category` . `path` LIKE '%|93e14c58bd704162b1c8e22bcc422176|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )))));
Copy
114
1.76 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|93e14c58bd704162b1c8e22bcc422176|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|93e14c58bd704162b1c8e22bcc422176|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
115
0.79 ms
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = ? AND `payment_method.salesChannels` . `id` = ? ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC
Parameters :
[
true
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = 1 AND `payment_method.salesChannels` . `id` = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
116
0.96 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `file_hash` as `payment_method.media.fileHash` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"Æ\x05 \ì1aMfˆzq\x10 ·÷!Ç "
b"gs\x11\v A“DùƒL\x18 ‘ÍÍ\x12\e "
b"+°=¸É\x15 K\x1D –¯j•‚¹- "
b"¸ò!b߃Eî»?½cm} & "
b"^´\x11 ÚqOé™Ò.jÄ\x18 <\ "
b"Ó\x1E t…\x1D ôG©ŽÖFG·? \x12 "
b"ä"Äù/Dþ›ª;`:+‰\x1F "
b"""
ØoÓ\x1C a\n
C4™Io~X‚
"""
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `file_hash` as `payment_method.media.fileHash` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `file_hash` as `payment_method.media.fileHash` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0xC6055CEC31614D66887A7110B7F721C7 , 0x6773110B419344F9834C1891CDCD121B , 0x2BB03DB8C9154B1D96AF6A9582ADB92D , 0xB8F22162DF8345EEBB3FBD636D7D2026 , 0x5EB411DA8F714FE999D22E6AC4183C5C , 0xD31E74851DF447A98DD64647B73F2012 , 0xE422C481F92F44FE9BAA3B603A2B891F , 0xD86FD31C610A43349949816F7E5882A0 );
Copy
117
0.79 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = 1 AND `shipping_method.salesChannels` . `id` = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
118
0.78 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"V8\x0E ù\x08 Cù…ðɼ\x13 Å^ "
b"a¤\t Yr$@–®¶]rÂ(‘R "
b"\x0E GûžO†N׺ Sfì\f -D "
b"\x01 ‘yµ\x07\x1C pþ¯A™¡"bìv "
b"\x01 ‘yµ\x03 Ñs&Š;×å»T†# "
b"\x01 ‘yµ\x04 Kqp¡Ti<6/m9 "
b"\x01 ‘yµ\x03 ìr\x08 •NÁ\x0E Y:¸\r "
b"\x01 ‘yµ\x03 ús½½7tmó\x1A 56 "
b"\x01 ‘yµ\x07 „p0¾\x01 ïÛVå\x18 ƒ "
b"\x01 ‘yµ\x07\x03 p; pÅŠÜ«/ "
b"\x01 ‘yµ\x04 1pX½…\x18 ò¦ŽÈQ "
b"\x01 ‘yµ\x04 =sÛ”'ÛØº£Ì\x7F "
b"\x01 ‘yµ\x07\x0F q\x1E ’HÇ}\f ˆ|\x06 "
b"\x01 ‘yµ\x07 ˜pížZð4úÑ[ "
b"\x01 ‘yµ\x05 Jpù„\x1D É\x14 ¤ë|÷ "
b"\x01 ‘yµ\x07 ‘rá\x03 s`£¤’e "
b"\x01 ‘yµ\x04 fr²†\t Yíc2´ "
b"\x05 yβÿ}Gr–;ÙâpdFØ "
b"\x01 ‘yµ\x05 Vp\ŒæÙ{]\x07 MÓ "
b"\x01 ‘yµ\x04 vs(ˆ‹iïþá\x13 ~ "
b"\x01 ‘yµ\x04 ƒs{µ,ýÓí¤+^ "
b"""
\x01 ‘yµ\x04 ¡r9±á\n
æ\x01 rì¡
"""
b"\x01 ‘yµ\x04 r9±ÜñÔ“ãE "
b"\x01 ‘\x11 rXpþ«ÁÛ¸ïé#Z "
b"^Þ/¨GLÁÿæf\x1E ^¿Þ "
b"\x01 ‘\x15 \zy\x00 ›\ŒuÏf-ñ "
b"×Ó±â¾xMš„(NÔ¹Òx² "
b"\x01 ‘\x17 ÎÐ{¥ºÑ\x01 ¤ù…k& "
b"\x14 È´’WåK\f ‰0“G@þ5\x1C "
b"\x01 ‘yµ\x04 Ès'ƒ‘+þ!Á 5 "
b"\x01 ‘yµ\x04 ÔqžŽÝ"ÿÝ«ð\x08 "
b"\x01 ‘yµ\x04 âq«¸Ï"\x08\x18 à\x07\x15 "
b"\x01 ‘yµ\x05\x13 s\x18 Ž\x00 X<mL°\x06 "
b"\x01 ‘yµ\x05 )q°¼s\x06 •žFÝæ "
b"\x01 ‘yµ\x05 ®rr…\x03\x13 ~’fèy "
b"rTí,õ´Eè²Ë蹪zà\x1F "
b"\x01 Œ†ö=wk¡M‚vÍ¿&‰ "
b"\x01 ‘yµ\x05 cs’Šæüèiˆ$¿ "
b"\x01 Œ†x9ÎvK±æž\x17 å;Y\r "
b"\x01 Ž\r µm\x1C {¹”2ù[÷Þ^ "
b"\x01 Œ†‡«MsÆÀÐ\x04 sny¹ "
b"\x01 ’Âg\Ór§±‡\v ºsÓø[ "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x56380EF9089D43F985F0C9BC9013C55E , 0x61A4095972244096AEB65D72C2289152 , 0x0E47FB9E4F864ED7BA205366EC0C2D44 , 0x019179B5071C70FEAF4199A12262EC76 , 0x019179B503D173268A3BD7E5BB548623 , 0x019179B5044B7170A154693C362F6D39 , 0x019179B503EC7208954EC10E593AB80D , 0x019179B503FA73BDBD37746DF31A3536 , 0x019179B507847030BE01EFDB56E51883 , 0x019179B50703703BA070C58ADC81AB2F , 0x019179B504317058BD8518F2A68DC851 , 0x019179B5043D73DB9427DBD8BAA3CC7F , 0x019179B5070F711E9248C77D0C887C06 , 0x019179B5079870ED9E5AF0349DFAD15B , 0x019179B5054A70F9841DC914A4EB7CF7 , 0x019179B5079172E19D037360A3A49265 , 0x019179B5046672B2860959ED6332B49D , 0x0579CEB2FF7D4772963BD9E2706446D8 , 0x019179B50556705C8CE6D97B5D074DD3 , 0x019179B504767328888B69EFFEE1137E , 0x019179B50483737BB52CFDD3EDA42B5E , 0x019179B504A17239B1E10AE60172ECA1 , 0x019179B504AD7239B1DCF1D49D93E345 , 0x01918F11725870FEABC1DBB8EFE9235A , 0x5EDE2F9DA8474CC18EFFE6661E5EBFDE , 0x01918F155C7A79009B5C8C75CF662DF1 , 0xD7D3B1E2BE784D9A84284ED4B9D278B2 , 0x01918F17CED07BA5BAD101A4F9856B26 , 0x14C8B49257E54B0C8930934740FE351C , 0x019179B504C8732783912BFE21C12035 , 0x019179B504D4719E8DDD22FFDDABF008 , 0x019179B504E271ABB8CF220818E00715 , 0x019179B5051373188E00583C6D4CB006 , 0x019179B5052971B0BC7306959E46DDE6 , 0x019179B505AE72728503137E9266E879 , 0x7254ED2CF5B445E8B2CBE8B9AA7AE01F , 0x018C8681F63D776BA14D8276CDBF2689 , 0x019179B5056373928AE6FCE8698824BF , 0x018C867839CE764BB1E69E17E53B590D , 0x018D0DB56D1C7BB98F9432F95BF7DE5E , 0x018C8687AB4D73C681C0D004736E79B9 , 0x0192C2675CD372A7B1870BBA73D3F85B );
Copy
119
0.23 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
120
0.73 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `active` as `language.active` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `active` as `language.active` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
121
0.42 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"\x01 ’qKt\x10 s®†˜ã‘tìúc "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0x0192714B741073AE8698E39174ECFA63 );
Copy
122
0.47 ms
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > ? )
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > NULL );
Copy
123
1.18 ms
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (seo_url . language_id = ? ) AND (seo_url . sales_channel_id = ? OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 )
Parameters :
[
"/navigation/02c869b422b14efc84456beaa83eded5 "
"/navigation/b75cbafd11dd47efadd47d67507af729 "
"/navigation/aa88cb36b1db4262a4da50f85f9bba6b "
"/navigation/c1e71eb3c989491fa6084c8da5d42afe "
"/navigation/8a85accfffa74134a232deb410f1dcb9 "
"/navigation/e181786897d94da2afd3cc61ff8c4579 "
"/navigation/148e8a36e80d4b43bf7c795939ff6545 "
"/navigation/5660ed9ae5a0466eb2f727889b3d3f48 "
"/navigation/0194277fa4127cc793fa92de20e19443 "
"/navigation/2d596ffa962c4476a18e7f1d6baa4ff0 "
"/navigation/247913ac4def48109c4ac2486c059512 "
"/navigation/179d5c86a66f4ab283e1c3c4de260ef3 "
"/navigation/3a69b3d5fa0541bd83d35b06d5aa26dd "
"/navigation/018f067805eb71629ba30eb0b6dd0de4 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/navigation/02c869b422b14efc84456beaa83eded5' , '/navigation/b75cbafd11dd47efadd47d67507af729' , '/navigation/aa88cb36b1db4262a4da50f85f9bba6b' , '/navigation/c1e71eb3c989491fa6084c8da5d42afe' , '/navigation/8a85accfffa74134a232deb410f1dcb9' , '/navigation/e181786897d94da2afd3cc61ff8c4579' , '/navigation/148e8a36e80d4b43bf7c795939ff6545' , '/navigation/5660ed9ae5a0466eb2f727889b3d3f48' , '/navigation/0194277fa4127cc793fa92de20e19443' , '/navigation/2d596ffa962c4476a18e7f1d6baa4ff0' , '/navigation/247913ac4def48109c4ac2486c059512' , '/navigation/179d5c86a66f4ab283e1c3c4de260ef3' , '/navigation/3a69b3d5fa0541bd83d35b06d5aa26dd' , '/navigation/018f067805eb71629ba30eb0b6dd0de4' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
124
0.95 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"v¡³z}¿Ae´lz²ÿ\x1A HA "
b"V¸‰y8¾D¤]#\x07 o "
b"\x01 ‘yµ\x05 =r<¼ÂÿÊ~/\x1D 7 "
b"\x01 ‘yµ\x05 “s|©ô¦iZ(ß\x19 "
b"\x01 ‘yµ\x05 ©qÖ³;·÷\x7F ñˆ "
b"\x01 ‘yµ\x07 yr޽4²!¿\x1F "
b"\x01 ‘yµ\x07 ~r'“¸+1\x13 X)ˆ "
b"\x01 ’f½•E{‘o\x0E t\x02 §n "
b"‰9db±”BÞ…;IŸ3·Œï "
b"Š=rªµ¥F ‰PQcöDù "
b"ùÚ“øJÚLÍŽý•i*aY‘ "
b"\x06 ÃæÄ\f Þ@ûˆ¡uÛ;y8 "
b"\x01 ‘yíYÝrìµ$Œ7\x01 ¤©§ "
b"\x01 ‘yíZ3s]ú®}Hî7t "
b"\x01 ‘yíZssʧB£Ê+GOª "
b"\x01 ‘yíZ¼r`º\r \x7F †¥ô\x12 "
b"\x01 ‘yíZäsÌŠËÛОi\x7F\x1A "
b"\x01 ‘yíZýs“ƒ\x16 Î]b²\x18 … "
b"\x01 ‘yí[4rû†‰¿õ,6ÒN "
b"\x01 ‘yí[Gq\f »ˆÔʾWU0 "
b"\x01 ‘yí[ep!•$RªRÂòb "
b"\x01 ‘yí[ˆs†¿\x07 Ëû\f mÄÙ "
b"\x01 ‘yí[·pc´$6Þ+²eM "
b"\x01 ‘yí[éqß·Žð¹«•F6 "
b"\x01 ‘yí\\x0F s+ƒ¦úa\e\x17 ɰ "
b"\x01 ‘yí\\x1C rá½]Ô_©\x1A éˆ "
b"\x01 ‘yí\Hp°»\x1D w*ˉ: "
b"\x01 ‘yí\as’ˆ¨ñŸ_î\Ÿ "
b"""
\x01 ‘yí\ƒq\n
r^ؤ\t w
"""
b"\x01 ‘yí\´q'™jªÈ§ö½¾ "
b"\x01 ‘yí\éq\x02 ¹Ddþ†,§‡ "
b"\x01 ‘yí]xq[•r€àÝQs1 "
b"\x01 ‘yí^\x04 q’ª¤sÏÇ)Ä_ "
b"\x01 ‘yí^˜p\x14 ²xPÑð\x16 ƒË "
b"\x01 ‘yí^¹r©\x1E eYDzoÜ "
b"\x01 ‘yí_\x01 p\x7F ¿:jܤ õ± "
b"\x01 ‘yí_Jr޳CÄÎÊUß$ "
b"\x01 ‘yí_Áqj¹â`\x08 PŠ˜ž "
b"\x01 ‘yí`\x11 qÊ‹Ë÷Ää±]\x12 "
b"\x01 ‘yí`@s¨§ÌrƒY{Åa "
b"\x01 ‘yí`†rzŽØ}†·š°( "
b"\x01 ‘yí`»qs³ÅÊ¢²\x1A\x03 â "
b"\x01 ‘yía\e q›ŒI4&9~\x07\e "
b"\x01 ‘yíaisÖ®‡ß)Êo«E "
b"\x01 ‘yíaypT‹š²\x02 ЬÎã "
b"\x01 ‘yíaÒp!¦ÓòVñþc\x01 "
b"""
\x01 ‘yíb3pr‚Îç+\n
x\x16 \
"""
b"\x01 ‘yíbsïIûý1u¸ "
b"\x01 ‘yíc\r r¿¸\v\v anVð” "
b"\x01 ‘yíc(pÈMPà\t\e ÜŽ "
b"\x01 ‘yíc7rNªñ\x00 þr:œs "
b"\x01 ‘yícyr®\x1E J þâ{~ "
b"\x01 ‘yíc¦p°°µ-ˆ¸däÛ "
b"\x01 ‘yícÜp¶ÙL¿êc\x03\x07 "
b"\x01 ‘yícÿq…šÆ\v dÚJù "
b"‰+ºƒªßNSš<j\x14 F¯gà "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x76A1B37A7DBF4165B46C7AB2FF1A4841 , 0x56B8897938BE44A48F5D23076FEE8AA4 , 0x019179B5053D723CBCC2FFCA7E2F1D37 , 0x019179B50593737CA9F4A6695A28DF19 , 0x019179B505A971D6B33BC2B7F77FF188 , 0x019179B50779728DBD34B221819DBF1F , 0x019179B5077E722793B82B3113582988 , 0x019266BD95457BAD916F0E7402A76E90 , 0x89396462B19442DE853B499F33B78CEF , 0x8A3D72AAB5A5468FA089505163F644F9 , 0xF9DA93F84ADA4CCD8EFD95692A615991 , 0x06C3E6C40CDE40FB88ADA175DB3B7938 , 0x019179ED59DD72ECB5248C3701A4A9A7 , 0x019179ED5A33735DADFAAE7D48EE3774 , 0x019179ED5A7373CAA742A3CA2B474FAA , 0x019179ED5ABC7260BA0D7F86A5F49012 , 0x019179ED5AE473CC8ACBDBD09E697F1A , 0x019179ED5AFD73938316CE5D62B21885 , 0x019179ED5B3472FB8689BFF52C36D24E , 0x019179ED5B47710CBB88D4CABE575530 , 0x019179ED5B657021952452AA52C2F262 , 0x019179ED5B887386BF07CBFB0C6DC4D9 , 0x019179ED5BB77063B42436DE2BB2654D , 0x019179ED5BE971DFB78EF0B9AB954636 , 0x019179ED5C0F732B83A6FA611B17C9B0 , 0x019179ED5C1C72E1BD5DD45FA91AE988 , 0x019179ED5C48709DB0BB1D772ACB893A , 0x019179ED5C61739288A8F19F5FEE5C9F , 0x019179ED5C83710A9F725ED88FA40977 , 0x019179ED5CB47127996AAAC8A7F6BDBE , 0x019179ED5CE97102B94464FE862CA787 , 0x019179ED5D78715B957280E0DD517331 , 0x019179ED5E047192AAA473CFC729C45F , 0x019179ED5E987014B27850D1F01683CB , 0x019179ED5EB972A9811E6559447A6FDC , 0x019179ED5F01707FBF3A6ADCA420F5B1 , 0x019179ED5F4A728EB343C4CECA55DF24 , 0x019179ED5FC1716AB9E26008508A989E , 0x019179ED601171CA8BCBF7C4E4B15D12 , 0x019179ED604073A8A7CC7283597BC561 , 0x019179ED6086727A8ED87D86B79AB028 , 0x019179ED60BB7173B3C5CAA2B21A03E2 , 0x019179ED611B719B8C493426397E071B , 0x019179ED616973D6AE87DF29CA6FAB45 , 0x019179ED617970548B9AB2028AACCEE3 , 0x019179ED61D27021A6D3F256F1FE6301 , 0x019179ED6233707282CEE72B0A78165C , 0x019179ED629F739F81EF49FBFD3175B8 , 0x019179ED630D72BFB80B0B616E56F094 , 0x019179ED632870C88F4D50E0091BDC8D , 0x019179ED6337724EAAF100FE723A9C73 , 0x019179ED63797281AE1E4A20FEE27B7E , 0x019179ED63A670B0B0B52D88B864E4DB , 0x019179ED63DC70B69DD94CBFEA630307 , 0x019179ED63FF71859AC60B2064DA4AF9 , 0x892BBA83AADF4E539A3C6A1446AF67C3 );
Copy
125
0.33 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"gFEIOXIX5OO4q9eqYhcnSyJtxkRyCK7f "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'gFEIOXIX5OO4q9eqYhcnSyJtxkRyCK7f' ;
Copy
126
0.67 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.emailAgent "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.emailAgent' );
Copy
127
0.29 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.encryption "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.encryption' );
Copy
128
0.49 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.host "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.host' );
Copy
129
0.32 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.username "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.username' );
Copy
130
0.29 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.password "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.password' );
Copy
131
0.11 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.port "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.port' );
Copy
132
0.49 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.encryption "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.encryption' );
Copy
133
0.41 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.emailAgent "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.emailAgent' );
Copy
134
0.19 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.encryption "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.encryption' );
Copy
135
0.10 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.host "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.host' );
Copy
136
0.13 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.username "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.username' );
Copy
137
0.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
138
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
139
0.09 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