1
0.34 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.42 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
3
0.47 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.86 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.93 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.56 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.64 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.47 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"/search "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (path_info = '/search' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
9
2.61 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=46&search=Verschiedene "
]
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=46&search=Verschiedene' ));
Copy
10
2.18 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.94 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.90 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=46&search=Verschiedene "
"/search?p=46&search=Verschiedene "
"https://www.dev.nakatanenga.de/search?p=46&search=Verschiedene "
"https://www.dev.nakatanenga.de//search?p=46&search=Verschiedene "
"/search?p=46&search=Verschiedene "
"//search?p=46&search=Verschiedene "
"search?p=46&search=Verschiedene "
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=46&search=Verschiedene' , '/search?p=46&search=Verschiedene' , 'https://www.dev.nakatanenga.de/search?p=46&search=Verschiedene' , 'https://www.dev.nakatanenga.de//search?p=46&search=Verschiedene' , '/search?p=46&search=Verschiedene' , '//search?p=46&search=Verschiedene' , 'search?p=46&search=Verschiedene' )) 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.52 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.61 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"RRWHOlMAjXjyPeksuflpWa4y1AMGazTj "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (token = 'RRWHOlMAjXjyPeksuflpWa4y1AMGazTj' ) LIMIT 1 ;
Copy
15
0.51 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.74 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.34 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.48 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.56 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.34 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.28 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.20 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
23
0.44 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.18 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.41 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.68 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.54 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.27 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.51 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"RRWHOlMAjXjyPeksuflpWa4y1AMGazTj "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'RRWHOlMAjXjyPeksuflpWa4y1AMGazTj' ;
Copy
30
0.51 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.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"\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.46 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.55 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.43 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.56 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `context_gateway_url` as `app.contextGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `requested_privileges` as `app.requestedPrivileges` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 šã¸{*pç†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.40 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.59 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.28 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.47 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.50 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.47 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.50 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.21 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
44
0.08 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT iso FROM snippet_set WHERE id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
45
0.23 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.14 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.22 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
48
0.21 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.30 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.06 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT iso FROM snippet_set WHERE id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
51
0.28 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
52
0.05 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT iso FROM snippet_set WHERE id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
53
0.22 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.05 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"˜8S&ð»Mµš"µrD]ÐÔ "
]
SELECT iso FROM snippet_set WHERE id = 0x98385326F0BB4DB59A22B572445DD0D4 ;
Copy
55
0.26 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.16 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.08 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.13 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.16 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 "
"Verschiedene "
"Verschiedene "
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 ('Verschiedene' , 'Verschiedene' ))) AND (`product` . `child_count` < = > NULL OR `product` . `child_count` = 0 ))) GROUP BY `product` . `id` LIMIT 2 ;
Copy
60
0.19 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.06 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
0.71 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x18 Ce-·Eߨ\x7F ¡Õ¹)§ "
b"\x01 ‘+öNirÒ¤v™M³n>2 "
b"\x01 ‘+ö\x1D …qÉOwv0zæÊ "
b"\x01 ‘+ö\x11\x19 qIb éç†$U "
b"\x01 ‘+öÉkpïšÚn\x16 ‡˜µ¿ "
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 ‘+öYÙq\x1F \x10 I1\t ¼=û "
b"\x01 ‘+öAôq8ˆ¡)ììó}¥ "
b"\x01 ‘+ö‹\x11 rá…¶î¡SO°ä "
b"\x01 ‘+öy•rÔ·ùÞ6ÀÍLØ "
b"\x01 ‘+öZ\x18 p\x1A µ@\t ‘è°)w "
b"\x01 ‘+öN9q\x0F ªZ!²—V\x14\x19 "
b"\x01 ‘+ö$Tr\x19 ®ýa’Œ\x1E `S "
b"\x01 —›Óqý{§•éÉ n‡" "
b"\x01 ‘+öMfp†¹“ÖÈÐ\Ƽ "
b"\x01 ‘+öŽúpt‚Aòê~ñÅž "
b"""
\x01 ‘+öÇ\n
s§¸IAóò¬N\x1D
"""
b"\x01 ‘+öÆ\x17 s\e ¸j\e ˜»Á¸e "
b"""
\x01 ‘+öy?qs³ÉÇyA¼\n
¿
"""
b"\x01 ‘+ö¨-q\x12 ´A¶\x06 A¸œ` "
b"\x01 ‘+öÈYq/‹r\e À/ÞS "
b"\x01 ‘+öè\x00 rš¨¾¾.à\x16 ¼U "
b"\x01 ‘+ö%\x00 sœ\x1C ¡,Aüç6 "
b"\x01 ‘+öxªq\x7F °«¸Jõ¡hù "
b"\x01 ‘+öÄ\x17 qý½Lÿ=j†ûb "
b"\x01 ‘+öMzq{Ž·Í®á‰çù "
b"\x01 ‘+öhÉr\x17 JÕ›Œ•ÎÆ "
b"\x01 ‘+öBJqø¿°Ð§9U˜… "
b"\x01 ‘+ögµræ–Wòk{öP\x14 "
b"\x01 ‘+öh\x14 s¿ƒ9Pp²\x06 a\x04 "
b"\x01 ‘+öŒžpÍ®\h¤\v ù(m "
b"\x01 ‘+ö\x1D Ûqá”â\v\x1F ‚\x07\x12 ‹ "
b"\x01 ‘+öX´rÄ•\t ¶…•=¯f "
b"\x01 ‘+öM p¾†9œu‡Tìü "
b"\x01 ‘+övXpI’B1HîH‚} "
b"\x01 ‘+öAžp÷ƒlâáã‰j "
b"\x01 ‘+öyAro¥üÒyr€` "
b"\x01 ‘+öŒxsæŽ\x05 "Â;’Ú¾ "
b"\x01 ‘+öÊ)qžŸ\x18 ät n90 "
b"\x01 ‘+öéàq¯\x08\x0F\x03\x1A Áýn "
b"\x01 ”ÐrŸ6}5·Œè\x1E žÈ×\x13 "
b"\x01 ‘+öY+pІ©b\x11 P"w\e "
b"\x01 ‘+öxHs\x05 µ,7ü–“»h "
b"\x01 ‘+ö\x17 $qg²û}׫\x03 çÎ "
b"\x01 ‘+ö\x17 pr°«Ž\x1F\x08 Â-t¢ "
b"\x01 ‘+ö$Âr\x00 ¼'^–mœk "
b"\x01 ‘+öAp1Ó¢Q²H\x07 1 "
b"\x01 ‘+öLìr§‡°\x18 *ny¨¥ "
b"\x01 ‘+ög~rû™v\x1C [a²T) "
b"\x01 ‘+öhRs7³3EǤƒ\x01 ‡ "
b"\x01 ‘+öv_sñ¼/<¬\r Ô "
b"\x01 ‘+ö\x19 p{ºÆ\x04\e hÒrü "
b"\x01 ‘+öèŽpº·Ûþ}˜¢\x1E ¨ "
b"\x01 ‘+ö\x1D ´p¢¬eA\x0F\x01\x07 ÂN "
b"\x01 ‘+ö$¦rš\x16 Iðø„Æ "
b"\x01 ‘+ö8ppyéoÈÞ·ì“ "
b"\x01 ‘+öAÓq’£+.Š.É#‘ "
b"\x01 ‘+öL¢sÇ–$\x13 t\x19 ¥[Ó "
b"\x01 ‘+öŒAr\x08 ¯¿`gß}x "
b"\x01 ‘+öŽÚsm©\x17 …\x04 ”m\x15 µ "
b"\x01 ‘+ö¤tq‰ÀOU\x1A þÄÖ "
b"\x01 ‘+ö¥lsÊš¶ƒ86%í "
b"\x01 ‘+öÆnp‡HËÁ©Êfð "
b"\x01 ‘+öÊ/pé§1Õ÷ MÉ "
b"\x01 ‘+öènpñº\x15 …~]¼éØ "
b"\x01 ”‚ÍVj{jjf\v ‘\x19 n· "
b"\x01 ‘+ö\x11 5sX£?Û¬Ù‘9 "
b"\x01 ‘+ö$µs\x1D ¤Ì‹®(- "
b"\x01 ‘+ö0\x1E pè‡Hv3ܲ ó "
b"\x01 ‘+öA‰qö—Gß9\x07 ñïÏ "
b"\x01 ‘+öYþq?Œ°–ÆãóÇq "
b"\x01 ‘+öh\x03 r ’l\r s‡{\x0F ' "
b"\x01 ‘+öhq÷™äIÕ¬©7• "
b"\x01 ‘+öŒ^qh©~\f '\x1C\e tV "
b"\x01 ‘+ö£×sô®â¢Þ¿÷Þ_ "
b"\x01 ‘+ö£Þq9ª’oqÉ_nœ "
b"\x01 ‘+ö¨àp,œ!^í£<œ "
b"\x01 ‘+öÈ¡pZ´tJŠz³Æ§ "
b"\x01 ‘+ö$Sq܇B]\x07 ØšSê "
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 ‘+öhkp¶°È\x19 ÄSÒ\x7F "
b"\x01 ‘+öyµr\x00 X³c€ÊøL "
b"\x01 ‘+öмr £—åql›oî "
b"\x01 ‘+öŒ2qœŒ@…hŇ9æ "
b"\x01 ‘+öŒMsÁŽù\x14 G\x01 ;kà "
b"\x01 ‘+öŽ?s<„·\f ɬä~^ "
b"\x01 ‘+ö¤æqm£!m\x12 )7‚ž "
b"\x01 ‘+ö©¤s¾«¤©\x16 \r ‘J\x16 "
b"\x01 ‘+öÆÚs¯°\x03 â´|F.ö "
b"\x01 ‘+öÇ-q¸–H\x1E Ø\x13\x0F # "
b"\x01 ‘+öì|r4·ÚÁí›è¡ÿ "
]
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 , 0x01912BF64E6972D2A476994DB36E3E32 , 0x01912BF61D8571C9AD4F7776307AE6CA , 0x01912BF611197149AD6220E9E7862455 , 0x01912BF6C96B70EF9ADA6E168798B5BF , 0x01912BF6679371938FB70E93F85AF9C4 , 0x01912BF68BF57333B141CC9CA9FF52E6 , 0x01912BF6A7CE70F2970F4EC06047643B , 0x680A28C14A5D4B60AE7F32C8484FD367 , 0x01912BF659D9711F9010493109BC3DFB , 0x01912BF641F4713888A129ECECF37DA5 , 0x01912BF68B1172E185B6EEA1534FB0E4 , 0x01912BF6799572D4B7F9DE36C0CD4CD8 , 0x01912BF65A18701AB5400991E8B02977 , 0x01912BF64E39710FAA5A21B297561419 , 0x01912BF624547219AEFD61928C1E6053 , 0x01979BD371FD7BA79D95E9C9A06E8722 , 0x01912BF64D667086B993D6C8D05CC6BC , 0x01912BF68DFA70748241F2EA7EF1C59E , 0x01912BF6C70A73A7B84941F3F2AC4E1D , 0x01912BF6C617731BB86A1B98BBC1B865 , 0x01912BF6793F7173B3C9C77941BC0ABF , 0x01912BF6A82D7112B441B60641B89C60 , 0x01912BF6C859712F8B90721BC02FDE53 , 0x01912BF6E800729AA8BEBE2EE016BC55 , 0x01912BF6250073909C1CA12C41FCE736 , 0x01912BF678AA717FB0ABB84AF5A168F9 , 0x01912BF6C41771FDBD4CFF3D6A86FB62 , 0x01912BF64D7A717B8DB7CDAEE189E7F9 , 0x01912BF668C97217904AD59B8C95CEC6 , 0x01912BF6424A71F8BFB0D0A739559885 , 0x01912BF667B572E69657F26B7BF65014 , 0x01912BF6681473BF83395070B2066104 , 0x01912BF68C9E70CDAE5C68A40BF9286D , 0x01912BF61DDB71E194E20B1F8207128B , 0x01912BF658B472C49509B685953DAF66 , 0x01912BF64DA070BE86399C758754ECFC , 0x01912BF67658704992423148EE48827D , 0x01912BF6419E70F7838F6CE2E1E3896A , 0x01912BF67941726FA5FCD27972AD8060 , 0x01912BF68C7873E68D0522C23B92DABE , 0x01912BF6CA29719E9F18E474A06E3930 , 0x01912BF6E9E071AF90080F031AC1FD6E , 0x0194D0729F367D35B78CE81E9EC8D713 , 0x01912BF6592B708A86A962115022771B , 0x01912BF678487305B52C37FC9693BB68 , 0x01912BF617247167B2FB7DD7AB03E7CE , 0x01912BF6177072B0AB8D1F08C22D74A2 , 0x01912BF624C27200BC275E966D9C6B90 , 0x01912BF6419070318ED3A251B2480731 , 0x01912BF64CEC72A787B0182A6E79A8A5 , 0x01912BF6677E72FB99761C5B61B25429 , 0x01912BF668527337B33345C7A4830187 , 0x01912BF6765F73F1BC2F3CAC0D9F81D4 , 0x01912BF69019707BBAC6041B68D272FC , 0x01912BF6E88E70BAB7DBFE7D98A21EA8 , 0x01912BF61DB470A2AC65410F0107C24E , 0x01912BF624A672C29A1649F0F88481C6 , 0x01912BF63870707981E96FC8DEB7EC93 , 0x01912BF641D37192A32B2E8A2EC92391 , 0x01912BF64CA273C79624137419A55BD3 , 0x01912BF68C417208AFBF6067ADDF7D78 , 0x01912BF68EDA736DA9178504946D15B5 , 0x01912BF6A474719D89C04F551AFEC4D6 , 0x01912BF6A56C73CA9AB68338368125ED , 0x01912BF6C66E709D8748CBC1A9CA66F0 , 0x01912BF6CA2F70E9A731D5ADF7A04DC9 , 0x01912BF6E86E70F1BA15857E5DBCE9D8 , 0x019482CD566A7B6A906A660B91196EB7 , 0x01912BF611357358A33FDBACD9819139 , 0x01912BF624B5731DA4CC908E8BAE282D , 0x01912BF6301E70E887487633DCB220F3 , 0x01912BF6418971F69747DF3907F1EFCF , 0x01912BF659FE713F8CB096C6E3F3C771 , 0x01912BF668037220926C0D73877B0F27 , 0x01912BF6689071F799E449D5ACA93795 , 0x01912BF68C5E7168A97E0C271C1B7456 , 0x01912BF6A3D773F4AEE2A2DEBFF7DE5F , 0x01912BF6A3DE7139AA926F71C95F6E9C , 0x01912BF6A8E0702C9C215EEDA33C9CA0 , 0x01912BF6C8A1705AB4744A8A7AB3C6A7 , 0x01912BF6245371DC87425D07D89A53EA , 0x01912BF6301D7029BB80F8BC491904D1 , 0x01912BF64DB97153AB609F632778FE05 , 0x01912BF658FC7216A050F3DE4B4217AC , 0x01912BF6686B70B6B0C8199DC453D27F , 0x01912BF679B572009D58B36380CAF84C , 0x01912BF68ABC72A0A397E5716C9B6FEE , 0x01912BF68C32719C8C408568C58739E6 , 0x01912BF68C4D73C18DF91447013B6BC3 , 0x01912BF68D3F733C84B70CC9ACE47E5E , 0x01912BF6A4E6716DA3216D122937829E , 0x01912BF6A9A473BEABA4A9160D914A16 , 0x01912BF6C6DA73AFB003E2B47C462EF6 , 0x01912BF6C72D71B896481ED8130F23AD , 0x01912BF6EC7C7234B7DAC1ED9BE8A1FF ));
Copy
63
0.54 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
true
b"""
\x01 •õÑ+ôsuŒ\n
\x16 .\x11 t3
"""
b"\x07 \x07 ¾VF%¿Y:B¸Q¥\x13 "
b"\x08 nž´Ù°BꜾË\x1F\x0E Æ^ "
b"\t ÿƒFßMЮƆW\x17\x03 ”z "
b"""
\n
¼Oõ/¶G}Šéã´`\x1A ¸v
"""
b"\x0E ½ã\x1F\x17\x10 K–ŒFé|[+n‘ "
b"\x0F $<ßZ\x1D Cû¬e\x1D °YRôÂ "
b"\x11 #Š¡²N@ë…ÁsSCç*\x17 "
b"""
\x11 AX\x08 &ø@3I\n
“ \x1F À(
"""
b"\x12 ɲäËGJ²¼¶T(ëÙS: "
b"\x14\x7F eÿ+ãMn˜¸œ”JDZ "
b"\x15 +ôæ…€O/ˆã3\x04 Ål?? "
b"\x1A\x0F Êü‹üM\x19 žnæ\x1A\e ®½ "
b"\x1D ·ŽÝ+§IP©Ô‚ãÁº£º "
b"""
#xµ\x18 ›\n
J\x05 º\x10 µ„,jþ*
"""
b":âSaRÊOžœ?WT\x1C œ\x06 È "
b"?–²¦›YCJ§=ªzߪ\x03 o "
b"BŒÓí\t ·ML¡í¯ê½t\x04 s "
b"Lºû)!(Ki¸]›ê&‰õy "
b"Wæ\x1D wïâMqàFï³e¸o "
b"Wú\x14 x\v ¥De›ï¡ÌÈñæs "
b"Y·éœ¦>J\x15 ƒ@“sê\x10 >\e "
b"\m_Ù:¢JѺ¡\yàñá\x02 "
b"_\x12 gå¾ÄBN\x11 ì<@Û5Q "
b"a\f 5ý\x06 6@\x00 \x01 xâÏ´óG "
b"i?nÃÕ EþƒÎù¦}*Ü\x17 "
b"jz\e 4ÂAJe¹á|ã\x11 ¡6} "
b"n’ ‹’\x1D Nl¨¦l>\x0E Ë\e ƒ "
b"nÚ£ÎJ—@`€\f è\x19 aGëF "
b"ojÜ\x04 ©±O_…NÏyåcÊL "
b"oòsŸr~B¿‘…¡-ý\x03 @¸ "
b"pnû–ÈfKD™!ÂÓcy’‰ "
]
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 (0x0195F5D12BF473758C0A162E8F117433 , 0x078107BE569F4625BF593A42B851A513 , 0x086E9EB4D9B042EA9CBECB1F0E90C65E , 0x09FF8346DF814DD0AEC686571703947A , 0x0ABC4FF52FB6477D8AE9E3B4601AB876 , 0x0EBDE31F17104B968C46E97C5B2B6E91 , 0x0F243CDF5A1D43FBAC651DB05952F4C2 , 0x11238AA1B24E40EB85C1735343E72A17 , 0x1141580826F8403390490A93A01FC028 , 0x12C9B2E4CB474AB2BCB65428EBD9533A , 0x147F65FF2BE34D6E98B89C944AC7B1AD , 0x152BF4E685804F2F88E33304C56C3F3F , 0x1A0FCAFC8BFC4D199E6EE61A1B20AEBD , 0x1DB78EDD2BA74950A9D482E3C1BAA3BA , 0x2378B5189B0A4A05BA10B5842C6AFE2A , 0x3AE2536152CA4F9E9C3F57541C9C06C8 , 0x3F96B2A69B59434AA73DAA7ADFAA036F , 0x428CD3ED09B74D4CA1EDAFEABD740473 , 0x4CBAFB2921284B69B85D9BEA2689F579 , 0x57E61D77EFE24D719DE046EFB365B86F , 0x57FA14780BA544659BEFA1CCC8F1E673 , 0x59B7E99CA63E4A1583409373EA103E1B , 0x5C6D5FD93AA24AD1BAA15C79E0F1E102 , 0x5F1267E5BEC4424E9D11EC3C40DB3551 , 0x610C35FD063640009D0178E2CFB4F347 , 0x693F6EC3D52045FE83CEF9A67D2ADC17 , 0x6A7A1B34C2414A65B9E17CE311A1367D , 0x6E92A08B921D4E6CA8A66C3E0ECB1B83 , 0x6EDAA3CE4A974060800CE8196147EB46 , 0x6F6ADC04A9B14F5F854ECF79E563CA4C , 0x6FF2739F727E42BF9185A12DFD0340B8 , 0x706EFB96C8664B449921C2D363799289 )) GROUP BY `product` . `id` ;
Copy
64
1.39 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"""
\n
¼Oõ/¶G}Šéã´`\x1A ¸v
"""
b"\x11 #Š¡²N@ë…ÁsSCç*\x17 "
b"\x1A\x0F Êü‹üM\x19 žnæ\x1A\e ®½ "
b"\x1D ·ŽÝ+§IP©Ô‚ãÁº£º "
b"Wú\x14 x\v ¥De›ï¡ÌÈñæs "
b"_\x12 gå¾ÄBN\x11 ì<@Û5Q "
]
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 (0x0ABC4FF52FB6477D8AE9E3B4601AB876 , 0x11238AA1B24E40EB85C1735343E72A17 , 0x1A0FCAFC8BFC4D199E6EE61A1B20AEBD , 0x1DB78EDD2BA74950A9D482E3C1BAA3BA , 0x57FA14780BA544659BEFA1CCC8F1E673 , 0x5F1267E5BEC4424E9D11EC3C40DB3551 ));
Copy
65
0.39 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"\x06 ×]õ;©Lw Ñ÷§„‘C9 "
b",Ò‰€Y’J(—mç\e ަpH "
b"Ž£û˜®*Fi„ûƒB\x13 #\x1C À "
]
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 (0x06D75DF53BA94C77A0D1F7A784914339 , 0x2CD2898059924A28976DE71B8EA67048 , 0x8EA3FB98AE2A466984FB834213231CC0 );
Copy
66
0.22 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"""
\n
¼Oõ/¶G}Šéã´`\x1A ¸v
"""
b"\x11 #Š¡²N@ë…ÁsSCç*\x17 "
b"\x1A\x0F Êü‹üM\x19 žnæ\x1A\e ®½ "
b"\x1D ·ŽÝ+§IP©Ô‚ãÁº£º "
b"Wú\x14 x\v ¥De›ï¡ÌÈñæs "
b"_\x12 gå¾ÄBN\x11 ì<@Û5Q "
b"“vˆ\x19 ýóJ܉'46\x1E ùõ{ "
b"Qi \x19 ù4DÀ”O‚¯ˆ\x0E âï "
]
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 (0x0ABC4FF52FB6477D8AE9E3B4601AB876 , 0x11238AA1B24E40EB85C1735343E72A17 , 0x1A0FCAFC8BFC4D199E6EE61A1B20AEBD , 0x1DB78EDD2BA74950A9D482E3C1BAA3BA , 0x57FA14780BA544659BEFA1CCC8F1E673 , 0x5F1267E5BEC4424E9D11EC3C40DB3551 , 0x93768819FDF34ADC892734361EF9F57B , 0x5169A019F93444C0944F82AF880EE2EF ))));
Copy
67
0.25 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.19 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.22 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.12 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
71
0.09 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.19 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"ö\x7F ×ýÎwL€Ÿ>V•\x1D ¯€º "
b"Ð[ã[ºYGE¡Ôβ1›ôu "
b"\x0F è›\x02\x00 Dð£l™#‘‚· "
b"½\x02 (q!¿C†Ç9•\x1C\x12 ˜ "
b"˜íÞXx³Ah³{ÚØ\x10 A\x1A ø "
b"\n «áñ†ÈDàˆEæ\x06\x00 \x1E "
b"%‡ë\x01 e¾Oô"\r n:Ü "
b"""
Ü\n
w\r kµGW£\x19 Z%zÉ\x15 Ñ
"""
b"!×"\x06 ‘¾C]=?"\x16 "GÍ "
b"ºñ*žEžC “”D?À“–r "
b"\x01 ŽyßH_seŠE¸šÝ[ï¢ "
b"h\x03 ý}¯ŠIZ‰'´•±Í\x18  "
b"þ\x02 f¯z»CMºkÜR¢\x1A "
b"Ñ-êWˤCߦÂ4#™Æ"ã "
b"$He·vÚE'‡\x16 <nX\/\x1C "
b"³\x1E Moó’L\e ‚™ç«eVÊ… "
b"\x03 h\x13 {âVFŒ¼%r™@„‰> "
b"\x15 ž®šöOM¬©\x1F …À-Š ‘ "
b"]»¦Ù¶OH•¬>ÆâÆ\x00 ê] "
b"£ã%ÀI‹J†\x03\f ”zÏ´ "
b"¦ñ|óÍÙDc‰\e šf4½„µ "
b"""
\n
(#Ùœ\x10 Ke®n\x16 ’w¡êº
"""
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";<g÷\x13 ¤C Š\x0E »ÌfŠñ "
b"WfQ‘\e úJ¾œÚåÝi¶ß "
b"b…\x18 Ö2QOÄ®—‡¬\x02 }@« "
b"’e‹fçAV¦™4â„øª "
b"""
·€\n
\x02\x16 öH²ŠžÎ±Ú¹µ!
"""
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"\f ¶ÎIÚ‡,¾?.™"– "
b"¶¤\r ÷iÆERÄ\x13 \)ŒFF "
b"Ø£ð³»>D«¶_\x07 ï;ó8î "
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"„e¥êiHû‡7f\v\x02 Ôd "
b"á\x11 §õÝ @&®ÛüØVÁƒ" "
b"ïH|ý\x04 JÍ\x19 '\x15\x18 m]Œ "
b"#”\x08 \+”BÜ®\x7F 1\v øíȈ "
b"""
U¢_µê\n
O-µªÁÜ\x06 @\x10 ´
"""
b"‡¿î‹\e cK?·tùñÓr•à "
b"\x1E ì»H¨¹DJ¡ãè\x02 ÕI' "
b"0!ɆÏWJ´Ÿvýñç:%y "
b"c®ûHéîE¤¬Òq½É\x0F I¯ "
b"j/7¡÷"F4”¼·\v ä\x10 Â8 "
b"p—\x03 >\x14 ÅDŸ–…äh _\x19 Ó "
b"qÓ›#\x08 îGža¶+\x04\x08 w "
b"v/Îõ¥ÍI˜¥' HÇLS "
b"%P\x19 ØmM\x01 Ž\x1A Ä€n/€- "
b"¬œtí³aA?¢'5+gÍD~ "
b"±/°“d¾OÄ»}A¾.ö~\x08 "
b"²¸’™wFB\x06 ¶\x13 Ž!³$ûØ "
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"\x05 Ù\x02\x1A -C~…•†Ü9þÎì "
b"\x18\x1C ÎN©ˆB°™øü\x05 í™AN "
b"0™:“I\f B£¿…3É£ \x1C ³ "
b"X\x1E +~¯áJ\x7F ¯qy÷ÅEÇ "
b" Ow\x05 I;D?½ú”Í™Šj\x07 "
b"®õr„Ô¢B¹Ê®µªE$8 "
b"Ísð‡¹ìF$ªÏ»\x0E “ÂðÁ "
b"ébÐåâšF\x18 £.šý¶Õu‡ "
b"\x01 ŽyßHPq\x1A ¾°\x13 yõôó: "
b"\x01 ŽyßH`sC¨¿"¶œ±%O "
b"D…\r quÐJ(¶h)a9Ÿ\x08 â "
b"H\x08 ÆíCE5ªáç£ß5ÓV "
b"V¥\x16 5vD\x05 ˜šz8\x10 6œ\x12 "
b"n[W¢’ÍE\x05 Œ—°:ߦ\x7F 1 "
b"\x7F žõACÜLª’ÈŠ\x15 •(¥\x0E "
b"ŽÛ2iybEo´\ú\x08 ë}\x1C\x05 "
b"£—ŸÜ\x15 àL“‘ÿ\x04\x17 Œ\v ª "
b"Ä^IvœÊEŒ°\x06 zÀG‘' "
b"È®\x02 rä´K×›ˆÑÙì“<w "
b"×\x1F ÑÀó\x04 B8¢öè”2õ*Ý "
b"ìd—Ï\x02 KIX±¥\x15 Ú®M:ô "
b"í\t ¤oœ\x08 @_ž•\x11 \Ua¦’ "
b"ï¼MQŸúKºŠl†¦ö§æÿ "
b"\x00\x17\x03 ÂV\Ovã.Ò¹G\x1D\x06 "
b"\x01 ŽyßHTp\x1E ºd3I,ô\³ "
b"\x01 ŽyßHaqÚ¦<½öÉ\x17\x1F "
b"\x01 ŽyßHkrF¼z5\f l]½ "
b"\x01 Žyßè•qv¤uZ·yÞa¿ "
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"\x02\x14 aô<¡N°¾ÇhEö¼²Š "
b"\x07 ¢!\x1C ¹kF\x06 ”VâC¾l®k "
b"\t ÅOÚŽ¦AÅœÈ}Rü2G9 "
b"""
\n
ÿÌ2ÿmMæ£Z\n
0«\x1E
"""
b"\x16 ºbÍíœG™•¥Ï¸FÏç\n "
b"6»Úô´tBʞì>i\x18 Óñ "
b"""
F4JŒ\n
ìHÚŽX\v\x14 †,1©
"""
b"Y4¶iÅÝF°–éïÞ³j7} "
b"YìÞúÐC©Õâ\x02 ×O+³ "
b"oðKÝ¿@\x1D §ÐHã —ú\x01 "
b"sAØ_\x1A »F1Ÿ¤ˆ@Ž®á\x17 "
b"v'B÷lkJI°AgV&0(W "
b"|ü\x02 ºõAý‹.3sy\x00 P1 "
b"\x7F\x16 -øæ»M+¥.ÏD±t¶ "
b"Ÿ„¿,2ûO·¹\x0E f\x1E 8îRã "
b"¡§\t l\f hL;Ÿ¾Õ^ß6Åî "
b"±Ó*¹vûAJIc’õ”\x07 ¤ "
b"´xz\x08 ]¶HŒ¯·&§£‘Ž\f "
b"ÛĺJ¬\x0E K€œÑa£,"2[ "
b"Þ¦«ŽÀ2CV½qg0á\x05\x1C Û "
b"à\x1D ]Â@è£\x16 ‹ªýôS "
b"öo¶”rÀBζû~L?µÿ: "
b"\x01 ŽyßG#pí¥( çú\t |a "
b"\x01 ŽyßèœpK¤Œâ‘\x07 j’ø "
b"\x01 yßè¬p{•[iaéÿ† "
b"\x01 Žyßè¸s0¢\x17 xÏŒKl° "
b"\x01 ‘Ž"u\x1F qìš›}2\x7F\x10 Gò "
b"\x01 ‘Ž#l°q\x1F ‹WS"r\x1C Õ¼ "
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"\x03 ¦¡«`úK\x00 §kÆ~NSË "
b"\x04\x05 P]!Lvþ<JB‰·\x7F "
b"\x07 ¨\x01 @Î(GÜ“OcuÄ$¹\x13 "
b"\x08 ·\x1D ‹|«C\x0F –×\x0F %[DI\x04 "
b"\x16 iMŠÏL›¬üòðœR›\x18 "
b"\x19\x00 PÉŠÐA⼎D*X(èI "
b"\e\x05 ‚Þ÷·A'¸Œ•\x15 m98 "
b"\x1D Ñçuo/BWŸâ©Ü·ßî£ "
b"%¾ñž‘\x1A L‹ª½Á³FÏi& "
b"""
(\x02 ©¶\x08 \n
K5’ŽgwèÖs¡
"""
b"""
)|qã\x07 ÉA\n
“¤²ì\'I†
"""
b"*TšO¡µDR¸çì\x05 €\x14 Ø\x11 "
b"*h¯EýO;ˆ\v Í¥âù9Ê "
b".\c,&+H„¬YU°\x1E ñ£û "
b"/\x16 ÅdŠT@\x0E ´S?\f ,_IŽ "
b"1t\x1A š\x1C\x02 IøãÚvhJÌ "
b"200Èê¤K÷½0R’°pyÀ "
b"""
5yÙ\n
³\t G\x08 ”øb5Çr\x13
"""
b"7‰ÊÈ(!GQ¿èRÞÉíŒc "
b"D\x13 H>F†Ia°\x03 5¼Ô\x1E ò² "
b"MÌÛøwåF¢›EzŽ‚°f\x01 "
b"W\t ¹YÀF•\x05 IóxüêT "
b"Y_\v °§ËLç¹Ìû”PZ\r e "
b"""
[C\x07\x0F Œ\n
J©‚nQd½UÂÿ
"""
b"_*\x13 îÒ\x18 AB´´tÎÍÙç2 "
b"`\x1E Ä;\x01 ¡JL†\x1C Î ÷ÅŽ« "
b"a˜Wåû¿@éŽ\x0E î\x05 »µ±Ž "
b"c\x0E\x1D TÊ\x1C GÖ ýÎâ\x0F ò±| "
b"g~\x02\v ~…E÷‹¤ì£š5k‹ "
b"nΤ\t MOê¼Í\x11 îáN(õ "
b"qãW ï\x06 Lòª’¤ñ\x01 ’\x07 ¶ "
b"zK£\x18 w~Nì¸.£\x10 ÍKœ¸ "
b"€d0£\x17 ¯AÀ ¤\x07 ôÅΛ< "
b"€ŒÖYB½D—а=g>\r %: "
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" ‰ùàÈ\f Fûƒ•\x15\t wlS "
b"±bRÍ…àI\x12 š]=èD\t #Ô "
b"¹fÜfÜØH/¯kÓ‹h>ÕÜ "
b"º\x1F ÆÉ\x1A F¤…ñ;׺\x00 é@ "
b"¼øí¤^/Gò°€Ã,F¢\x1E\x05 "
b"çË&«\x04 E³ˆ"¥÷/º\x18 æ "
b"Ò«\x1C [‚ÉCΈxÿZè\x14 Z "
b"ÖÀ=UáäK—šù‡œ÷o1B "
b"ÚXGËê¶C\x05 ½R\x13\x7F "ý;\x0F "
b"ÚŽ—i¡ÓNÓ™\x10 ¦àrqÖÑ "
b"ÜAX\x0E :ÅN\x07 ¹\x01 þL\x14 kV¯ "
b"ß§Xí\x1A .KQ¯\x18 4.k '' "
b"ã¥Ð|4L"±\x7F ¥mU\x7F\x01 6 "
b"æà:ÏÒ\x12 D_™ó+Ë3ë’W "
b"ê¸v“Í•KÞªÐz>@ÇÏs "
b"""
ñ1\x1D\x19 Û\n
CÓ \x18 £ÉÔ‹Š–
"""
b"÷m\x1E W¥\x15 JŸ¢Vp\x08 Öò\x07 " "
b"þs„ÏøþJR‰üwŒ´-•_ "
b"\x01 ŽyßDmqב9' Y\lt "
b"\x01 yßH\x06 p"«©fb~[6 "
b"""
\x01 ŽyßJzq\x07 ¬â’§ò?\n
C
"""
b"\x01 ŽyßäÕpº¬ê\x12\t ’\v E\x0E "
b"\x01 ‘ê9¹q1œî—þ!)\x08\x00 "
b"""
\n
9\x1F üD1Js«FßEùÞñ
"""
b"\x19\x1F ,º(±@^œ-Ç\x03 å\x1C 8 "
b"\x1D ¦¹»\x08 ÓKü„ã\x19 v{—\x05 … "
b"\x1E eð‚_«BË—^[\x10 18b² "
b"\x1F Ûú:ó1Lp¬Öº•PÅìg "
b"!ôÎ\x02 vq@*”¤Ñµ"m\x08 ï "
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",\x11 Ô/äîM|æ@ñ‚ÝëÞ "
b"-X²\x17\x14 ÆG\x03 ¯\x06\x07 FùZ¸{ "
b"-üúH]NHË«×ÿƒu3p— "
b"4b‚Â\x17 \r O°Y\x0E )ËÃ\x1F ã "
b"5\x11 ïG‹\x03 FršUm;{\x03 äÐ "
b"5BŠƒP²C²ŒA!Þ\x07 ùÃI "
b"5¬\a\v üF䇡òÔ‡Éw¦ "
b"5àˆ/o‡F\t €\x16 ¤j„«‰> "
b"6ã\x12 ÐÖbAöšnê\x06 …T¥† "
b"7vo¨øMEzº•“±ÄCôã "
b"8\r AnPÏJW›ØÐ{8“{\x1A "
b"9ÞŒ4xAHH–\v mݜԼU "
b"Cû¢Ü\v YHU¨Øé‹ÿH+j "
b"GÉ\x03 Æ\x11 JÞµ\x02 ëˆ`2\x16 "
b"N¸W¦²PNá±êÇ=×bÝI "
b"R‰¸\x16\x01\x03 M-ˆÊ^Ш)©Œ "
b"""
T\n
>‰&IŽ£5´ÔØZ¬\x13
"""
b"U¢yÚ \v K\e ´a\x11 :W–\e Ú "
b"X\x15 Q…ºÇG®ÁÀc:\x11 ê "
b"[¨† \x05 ‚@>–eñŸtÔ™¼ "
b"]l]Iä’H\x08 ´ÇBëÜ\x04 —J "
b"^Ø; PŸDâ”\x14 öLÔ¢ö¿ "
b"_ž\x18 Ü”\e Iƒ O»Òªô "
b"aaì\e hN|¥;&áݓȣ "
b"i•ǼlôFNÈ\x08 Œã\x12 º "
b"m\x18 0P®ZJ²Œ\x00 'DèS&\x06 "
b"m]—\x02 8¥N\x01 ±Œé\x16 ¨iJ* "
b"v³—í\x7F ÝCK‡\x07 k‚à\x01\x1D 1 "
b"x‘\v ^ AI»¨]4aÇ\x03 i\x11 "
b"‚Xª}4ùOOªx\x01 |\x0F ¨ "
b"‡JÞ\x7F ‡ÀI<²íi:•e\x13\x03 "
b"Ž£û˜®*Fi„ûƒB\x13 #\x1C À "
b"\¤A—ÄD£¥^K¬^ʉ¼ "
b"""
‘ž t`\x15 EU‚\n
y\x1D\x19 ޳ó
"""
b"•û\x1A êö‘I¾“t,[å“•‚ "
b"¡¬‡÷´–Nͧ— £ÅÇOI "
b"¢hK&§©JÏ«3)º\x13 f.8 "
b"§cŒ]\x1E ÒKž²\x04 ‹@\x11 ™‹É "
b"¬\x17 2™Ýu@»\x04\e \ÅU…¤ "
b"´,9\x07 $Kf¾°µ«)3¹Ž "
b"·-fZkõM´žv\x18 àõ>&4 "
b"ºAÎ-"ßFݰÚ\x19 1iÊî] "
b"¾Å/h=OD?›ÅÇùv¢K½ "
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"Îb¿y›”C\x19 „Eþ#çÈ×þ "
b"Ñeh2â\x10 FݳՑúœ\x11 ÿw "
b"ÔnBÓà{LæŽ<±~xÿ* "
b"Û(¤®³@¨&åDÐ\v ·\x06 "
b"ÜSvT1žGd¢‘\x18 0ð+n¿ "
b"á@\x18 ®Õ\x12 IÓ–ríÞh’\x1F > "
b"æ\x15 o\x12 Ÿ€LÝ’%Ú\x7F ³Ê2] "
b"êžå’¨M•¬'#‚\f ` "
b"í\r 4™N×A\x17 ‘º&ß_“õé "
b"îŽ\x1F \½cN ‹FÈÒ#\x00 ¸ž "
b"ð,¯>¤ëF€¨¢×U7éþß "
b"ñdüâ\e ¦D\x12 Že±\e Ø\x1F ‡§ "
b"ó±ä\ȪC\x1E ©ˆØ^êXõ9 "
b"øæZU.¸LG½ÞžÄñãC\x17 "
b"û8qRÆ[G*³¬¯¿Zê*í "
b"ÿ„!Å\x02 ³L/™Î\x02 ÒÃoàp "
b"\x01 ~Yôí¬CÒ¯¸žP™åíŽ "
b"\x01 ŽyßE=q½¼z}ÐËPÇÊ "
b"\x01 ŽyßF4q&¦< 嬯\x03 š "
b"\x01 yßG!p1°-Ž\x01 D–nY "
b"\x01 ŽyßH"sû¢¾6x´\r Xw "
b"\x01 ŽyßHSr7«¿éò›n)¯ "
b"\x01 ŽyßI>rjºÖzªiª‡ "
b"\x01 Žyßåâq§¦&#éõ®o\x12 "
b"\x01 Žyßæspá£\x06 Z«õ\x02 Ù "
b"\x01 Žyßç\x07 qÔ—Kg6:³C€ "
b"\x01 Žyßç\x18 pYœù£þÚÿÅ\ "
b"\x01 yßé¡sµ#Ë~X7•‘ "
b"\x01 Žyßêor\x14 ¤ê~IÀdµ} "
b"\x01 ‘+ö_q‰€’E*aò’» "
b"\x01 ‘+öï-s\x0F ©^×)ä2R\x01 "
b"\x01 ‘+÷¦¯pI³\e WÓŒ3< "
b"\x01 ‘+÷Áfș¤u8»Ïa% "
b"\x01 ’™áôgtâ˜\x12 ð5øtt` "
b"\x01 ’™â,Ï~–ƒÓFý¬ "
b"\x01 ’™âL÷x:œºjG÷òŠô "
b"\x01 “>ŽŠˆs:°4Õ3É›†\x02 "
b"\x01 “>Žó˜{Þšÿ\x13 ^9«~ "
b"\x01 “>Ž/\x00 }A¡÷*qÁ¡Æm "
b"\x01 “m3‡ßpè€-\x03 ‰`Å‹à "
b"\x01 ”лJPp,Œ&“\x15 çbÚr "
b"\x01 ”Úê´¹vA°åzs!çQî "
b"\x04 C¿€·ÅN\x1D š5ƒÐׂ%š "
b"\x05\t Æ`íc@½³\x15 |s\r d\x04 "
b"\x05 @Zf†åO˜bœ \x03 swR "
b"\x05 õŽn¹þJŒ¹I)˜ïÑ9› "
b"\x06 ×]õ;©Lw Ñ÷§„‘C9 "
b"\x08 Y?‚'oB¥‹A\x18 ªu¶ÀÉ "
b"\n ã\x11 ¼c\x00 Eñ³çøQä¶ø "
b"\r \x01 L\x10 ‰>K‘žà—\x16 yÞÁˆ "
b"\r \x0E ÿºÜ,Jñ“ãÃïèv;T "
b"\x0F BÚN\x1F ìNã¯êá„mH–| "
b"\x0F Ã:h\x08\x18 JƬÖ}<hÜ^ "
b"\x13 Kæ=\x14 iO\x1F ˜rŽÑÑ/ëv "
b"\x13 îgÊuNé•ݼŒ8:\x1D V "
b"\x13 ç?ªBZF\’ò½ÇéåkM "
b"\x16 !1ÿ @ù‡\á<ey\e I "
b"\x18\f\x15 µ\x1C WE3†,Eå¸ó¨\x07 "
b"\e ’¯÷ŽOJS¤\f ¾SÚ©ƒ\x1E "
b"\x1C ?\x1F ñ\x0E ±@K®—º¨ÿŠaØ "
b"\x1C ˜R\x0E LnJdƒ\x1F }ÂÇÀë "
b"\x1D \*m8\x05 Aá¤@rº&±E "
b"\x1E '⹆OEæ›H±Â2N¨\x1C "
b" ±Oÿþ%FP¶Ž2eç8†é "
b"#óoŽõzMÙ¹÷÷¹Msð "
b"$$]‡·ÞB\x06 ýˆÓe‰À¬ "
b"%1Oeû0KŽ»æZ\x1A „\x07 X\x17 "
b"'\x1C ë\x17 2hNJªè\x05 /¹C3¡ "
b"""
(”޶}%F‰'\e ²ç\n
_S
"""
b"(œVÅêýA>„\e\x14\x19 *IÛœ "
b"(ë~\t {Iò¨ú‡½3–ÅÕ "
b")\x12 8S9H±˜Þaá‘ä í "
b"*l˜14ÌCJ½R똤Ügò "
b"""
*ìÎEQ‰O£¦Q´)ö\n
àY
"""
b"""
+t…ëLnKB…ô#Y\n
L\f C
"""
b",Ò‰€Y’J(—mç\e ަpH "
b",á,:Ök@õ‰\t )må—¡ "
b"-e›w\x01 ßOp»èíŽk\f «Ó "
b"-¿µ4·,Gð˜Et‘uλ8 "
b".0¢;c+E2Q\x08 ú©n÷ "
b".³e\x17 …ŒC‘¨Í\x1E ¦\v Ú\x03 "
b"0½ò"]1FÔ¢>€-éÞÚi "
b"1ûù@ÈÄO‘®B)Öš«6\x00 "
b"3`‰k;OWŽPB\x13 ”ƒ> "
b"3¢c˜·iO_”É.}C6\x08 "
b"5s\f °—ÑDóž[|ys›\x04 ¡ "
b"61\x11 kµîLõµ90ÕN¸Ê€ "
b"9kÑÐùîDÓ¹<…‹^\x17 ib "
b"9à´¿õ\t DéŸ\x0F Û, š(\x1F "
b"<Ô¿–fJEC)ãþÞ\x15 Ó\f "
b">\x02 -ƒF}Mÿ„yÄáv¢Üµ "
b"?‡=|\x13 ±M¿…›´hhF1 "
b"Aì›\v ýH,“o\e Î3Äšà "
b"BÞ+Æ\x07 PDO¨Z ù-¶e· "
b"H¶\x0F ౸Aì°…¨^ñGS "
b"I³\x02\x19 ŠXI%… \x17 ð\r OÈÍ "
b"JCí~ëaJH’\x17 ”µ9‚)õ "
b"KY‹’ÌU@h•Ù\v G\x13 <[ "
b"Mã[\x05 cŽE¤‹`³9é\r \x11 a "
b"Oi*/;FD‡—úóÎÜ`T "
b"OÁ} \x11 dO\x1D Ž5'ö\x14 ž\x1C / "
b"T`Û,÷ùK´›\x05 Í“\x1A ýˆ¯ "
b"""
VHÏ\n
{Oµ¨<Ÿ.›w·F
"""
b"W(÷±\x16 Azµ(!±l\x15 °Ý "
b"W†ñ½ß.FÛŽ¨•Óÿ±‰ "
b"]\x14 ƒý½)L\x12 †Ž³\x12 f_^í "
b"`\x15 ÅÉ$¢J×£lCwZAr¿ "
b"as‰\x7F "\x18 Kè½ï³\x1D «ç¦„ "
b"b6£ÛéÒM8½¯“c)9T "
b"cNÑ ‚ÙFñ“Ò<ý+C‰H "
b"cîFBÀKMמM¾¼àÜâ "
b"d\x03 —TÃîO\e ±"[9•°&‘ "
b"dº\x19 )n\x14 J\x01 ª¼†õÙ¢Ý\x19 "
b"eµ¥~\GG¶´»—”1ÁªN "
b"""
föÙ\n
¢‚Nz¿ï{ñ¡¬ ¼
"""
b"gKÌ UýJ\x0E ®G""2†/› "
b"kÑÁ=åKJŒ\x0F qXôÆ\t\x0F "
b"p~”úÑWGí»;IžG\x0E ±ó "
b"p”î80¸A½˜\x18 é:˜b¨Ä "
b"r¶C-ÆnK\x13 |ZÔj\x13\x16 "
b"s ¼‘ÛiM¯‹]Áè#\x0E\x11 3 "
b"v+ˆ˜{yJNŸÂ\v\x7F Û¥xË "
b"w(\x04 3¢\x1C Ol¾§zÅK\x00\t Ú "
b"y¹\x13\x03 DME„‹)\x05 •}K8\r "
b"yºí•ñÂL‚Ÿ\x04 5X˜.• "
b"""
z\v\x16 áÆ‘I\n
Áyx4~\ý
"""
b"{RwBGBM[r\x08 ¿ˆÀ;\x01 "
b"{™=\x06 Ðø@š¡‘û\\v úAð "
b"}¦ŽG\x10\x18 Oª„ç*Æ"r7â "
b"~ÅnÙF\r M\x17 ¤÷\\x16 ‡OÖŒ "
b"‚>ý\t »OD\x11 ´wçvï¤ÁT "
b"‚„\x0F !T*Iô§Ï€¶\x19\x01 D° "
b"„&AO€JA\x15 š\x15 ¬p\ÓEg "
b"„mY\x19 »òGRˆý<6ï';[ "
b"…Ù‡ù>\x1D F©‘¯”.Rƒ“Ú "
b"ˆS;p/ºOðƒ…Œ\x13 ‹~U "
b"ˆá )\x08\x07 K~¤º·Ä¨íë± "
b"‰¤WònnD€ž‘¥k~nÖ¸ "
b"‰¿û©4îCâ©t”U¯\x07 ¢£ "
b"‰õ\x04 iã•IfžÖ½ÝtéÊ\n "
b"ŒuCF#½B-ž\t ³RYúj, "
b"އO«K6J0€Š\x10 °øÊær "
b"3.Z\x08 M±±Å\x1A ÔT\x1F Úã "
b"ò<T;ºATFK(â®° "
b"ÿ\x10 évëC{?3EI¤'Õ "
b"’<~°1N€…â\x14 NuËÛ\x04 "
b"‘›º¥jtA\x10 £`ú\\x0F úòD "
b"–ç£&dqK\x0F ½G^k\x08 ÀÚµ "
b"›ÕŽÍ\x18 ?G:…`ÝÍ<ñê\t "
b"œ\x16\x1C \r «ïGÇ—Ëð\x04 Ñt(\ "
b" ÁŒä¡†Gl‚©+:ª”6\x05 "
b" ÞX, ENý·\x1E åRŽáâ÷ "
b"£\x16 ~Yâ\x11 DY“\x01 ÐqÖø¾Ô "
b"¤[\x1F §èÖJ\x1E ‚ÜÄ;\x08 e_ß "
b"¥*\x06 U\x18 \J\x11 ¥Ô‡É\v ³Ý˜ "
b"""
¦îYÎÞDM\n
›¢cù¥²E\x07
"""
b"§p}ćHIw™\x15 ÊÃý\x12 ¼' "
b"§ôü…ë]NwõÏW\x1F œ_n "
b"""
¨’½ŽÓKM÷´R\x02\x0F \n
Íûº
"""
b"¨â#éÀ\x1E @/‘ M:µ\x1F "
b"ª\x00\x1E ÙÚÐE\n ‚K„ø\t AC "
b"®¥Ò³&šO|˜y›¡_r\x17 "
b"¯/®éÚJ<±\x03 áÀQÕ\x08 ˜ "
b"³A½E…\x11 @Ó¢\x06 _žœPÊÜ "
b"´r ‹ÛsET€…lÒP\x19 å× "
b"¸=(b{(F•'\x18 &%µ±p "
b"¸ë\ \x17 sF\f ’é÷Ü£ÞF© "
b"º4àLš\x15 LÄ–2'š–aŽ9 "
b"ºª\x06\x1F à¬Id‘ûû}oœ[{ "
b"¼¹Ðhz;@Ü…ãJ˜ºàdz "
b"½ åì‹i@o¨™¾˜À8ŒÌ "
b"½Cœ«¼²L\x0E ¨üÑÌjn< "
b"¾€@¥~\f CN¾\x19 TB8Wk "
b"Áa™\x07 ߎJo‡šg*"7qe "
b"Á®é`úûCؘ 0½ÇÔK¬ "
b"þT\e RÐF\t ºà)+\x05 aAõ "
b"Æ~ƒ×q,IÝ»`»¬FŸ"q "
b"Ç<ò\x12 ù‡FÇš©UÌ0/# "
b"ǪÊQ™nFs‡—;dù¸¤6 "
b"""
È\x16 …L¦4Fq—)\x12 ¸\n
ÊSš
"""
b"ÈÉcÖNCz§º®Êºà(\x1E "
b"ʬ\x13 ¸µ¥DᎤù“NÂæÝ "
b"Í\x00 çï\x05 «Kÿ–\x11 <m\x0F %N_ "
b"ÍûJú…„GnŽ-mê<_ùw "
b"Ï@¯Éu¥F£‘\r kŸ¡…®k "
b"Ï™<×*žIz’hw\x1E ñ\x08 ds "
b"ÑÜ\x0F T¿§C„‹*à-ˆ²âw "
b"ÒÚ]k&ÃKJ¥ŽyÒ\x1F wr "
b"""
ÓD‡8=ŽNâ\n
cáýŽò\x10
"""
b"Ô‰:Ï\x17 °K/°\e\x1C c%Gã\x17 "
b"Ø&%ñÒŽ@·³„fšÈʽ\x1C "
b"Ûã˜j:ŒB僈”Ž×úE\x14 "
b"Ü\x10 fv\x1C\x01 B•±ƒª5F\f ÖÉ "
b"ÜA¦„3ÜD¢ˆ\f «\x1F „Ó&Û "
b"Ü^r¶,ÛI.‚l¼•q¿?P "
b"Þ\x02\x03\t ‘ÌE[—õlÙŠ“iÝ "
b"àscÒ´[E\x04 ªÈ·\x0E i‰FË "
b"á\x14 D\x0F J-L=µdÐG“ \x17 Q "
b"""
ãË ~ÞTA\n
³™Ë\x02 p\x19 Ó'
"""
b"åË#!èºDo®,+ç©ÒÚ "
b"åÚ!^lO\x02 ˜ŸªÍ\v ™vG "
b"æÞ:ÍEIES½+<ƒ\x18 \p¡ "
b"è;êý´iCT‡\x15 c»ŸŒbÇ "
b"è?ßt^ØJ*‚³G4¯ï{x "
b"ê‹yˆUÎA¢• Rr\x06 ©\x16 e "
b"Ꙉ9@ÁC_\x0E &„\x15 ýãF "
b"íqq‘§>@¶“åŸZ¶Ë¬\ "
b"í¶v5™dMû¼Ÿš\x06 ˆolˆ "
b"îÌ,SÄqLÞ˜C {—\x10 p\t "
b"ïRm\x03 øÔB=Ž\x06 2!üŽÃ "
b"ð<\x07 ïÊìJø\x1E cc±ù ù "
b"ñ:Ý·qpG§”ÕDù\x03 ´àå "
b"ñºÑ¡]>MSºúAÖ U\x00 þ "
b"óE›¾\x02 `D´¯Ï׿\x1C ÛÌG "
b"ö+“ìGj@¤\x05 ˜È\x06\x16 îÚ "
b"öè†\x06\v `I\t ’\x1E r,ÅM "
b"ú\x0E ¯ÓØ%OU©{)ËÊ\x1D\x1A - "
b"ýæ¢d\x04 öO\x10 ‹\x10 h+\x08 g?X "
b"ýó<–©ÃIÛºD\f /-\x06 `ó "
b"þ¡6WÄWH\x07 —€:\t åµüž "
b"ÿ}Ææ\v ¹Ej¾ú©</ \x11 ç "
b"\x00 -Ü7Ëÿ@WµCѬsè^\x18 "
b"\x00 ™o©n¥BOˆCã¬ëª”g "
b"\x00 ±@»\x01 rEh—Xè\x13 ¦|¨™ "
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ßD<r\x19 ›º$F¸t« "
b"\x01 ŽyßDJqV³m!„—ýD´ "
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ßG¸qH´£À>†Á‹ "
b"\x01 ŽyßGÕpu–¥q^\x1C\x13 FE "
b"\x01 ŽyßH}q\x11 ª\x13\x12 äš\x0F —î "
b"\x01 ŽyßHîp²ž\x14\x17 Ì\x12 ‹†\x13 "
b"\x01 yßI?p±zÂb\x08 èÜ "
b"\x01 ŽyßIHqa‡ØIU†SÈ> "
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ßäÅpÖ² \f (™§«ƒ "
b"\x01 ŽyßäÎqŸµ™0\x18 >š_Ž "
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ßç«rá±ÿ\x14 ¶ï\8‘ "
b"\x01 yßçöpΑ„,p|ÇÔ "
b"\x01 ŽyßçþrÓŠ§Ñ\x12 °Õª· "
b"\x01 Žyßè\x07 qû¡\x1D dƒ×6\x1D w "
b"""
\x01 Žyßè\r r³…\x08 Ð_\n
Ž\x16 }
"""
b"\x01 yßè q…“¹cú¿ "
b"\x01 yßè&rŒY¤\x12 ¸fS… "
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 ‘+öíis„¯PoGÃ\f\x1F ¼ "
b"\x01 ‘+öí‚s9¤F ºgHʯ "
b"\x01 ‘+öï~q%¯\x00 ˜Æ¶\x18 “7 "
b"\x01 ‘+÷\x11 %p‚¨ \x7F ¾ÞÙ¡‹ "
b"\x01 ‘+÷O«sm˜û"\t ßð>L "
b"\x01 ‘+÷Pås}‚›oõêTZ; "
b"\x01 ‘+÷§ÖrS”\x08 шŸõ{Þ "
b"\x01 ‘+÷¨Öp»®\x01 Ñ"¢\x12 æè "
b"\x01 ‘+÷©Éq=·öjàiâ®0 "
b"\x01 ‘Ž#…·rƬ09p\r %Ó± "
b"\x01 “ªâ\x18 %~eƒÏPêç[÷— "
b"\x01 “ªâ‚\x00 }´½ÒwÊ,ƒ "
b"\x01 “ÎÆ‘V|‚¼‹ä8½Q„ "
b"\x01 “ÎÇ¿!|ΛÈ?]'ú\x06 _ "
b"\x01 “ÎÈ%Žtá„ÄC Fü. "
b"\x01 “ÎÈ}ôw$™Ø»*¶èÌI "
b"\x01 “ÎÈðÁ}ê·u¦‚6ÿÐ "
b"\x01 ”¬.M|áºÔ0Ó\x14 „\x13 "
b"\x01 ”¬/\x12 Gp\x16 ©\x12 ëá\x14 OM "
b"\x01 •@£ôÝqjuÌ¢Úu\x15 ß "
b"\x01 •@¤C`y1–¡¡çü\f (ˆ "
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 •·pX»}\e ¶Oûvf8g\e "
b"\x01 •·qïŽ~a†¯ì-j\x15 þ… "
b"\x01 •·r™\x00 |S³³ð3eY\x19 Ø "
b"\x01 •·Í:—y%„\r $\x7F ÃâÙ "
b"\x01 •·Í\x7F ÷w”†Êò(‘¶+j "
b"\x01 •¸ Nÿy\x06 §ÂÐ.ÍE¿¢ "
b"\x01 •¸!\x0F ;q¼“d²^ûÑ9a "
b"\x01 •Æ€‡o}ĨW%'Y]“\x1D "
b"\x01 •ÆV=rv¢2x0î,œ] "
b"\x01 •Æ‚&Öz\x06 ¬?»_N7˜æ "
b"\x01 •ÆìÁR{³¾ÁÜB“S\x14 "
b"\x01 •ÆíUívf´.\x0F "»\x1F • "
b"\x01 •Ìù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 •õKžÝpl®ÿ³èÊ«ŠK "
b"\x01 •õKîHr\x12 µ\x06 m’\x7F £*ò "
b"\x01 –l*çv\x17 ½vÐô\x7F ‚”Ö "
b"""
\x01 –…ùÚL}/¬éîLYP\n
S
"""
b"\x01 –…ý)—|\x06 ®Rç¨;:N5 "
b"\x01 –…ýV®w†®\e {ôÀ×é "
b"\x01 –…ýÃ~e´¡¤R>ȹe "
b"\x01 –…ýÅóukŠ\x07 Bë–þ\x14 D "
b"\x01 –MÜQp[„hkƒÈF "
b"\x01 –N×t~\x16 ¨\x15 XG›G\ê "
b"\x01 —4V@Í|¯Š<+\x06 ݘ\x11 · "
b"\x01 —›}\e <|ëµ\x10 üùI»…X "
b"\x01 —›}“®|_£tyk9×[3 "
b"\x01 —›}¼Ðp(š¯_µ!Àóù "
b"\x01 —›~2]q¦½s޾WËq] "
b"\x01 —›€\x13 _w\x12 £ÚêX<¨Â: "
b"\x01 —›€|m{W³EW@)ÿ\x01 | "
b"\x02\x15 A!’æJ0ŽÉ:n:Jã\x10 "
b"\x02\x1C ßrîŸO…ƒ&ÕŒ¶+óË "
b"\x02 0Áä\x1A tNM¹Œ>\x04\f ¥Ë³ "
b"\x02 ?+£®¯DR‡=ZLBg\x14 É "
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"\x04 'È\x7F ÀI²ŒL•¯^`uö "
b"\x04 šM\x7F yÉKþ„\x13 tEœ'\e Ž "
b"\x05 a\x08 œ¢mIY¹l`\x08 È¿Â2 "
b"\x05 þ¥ù\x12 ‰DÂŽz\x18\t Ú\x03\x06 C "
b"\x06\e O5RON§·'=í\x14 D\x11 "
b"\x06 ®ºÔóªFµ·Ì/¨›\x06 Ú "
b"\x06 ¯\x06 ©D»½jS[…„ý• "
b"\x07 ^ºwdìK°:-\f ùûê¤ "
b"\x07\x7F bðØ\x1F HWŽà\f\x05 aQëP "
b"\x07 ”;ã£-Np»\x19 9%I<R\r "
b"\x07 ý—á´VJÚKªsâòe_ "
b"\x08 d’\x14 bÄC\x08 •u\x11 œuP<W "
b"\x08 u*\r 4\x0F E(œmËFÄ/(þ "
b"\t \x1F þ`õBm´šÅ/)‡Bš "
b"\t ·Dš”¾Iów¢Vy¦€ "
b"""
\n
OíZÙ\x08 DÆå_\x13 y%œ
"""
b"""
\n
yKl»Al¢ú—¨9‡\e ³
"""
b"""
\n
ð\x10 ²ØgA\x0F Vo\x13 iR|Ï
"""
b"\v\x15 9…î¦N\x11 ›â‹\x05 Uú2 "
b"\f ¶5€y(A¦«âïY\1|ê "
b"\r V‹e\x03\x19 CS–Ò~\x15 ý\x19 5w "
b"\r „Ëþ\t\x1C H\x01 ’6bbéq]\x1C "
b"\r øiƒÅÔM\x00 …”‚àŒÒ\x19 0 "
b"""
\x0E ´®®'èFn™¶\n
z¹¥\x14
"""
b"\x10 ;Ír¾À@½U£n“§ûã "
b"\x10 \:)\x12 ‘O_¾5“G³œ« "
b"\x10 s{¢DÚL\x00 ‚›ÊëîrK8 "
b"\x11 m¥[øØNϳwgžÈ–¦Ú "
b"\x11 ~0\x18 ö=DÂ\x10\f º%\x1F :½ "
b"\x12 _IŒ©EJ¾Ú·Q7¾\x02\x06 "
b"\x12 nϸ\x1E K1€ü\e OïJ "
b"\x13 X\x18\x17 g}N‚•Ì+D“Lʳ "
b"\x13 ä\x0F ðLsCô¡€½ÐÌ–h; "
b"\x14 #x¬·„E›¶(\x0E\x16 bç\x10 @ "
b"\x14 V¹øjœG\r ¬\x13 R•ÇßÛˆ "
b"\x14 ³¤Žƒ Ht˜Øäñ^ºà{ "
b"\x14 Ãn[·RFý¾Í\x16 $\x1E æ6£ "
b"\x14 â·¾P,F"‘»”ŽZÕ¶x "
b"\x15\f ½SíTEµ[¶h, \x04 \r "
b"\x15 19µc(G8¤áSþ$›W "
b"\x15 h\x03 üÙiCÀ¥Ílp¶Q\x07 A "
b"\x15 v,…Ü<Cȱ\o\x1D ýzÑ "
b"\x15 ‹\x15 82Nƒ”ã}Oéª\x10 7 "
b"""
\x15 ËÅ‚\r žC\x1F ·—\n
Yž¶»?
"""
b"\x16 8¦!Àè@¶ý‹Õ‚\v ©M "
b"\x16 ÁÉ\x07 6—F€„_çƒDjBm "
b"\x16 Ç\f ˆü|I¦—\e ¾Lol\x12\x19 "
b"\x17\x1F ‡Õ½)@¿œ‚ƒ!þ˜«Ã "
b"\x17 cQ\x0E\x05 …IO¬õa\x18 Ž\x1E ƒR "
b"\x17 £JKˆÃHq ²Í×´Fyh "
b"\x17 Às\x04 ![BkºÇÆ*Ý\x06 ¼Y "
b"\x17 õ70;¹N ¥\r 6\x10 a„Xt "
b"\x18 [\x1D w®ÜDù‘TÐ\x13 ²2Ñ\x02 "
b"\x18 Šìº£öD~§%ÉÅN„’I "
b"\x18 ûƾ\r KN˅Τ&0OzÇ "
b"\x19 JæÝ(ÖA•Ž£!f9Ï ð "
b"\x19 d1*¯HΫýÒÈé…Ñ "
b"\e\x1C ¡nqí@©œ®¯{xéŽ "
b"\e zÄ>¤-I뾡!Ñ\x00 w=® "
b"\e ™û)NÿGH¢\x1D Ió$ÞE> "
b"\e Ø\x7F [˜\x0E Os’Ë5ïBZ\x00 / "
b"\x1C\x1E üÏ®\x19 HLž¸“\x02 Ì+ "
b"\x1C )ݦÂ\x10 Gò½†e™7¥\x10\x0F "
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"\x1D ‹YJ\x18 £G“¢w¦\x1A æ½² "
b"\x1E\x05 Š\x1E PÀLr°\x0E hû\x14 "\x08\x0E "
b"\x1E µaZTrLr²#Æ:7É;\x18 "
b"\x1F cM¡’ÄHE²ç÷xp½Ìæ "
b"\x1F ¼\v ]ÐjFö¹N¥\x1E ÷Ž/ "
b" –Ïw&ŒI֋߀/.s" "
b" ¡:;lmC÷‡\x06 HqËÓJ "
b" ¯âvò\v Aì¢5U™z\e ľ "
b" ²ÓWeÚMH´Õ3öÒã\, "
b" þÝ2„HAo³’KÏ‹S\p "
b"!\x1E öf‹HO᎗yº#µ,\x1C "
b"!RVº|\e Lé¡#\x17 Ê#&±Ã "
b"!U`Ý6ÑEQµÅ‚;;Ûþ¿ "
b"!ïû“°-OVŽ\x05\e\x19 }þ\x15 : "
b"!ô‘êÛ@öWWóª§_Ê "
b""Êg¸w9OF¼^Í4…í\x08 t "
b"#¹ÈʺpL}§Wc¸âJ~ "
b"#á‚ì8\x18 Fü¨âRÓH\lý "
b"$3"3¿•BV…«¹ %åÅœ "
b"$Ÿ\x08 —¨ßDX¤}\x12 ¢¯\f —\x07 "
b"$ê\x08 5,ªGd\eWoõ "
b"%\x16 Äu\x10\x05 Mb¡&!\x10 ~Ÿ=7 "
b"%9)„¸ëIꎦ[#Öê\x17 I "
b"""
%Uu\x13 3ÚG%ƒ\n
I\x15 &€9&
"""
b"%qëXê¾@\x1A ¡Iî—N\x08 >œ "
b"&\x0E\e ½DJ%›êy<&\x1A Ñ… "
b"&ÅNDË\x7F E]'È\x15 ¹§>@ "
b"'käl‹;Frž\x04 Á:\x07\x06 K\r "
b"'Ê‹Ú\e ¼J¶“'‘{žBÊÅ "
b"'æƒjÉ4Mä€U©²"bÆR "
b"(Êð\x1C \x01 IÛ²´–aё㖠"
b")\x00 J†>BØ 4\x01 LfäÃ\x16 "
b")&\x04 ”’üF6’»\x11 "¤ ŒÐ "
b")°Ì.‹@MÙ\x16 Uø÷°ó "
b")»|P&¾M>ÇM\x16 €ŽFL "
b"*6\x13 ?E0H=®w\f …\x02 -)ã "
b"*¯\x18 §ýJ`“·oÊÙtÿt "
b"*¿îøOuMú‹!\x03 —Ai\x04 ; "
b",ñœ\x05 ÑoLn†Ü ˆâÆ™P "
b",üÞôf\x15 GµŽy}à7ñp8 "
b",ÿ¤«N\x01 Lɲ¶WÚHiIË "
b"-…ÕVâE_íõy•\x03 "
b"-¹œ>„¦@gÓ\x13 m&*À "
b"0#¶+FGBÒ²ö/Ã;Ü "
b"0SÁ\x16 ÂHN»HÇ_¼µ\r ý "
b"0ÅkÇÞÅAìš{ÛÞÌÈ.d "
b"0÷7Ý=5L!²A¸ ¦Ý´ª "
b"""
1\x0E X\n
-)M\x02 ŽoðBê\x13 "\x1E
"""
b"1`÷•›¬@ç\x14 ÙÄIÝ\r í "
b"""
1Äí“íýLü…\n
Cƒ<«é\x17
"""
b"1ìÑÃB˜M\x02 P`4\x10 t& "
b"2E\x13 ÐõXI\x1A ±•+\x1C ›h©£ "
b"2U0V6_I¬®\v I‰F„I1 "
b"2tãû¥Aw•eÇbÊæ "
b"38(]ô‘Hô%€Aƒ¼õ\t "
b"3ÔÛS*ïJɽ¡$ñ~„sz "
b"4\x1C ®„4>G\x14 ˜Ž\x0E ½WFR— "
b"5_\x05 Þ\x06 »I²·Z\f "\x08 Uà2 "
b"5~ˆõ²ˆNǵÁ“<ÁÞ "
b"5¤¨ ’çIÚ®í˜6¡”\x13 ‚ "
b"5îÙ\x11 A˜DS•î\x14 »½NÐ} "
b"6Q—exB@¦’\x7F €T3ýOû "
b"6’\x1F w™HNjQog\x1D *Â "
b"6æuD\RJlŠV{ï"\x1A "e "
b"7\x01 ÉöâwCB²#ÔÍ&£tÏ "
b"77á1O©Hëžc¼<iž3£ "
b"8\t QDHmA»¢\x14\f âït0\x02 "
b"8ÙMØÂ¬Fº†=io‘^Ï "
b"8ÛF(ŽÐB\x11 Ÿd¡Ÿ1D\x12 Ö "
b"9Ñà\x11 t’Gº«Å!ÂÒWŠ@ "
b":\x00 Ž\r E\x1D †\x07 ~Hh·2\x14 "
b"""
:@Í1_{FŶ\n
ZZ@\x11 LV
"""
b":B€ÏÎäJÔ·UCöNMzâ "
b";$ÝP-×L½Ÿ6™´ýºWp "
b";i\x07 ¼~œGN¨f—¸É«Ô‰ "
b";ŽÏ³<~C‹¿÷}\x07 Ïv^¬ "
b";×gh88NE¯Æ)•/âK< "
b"<\r ö.\r \x00 HY–wð\x02 )0á» "
b"""
<8\x08 À\x07 ÍAF˜JîºÎ\x02 \n
Ö
"""
b"<pìz\x07 E?Šÿ=K¢¤w‹ "
b"<Ææ7ú^B(‚òèá\šû\x16 "
b"<ÑXæ\x1D BȘ\x1A É\x19 ƒ\e A "
b"=O;‘§‡A\x02 ˆq\x0F\x04 š”nß "
b"=^F¯’\x7F K\x00 £=è\x12 U&× "
b"""
=ëå–sgFžª\n
ɨ\x04 ˃k
"""
b">Ô\x15 Ò\f\t Là‚§ÃTÜ'áÍ "
b"?;Ž#’QLƒ¿<x\x02\x08 H¯è "
b"@X/¶µ\x18 Eñ‰Ù‡ˆò¢,õ "
b"@†Zz‹J}¼,óû¿7\x11 ù "
b"A\t <V}\f J£µ\x17 “\x17 !xûS "
b"""
B5Kzæ\n
H`‰ÅòVû›Õµ
"""
b"Bÿ2¥AÔMñ—ÒALWs»© "
b"C\x10 ±*ý$Jk§¥\x06 h(ä\x16 ý "
b"CG\e ÏÆqIö·`–õì\x13 ‡ "
b"Cš¦AÒÒF[¥bFPdÚ\x13 e "
b"C´Mš—·D¿Œß_\x1E YO}\v "
b"CÅß…ÿ¾N6—ÑÑ\f H|þç "
b"Cúp¸œ\x1C Kéª@¯šhä:a "
b"Dµk\x12 š&J·®%\x19 î\f\x18 Ô6 "
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ÞC\x14 œéLª+P.ROà' "
b"Fü\x1F\x16 ÈeA\x1A ®k>F—Ǫó "
b"Gš•mfàI…¨L8àÄÞ "
b"HmÖÒY‚LG ¤¬\x02 4úã× "
b"Hе\x02 I¦Oè²— \x18 yž‹˜ "
b"Hø#ŠH\x15 O½·Ö\x02 ›ŽeO© "
b"J£\x1E e‰öK¨‡ÈR~D\‚ "
b"Jª\f —ª”Cؤà{úÞ`DÑ "
b"JÞl•˜RM\x19 ¸ªŒ\x1C Òû“$ "
b"KTõÂ5AH6¨õ~\x08 F\x7F p "
b"LS'wk`N[¯š›ÿbn"» "
b"L’÷Ö8@I\x03 ˆCÕWbþÂ "
b"LµA†1«J™”h\x08 ãéÒÎm "
b"Lô\x10\x11 H_Fž€ÆZ.vI– "
b"M\x04 Añ “Egˆþ\x00 š%SÓS "
b"""
M\x12 3‡"vDðŽ\n
\x06 ”\n
{ÊE
"""
b"M\x19\x13\x11 .~I\x19 †²L\x17 “\x04 Y "
b"M\x1E @\x17 8GLÙ·CG‹¼\x00 .ß "
b"Mç\x02 ÀjG\x18 ¿\v ÚA<\e ;¥ "
b"Mþ#\x01\x18 ^K=¤È,¤•ÑzÔ "
b"N-U\x1C ,ïD\x18 ŸE\x08 ü’ÈÖz "
b"N½†Ù2JÚˆs\t Üö|\x1F f "
b"OÀ‹\x1C ‘/H½¿¼FJ\x03 týß "
b"""
Oûz4‘ùCr‰²¸‚<O\n
·
"""
b"""
OþOä\n
\x19 Cª––Uʦë\x03\x05
"""
b"PN-\x13 o\x07 L!„«|߇YÁ6 "
b"PNÎ âŸDù²'–…^ì6ð "
b"Q,\x17 /\x04 ƒDâ¦Mèv˜)hC "
b"""
Q»"Üš\n
N\x03 ŸŽ!y~M\x12 ä
"""
b"R\x12\e E˜CŠ“Ûƒ‹P ] "
b"R\x15 ë̲M\x1D “ZÀTƒÀœ "
b"RºlÙUÌH ¶\x18 ¼\x15 –4·\x15 "
b"R½W\x11 \r XL¯ˆ8\x0F "v±¶… "
b"""
RÌt+ä´B<«'¦\n
µè\v ‡
"""
b"""
S\t +|ô®B\n
€§Úø¹½º
"""
b"S\e Ž\x15 CÎHp»Ù>ð»’\r ž "
b"S!\x14 ýªÉIW‹É—\x1F\x01\x04 “ "
b"TCô\x0E ™\x0F @šŒC°‘\x05 ;aÚ "
b"Tdí½^ÃAD—Ó\e PÏ*,‘ "
b"T`W¸Mcát\x17 rße¨ "
b"UÝ~ZJ¸Jé™_Hq"$1 "
b"Uà\x19 §øøK…»ƒžx©1*ü "
b"V²ÂG\x17 •K\x01 ¸£\x10 GÛ|’J "
b"Vç6ôRßL•°)ö\x1A ÂÝj "
b"W/±s\x01 óAW“àtø\x19 è‘Ô "
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"Y\x13 ÕJqdIx„)@j\x1C C\x1C À "
b"Y~/Rg§F ¹1–\x16 óœÞ "
b"Yï“\x06\x04 •@¹¡\x07\x15 åÔK\\x0F "
b"Z¹¯pX!IŽŽs]™\x0E åà "
b"Zô`\r µñCŽ—œ\v š\x1C a¶Œ "
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"]ç°Ê‘–G\x1D ‰Ð2\x01 weeº "
b"^`vÃé¼KŒ:Ó–c<\x06 « "
b"^ˆ\x12 C·¹N꽂ñ÷xŸT7 "
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"`dW\x1A ³\x07 Izš:\x00 Ïßsði "
b"`®T2MÜ•“sy¡*cÜ "
b"a£D¶\x0F L*ç¾fU\x05 øn "
b"b(ÍO\v 8K¹¾\x02 Õšüî}® "
b"b?ÝÉ\x1D —E) —}‡¯îË\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"dýÓ9 pK” ’\˜Û3и "
b"e\x10 /œ‚ÍGÓˆ»‚\x02 ¿ùȺ "
b"e\x11 [¢tBý¶ÿ\x02 ü*\t cS "
b"e%àø–DO¾têÆEÕôí "
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\x0E ¿UÃDõžkâð™µ<Y "
b"gb\x19 >Ń@¶ Áâ=#éÎÖ "
b"g¬õnû0@L¯mæIó“-B "
b"g¯™™}¸J(§\x13 ¦xìçÓ· "
b"g»4h\x04 åLœ¡IÊ—\x01 ‘!å "
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"kCog\x15 _EþˆîsN±×á "
b"k¸êý\x05 GCħ—ê€]¯5x "
b"kî¯çëæE\x1E ¯„÷\x1E ˹æ "
b"lF&„\f yM;›Ä}\x12 ŸŸŠŽ "
b"lQ\x01 òAÓHA¾ÖV@Ï”\v\x01 "
b"lxà)ήJc¤¹æ\x18 â+äè "
b"mˆ€]ysN}Š:Îc\v NZZ "
b"m“lãr…Nj“\x00 ¸)=Èíq "
b"n$Ë+\f ¢Mû’Í4ò\x16 ;!a "
b"nZa¶`|Lç‚\x06 m…ùçgÝ "
b"n\7ÍákGÞŽK{Nm}è“ "
b"nq\x7F\v\x16 ¾Hó¾ÿ\r %™7U\x1E "
b"nÓ˜ë^'F\x18 Æd\f ?%‘Œ "
b"o\x0E\e Lž\BRºšªm¥:Õö "
b"o\x1A \r ¯¶ãO\x02 ™kÉ\x1F qHuƒ "
b"ob_y¯ˆB ¡¿ï\x03 Y\x1E «~ "
b"oÕI¦i1Hû¨¾=ÿqH|] "
b"p#-@\OjÚÝf<ñgµ "
b"""
p€\x12 \n
‚Gë«b,„©À\x11
"""
b"pÑV.¥\x03 L±Âp9VÃ,b "
b"q\x03 t\x12 ú!BYóIéÃl㣠"
b"q#<²\x08 þD4‚–Ã\x00 #Í\x16 ® "
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æ\x02 ÑØVHWªpî„Iöµm "
b"rûýà\x0F ùF.§\x0E ¸î<\x1D až "
b"sFc–§—EȱKVþž§-# "
b"sÉ诂nOlƒ\f ¯\x10 V\f ]1 "
b"sÕyûö{HgŠlÝðÂÔ\x00 á "
b"t+;\x00 œUH[ŽË[oƧ\f ¾ "
b"t^Ú!\x08 ½C¾‚4^°\x15 ª,G "
b"tþx\x1E `\x00 F÷½™¼´ûI-1 "
b"u\x7F ;ýaêDÒ”mšƒ5>{2 "
b"uðT"×"@͉7\x18 íè\x1C I "
b"v2\x12 —·µI»‰É<F\x17 Ѓ "
b"v–¨áóªG\x05 $¿ÅBô?[ "
b"vßl\f ;/B\x1F Žç™_Wˆ\x00 U "
b"w\x13 ›\x07 ~pHzˆP†@&:\x1F "
b"""
w#×ü’=L޵^êÅ\n
™·\x1F
"""
b"x`(žUF㜰\x03 ~å–\f š "
b"x{ÇÏÞ\x05 D‰¬>´øév²´ "
b"y\x10 %Ž6¼@o¹rÎGæê\x1E 0 "
b"y\x11 “t\x08 èC=¶\x13 |\x15 ðBMŠ "
b"""
y\x19 :C<B¾è4p\n
ͼÈ
"""
b"yw¾Ë\f ÓC\x1A “w(Ïx¾Xo "
b"""
zÍ%qâmNæ\x04 ¥]\n
S\x11 §
"""
b"zÝÙ¸JEHÔ¾³R}ˆ0 "
b"{_ón¿³C½Ž³á1DGX’ "
b"{çxÉ+ÅK¥©¸ûf,¨T\x04 "
b"""
|î!\x12 ’×Iʉ4¢æõ\n
ÌF
"""
b"}~>°Õ!DN‡\x05 ý\x03 ë¼U» "
b"}“\x15 "\e\x02 GÁ‘¢7òß“\x06 Ù "
b"}»ø}.ƒ@\x18 ™%O¡ö´ø "
b"~\x19 ÂÞ§\x13 @$ÊÜ^¯%†¨ "
b"~#Úˆ³6@â«»\x07 ¥?b{M "
b"~Ô‰îqƒJ–¨åq¸\x01 –Í\x7F "
b"\x7F ø…X\x19 ëB\x01 ˜[€o¶\x01 -N "
b"€ ô\x03\x15 çD9±”½#؇LH "
b"€É ^ö@A—28úÃâ„S "
b"€Ü_ôN\x1E Hâ”Þ\x05\x03\x11 õ~ê "
b"\x17 Ú?ÛGMo}xÚfŒúS "
b"5kâŠÁF4»Ûâ¬ÊôS¯ "
b"‘Náb\x04 E\x04 ™Î—vhýa "
b"Ñí×)\x16 O.³t·‚+ög³ "
b"‚\x11 Ué>åD¹ª\x04 ˆOìÛ‰´ "
b"‚Âç\t 5ÛI.¢bÆ`š“î› "
b"ƒ-{óð1A„˜t\›VQ»† "
b"ƒIC¼¸ŠNJ™Ë9àõ\x0E\t T "
b"ƒLfÌsêDp¤Ï†\x17 ¶cÅÅ "
b"ƒš\x07 Ü·@D\x16 ‹’Z€ÿPï6 "
b"ƒæ±»k[Dõ¯‰ê\f w8@Ý "
b"„\x1E YiAnO\x10 £Iõ7\x1C ö_Á "
b"„x†Fï:M\x03 µM™öxÿçû "
b"„Íñp]´G\5Ûd\x1E Où€ "
b"…8\x08 owkAû¾§\x11 Çk’Lø "
b"†\x17\x16\x05 ÖÞ@¢¸¯«\f *+\x19 Q "
b"†R‡åážA^žwöʆ" "
b"†Yc/MEš„r«Š\x18 ÒÔ¶ "
b"†zí>ÿÙHÖŽªª×¬SØÚ "
b"""
†€\x13 (õ<M˜²×ù\n
–¬þ@
"""
b"‡aðIî\x15 I\x7F ±‘ŽÃKý…˜ "
b"‰\x13 ‰Ü£OE¸šþ¼ñÝWÈ "
b"‰\x17 DŒKþK\x0E \x08 ¸+ù\t ú "
b"‰©\x1F ŽúG.§@Zõ;Уš "
b"Š\x18 È<èFAº³"u\x1E -\r ÒB "
b"Š<‡Ê\x13 &G‰µå-\x05 ‘!Ù( "
b"ŠŒþeû\x17 JC…bœÔXq³’ "
b"‹\f èC.\f Hç³È‰X|Ö?ô "
b"‹N/w¸GÚ´¾¥-ä½ø "
b"‹ør\x15\x1E ¥Eœ¤I3{\x11 ²Ó\x14 "
b"Œ\x15 éÁ\v ¼M¸¯ôÓeííxÛ "
b"Œd<†|ÚGì³\x13 JËŠÅ\x1E § "
b"Œó×ktO§¦lJlo‹ "
b"ŒÚ6¾‰ùH\x1F ƒ\x08 ‡\x1C {\v 3‡ "
b"Ž\x19 ¥c·\x19 B!›\¯X´.^8 "
b"Žü¼\x00 OêF"¢4\x07 b5úË/ "
b"\t É‘-íLVçsþ„çž "
b"Ž2Eu[¶E׸é\x13 ±`õ¾\x05 "
b"¾gÖÿ³M³ÖJ¬)äÍ\t "
b"ìaÅFqI˜™úöó ûÁ¨ "
b"\x12 Ó›4HAÕ±F\f 4Fg¾ "
b"Ot\x0E\x10 B\x1E ”껜Hæ\e œ "
b"b#,µ\x1A HS½øinH\x13 9/ "
b"v\x04 \r aA\x14 €…œ\x14 çIȃ "
b"‘˜Ýø3\x1D OŠ7ÍmÏË\x17 ì "
b"‘â¦r áF=ˆÿå_‹\x06\x14 "
b"’‡"´¤½@è†ØÒ:ÀŸ–Á "
b"’Î}@hñG\x01 ¬%¤á9âI "
b"’Ù‡#9øCذ“*lÑ\x1D !ï "
b"""
“\n
Ô»Á¬G(³1Ãø\x01 4É2
"""
b"“6+»MÌHš¦á\x1F ÚP°„: "
]
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 , 0xF67FD7FDCE774C809F3E56951DAF80BA , 0xD05BE35BBA594745A1D4CEB2319BF475 , 0x0FE89B90020044F0A36CC299239182B7 , 0xBD02287121BF438F86C79039951C1298 , 0x98EDDE5878B34168B37BDAD810411AF8 , 0x0AABE1F186C844E08845E6900600A01E , 0x2587EB0165BE4F8181F4220D6E3A8FDC , 0xDC0A770D6BB54757A3195A257AC915D1 , 0x21D7220691BE435DAD3D3F22162247CD , 0xBAF12A9E459E43209394443FC0939672 , 0x018E79DF485F73658A45B89ADD5BEFA2 , 0x6803FD7DAF8A495A8927B495B1CD18C2 , 0xFE0266AF7ABB434DBA6BDC52A21A818E , 0xD12DEA57CBA443DFA6C2342399C622E3 , 0x244865B776DA452787163C6E585C2F1C , 0xB31E4D6FF3924C1B8299E7AB6556CA85 , 0x0368137BE256468CBC2572994084893E , 0x159EAE9AF64F4DACA91F85C02D8AA091 , 0x5DBBA6D9B64F4895AC3EC6E2C600EA5D , 0xA3E325C0498B4A9086030C947A90CFB4 , 0xA6F17CF3CDD94463891B9A6634BD84B5 , 0x0A2823D99C104B65AE6E169277A1EABA , 0xAA8FD82FC1B64F39BF5A5F098B0F64C3 , 0x6AE943F86F0E4073AD7A49DDAC8620EB , 0x73FAAFD9D2D04D3A95D6C8C8DD0E0CFE , 0xCBE6FFF377034CD1AFFB3B6732F4688A , 0xCEFDDFCFC3444B9A92208E1E004AB92E , 0xE61CC919A1D740FB9A060A6955C6A27E , 0x018E79DFE8DB735898BB23AD62D1F2FB , 0x018E79DFE8E3712EBADBEE6690F1E4EB , 0x018E79DFE8E9720B8CD133B277C9BB00 , 0x01912BF68F5A71E6AB4943FD471A1D74 , 0x0F8B02009FFB4468967DA83F7705EAA2 , 0x3B3C67F713A443208A0EBBCC668AF1C2 , 0x576651911BFA4ABE9CDAE5DD9D69B6DF , 0x628518D632514FC4AE9787AC027D40AB , 0x9265AD8B66E74156A69934C3A284F8AA , 0xB7800A0216F648B28A9ECEB1DAB9B521 , 0xC240264AA8514B2CAC11DE729E635B5D , 0xD39560295CC8460B9FF4ED0A011034E3 , 0xDECAA2D28E8D4F639DA1D1E1AFB28051 , 0xE61CD1BCB8794BBD93F9BFD3C4FBE723 , 0xEDD87A5606254E8CB903AD065E0CAA6E , 0x0CB6CEEE99BF49DA872CBE3F2E992296 , 0xB6A40DF769C64552ADC4135C298C4646 , 0xD8A3F0B3BB3E44ABB65F07EF3BF338EE , 0x018E79DF44E47150BFCF1A6AB2019711 , 0x018E79DFE55073E9B867DC8674816684 , 0x3CF62AB1B0C64B7E8BA6C7A95E61C741 , 0x69BC588867514744A8D6609E0917687D , 0x8465A5EA9D6948FB8737660B029FD464 , 0xE111A7F5DDA04026AEDBFCD856C18322 , 0xEF487C8EFD044ACD8F192715186D5D8C , 0x2394085C2B9442DCAE7F310BF8EDC888 , 0x55A25FB5EA0A4F2DB5AAC1DC064010B4 , 0x87BFEE8B1B634B3FB774F9F1D37295E0 , 0x1EECBB48A8B9444AA181E3E802D54927 , 0x3021C986CF574AB49F76FDF1E73A2579 , 0x63AEFB48E9EE45A4ACD271BDC90F49AF , 0x6A2F37A1F722463494BCB70BE410C238 , 0x7097033E14C5449F9685E468A05F19D3 , 0x71D39B2308EE47819E61B68E2B040877 , 0x762FCEF5A5CD499D98A5272048C74C53 , 0x8F255019D86D4D018D1AC4806E2F802D , 0xAC9C74EDB361413FA227352B67CD447E , 0xB12FB09364BE4FC4BB7D41BE2EF67E08 , 0xB2B8929977464206B6138D21B324FBD8 , 0xB8D5E32EBBD04CE59754D1342F5EDC58 , 0xC677F2AE58284574AC38F53299A59FD0 , 0xDC765F40234F4510A54E0B29CC718519 , 0xFF9F8333001E442E9ACE5A118DD0D9AC , 0x0590D9021A2D437E859586DC39FECEEC , 0x181CCE4EA98842B099F8FC05ED99414E , 0x30993A93490C42A3BF8533C9A3201CB3 , 0x581E2B7EAFE14A7FAF7179ADF7C545C7 , 0xA04F7705493B443FBDFA94CD998A6A07 , 0xAEF57284D4A242B981CAAEB5AA452438 , 0xCD73F087B9EC4624AACFBB0E93C2F0C1 , 0xE962D0E5E29A4618A32E9AFDB6D57587 , 0x018E79DF4850711ABEB01379F5F4F33A , 0x018E79DF48607343A8BF22B69CB1254F , 0x44850D7175D04A28B6682961399F08E2 , 0x4808C681ED434535AAE1E7A3DF35D356 , 0x56A5163576AD4405989A7A3810369C12 , 0x6E5B57A292CD45058C97B03ADFA67F31 , 0x7F9EF54143DC4CAA92C88A159528A50E , 0x8DDB32697962456FB45CFA08EB7D1C05 , 0xA3979FDC15E04C9391FF0417AD8C0BAA , 0xC45E49769CCA458CB0067AC047819127 , 0xC8AE0272E4B44BD79B88D1D9EC933C77 , 0xD71FD1C0F3044238A2F6E89432F52ADD , 0xEC6497CF024B4958B1A515DAAE4D3AF4 , 0xED09A46F9C08405F9E95115C5561A692 , 0xEFBC4D519FFA4BBA8A6C86A6F6A7E6FF , 0x001703C2565C4F7690E32ED2B9471D06 , 0x018E79DF4854701EBA6433492CF45CB3 , 0x018E79DF486171DAA6AD3CBDF6C9171F , 0x018E79DF486B7246BC7A350C206C5DBD , 0x018E79DFE8957176A4755AB779DE61BF , 0x018E79DFE8F67190B6C715743320A646 , 0x018E79DFE91372ECB07272022BF7440D , 0x018E79DFE9467344A21FE36149821DCF , 0x018E79DFE96373438010907B1702A510 , 0x0191EA39640B7F868AA769993263F145 , 0x021461F43CA14EB0BEC76845F6BCB28A , 0x07A2211CB96B46069456E243BE6CAE6B , 0x09C54FDA8EA641C59CC87D52FC324739 , 0x0AFFCC32FF6D4DE681A35A0A8E30AB1E , 0x16BA62CDED9C479995A5CFB846CFE70A , 0x36BBDAF4B47442CA9EC3AC3E6918D3F1 , 0x46344A8C0AEC48DA8D580B14862C31A9 , 0x5934B669C5DD46B096E9EFDEB36A377D , 0x59ECDE8EFAD043A990D5E202D74F2BB3 , 0x6FF04BDDADBF401DA7D048E32097FA01 , 0x7341D85F1ABB46319FA488408EAEE117 , 0x762742F76C6B4A49B041675626302857 , 0x7CFC02BA9DF541FD8B2E337379005031 , 0x7F162DF8E6BB4D2BA52E9DCF44B174B6 , 0x9F84BF2C32FB4FB7B90E661E38EE52E3 , 0xA1A7096C0C684C3B9FBED55EDF36C5EE , 0xB1D32AB976FB414A90496392F59407A4 , 0xB4787A085DB6488CAFB726A7A3918D0C , 0xDBC4BA4AAC0E4B809CD161A32C22325B , 0xDEA6AB8DC0324356BD716730E1051CDB , 0xE0AD1D9F5DC240E8A3168BAAFDF4539D , 0xF66FB69472C042CEB6FB7E4C3FB5FF3A , 0x018E79DF472370EDA52820E7FA097C61 , 0x018E79DFE89C704BA48CE291076A92F8 , 0x018E79DFE8AC707B81955B6961E9FF86 , 0x018E79DFE8B87330A21778CF8C4B6CB0 , 0x01918E22751F71EC9A9B7D327F1047F2 , 0x01918E236CB0711F8B575322721CD5BC , 0x01924C89F85E717CAEA4BC3751289A56 , 0x01924C8A2EAD7B789C11CC32C0856EC0 , 0x01924C8ADC957EF1A1855A8C61E646F2 , 0x01924C8B034E7FDC80EC706DAC6612D7 , 0x020BDEEF47974C0BA6B5D7CEAE98FF6D , 0x03A6A1AB60FA4B0081A76BC67E4E53CB , 0x040520505D214C769DFE3C4A4289B77F , 0x07A80140CE2847DC934F6375C424B913 , 0x08B71D8B7CAB430F96D70F255B444904 , 0x16694D9D8ACF4C9BACFCF2F09C529B18 , 0x190050C98AD041E2BC8D442A5828E849 , 0x1B0582DEF7B74127B88C95156D8F3938 , 0x1DD1E7756F2F42579FE2A9DCB7DFEEA3 , 0x25BEF19E911A4C8BAABDC1B346CF6926 , 0x2802A9B6080A4B35928D6777E8D673A1 , 0x297C71E307C9410A93A4B2EC5C274986 , 0x2A549A4FA1B54452B8E7EC058014D811 , 0x2A689DAF45FD4F3B880BCDA5E2F939CA , 0x2E5C632C262B4884AC5955B01EF1A3FB , 0x2F16C5648A54400EB4533F0C2C5F498E , 0x31741A9A1C0249F8909DE3DA76684ACC , 0x323030C8EAA44BF7BD305292B07079C0 , 0x3579D90AB309470894F86235C7721390 , 0x3789CAC828214751BFE852DEC9ED8C63 , 0x4413483E46864961B00335BCD41EF2B2 , 0x4DCCDBF877E546A29B457A8D82B06601 , 0x57AD09B959C04681950549F378FCEA54 , 0x595F0BB0A7CB4CE7B9CCFB94505A0D65 , 0x5B43070F8C0A4AA9826E5164BD55C2FF , 0x5F2A13EED2184142B4B474CECDD9E732 , 0x601EC43B01A14A4C861CCEA0F7C58EAB , 0x619857E5FBBF40E98E0EEE05BBB5B18E , 0x630E1D54CA1C47D6A0FDCEE20FF2B17C , 0x677E020B7E8545F78BA4ECA39A356B8B , 0x6ECE90A4094D4FEABCCD11EEE14E28F5 , 0x71E357A0EF064CF2AA92A4F1019207B6 , 0x7A4BA318777E4EECB82EA310CD4B9CB8 , 0x806430A317AF41C0A0A407F4C5CE9B3C , 0x808CD65942BD44978AB03D673E0D253A , 0x829D8CCBBC514E0691FE60DED1CCA8C9 , 0x870AD22E6AC148FD95F1763BB1D367EF , 0x959390D37C554F83BC33CF3DDB256617 , 0x96E5EA68579840EBB6B847A3D8E2CFE2 , 0x9BBC0377B6844F52A8F300C63BE522D4 , 0x9FEE69DA9BDA4084BEBE19119E865E52 , 0xA089F9E0C80C46FB83951509776C539D , 0xB16252CD85E049129A5D3DE8440923D4 , 0xB966DC66DCD8482FAF6BD38B683ED5DC , 0xBA1FC386C91A46A485F13BD7BA00E940 , 0xBCF8EDA45E2F47F2B080C32C46A21E05 , 0xC3A7CB26AB0445B38822A5F72FBA18E6 , 0xD2AB1C5B82C943CE8878FF5AE8145AC2 , 0xD6C03D55E1E44B979AF9879CF76F3142 , 0xDA5847CBEAB64305BD52137F22FD3B0F , 0xDA8E9769A1D34ED39910A6E07271D6D1 , 0xDC41580E3AC54E07B901FE4C146B56AF , 0xDFA758ED1A2E4B51AF18342E6BA02727 , 0xE39DA5D07C344C22B17FA56D557F0136 , 0xE6E03ACFD212445F99F32BCB33EB9257 , 0xEAB87693CD954BDEAAD07A3E40C7CF73 , 0xF1311D19DB0A43D3A018A3C9D48B8A96 , 0xF76D1E57A5154A9FA2567008D6F20722 , 0xFE7384CFF8FE4A5289FC778CB42D955F , 0x018E79DF446D71D7913927A0595C6C74 , 0x018E79DF48067022ABA966627E8F5B36 , 0x018E79DF4A7A7107ACE292A7F23F0A43 , 0x018E79DFE4D570BAACEA1209920B450E , 0x0191EA39B9AD71319CEE97FE21290800 , 0x0A391FFC44314A73AB46DF4581F9DEF1 , 0x191F2CBA28B1405E9C2DC703E51C38A0 , 0x1DA6B9BB08D34BFC84E319767B970585 , 0x1E65F0825FAB42CB975E5B10313862B2 , 0x1FDBFA3AF3314C70ACD6BA9550C5EC67 , 0x21F4CE027671402A94A4D1B5226D08EF , 0x236D57ED24C9457C920C0FE9155369D5 , 0x258B7A16FF964FDA8A72A1C5D84F891B , 0x25DD4D698C634E158E2C4B5E482AE24E , 0x29A6A387A651407480174F36CCFC1740 , 0x29C887AA711D48E29A39AD66773F4EE9 , 0x2C11D42FE4EE4D7C81E640F182DDEBDE , 0x2D58B21714C64703AF060746F95AB87B , 0x2DFCFA485D4E48CBABD7FF8375337097 , 0x346282C2170D4FB081590E29CBC31FE3 , 0x3511EF478B0346729A556D3B7B03E4D0 , 0x35428A8350B243B28C4121DE07F9C349 , 0x35AC5C610BFC46E487A1F2D487C977A6 , 0x35E0882F6F8746098016A46A84AB893E , 0x36E312D0D66241F69A6EEA068554A586 , 0x37766FA8F84D457ABA9593B1C443F4E3 , 0x380D416E50CF4A579BD8D07B38937B1A , 0x39DE8C3478414848960B6DDD9CD4BC55 , 0x43FBA2DC0B594855A8D8E98BFF482B6A , 0x47C903C6AD114ADEB502EB886032AD16 , 0x4EB857A6B2504EE1B1EAC73DD762DD49 , 0x5289B81601034D2D88CA5ED0A829A98C , 0x540A813E8926498DA335B4D4D85AAC13 , 0x55A279DAA00B4B1BB461113A57961BDA , 0x58155185BAC747C2AEC1C0633A119DEA , 0x5BA886A00582403E9665F19F74D499BC , 0x5D6C5D49E4924808B4C742EBDC04974A , 0x5ED83B20509F44E29414F64CD4A2F6BF , 0x5F9E18DC941B4983A09D904FBBD2AAF4 , 0x6161C3AC1B684E7CA53B26E1DD93C8A3 , 0x6995C7BC6CF4464E81C808818CE312BA , 0x6D183050AE5A4AB28C002744E8532606 , 0x6D5D970238A54E01B18CE916A8694A2A , 0x76B397ED7FDD434B87076B82E0011D31 , 0x78910B5E204149BBA85D3461C7036911 , 0x8258AA7D34F94F4FAA90789F017C0FA8 , 0x874ADE7F87C0493CB2ED693A95651303 , 0x8EA3FB98AE2A466984FB834213231CC0 , 0x905CA44197C444A3A55E4BAC5ECA89BC , 0x919EA07460154555820A791D198DB3F3 , 0x95FB1AEAF69149BE93742C5BE5939582 , 0xA1AC87F7B4964ECDA79720A3C5C74F49 , 0xA2684B26A7A94ACFAB3329BA13662E38 , 0xA7638C5D1ED24B9EB2048B4011998BC9 , 0xAC173299DD7540BBAD041B5CC55585A4 , 0xB42C390724AD4B66BEB0B5AB2933B98E , 0xB72D665A6BF54DB49E7618E0F53E2634 , 0xBA41CE2D22DF46DDB0DA193169CAEE5D , 0xBEC52F683D4F443F9BC5C7F976A24BBD , 0xC10C7B7DA7964F2CA5E0C8EDEB63D02B , 0xC309ACF7D4B5482183C7BDD1BF2A5D9F , 0xC4FBB1B7767E4370989AE28927E288DC , 0xC633388880D343B8BFEA0E8E3860B6C5 , 0xC871C42706EE4004BB988DA844A28E07 , 0xCA1DD1749038457C90F17A77E0154008 , 0xCE62BF799B9443198445FE23E7C8D7FE , 0xD1656832E21046DDB3D591FA9C11FF77 , 0xD46E42D3E07B4CE68D3CB17E78FF2A90 , 0xDB8128A4AEB3409FA826E544D00BB706 , 0xDC537654319E4764A2911830F02B6EBF , 0xE14018AED51249D39672EDDE68921F3E , 0xE6156F129F804CDD9225DA7FB3CA325D , 0xEA9E8EE592A84D95AC2723820C81608F , 0xED0D34994ED7411791BA26DF5F93F5E9 , 0xEE8E1F5CBD634E208B46C8D22300B89E , 0xF02CAF3EA4EB4680A8A2D75537E9FEDF , 0xF164FCE21BA644128E65B11BD81F87A7 , 0xF3B1E45CC8AA431EA988D85EEA58F539 , 0xF8E65A552EB84C47BDDE9EC4F1E34317 , 0xFB387152C65B472AB3ACAFBF5AEA2AED , 0xFF8421C502B34C2F99CE02D2C36FE070 , 0x017E59F4EDAC43D2AFB89E5099E5ED8D , 0x018E79DF453D71BDBC7A7DD0CB50C7CA , 0x018E79DF46347126A63C20E5ACC6039A , 0x018E79DF47217031B02D8D0144966E59 , 0x018E79DF482273FBA2BE3678B40D5877 , 0x018E79DF48537237ABBFE9F29B6E29AF , 0x018E79DF493E726ABAD67AAA69AA87A0 , 0x018E79DFE5E271A7A62623E9F5AE6F12 , 0x018E79DFE67370E1A3065AABF502C399 , 0x018E79DFE70771D4974B67363AB34380 , 0x018E79DFE71870599CF9A3FEDAFFC55C , 0x018E79DFE9A173B59D23CB7E58379591 , 0x018E79DFEA6F7214A4EA7E49C064B57D , 0x01912BF68F5F71898092452A61F292BB , 0x01912BF6EF2D730FA95ED729E4325201 , 0x01912BF7A6AF7049B31B57D38C90333C , 0x01912BF7C16673CCA6A47538BBCF6125 , 0x019299E1F46774E29812F035F8747460 , 0x019299E22CCF7E9D9683D38E4681FDAC , 0x019299E24CF7783A9CBA6A47F7F28AF4 , 0x01933E8D8A88733AB034D533C99B8602 , 0x01933E8DF3987BDE9AFF135E398EAB7E , 0x01933E8E2F007D41A1F72A71C1A1C66D , 0x01936D3387DF70E8802D038960C58BE0 , 0x0194D0BB4A50702C8C269315E762DA72 , 0x0194DAEAB4B97641B0E57A7321E751EE , 0x0443BF80B7C54E1D9A3583D0D782259A , 0x0509C660ED6340BDB315907C730D6404 , 0x05405A6686E54F8F98629C2003737752 , 0x05F58D6EB9FE4A8CB9492998EFD1399B , 0x06D75DF53BA94C77A0D1F7A784914339 , 0x08593F82276F42A58B4118AA75B6C0C9 , 0x0AE311BC630045F1B3E781F851E4B6F8 , 0x0D014C10893E4B919EE0971679DEC188 , 0x0D0EFFBADC2C4AF193E3C3EFE8763B54 , 0x0F42DA4E1FEC4EE3AFEAE1846D48967C , 0x0FC33A6808184AC6ACD67D3C68DC5EC2 , 0x134BE63D14694F1F98728DD1D12FEB76 , 0x13ADEE67CA754EE995DDBC8C383A1D56 , 0x13E73FAA425A465C92F2BDC7E9E56B4D , 0x1621318FFF2040F9875CE13C65791B49 , 0x180C15B51C574533862C45E5B8F3A807 , 0x1B92AFF78E4F4A53A40CBE53DAA9831E , 0x1C3F1FF10EB1404BAE97BAA8FF8A61D8 , 0x1C98520E4C6E4A64831F7DC2C7C0EB90 , 0x1D5C2A6D380541E1A4409072BA26B145 , 0x1E27E2B9864F45E69B48B1C2324EA81C , 0x20B14FFFFE254650B68D3265E73886E9 , 0x23F36F8DF57A4DD98FB9F7F7B94D73F0 , 0x24245D87B7DE42068FFD88D36589C0AC , 0x25314F65FB304B8DBBE65A1A84075817 , 0x271CEB1732684E4AAAE8052FB94333A1 , 0x28948EB67D254689AD271BB2E70A5F53 , 0x289C56C5EAFD413E841B14192A49DB9C , 0x28EB7E098F7B49F2A8FA87BD3396C5D5 , 0x29901238533948B198DE61E191E420ED , 0x2A6C983134CC434ABD52EB98A4DC67F2 , 0x2AECCE4551894FA3A651B429F60AE059 , 0x2B7485EB4C6E4B4285F423590A4C0C43 , 0x2CD2898059924A28976DE71B8EA67048 , 0x2CE12C3AD66B40F5908909296DE597A1 , 0x2D659B7701DF4F70BBE8ED8D6B0CABD3 , 0x2DBFB534B72C47F09845749175CEBB38 , 0x2E30A23B632B45329D5108FAA96EF7C2 , 0x2EB36517858C4391A8CD1EA60B90DA03 , 0x30BDF2225D3146D4A23E802DE9DEDA69 , 0x31FBF940C8C44F91AE4229D69AAB3600 , 0x3360896B3B814F578D504213AD94833E , 0x33A26398B7694F5F94C3892E7D433608 , 0x35730CB097D144F39E5B7C79739B04A1 , 0x3631116BB5EE4CF5B53930D54EB8CA80 , 0x396BD1D0F9EE44D3B93C858B5E176962 , 0x39E0B4BFF50944E99F0FDB2CA09A281F , 0x3CD4BF96664A4543AD29E3FEDE15D30C , 0x3E022D83467D4DFF8479C4E176A2DCB5 , 0x3F873D7C13B14DBF859D9BB468684631 , 0x41EC9B0BFD8F482C936F1BCE33C49AE0 , 0x42DE2BC60750444FA85A20F92DB665B7 , 0x48B60FE0B1B841ECB085A88F5EF14753 , 0x49B302198A584925852017F00D4FC8CD , 0x4A43ED7EEB614A48921794B5398229F5 , 0x4B598B92CC55406895ADD90B47133C5B , 0x4DE35B05638D45A48B60B339E90D1161 , 0x4F692A2F3B46448797ADFAF3CEDC6054 , 0x4FC17DA011644F1D8E3527F6149E1C2F , 0x5460DB2CF7F94BB49B05CD931AFD88AF , 0x5648ADCF0A7B4FB5A83C9F2E9B77B746 , 0x5728F7B1AD16417AB52821B16C15B0DD , 0x5786F1BDDF2E46DB8DA895D3FFB18990 , 0x5D1483FDBD294C12868DB312665F5EED , 0x6015C5C924A24AD7A36C43775A4172BF , 0x6173897F22184BE8BDEFB31DABE7A684 , 0x6236A3DBE9D24D38BDADAF9363293954 , 0x634ED1A082D946F193D23CFD2B438948 , 0x63EE4642C04B4DC3979E4DBEBCE0DCE2 , 0x64039754C3EE4F1BB1225B3995B02691 , 0x64BA19296E144A01AABC86F5D9A2DD19 , 0x65B5A57E5C4747B6B4BB979431C1AA4E , 0x66F6D90AA2824E7ABFEF7BF1A1AC20BC , 0x674BCCA055FD4A0EAE47222232862F9B , 0x6BD1C13DE54B4A8C810F7158F4C6090F , 0x707E94FAD15747EDBB3B499E470EB1F3 , 0x7094EE3830B841BD9818E93A9862A8C4 , 0x72B6432DC66E4B13907C5AD46A13169D , 0x7320BC91DB694DAF8B5DC1E8230E1133 , 0x762B88987B794A4E9FC20B7FDBA578CB , 0x77280433A21C4F6CBEA77AC54B0009DA , 0x79B91303444D45848B2905957D4B380D , 0x79BAED95F1C24C829F0435AD58982E95 , 0x7A0B16E1C691490AA0C17978347E5CFD , 0x7B52774247424D5BAD7208BF88C03B01 , 0x7B993D06D0F8409AA191FB5C0BFA41F0 , 0x7DA68D4710184FAA84E72AC6227237E2 , 0x7EC56ED9460D4D17A4F75C16874FD68C , 0x823EFD09BB4F4411B477E776EFA4C154 , 0x82840F21542A49F4A7CF80B6190144B0 , 0x8426414F804A41159A15AC705CD34567 , 0x846D5919BBF2475288FD3C36EF273B5B , 0x85D987F93E1D46A991AF942E528393DA , 0x88533B702FBA4FF083858C138B8F7E55 , 0x88E1A02908074B7EA4BAB7C4A8EDEBB1 , 0x89A457F26E6E44809E91A56B7E6ED6B8 , 0x89BFFBA934EE43E2A9749455AF07A2A3 , 0x89F50469E39549669ED6BDDD74E9CA0A , 0x8C75434623BD422D9E09B35259FA6A2C , 0x8D874FAB4B364A30808A10B0F8CAE672 , 0x8F332E5A90084DB1B1C51AD4541FDAE3 , 0x8FF23C543BBA4181AD54464B28E2AEB0 , 0x8FFF10E976EB437B9F3F334549A427D5 , 0x90923C7EB0314E8085E2144E75CBDB04 , 0x919BBAA56A744110A360FA5C0FFAF244 , 0x96E7A32664714B0FBD475E6B08C0DAB5 , 0x9BD58ECD183F473A8560DDCD3CF1EA09 , 0x9C161C0DABEF47C797CBF004D174285C , 0xA0C18CE4A186476C82A92B3AAA943605 , 0xA0DE582CA0454EFDB71EE5528DE1E2F7 , 0xA3167E59E21144599301D071D6F8BED4 , 0xA45B1FA7E8D64A1E82DCC43B08655FDF , 0xA52A0655185C4A11A5D487C90BB3DD98 , 0xA6EE59CEDE444D0A9BA263F9A5B24507 , 0xA7707DC4874849779915CAC3FD12BC27 , 0xA7F4FC85EB5D4E7781F5CF571F9C5F6E , 0xA892BD8DD34B4DF7B452020F0ACDFBBA , 0xA8E223E9C01E402F9F91204D3A81B51F , 0xAA001ED9DAD0450A829D4B84F8094143 , 0xAEA5D2B3269A4F7C9098799BA15F7217 , 0xAF2FAEE9DA8F4A3CB103E1C051D50898 , 0xB341BD45851140D3A2065F9E9C50CADC , 0xB472A08BDB73455480856CD25019E5D7 , 0xB83D28627B2846959027182625B5B170 , 0xB8EB5C201773460C92E9F7DCA3DE46A9 , 0xBA34E04C9A154CC49632279A96618E39 , 0xBAAA061FE0AC496491FBFB7D6F9C5B7B , 0xBCB9D0687A3B40DC85E34A98BAE0647A , 0xBD20E5EC8B69406FA899BE98C0388CCC , 0xBD439CABBCB24C0E90A8FCD1CC6A6E3C , 0xBE8040A57E0C434EBE1954423857AD6B , 0xC1619907DF8E4A6F879A672A22377165 , 0xC1AEE960FAFB43D8982030BDC7D44BAC , 0xC3BE541B52D04609BAE0292B056141F5 , 0xC67E83D7712C49DDBB60BBAC469F2271 , 0xC73CF212F98746C79AA955CC302F2320 , 0xC7AACA51996E467387973B64F9B8A436 , 0xC816854CA6344671972912B80ACA539A , 0xC8C9639DD64E437AA7BAAECABAE0281E , 0xCAAC13B8B5A544E18EA4F9934EC2E6DD , 0xCD00E7EF05AB4BFF96113C6D0F254E5F , 0xCDFB4AFA8584476E8E2D6DEA3C5FF977 , 0xCF40AFC975A546A3910D6B9FA185AE6B , 0xCF993CD72A9E497A9268771EF1086473 , 0xD1DC0F54BFA743848B2AE02D88B2E277 , 0xD2DA5D6B26C34B4AA5818D79D21F7772 , 0xD34487383D8E4EE2AD0A63E1FD8EF210 , 0xD4893ACF17B04B2FB01B1C632547E317 , 0xD82625F1D28E40B7B384669AC8CABD1C , 0xDBE3986A3A8C42E58388948DD7FA4514 , 0xDC1066761C014295B183AA35460CD6C9 , 0xDC41A68433DC44A2880CAB1F84D326DB , 0xDC5E72B62CDB492E826CBC9571BF3F50 , 0xDE02030991CC455B97F56CD98A9369DD , 0xE07363D2B45B4504AAC8B70E698946CB , 0xE114440F4A2D4C3DB564D04793A01751 , 0xE3CBA07EDE54410AB399CB027019D327 , 0xE5CB2321E8BA446FAE2C2BADE7A9D2DA , 0xE5DA21AD5E6C4F02989FAACD0B997647 , 0xE6DE3ACD45494553BD2B3C83185C70A1 , 0xE83BEAFDB4694354871563BB9F8C62C7 , 0xE83FDF745ED84A2A82B34734AFEF7B78 , 0xEA8B798855CE41A295A0527206A91665 , 0xEA99883940C1435F900E268415FDE346 , 0xED717191A73E40B693E59F5AB6CBAC5C , 0xEDB6763599644DFBBC9F9A06886F6C88 , 0xEECC2C53C4714CDE9843A07B97107009 , 0xEF526D03F8D4423D8DAD063221FC8DC3 , 0xF03C07EFCAEC4AC3B81E6363B1F920F9 , 0xF13ADDB7717047A794D544F903B4E0E5 , 0xF1BAD1A15D3E4D53BAFA41D6205500FE , 0xF3459BBE026044B4AFCFD7E61CDBCC47 , 0xF62B93EC476A4090A40598C80616EEDA , 0xF6E886060B604909921E722CC59D4DC2 , 0xFA0EAFD3D8254F55A97B29CBCA1D1A2D , 0xFDE6A26404F64F108B10682B08673F58 , 0xFDF33C96A9C349DBBA440C2F2D0660F3 , 0xFEA13657C457480797803A09E5B5FC9E , 0xFF7DC6E60BB9456ABEFAA93C2FA011E7 , 0x002DDC37CBFF4057B543D1AC73E85E18 , 0x00996FA96EA5424F8843E3ACEBAA9467 , 0x00B140BB017245689758E813A67CA899 , 0x018E79DF211372579D568EFEDC7CA624 , 0x018E79DF212570EA93DA7BE0FF5391E4 , 0x018E79DF212A707F81239852176D07A2 , 0x018E79DF2134710EB8E819C0A4AD363C , 0x018E79DF443C72199BBA2446B89D74AB , 0x018E79DF444A7156B36D218497FD44B4 , 0x018E79DF455470DE93E3BA09A292AD09 , 0x018E79DF458870F1B83CE4D39159B0CF , 0x018E79DF45FC73FBA75E5AAE5184F409 , 0x018E79DF473A7342B72835C3ECEB0387 , 0x018E79DF4744716F81EB0C31AA3E971B , 0x018E79DF47937166832021000464646F , 0x018E79DF47B87148B48FA3C03E86C18B , 0x018E79DF47D5707596A5715E1C134645 , 0x018E79DF487D7111AA1312E49A0F97EE , 0x018E79DF48EE70B29E1417CC128B8613 , 0x018E79DF493F70B19F7AC2628F08E8DC , 0x018E79DF4948716187D849558653C83E , 0x018E79DF497371FBBAE32DD927559A5B , 0x018E79DFA2AA738E9333C8F7F512C11F , 0x018E79DFA2B073C19278DD0FF776AFE9 , 0x018E79DFA2B67259A2E7BC09DB00BD57 , 0x018E79DFE4C570D6B2A00C2899A7AB83 , 0x018E79DFE4CE719FB59930183E9A5F8E , 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 , 0x018E79DFE7AB72E1B1FF14B6EF5C3891 , 0x018E79DFE7F670CE91842C81707CC7D4 , 0x018E79DFE7FE72D38AA7D112B0D5AAB7 , 0x018E79DFE80771FBA11D6483D7361D77 , 0x018E79DFE80D72B38508D05F0A8E167D , 0x018E79DFE820718593B963FAC28F90BF , 0x018E79DFE826728F8C59A412B8665385 , 0x018E79DFE8487019BE7A154F42AC7190 , 0x018E79DFE84E73A2843803F458B07BE8 , 0x018E79DFE9B570ECBB3CCC35C2B31D9D , 0x018E79DFE9BC721F9EC2AFB31CA182D6 , 0x018E79DFE9D5731D9D2AA42B3A3FD9E4 , 0x018E79DFEAD07337858B33ACD34D461C , 0x018E79DFEAFE7323BA895635CB8F9C41 , 0x01912BF676B4700BAB2BC0FE5CB174D5 , 0x01912BF6ED1D7082BC6A9CCFBB49C28B , 0x01912BF6ED697384AF506F47C30C1FBC , 0x01912BF6ED827339A446A0BA6748CAAF , 0x01912BF6EF7E7125AF0098C6B6189337 , 0x01912BF711257082A8A07FBEDED9A18B , 0x01912BF74FAB736D98FB2209DFF03E4C , 0x01912BF750E5737D829B6FF5EA545A3B , 0x01912BF7A7D672539408D1889FF57BDE , 0x01912BF7A8D670BBAE01D122A212E6E8 , 0x01912BF7A9C9713DB7F66AE069E2AE30 , 0x01918E2385B772C6AC3039700D25D3B1 , 0x0193AAE218257E6583CF50EAE75BF797 , 0x0193AAE282007DB4BDD277C38A2C839D , 0x0193CEC691567C82BC8BE438BD519084 , 0x0193CEC7BF217CCE9BC83F5D27FA065F , 0x0193CEC8258D74E184C4432046FC2EA0 , 0x0193CEC87DF4772499D8BB2AB6E8CC49 , 0x0193CEC8F0C17DEAB7759DA68236FFD0 , 0x0194AC2E4D907CE1BAD430C393148413 , 0x0194AC2F12477016A99D12EBE1144F4D , 0x019540A3F4DD716A8175CCA2DA7515DF , 0x019540A44360793196A1A1E7FC0C2888 , 0x019540B3D68C7089A4F9D2BA1016F595 , 0x019540B44CDB747A81FEF015A966FDCC , 0x019541DB195F790792A9DDE2DEE140E5 , 0x019541DB54A6799BAFA6749886B1B5DE , 0x0195B77058BB7D1BB64FFB766638671B , 0x0195B771EF8D7E6186AFEC2D6A15FE85 , 0x0195B77299007C53B3B3F033655919D8 , 0x0195B7CD3A97792584810D247FC3E2D9 , 0x0195B7CD7FF7779486CAF22891B62B6A , 0x0195B8204EFF7906A7C2D02ECD45BFA2 , 0x0195B8210F3B71BC9364B25EFBD13961 , 0x0195C680876F7DC4A8572527595D931D , 0x0195C681563D7276A2327830EE2C9C5D , 0x0195C68226D67A06AC3FBB5F4E3798E6 , 0x0195C6ECC1527BB3BEC1DC42C2935314 , 0x0195C6ED55ED7666B42E0F22BB1F8195 , 0x0195CCF96138799C9574BF6637A80050 , 0x0195CCFF1A9E78D5B8C32DD693F6163C , 0x0195D215757B7300955E2347F1722333 , 0x0195D2167C38767DA09A8F61EFE4B3CA , 0x0195D217CBB27BBCB9E9260E4E2F596F , 0x0195F54B9EDD706CAEFFB3E8CAAB8A4B , 0x0195F54BEE487212B5066D927FA32AF2 , 0x01966C2A8FE77617BD76D0F47F8294D6 , 0x019685F9DA4C7D2FACE9EE4C59500A53 , 0x019685FD29977C06AE52E7A83B3A4E35 , 0x019685FD56AE7786AE1B7BF4C0D7E920 , 0x019685FD90C37E65B4A1A4523EC8B965 , 0x019685FDC5F3756B8A0742EB96FE1444 , 0x0196904DDC51705B9084686B83ADC846 , 0x0196904ED7747E16A81558479B475CEA , 0x0197345640CD7CAF8A3C2B06DD9811B7 , 0x01979B7D1B3C7CEBB510FCF949BB8558 , 0x01979B7D93AE7C5FA374796B39D75B33 , 0x01979B7DBCD070289AAF5FB521C0F3F9 , 0x01979B7E325D71A6BD738DBE57CB715D , 0x01979B80135F7712A3DAEA583CA8C23A , 0x01979B807C6D7B57B345574029FF017C , 0x0215412192E64A308DC93A6E3A4AE310 , 0x021CDF72EE9F4F858326D58CB62BF3CB , 0x0230C1E41A744E4DB98C3E040CA5CBB3 , 0x023F2BA3AEAF4452873D5A4C426714C9 , 0x025476DBB8F242598A2FBE83D3301798 , 0x02B58F8EC7AE43179B5EEE7A8D18CB5F , 0x02C4701A32B94FA39A949AA8A736FF6E , 0x02F0932B5D3248E098DA5B670EBD3C7E , 0x041160075D514D01B2B76DA0294D192C , 0x04278FC87FC049B28C4C95AF5E6075F6 , 0x049A4D7F79C94BFE841374459C271B8D , 0x0561089CA26D4959B96C6008C8BFC232 , 0x05FEA5F9128944C28D7A1809DA030643 , 0x061B4F3590524F4EA7B7273DED144411 , 0x06AEBAD4F3AA46B58FB7CC2FA89B06DA , 0x06AF8106A98F44BBBD6A535B8584FD95 , 0x075EBA7764EC4BB0903A2D0CF9FBEAA4 , 0x077F62F0D81F48578EE00C056151EB50 , 0x07943BE3A32D4E70BB193925493C520D , 0x07FD97E1B4564ADAAD4BAA73E2F2655F , 0x0864921462C443089575119C75503C57 , 0x08752A0D340F45289C6DCB46C42F28FE , 0x099D1FFE60F5426DB49AC52F2987429A , 0x09B7449A94BE49C3B377A25679A68090 , 0x0A4FED5AD90844C386E55F1379259CA0 , 0x0A8F794B6CBB416CA2FA97A839871BB3 , 0x0AF010B2D867410F8F566F1369527CCF , 0x0B153985EEA64E119BE28B05A055FA32 , 0x0CB63580792841A6ABE2EF595C317CEA , 0x0D568B650319435396D27E15FD193577 , 0x0D84CBFE091C480192366262E9715D1C , 0x0DF86983C5D44D00859482E08CD21930 , 0x0EB4AEAE27E8466E99B6810A7AB9A514 , 0x103BCD72BEC040BD8F55A36E93A7FBE3 , 0x105C3A2912914F5FBE9D359347B39CAB , 0x10737BA244DA4C00829BCAEBEE724B38 , 0x116DA55BF8D84ECFB377679EC896A6DA , 0x117E3018F63D44C281100CBA251F3ABD , 0x125F498CA981454ABEDAB75137BE0206 , 0x128F6ECFB81E4B3180FC9F811B4FEF4A , 0x13581817677D4E8295CC2B44934CCAB3 , 0x13E40FF04C7343F4A180BDD0CC96683B , 0x142378ACB784459BB6280E1662E71040 , 0x1456B9F86A9C470DAC135295C7DFDB88 , 0x14B3A48E8320487498D8E4F15EBAE07B , 0x14C36E5BB75246FDBECD16241EE636A3 , 0x14E2B7BE502C462291BB948D5AD5B678 , 0x150CBD53ED54458FB55BB6682C20040D , 0x153139B563284738A4E153FE249B57AD , 0x156803FCD96943C0A5CD6C70B6510741 , 0x15762C85DC3C43C8B19D5C6F1DFD7AD1 , 0x158B159D38324E8394E37D4FE9AA1037 , 0x15CBC5820D9E431FB7970A599EB6BB3F , 0x1638A621C0E8408FB6FD8BD5820BA94D , 0x16C1C90736974680845FE783446A426D , 0x16C70C88FC7C49A6971BBE4C6F6C1219 , 0x171F87D5BD2940BF9C828321FE98ABC3 , 0x1763510E0585494FACF561188E1E8352 , 0x17A34A4B88C34871A0B2CDD7B4467968 , 0x17C07304215B426BBAC7C62ADD06BC59 , 0x17F537303BB94EA0A50D361061845874 , 0x185B1D77AEDC44F99154D013B232D102 , 0x188AECBAA3F6447EA725C9C54E849249 , 0x18FBC6BE0D4B4ECB85CEA426304F7AC7 , 0x194AE6DD28D641958DA3216639CFA0F0 , 0x1964312A81AF48CEABFDD2C8E99F85D1 , 0x1B1CA16E71ED4090A99CAEAF7B78E98D , 0x1B7AC43EA42D49EBBEA121D100773DAE , 0x1B99FB294EFF4748A21D49F324DE453E , 0x1BD87F5B980E4F7392CB35EF425A002F , 0x1C1EFCCFAE19484C9EB8819302CC8E2B , 0x1C29DDA6C21047F2BD86659937A5100F , 0x1C7C8A5A35A24DE3A6C333F7306F711F , 0x1C9913E536374F3F944FCEE6369CA4CA , 0x1D1714DF4DAF445E8D2E2964B906C8B1 , 0x1D6BFC16488E4D4D944C046649D172D4 , 0x1D8B594A18A3479381A277A61AE6BDB2 , 0x1E058A1E50C04C72B00E68FB1422080E , 0x1EB5615A54724C72B223C63A37C93B18 , 0x1F634DA192C44845B2E7F77870BDCCE6 , 0x1FBC0B5DD06A46F6B94E9DA51EF78D2F , 0x2096CF77268C49D68F8BDF802F2E7322 , 0x20A13A3B6C6D43F787064871CBADD34A , 0x20AFE276F20B41ECA23555997A1BC4BE , 0x20B2D35765DA4D48B4D533F6D2E35C2C , 0x20FEDD328448416FB3924BCF8B535C70 , 0x211EF6668B484FE18E9779BA23B52C1C , 0x215256BA7C1B4CE9A12317CA2326B1C3 , 0x215560DD36D14551B5C5823B3BDBFEBF , 0x21EFFB93B02D4F568D051B197DFE153A , 0x21F491EA81DB40F69F5757F3AAA75FCA , 0x22CA67B877394F46BC5ECD3485ED0874 , 0x23B9C8CABA704C7DA75763B8E28F4A7E , 0x23E182EC381846FCA8E252D3485C6CFD , 0x24332233BF95425685ABB9A025E5C59C , 0x249F0897A8DF4458A47D12A2AF0C9707 , 0x24EA08352CAA479D9D645C65579F6FF5 , 0x2516C47510054D62A12621107E9F3D37 , 0x25392984B8EB49EA8DA65B23D6EA1749 , 0x2555751333DA4725830A491526803926 , 0x2571EB58EABE401AA149EE974E083E9C , 0x260E1B9DBD444A259BEA793C261AD185 , 0x26C54E44CB7F455D9D27C815B9A73E40 , 0x276BE46C8B3B46729E04C13A07064B0D , 0x27CA8BDA1BBC4AB69327917B9E42CAC5 , 0x27E6836AC9344DE48055A9B22262C652 , 0x28CAF01CA00149DBB2B49661D191E396 , 0x2900A04A863E42D8A034014C66E4C316 , 0x2926049492FC463692BB1122A4A08CD0 , 0x29B0CC2E8B404DC3991655F8F7B0F3A0 , 0x29BB7C5026BE4D3EADC74D16808D464C , 0x2A36133F4530483DAE770C85022D29E3 , 0x2AAF8F18A7FD4A6093B76FCAD974FF74 , 0x2ABFEEF84F754DFA8B2103974169043B , 0x2CF19C05D16F4C6E86DCA088E2C69950 , 0x2CFCDEF4661547B58D797DE037F17038 , 0x2CFFA4AB4E014CC9B2B657DA486949CB , 0x2D85D556E28E455F8FEDF57995AD0390 , 0x2DB99C3E84A64067ADD381136D262AC0 , 0x3023B62B464742D2B2F6902FC33B81DC , 0x3053C116C2484E9DBB48C75FBCB50DFD , 0x30C56BC7DEC541EC9A7BDBDECCC82E64 , 0x30F737DD3D354C21B241B820A6DDB4AA , 0x310E580A2D294D028D6FF042EA13221E , 0x3160F7959BAC40E79D14D9C449DD0DED , 0x31C4ED93EDFD4CFC850A43833CABE917 , 0x31ECD1C342984D02AD5060341074268F , 0x324513D0F558491AB1952B1C9B68A9A3 , 0x32553056365F49ACAE0B498946844931 , 0x3274E3FBA5AD41779565C7628ECA90E6 , 0x3338285DF49148F4AD25804183BCF509 , 0x33D4DB532AEF4AC9BDA124F17E84737A , 0x341CAE84343E4714988E0EBD57465297 , 0x355F05DE06BB49B2B75A0C220855E032 , 0x357E88F5B2884EC7B5C1938F3CADC1DE , 0x35A4A82092E749DAAEED9836A1941382 , 0x35EED9114198445395EE14BBBD4ED07D , 0x36519765784240A6927F805433FD4FFB , 0x36921F7799484E6A9D516F90671D2AC2 , 0x36E675445C524A6C8A567BEF221A2265 , 0x3701C9F6E2774342B223D4CD26A374CF , 0x3737E1314FA948EB9E63BC3C699E33A3 , 0x38095144486D41BBA2140CE2EF743002 , 0x38D94DD8C2AC46BA863D81696F915ECF , 0x38DB46288ED042119F64A19F314412D6 , 0x39D1E011749247BAABC521C2D2578A40 , 0x3A00818D0D81451D86077E4868B73214 , 0x3A40CD315F7B46C5B60A5A5A40114C56 , 0x3A4280CFCEE44AD4B75543F64E4D7AE2 , 0x3B24DD502DD74CBD9F3699B4FDBA5770 , 0x3B6907BC7E9C474EA86697B8C9ABD489 , 0x3B8ECFB33C7E438BBFF77D07CF765EAC , 0x3BD7676838384E45AFC629952FE24B3C , 0x3C0DF62E0D0048599677F0022930E1BB , 0x3C3808C007CD4146984AEEBACE020AD6 , 0x3C70ECAD7A07453F8AFF3D4BA2A4778B , 0x3CC6E637FA5E422882F2E8E15C9AFB16 , 0x3CD158E61D8142C8981AC919A0831B41 , 0x3D4F3B91A787410288710F049A946EDF , 0x3D5E46AF927F4B00A33DE8125526D7AD , 0x3DEBE5967367469EAA0AC9A804CB836B , 0x3ED415D20C094CE082A7C354DC27E1CD , 0x3F3B8E2392514C83BF3C78020848AFE8 , 0x40582FB6B51845F189D98788F2A22CF5 , 0x40865A7A8B814A7DBC2CF3FBBF3711F9 , 0x41093C567D0C4AA3B51793172178FB53 , 0x42354B7AE60A486089C5F256FB9BD5B5 , 0x42FF32A541D44DF197D2414C5773BBA9 , 0x4310B12AFD244A6BA7A5066828E416FD , 0x43471BCFC67149F6B76096F581EC1387 , 0x439AA641D2D2465BA562465064DA1365 , 0x43B44D9A97B744BF8CDF5F1E594F7D0B , 0x43C5DF85FFBE4E3697D1D10C487CFEE7 , 0x43FA70B89C1C4BE9AA40AF9A68E43A61 , 0x44B56B129A264AB7AE2519EE0C18D436 , 0x44D704EE4A554E80A4C8D7A30741EA69 , 0x4535976ED247434B862E42E7FD582BFA , 0x4551AB9914B9477B8AC81CC8D55D02BB , 0x467A421FAA2D46E8B13A10F3E0C2556B , 0x46DE43149CE94CADAA2B502E524FE027 , 0x46FC1F16C865411AAE6B3E4697C7AAF3 , 0x479A956D66E04985A84C38E0C4DE8F8E , 0x486DD6D259824C47A0A4AC0234FAE3D7 , 0x48D0B50249A64FE8B297A018799E8B98 , 0x48F8238A48154FBDB7D6029B8E654FA9 , 0x4AA31E6589F64BA887C8527E44AD5C82 , 0x4AAA0C97AA9443D8A4E07BFADE6044D1 , 0x4ADE6C9598524D19B8AA8C1CD2FB9324 , 0x4B54F5C235414836A8F57E08467FAD70 , 0x4C5327776B604E5BAF9A9BFF626E22BB , 0x4C92F7D638404903818843D55762FEC2 , 0x4CB5418631AB4A99946808E3E9D2CE6D , 0x4CF41011485F469E9080C65A2E764996 , 0x4D0441F12093456788FE009A2553D353 , 0x4D123387227644F08D0A06940A7BCA45 , 0x4D1913112E7E491986B24C1793048159 , 0x4D1E401738474CD9B743478BBC002EDF , 0x4DE702C08F6A4718BF0BDA413C1B3BA5 , 0x4DFE2301185E4B3DA4C82CA495D17AD4 , 0x4E2D551C2CEF44189F4508FC92C8D67A , 0x4EBDAD86D9324ADA887309DCF67C1F66 , 0x4FC08B1C912F48BDBFBC464A0374FDDF , 0x4FFB7A3491F9437289B2B8823C4F0AB7 , 0x4FFE4FE40A1943AA969655CAA6EB0305 , 0x504E2D136F074C2184AB7CDF8759C136 , 0x504ECEA0E29F44F9B22796855EEC36F0 , 0x512C172F048344E2A64DE87698296843 , 0x51BB22DC9A0A4E039F8E21797E4D12E4 , 0x52121B458F98438A93DB838B9D50A05D , 0x52159FEBCCB24D1D935AC05483C0819C , 0x52BA6CD955CC48A0B618BC159634B715 , 0x52BD57110D584CAF88380F2276B1B685 , 0x52CC742BE4B4423CAB27A60AB5E80B87 , 0x53092B7CF4AE420A80A781DAF8B9BDBA , 0x531B8E1543CE4870BBD93EF0BB920D9E , 0x532114FDAAC949578B8FC9971F010493 , 0x5443F40E990F409A8C43B091053B61DA , 0x5464EDBD5EC3414497D31B50CF2A2C91 , 0x54AD8F6057B84D638FE1741772DF65A8 , 0x55DD7E5A4AB84AE9995F487122249D31 , 0x55E019A7F8F84B85BB839E78A9312AFC , 0x56B2C24717954B01B8A31047DB7C924A , 0x56E736F452DF4C95B0298FF61AC2DD6A , 0x572FB17301F3415793E074F819E891D4 , 0x5782D35178034DBFB2FF56C10E825294 , 0x57FC6072BF0C4F92BD9F615139B82685 , 0x58C3CBC1959046FDBCC0997F64D01A58 , 0x58E6D0D98E8A48F0B57C5A769C7C46C1 , 0x5913D54A716449788429406A1C431CC0 , 0x597E2F5267A74620B931961620F39CDE , 0x59EF9306049540B9A10715E5D44B5C0F , 0x5AB9AF705821498D8F8D735D990EE5E0 , 0x5AF4600DB5F1438D979C0B9A1C61B68C , 0x5B746067FA944FA3B079099B855E8D37 , 0x5BEA56C8455448FCA47C769BD441CF22 , 0x5CDC0937DF454EE4A4ADAB76930689DC , 0x5D6D660BE7794F0D93BCDF37F182B14E , 0x5DE7B0CA9196471D89D03201776565BA , 0x5E6076C3E9BC4B8C813AD396633C06AB , 0x5E881243B7B94EEABD82F1F7789F5437 , 0x5EC528942E694AC292C7CAAE0C21CBCB , 0x5EF1C135125A4816A74DAF065D5D1F94 , 0x5EF4D2685506464A842EC51FBAD25108 , 0x5F7B2CB6E246429E8823AB983AA1A70C , 0x5F84BECE604F4D84A085632E5C273F09 , 0x6064571AB307497A9A3A00CFDF73F069 , 0x60AE549090324DDC95937379A12A63DC , 0x61A344B6900F4C2A8EE7BE665505F86E , 0x6228CD4F0B384BB9BE02D59AFCEE7DAE , 0x623FDDC91D974529A0977D87AFEECB02 , 0x63E96AF82EBB49888C7DEFD01D2E0A0F , 0x642F0B2CEC9D4DA4AF9EB9DD321C8294 , 0x645972DE74984EBABB82D0461665BF3D , 0x648A66216C9144E39A360E520CFF3072 , 0x64FDD339A0704B94A0925C98DB33D0B8 , 0x65102F9C82CD47D388BB8202BFF9C8BA , 0x65115BC2A27442FDB6FF02FC2A096353 , 0x6525E0F89D96444FBE74EAC645D5F4ED , 0x659AA04F69604B30A7218B657D948D24 , 0x6604B0A1CEAC46B293DFD9BF8E1309F1 , 0x66286D704B1246338759EE8361CFE137 , 0x6669BAF334934FE383A2F5531967F0A0 , 0x670EBF559DC344F59E6BE2F099B53C59 , 0x6762193EC58340B6A0C1E23D23E9CED6 , 0x67ACF56EFB30404CAF6DE649F3932D42 , 0x67AF99997DB84A28A713A678ECE7D3B7 , 0x67BB346804E54C9CA149CA97019121E5 , 0x68D7695FE3EE4C0EA7B5200239DF246D , 0x69AE2447BDA44541BDE87175014D2B50 , 0x69D549935A044F06B0CAB02A73095024 , 0x6A20204B2C734B4199E0411B22ED36DF , 0x6A30E71D1A62482E9ED6715DB38DF107 , 0x6A885126714F4981A3E2E2BE22C6393B , 0x6B269E452DB2442082CE88DBA4163E3B , 0x6B436F67155F45FE88EE738F4EB1D7E1 , 0x6BB8EAFD054743C4A797EA805DAF3578 , 0x6BEEAFE7EBE6451E9DAF84F71ECBB9E6 , 0x6C4626840C794D3B9BC47D129F9F8A8E , 0x6C5101F241D34841BED65640CF940B01 , 0x6C78E029CEAE4A63A4B9E618E22BE4E8 , 0x6D88805D79734E7D8A3ACE630B4E5A5A , 0x6D936CE372854E6A9300B8293DC8ED71 , 0x6E24CB2B0CA24DFB92CD34F2163B2161 , 0x6E5A61B6607C4CE782066D85F9E767DD , 0x6E5C37CDE16B47DE8E4B7B4E6D7DE893 , 0x6E717F0B16BE48F3BEFF0D259937551E , 0x6ED398EB5E2746188FC6640C3F25918C , 0x6F0E1B4C9E5C4252BA9AAA6DA53AD5F6 , 0x6F1A0DAFB6E34F02996BC91F71487583 , 0x6F625F79AF884220A1BFEF03591EAB7E , 0x6FD549A6693148FBA8BE3DFF71487C5D , 0x70232D8F405C4F6A81DADD663CF167B5 , 0x70ACC4120A8247EBAB622C84A9C01181 , 0x70D1562EA5034CADB1C2703956C32C62 , 0x71037412FA21425990F349E9C36CE3A3 , 0x71233CB208FE44348296C30023CD16AE , 0x716A2BE1701C40C0B7AE98F2F13314F3 , 0x716DA56BE9E34DC088650C5824DF93E6 , 0x71C1BC54164C4596BF9C8F53781425F1 , 0x72431619D6964A5DA2A7F97106111B7E , 0x72E602D1D8564857AA70EE8449F6B56D , 0x72FBFDE00FF9462EA70EB8EE3C1D619E , 0x73466396A79745C8B14B56FE9EA72D23 , 0x73C9E8AF826E4F6C830CAF10560C5D31 , 0x73D579FBF67B48678A6CDDF0C2D400E1 , 0x742B3B009C55485B8DCB5B6FC6A70CBE , 0x745EDA2108BD43BE82345EB015AA2C47 , 0x74FE781E600046F7BD99BCB4FB492D31 , 0x757F3BFD61EA44D2946D9A83353E7B32 , 0x75F05422D72240CD8937189DEDE81C49 , 0x76321297B7B549BB89C93C8F4617D083 , 0x7696A8E1F3AA47059D24BFC542F43F5B , 0x76DF6C0C3B2F421F8EE7995F57880055 , 0x77139B077E70487A8850C28640263A1F , 0x7723D7FC923D4C8DB55EEAC50A99B71F , 0x7860289EAD5546E39CB0037EE5960C9A , 0x787BC7CFDE054489AC3EB4F8E976B2B4 , 0x7910258D36BC406FB972CE47E6EA1E30 , 0x7911937408E8433DB6137C15F0424D8A , 0x79193A9D433C42BE8FE834700ACDBCC8 , 0x7977BECB0CD3431A937728CF78BE586F , 0x7ACD2571E26D4EC3A604A55D0A5311A7 , 0x7ADDD9B84A4548D490BEB3527D888E30 , 0x7B5FF36EBFB343BD8EB3E13144475892 , 0x7BE778C92BC54BA5A9B8FB662CA85404 , 0x7CEE211292D749CA8934A2E6F50ACC46 , 0x7D7E3EB0D521444E8705FD03EBBC55BB , 0x7D9315221B0247C191A237F2DF9306D9 , 0x7DBBF87D2E83401899259D4FA1F6B4F8 , 0x7E19C2DEA71340249DCADC5EAF2586A8 , 0x7E23DA88B33640E2ABBB07A53F627B4D , 0x7ED489EE71834A96A8E571B80196CD7F , 0x7FF8855819EB4201985B806FB6012D4E , 0x8020F40315E74439B194BD23D8874C48 , 0x80C9A05EF6814041973238FAC3E28453 , 0x80DC5FF44E1E48E294DE050311F57EEA , 0x8117DA3FDB474D6F907D78DA668CFA53 , 0x81356BE28AC14634BBDBE2ACCAF453AF , 0x81914EE16204450499CE979F7668FD61 , 0x81D1EDD729164F2EB374B7822BF667B3 , 0x821155E93EE544B9AA04884FECDB89B4 , 0x82C2E70935DB492EA262C6609A93EE9B , 0x832D7BF3F031418498745C9B5651BB86 , 0x834943BCB88A4E4A99CB39E0F50E0954 , 0x834C66CC73EA4470A4CF8617B663C5C5 , 0x839A07DCB74044168B925A80FF50EF36 , 0x83E6B1BB6B5B44F5AF89EA0C773840DD , 0x841E5969416E4F10A349F5371CF65FC1 , 0x84788646EF3A4D03B54D99F678FFE7FB , 0x84CDF1705DB4475C8F35DB641E4FF980 , 0x8538086F776B41FBBEA711C76B924CF8 , 0x86171605D6DE40A2B8AFAB0C2A2B1951 , 0x865287E5E19E415E9E77F6CA86812290 , 0x8659632F904D459A8472AB8A18D2D4B6 , 0x867AED3EFFD948D68EAAAAD7AC53D8DA , 0x86801328F53C4D98B2D7F90A96ACFE40 , 0x8761F049EE15497FB1918DC34BFD8598 , 0x891389ADDCA34F45B89AFEBCF1DD57C8 , 0x8917448C4BFE4B0EAD9D08B82BF909FA , 0x89A99D1F8DFA472EA7405AF53BD0A39A , 0x8A18C83CE84641BAB322751E2D0DD242 , 0x8A3C87CA13264789B5E52D059121D928 , 0x8A8CFE65FB174A4385629CD45871B392 , 0x8B0CE8432E0C48E7B3C889587CD63FF4 , 0x8B4E8F2F77B847DAB4BEA52D9DE4BDF8 , 0x8BF872151EA5459CA449337B11B2D314 , 0x8C15E9C10BBC4DB8AFF4D365EDED78DB , 0x8C643C867CDA47ECB3134ACB8AC51EA7 , 0x8C9FF3D76B744F9DA79DA66C4A6C6F8B , 0x8CDA36BE89F9481F8308871C7B0B3387 , 0x8D19A563B71942219B5CAF58B42E5E38 , 0x8DFCBC004FEA4622A234076235FACB2F , 0x8E09C9912DED4C5681E773FE9F84E79E , 0x8E3245755BB645D7B8E913B160F5BE05 , 0x8FBE67D6FFB34DB3ADD64AAC29E4CD09 , 0x8FEC61C54671499899FAF6F3A0FBC1A8 , 0x9012D39B344841D5B1460C8E344667BE , 0x904F81740E10421E94EABB9C48E61B9C , 0x9062232CB51A4853BDF8696E4813392F , 0x908F76040D61411480859C14E749C883 , 0x9198DDF8331D4F8AAD37CD6DCFCB17EC , 0x91E2A672A0E1463D88FFE55FAD8B0614 , 0x928722B4A4BD40E886D8D23AC09F96C1 , 0x92CE7D4068F14701ACAD25A4E139E249 , 0x92D9872339F843D8B0932A6CD11D21EF , 0x930AD4BBC1AC4728B331C3F80134C932 , 0x93362BBB4DCC489AA6E11FDA50B0843A );
Copy
73
1.82 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.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"“:¸7Á‚@¶Ž(\x13 “UûiÅ "
b"“p൮+A߬\x17 öäkžæÜ "
b"“„¸^O´O\t Ž_v|ùfd "
b"“‘ú}\x1C\x11 @¹Âó¡ÄÏ98 "
b"“´ªm\x08 ÃHÈ©TD)¯É?\x1A "
b"“ÌìP\f ßH`–î3òÎ\x1A q´ "
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"–ú"®AmG„G'P#c "
b"—àÊfa®G\x16 ›ÔÁ¢ã+;$ "
b"˜\7\x00 n$I\x07 ©_H°\x04 GTI "
b"™Ø\x16 »ËæJ\x00 ¢ö,‹\x01 %CÏ "
b"šYAn‹úJòÓß>J=¹ž "
b"šÂˆ\x1A .\x1A G²¬T\x1E æ\x07 R¾¶ "
b"šÈˆ…(›Bz¾\x0F ŸbÜ\x1A } "
b"›Búy ƒF嚣/+i±šÓ "
b"›‹ZìàªAõꤧ÷„Î¥ "
b"""
›žºHØ"A\n
¬ÍõZ0¯¯¹
"""
b"œGÞŽàOï‰/³=f½+ "
b"œ}©Ç—ZA\x14 ’‡mÉÊÙÑ "
b""25ô\x19 I“øïÓ^êê "
b"žx=ˆŽ#ELŽHm\';^õ "
b"žøga ”AážjaåÞvà\x15 "
b"Ÿf¼dRpEȧ\x00 ~7|…ĺ "
b"¤n–îH:½A„Ýë5'/ "
b" ¤\x02 äòJé·lÿ´îzv% "
b"¡aYºÆÈG\x10 ƒHjλåY3 "
b"¡ÚÝÔÒçFh’ŸmRŠ"\f Ä "
b"¢ -I\e ½L´ôw)^\x12 "
b"¢ ™ªt:D·KÓPCÞŠò "
b"¢+²e”êC¼¦€|(£\x03 èç "
b"¢c÷ŽØÕJ~\v {—&Cà† "
b"¢–C:ÖƒIÀ¡µ›tOýr` "
b"¢§3U€¦M›r<§Ïòx "
b"¢¼¢á3ýH/Ÿ%\x1A\x07 Ê1Í\x18 "
b"¢çáñ\x00 xD§Ïß¼Ï)Ü& "
b"£\x04 héÈKDoƒ±Ûå°Ü? "
b"£:\x08 Ñ|~Gš³è€b u\x19 ¾ "
b"""
¤!Y×á\x19 EQ¥\x16 z\x0F \n
2$©
"""
b"¤Æeƒc~NH¬Êµ624mÌ "
b"¤Ø¸gä„BO¬ÔÄ]'ÉéB "
b"¤Ú\x11 °ËŠ@\x16 ‘÷‚©’hú\x0E "
b"¥Æ™Ñ\x19 FI „¾/_\x14 á_\x01 "
b"¦Ÿi\x01 ²ŽJN¹bÂQÇ`_\x07 "
b"§ƒÓý°\x1F H¤†±~Zób½ "
b"©³ÀˆjEeµ\t bÖ\x0E š "
b"©ð¤„øsM\x13 ‹TÅEÇË¿ÿ "
b"""
ª'æ\n
\x1D *Idz¡£”œøŽ¡
"""
b"ªõÚ\f <(J\x7F ‰#×Cå\x1A ¶ª "
b"«\x1D ->ŽNH»\x00 ¡ün’cè "
b"«^<(_µLÆŸ\x00 '´ÌI\x07 ì "
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"˜Ø\x01 °KD\x00 —ÿgè\r ƒÄn "
b"""
®`˜(òöG\x0E ·f\n
Ö +ab
"""
b"®±…\x11 ‚/Lz…\e j\f /’þ= "
b"¯UUr‚lO\x06 ³V\x1D –ñp "
b"¯\`Ô\x01\x15 K-´4¸23ÞÍ "
b"¯—écfÐBø¦\x06 g¨J\f ’ "
b"¯¾ÚX”\x0E @\x13 …\x01 ÕŸÓó(¼ "
b"°g\x18 ½ØÎJ{½9\v ÷\x16\x01 ا "
b"±\x1A ޱi\x17 EX®\x06 ‘\x1C ¶T7 "
b"±—°á§¨@¡®@˜‚ñÁå5 "
b"±ÇW3s¾KǨ‹ÖÀÌÅÔ™ "
b"²&9™Ì\x06 O\x0E ¼‹¼ˆ{uû "
b"³¢ˆªf§Nº¼j˜ïm¬€ø "
b"³ºr·àA\x12 ¬d{éú‹‰— "
b"³ÑÖâ˜ö@Zæt\x13 `;Ó "
b"´\x05 ã;\x00 ®H#¨ã›R^\x04 _Ÿ "
b"´2\x19 ~ì\x14 D}ŒItN\x1C È‘¦ "
b"´eÊé\x19\x0F F~¼°\x19\x03 "é$G "
b"´ ìËœPA§†K\x07 ¶€q1‰ "
b"µ\x11 æ¤7ùAs¡ƒd\x18\x00 ÑF "
b"¶\x13 ?¦\áI›’qÖè6ºü' "
b"""
¶w\n
T\t B¸¹3ÊýÌi¨Ö
"""
b"·1,X\x14 õB\x1E ·\x07 $7\x10 ÷Àb "
b"·Œ£\x01 öGæ…LJU^¸…Ø "
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"¸û}æ\x7F Ñ@\x15 ХŰoL7Ý "
b"º\x1E DbÞ.G¬¿Ö˜§w4\x01 "
b"ºN8_U{I•±8jººÔt "
b"ºgC\x02 8IJFªOyô‡¼\x08 \ "
b"ºŽó«·WDKº«N\x0E ”¤ßz "
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"¼ÐckèÕNÔŸ=¿Ëä°m+ "
b"""
¼ë\x12 Üé±L\v ¥³â\n
šdð2
"""
b"¼üâ}ÍxFÖ–†!é¼!Ðì "
b"½.0¬‡C·‹åÎ÷ÆN¼ "
b"¾\x0F ¦\x12 ëN侯ÂÀ®A "
b"¾&\x1A ±\x16 ²Nz¯ƒ½¸W&†/ "
b"¾?Ʀ;WO*©7·HLuóK "
b"¿w±Á\\x14 D¾Ÿ"d\r ˆG\f 8 "
b"""
À\x15 A\n
¥ÛKà°Ø†«É¾Ò
"""
b"ÀVýš)\x1A J·—\x1F >nê‘x "
b"À‚ïÊùAI(…ÌÃûhI\x12 ¹ "
b"À„_“—-LɼצÈ\x07 »Rƒ "
b"ÁÖ\r 5ŽfIý¢À?0ÑSž "
b"""
Áú¢©t§Mø\n
r˜Ûy\
"""
b"Â\x03 Š\v\x06 *O\x06 £xXϾZ¸ä "
b"Ãq"À\r ÑMý¹Ã*\x04 ¬û½× "
b"ÃŽ¸d'åO”…\t\x13 "\x7F þ\x1F "
b"ö«`ŽE¥¢L©ÝÌÑ.¶ "
b"ÃçÀläƒE.²šÐ!/Â(º "
b"Ä`Y–öiD+T\x08 ‡ý/\x06 n "
b"ĤPžÌGI¡‰@x^\x0F Ât× "
b"""
ÅBbD\x12 µ@ï®\x1D 5\x05 À\n
1
"""
b"ÅÈ\x04 ‚xI,˜r\e ŠÜi“¯ "
b"Æk²bwåK_›rët\f w–¿ "
b"Æ6º‹—GQ†P\x14 ¬\x03 …` "
b"ÇšM²Ì˜G]‚Y%à¹ßp\x0E "
b"ÈWm„0FEb©¥™u<\x00 ƒµ "
b"ȸ°C:±KL°(ð‰ïg¯… "
b"ÈÎ{ùÒ'Bµ—)˜½¾…\x1E ð "
b"ɲ1ìá:F\x13 ²Ö‘E\x04\x00 oŽ "
b"ɽ£v%¸C—“v±†’ÿÔ• "
b"ÉÊvæÃÇGPŒiñ·*Ã&— "
b"Ê\x12 Öà ŽL\x13 ¨¢ûýìp´¾ "
b"Ê'\x05 IùE}–Böšh c "
b"Ë›*›Ó\r I£¿'dÔvÀC "
b"ÌY–Ÿ4ž@%½ÓD.\x7F ‹·˜ "
b"ÌË{%¨{JÑ»…¢\x1A áäÆù "
b"ÍøìŠXµL\x07 ‹6Kf;\x06 N "
b"Î\x7F !¡q‹B~¿³Aߦ½Y "
b"Ï0\x05 Ep\x07 Faº¸Î$+øø "
b"Ï1\x1A üòuLúô3ò\x00 Ø4O "
b"ÏIô&\x1A GNNžíÑÙµ£\x04 k "
b"Ï•\x19\v %‘CŸ·«ûÝ\x1D ¤Tz "
b"Ð\x1D\x04 7Ñ“Mh˜ºs\x7F UpG~ "
b"Ñ–;—o`Eü•y‰\x1D [\x19 «¼ "
b"Ñ aÊ&.I\x06 „%µsJ¢ÆÅ "
b"Ò2U™0ÔH«T»P!¥Rø "
b"Ò{•)È3KZK_A÷„«\x0F "
b"Òã‡\x17 p\r B߈\x05\t t©èp¶ "
b"Ó4¶‰…\x7F @\x10 ¦ÊùlØí "
b"""
ÓÝ«\n
\x19\x1F EÀ€á=¶}£×ƒ
"""
b"Ô\v 1\x17 šêDd·RŸœ´yu "
b"Ôë\r \x15 oÂDP¢¤5”c‘ "
b"Õ@Ó%áÒJH“îÛ\x1A\x1A zæ "
b"ÕVI«ŽeBݽÀt\v zÔ¶\e "
b"""
ÕªûÐq\n
DK—g>íz0vi
"""
b"Ö|˜ÙØhA«¬¡FOÉ~\x00 ö "
b"ÖÅN\x14\v I‰‰x¾ÐHìÓç "
b"Ö®ã\x19 ä´M{´S·§\x1A ¹` "
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"Ù®?\x06 ÕïDëÒÿ‚ý\x13\x1F\x17 "
b"ÙÏ^Ï\x11 ÚM\x1D ¦g°\#|nú "
b"Ú\x05 éœ<&H³”aª‡\t b:8 "
b"ÚCÎ10âBã¤%Í>yW½ "
b"Ú“Ôe)HJÔ…°\x1F ³ŽA\x06 k "
b"Ú«€\e ûJ= _÷\x04 Á¡WM "
b"Úã¢*zÐJÑAÓ´˜Ž¢… "
b"ÛôqþBEJk¤kÏ$Á!nû "
b"Ü'“\f `L-¸á®¦;Ø\x11 K "
b"Ü)Ê,¨ºEͽ\x06 zÞy˜7` "
b"Ü=÷—‡ùOC’ŠEðÑFž "
b"Üt\x06 WÚlF<¯äõµ\x04 Ç\x06 “ "
b"Ýk/\x14 ¹•N¥ŠÖûr¿NF\x1C "
b"݆\x00 r*#Eî²\x1C µ²°Fœ‡ "
b"ÝÊÒ¢ÊPE´¿ƒ½/ð2Àb "
b"Þ\x04 à}×K¥œŠË\x0E Ú!iA "
b"Þ2Uà@ÝHë»gì\x10 6\x14 ýM "
b"Þ‡4\x1E ÿVM¶‹n7\x1D\x03 TÙ… "
b"ÞØMÇ.…K\r žÝù‚ìÑè "
b"ß\x15 †éC¼AK±žA\x1C\x08 É@ "
b"ß:pÇÕC^¯–ÿ—\x16 þ,” "
b"ß\x1E ª¢\x1F GA«\x18 ˜ƒSC\x03 & "
b"àm-\x1F 5gJ¯š\x10 : šØ‚\e "
b"àÄ:“yJÿ¹6Ï2äk¡\x1A "
b"á3$\x17 ÷‰L¢rð÷óöO? "
b"áÛÑ!ÛJ÷–¤[/m1q "
b"ã/¼É\x19 ßKÿ¢e™¹CF‡\x12 "
b"ãÿ‰Š‰©IÿŒM‹•e(& "
b"ä‚ÉÑðWH¤¹\x16 †ßª9ÇÒ "
b"ä„å‰o6LgµêEøÜszh "
b"äŽ-ìm¡N\x1F †|¨+Ú‰6 "
b"äìMÄ\x17 FÛ´¬±+Xž è "
b"åTt\x1F ÛšG‰½íWA¨*‰j "
b"åc0Ú®C@žµ„Šƒ¯Dû: "
b"å|í\x1D !$F9•m¬[\f R#a "
b"åÈ\e 馑D2ž)„‡?\x17 ïý "
b"åõ\x04 CáD\x12 ¤\x1E ä;ÂnJò "
b"æx€ž&\x03 KdõMUuA{ô "
b"æâKµ-‰N{¾Ÿ”rs~×ã "
b"ç~4*µiF¾¶Î”®’;_â "
b"è\f ”ß¾fMÀ±NÓ*\x1E cþÚ "
b"é\x0F ¥L\x17\x7F Hy©=S-\x19 ;¬. "
b"éŽ\x01 ¡ÈZL0¢žÚ\x19 î\x1A 6„ "
b"""
鳫ò\x01 -C\n
°üË/‘T›8
"""
b"éÇÿ\x00 Â=M”½9û2®©×\f "
b"é×´Ãí_G}™!tS¼’\f ö "
b"ê,\f\f\x03 ¿KÞ®Mˆ@\x16 ü\x15 "
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"íîan%çI\x01 ±£H\x10 9+‚ "
b"íþjÊvùO¾¯\e y\f ˜èçÈ "
b"î$½ó>AC‹ñ"ùzN|\f "
b"\x08 ‡\x15 J\x1C ½\x17 Ý\x0F Xi1F "
b"îú}÷\v I@ñ¨\x08 štv‘ªH "
b"""
ïÔ"87tA:³vóà“\n
¼þ
"""
b"ðO¥L˜.@Øš&,T^\x03 "[ "
b"ñ\x17 Ò˜\x17 LÛºý\v ¿õAÎY "
b"ñ'\x04 Ë\x1C pKó¨;CÀ5ËV "
b"ñI\x10 Ê#Bš¡~«mœ†Q "
b"ñÓãŽ\x15 Hn»›×ÂO6‰Í "
b"ò\x01 ˆ\x06\x00 ˆJܱ\x01 ÊL¶²‡r "
b"ò\x7F Ca,·L\x15 “\x03 Ë•á?ZŽ "
b"ó6˜E\x08 öA8±6¶u=\x06\x06\x18 "
b"óOûå¥ÅHI‰Ì¾7Z¹=ä "
b"óX>wF§IœŒc\x16 2#êDÑ "
b"óÖ\v „X¥HÇ¢x\x19 }ã6ï0 "
b"ô"1{ÇyCI•*”U\x07 ˜Ð§ "
b"ôIêþ:\v BÚ®t…’æÿqÖ "
b"ôOZȃãGª¢`V€¢º\x15 þ "
b"õ\x15 ?¼Z‘LÁ§U\x15 Ö°u{Á "
b"õUì¸\x18 Z@@„üµ\x00 m#ÇŽ "
b"õêÁô\x16 $H½žó±Ä\x11 ~Ög "
b"÷s`f·-C\x10 ´¤q\x17 YnO# "
b"øzvaµMOˆœ\x17 µÕU[DŽ "
b"ùOá™–ˆD†³I*`í§D\x16 "
b"ùºÐ\f\x11 üKt–þb\x1F 0Fò "
b"úlëÞ¤\v IÛ¤\x14 ¹\x1A `r0ò "
b"úà6ê,\x1C Aç’Á³\x14 ™G¨s "
b"û‚P7–jL\x00 ¦\x05 "×ÏÏ\x00 "
b"üZ¸wõ®A!‚y«ƒƒË;\x16 "
b"üäü§È$H½ŠóS‘áY:ï "
b"ýq\x1A ئ«Dd¬ÃçõÎYûb "
b"ý€Ù4~ÿC\x07 ».âѹk0> "
b"ý¯,\x08 jAÿ¾ŽöC|‰ÃN "
b"ýÚA\x04 ›8D®¡j°\x05\x10 ¼Ö? "
b"ýáηtÔEV›í\x02 >/\’ "
b"þ\x07 2¿\x7F lBá¶®\x06 ¨ðÊï5 "
b"þ„ˆæ²üBZ¾Y—ýË\x00 } "
b"ÿ\v }\x08 eA€¤ë¼´Út5\x7F "
b"ÿ]l¶‡UCÜŽ7·ˆ“x…d "
b"ÿÁ¦†RuGÿžõÂebP’ª "
b"ÿæ'ÉÚ=O\f ‚Y\x1D ²Ô¹Ü\f "
b"\x01 ‹\x00 CŒ}ÿ¼8ñª2\x16 OÀ "
b"\x01 ‹\x10 8ñ,~x•æ\x07 èM¨è™ "
b"\x01 ‹)ca+t^„§D-\x0E ¥à^ "
b"\x01 ‹\x0F Ô\v õu"³(Ä‚¯†m "
b"\x01 ‹\“2ÌyÆpŠ`W£ÅË "
b"\x01 ‹\x0F Õ\x03 ÍtÝšÿ<\x15 f\x1A þW "
b"\x01 ‹ \e í±xšY\x14 ïðÕxœ "
b"\x01 ““\r sÃyù§åž´^Ù9‡ "
b"\x01 ‹)aá3y#Šb‰„Ö‚=â "
b"\x01 ‹\x00 DVJw/‰±µ“ª\t 4Ø "
b"\x01 ‹\x0F áYbw…‰È^\x1E ]"Š) "
b"\x01 ‹ \x1C „Ppû«²¢\x12 Hï^& "
b"\x01 ‹\x00 E%({ð±Y験²B\x00 "
b"\x01 ‹)6÷¢z\x01 ‘ØÿF\x1D\x10 QŒ "
b"\x01 ‹)\x1F ò{{0ƒz†È¶m‰\x00 "
b"\x01 ‹\x05 ŽïÅ|}œžc™<9Ò£ "
b"\x01 ‹ \e ”…qK‹D™‹U¬Ú\x08 "
b"\x01 ‹)c9q°£¶{\x05 ¼ÎvM "
b"\x01 ‹)-ç\x1D ~K€/Ì&\x10 ÔÖ³ "
b"\x01 ‹\x0F Ó\x1A 5\x7F Þ¨\x11 ÆAìÆÄ "
b"\x01 ‹\±€;wz„^¿\x16 'ò\x0F = "
b"\x01 ‹)6\x1F ¥~|°Æ÷‚\x16 ¯]T "
b"\x01 QöÔ\x7F\x14 ‚Œ\f 3a\x05 u "
b"\x01 ‹)dM\x1F y;ŽôÑ“ç\v ?“ "
b"\x01 ‹)\x08\x04 ž\x7F z‡Ú¹\x02 Ίƒ† "
b"\x01 ‹\±5;uH†ÑM\x05 @»Åo "
b"\x01 ‹\x0F ÔOÛzí¡Y\v mÂÖê "
b"\x01 ‹ \x1D —Èx[yÇ\f ôn~\x08 "
b"\x01 ‹ \e Ìmp½©Î\t ¹”JJë "
b"\x01 ‹\x0F ÷—sq\x16 Ž‘\x17 ø©Ãæ "
b"\x01 ‹)\x07 άsƒŠßhõ\x04 °þC "
b"\x01 ‹)5¾st\x13 …9\x7F б=Do "
b"\x01 ‹\x0F ú$S}`\x01\x7F ŸÇ\r \x7F ì "
b"\x01 ‹\x0F Æ£z\x03 ¯\#\x12 ŠZÑ "
b"\x01 ‹*\x0F :®uº‡`\x06 ?\x19 —L… "
b"\x01 ‹\x00 D(æq%—6^PK\x16 ÒÙ "
b"\x01 ‹)\x1F\x16 ‡q!›ÜKÖâ:¢ "
b"\x01 ‹\°Ò\x1F p”²õ\x18 p\x16 ™¿\x00 "
b"\x01 ‹\žºry\e þãƒ7óÞ "
b"\x01 ‹)\x07 U¸t˜´ÙX¤\x11 ݲu "
b"\x01 ‹)\f\x11 Þp’¯f\v >\f gÈ "
b"\x01 ‹\x05 ŽE…rb‹™Æ¨_Æí% "
b"\x01 ‹) Aþ}ß¹{ç$“Jà· "
b"\x01 ‹)\x08 ½”x.‹R¡.aGÓ\x04 "
b"\x01 ‹\—¯µ\x7F î±C}XÓ\x04 úå "
b"\x01 ‹\ªŠvrZ·³¼ñá\x16 “ "
b"\x01 ‹%%]ƒ|rºXaåºÌ7” "
b"\x01 ‹)\x1F r9tP¢n4ÿ\x15 øE6 "
b"\x01 ‹)5ž;{Ѿ\x19 '‡XrÇW "
b"\x01 ‹\x0F Ȫªp`³ŽsÒ-é "
b"\x01 ‹).S=~ÛŒì7†º»s\x7F "
b"\x01 ‹*\x0E ¨\x19 s‹ŽZzUš³î "
b"\x01 ‹\ ÌÁx~‘N:šyšøí "
b"\x01 ““\x02 Ç“r…w“Þ%óSo "
b"\x01 ‹\x05 …ø=vÊš\x14 €Ù/\x02\x13 ¤ "
b"\x01 ‹\x0F Ç-Áy`ªå_·WgˆÕ "
b"\x01 ‹\x0F ÒÁ\x11 |Ž…W‚þ“ºèý "
b"\x01 ‹)b\x12 qªñ?å}T\t Ô "
b"\x01 ‹\¶&xy\x05 …O*\x07 ¥¯è¹ "
b"\x01 ‹\x0F ÈMuw\x17 L^[w·£ "
b"\x01 ‹%$”£}\x15 ’ì–o×\x15 ÕJ "
b"\x01 ‹)5R•q²€NÂDÒöga "
b"\x01 ‹ \e OÀwv·ì\x02\x03 RµÐ "
b"\x01 ‹\x0F öº£r‹µ\x18 ]¢ýB©` "
b"\x01 ‹\x05 Ž‚åzŒ¡œ!ëÝÛ\x10 ® "
b"\x01 ‹\x0F Åæ\x17 |v‰K`¿tÙÜ\f "
b"\x01 ‹\x0F ÷#uvä‘\x05 §.écs\x10 "
b"\x01 ޤ0w]s*´Uný«þU£ "
b"\x01 ‹\x0F Æö}yï§hevàì\x06 "
b"\x01 ‹%\x1F W\x1F }\t Ÿ¥J»>_‚ª "
b"\x01 ‹\™n_q‡ JP\x16 ÐÃq\x1E "
b"\x01 ‹\¬ÐtÙ²×½Û>ÿ "
b"\x01 ‹\x0F ß2\x13 vª‚ãƒDÿW\x0E ¡ "
b"\x01 ‹)\x08 w\x\x17 ¢O'\x1E jRÊ\e "
b"\x01 ‹\2¢x‰‚=Ý\x7F .o*6 "
b"\x01 ‹\›+\x16 q jYí…\t ] "
b"\x01 ‹\Ž]üx#¬ìáRBP|’ "
b"\x01 ‹\x00 D‘Œpò·nþÖ,½9 "
b"\x01 ‹\x0F È\x1A Dz_´ƒ\e ž‹Q%k "
b"\x01 ‹\x0F Ós\x10\x7F +»\x1C ïÔHN/E "
b"\x01 ‹\x0F Ó¥\e zˆ–\t µ\e œ\r 7 "
b"\x01 ‹\x0F Ô}\x15 tïÃÝrÿÒÕ± "
b"\x01 ¥U.F\x7F £ÔÀK1hÛë "
b"\x01 ‹)\x1F ¡’\x7F t“§\x1C B¡ù?R "
b"\x01 ‹\x05 ŒO½z›GÙË\x19 ÌBŽ "
b"\x01 ‹\x0F Ç„b\x7F ޹\x10 °üí\x00 ^p "
b"\x01 ‹)\v Ë\x18 rqš:îõE7$d "
b"\x01 ¥Tçt³š£é¼¶9 "
b"\x01 ‹\x0F ÔÐÃ{ͳµXcq\<é "
b"\x01 ‹\x0F Ý(†yÆ€®Q?¾C. "
b"\x01 ‹) ‰>v\r ²'wªôN\x01 ? "
b"\x01 ‹)b%‹w±˜Ç‹rI\t $ò "
b"\x01 ‹*CuŸwȵLm\x14 b5Ee "
b"\x01 ‹\x0F ÷L‰tDºï[œµKm! "
b"\x01 ‹)\f —‰p²®òLÍô âh "
b"\x01 ‹)a—mu)¤BäûNá`W "
b"\x01 ‹*\x0F n\x1A qûœ‚w1\x12 +\x08 ã "
b"\x01 ‹\x05 † \t tã¾kük±É;¨ "
b"\x01 ‹\x05 Œ\f =z]¬\x1F AIbùC "
b"\x01 ‹% m©q\x14 …«\x18 | ' "
b"\x01 ‹\x0F øYÔxz¹Á2m~”Š< "
b"\x01 ‹ \x1C ©6~Í‹@\x01 ¥\x14 ©\x13 Ò "
b"\x01 ‹*C0d|X¾N:ÁF\x10 ± "
b"\x01 ‹*C¨ôtÒ’è\x02 Â#)¦v "
b"\x01 ‹\x0F Æo”p\x19 ¬ÑÕée\x1E Ðö "
b"\x01 ‹\x0F ù\x17 ývs¼vw\x0F þ: "
b"\x01 ‹\x0F à—¥x¬½G2ŽLÄA- "
b"\x01 ‹ \x1D\x10 \|Uª\x04 k\t ÿ¬°ó "
b"FdP¡î\x1C D\x1A ¯•S‚Æå†4 "
b"ÝŒÿeÄ—A‚“<Lí3I¨ "
b"\x01 ‹\x0F áÄI}ý› j\x08 2¹ï8 "
b"\x01 ‹%"º,s5™"MDO‘‡é "
b"\x01 ‹\x0F Æ$Ö\x7F {›áIBOýª "
b"\x01 ‹\x0F Ç¿_{5Ÿ\x06 ~V“¾C› "
b"\x01 ‹\x0F à@'s™¨¢6üS¥mž "
b"\x01 ‹\x0F æ:\x01 xB¶âΰ«q¶ï "
b"\x01 ‹)6”\x03 x¿“mI%˜fŽ "
b"\x01 ‹\®Atq^µ>“¡xyo\x1F "
b"FûŒ~f^GŽ©Ñ‡8ò<5a "
b"\x01 ‹\x0F àüdwÁ¦\r \x06 ¶ BZE "
b"\x01 ‹\x1A Ù£mp\x18 º\x18 þ¨H÷$\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 (0x933AB837C18240B68E28139355FB69C5 , 0x9370E0B5AE2B41DFAC17F6E46B9EE6DC , 0x9384B85E4FB44F098D5F767CF99F6664 , 0x9391FA7D1C11409DB9C2F3A1C4CF3938 , 0x93B4AA6D08C348C8A9544429AFC93F1A , 0x93CCEC500CDF486096EE33F2CE1A71B4 , 0x93DD2A8F6CA0438DA4C1E439CD13E7B3 , 0x9457102F1EFD418EAB20FE8935308F26 , 0x9462C2575C23480BB111E8C268C21C49 , 0x95DBFC216A6C4C7185C9F1E6F5490370 , 0x95FCAF8C684B46A2B7DBC27EDFD53458 , 0x9641FD99E08C4F0E8B4C4125B14A86AB , 0x966A62CC0F7E4A31AC516D1800DC7A04 , 0x968F6A47827B4E16AA515252ACB73A79 , 0x96E7D9BBD19041CFB7EDDE1861FFB835 , 0x96F3530E6669426EB233A923CE97A843 , 0x96FA9022C2AE416D9F47844727502363 , 0x97E0CA6661AE47169BD4C1A2E32B3B24 , 0x985C37006E244907A95F48B004475449 , 0x99D816BBCBE64A00A2F62C8B012543CF , 0x9A59416E8BFA4AF281D3DF3E4A3DB99E , 0x9AC2881A2E1A47B2AC541EE60752BEB6 , 0x9AC88885289B427ABE0F9F62DC1A7DA0 , 0x9B42FA79A08346E59AA32F2B69B19AD3 , 0x9B8B5AECE0AA41F58FEAA4A7F784CEA5 , 0x9B9EBA48D822410AACCDF55A30AFAFB9 , 0x9C47DE8DE0904FEF892FB33D66BD812B , 0x9C7DA9C7975A411492AD876DC9CAD9D1 , 0x9D223235F419498E9F93F8EFD35EEAEA , 0x9E783D888D23454C8D486D5C273B5EF5 , 0x9EF86761209441E19E6A61E5DE76E015 , 0x9F66BC64527045C8A7007E377C85C4BA , 0x9F81A46E96EE483ABD4184DDEB35272F , 0xA0A40220E4F24AE9B76CFFB4EE7A7625 , 0xA16159BAC6C8471083486ACEBBE55933 , 0xA1DADDD4D2E74668929F6D528A220CC4 , 0xA2202D491BBD4CB490F477295E129D8E , 0xA22099AA743A44CE874BD35043DE8AF2 , 0xA22BB26594EA43BCA6807C28A303E8E7 , 0xA263F78DD8D54A7E900B7B972643E086 , 0xA296433AD68349C0A1B59B744FFD7260 , 0xA2A7335580A64D9B90723C9FA7CFF278 , 0xA2BCA2E133FD482F9F251A07CA31CD18 , 0xA2E7E1F1007844A781CFDFBCCF29DC26 , 0xA30468E9C84B446F839DB1DBE5B0DC3F , 0xA33A08D17C7E479AB3E88062A07519BE , 0xA42159D7E1194551A5167A0F0A3224A9 , 0xA4C66583637E4E48ACCAB53632346DCC , 0xA4D8B867E484424FACD4C45D27C9E942 , 0xA4DA11B0CB8A401691F782A99268FA0E , 0xA5C699D11946492084BE2F5F14E15F01 , 0xA69F6901B28E4A4EB962C251C7605F07 , 0xA783D3FDB01F48A486B17E5AF38F62BD , 0xA981B3C0886A4565B5099F62D60E9A8F , 0xA9F0A484F8734D138B54C545C7CBBFFF , 0xAA27E60A1D2A49C7B3A1A3949CF88EA1 , 0xAAF5DA0C3C284A7F8923D743E51AB6AA , 0xAB1D202D3E8D4E48BB00A1FC6E9263E8 , 0xAB5E3C285FB54CC69F0027B4CC4907EC , 0xABA304E5DAAB47609B337AA574C2CDC3 , 0xABA9D835DD7444E7960A6527782BFDAA , 0xABB80D243F034A76A323E1FFCD52E749 , 0xAC8E854B82FB4DEF9BB00C4539006935 , 0xAD98D801B04B440097FF67E80D83C46E , 0xAE609828F2F6470EB7660AD6A02B6162 , 0xAEB18511822F4C7A851B6A0C2F92FE3D , 0xAF555572826C4F069DB390561D96F170 , 0xAF5C60D401154B2DB434C2B83233DECD , 0xAF97E96366D042F8A60667A8814A0C92 , 0xAFBEDA58940E40138501D59FD3F328BC , 0xB06718BDD8CE4A7BBD390BF71601D8A7 , 0xB11A8DB1691745589DAE06911CB65437 , 0xB197B0E1A7A840A1AE409882F1C1E535 , 0xB1C7573373BE4BC7A88BD6C0CCC5D499 , 0xB2263999CC064F0EBC8BBC81887B75FB , 0xB3A288AA66A74EBABC6A98EF6DAC80F8 , 0xB3BA72CE87E04112AC647BE9FA8B8997 , 0xB3D1D6E298F6405A81E6741360813BD3 , 0xB405E33B00AE4823A8E39B525E045F9F , 0xB432197EEC14447D8C49744E1CC891A6 , 0xB465CAE9190F467EBCB0190322E92447 , 0xB4A0ECCB9C5041A7864B07B680713189 , 0xB511E6A437F9417381A183641800D146 , 0xB6133FA65CE1499B9271D6E836BAFC27 , 0xB6AD770A540942B8B933CAFDCC69A8D6 , 0xB7312C5814F5421EB707243710F7C062 , 0xB78CA38F01F647E6854C4A555EB885D8 , 0xB7FD481B181D478E918031AB3BF729E2 , 0xB8240B8206604C858A44FC8278D6BB27 , 0xB8882BF9E3AB42FA84FD197D916714BC , 0xB8B381BA423C48DDA3636C7E69C8179A , 0xB8FB7DE67FD140158AA5C5B06F4C37DD , 0xBA1E4462DE2E47ACBFD69881A7773401 , 0xBA4E385F557B4995B19D386ABABAD474 , 0xBA67430238494A46AA4F79F487BC085C , 0xBA8DF3ABB757444BBAAB4E0E94A4DF7A , 0xBAF12E2D506F443F8DBFF8DBB518F2A6 , 0xBB0EB4E7D9894E60B3E714440FA80FE3 , 0xBB597433A4694AF3A0B1A0F2325EDA06 , 0xBC961B710A7E43A68D807561F14B1004 , 0xBCD0636BE8D54ED49F3DBFCBE4B06D2B , 0xBCEB12DCE9B14C0BA5B3E20A9A64F032 , 0xBCFCE27DCD7846D6968621E9BC21D0EC , 0xBD2E30AC8790439FB78BE5CEF7C64EBC , 0xBE0FA68E12EB4EE4BEAFC2C0AE90419D , 0xBE261AB116B24E7AAF83BDB85726862F , 0xBE3FC6A63B574F2AA937B7484C75F34B , 0xBF77B1C15C1444BE9F22640D88470C38 , 0xC015410AA5DB4BE090B0D886ABC9BED2 , 0xC056FD9A291A4AB7971F3E6EEA9D9178 , 0xC082EFCAF941492885CCC3FB684912B9 , 0xC0845F93972D4CC9BCD7A6C807BB5283 , 0xC1D60D358D6649FD8EA2C03F30D1539E , 0xC1FAA2A974A74DF881AD0A7298DB795C , 0xC2038A0B062A4F06A37858CFBE5AB8E4 , 0xC37122C00DD14DFDB9C32A04ACFBBDD7 , 0xC38DB86427E54F9485AD0913227FFE1F , 0xC3B6C2AB608D45A5A24CA9DDCCD12EB6 , 0xC3E7C06CE483452EB29AD0212FC228BA , 0xC4605996F669442B9D540887FD2F066E , 0xC4A4509ECC4749A18940785E0FC274D7 , 0xC542624412B540EFAE1D3505C00A3120 , 0xC5C804C28278492C98721B8ADC6993AF , 0xC66BB26277E54B5F9B72EB740C7796BF , 0xC68E36BA8B974751865014AC03908560 , 0xC79A4DB2CC98475D825925E0B9DF700E , 0xC8576D8430464562A9A599753C0083B5 , 0xC8B8B0433AB14B4CB028F089EF67AF85 , 0xC8CE7BF9D22742B5972998BDBE851EF0 , 0xC9B231ECE13A4613B2D6914504006F8D , 0xC9BDA37625B843979376B18692FFD495 , 0xC9CA76E6C3C747508C69F1B72AC32697 , 0xCA12D6E0208E4C13A8A2FBFDEC70B4BE , 0xCA8E270549F9457D9642F69A689D2063 , 0xCB9B2A9BD30D49A3BF2764D476C0438F , 0xCC59969F349E4025BDD3442E7F8BB798 , 0xCCCB7B25A87B4AD1BB85A21AE1E4C6F9 , 0xCDF8EC8A58B54C078B364B663B8F064E , 0xCE7F21A1718B427EBFB341DF90A6BD59 , 0xCF30054570074661BA9DB8CE242BF8F8 , 0xCF311AFCF2754CFA8FF433F200D8344F , 0xCF49F4261A474E4E9EEDD1D9B5A3046B , 0xCF95190B2591439FB7ABFBDD1DA4547A , 0xD01D0437D1934D6898BA737F5570477E , 0xD1963B976F6045FC9579891D5B19ABBC , 0xD1A061CA262E49068425B5734AA2C6C5 , 0xD232559930D448C2AB54BB5021A552F8 , 0xD27B9529C8334B5A814B5F41F784AB0F , 0xD2E38717700D42DF88050974A9E870B6 , 0xD334B689857F4010A69DCAF9906CD8ED , 0xD3DDAB0A191F45C080E13DB67DA3D783 , 0xD40B31179AEA4464B7529F9CADB47975 , 0xD4EB0D156FC24450A2A4813594639120 , 0xD540D325E1D24A4893ADEEDB1A1A7AE6 , 0xD55649AB8D6542DDBDC0740B7AD4B61B , 0xD5AAFBD0710A444B97673EED7A307669 , 0xD67C98D9D86841ABACA1464FC97E00F6 , 0xD6ADC54E140B49898978BED048ECD3E7 , 0xD6AEE319E4B44D7BB453B790A71AB960 , 0xD74B9A2BA04D45EF90653D7481F5A8A3 , 0xD8A4FA28091B42BE8E46178251F6C6F4 , 0xD8BC5B591A1C4ADAB6907DF653325FDA , 0xD93D03BD28CC4C748716F75AF1912308 , 0xD9AE3F06D5EF44C3ABD2FF82FD131F17 , 0xD9CF5ECF11DA4D1DA667B05C237C6EFA , 0xDA05E99C3C2648B39461AA8709623A38 , 0xDA43CE3130E242E3A425CD3E795781BD , 0xDA93D46529484AD485B01FB38D41066B , 0xDAAB801BC3BB4A3DA05FF704C1A1574D , 0xDAE3A22A7AD04AD1AD41D3B4988DA285 , 0xDBF471FE42454A6BA46BCF24C1216EFB , 0xDC27930CA0604C2DB8E1AEA63BD8114B , 0xDC29CA2CA8BA45CDBD067ADE79983760 , 0xDC3DF79787F94F43928A9D45F0D1469E , 0xDC740657DA6C463CAFE4F5B504C70693 , 0xDD6B2F14B9954EA58AD6FB72BF4E461C , 0xDD8600722A2345EEB21CB5B2B0469C87 , 0xDDCAD2A2CA5045B4BF83BD2FF032C062 , 0xDE04E07DC3974BA59C8ACB0EDA216941 , 0xDE3255E040DD48EBBB67EC103614FD4D , 0xDE87341EFF564DB68B6E371D0354D985 , 0xDED84DC72E854B0D9EDDF982ECD1E881 , 0xDF1586E943BC414BB19E41AD1C08C940 , 0xDF3A70C78FD5435EAF96FF9716FE2C94 , 0xDF901EAAA21F4741AB18988353430326 , 0xE06D2D1F35674AAF9A103A209AD8821B , 0xE0C43A9390794AFFB936CF32E46BA11A , 0xE1332417F7894C9DA272F0F7F3F64F3F , 0xE1DBD12190DB4AF79096A45B2F6D3171 , 0xE32FBCC919DF4BFFA26599B943468712 , 0xE3FF898A89A949FF8C4D8B956528AD26 , 0xE482C9D1F05748A4B91686DFAA39C7D2 , 0xE484E5896F364C67B5EA45F8DC737A68 , 0xE48E2DEC6DA14E1F867CC2A82BDA8936 , 0xE4EC4DC4179046DBB4ACB12B589E20E8 , 0xE554741FDB9A4789BDED5741A82A896A , 0xE56330DAAE43409EB5848A83AF44FB3A , 0xE57CED1D21244639956DAC5B0C522361 , 0xE5C81BE9A69144329E2984873F17EFFD , 0xE5F5044381E14412A41EE43BC26E4AF2 , 0xE678809E26034B6481F54D5575417BF4 , 0xE6E24BB52D894E7BBE9F9472737ED7E3 , 0xE77E342AB56946BEB6CE94AE923B5FE2 , 0xE80C94DFBE664DC0B14ED32A1E63FEDA , 0xE90FA54C177F4879A93D532D193BAC2E , 0xE98E01A1C85A4C30A29EDA19EE1A3684 , 0xE9B3ABF2012D430AB0FCCB2F91549B38 , 0xE9C7FF00C23D4D94BD39FB32AEA9D70C , 0xE9D7B4C3ED5F477D99217453BC920CF6 , 0xEA2C0C0C03BF4BDEAE9D4D884016FC15 , 0xEAE572031104454A93B6E598C5E67B42 , 0xEB02895585CE4A1EAC17732EDA97E9D1 , 0xEB2C26165BDA4BC29B3B699B0D2E6C22 , 0xEB31215411834519AA305CF90CE14EE4 , 0xEB6D176238EF441FA17629CC4CCFCC33 , 0xECEC8E922E7E45DDAFA784B078920ACE , 0xED32B68B041E4A3488A4C6131B8C2DE2 , 0xEDEE616E25E7490181B1A34810392B82 , 0xEDFE6ACA76F94FBEAF1B790C98E8E7C8 , 0xEE9024BDF33E41438BF122F97A4E7C0C , 0xEE91BE0887154A1CBD17DD0F58693146 , 0xEEFA7DF70B4940F1A8089A747691AA48 , 0xEFD422383774413AB376F3E0930ABCFE , 0xF04FA54C982E40D89A262C545E03225B , 0xF117D29D98174CDBBAFD0BBFF541CE59 , 0xF12704CB1C704BF3A83B43C035CB9056 , 0xF14910CA239D42AD9AA17EAB6D9C8651 , 0xF1D390E38D15486EBB9BD7C24F3689CD , 0xF201880600884ADCB101CA4CB6B28772 , 0xF27F43612CB74C159303CB95E13F5A8E , 0xF336984508F64138B136B6753D060618 , 0xF34FFBE5A5C5484989CCBE375AB93DE4 , 0xF3583E7746A7499C8C63163223EA44D1 , 0xF3D60B8458A548C7A278197DE336EF30 , 0xF422317BC7794349952A94550798D0A7 , 0xF449EAFE3A0B42DAAE748592E6FF71D6 , 0xF44F5AC883E347AAA2605680A2BA15FE , 0xF5153FBC5A914CC1A75515D6B0757BC1 , 0xF555ECB8185A404084FCB5006D23C78D , 0xF5EAC1F4162448BD9EF3B1C4117ED667 , 0xF7736066B72D4310B4A47117596E4F23 , 0xF87A7661B54D4F889C17B5D5555B448D , 0xF94FE19996884486B3492A60EDA74416 , 0xF9BAD00C11FC4B7496FE621F309D46F2 , 0xFA6CEBDEA40B49DBA414B91A607230F2 , 0xFAE036EA2C1C41E792C1B3149947A873 , 0xFB825037966A4C00A60522D7CFCF0020 , 0xFC5AB877F5AE41218279AB8383CB3B16 , 0xFCE4FCA7C82448BD8AF35391E1593AEF , 0xFD711AD8A6AB4464ACC3E7F5CE59FB62 , 0xFD80D9347EFF4307BB2EE2D1B96B303E , 0xFDAF2C088F6A41FFBE8DF6437C89C34E , 0xFDDA41049B3844AEA16AB00510BCD63F , 0xFDE1CEB774D445569BED90023E2F5C92 , 0xFE0732BF7F6C42E1B6AE06A8F0CAEF35 , 0xFE8488E6B2FC425ABE5997FDCB00A07D , 0xFF0B817D08654180A4EBBCB4DA74357F , 0xFF5D6CB6875543DC8D37B78893788564 , 0xFFC1A686527547FF9EF5C265625092AA , 0xFFE627C9DA3D4F0C82591DB2D4B9DC0C , 0x018B00438F8C7DFFBC38F1AA32164FC0 , 0x018B1038F12C7E7895E607E84DA8E899 , 0x018B2963612B745E84A7442D0EA5E05E , 0x018B0FD40BF57522B328C482ADAF866D , 0x018B5C9332CC79C6AD708A6057A3C5CB , 0x018B0FD503CD74DD9AFF3C15661AFE57 , 0x018B201BEDB1789A815914EFF0D5789C , 0x0193930D73C379F9A7E59EB45ED93987 , 0x018B2961E13379238A628984D6823DE2 , 0x018B0044564A772F89B1B593AA0934D8 , 0x018B0FE15962778589C85E1E5D228A29 , 0x018B201C845070FBABB2A21248EF5E26 , 0x018B004525287BF0B159E9A893B24200 , 0x018B2936F7A27A0191D8FF461D10518C , 0x018B291FF27B7B30837A86C8B66D8900 , 0x018B058DEFC57C7D9C9E63993C39D2A3 , 0x018B201B9485714B8B44998B55ACDA08 , 0x018B296339AD71B0A3B67B05BCCE764D , 0x018B292DE71D7E4B802FCC2610D4D6B3 , 0x018B0FD31A357FDEA811C641ECC6C4C2 , 0x018B5CB1803B777A845EBF1627F20F3D , 0x018B29361FA57E7CB0C6F78216AF5D54 , 0x018E9051F6D47F14828C0C3361058F75 , 0x018B29644D1F793B8DF4D193E70B3F93 , 0x018B2908049E7F7A87DAB902CE8A8386 , 0x018B5CB1353B754886D14D0540BBC56F , 0x018B0FD44FDB7AEDA1590B6D8FC2D6EA , 0x018B201D97C8785B9D79C70CF46E7E08 , 0x018B201BCC6D70BDA9CE09B9944A4AEB , 0x018B0FF7977371168D911720F8A9C3E6 , 0x018B2907CEAC73838ADF68F504B0FE43 , 0x018B2935BE73741385397F8AB13D446F , 0x018B0FFA24537D60AD017F9FC70D7FEC , 0x018B0FC6A38F7A03AFAD5C23128A5AD1 , 0x018B2A0F3AAE75BA8760063F19974C85 , 0x018B004428E6712597365E504B16D2D9 , 0x018B291F168771219BDC4BADD6E23AA2 , 0x018B5CB0D21F7094B2F518701699BF00 , 0x018B5C9EBA8F72798F1BFEE38337F3DE , 0x018B290755B87498B4D958A411DDB275 , 0x018B290C11DE7092AF660B3E0C67C890 , 0x018B058D458572628B99C6A85FC6ED25 , 0x018B292041FE7DDFB97BE724934AE0B7 , 0x018B2908BD94782E8B52A12E6147D304 , 0x018B5C97AFB57FEEB1437D58D304FAE5 , 0x018B5CAA8A76725AB7B3BCF1E1169093 , 0x018B25255D837C72BA5861E5BACC3794 , 0x018B291F72397450A26E34FF15F84536 , 0x018B29359E3B7BD1BE1927875872C757 , 0x018B0FC8AAAA70608EB38D9F73D22DE9 , 0x018B292E533D7EDB8CEC3786BABB737F , 0x018B2A0EA819738BAD8E5A7A559AB3EE , 0x018B5CA0CCC1787E914E3A9A799AF8ED , 0x01939302C7937281857793DE25F3536F , 0x018B0585F83D76CA9A1480D92F0213A4 , 0x018B0FC72DC17960AAE55FB7576788D5 , 0x018B0FD2C1117C8D855782FE93BAE8FD , 0x018B2962811271AA9FF13FE57D5409D4 , 0x018B5CB626787905854F2A07A5AFE8B9 , 0x018B0FC84D757717A04C905E5B77B7A3 , 0x018B252494A37D1592EC966FD715D54A , 0x018B2935529571B2804EC244D2F66761 , 0x018B201B4FC07776B7EC81020352B5D0 , 0x018B0FF6BAA3728BB5185DA2FD42A960 , 0x018B058D82E57A8CA19C21EBDDDB10AE , 0x018B0FC5E6177C76894B60BF74D9DC0C , 0x018B0FF7237576E49105A72EE9637310 , 0x018EA430775D732AB4556EFDABFE55A3 , 0x018B0FC6F67D79EFA768659076E0EC06 , 0x018B251F571F7D099FA54ABB3E5F82AA , 0x018B5C996E5F7187A04A5016D0C3711E , 0x018B5CAC90D074D9B2D79DBDDB3EFFC2 , 0x018B0FDF321376AA82E38344FF570EA1 , 0x018B2908775C7817A24F271E6A52CA1B , 0x018B5C9032A27889823DDD7F2E6F2A36 , 0x018B5C9B2B167181A06A59ED8509905D , 0x018B5C8E5DFC7823ACECE15242507C92 , 0x018B0044918C70F29DB76EFED62CBD39 , 0x018B0FC81A447A5FB4831B9E8B51256B , 0x018B0FD373107F2BBB1CEFD4484E2F45 , 0x018B0FD3A51B7A889609B5811B9C0D37 , 0x018B0FD47D1574C3AFC3DD72FFD2D5B1 , 0x018EA5552E467FA381D4C04B3168DBEB , 0x018B291FA1927F7493A71C42A1F93F52 , 0x018B058C4FBD7AC29B47D9CB19CC428E , 0x018B0FC784627F8EB910B0FCED005E70 , 0x018B290BCB1872719A3AEEF545372464 , 0x018EA554E79074B39AA3E9C2BCB6AD39 , 0x018B0FD4D0C37BCDB3B55863715C3CE9 , 0x018B0FDD288679C680AE513FBE43812E , 0x018B2920893E760DB22777AAF44E013F , 0x018B2962258B77B198C78B72490924F2 , 0x018B2A43759F77C8B54C6D1462354565 , 0x018B0FF74C897444BAEF5B9CB54B6D21 , 0x018B290C978970B2AEF24CCDF420E268 , 0x018B2961976D7529A442E4FB4EE16057 , 0x018B2A0F6E1A71FB9C827731122B08E3 , 0x018B0586200974E3BE6BFC6BB1C93BA8 , 0x018B058C0C3D7A5DAC1F414962F98143 , 0x018B25206DA97114858EAB187CA02781 , 0x018B0FF859D4787AB9C1326D7E948A3C , 0x018B201CA9367ECD8B4001A514A913D2 , 0x018B2A4330647C58BE4E3AC1468F10B1 , 0x018B2A43A8F474D292E802C22329A676 , 0x018B0FC66F947019ACD1D5E9651ED0F6 , 0x018B0FF917FD7673BC76770F8FA0FE3A , 0x018B0FE097A578ACBD47328E4CC4412D , 0x018B201D105C7C55AA046B09FFACB0F3 , 0x466450A1EE1C441AAF955382C6E58634 , 0xDD8CFF65C4974182933C904CED3349A8 , 0x018B0FE1C4497DFD9BA06A0832B9EF38 , 0x018B2522BA2C733599224D444F9187E9 , 0x018B0FC624D67F7B9D9BE149424FFDAA , 0x018B0FC7BF5F7B359F067E5693BE439B , 0x018B0FE040277399A8A236FC53A56D9E , 0x018B0FE63A017842B6E2CEB0AB71B6EF , 0x018B2936940378BF936D4925989F668D , 0x018B5CAE4174715EB53E93A178796F1F , 0x46FB8C7E665E478EA9D18738F23C3561 , 0x018B0FE0FC6477C1A60D06B620425A45 , 0x018B1AD9A36D7018BA18FEA848F7240B );
Copy
74
0.59 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"Ø3~\x1C\x04 âJÍ£\x1A "U\x03\x12 9¸ "
b"p6˜ÿÜëFp©¬ÐkÊTÁ“ "
b"ŸÛ6·²{Fɳ\x00\x7F ?\e ,P\x06 "
b"ÐêÇI4¼M“©»-ÍÈí¥Z "
b"\x01 ŽyßH`sC¨¿"¶˜w± "
b"o×g\x1D\x01\x05 A\x0E ±†)Ó~\x16 šü "
b"Ã\x18 dw\x10 ‰BS„zy\x1A ª¾]I "
b"¨Ñ\x12 ò¸ËIÌ€¡/ޥߛI "
b"\x0E šþÇ\x13 ´Id®àÂ\x15 ßÑ÷þ "
b"é—ºÇ˾HêŠCÈ}n^N~ "
b"dÈ…EЫHˤwùÝ\x05 €ƒ§ "
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"\x14 üdZç*AÎ!Å\x0E\x02 –\x1E Ä "
b"ÔŒ\r \x15 öN¬‹q(ùåîG† "
b"\x11 €êÉÎÇJ‘¸ñÝéãaK "
b"×Á*\f ¥ C3µcC’wûµ\x1E "
b"Ý%lÊEB`¶U¶Bß\x19 œ, "
b">u\x1E }È2DØ\x7F\x04 FNú"% "
b"Â\t M:ÿˆE–ÓLâs\x17 "
b"Ž\x0E\x10 ‹KoLh”4*!\x15 üï\v "
b"¦HÀ…\x01 ˜GɪX[¬^W¯G "
b"÷Ðñvó®N‹™z?ù\x12 F%¬ "
b"èšët‰åD@‡A=*’_¦\x19 "
b"ø v½\x02 C#y¼ÉÔÚáø "
b"\x01 ŽyßHQq³žŽà\x0E ïÚ\x1A ù "
b"Û\x0E è&©pA¢§*cN+5‡ "
b"(¹^¬]ãN/¸ñ„N9H9. "
b"\x01 yßHUp—¹iè[æ.ž "
b"\x01 ŽyßHbs¢¢ÕóÀcL'ð "
b"S\x1D Ï™thI\x05 ›œÈ=ÒªG6 "
b"œÜ#R2GK¶æ¹•’Õ( "
b"û\x08 k©Ê–GT©Õ\x1F éR\x16 Ài "
b"Aò\x07 3›ED‚7\x02 —0ñ7 "
b"ôº@>LCG1€f˜Žu\x03\x11\x14 "
b"y83M+*Ea”°\x7F ³ëÂ]p "
b"+ïú-lKÌ»©Œ.¶•\x15 º "
b"v|¢^¨ÚJߎ\x1C à¤`\x0F V "
b"â=J`îGâŽ.ùx{W\x18 H "
b"ÕPÔ\x11 n9B̦†å‰Æ¥d+ "
b"\x16\x02 BÞ\x07 äB¿Žà\x12 er'Ó "
b"\x01 ŽyßHTp\x1E ºd3I(Ì¢÷ "
b"‘ýy,“óBX•ˆžÁç\x0F /[ "
b"\x01 ’L‰*)\x7F GŠ«´jŠøH9 "
b"\x01 ’LІ!qJŒužqm5\x03 0 "
b"""
\n
Å0\x1A\x16 HN‡kª-×%
"""
b"†´÷õ¬šCr‡N5uP³¼Ð "
b"9\x10 õg"MY’Rt“wfFW "
b"""
Ú\x12 k\n
q}H3¤\x03 õ@œN\t ¹
"""
b"èI6<lúE\x07 ²û\x06 )\x0E "
b"¥âLê\x03 ûL\x13 ‘\t ædøì´y "
b"纻GæÊA´‹–\t >¦Î!° "
b"Ï\x04 £˜¬øF\x0E ’ßbM\x14\x12\x05 ? "
b"µ¦x5žÐE$Œ;’\x02 ¥¿žû "
b"\x15\x13 8šñ•J§±éZ0³u¾ "
b"qâ\x0F\x1C\x1C M3¬áz-D«”r "
b"ßBðhwAÏŒV]{>.\x00 ª "
b"ÐhÀ\f ;áKå¾Ã-«Q<9/ "
b"\x18\x16 Ô¸èUI¹Uãò°ìz "
b"‚¹™hð³K)°Hï®Wú z "
b"|%Ƚа@\x02 »ö7l\r \x00 †Þ "
b"/2‡îtL"˜UÌê¬gQ "
b"‚ÜÚµa\x01 H\x7F §‡¦#¬ÀÕY "
b"Ï\x14 ÈË$šK•¤4NŽäµX³ "
b"îÆ}hþû@pºrih¦\x1A q¹ "
b"\x01 ŽyßE>rͦŸ›+\x01\x06 î\x1C "
b"ÁY¼\x06 oŠOþª{æ\x1D -MYð "
b"\x01 ŽyßI?p±ŸzÂb’Úê¬ "
b"\x01 ’™à\x01 »\x7F Û§Ò¨\x04 ž¹¢ "
b"\x01 “>‹î‰qÕ…Y\x1D /9b\[ "
b"\x17\x1F Z"°\r F=¼E{\x11 ¤où\x16 "
b"HM>Ùø>B1‹ßU³Í\x0E ¸{ "
b"\\x15 Þ»UŠOB»2“ÄEµW\x19 "
b"+§\x17 å¼Aë”…ÝÙ€\r ¿ "
b"ÐÍ{é\x7F ÎK\x14 ˜Ù*\f Ö2\x08 ` "
b"\x1C 1óÃóÖKq§qò¾ŠBOÜ "
b"ÍÇÁDÞ•ýÂ(AP\x15 ß "
b"°î-x‡N~–«¯T\x10 ~ÍŒ "
b"ê‚J>¥øC\x1F ±ß>Ⱦ¬œ0 "
b"»9\x1D ’Z\x1F Cõ˜{ódˆº÷m "
b"\x14 »‘ËrSOÚâ\x1F lÒ§K\x05 "
b"?¤5kŽ\x17 I“”Ñ6\x05 ÒìÉc "
b"Qî\x00 NK‰AüŒ˜CE;dÑê "
b"\x1F ªÛÍã¼AíŽÿv¬oÿËc "
b"mú‚MPÏGŸ›º<ï‡\÷ã "
b"\x04 Í…·'\x17 OÄ»}kR…Aû* "
b"C\x0E ËMÉÛGNŠŽ7ˆuI·\x18 "
b"ñ!‘8”ˆD|¡‹–l\x16 n¥5 "
b"\x00 6¨†k'F’‘º’E\x03 ZÞÌ "
b"ªÂL‘\x0E ÞL\x16 Ç\t 0È\x05\x10 "
b"Z\x1E ·ëùmNX©0a¬#[,› "
b"\x01 ŽyßEUpöŠü¹‘ZCì\x08 "
b"\x01 ŽyßIsqûºã-Ù-þa\x14 "
b"çÃ|Ò…HÕ¢{̤˾d "
b";ø¥l~ŒNV¼3\x11 ÏÚa[å "
b"û€\x0E Ú\x16\x06 DO¥\x04 ©\x18 gÝ>\x1D "
b"\x01 –…øûâxŠ¿IJD\e ÐÙ” "
b"ýµõ– AA}®*:Ò\x10 ¥Uø "
b"2¡”޾\f KR¶OpŽªŒ\x18 ë "
b"è\x14 åÚ\x19 ïHÒ’CØÇ*0Ö‹ "
b"‹íï\x07 ¼,HÙ¨9P›í™¿² "
b"ýÐPõðÄMã¸X;\x07 }]æM "
b"Ž&Í™ƒ–NP€Û½\x10 :Üg "
b"¯w(ÏS˜GŒíxhü"1\t "
b"ú\x05 +wõ¾Eù–bË ¨ù ™ "
b"õ!¼†?®AŸœå¨Ú†e\x00 ‡ "
b"¦ÆzꨘM²™š¬h=åØ} "
b"—0“äƒ7DÓ†¦\x14 V„Ÿé- "
b"\x1D tÂ.uÌ@‹µK8hUž£S "
b"ÕLÞkõÜLµ‡ aü»î\x03 G "
b"]ö5Ò\x1C ÑK髦‰\x0E ZUY8 "
b"ýMÑv\e EÉv‘÷ö\x13 Ì- "
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"9dOhûAIt‘Œ¤Ç\x0F Y"Ø "
b"ÇÖ´nQÞD.¨í^\x1D Ó9i\x13 "
b"M¦šªüfCº«–2 Ù\x08 ô "
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"ˆ©þd¦\x1C J\e ¶\x06 Ž`Z1\x14 w "
b"QYŠfÚHK\x17 šÙ[Er“<û "
b"\v\x03 P!ÁíO€ÜÓå}rh\x15 "
b"\x01 ‹\x00 AÏ)sÛ›\x15 A«§\x03 l¯ "
b"\x01 ‹)_IÏ|Ý€“\r \x1E ÷²\x11 ¦ "
b"\x01 ‹\x0F Ò\x1A\x1A yP‘Ž:ò\x1A "ñã "
b"\x01 ‹\’̬sC²ºGMè›0 "
b"\x01 ‹ \x1A 'V~‚œö˜\x04\x19 Þ|Ñ "
b"\x01 ‹\x0F ÚØ=pš¶ö\x17 'á¶Ã "
b"\x01 ‹)4º®s+¯çUM›\x19 ñ< "
b"\x01 ‹)\x1E ¢Q~xžAŽ\x04 ßHË9 "
b"\x01 ‹\x05 ˆ…ðqŠ”Å|ZŠöú "
b"\x01 ‹)-i¥s÷™\x00 |’S\x18 g\n "
b"\x01 ‹\°\x15 *xü¨¦1S·¹—Ð "
b"\x01 ‹%\x1D\v ˜}ý¼¯ìÇ@´cg "
b"\x01 ‹)\x06 yñqÈ–ðâxþz¼P "
b"\x01 ‹\x0F öGZyS¥Þp€‰˜žF "
b"\x01 ‹\x0F Å+\x14 }'¸ÕDãfK˜‘ "
b"\x01 ‹*\r ÆþtŸŠƒ®\x0E w‡^N "
b"\x01 ‹\ž\x19\x11 zE˜Ø?[/|å° "
b"\x01 ‹\—dvu4©ÇA•²\f "
b"\x01 ‹\©úätÞ¼\x1F Op’º~ "
b"\x01 ‹\ ‚¦zý€Š‘509ƒÇ "
b"\x01 ‹\x05 …\x03 ‡t޵~jrwg_\r "
b"\x01 ‹\µÇÀ}œ£§\x07 ‡HO;U "
b"\x01 ‹\™\x1E ,wW¸;\x18 ýNz4€ "
b"\x01 ‹\¬8àvå‚¶o¿Š\x13 Ö\x08 "
b"\x01 ‹\»•xª›\x18 ò‰\x01 '\r "
b"\x01 ‹\šá›wö…«¾\x11 Ÿ•l\x02 "
b"\x01 ‹\‹\x15 Ïy\x02 ¥Dñ㋎Ïs "
b"\x01 ‹*B\x7F È\x7F ð¨qò”T^Š• "
b"ûõ΢aÍB'žãNGãëŽ0 "
b"f´˜oºCL‰š0\v R´²1) "
b"\x01 ‹\á¶sw²ý†ãöŒ¸" "
]
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 , 0xD8337E1C04E24ACDA31A2255031239B8 , 0x703698FFDCEB4670A9ACD06BCA54C193 , 0x9FDB36B7B27B46C9B3007F3F1B2C5006 , 0xD0EAC74934BC4D93A9BB2DCDC8EDA55A , 0x018E79DF48607343A8BF22B69877B120 , 0x6FD7671D0105410EB18629D37E169AFC , 0xC318647710894253847A791AAABE5D49 , 0xA8D112F2B8CB49CC80A12FDEA5DF9B49 , 0x0E9AFEC713B44964AEE0C215DFD1F7FE , 0xE997BAC7CBBE48EA8A43C87D6E5E4E7E , 0x64C88545D0AB48CBA477F9DD058083A7 , 0x7A7244AE11374E51A1388EC2C2EBB5A4 , 0x018E79DF486171DAA6AD3CBDF31CF68B , 0x38CE0BC6F907424B931FA77158E23659 , 0x693AE02F11FA441982437CEEAA855F07 , 0x14FC645AE72A41CE8121C50E02961EC4 , 0xD4AD8C0D15F64EAC8B7128F9E5EE4786 , 0x1180EAC9CEC74AAD91B8F1DDE9E3614B , 0xD7C12A0CA5204333B563439277FBB51E , 0xDD256C81CA454260B655B642DF199C2C , 0x3E751E7DC83244D8817F04464EFA2225 , 0xC2094D3AFF8845EEA29396D34CE27317 , 0x8D0E108B4B6F4C6894342A2115FCEF0B , 0xA648C085019847C9AA585BAC5E57AF47 , 0xF7D0F176F3AE4E8B997A3FF9124625AC , 0xE89AEB7489E5444087413D2A925FA619 , 0xF82076BD02AD4323AD79BCC9D4DAE1F8 , 0x018E79DF485171B39E8EE00EEFDA1AF9 , 0xDB0EE826A97041A2A7902A634E2B3587 , 0x28B95EAC5DE34E2FB8F1844E3948392E , 0x018E79DF4855709790B969E85BE62E9E , 0x018E79DF486273A2A2D5F3C0634C27F0 , 0x531DCF99746849059B9CC83DD2AA4736 , 0x9CDC235232474BB6ADE6B9AD9592D528 , 0xFB086BA9CA964754A9D51FE95216C069 , 0x41F207339B45449D823702AD9730F137 , 0xF4BA403E4C4347318066988E75031114 , 0x7938334D2B2A456194B07FB3EBC25D70 , 0x2BEFADFA2D6C4BCCBBA98C2EB69515BA , 0x767CA25EA8DA4ADF8D1CADE0A4600F56 , 0xE23D4A60EE9F47E28D2EF9787B571848 , 0xD550D4116E3942CCA686E589C6A5642B , 0x160242DE07E442ADBF8DE012657227D3 , 0x018E79DF4854701EBA64334928CCA2F7 , 0x91FD792C93F3425895889EC1E70F2F5B , 0x01924C892A297F478AABB46A8AF84839 , 0x01924C8A8621714A8C759E716D350330 , 0x0AC5301A16484EC2876BAA8F2DD7259F , 0x86B4F7F5AC9A4372874E357550B3BCD0 , 0x3910F567229D4D599252749377664657 , 0xDA126B0A717D4833A403F5409C4E09B9 , 0xE849363C6CFA4507B2FB06EEA391290E , 0xA5E24CEA03FB4C139109E664F8ECB479 , 0xE7BABB47E6CA41B48B96093EA6CE21B0 , 0xCF04A398ACF8460E92DF624D1412053F , 0xB5A678359ED045248C3B9202A5BF9EFB , 0x1513389AF1954AA7B1E95A30B375BE20 , 0x719DE20F1C1C4D33ACE17A2D44AB9472 , 0xDF42F0689D7741CF8C565D7B3E2E00AA , 0xD068C00C3BE14BE5BEC32DAB513C392F , 0x1816D4B8E85549B98155E3C3B2B0EC7A , 0x82B99968F0B34B29B048EFAE57FAA07A , 0x7C25C8BDD0B04002BBF6376C0D0086DE , 0x2F8F3287EE744C229855CCEA8FAC6751 , 0x82DCDAB56101487FA787A623ACC0D559 , 0xCF14C8CB249A4B95A4344E8EE4B558B3 , 0xEEC67D68FEFB4070BA726968A61A71B9 , 0x018E79DF453E72CDA69F9B2B0106EE1C , 0xC159BC066F8A4FFEAA7BE61D2D4D59F0 , 0x018E79DF493F70B19F7AC26292DAEAAC , 0x019299E001BB7FDBA7D281A8049EB9A2 , 0x01933E8BEE8971D585591D2F39625C5B , 0x171F5A22B00D463DBC457B11A46FF916 , 0x484D3ED9F83E42318BDF55B3CD0EB87B , 0x5C15DEBB558A4F42BB3293C445B55719 , 0x2BA717E58FBC41EB819485DDD9800DBF , 0xD0CD7BE97FCE4B1498D92A0CD6320860 , 0x1C31F3C3F3D64B71A771F2BE8A424FDC , 0x8FCDC7AD81C144DE95FDC228415015DF , 0x8FB0EE2D78874E7E96ABAF54107ECD8C , 0xEA824A3EA5F8431FB1DF3EC8BEAC9C30 , 0xBB391D925A1F43F5987BF36488BAF76D , 0x14BB91CB72534FDA81E21F6CD2A74B05 , 0x3FA4356B8D17499394D13605D2ECC963 , 0x51EE004E4B8941FC8C9843453B64D1EA , 0x1FAADBCDE3BC41ED8DFF76AC6FFFCB63 , 0x6DFA824D50CF479F9BBA3CEF875CF7E3 , 0x04CD85B727174FC4BB7D6B528541FB2A , 0x430ECB4DC9DB474E8A8E37887549B718 , 0xF12191389488447CA18B966C166EA535 , 0x0036A8866B27469291BA9245035ADECC , 0xAAC24C910EDE4C1690C70930C3880510 , 0x5A1EB7EBF96D4E58A93061AC235B2C9B , 0x018E79DF455570F68AFCB9915A43EC08 , 0x018E79DF497371FBBAE32DD92DFE6114 , 0xE7C37CD29D8548D590A27BCCA4CBBE64 , 0x3BF8A56C7E8C4E56BC3311CFDA615BE5 , 0xFB800EDA1606444FA504A91867DD3E1D , 0x019685F8FBE2788ABF494A441BD0D994 , 0xFDB5F596A041417DAE2A3AD210A555F8 , 0x32A1948EBE0C4B52B64F708EAA8C18EB , 0xE814E5DA19EF48D29243D8C72A30D68B , 0x8BEDEF07BC2C48D9A839509BED99BFB2 , 0xFDD050F5F0C44DE3B8583B077D5DE64D , 0x8D26CD9983964E5080DBBD103ADC678E , 0xAF7728CF539847AD8CED7868FC223109 , 0xFA052B77F5BE45F99662CB20A8F9A099 , 0xF521BC863FAE419F9CE5A8DA86650087 , 0xA6C67AEAA8984DB2999AAC683DE5D87D , 0x973093E4833744D386A61456849FE92D , 0x1D74C22E75CC408BB54B3868559EA353 , 0xD54CDE6BF5DC4CB587A061FCBBEE0347 , 0x5DF635D21CD14BE9ABA6890E5A555938 , 0xFD4DD1761B9045C99F7691F7F613CC2D , 0x44D54724033E439ABD11E6DB22E735E3 , 0x1AC15CE6700C40D4A7DFA0930C30EF26 , 0x3DA303E4E4344B0D8B2CBD220375C658 , 0xA7177F75FF4D453F824548DEBA9A2E7E , 0x3F2F36BCE10B4B69BF78662973D57B06 , 0x39644F68FB414974918CA4C70F5922D8 , 0xC7D6B46E51DE442EA8ED5E1DD3396913 , 0x4DA69AAAFC6643BAAB9632A0D90881F4 , 0xE1DF59B20DE54C0C9E365A032FDF7E57 , 0xFD49125389864916B3A9FFEE9D176AD4 , 0xD9359910D1AD42E59D05F638F8EFFF6E , 0x28880515D0F844709FA2D91B87768158 , 0x930298F9BCED44F689C09ED792BDE8E8 , 0xCB44E9C64040440BABC50E9990FF28AA , 0x88A9FE64A61C4A1BB6068D605A311477 , 0x51598A66DA484B179AD95B4572933CFB , 0x0B035021C1ED4F809DDCD3E57D726815 , 0x018B0041CF2973DB9B1541ABA7036CAF , 0x018B295F49CF7CDD80930D1EF7B211A6 , 0x018B0FD21A1A7950918D3AF21A22F1E3 , 0x018B5C92CCAC7343B2BA474DE8C29B30 , 0x018B201A27567E829CF6980419DE7CD1 , 0x018B0FDAD83D709A90B6F61727E1B6C3 , 0x018B2934BAAE732BAFE7554D9B19F13C , 0x018B291EA2517E789E418D04DF48CB39 , 0x018B058885F0718A94C58F7C5A8AF6FA , 0x018B292D69A573F799007C925318670A , 0x018B5CB0152A78FCA8A63153B7B997D0 , 0x018B251D0B987DFDBCAFECC740B46367 , 0x018B290679F171C896F0E278FE7ABC50 , 0x018B0FF6475A7953A5DE708089989E46 , 0x018B0FC52B147D27B8D544E3664B9891 , 0x018B2A0DC6FE749F8A83AE0E77875E4E , 0x018B5C9E19117A4598D83F5B2F7CE5B0 , 0x018B5C97647675348FA9C7419F95B20C , 0x018B5CA9FAE474DEBC1F4FAD7092BA7E , 0x018B5CA082A67AFD808A9135303983C7 , 0x018B05850387748DB57E6A7277675F0D , 0x018B5CB5C7C07D9CA3A70787484F3B55 , 0x018B5C991E2C7757B83B18FD4E7A3480 , 0x018B5CAC38E076E582B66FBF8A13D608 , 0x018B5C8FBB9578AA9B18F289AD01270D , 0x018B5C9AE19B77F685ABBE119F956C02 , 0x018B5C8B15CF7902A544F1E38B8ECF73 , 0x018B2A427FC87FF0A871F294545E8A95 , 0xFBF5CEA261CD42279EE34E47E3EB8D30 , 0x66B4986FBA434C899A300B52B4B23129 , 0x018B5CADE1B67377B2FD86E3F68CB822 ));
Copy
75
0.17 ms
SELECT `acl_role` . `privileges` AS `privileges`
FROM `acl_role`
INNER JOIN `app` ON `app` . `acl_role_id` = `acl_role` . `id`
WHERE `app` . `id` = ?
Parameters :
[
b"\x01 ˜§¶Ò}p\f ·P>ó‰b+˜ "
]
SELECT `acl_role` . `privileges` AS `privileges`
FROM `acl_role`
INNER JOIN `app` ON `app` . `acl_role_id` = `acl_role` . `id`
WHERE `app` . `id` = 0x0198A7B6D27D700CB7503EF389622B98
;
Copy
76
0.31 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"\x01 ’qKt\x10 s®†˜ã‘tìúc "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0x0192714B741073AE8698E39174ECFA63 );
Copy
77
0.29 ms
SELECT url FROM sales_channel_domain
SELECT url FROM sales_channel_domain ;
Copy
78
0.19 ms
SELECT url FROM sales_channel_domain
SELECT url FROM sales_channel_domain ;
Copy
79
1.75 ms
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `technical_name` = ?
Parameters :
[
"TcinnThemeWareElectric "
]
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `technical_name` = 'TcinnThemeWareElectric' ;
Copy
80
0.40 ms
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1 ;
Copy
81
0.31 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"éW ¶n\x05 Be“*=O\x1D uê$ "
]
SELECT path FROM category WHERE id = 0xE95720B66E054265932A3D4F1D75EA24 ;
Copy
82
0.27 ms
SELECT `min_search_length` FROM `product_search_config` WHERE `language_id` = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `min_search_length` FROM `product_search_config` WHERE `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
83
0.27 ms
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > ? )
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > NULL );
Copy
84
0.61 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"i›í$xñIz™ÌZ@±rÉç "
b"1—\x7F H†ZDQ™;°mâS·½ "
b"Æ+²ÚÏO\x1C ¢eŽû|¯} "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x699BED2478F1497A99CC5A40B172C9E7 , 0x31977F48865A4451993BB06DE253B7BD , 0xC62BB2DACF814F1CA2658D8FFB7CAF7D ));
Copy
85
0.48 ms
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > ? )
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > NULL );
Copy
86
0.72 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/0abc4ff52fb6477d8ae9e3b4601ab876 "
"/detail/11238aa1b24e40eb85c1735343e72a17 "
"/detail/1a0fcafc8bfc4d199e6ee61a1b20aebd "
"/detail/1db78edd2ba74950a9d482e3c1baa3ba "
"/detail/57fa14780ba544659befa1ccc8f1e673 "
"/detail/5f1267e5bec4424e9d11ec3c40db3551 "
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/0abc4ff52fb6477d8ae9e3b4601ab876' , '/detail/11238aa1b24e40eb85c1735343e72a17' , '/detail/1a0fcafc8bfc4d199e6ee61a1b20aebd' , '/detail/1db78edd2ba74950a9d482e3c1baa3ba' , '/detail/57fa14780ba544659befa1ccc8f1e673' , '/detail/5f1267e5bec4424e9d11ec3c40db3551' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
87
0.59 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"v¡³z}¿Ae´lz²ÿ\x1A HA "
b"V¸‰y8¾D¤]#\x07 o "
b"\x01 ‘yµ\x05 =r<¼ÂÿÊ~/\x1D 7 "
b"\x01 ‘yµ\x05 “s|©ô¦iZ(ß\x19 "
b"\x01 ‘yµ\x05 ©qÖ³;·÷\x7F ñˆ "
b"\x01 ‘yµ\x07 yr޽4²!¿\x1F "
b"\x01 ‘yµ\x07 ~r'“¸+1\x13 X)ˆ "
b"\x01 ’f½•E{‘o\x0E t\x02 §n "
b"‰9db±”BÞ…;IŸ3·Œï "
b"Š=rªµ¥F ‰PQcöDù "
b"ùÚ“øJÚLÍŽý•i*aY‘ "
b"\x06 ÃæÄ\f Þ@ûˆ¡uÛ;y8 "
b"\x01 ‘yíYÝrìµ$Œ7\x01 ¤©§ "
b"\x01 ‘yíZ3s]ú®}Hî7t "
b"\x01 ‘yíZssʧB£Ê+GOª "
b"\x01 ‘yíZ¼r`º\r \x7F †¥ô\x12 "
b"\x01 ‘yíZäsÌŠËÛОi\x7F\x1A "
b"\x01 ‘yíZýs“ƒ\x16 Î]b²\x18 … "
b"\x01 ‘yí[4rû†‰¿õ,6ÒN "
b"\x01 ‘yí[Gq\f »ˆÔʾWU0 "
b"\x01 ‘yí[ep!•$RªRÂòb "
b"\x01 ‘yí[ˆs†¿\x07 Ëû\f mÄÙ "
b"\x01 ‘yí[·pc´$6Þ+²eM "
b"\x01 ‘yí[éqß·Žð¹«•F6 "
b"\x01 ‘yí\\x0F s+ƒ¦úa\e\x17 ɰ "
b"\x01 ‘yí\\x1C rá½]Ô_©\x1A éˆ "
b"\x01 ‘yí\Hp°»\x1D w*ˉ: "
b"\x01 ‘yí\as’ˆ¨ñŸ_î\Ÿ "
b"""
\x01 ‘yí\ƒq\n
r^ؤ\t w
"""
b"\x01 ‘yí\´q'™jªÈ§ö½¾ "
b"\x01 ‘yí\éq\x02 ¹Ddþ†,§‡ "
b"\x01 ‘yí]xq[•r€àÝQs1 "
b"\x01 ‘yí^\x04 q’ª¤sÏÇ)Ä_ "
b"\x01 ‘yí^˜p\x14 ²xPÑð\x16 ƒË "
b"\x01 ‘yí^¹r©\x1E eYDzoÜ "
b"\x01 ‘yí_\x01 p\x7F ¿:jܤ õ± "
b"\x01 ‘yí_Jr޳CÄÎÊUß$ "
b"\x01 ‘yí_Áqj¹â`\x08 PŠ˜ž "
b"\x01 ‘yí`\x11 qÊ‹Ë÷Ää±]\x12 "
b"\x01 ‘yí`@s¨§ÌrƒY{Åa "
b"\x01 ‘yí`†rzŽØ}†·š°( "
b"\x01 ‘yí`»qs³ÅÊ¢²\x1A\x03 â "
b"\x01 ‘yía\e q›ŒI4&9~\x07\e "
b"\x01 ‘yíaisÖ®‡ß)Êo«E "
b"\x01 ‘yíaypT‹š²\x02 ЬÎã "
b"\x01 ‘yíaÒp!¦ÓòVñþc\x01 "
b"""
\x01 ‘yíb3pr‚Îç+\n
x\x16 \
"""
b"\x01 ‘yíbsïIûý1u¸ "
b"\x01 ‘yíc\r r¿¸\v\v anVð” "
b"\x01 ‘yíc(pÈMPà\t\e ÜŽ "
b"\x01 ‘yíc7rNªñ\x00 þr:œs "
b"\x01 ‘yícyr®\x1E J þâ{~ "
b"\x01 ‘yíc¦p°°µ-ˆ¸däÛ "
b"\x01 ‘yícÜp¶ÙL¿êc\x03\x07 "
b"\x01 ‘yícÿq…šÆ\v dÚJù "
b"‰+ºƒªßNSš<j\x14 F¯gà "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x76A1B37A7DBF4165B46C7AB2FF1A4841 , 0x56B8897938BE44A48F5D23076FEE8AA4 , 0x019179B5053D723CBCC2FFCA7E2F1D37 , 0x019179B50593737CA9F4A6695A28DF19 , 0x019179B505A971D6B33BC2B7F77FF188 , 0x019179B50779728DBD34B221819DBF1F , 0x019179B5077E722793B82B3113582988 , 0x019266BD95457BAD916F0E7402A76E90 , 0x89396462B19442DE853B499F33B78CEF , 0x8A3D72AAB5A5468FA089505163F644F9 , 0xF9DA93F84ADA4CCD8EFD95692A615991 , 0x06C3E6C40CDE40FB88ADA175DB3B7938 , 0x019179ED59DD72ECB5248C3701A4A9A7 , 0x019179ED5A33735DADFAAE7D48EE3774 , 0x019179ED5A7373CAA742A3CA2B474FAA , 0x019179ED5ABC7260BA0D7F86A5F49012 , 0x019179ED5AE473CC8ACBDBD09E697F1A , 0x019179ED5AFD73938316CE5D62B21885 , 0x019179ED5B3472FB8689BFF52C36D24E , 0x019179ED5B47710CBB88D4CABE575530 , 0x019179ED5B657021952452AA52C2F262 , 0x019179ED5B887386BF07CBFB0C6DC4D9 , 0x019179ED5BB77063B42436DE2BB2654D , 0x019179ED5BE971DFB78EF0B9AB954636 , 0x019179ED5C0F732B83A6FA611B17C9B0 , 0x019179ED5C1C72E1BD5DD45FA91AE988 , 0x019179ED5C48709DB0BB1D772ACB893A , 0x019179ED5C61739288A8F19F5FEE5C9F , 0x019179ED5C83710A9F725ED88FA40977 , 0x019179ED5CB47127996AAAC8A7F6BDBE , 0x019179ED5CE97102B94464FE862CA787 , 0x019179ED5D78715B957280E0DD517331 , 0x019179ED5E047192AAA473CFC729C45F , 0x019179ED5E987014B27850D1F01683CB , 0x019179ED5EB972A9811E6559447A6FDC , 0x019179ED5F01707FBF3A6ADCA420F5B1 , 0x019179ED5F4A728EB343C4CECA55DF24 , 0x019179ED5FC1716AB9E26008508A989E , 0x019179ED601171CA8BCBF7C4E4B15D12 , 0x019179ED604073A8A7CC7283597BC561 , 0x019179ED6086727A8ED87D86B79AB028 , 0x019179ED60BB7173B3C5CAA2B21A03E2 , 0x019179ED611B719B8C493426397E071B , 0x019179ED616973D6AE87DF29CA6FAB45 , 0x019179ED617970548B9AB2028AACCEE3 , 0x019179ED61D27021A6D3F256F1FE6301 , 0x019179ED6233707282CEE72B0A78165C , 0x019179ED629F739F81EF49FBFD3175B8 , 0x019179ED630D72BFB80B0B616E56F094 , 0x019179ED632870C88F4D50E0091BDC8D , 0x019179ED6337724EAAF100FE723A9C73 , 0x019179ED63797281AE1E4A20FEE27B7E , 0x019179ED63A670B0B0B52D88B864E4DB , 0x019179ED63DC70B69DD94CBFEA630307 , 0x019179ED63FF71859AC60B2064DA4AF9 , 0x892BBA83AADF4E539A3C6A1446AF67C3 );
Copy
88
0.13 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"RRWHOlMAjXjyPeksuflpWa4y1AMGazTj "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'RRWHOlMAjXjyPeksuflpWa4y1AMGazTj' ;
Copy
89
0.24 ms
SELECT `dvsn_quick_cart` . `id` FROM `dvsn_quick_cart` WHERE (`dvsn_quick_cart` . `seo_url` = ? AND `dvsn_quick_cart` . `active` = ? )
Parameters :
[
"_esi/global/header "
true
]
SELECT `dvsn_quick_cart` . `id` FROM `dvsn_quick_cart` WHERE (`dvsn_quick_cart` . `seo_url` = '_esi/global/header' AND `dvsn_quick_cart` . `active` = 1 );
Copy
90
0.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 "
"_esi/global/header "
"_esi/global/header/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR sales_channel_id IS NULL )) AND ((seo_path_info = '_esi/global/header' OR seo_path_info = '_esi/global/header/' ));
Copy
91
0.15 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"/_esi/global/header "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (path_info = '/_esi/global/header' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
92
1.66 ms
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `parameter_forwarding` as `dreisc_seo_redirect.parameterForwarding` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = ? AND `dreisc_seo_redirect` . `source_type` = ? AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = ? AND `dreisc_seo_redirect` . `source_path` = ? ))
Parameters :
[
true
"url "
b"£“]>÷IKt‰LÉb£cG° "
"_esi/global/header "
]
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `parameter_forwarding` as `dreisc_seo_redirect.parameterForwarding` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = 1 AND `dreisc_seo_redirect` . `source_type` = 'url' AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = 0xA3935D3EF7494B74894CC962A36347B0 AND `dreisc_seo_redirect` . `source_path` = '_esi/global/header' ));
Copy
93
0.30 ms
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE ((`scop_platform_redirecter_redirect` . `sourceURL` IN (? , ? , ? , ? , ? , ? , ? )) AND `scop_platform_redirecter_redirect` . `enabled` = ? AND (`scop_platform_redirecter_redirect` . `salesChannelId` = ? OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > ? )) LIMIT 1
Parameters :
[
"//_esi/global/header "
"/_esi/global/header "
"https://www.dev.nakatanenga.de/_esi/global/header "
"https://www.dev.nakatanenga.de//_esi/global/header "
"/_esi/global/header "
"//_esi/global/header "
"_esi/global/header "
true
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
null
]
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE ((`scop_platform_redirecter_redirect` . `sourceURL` IN ('//_esi/global/header' , '/_esi/global/header' , 'https://www.dev.nakatanenga.de/_esi/global/header' , 'https://www.dev.nakatanenga.de//_esi/global/header' , '/_esi/global/header' , '//_esi/global/header' , '_esi/global/header' )) AND `scop_platform_redirecter_redirect` . `enabled` = 1 AND (`scop_platform_redirecter_redirect` . `salesChannelId` = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > NULL )) LIMIT 1 ;
Copy
94
0.21 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"RRWHOlMAjXjyPeksuflpWa4y1AMGazTj "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (token = 'RRWHOlMAjXjyPeksuflpWa4y1AMGazTj' ) LIMIT 1 ;
Copy
95
0.19 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `id` = ?
Parameters :
[
b"éW ¶n\x05 Be“*=O\x1D uê$ "
b"éW ¶n\x05 Be“*=O\x1D uê$ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xE95720B66E054265932A3D4F1D75EA24 OR `id` = 0xE95720B66E054265932A3D4F1D75EA24
;
Copy
96
2.29 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (((`category` . `id` = ? OR (`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"éW ¶n\x05 Be“*=O\x1D uê$ "
"%|e95720b66e054265932a3d4f1d75ea24|% "
1
5
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
(
`category` . `id` = ?
OR (
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category` . `id` = 0xE95720B66E054265932A3D4F1D75EA24 OR (`category` . `path` LIKE '%|e95720b66e054265932a3d4f1d75ea24|%' AND (`category` . `level` > 1 AND `category` . `level` < = 5 )))));
Copy
97
0.75 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|e95720b66e054265932a3d4f1d75ea24|% "
5
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|e95720b66e054265932a3d4f1d75ea24|%' AND `category` . `level` = 5 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
98
0.99 ms
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = ? AND `language.salesChannels` . `id` = ? ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = 0x08D2BEB617754D2E9B8813E67FBD3A10 AND `language.salesChannels` . `id` = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
99
0.59 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `active` as `language.active` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"PYÜEµ\x10 L6ŒÂ§ø¸\x01 # "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `active` as `language.active` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B , 0x5059DC45B5104C368CC2A7F890B80123 );
Copy
100
0.42 ms
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = ? ) GROUP BY `currency` . `id`
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) GROUP BY `currency` . `id` ;
Copy
101
0.42 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
102
0.24 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"\x01 ’qKt\x10 s®†˜ã‘tìúc "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0x0192714B741073AE8698E39174ECFA63 );
Copy
103
0.44 ms
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > ? )
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > NULL );
Copy
104
2.23 ms
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (seo_url . language_id = ? ) AND (seo_url . sales_channel_id = ? OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 )
Parameters :
[
"/navigation/0198cbf1e4de7f2c9be18fe56153071c "
"/navigation/0198cbf2f4b972f1a2a47e77625d4a17 "
"/navigation/0198cbf322a87e3b94508a3dba94069b "
"/navigation/0198cbf33f76716eb706e27dd40a51ce "
"/navigation/0198cbf37776773f8f6ce9eb0ecde3f3 "
"/navigation/0198cbf380427c58a1ef91331f0aaacd "
"/navigation/0198cbf3946978089980c6a2a28ae7f5 "
"/navigation/0198cbf3ab4c734abb6ddbab1914ea1b "
"/navigation/01997c7ab76a78dfb2902fbee4350d15 "
"/navigation/018b5c698aca709e974fe3f7db35cead "
"/navigation/aa5a6581d62b434d88e46fe4944a87dd "
"/navigation/8b215f6e8ab3405e919e11a3cfca9c1f "
"/navigation/7a644e4b5d724b098121fcb6d2dbab39 "
"/navigation/338c9cb9d866425985f97bca5df6ba5e "
"/navigation/5675f57b00654b17b48a7e1962ad692d "
"/navigation/126bea7ed87c44c8a97b32b72a089ab6 "
"/navigation/9026fd2e2d684bc6b34b028c13e2668b "
"/navigation/b4499eab3212404dabf7f79851bacfd6 "
"/navigation/bd880cbba8794f43a9bf3b0698c68922 "
"/navigation/caa5db34d06848bfbe813290e07e5428 "
"/navigation/d495a4f947514e88930abf2af56c9890 "
"/navigation/0370c9516bae46f2ade169430388be99 "
"/navigation/cb0fb2bb957d4d3eae4f1151bea991c9 "
"/navigation/054d637cffa4441a8271e56bbdd0852c "
"/navigation/b3edea3dac054f518ad5d07bdae5f863 "
"/navigation/3b3349923ba24a8aa8ff64f8067b0023 "
"/navigation/3883cc87d7c54d49b017712c5eebccbc "
"/navigation/bc565af2bacd4149a9ddd99a1b45165b "
"/navigation/918b2eeac821484781cd05f79ae1157f "
"/navigation/e222b227fa2d4382ab5b18909027f378 "
"/navigation/57859127803043ad970a5b7b28b57dc7 "
"/navigation/01912bf5e2687233b10a419381ff9400 "
"/navigation/b424d0ac0c1a49ccba3449eb21ca2687 "
"/navigation/f68dbee567a044dfbb3840e9352192bf "
"/navigation/c3b269c69c7540f18fd60b4b3bd54b50 "
"/navigation/b56f9e76d8b8418fb0784c84290d2883 "
"/navigation/c96ce8612cb6429fa06bae3956c8981f "
"/navigation/c2a2c6968a40430593ff3875fc557083 "
"/navigation/d272ae637ed5442aa7366954b96504d2 "
"/navigation/11a72465f04140bebd77727f3010827e "
"/navigation/8381e0949a4b42e5976798be46308481 "
"/navigation/b5fc7ad46da94523bbb7ecea3ca095fb "
"/navigation/6885b9aa6d00438fb0abac75a6104f91 "
"/navigation/707166d6b2604050998fb32062c3a43b "
"/navigation/43cdc2635c314597a75172d3fcc6e8c8 "
"/navigation/8674b95ec9514f0f8e8b95ea6830516c "
"/navigation/bde835b7f31a4597910caf6a1e0df552 "
"/navigation/5aa5729c95404d31837be01faa113843 "
"/navigation/99130eb55c1b485d91fdeda57c8b7fae "
"/navigation/89223e349ac54e9ab970e1073c91c79e "
"/navigation/01956299032f7724bca899d6605f4860 "
"/navigation/6b748b5fc5ec44419a988c628be7542b "
"/navigation/3a4903e587284a8fb136b1a53dec1421 "
"/navigation/eb20a0c61df742368e90b21895718808 "
"/navigation/8385629b2ba84f35aba482ecab660b31 "
"/navigation/94b396a795d942d69c88d75c07c9d994 "
"/navigation/92dcaf9b2ae04e7981c80ab446ea526e "
"/navigation/21cd328da17946baa39348334be4fe78 "
"/navigation/6300a675c3cc4bf7b4a7a20bf1c2a914 "
"/navigation/384e5ca0596a46f7b8853e54cd26b5d4 "
"/navigation/863933ee73444dcca91839d4c6ff1577 "
"/navigation/97b51141bcb44863920352dde7a34b52 "
"/navigation/ad9bae98236549c6a95f6fbc205923e7 "
"/navigation/a71d38a59d434c1ba82aa379322cd9ef "
"/navigation/f0e2a156f0e04b928c1fb63cc80ccff9 "
"/navigation/e56ac2385f6841f9b251432090de8a56 "
"/navigation/6d1ca8961cd84deab0f8d8361eff1b57 "
"/navigation/8493b828d1404ec89b544a1aed111e60 "
"/navigation/f97f016807f94461bd78e22adc686900 "
"/navigation/221bea5a28ff4bfdaf0ff783e332a36a "
"/navigation/142a9205f90b4fc9949db82cfff94c18 "
"/navigation/beae7d27497b465492df0df9753247b6 "
"/navigation/bffc6f126527425f9c46ca9863e7e22a "
"/navigation/76157c54b44e45ceb00ea7220721353d "
"/navigation/25305d5b05434654a3e948193b7ed5f2 "
"/navigation/8582bfa2bb3144afb6370eedf33eacd5 "
"/navigation/9fdd09f74c6148ae98e8d6b8fa0ebde2 "
"/navigation/070aec209d9f4edd816b1d3ab5ca25d8 "
"/navigation/df7b4367a3f945eaa850a56e67d11036 "
"/navigation/018e79ddf01b701e9982cfdf2232531a "
"/navigation/b5e635a643fe488f9ed2417cee45473a "
"/navigation/0a14b4dbc5404364a9331388933ce88e "
"/navigation/b873442a00014e4b83dd0262f45aadf1 "
"/navigation/ee4dcd91575642ee9493387738aae6d1 "
"/navigation/a32dc5288aba407583242f8a48046270 "
"/navigation/ad7b9e4df88b4e69a143c42f5505cd2a "
"/navigation/0217e0bbd3ad4ed79e286b66d51f4970 "
"/navigation/bb5cb57c1c174cb2b4cc3bae1f2efb09 "
"/navigation/586a3ddade28416698b9faef63dc1338 "
"/navigation/b74b8b0663ad42f09a40ea0058868209 "
"/navigation/415fdf9a09614f88939a0102d22d76fe "
"/navigation/54b9b133546341879eb10933b3c74ac5 "
"/navigation/c7fcc12ad29b4ce3bd50de36544d3eba "
"/navigation/a72aad1d6b4a4bb296cd16004955658e "
"/navigation/501edd94f1134945ac0122bf0057813c "
"/navigation/878cf963e9c34ff5be4ffe273608873a "
"/navigation/ca4b64702bae4f678ec2187f7cf0a448 "
"/navigation/110ae801873f44bb876ce3fe05981f1c "
"/navigation/f7eab36fa4da455ea3d1332c2d95dd22 "
"/navigation/1c97a015acdc4c389f0128e6c18ba981 "
"/navigation/5ab85840c4234268bc1e5160ee7153e0 "
"/navigation/ec99c0e9730845a78a07da88938f8e47 "
"/navigation/6848c9a4288348ceb849ec8b726a1cc5 "
"/navigation/019537a1d7107955ab38c98b0ad9c04a "
"/navigation/019537a5b13c7205ba31ba96b7c89d2f "
"/navigation/39473ac2d58941bbbd0ffd168be4a3bb "
"/navigation/39f37bac160d4c8f8fe538834897405f "
"/navigation/b2be01f704d644e0a536f5a9fc1e14dd "
"/navigation/f153f52b77a946bf82a440520dd1c3e5 "
"/navigation/dbf72e38393f44fa858bcde9dac6a17a "
"/navigation/14539fd2f8a44fbab8c491b412215ada "
"/navigation/a51a927913394cf5bb4d737bb48a3c0c "
"/navigation/c02a3b564ccb40cc9139a11d0a411b51 "
"/navigation/53c12c0c6e49474dad0df90f3587ef34 "
"/navigation/441f804639304ffaaf845ef356a40a59 "
"/navigation/cd8d4c7cf58c44f7b9bf982b218aca2d "
"/navigation/75e22e918d5542f5836fc1ce3307ce1d "
"/navigation/5d92fa21d9f243f382f582e4f7e03acd "
"/navigation/e4628874e0c6445faee8a1691db473aa "
"/navigation/676a316ed41546e1b76c23b83c95fed3 "
"/navigation/685a9695ce7e477081260e9703450051 "
"/navigation/eb6d2e6c23084759a35872223ccf9d9a "
"/navigation/a25d7bfc70c442ad93c1c0c1f5bcd553 "
"/navigation/152b64d2dee54aceb74c32c36ce11b21 "
"/navigation/9bdd526dde454d179b488a82ee06644a "
"/navigation/e949cae1f08d41bab7532419bb825a06 "
"/navigation/b75fdb57dfd949b0809a35c07a49a06b "
"/navigation/7ccd88904abd4aee8181fe0da43d8d8a "
"/navigation/f05105dede874e3fafddd211d5419cfc "
"/navigation/cdda7db59b574cf6964fec1d37fab5de "
"/navigation/ee19da1f0f3d435fba3bc8a6558899e6 "
"/navigation/a2d42bbb2f8d43289e9c8d595a2dfb86 "
"/navigation/829d32b2e7fb49f78fce744fbc59d9cb "
"/navigation/7b43d5eb6d8145588926e793c6d2e35e "
"/navigation/e8527c5ef2cb4da5b3be3543d2be43f8 "
"/navigation/f3f02a6a6a54462bbc95491af23dd2e6 "
"/navigation/2b25eea7dfbf42f3b47fdaa78d1561c9 "
"/navigation/f8bf178596ef490482f06a09d7c079bc "
"/navigation/c27a355d3a4d4773897b77e9c4bd9d5c "
"/navigation/c32a710aab5548a3909155ee224291c0 "
"/navigation/5149171800dd4ff4b4af90ccc7665341 "
"/navigation/4d1313c1504246d099e2e8a7711ba78a "
"/navigation/58745278918b4bd289f3a5bfbd8b3635 "
"/navigation/ebc67e9e44ba428d91056d19b503e8f8 "
"/navigation/fe07ca2417da458c8f2105807233e37e "
"/navigation/c940c803ad79440d8e44180b950bded0 "
"/navigation/6f6ac4cb98cf469d94384cbc3abe93a6 "
"/navigation/8df3c29e95c947b8af4515d03ae12fe4 "
"/navigation/44906fc35f194b83b69944addfe77d9d "
"/navigation/f5748d2faf1a4e9a8a9c6303ce81181d "
"/navigation/cf5d3310bdad44068ff00968dbc46a3e "
"/navigation/34660def41584107bb4330b4444500ea "
"/navigation/5762d80d06c947ae8a84d0d989483972 "
"/navigation/7db0b907071949db918e1a2139c3a7c1 "
"/navigation/520720d587374c1cafd4ada7422e0528 "
"/navigation/c9b0e120563e4b27b7dd2fbc28489be4 "
"/navigation/cc09ce4a89be4cfd82f59a0a34f0cee4 "
"/navigation/c19cca6bb2af425197afe6149dd32c97 "
"/navigation/94bdce6e02a540d3ab6694f0449fcd95 "
"/navigation/891b45f3d00a4073bf18a3040f86b44e "
"/navigation/a07680c3d3894885b2cf9f9484f4664a "
"/navigation/f5283984e3a2461a8369010493b69266 "
"/navigation/261060987c2b427bbd42b1323790d094 "
"/navigation/d121ba44d1ed4385b8a03eba8c6f394b "
"/navigation/67811704c2f64b4a95a3c95dc2c5686b "
"/navigation/e3c7d5efbc7d4da88a535e0d8d37f7e9 "
"/navigation/c432c277b40d49198861003c8c7674cf "
"/navigation/179873d322b3432493c9bcb118bdc827 "
"/navigation/d0829effe3de4741af7a6cb3b70d9b1a "
"/navigation/c4953ca63950431b8a7e7b6a3702b828 "
"/navigation/10cce25b1646457c9e2554573d2a45ac "
"/navigation/20c47b00f7214da8bd2ae9b3e761f43a "
"/navigation/019537bed0a07ca8a2f65ded3e18cf9f "
"/navigation/8f98d6f0706a447bb07c142d3c924e2a "
"/navigation/62ae81678d3648d29d634c0452d8b548 "
"/navigation/fb80564b4d574b6a8d9891e9f4f79b57 "
"/navigation/0195803a9e3a7de3b6c109869122720c "
"/navigation/018e79dde26571a191f31db8b82e913c "
"/navigation/fe29bf8aa547467d8550760d8a2d8173 "
"/navigation/d3a8dccd62b04bc98ede88edc40d2646 "
"/navigation/98981617766f455bbef9b1506be4a154 "
"/navigation/5f8f83664a2a44cfb6eeb51a885f3ce2 "
"/navigation/ff216227a88d4969bff2dcde880212e3 "
"/navigation/6c40e0735424456da9f7bac33bfd72a4 "
"/navigation/220f5f8d2bcb47b99fdc509919625226 "
"/navigation/42f6b6414b4547da8cdd943f8bd815bc "
"/navigation/fb170c8f0be34bbc8995be0abbd86169 "
"/navigation/8e5118684bd543bfae0ba63aba6fed34 "
"/navigation/63703448f4074854977c398ba078e185 "
"/navigation/faec1b4146464d1d8dd4ae82d2f55006 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/navigation/0198cbf1e4de7f2c9be18fe56153071c' , '/navigation/0198cbf2f4b972f1a2a47e77625d4a17' , '/navigation/0198cbf322a87e3b94508a3dba94069b' , '/navigation/0198cbf33f76716eb706e27dd40a51ce' , '/navigation/0198cbf37776773f8f6ce9eb0ecde3f3' , '/navigation/0198cbf380427c58a1ef91331f0aaacd' , '/navigation/0198cbf3946978089980c6a2a28ae7f5' , '/navigation/0198cbf3ab4c734abb6ddbab1914ea1b' , '/navigation/01997c7ab76a78dfb2902fbee4350d15' , '/navigation/018b5c698aca709e974fe3f7db35cead' , '/navigation/aa5a6581d62b434d88e46fe4944a87dd' , '/navigation/8b215f6e8ab3405e919e11a3cfca9c1f' , '/navigation/7a644e4b5d724b098121fcb6d2dbab39' , '/navigation/338c9cb9d866425985f97bca5df6ba5e' , '/navigation/5675f57b00654b17b48a7e1962ad692d' , '/navigation/126bea7ed87c44c8a97b32b72a089ab6' , '/navigation/9026fd2e2d684bc6b34b028c13e2668b' , '/navigation/b4499eab3212404dabf7f79851bacfd6' , '/navigation/bd880cbba8794f43a9bf3b0698c68922' , '/navigation/caa5db34d06848bfbe813290e07e5428' , '/navigation/d495a4f947514e88930abf2af56c9890' , '/navigation/0370c9516bae46f2ade169430388be99' , '/navigation/cb0fb2bb957d4d3eae4f1151bea991c9' , '/navigation/054d637cffa4441a8271e56bbdd0852c' , '/navigation/b3edea3dac054f518ad5d07bdae5f863' , '/navigation/3b3349923ba24a8aa8ff64f8067b0023' , '/navigation/3883cc87d7c54d49b017712c5eebccbc' , '/navigation/bc565af2bacd4149a9ddd99a1b45165b' , '/navigation/918b2eeac821484781cd05f79ae1157f' , '/navigation/e222b227fa2d4382ab5b18909027f378' , '/navigation/57859127803043ad970a5b7b28b57dc7' , '/navigation/01912bf5e2687233b10a419381ff9400' , '/navigation/b424d0ac0c1a49ccba3449eb21ca2687' , '/navigation/f68dbee567a044dfbb3840e9352192bf' , '/navigation/c3b269c69c7540f18fd60b4b3bd54b50' , '/navigation/b56f9e76d8b8418fb0784c84290d2883' , '/navigation/c96ce8612cb6429fa06bae3956c8981f' , '/navigation/c2a2c6968a40430593ff3875fc557083' , '/navigation/d272ae637ed5442aa7366954b96504d2' , '/navigation/11a72465f04140bebd77727f3010827e' , '/navigation/8381e0949a4b42e5976798be46308481' , '/navigation/b5fc7ad46da94523bbb7ecea3ca095fb' , '/navigation/6885b9aa6d00438fb0abac75a6104f91' , '/navigation/707166d6b2604050998fb32062c3a43b' , '/navigation/43cdc2635c314597a75172d3fcc6e8c8' , '/navigation/8674b95ec9514f0f8e8b95ea6830516c' , '/navigation/bde835b7f31a4597910caf6a1e0df552' , '/navigation/5aa5729c95404d31837be01faa113843' , '/navigation/99130eb55c1b485d91fdeda57c8b7fae' , '/navigation/89223e349ac54e9ab970e1073c91c79e' , '/navigation/01956299032f7724bca899d6605f4860' , '/navigation/6b748b5fc5ec44419a988c628be7542b' , '/navigation/3a4903e587284a8fb136b1a53dec1421' , '/navigation/eb20a0c61df742368e90b21895718808' , '/navigation/8385629b2ba84f35aba482ecab660b31' , '/navigation/94b396a795d942d69c88d75c07c9d994' , '/navigation/92dcaf9b2ae04e7981c80ab446ea526e' , '/navigation/21cd328da17946baa39348334be4fe78' , '/navigation/6300a675c3cc4bf7b4a7a20bf1c2a914' , '/navigation/384e5ca0596a46f7b8853e54cd26b5d4' , '/navigation/863933ee73444dcca91839d4c6ff1577' , '/navigation/97b51141bcb44863920352dde7a34b52' , '/navigation/ad9bae98236549c6a95f6fbc205923e7' , '/navigation/a71d38a59d434c1ba82aa379322cd9ef' , '/navigation/f0e2a156f0e04b928c1fb63cc80ccff9' , '/navigation/e56ac2385f6841f9b251432090de8a56' , '/navigation/6d1ca8961cd84deab0f8d8361eff1b57' , '/navigation/8493b828d1404ec89b544a1aed111e60' , '/navigation/f97f016807f94461bd78e22adc686900' , '/navigation/221bea5a28ff4bfdaf0ff783e332a36a' , '/navigation/142a9205f90b4fc9949db82cfff94c18' , '/navigation/beae7d27497b465492df0df9753247b6' , '/navigation/bffc6f126527425f9c46ca9863e7e22a' , '/navigation/76157c54b44e45ceb00ea7220721353d' , '/navigation/25305d5b05434654a3e948193b7ed5f2' , '/navigation/8582bfa2bb3144afb6370eedf33eacd5' , '/navigation/9fdd09f74c6148ae98e8d6b8fa0ebde2' , '/navigation/070aec209d9f4edd816b1d3ab5ca25d8' , '/navigation/df7b4367a3f945eaa850a56e67d11036' , '/navigation/018e79ddf01b701e9982cfdf2232531a' , '/navigation/b5e635a643fe488f9ed2417cee45473a' , '/navigation/0a14b4dbc5404364a9331388933ce88e' , '/navigation/b873442a00014e4b83dd0262f45aadf1' , '/navigation/ee4dcd91575642ee9493387738aae6d1' , '/navigation/a32dc5288aba407583242f8a48046270' , '/navigation/ad7b9e4df88b4e69a143c42f5505cd2a' , '/navigation/0217e0bbd3ad4ed79e286b66d51f4970' , '/navigation/bb5cb57c1c174cb2b4cc3bae1f2efb09' , '/navigation/586a3ddade28416698b9faef63dc1338' , '/navigation/b74b8b0663ad42f09a40ea0058868209' , '/navigation/415fdf9a09614f88939a0102d22d76fe' , '/navigation/54b9b133546341879eb10933b3c74ac5' , '/navigation/c7fcc12ad29b4ce3bd50de36544d3eba' , '/navigation/a72aad1d6b4a4bb296cd16004955658e' , '/navigation/501edd94f1134945ac0122bf0057813c' , '/navigation/878cf963e9c34ff5be4ffe273608873a' , '/navigation/ca4b64702bae4f678ec2187f7cf0a448' , '/navigation/110ae801873f44bb876ce3fe05981f1c' , '/navigation/f7eab36fa4da455ea3d1332c2d95dd22' , '/navigation/1c97a015acdc4c389f0128e6c18ba981' , '/navigation/5ab85840c4234268bc1e5160ee7153e0' , '/navigation/ec99c0e9730845a78a07da88938f8e47' , '/navigation/6848c9a4288348ceb849ec8b726a1cc5' , '/navigation/019537a1d7107955ab38c98b0ad9c04a' , '/navigation/019537a5b13c7205ba31ba96b7c89d2f' , '/navigation/39473ac2d58941bbbd0ffd168be4a3bb' , '/navigation/39f37bac160d4c8f8fe538834897405f' , '/navigation/b2be01f704d644e0a536f5a9fc1e14dd' , '/navigation/f153f52b77a946bf82a440520dd1c3e5' , '/navigation/dbf72e38393f44fa858bcde9dac6a17a' , '/navigation/14539fd2f8a44fbab8c491b412215ada' , '/navigation/a51a927913394cf5bb4d737bb48a3c0c' , '/navigation/c02a3b564ccb40cc9139a11d0a411b51' , '/navigation/53c12c0c6e49474dad0df90f3587ef34' , '/navigation/441f804639304ffaaf845ef356a40a59' , '/navigation/cd8d4c7cf58c44f7b9bf982b218aca2d' , '/navigation/75e22e918d5542f5836fc1ce3307ce1d' , '/navigation/5d92fa21d9f243f382f582e4f7e03acd' , '/navigation/e4628874e0c6445faee8a1691db473aa' , '/navigation/676a316ed41546e1b76c23b83c95fed3' , '/navigation/685a9695ce7e477081260e9703450051' , '/navigation/eb6d2e6c23084759a35872223ccf9d9a' , '/navigation/a25d7bfc70c442ad93c1c0c1f5bcd553' , '/navigation/152b64d2dee54aceb74c32c36ce11b21' , '/navigation/9bdd526dde454d179b488a82ee06644a' , '/navigation/e949cae1f08d41bab7532419bb825a06' , '/navigation/b75fdb57dfd949b0809a35c07a49a06b' , '/navigation/7ccd88904abd4aee8181fe0da43d8d8a' , '/navigation/f05105dede874e3fafddd211d5419cfc' , '/navigation/cdda7db59b574cf6964fec1d37fab5de' , '/navigation/ee19da1f0f3d435fba3bc8a6558899e6' , '/navigation/a2d42bbb2f8d43289e9c8d595a2dfb86' , '/navigation/829d32b2e7fb49f78fce744fbc59d9cb' , '/navigation/7b43d5eb6d8145588926e793c6d2e35e' , '/navigation/e8527c5ef2cb4da5b3be3543d2be43f8' , '/navigation/f3f02a6a6a54462bbc95491af23dd2e6' , '/navigation/2b25eea7dfbf42f3b47fdaa78d1561c9' , '/navigation/f8bf178596ef490482f06a09d7c079bc' , '/navigation/c27a355d3a4d4773897b77e9c4bd9d5c' , '/navigation/c32a710aab5548a3909155ee224291c0' , '/navigation/5149171800dd4ff4b4af90ccc7665341' , '/navigation/4d1313c1504246d099e2e8a7711ba78a' , '/navigation/58745278918b4bd289f3a5bfbd8b3635' , '/navigation/ebc67e9e44ba428d91056d19b503e8f8' , '/navigation/fe07ca2417da458c8f2105807233e37e' , '/navigation/c940c803ad79440d8e44180b950bded0' , '/navigation/6f6ac4cb98cf469d94384cbc3abe93a6' , '/navigation/8df3c29e95c947b8af4515d03ae12fe4' , '/navigation/44906fc35f194b83b69944addfe77d9d' , '/navigation/f5748d2faf1a4e9a8a9c6303ce81181d' , '/navigation/cf5d3310bdad44068ff00968dbc46a3e' , '/navigation/34660def41584107bb4330b4444500ea' , '/navigation/5762d80d06c947ae8a84d0d989483972' , '/navigation/7db0b907071949db918e1a2139c3a7c1' , '/navigation/520720d587374c1cafd4ada7422e0528' , '/navigation/c9b0e120563e4b27b7dd2fbc28489be4' , '/navigation/cc09ce4a89be4cfd82f59a0a34f0cee4' , '/navigation/c19cca6bb2af425197afe6149dd32c97' , '/navigation/94bdce6e02a540d3ab6694f0449fcd95' , '/navigation/891b45f3d00a4073bf18a3040f86b44e' , '/navigation/a07680c3d3894885b2cf9f9484f4664a' , '/navigation/f5283984e3a2461a8369010493b69266' , '/navigation/261060987c2b427bbd42b1323790d094' , '/navigation/d121ba44d1ed4385b8a03eba8c6f394b' , '/navigation/67811704c2f64b4a95a3c95dc2c5686b' , '/navigation/e3c7d5efbc7d4da88a535e0d8d37f7e9' , '/navigation/c432c277b40d49198861003c8c7674cf' , '/navigation/179873d322b3432493c9bcb118bdc827' , '/navigation/d0829effe3de4741af7a6cb3b70d9b1a' , '/navigation/c4953ca63950431b8a7e7b6a3702b828' , '/navigation/10cce25b1646457c9e2554573d2a45ac' , '/navigation/20c47b00f7214da8bd2ae9b3e761f43a' , '/navigation/019537bed0a07ca8a2f65ded3e18cf9f' , '/navigation/8f98d6f0706a447bb07c142d3c924e2a' , '/navigation/62ae81678d3648d29d634c0452d8b548' , '/navigation/fb80564b4d574b6a8d9891e9f4f79b57' , '/navigation/0195803a9e3a7de3b6c109869122720c' , '/navigation/018e79dde26571a191f31db8b82e913c' , '/navigation/fe29bf8aa547467d8550760d8a2d8173' , '/navigation/d3a8dccd62b04bc98ede88edc40d2646' , '/navigation/98981617766f455bbef9b1506be4a154' , '/navigation/5f8f83664a2a44cfb6eeb51a885f3ce2' , '/navigation/ff216227a88d4969bff2dcde880212e3' , '/navigation/6c40e0735424456da9f7bac33bfd72a4' , '/navigation/220f5f8d2bcb47b99fdc509919625226' , '/navigation/42f6b6414b4547da8cdd943f8bd815bc' , '/navigation/fb170c8f0be34bbc8995be0abbd86169' , '/navigation/8e5118684bd543bfae0ba63aba6fed34' , '/navigation/63703448f4074854977c398ba078e185' , '/navigation/faec1b4146464d1d8dd4ae82d2f55006' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
105
0.53 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"v¡³z}¿Ae´lz²ÿ\x1A HA "
b"V¸‰y8¾D¤]#\x07 o "
b"\x01 ‘yµ\x05 =r<¼ÂÿÊ~/\x1D 7 "
b"\x01 ‘yµ\x05 “s|©ô¦iZ(ß\x19 "
b"\x01 ‘yµ\x05 ©qÖ³;·÷\x7F ñˆ "
b"\x01 ‘yµ\x07 yr޽4²!¿\x1F "
b"\x01 ‘yµ\x07 ~r'“¸+1\x13 X)ˆ "
b"\x01 ’f½•E{‘o\x0E t\x02 §n "
b"‰9db±”BÞ…;IŸ3·Œï "
b"Š=rªµ¥F ‰PQcöDù "
b"ùÚ“øJÚLÍŽý•i*aY‘ "
b"\x06 ÃæÄ\f Þ@ûˆ¡uÛ;y8 "
b"\x01 ‘yíYÝrìµ$Œ7\x01 ¤©§ "
b"\x01 ‘yíZ3s]ú®}Hî7t "
b"\x01 ‘yíZssʧB£Ê+GOª "
b"\x01 ‘yíZ¼r`º\r \x7F †¥ô\x12 "
b"\x01 ‘yíZäsÌŠËÛОi\x7F\x1A "
b"\x01 ‘yíZýs“ƒ\x16 Î]b²\x18 … "
b"\x01 ‘yí[4rû†‰¿õ,6ÒN "
b"\x01 ‘yí[Gq\f »ˆÔʾWU0 "
b"\x01 ‘yí[ep!•$RªRÂòb "
b"\x01 ‘yí[ˆs†¿\x07 Ëû\f mÄÙ "
b"\x01 ‘yí[·pc´$6Þ+²eM "
b"\x01 ‘yí[éqß·Žð¹«•F6 "
b"\x01 ‘yí\\x0F s+ƒ¦úa\e\x17 ɰ "
b"\x01 ‘yí\\x1C rá½]Ô_©\x1A éˆ "
b"\x01 ‘yí\Hp°»\x1D w*ˉ: "
b"\x01 ‘yí\as’ˆ¨ñŸ_î\Ÿ "
b"""
\x01 ‘yí\ƒq\n
r^ؤ\t w
"""
b"\x01 ‘yí\´q'™jªÈ§ö½¾ "
b"\x01 ‘yí\éq\x02 ¹Ddþ†,§‡ "
b"\x01 ‘yí]xq[•r€àÝQs1 "
b"\x01 ‘yí^\x04 q’ª¤sÏÇ)Ä_ "
b"\x01 ‘yí^˜p\x14 ²xPÑð\x16 ƒË "
b"\x01 ‘yí^¹r©\x1E eYDzoÜ "
b"\x01 ‘yí_\x01 p\x7F ¿:jܤ õ± "
b"\x01 ‘yí_Jr޳CÄÎÊUß$ "
b"\x01 ‘yí_Áqj¹â`\x08 PŠ˜ž "
b"\x01 ‘yí`\x11 qÊ‹Ë÷Ää±]\x12 "
b"\x01 ‘yí`@s¨§ÌrƒY{Åa "
b"\x01 ‘yí`†rzŽØ}†·š°( "
b"\x01 ‘yí`»qs³ÅÊ¢²\x1A\x03 â "
b"\x01 ‘yía\e q›ŒI4&9~\x07\e "
b"\x01 ‘yíaisÖ®‡ß)Êo«E "
b"\x01 ‘yíaypT‹š²\x02 ЬÎã "
b"\x01 ‘yíaÒp!¦ÓòVñþc\x01 "
b"""
\x01 ‘yíb3pr‚Îç+\n
x\x16 \
"""
b"\x01 ‘yíbsïIûý1u¸ "
b"\x01 ‘yíc\r r¿¸\v\v anVð” "
b"\x01 ‘yíc(pÈMPà\t\e ÜŽ "
b"\x01 ‘yíc7rNªñ\x00 þr:œs "
b"\x01 ‘yícyr®\x1E J þâ{~ "
b"\x01 ‘yíc¦p°°µ-ˆ¸däÛ "
b"\x01 ‘yícÜp¶ÙL¿êc\x03\x07 "
b"\x01 ‘yícÿq…šÆ\v dÚJù "
b"‰+ºƒªßNSš<j\x14 F¯gà "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x76A1B37A7DBF4165B46C7AB2FF1A4841 , 0x56B8897938BE44A48F5D23076FEE8AA4 , 0x019179B5053D723CBCC2FFCA7E2F1D37 , 0x019179B50593737CA9F4A6695A28DF19 , 0x019179B505A971D6B33BC2B7F77FF188 , 0x019179B50779728DBD34B221819DBF1F , 0x019179B5077E722793B82B3113582988 , 0x019266BD95457BAD916F0E7402A76E90 , 0x89396462B19442DE853B499F33B78CEF , 0x8A3D72AAB5A5468FA089505163F644F9 , 0xF9DA93F84ADA4CCD8EFD95692A615991 , 0x06C3E6C40CDE40FB88ADA175DB3B7938 , 0x019179ED59DD72ECB5248C3701A4A9A7 , 0x019179ED5A33735DADFAAE7D48EE3774 , 0x019179ED5A7373CAA742A3CA2B474FAA , 0x019179ED5ABC7260BA0D7F86A5F49012 , 0x019179ED5AE473CC8ACBDBD09E697F1A , 0x019179ED5AFD73938316CE5D62B21885 , 0x019179ED5B3472FB8689BFF52C36D24E , 0x019179ED5B47710CBB88D4CABE575530 , 0x019179ED5B657021952452AA52C2F262 , 0x019179ED5B887386BF07CBFB0C6DC4D9 , 0x019179ED5BB77063B42436DE2BB2654D , 0x019179ED5BE971DFB78EF0B9AB954636 , 0x019179ED5C0F732B83A6FA611B17C9B0 , 0x019179ED5C1C72E1BD5DD45FA91AE988 , 0x019179ED5C48709DB0BB1D772ACB893A , 0x019179ED5C61739288A8F19F5FEE5C9F , 0x019179ED5C83710A9F725ED88FA40977 , 0x019179ED5CB47127996AAAC8A7F6BDBE , 0x019179ED5CE97102B94464FE862CA787 , 0x019179ED5D78715B957280E0DD517331 , 0x019179ED5E047192AAA473CFC729C45F , 0x019179ED5E987014B27850D1F01683CB , 0x019179ED5EB972A9811E6559447A6FDC , 0x019179ED5F01707FBF3A6ADCA420F5B1 , 0x019179ED5F4A728EB343C4CECA55DF24 , 0x019179ED5FC1716AB9E26008508A989E , 0x019179ED601171CA8BCBF7C4E4B15D12 , 0x019179ED604073A8A7CC7283597BC561 , 0x019179ED6086727A8ED87D86B79AB028 , 0x019179ED60BB7173B3C5CAA2B21A03E2 , 0x019179ED611B719B8C493426397E071B , 0x019179ED616973D6AE87DF29CA6FAB45 , 0x019179ED617970548B9AB2028AACCEE3 , 0x019179ED61D27021A6D3F256F1FE6301 , 0x019179ED6233707282CEE72B0A78165C , 0x019179ED629F739F81EF49FBFD3175B8 , 0x019179ED630D72BFB80B0B616E56F094 , 0x019179ED632870C88F4D50E0091BDC8D , 0x019179ED6337724EAAF100FE723A9C73 , 0x019179ED63797281AE1E4A20FEE27B7E , 0x019179ED63A670B0B0B52D88B864E4DB , 0x019179ED63DC70B69DD94CBFEA630307 , 0x019179ED63FF71859AC60B2064DA4AF9 , 0x892BBA83AADF4E539A3C6A1446AF67C3 );
Copy
106
0.12 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"RRWHOlMAjXjyPeksuflpWa4y1AMGazTj "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'RRWHOlMAjXjyPeksuflpWa4y1AMGazTj' ;
Copy
107
0.16 ms
SELECT `dvsn_quick_cart` . `id` FROM `dvsn_quick_cart` WHERE (`dvsn_quick_cart` . `seo_url` = ? AND `dvsn_quick_cart` . `active` = ? )
Parameters :
[
"_esi/global/footer "
true
]
SELECT `dvsn_quick_cart` . `id` FROM `dvsn_quick_cart` WHERE (`dvsn_quick_cart` . `seo_url` = '_esi/global/footer' AND `dvsn_quick_cart` . `active` = 1 );
Copy
108
0.30 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"_esi/global/footer "
"_esi/global/footer/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR sales_channel_id IS NULL )) AND ((seo_path_info = '_esi/global/footer' OR seo_path_info = '_esi/global/footer/' ));
Copy
109
0.24 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"/_esi/global/footer "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (path_info = '/_esi/global/footer' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
110
1.83 ms
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `parameter_forwarding` as `dreisc_seo_redirect.parameterForwarding` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = ? AND `dreisc_seo_redirect` . `source_type` = ? AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = ? AND `dreisc_seo_redirect` . `source_path` = ? ))
Parameters :
[
true
"url "
b"£“]>÷IKt‰LÉb£cG° "
"_esi/global/footer "
]
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `parameter_forwarding` as `dreisc_seo_redirect.parameterForwarding` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = 1 AND `dreisc_seo_redirect` . `source_type` = 'url' AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = 0xA3935D3EF7494B74894CC962A36347B0 AND `dreisc_seo_redirect` . `source_path` = '_esi/global/footer' ));
Copy
111
0.39 ms
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE ((`scop_platform_redirecter_redirect` . `sourceURL` IN (? , ? , ? , ? , ? , ? , ? )) AND `scop_platform_redirecter_redirect` . `enabled` = ? AND (`scop_platform_redirecter_redirect` . `salesChannelId` = ? OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > ? )) LIMIT 1
Parameters :
[
"//_esi/global/footer "
"/_esi/global/footer "
"https://www.dev.nakatanenga.de/_esi/global/footer "
"https://www.dev.nakatanenga.de//_esi/global/footer "
"/_esi/global/footer "
"//_esi/global/footer "
"_esi/global/footer "
true
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
null
]
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE ((`scop_platform_redirecter_redirect` . `sourceURL` IN ('//_esi/global/footer' , '/_esi/global/footer' , 'https://www.dev.nakatanenga.de/_esi/global/footer' , 'https://www.dev.nakatanenga.de//_esi/global/footer' , '/_esi/global/footer' , '//_esi/global/footer' , '_esi/global/footer' )) AND `scop_platform_redirecter_redirect` . `enabled` = 1 AND (`scop_platform_redirecter_redirect` . `salesChannelId` = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > NULL )) LIMIT 1 ;
Copy
112
0.23 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
"RRWHOlMAjXjyPeksuflpWa4y1AMGazTj "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) AND (token = 'RRWHOlMAjXjyPeksuflpWa4y1AMGazTj' ) LIMIT 1 ;
Copy
113
0.19 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `id` = ?
Parameters :
[
b"“áLX½pAb±Èâ+ÌB!v "
b"“áLX½pAb±Èâ+ÌB!v "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x93E14C58BD704162B1C8E22BCC422176 OR `id` = 0x93E14C58BD704162B1C8E22BCC422176
;
Copy
114
1.17 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (((`category` . `id` = ? OR (`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"“áLX½pAb±Èâ+ÌB!v "
"%|93e14c58bd704162b1c8e22bcc422176|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
(
`category` . `id` = ?
OR (
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category` . `id` = 0x93E14C58BD704162B1C8E22BCC422176 OR (`category` . `path` LIKE '%|93e14c58bd704162b1c8e22bcc422176|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )))));
Copy
115
1.04 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|93e14c58bd704162b1c8e22bcc422176|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|93e14c58bd704162b1c8e22bcc422176|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
116
0.29 ms
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = ? AND `payment_method.salesChannels` . `id` = ? ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC
Parameters :
[
true
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = 1 AND `payment_method.salesChannels` . `id` = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
117
0.41 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `file_hash` as `payment_method.media.fileHash` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"Æ\x05 \ì1aMfˆzq\x10 ·÷!Ç "
b"gs\x11\v A“DùƒL\x18 ‘ÍÍ\x12\e "
b"+°=¸É\x15 K\x1D –¯j•‚¹- "
b"¸ò!b߃Eî»?½cm} & "
b"^´\x11 ÚqOé™Ò.jÄ\x18 <\ "
b"Ó\x1E t…\x1D ôG©ŽÖFG·? \x12 "
b"ä"Äù/Dþ›ª;`:+‰\x1F "
b"""
ØoÓ\x1C a\n
C4™Io~X‚
"""
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `file_hash` as `payment_method.media.fileHash` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `file_hash` as `payment_method.media.fileHash` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0xC6055CEC31614D66887A7110B7F721C7 , 0x6773110B419344F9834C1891CDCD121B , 0x2BB03DB8C9154B1D96AF6A9582ADB92D , 0xB8F22162DF8345EEBB3FBD636D7D2026 , 0x5EB411DA8F714FE999D22E6AC4183C5C , 0xD31E74851DF447A98DD64647B73F2012 , 0xE422C481F92F44FE9BAA3B603A2B891F , 0xD86FD31C610A43349949816F7E5882A0 );
Copy
118
0.44 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = 1 AND `shipping_method.salesChannels` . `id` = 0x08D2BEB617754D2E9B8813E67FBD3A10 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
119
0.51 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"V8\x0E ù\x08 Cù…ðɼ\x13 Å^ "
b"a¤\t Yr$@–®¶]rÂ(‘R "
b"\x0E GûžO†N׺ Sfì\f -D "
b"\x01 ‘yµ\x07\x1C pþ¯A™¡"bìv "
b"\x01 ‘yµ\x03 Ñs&Š;×å»T†# "
b"\x01 ‘yµ\x04 Kqp¡Ti<6/m9 "
b"\x01 ‘yµ\x03 ìr\x08 •NÁ\x0E Y:¸\r "
b"\x01 ‘yµ\x03 ús½½7tmó\x1A 56 "
b"\x01 ‘yµ\x07 „p0¾\x01 ïÛVå\x18 ƒ "
b"\x01 ‘yµ\x07\x03 p; pÅŠÜ«/ "
b"\x01 ‘yµ\x04 1pX½…\x18 ò¦ŽÈQ "
b"\x01 ‘yµ\x04 =sÛ”'ÛØº£Ì\x7F "
b"\x01 ‘yµ\x07\x0F q\x1E ’HÇ}\f ˆ|\x06 "
b"\x01 ‘yµ\x07 ˜pížZð4úÑ[ "
b"\x01 ‘yµ\x05 Jpù„\x1D É\x14 ¤ë|÷ "
b"\x01 ‘yµ\x07 ‘rá\x03 s`£¤’e "
b"\x01 ‘yµ\x04 fr²†\t Yíc2´ "
b"\x05 yβÿ}Gr–;ÙâpdFØ "
b"\x01 ‘yµ\x05 Vp\ŒæÙ{]\x07 MÓ "
b"\x01 ‘yµ\x04 vs(ˆ‹iïþá\x13 ~ "
b"\x01 ‘yµ\x04 ƒs{µ,ýÓí¤+^ "
b"""
\x01 ‘yµ\x04 ¡r9±á\n
æ\x01 rì¡
"""
b"\x01 ‘yµ\x04 r9±ÜñÔ“ãE "
b"\x01 ‘\x11 rXpþ«ÁÛ¸ïé#Z "
b"^Þ/¨GLÁÿæf\x1E ^¿Þ "
b"\x01 ‘\x15 \zy\x00 ›\ŒuÏf-ñ "
b"×Ó±â¾xMš„(NÔ¹Òx² "
b"\x01 ‘\x17 ÎÐ{¥ºÑ\x01 ¤ù…k& "
b"\x14 È´’WåK\f ‰0“G@þ5\x1C "
b"\x01 ‘yµ\x04 Ès'ƒ‘+þ!Á 5 "
b"\x01 ‘yµ\x04 ÔqžŽÝ"ÿÝ«ð\x08 "
b"\x01 ‘yµ\x04 âq«¸Ï"\x08\x18 à\x07\x15 "
b"\x01 ‘yµ\x05\x13 s\x18 Ž\x00 X<mL°\x06 "
b"\x01 ‘yµ\x05 )q°¼s\x06 •žFÝæ "
b"\x01 ‘yµ\x05 ®rr…\x03\x13 ~’fèy "
b"rTí,õ´Eè²Ë蹪zà\x1F "
b"\x01 Œ†ö=wk¡M‚vÍ¿&‰ "
b"\x01 ‘yµ\x05 cs’Šæüèiˆ$¿ "
b"\x01 Œ†x9ÎvK±æž\x17 å;Y\r "
b"\x01 Ž\r µm\x1C {¹”2ù[÷Þ^ "
b"\x01 Œ†‡«MsÆÀÐ\x04 sny¹ "
b"\x01 ’Âg\Ór§±‡\v ºsÓø[ "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x56380EF9089D43F985F0C9BC9013C55E , 0x61A4095972244096AEB65D72C2289152 , 0x0E47FB9E4F864ED7BA205366EC0C2D44 , 0x019179B5071C70FEAF4199A12262EC76 , 0x019179B503D173268A3BD7E5BB548623 , 0x019179B5044B7170A154693C362F6D39 , 0x019179B503EC7208954EC10E593AB80D , 0x019179B503FA73BDBD37746DF31A3536 , 0x019179B507847030BE01EFDB56E51883 , 0x019179B50703703BA070C58ADC81AB2F , 0x019179B504317058BD8518F2A68DC851 , 0x019179B5043D73DB9427DBD8BAA3CC7F , 0x019179B5070F711E9248C77D0C887C06 , 0x019179B5079870ED9E5AF0349DFAD15B , 0x019179B5054A70F9841DC914A4EB7CF7 , 0x019179B5079172E19D037360A3A49265 , 0x019179B5046672B2860959ED6332B49D , 0x0579CEB2FF7D4772963BD9E2706446D8 , 0x019179B50556705C8CE6D97B5D074DD3 , 0x019179B504767328888B69EFFEE1137E , 0x019179B50483737BB52CFDD3EDA42B5E , 0x019179B504A17239B1E10AE60172ECA1 , 0x019179B504AD7239B1DCF1D49D93E345 , 0x01918F11725870FEABC1DBB8EFE9235A , 0x5EDE2F9DA8474CC18EFFE6661E5EBFDE , 0x01918F155C7A79009B5C8C75CF662DF1 , 0xD7D3B1E2BE784D9A84284ED4B9D278B2 , 0x01918F17CED07BA5BAD101A4F9856B26 , 0x14C8B49257E54B0C8930934740FE351C , 0x019179B504C8732783912BFE21C12035 , 0x019179B504D4719E8DDD22FFDDABF008 , 0x019179B504E271ABB8CF220818E00715 , 0x019179B5051373188E00583C6D4CB006 , 0x019179B5052971B0BC7306959E46DDE6 , 0x019179B505AE72728503137E9266E879 , 0x7254ED2CF5B445E8B2CBE8B9AA7AE01F , 0x018C8681F63D776BA14D8276CDBF2689 , 0x019179B5056373928AE6FCE8698824BF , 0x018C867839CE764BB1E69E17E53B590D , 0x018D0DB56D1C7BB98F9432F95BF7DE5E , 0x018C8687AB4D73C681C0D004736E79B9 , 0x0192C2675CD372A7B1870BBA73D3F85B );
Copy
120
0.11 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
121
0.19 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `active` as `language.active` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `active` as `language.active` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
122
0.14 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"\x01 ’qKt\x10 s®†˜ã‘tìúc "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0x0192714B741073AE8698E39174ECFA63 );
Copy
123
0.23 ms
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > ? )
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > NULL );
Copy
124
0.65 ms
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (seo_url . language_id = ? ) AND (seo_url . sales_channel_id = ? OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 )
Parameters :
[
"/navigation/02c869b422b14efc84456beaa83eded5 "
"/navigation/b75cbafd11dd47efadd47d67507af729 "
"/navigation/aa88cb36b1db4262a4da50f85f9bba6b "
"/navigation/c1e71eb3c989491fa6084c8da5d42afe "
"/navigation/8a85accfffa74134a232deb410f1dcb9 "
"/navigation/e181786897d94da2afd3cc61ff8c4579 "
"/navigation/148e8a36e80d4b43bf7c795939ff6545 "
"/navigation/5660ed9ae5a0466eb2f727889b3d3f48 "
"/navigation/0194277fa4127cc793fa92de20e19443 "
"/navigation/2d596ffa962c4476a18e7f1d6baa4ff0 "
"/navigation/247913ac4def48109c4ac2486c059512 "
"/navigation/179d5c86a66f4ab283e1c3c4de260ef3 "
"/navigation/3a69b3d5fa0541bd83d35b06d5aa26dd "
"/navigation/018f067805eb71629ba30eb0b6dd0de4 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x08 Ò¾¶\x17 uM.›ˆ\x13 æ\x7F ½:\x10 "
]
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/navigation/02c869b422b14efc84456beaa83eded5' , '/navigation/b75cbafd11dd47efadd47d67507af729' , '/navigation/aa88cb36b1db4262a4da50f85f9bba6b' , '/navigation/c1e71eb3c989491fa6084c8da5d42afe' , '/navigation/8a85accfffa74134a232deb410f1dcb9' , '/navigation/e181786897d94da2afd3cc61ff8c4579' , '/navigation/148e8a36e80d4b43bf7c795939ff6545' , '/navigation/5660ed9ae5a0466eb2f727889b3d3f48' , '/navigation/0194277fa4127cc793fa92de20e19443' , '/navigation/2d596ffa962c4476a18e7f1d6baa4ff0' , '/navigation/247913ac4def48109c4ac2486c059512' , '/navigation/179d5c86a66f4ab283e1c3c4de260ef3' , '/navigation/3a69b3d5fa0541bd83d35b06d5aa26dd' , '/navigation/018f067805eb71629ba30eb0b6dd0de4' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x08D2BEB617754D2E9B8813E67FBD3A10 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
125
0.50 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"v¡³z}¿Ae´lz²ÿ\x1A HA "
b"V¸‰y8¾D¤]#\x07 o "
b"\x01 ‘yµ\x05 =r<¼ÂÿÊ~/\x1D 7 "
b"\x01 ‘yµ\x05 “s|©ô¦iZ(ß\x19 "
b"\x01 ‘yµ\x05 ©qÖ³;·÷\x7F ñˆ "
b"\x01 ‘yµ\x07 yr޽4²!¿\x1F "
b"\x01 ‘yµ\x07 ~r'“¸+1\x13 X)ˆ "
b"\x01 ’f½•E{‘o\x0E t\x02 §n "
b"‰9db±”BÞ…;IŸ3·Œï "
b"Š=rªµ¥F ‰PQcöDù "
b"ùÚ“øJÚLÍŽý•i*aY‘ "
b"\x06 ÃæÄ\f Þ@ûˆ¡uÛ;y8 "
b"\x01 ‘yíYÝrìµ$Œ7\x01 ¤©§ "
b"\x01 ‘yíZ3s]ú®}Hî7t "
b"\x01 ‘yíZssʧB£Ê+GOª "
b"\x01 ‘yíZ¼r`º\r \x7F †¥ô\x12 "
b"\x01 ‘yíZäsÌŠËÛОi\x7F\x1A "
b"\x01 ‘yíZýs“ƒ\x16 Î]b²\x18 … "
b"\x01 ‘yí[4rû†‰¿õ,6ÒN "
b"\x01 ‘yí[Gq\f »ˆÔʾWU0 "
b"\x01 ‘yí[ep!•$RªRÂòb "
b"\x01 ‘yí[ˆs†¿\x07 Ëû\f mÄÙ "
b"\x01 ‘yí[·pc´$6Þ+²eM "
b"\x01 ‘yí[éqß·Žð¹«•F6 "
b"\x01 ‘yí\\x0F s+ƒ¦úa\e\x17 ɰ "
b"\x01 ‘yí\\x1C rá½]Ô_©\x1A éˆ "
b"\x01 ‘yí\Hp°»\x1D w*ˉ: "
b"\x01 ‘yí\as’ˆ¨ñŸ_î\Ÿ "
b"""
\x01 ‘yí\ƒq\n
r^ؤ\t w
"""
b"\x01 ‘yí\´q'™jªÈ§ö½¾ "
b"\x01 ‘yí\éq\x02 ¹Ddþ†,§‡ "
b"\x01 ‘yí]xq[•r€àÝQs1 "
b"\x01 ‘yí^\x04 q’ª¤sÏÇ)Ä_ "
b"\x01 ‘yí^˜p\x14 ²xPÑð\x16 ƒË "
b"\x01 ‘yí^¹r©\x1E eYDzoÜ "
b"\x01 ‘yí_\x01 p\x7F ¿:jܤ õ± "
b"\x01 ‘yí_Jr޳CÄÎÊUß$ "
b"\x01 ‘yí_Áqj¹â`\x08 PŠ˜ž "
b"\x01 ‘yí`\x11 qÊ‹Ë÷Ää±]\x12 "
b"\x01 ‘yí`@s¨§ÌrƒY{Åa "
b"\x01 ‘yí`†rzŽØ}†·š°( "
b"\x01 ‘yí`»qs³ÅÊ¢²\x1A\x03 â "
b"\x01 ‘yía\e q›ŒI4&9~\x07\e "
b"\x01 ‘yíaisÖ®‡ß)Êo«E "
b"\x01 ‘yíaypT‹š²\x02 ЬÎã "
b"\x01 ‘yíaÒp!¦ÓòVñþc\x01 "
b"""
\x01 ‘yíb3pr‚Îç+\n
x\x16 \
"""
b"\x01 ‘yíbsïIûý1u¸ "
b"\x01 ‘yíc\r r¿¸\v\v anVð” "
b"\x01 ‘yíc(pÈMPà\t\e ÜŽ "
b"\x01 ‘yíc7rNªñ\x00 þr:œs "
b"\x01 ‘yícyr®\x1E J þâ{~ "
b"\x01 ‘yíc¦p°°µ-ˆ¸däÛ "
b"\x01 ‘yícÜp¶ÙL¿êc\x03\x07 "
b"\x01 ‘yícÿq…šÆ\v dÚJù "
b"‰+ºƒªßNSš<j\x14 F¯gà "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x76A1B37A7DBF4165B46C7AB2FF1A4841 , 0x56B8897938BE44A48F5D23076FEE8AA4 , 0x019179B5053D723CBCC2FFCA7E2F1D37 , 0x019179B50593737CA9F4A6695A28DF19 , 0x019179B505A971D6B33BC2B7F77FF188 , 0x019179B50779728DBD34B221819DBF1F , 0x019179B5077E722793B82B3113582988 , 0x019266BD95457BAD916F0E7402A76E90 , 0x89396462B19442DE853B499F33B78CEF , 0x8A3D72AAB5A5468FA089505163F644F9 , 0xF9DA93F84ADA4CCD8EFD95692A615991 , 0x06C3E6C40CDE40FB88ADA175DB3B7938 , 0x019179ED59DD72ECB5248C3701A4A9A7 , 0x019179ED5A33735DADFAAE7D48EE3774 , 0x019179ED5A7373CAA742A3CA2B474FAA , 0x019179ED5ABC7260BA0D7F86A5F49012 , 0x019179ED5AE473CC8ACBDBD09E697F1A , 0x019179ED5AFD73938316CE5D62B21885 , 0x019179ED5B3472FB8689BFF52C36D24E , 0x019179ED5B47710CBB88D4CABE575530 , 0x019179ED5B657021952452AA52C2F262 , 0x019179ED5B887386BF07CBFB0C6DC4D9 , 0x019179ED5BB77063B42436DE2BB2654D , 0x019179ED5BE971DFB78EF0B9AB954636 , 0x019179ED5C0F732B83A6FA611B17C9B0 , 0x019179ED5C1C72E1BD5DD45FA91AE988 , 0x019179ED5C48709DB0BB1D772ACB893A , 0x019179ED5C61739288A8F19F5FEE5C9F , 0x019179ED5C83710A9F725ED88FA40977 , 0x019179ED5CB47127996AAAC8A7F6BDBE , 0x019179ED5CE97102B94464FE862CA787 , 0x019179ED5D78715B957280E0DD517331 , 0x019179ED5E047192AAA473CFC729C45F , 0x019179ED5E987014B27850D1F01683CB , 0x019179ED5EB972A9811E6559447A6FDC , 0x019179ED5F01707FBF3A6ADCA420F5B1 , 0x019179ED5F4A728EB343C4CECA55DF24 , 0x019179ED5FC1716AB9E26008508A989E , 0x019179ED601171CA8BCBF7C4E4B15D12 , 0x019179ED604073A8A7CC7283597BC561 , 0x019179ED6086727A8ED87D86B79AB028 , 0x019179ED60BB7173B3C5CAA2B21A03E2 , 0x019179ED611B719B8C493426397E071B , 0x019179ED616973D6AE87DF29CA6FAB45 , 0x019179ED617970548B9AB2028AACCEE3 , 0x019179ED61D27021A6D3F256F1FE6301 , 0x019179ED6233707282CEE72B0A78165C , 0x019179ED629F739F81EF49FBFD3175B8 , 0x019179ED630D72BFB80B0B616E56F094 , 0x019179ED632870C88F4D50E0091BDC8D , 0x019179ED6337724EAAF100FE723A9C73 , 0x019179ED63797281AE1E4A20FEE27B7E , 0x019179ED63A670B0B0B52D88B864E4DB , 0x019179ED63DC70B69DD94CBFEA630307 , 0x019179ED63FF71859AC60B2064DA4AF9 , 0x892BBA83AADF4E539A3C6A1446AF67C3 );
Copy
126
0.36 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"RRWHOlMAjXjyPeksuflpWa4y1AMGazTj "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'RRWHOlMAjXjyPeksuflpWa4y1AMGazTj' ;
Copy
127
0.21 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.emailAgent "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.emailAgent' );
Copy
128
0.07 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.encryption "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.encryption' );
Copy
129
0.06 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.host "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.host' );
Copy
130
0.06 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.username "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.username' );
Copy
131
0.05 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.password "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.password' );
Copy
132
0.05 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.port "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.port' );
Copy
133
0.05 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.encryption "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.encryption' );
Copy
134
0.10 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.emailAgent "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.emailAgent' );
Copy
135
0.06 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.encryption "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.encryption' );
Copy
136
0.05 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.host "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.host' );
Copy
137
0.05 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.username "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.username' );
Copy
138
0.05 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.password "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.password' );
Copy
139
0.05 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.port "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.port' );
Copy
140
0.05 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