1
0.29 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
2
0.29 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
3
0.22 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
4
0.55 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.33 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"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
"sitemap.xml "
"sitemap.xml/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x994CCF84BD8B4F13AC7D5C9550B524C4 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'sitemap.xml' OR seo_path_info = 'sitemap.xml/' ));
Copy
6
0.21 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"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
"/sitemap.xml "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x994CCF84BD8B4F13AC7D5C9550B524C4 ) AND (path_info = '/sitemap.xml' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
7
1.39 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
8
0.37 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
"fWjTUozw3a9PlNdNFW9iSc9u98idfOvS "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x994CCF84BD8B4F13AC7D5C9550B524C4 ) AND (token = 'fWjTUozw3a9PlNdNFW9iSc9u98idfOvS' ) LIMIT 1 ;
Copy
9
0.33 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"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
]
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 = 0x994CCF84BD8B4F13AC7D5C9550B524C4
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
10
0.67 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"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
]
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 (0x994CCF84BD8B4F13AC7D5C9550B524C4 );
Copy
11
0.27 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"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
]
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 (0x994CCF84BD8B4F13AC7D5C9550B524C4 )));
Copy
12
0.24 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"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
]
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 (0x994CCF84BD8B4F13AC7D5C9550B524C4 )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
13
0.43 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
14
0.28 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
15
0.31 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"ÀЯÂ|(K5ˆíhH´½Ñu "
]
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 (0xC0D0AFC27C284B3588ED6848B4BDD175 );
Copy
16
0.33 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"ϽP\x18 ÓŽAØÊ\x10 ÙOÈ½Ö "
]
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 (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
17
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
18
0.32 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"cïí!òÄH¿´ÔÀØ¥.Ò« "
]
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 (0x63EFED21F2C448BFB4D4C0D8A52ED2AB )));
Copy
19
0.62 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `file_hash` as `payment_method.media.fileHash` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"‹Ñ®\x03 é†IúŒ ª/ú´ùE "
]
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 (0x8BD1AE03E98649FA8CA0AA2FFAB4F945 );
Copy
20
0.18 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
21
0.52 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"ÿ?\x13 ϧ\x18 Hô¨\v\v ¥øÆ\x06 û "
]
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 (0xFF3F13CFA71848F4A80B0BA5F8C606FB );
Copy
22
0.15 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"ÀЯÂ|(K5ˆíhH´½Ñu "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0xC0D0AFC27C284B3588ED6848B4BDD175 ) LIMIT 1 ;
Copy
23
0.35 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"fWjTUozw3a9PlNdNFW9iSc9u98idfOvS "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'fWjTUozw3a9PlNdNFW9iSc9u98idfOvS' ;
Copy
24
0.28 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
25
0.52 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 Ž´ 3N{x‘’—kséáD "
b"\x01 ‘ümNŽ|\x15 “\x0F s\x0E ¸'žÍ "
b"\x01 ’0x…!w\t º97êšÿÄp "
b"\x01 ’2 B4s¦®ÃL\x1F €ð*³ "
b"\x01 “6‚*h}›÷É/\x03 Y3" "
b"\x01 “6‚™¨|u®\C½á¿ÃT "
b"\x01 •\x03 —ûƒzc™Å æBYç| "
b"\x01 ˜\x13 SÀ‰{%ÛõÉ€šx[ "
b"2ãÉñ\x10 ®D\r ¼A\x17\t Ï\x12 */ "
b"3h¿%e\x0F IR¼q¡ü!ÐÁ¿ "
b"9Wx0âyK?•\x0E\x03 µû1\e » "
b"@´¢¥ý\x00 D ®C9}Â7”Ù "
b"A-ëØÂ<C7·ÀµE5\x1A 4Š "
b"BªÅÎ\x7F IE\x18 ³£^üŸj—’ "
b"M\x10 ä·AìG/‰2\x1E ÔùžôK "
b"M\x1F 6‰sGD\‰Ío&TÎâO "
b"TBÛ3KXHmŽ\x03 v°“\x04 ±ß "
b"U¿¡\x17 ¯\x1D H(ÇÖNšÞð@ "
b"f‰öP%¸M÷½\t T\x06 £ÛM "
b"ošGÂ\x7F ¶@¢—EÔ\x13 251¿ "
b"p\x19 ‹ÊÄLHÁ²\x0E –7—\x11 Ë "
b"zËü\x0F è„DŬ+E¢üîR´ "
b"\x7F ÑöÛgüAБÂÖL`âçÝ "
b"ýmȃÚA\¹\x08 -jÌÏ} "
b"ƒ‹¹–\x12 ùOÿ‘I\x0F\x07 9£ºì "
b"""
‡oç?2<Hpªôé\n
øWŠ\n
"""
b"Š\x1F Ô¹¼\x04 O˜œnµæý2$Ž "
b"Œë¦0í GZ»q.þ\x18\x05 [ê "
b"¡ü–$ÞGK\x19 ¶#×)Ù\x1D iX "
b"«'pßN®Eu¢„¥âÒŸýÛ "
b"¬>\x1E ´ReEmª\x04 /Þ;ì“M "
b"º®ÛÌa¤GÌ ~”\x1F p€vB "
b"Ê\x19 “–€WCv´ë¹\e .8¶\ "
b"ÝÙ\x1E ïÌ®HË\v ÃBh4vá "
b"ñê3'F\x05 H]Œ3°\x05 4¤¶S "
b"úX¾8F\x17 N„ ÔÙ{‚ÉDØ "
b"\x01 ª)–\x07 w¶œ\v }×>*Öi "
b"\x01 ‘"0L/vœ“(D+oú[\ "
b"\x01 ‘"3p\f uކ>í+ÄuË "
b"\x06 è—·‘ÍL\x13 ƒèç\x0E ®U& "
b""\x00 \x00 •©B\x00 \]\x11\x1C ®(ü "
b"²\x01 oàœ<Ec‹-LT\x01 ÿH´ "
b"µƒräô§Kù”÷ì0 Œœ¢ "
b"\x01 “\x03\x7F Š>pK§ÞQ4Ê~bí "
b"""
\r ZŸ/\n
0E5¥_u~\x07 ðÈ\x7F
"""
b"'ó\f Ã\x06 úD\r µäåèäî\x11 ˆ "
b"JCDƒ\x01 \C”°Ì[\x01 ñ£‘- "
b"Qƒ\x0E põAM5|CÍ\x10 Žè "
b"tˆw¥t´Jj¹-r\x1A ì…r( "
b"uá"\x1D .¹@\¶À'\e Â×+ "
b"ƾ½ÿ&.M…©ô`0œ£ãº "
b"ë’UxAÎ@ˆœÑ^\x03 ±Ô\x0F ] "
b"†S/Û¢ŽE8 Ÿi\x1D ¿I1› "
b"\x1D Öh\x1A r»@\x10 ˜6è|,¥\x13 ‰ "
b"s»n´9ËBÀ¦ÔXG Œ/Ä "
b"ÕÆÙC\x19 žCQˆ:þ.î(\x01 + "
]
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 (0x018DB420334E7B789192976B73E9E144 , 0x0191FC6D4E8D7C15930F730EB8279ECD , 0x0192307885217709BA3937EA9AFFC470 , 0x019232A0423473A6AEC34C1F80F02AB3 , 0x019336822A687D9D9BF7C92F03593322 , 0x0193368299A87C75AE5C43BDE1BFC354 , 0x01950397FB837A6399C5A0E64259E77C , 0x01981353C0897B2581DBF5C9809A785B , 0x32E3C9F110AE440DBC411709CF122A2F , 0x3368BF25650F4952BC71A1FC21D0C1BF , 0x39577830E2794B3F950E03B5FB311BBB , 0x40B4A2A5FD004420AE43397DC23794D9 , 0x412DEBD8C23C4337B7C0B545351A348A , 0x42AAC5CE7F494518B3A35EFC9F6A9792 , 0x4D10E4B741EC472F89321ED4F99EF44B , 0x4D1F36897347445C89CD6F2654CEE24F , 0x5442DB334B58486D8D0376B09304B1DF , 0x55BFA117AF1D48289DC7D64E9ADEF040 , 0x6689F65025B84DF781BD095406A3DB4D , 0x6F9A47C27FB640A29745D413323531BF , 0x70198BCAC44C48C1B20E9D96379711CB , 0x7ACBFC0FE88444C5AC2B45A2FCEE52B4 , 0x7FD1F6DB67FC41D091C2D64C60E2E7DD , 0x81FD6DC883DA415CB9082D9D6ACCCF7D , 0x838BB99612F94FFF91490F0739A3BAEC , 0x876FE73F323C4870AAF4E90AF8578A0A , 0x8A1FD4B9BC044F989C6EB5E6FD32248E , 0x8CEBA630EDA0475ABB712EFE18055BEA , 0xA1FC9624DE474B19B623D729D91D6958 , 0xAB2770DF4EAE4575A284A5E2D29FFDDB , 0xAC3E1EB45265456DAA042FDE3BEC934D , 0xBAAEDBCC61A447CCA07E941F70807642 , 0xCA19939680574376B4EBB91B2E38B65C , 0xDDD91EEFCCAE48C38B0BC342683476E1 , 0xF1EA33274605485D8C33B00534A4B653 , 0xFA58BE3846174E84A0D4D97B82C944D8 , 0x018FAA29960777B69C0B7DD73E2AD669 , 0x019122304C2F769C9328442B6FFA5B5C , 0x01912233700C758D863E8FED2BC475CB , 0x06E897B791CD4C1383E8E70E20AE5526 , 0x2200900095A942008F5C5D111CAE28FC , 0xB2016FE09C3C45638B2D4C5401FF48B4 , 0xB58372E4F4A74BF994F7EC30208C9CA2 , 0x0193037F8A3E704BA7DE5134CA7E62ED , 0x0D5A9F2F0A304535A55F757E07F0C87F , 0x27F30CC306FA440DB5E4E5E8E4EE1188 , 0x4A434483015C4394B0CC5B01F1A3912D , 0x5183900E70F5414D9D357C43CD108DE8 , 0x748877A574B44A6AB92D721AEC857228 , 0x75E1221D2EB9405CB6C0271BA0C2D72B , 0xC6BEBDFF262E4D85A9F460309CA3E3BA , 0xEB92557841CE40889CD15E03B1D40F5D , 0x86532FDBA28E4538A09F691DBF49319B , 0x1DD6681A72BB40109836E87C2CA51389 , 0x73BB6EB439CB42C0A6D45847208C2FC4 , 0xD5C6D943199E4351883AFE2EEE28012B );
Copy
26
0.28 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
27
0.87 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 •Š‘~;såºKy³£“»k "
]
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 (0x01958A917E3B73E5BA4B79B3A393BB6B );
Copy
28
0.20 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 •Š‘~;såºKy³£“»k "
]
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 (0x01958A917E3B73E5BA4B79B3A393BB6B )));
Copy
29
0.49 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"ú\x08 rôN!B¯›\x19 1cX6˜Ï "
]
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 (0xFA0872F44E2142AF9B193163583698CF );
Copy
30
0.19 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"ú\x08 rôN!B¯›\x19 1cX6˜Ï "
]
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 (0xFA0872F44E2142AF9B193163583698CF )));
Copy
31
0.78 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
32
0.17 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"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"ÀЯÂ|(K5ˆíhH´½Ñu "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x994CCF84BD8B4F13AC7D5C9550B524C4 AND `sales_channel_country` . `country_id` = 0xC0D0AFC27C284B3588ED6848B4BDD175 );
Copy
33
1.55 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"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x994CCF84BD8B4F13AC7D5C9550B524C4 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
34
0.75 ms
SELECT `category` . auto_increment , LOWER (HEX (`category` . id )) as id , `category` . created_at , `category` . updated_at FROM `category` WHERE (`category` . auto_increment > ? ) AND ((`category` . path LIKE ? OR `category` . path LIKE ? )) AND (`category` . version_id = ? ) AND (`category` . active = 1 ) AND (`category` . type ! = ? ) AND (`category` . type ! = ? ) ORDER BY `category` . auto_increment LIMIT 100
Parameters :
[
0
"%|5c8a7dc0d35a46c3a0f481ce78e792e2|% "
"%|019b3781679679a3b29430825338a2c0|% "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"link "
"folder "
]
SELECT `category` . auto_increment , LOWER (HEX (`category` . id )) as id , `category` . created_at , `category` . updated_at FROM `category` WHERE (`category` . auto_increment > 0 ) AND ((`category` . path LIKE '%|5c8a7dc0d35a46c3a0f481ce78e792e2|%' OR `category` . path LIKE '%|019b3781679679a3b29430825338a2c0|%' )) AND (`category` . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . active = 1 ) AND (`category` . type ! = 'link' ) AND (`category` . type ! = 'folder' ) ORDER BY `category` . auto_increment LIMIT 100 ;
Copy
35
2.25 ms
SELECT LOWER (HEX (foreign_key )) as foreign_key , seo_path_info
FROM seo_url WHERE foreign_key IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
AND `seo_url` . `route_name` = ?
AND `seo_url` . `is_canonical` = 1
AND `seo_url` . `is_deleted` = 0
AND `seo_url` . `language_id` = ?
AND (`seo_url` . `sales_channel_id` = ? OR seo_url . sales_channel_id IS NULL )
Parameters :
[
b"2+`¸S\x1D MâŠê§ÈÔ¸`& "
b"\@S®©¶A\x1F Ž\x1C ʬZ–7å "
b"`ð£g\r OH’§MØzéw\x18 Æ "
b"yA¬‡\f ÍL™©¼ºs\t ûBg "
b"º{˜d\x17 F\x7F ™Þ¥°\x18 NÑÝ "
b"Ò´õÐQ–@\x03 ˆ]Œ÷µö "
b"ÙrZQMÁOD¤£Ä,¨S Ï "
b"á+O¹}QNH§¢íð ÓKE "
b"çÇK\x15 X-B†˜ôJÿâ•ïØ "
b"èÜÚ\x01 ߊJ…£à΢e¬ÑO "
b"ø\x15 =B¶<FÕ‘’ä–úÜR "
b"\x0E FŒ.\x01 N»ºúº÷C*ë9 "
b"«\x03 ¹d÷úE8¸¼,Qh/)E "
b"Gäè¨Ù*Cµ‚‰¾ÇšT e "
b"€|&\x17 L\x00 A\x05 ¢Ö™/\x10 á\x13 ¤ "
b"8ò€÷Ò˜M\t šK\x0F »FÁ©[ "
b"Ï.æÝxfAç‡V9xâ¤ê„ "
b"\x0E [Ýý<æJ΋7ÅÈŽ\r X\x1D "
b"sƒßÅxÜCŠ‚Ó x}©FÒ "
b"\x01 Nq’ãóCȹÀgŠ«Kb\x03 "
b"\x05 ô¡s\x07 _N\x02 ¥=–D]g¿K "
b"š»%°Ñ8J\x10 µ@Ýi~v. "
b"¸’\x14 ¼¦ØC\x7F ¤þj³¹\f I' "
b"ÔIŽ™£\x18 @דÊx•›¿\x13 ( "
b"÷\x10 ýd¥TK…€\x0E ACð\x1A fT "
b"\x06 P‚\x00 {ÐBÓ¾)\x18 ]z½â "
b"XvžùãÞLךp<\x06 kZž† "
b"""
(D\n
þßÉFõ‚ûf<`\x1D m°
"""
b"Ñilg¹ÊDa/Ë*К›¯ "
b"W’‰ÿZÞCúªÌ½\x03 Æ\x00 þ "
b"‹H\x0F ÑkJÛŠ¯Ìg\x0F sI\x06 "
b"^½Àò«\x14 L˜¥àÂ\x06 Û²\x1F "
b"$uݧ¥æ@ãº\x01 ™Î®\x1C Ç\x02 "
b"‘õtЃD;…<qå‘(í "
b",j$ÆUHT² (TÀRˆ¢ "
b"\x01 M• P÷A\£ú7¿ÂÀ] "
b"š6—¡õºE‚§º\v w|9}\v "
b"ño>B¿ÒKyš\x03 hÅwNæý "
b"\v ã¥R_HȢش[Kwš† "
b"KÒTüå\x00 Bʤºç‘Ã>X\x04 "
b"‹8Å¢ÜÙF¿ÐØR,ÈYV "
b"ژ͌äÅH\x10 §¬¹3¨IS\x15 "
b"(ð(öÚûF¢\x17 #õ‰)ßÈ "
b"„^ó61NJ´•ßõÊÉ€v "
b"ãJ^øýJ\x13 “÷>H\x03 •xÛ "
b"㿸ã²"D}š›'M\v ÍU "
b"öâŽ\x18 8rCZ·yÈ;ñº¾¬ "
b"ŽL\x05\x1E ý[L[¸È:’„§\x17 "
b"+|\x1D \\r œN×¶\x13 4aªu`» "
b"ÄûT\x1A &MìÈÿ\x19 ¸C Ž "
b"}—®Õ\x14 ¤F\x1F «\e ƒôÓ~áá "
b"®: \x02 D†€ÖM)°óm¬ "
b"\x0F Ô=fž\x01 D‡Ž‹Ú¦üÌqÙ "
b"µþXùz\x16 @\x1D ¢¼åK¶\¥\x08 "
b"¯\x10 yÜà7E#ˆ&N\x0F Ù\x19 Ã "
b"ýÆ\x02 vÈK*š*Ç÷Ö+• "
b""lakè2A\x07 ŽÇ\x1D "\x16 ½,y "
b"vèÿ·ÓžGϳ–Ð8\x0E ü\x17 ¶ "
b"""
Î\x0E\x11 Õ“\n
Jú¦Áy2ž~f
"""
b"ToªþªüCè³i¹¬Éò¼ª "
b"&\x0F ýBSHOÊ…BP\x19 Ðvë "
b"çxÁš™Jí ÀYè\x14 ½Dá "
b"\x03 ~OhëŠBc±¤ú\x1E 9\x1F z "
b"ÛeAÆÛõL@®–£\x7F =ñf\v "
b"k”V§\x0F nFÔ»\x1F ¼î‚"íˆ "
b"\x11 ù\x7F ¬–rKß®(!¡‰Vä; "
b"ºìcøÎoEZ„K6€-ëq³ "
b"e\x12 dy{ŠGܪŽûEöææˆ "
b"Ì\x00 UèÛõAq£²³NPÂ$ "
b"B\f ù\x16\x07 ÚIí©“8ÚbU\e Ö "
b"Yß•’úÁMܺ\x1C †±ŸéÝó "
b"\x01 ½ ;¹GQµaN„|ä\x00 L "
b"…\:Ž|zJÅ‹EÄŠ8£ê "
b"Ç:iÔ\x11\x11 CÙ«œí\x11 Â<fó "
b"""
j\n
iv\x19 DE±†xƒËÛèJÍ
"""
b"ªÁêFFvII’›4{}ìR "
b"<4ím5ëN\r ©öp\x0E C\x02\x17 N "
b"#¯H¸M2Hþp\x0E è‚üŒ” "
b"úNSR\x04 õE\x17 œ\x17 ’\r …$V "
b"?ªÑ«ˆ\x10 B½çRýG¶Ñ› "
b"\x01 Žv8\x01 "\x7F â†Ôð-¬g\x1E " "
b"\x01 ˜\x13 rX\x18 |n£Z\x12 î/F "
b"\x01 ›7|/™np¿’ÝåM "
b"\x01 ›7ŽºAyp£ç\t ¹cg¬Œ "
b"\x01 ›7ŽÅ¨s_…ò–‰ßu\x19  "
b"\x01 ›7ŽÒlt6œ\x14 ‘Œ`Áïõ "
b"\x01 ›7ôku³/õœwýõ< "
b"\x01 ›7pí{¶“¡\x1A ê\x03 /ÖÕ "
b"\x01 ›7\x7F :}\x12 §ê¨½{á)N "
b"\x01 ›7’lr§’\x11 C$\x12 2\x7F "
b"\x01 ›7¢£tY›MÁɬ3‡ï "
b"\x01 ›7\v ÍxU¬m²ï"@K“ "
b"\x01 ›7\x1D ;|T½cVVßïÍÐ "
b"\x01 ›7$Š~\x01 ¼Á\x19 åè\x02 ‹œ "
b"\x01 ›7.\x06 ti¯-þŽ+\x11 ¡\e "
b"\x01 ›78\x0E tÅ¢aÄWß\x19 ûâ "
b"\x01 ›7? \x7F ³‘§B¿Ê\x17 Ïà "
b"""
\x01 ›7IwS¶\n
‘䚣$ÿ
"""
b"\x01 ›7Úqxؽ\x07 ‡\x01 =„Ø\x02 "
b"\x01 ›7èÆ\x7F\x08 ¡U[j“\e Ô‡ "
"frontend.navigation.page "
b"/»_ââšMpªXTÎ|ãâ\v "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
]
SELECT
LOWER (
HEX (foreign_key )
) as foreign_key ,
seo_path_info
FROM
seo_url
WHERE
foreign_key IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ?
)
AND `seo_url` . `route_name` = ?
AND `seo_url` . `is_canonical` = 1
AND `seo_url` . `is_deleted` = 0
AND `seo_url` . `language_id` = ?
AND (
`seo_url` . `sales_channel_id` = ?
OR seo_url . sales_channel_id IS NULL
)
Copy
SELECT LOWER (HEX (foreign_key )) as foreign_key , seo_path_info
FROM seo_url WHERE foreign_key IN (0x322B60B8531D4DE28AEAA7C8D4B86026 , 0x5C4053AEA9B6411F8E1CCAAC5A9637E5 , 0x60F0A3670D4F4892A74DD87AE97718C6 , 0x7941AC870CCD4C99A9BCBA7309FB4267 , 0xBA7BC2986417467F99DEA5B0184ED1DD , 0xD2B4F5D051964003885D8C8FF7B5F69F , 0xD9725A514DC14F44A4A3C42CA85320CF , 0xE12B4FB97D514E48A7A2EDF0A0D34B45 , 0xE7C74B15582D428698F44AFFE295EFD8 , 0xE8DCDA01DF8A4A85A3E0CEA265ACD14F , 0xF8153D42B63C46D59192E4969DFADC52 , 0x0E468C2E90014EBBBAFABAF7432AEB39 , 0xAB03B964F7FA4538B8BC2C51682F2945 , 0x47E4E8A8D92A43B58289BEC79A542065 , 0x807C26174C004105A2D6992F10E113A4 , 0x38F280F7D2984D099A4B0FBB46C1A95B , 0xCF2EE6DD786641E787563978E2A4EA84 , 0x0E5BDDFD3CE64ACE8B37C5C88D0D581D , 0x7383DFC578DC438A82D320787DA946D2 , 0x014E7192E3F343C8B9C0678AAB4B6203 , 0x05F4A173075F4E02A53D96445D67BF4B , 0x9ABB25B0D1384A10B5408FDD697E762E , 0xB89214BCA6D8437FA4FE6AB3B90C4927 , 0xD4498E99A31840D793CA78959BBF1328 , 0xF710FD64A5544B85800E4143F01A6654 , 0x065082007BD042D3BE29189D5D7ABDE2 , 0x58769EF9E3DE4CD79A703C066B5A9E86 , 0x28440AFEDFC946F582FB663C601D6DB0 , 0xD1696C67B9CA4461812FCB2AD09A9BAF , 0x579289FF5ADE43FAAACCBD039DC600FE , 0x8B480F8FD16B4ADB8AAFCC670F734906 , 0x5EBDC0F2AB144C98ADA5E0C206DBB21F , 0x2475DDA7A5E640E3BA0199CEAE1CC702 , 0x91F57490D083443B853C71E58F9128ED , 0x2C6A24ADC6554854B2202854C05288A2 , 0x014D95A050F7415CA3FA37ADBFC2C05D , 0x9A3697A1F5BA4582A7BA0B777C397D0B , 0xF16F3E42BFD24B799A0368C5774EE6FD , 0x0BE381A5525F48C8A2D8B45B4B779A86 , 0x4BD254FCE50042CAA4BAE791C33E5804 , 0x8B38C5A2DCD9468FBFD0D8522CC85956 , 0xDA98CD8CE4C54810A7ACB933A8495315 , 0x28F028F6DAFB4690A21723F58929DFC8 , 0x845EF336314E4AB495DFF5CAC98076C2 , 0xE34A5EF8FD814A1393F73E48039578DB , 0xE3BFB8E3B222447D9A9B8F274D0BCD55 , 0xF6E28D183872435AB779C83BF1BABEAC , 0x8D4C051EFD5B4C5BB890C83A9284A717 , 0x2B7C1D5C0D9C4ED7B6133461AA7560BB , 0xC490FB541A264DEC8EC8FF19B843208D , 0x7D97AED514A4461FAB1B83F4D37EE1E1 , 0xAE908E3AA002448680D64D29B0F36DAC , 0x0FD43D669E0144878D8BDAA6FCCC71D9 , 0xB5FE58F97A16401DA2BCE54BB65CA508 , 0xAF1079DCE037452388264E0FD91990C3 , 0xFDC68F0276C84B2A9A2AC790F7D62B95 , 0x226C616BE83241078EC71D2216BD2C79 , 0x76E8FFB7D39E47CFB396D0380EFC17B6 , 0xCE0E11D5930A4AFAA6C179329E7E8F66 , 0x546FAAFEAAFC43E8B369B9ACC9F2BCAA , 0x260FFD4253484FCA85425019D076EB81 , 0xE778C19A90994AEDA0C059E814BD44E1 , 0x037E4F68EB8A4263B1A4FA1E391F7AC2 , 0xDB6541C6DBF54C40AE96A37F3DF1660B , 0x6B9456A70F6E46D4BB1FBCEE8222ED88 , 0x11F97FAC96724BDFAE2821A18956E43B , 0xBAEC63F8CE6F455A844B36802DEB71B3 , 0x651264797B8A47DCAA8DFB45F6E6E688 , 0xCC0055E8DBF54171A3B29DB34E50C224 , 0x420CF91607DA49EDA99338DA62551BD6 , 0x59DF9592FAC14DDCBA1C86B19FE9DDF3 , 0x01BDADA03BB94751B5614E847CE4004C , 0x855C3A8D7C7A4AC58B8E45C48A38A3EA , 0xC73A69D4111143D9AB9CED11C23C66F3 , 0x6A0A6976194445B1867883CBDBE84ACD , 0xAAC1EA4646764949929B348F7B7DEC52 , 0x3C34ED6D35EB4E0DA9F6700E4302174E , 0x23AF48B84D3248FE9D700EE882FC8C94 , 0xFA4E535204F545178F9C17920D852456 , 0x3FAAD1AB8810429DBDE752FD47B6D19B , 0x018D763801227FE286D4F02DAC671E22 , 0x0198137258187C6EA3905A12EE2F8146 , 0x019B378EAD817C2F996E70BF92DDE54D , 0x019B378EBA417970A3E709B96367AC8C , 0x019B378EC5A8735F85F29689DF7519C2 , 0x019B378ED26C74369C14918C60C1EFF5 , 0x019B378EF46B75B38F2FF59C77FDF53C , 0x019B378F70ED7BB693A11AEA032FD6D5 , 0x019B378F7F3A7D12A7EAA8BD7BE1294E , 0x019B378F926C72A79211432412327F8E , 0x019B378FA2A374599B4DC1C9AC3387EF , 0x019B37900BCD7855AC6DB2EF22404B93 , 0x019B37901D3B7C54BD635656DFEFCDD0 , 0x019B3790248A7E01BCC119E5E8028B9C , 0x019B37902E067469AF2DFE8D2B11A11B , 0x019B3790380E74C5A261C457DF19FBE2 , 0x019B37903FA07FB391A742BFCA17CFC3 , 0x019B3790499F7753B60A91E49AA324FF , 0x019B3790DA7178D8BD0787013D84D802 , 0x019B3790E8C67F08A1555B6A931BD487 )
AND `seo_url` . `route_name` = 'frontend.navigation.page'
AND `seo_url` . `is_canonical` = 1
AND `seo_url` . `is_deleted` = 0
AND `seo_url` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B
AND (`seo_url` . `sales_channel_id` = 0x994CCF84BD8B4F13AC7D5C9550B524C4 OR seo_url . sales_channel_id IS NULL );
Copy
36
0.27 ms
SELECT `category` . auto_increment , LOWER (HEX (`category` . id )) as id , `category` . created_at , `category` . updated_at FROM `category` WHERE (`category` . auto_increment > ? ) AND ((`category` . path LIKE ? OR `category` . path LIKE ? )) AND (`category` . version_id = ? ) AND (`category` . active = 1 ) AND (`category` . type ! = ? ) AND (`category` . type ! = ? ) ORDER BY `category` . auto_increment LIMIT 100
Parameters :
[
196
"%|5c8a7dc0d35a46c3a0f481ce78e792e2|% "
"%|019b3781679679a3b29430825338a2c0|% "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"link "
"folder "
]
SELECT `category` . auto_increment , LOWER (HEX (`category` . id )) as id , `category` . created_at , `category` . updated_at FROM `category` WHERE (`category` . auto_increment > 196 ) AND ((`category` . path LIKE '%|5c8a7dc0d35a46c3a0f481ce78e792e2|%' OR `category` . path LIKE '%|019b3781679679a3b29430825338a2c0|%' )) AND (`category` . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . active = 1 ) AND (`category` . type ! = 'link' ) AND (`category` . type ! = 'folder' ) ORDER BY `category` . auto_increment LIMIT 100 ;
Copy
37
0.38 ms
SELECT LOWER (HEX (foreign_key )) as foreign_key , seo_path_info
FROM seo_url WHERE foreign_key IN (? , ? , ? )
AND `seo_url` . `route_name` = ?
AND `seo_url` . `is_canonical` = 1
AND `seo_url` . `is_deleted` = 0
AND `seo_url` . `language_id` = ?
AND (`seo_url` . `sales_channel_id` = ? OR seo_url . sales_channel_id IS NULL )
Parameters :
[
b"\x01 ›7öÖtW°Þ†\x08 R\t e{ "
b"\x01 ›7‘\x06 Ôq\x17 †#+\x1F\x03 H©Ý "
b"\x01 ›ê¾›¿q"’™ß\x19 —¢"¿ "
"frontend.navigation.page "
b"/»_ââšMpªXTÎ|ãâ\v "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
]
SELECT LOWER (HEX (foreign_key )) as foreign_key , seo_path_info
FROM seo_url WHERE foreign_key IN (0x019B3790F6D67457B0DE86085209657B , 0x019B379106D4711786232B1F0348A9DD , 0x019BEABE9BBF71229299DF1997A222BF )
AND `seo_url` . `route_name` = 'frontend.navigation.page'
AND `seo_url` . `is_canonical` = 1
AND `seo_url` . `is_deleted` = 0
AND `seo_url` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B
AND (`seo_url` . `sales_channel_id` = 0x994CCF84BD8B4F13AC7D5C9550B524C4 OR seo_url . sales_channel_id IS NULL );
Copy
38
0.19 ms
SELECT `category` . auto_increment , LOWER (HEX (`category` . id )) as id , `category` . created_at , `category` . updated_at FROM `category` WHERE (`category` . auto_increment > ? ) AND ((`category` . path LIKE ? OR `category` . path LIKE ? )) AND (`category` . version_id = ? ) AND (`category` . active = 1 ) AND (`category` . type ! = ? ) AND (`category` . type ! = ? ) ORDER BY `category` . auto_increment LIMIT 100
Parameters :
[
199
"%|5c8a7dc0d35a46c3a0f481ce78e792e2|% "
"%|019b3781679679a3b29430825338a2c0|% "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"link "
"folder "
]
SELECT `category` . auto_increment , LOWER (HEX (`category` . id )) as id , `category` . created_at , `category` . updated_at FROM `category` WHERE (`category` . auto_increment > 199 ) AND ((`category` . path LIKE '%|5c8a7dc0d35a46c3a0f481ce78e792e2|%' OR `category` . path LIKE '%|019b3781679679a3b29430825338a2c0|%' )) AND (`category` . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . active = 1 ) AND (`category` . type ! = 'link' ) AND (`category` . type ! = 'folder' ) ORDER BY `category` . auto_increment LIMIT 100 ;
Copy
39
0.87 ms
SELECT `product` . auto_increment , LOWER (HEX (`product` . id )) as id , `product` . created_at as created_at , `product` . updated_at as updated_at FROM `product` LEFT JOIN `product` parent ON `product` . parent_id = parent . id INNER JOIN product_visibility visibilities ON product . visibilities = visibilities . product_id WHERE (`product` . auto_increment > ? ) AND (`product` . version_id = ? ) AND ((`product` . available = 1 OR `product` . is_closeout )) AND (IFNULL (`product` . active , parent . active ) = 1 ) AND ((`product` . child_count = 0 OR `product` . parent_id IS NOT NULL )) AND ((`product` . parent_id IS NULL OR parent . canonical_product_id IS NULL OR parent . canonical_product_id = `product` . id )) AND (visibilities . product_version_id = ? ) AND (visibilities . sales_channel_id = ? ) ORDER BY `product` . auto_increment LIMIT 100
Parameters :
[
0
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
]
SELECT `product` . auto_increment , LOWER (HEX (`product` . id )) as id , `product` . created_at as created_at , `product` . updated_at as updated_at FROM `product` LEFT JOIN `product` parent ON `product` . parent_id = parent . id INNER JOIN product_visibility visibilities ON product . visibilities = visibilities . product_id WHERE (`product` . auto_increment > 0 ) AND (`product` . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . available = 1 OR `product` . is_closeout )) AND (IFNULL (`product` . active , parent . active ) = 1 ) AND ((`product` . child_count = 0 OR `product` . parent_id IS NOT NULL )) AND ((`product` . parent_id IS NULL OR parent . canonical_product_id IS NULL OR parent . canonical_product_id = `product` . id )) AND (visibilities . product_version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (visibilities . sales_channel_id = 0x994CCF84BD8B4F13AC7D5C9550B524C4 ) ORDER BY `product` . auto_increment LIMIT 100 ;
Copy
40
2.07 ms
SELECT LOWER (HEX (foreign_key )) as foreign_key , seo_path_info
FROM seo_url WHERE foreign_key IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
AND `seo_url` . `route_name` = ?
AND `seo_url` . `is_canonical` = 1
AND `seo_url` . `is_deleted` = 0
AND `seo_url` . `language_id` = ?
AND (`seo_url` . `sales_channel_id` = ? OR seo_url . sales_channel_id IS NULL )
Parameters :
[
b"*d\x7F =Ö\x11 CY²\x14 Ž¡/–\x0F ƒ "
b"CZO\œ<F9¨±\x7F ž…^î{ "
b"l Íb¡mNâ¦ï[W¶j1€ "
b"‚0T\t ËkFU ô\x10\x02 Ô[~© "
b"“\x13 ø\t ¸\v N\x08 „©UÉl§\x16 ø "
b"""
)\n
=·~G^ˆ˜úÿÊÆ²
"""
b"d~\x06 ÉÓÂFË«\x1A ÿ\x04 ¼º… "
b"\v jb®êKæ¿\v ç¯g¢˜H "
b"£î¥ô6GFbBD!š£ "
b"\f ºšR(æLå£[7i$õ¦/ "
b"*Í]„q\x11 G²¯Á›.d{è_ "
b""\x15 lD´B\x17 ©&b¡Q.•% "
b"³¾fl¦qDn³pzÇ@\x13 Ûî "
b"`ÌÏ¢!ÇGòš6ɘ\x1E :3 "
b"å&6÷œ¥N%µã1u}ÔðÕ "
b"Âzó¤N÷G~©\x10 GÜ㜱0 "
b"w\x14 YŒ,–J\x05 †^Ø”üü1È "
b"Iß]‰˜ÛN\f ºÔë`iOiµ "
b"ЃíqÁ÷E\x14 ˜ãÀ)Ïéíc "
b"\x06\x0F s\x1A ê\x05 D\x02 ެ’W²þl "
b")\x00 ˆ°<‰K„½‡å&\x1C\x06 Í "
b"'5u1(!C¶“>W÷\x03 Ü•ÿ "
b"k®Ä\x16 "<I¡“e¬Žzu\x11 ² "
b"CKƪª\x1A Dí¬Øëzë\x05 €N "
b"Æ\r ³»¥’N\f ¹Öò0\x14 ç0 "
b"\x08 ^Ç\x05 äRGPµ\x01 [*x5Çß "
b"nÊpº®\x7F I>¶\x17 Çöã0fÏ "
b"ÔslŽ8\x0E Bÿ®ŒÃ×\x15 –p$ "
b"}wK\x15 ½ˆBs¦"Ú9Á\x02 ûÕ "
b"¯_x3ŒOD{Íü±Ô\x07 ÅB "
b"ã™t\x01 ÃCz°{ps‚\x08 §† "
b"ŽQ%Êå´M÷½»\e S'KnT "
b"*R\t\x15 A\x13 F3¸V#&CKê( "
b"\x03 !NSKCJhžé|?´¬þ€ "
b"/”\x03\x12 ʼMñ¨è\x12 ¹þDOü "
b"ð·+gíHEü\x06 R^†pf "
b"„Ñ3™\x12 OF\x04 ¦ó¸\x00\t Ïe\n "
b"\x10 ùù7\x0F PFǘŸ'É5\x1C ⤠"
b"½p\x1A x4cH¾‡)\x1E ”2+w7 "
b"\x08 E?Šè·Nŧ{®°Ì\x03 ’ "
b"é•Û=±‘MÝá\x1D ÉZ$sE "
b"Êœ0ç©¢B“º7M\x03 ªNÚd "
b"\e ñVê\x16 ÓGà¸X•Ò\x1D Á†¼ "
b"U\pÈ \x15 MÒ¢e¢ÅôšÄË "
b"§[§ªá‚G[µæ\r ÒiCÑx "
b"4žõhÝ\x1F KK¨/\x12 /º\x0F íâ "
b"lf\x01 ÞÑÄL̹\x07 }ñ»¡ƒ\x00 "
b"F©L©üE4±O\x04 Ák\x07 ®o "
b"çÕ/½\r æF¤²Ñíî\x1C W®Y "
b"€“2õ)\x18 D®“éî¸ú?.Ù "
b"Ï\x1E Z”ÛÇAªŸì7Sò¡=\x14 "
b"÷—»=\x04 ‰J#¢´\x11\x02\x00\x18 … "
b"ß(²°)ÅEû©\x16 0\x1F EâÏ "
b"“?'MÛbNš‰–8S¢\x08 {b "
b"\f éÏ-N-D@¯œxTQ×(ø "
b"ŸOÔZã\f Fª¢¦^Å\x13 ¦D "
b"p&–Ô¢wBA‹·Ð¤z\x08 Œ\x08 "
b"¯`LI¶\x17 N²¡°‚4\x08 ]¯% "
b"Ÿ±¸:œPA‰JËÊ{³}à "
b"+·tѸ\x7F Og´”\x14 Øî\e ‰* "
b"1ôëB\x0F NJš¿&ü0.‹Ãï "
b"n;»>ÚtC6Ž¥7ñ骾q "
b"£f\t V\x1A »M.Š}k&YP·œ "
b"Õ=ÞQ\x01 ìD╼cî¤&ë "
b"\x18 ï ißCŠ•¯\x1F €\x18 j ` "
b"©°pXÞ#AtƒNŽ£1I^ "
b"g¹\x1F q«÷BáŽ-6®\x03 ’\x03 ‘ "
b"!JP\x1D y\x07 D£¡`m\x00 ×Î!\x10 "
b"³hïߺ§@€¯J¶ý2,-Ä "
b"Og8)Ð\r Kž¹>\x18\x0F\x18 íì# "
b"\x1C R[¡;ãG*„./1\x16 ?ñ× "
b"\x17 ïùý«Af’ˆHs¨\x04 ÅU "
b"Ì\x12 áú«„@\x1F ¿æNÿ*\x01 •Ÿ "
b"¦»ÄRF Jµ‚®I¶ž "
b"""
\n
ûÿNýAý¸Ax\x03 éÿ‡!
"""
b"oXì¶\sLn½—\x0E õþpî "
b".¾ýT\x02 S@ƹ\x06 @}$’‹© "
b"ûŸ~¤Î\x12 DŒ·<Ë+\x07 fp "
b"\t áŠ\x03 7\x11 B´©Ðàñìý\x16 "
b"\x7F Ž;\x07 ŠP@µªóÅÚ\r G´Z "
b"F˜â\x1E élLÕ‡ªâä*51Ü "
b"¸h\x1A &\x0E ‘C€žº\x15 ë\\x07 „l "
b"¯<\x04 k\´Oß…–\x0F\f ÕíŸw "
b".+éIÛÒAå¬/n\x08 6Õܳ "
b"Br¨b¨½G\r “ʪÞN#„ "
b"©×\x08 Ú’)Oe•òM²%^^ª "
b"’iá\x00\x00 ÇH\x00 ´Oæ@ñ\x1E # "
b"VäcÂõ\x0E Lÿ»`Űû±â¹ "
b"Á\e RôcIÑŠ©\x1D\x15 ÂßßÝ "
b"æÚé\x0E K¡B·¡ù@’8jÅ… "
b"\v ®\x03 £\x1F }O)¹dáNêMw "
b"Gd¼U¾KÖ¿T²×[ÿ@H "
b"–ï\t\x1F BQB\x14 ¯Öøe&ìž\n "
b"3\x18 ,¾ÔTEйX|âG@·û "
b"|z‘°áàB@‡éCkp\x10 ½g "
b"uÒXZ`ÀB*´îxžÔÃÿÀ "
b"XoBÁ:N^‡·ûÇï5\x19 \n "
b"”“w$©ºA\x0F ®‰\x05\x13 ‚‘¥7 "
b"ÇêM2ë@M/Í ãu¤O@ "
b"ñ:=\e (lEû˜þ'ÖŽ&¶i "
"frontend.detail.page "
b"/»_ââšMpªXTÎ|ãâ\v "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
]
SELECT
LOWER (
HEX (foreign_key )
) as foreign_key ,
seo_path_info
FROM
seo_url
WHERE
foreign_key IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ?
)
AND `seo_url` . `route_name` = ?
AND `seo_url` . `is_canonical` = 1
AND `seo_url` . `is_deleted` = 0
AND `seo_url` . `language_id` = ?
AND (
`seo_url` . `sales_channel_id` = ?
OR seo_url . sales_channel_id IS NULL
)
Copy
SELECT LOWER (HEX (foreign_key )) as foreign_key , seo_path_info
FROM seo_url WHERE foreign_key IN (0x2A647F3DD6114359B2148DA12F960F83 , 0x435A4F5C9C3C4639A8B17F9E855EEE7B , 0x6CA0CD62A16D4EE2A6EF5B57B66A3180 , 0x82305409CB6B4655A0F41002D45B7EA9 , 0x9313F809B80B4E0884A955C96CA716F8 , 0x9F290A3DB77E475E908898FAFFCAC6B2 , 0x647E06C9D3C246CBAB1AFF04BC90BA85 , 0x0B6A628FAEEA4BE6BF0BE7AF67A29848 , 0xA381EEA5F43647468E624244219A9DA3 , 0x0CBA9A5228E64CE5A35B376924F5A62F , 0x2ACD5D84711147B2AFC19B2E647BE85F , 0x22156C44C2B44217A92662A1512E9525 , 0xB3BE666CA671446EB3707AC74013DBEE , 0x60CCCFA221C747F29A36C990981E3A33 , 0xE52636F79CA54E25B5E331757DD4F0D5 , 0xC27AF3A44EF7477EA91047DCE39CB130 , 0x7714598C2C964A05865ED894FCFC31C8 , 0x49DF5D8998DB4E0CBAD4EB60694F69B5 , 0xD083ED71C1F7451498E3C029CFE9ED63 , 0x060F731AEA0544028EADAC9257B2FE6C , 0x290088B03C894B848FBD87E5261C06CD , 0x27357531282143B6933E57F703DC95FF , 0x6BAEC416223C49A19365AC8E7A7511B2 , 0x434BC6AAAA1A44EDACD8EB7AEB05804E , 0xC60DB3BBA5924E0CB9D6ADF23014E730 , 0x085EC705E4524750B5015B2A7835C7DF , 0x6ECA70BAAE7F493EB617C7F6E33066CF , 0xD4736C8E380E42FFAE8CC3D715967024 , 0x7D774B15BD884273A622DA39C102FBD5 , 0xAF5F78338C4F447B8FCDFCB1D407C542 , 0xE381997401C3437AB07B70738208A786 , 0x8E5125CAE5B44DF7BDBB1B53274B6E54 , 0x2A52091541134633B8562326434BEA28 , 0x03214E534B434A689EE97C3FB4ACFE80 , 0x2F940312CABC4DF1A8E812B9FE444FFC , 0xF0B72B67ED4845909DFC06525E867066 , 0x84D13399124F4604A6F3B80009CF650A , 0x10F9F9370F5046C7989F27C9351CE2A4 , 0xBD701A78346348BE87291E94322B7737 , 0x08453F8AE8B74EC59DA77BAEB0CC0392 , 0xE995DB3DB1914DDD8FE11DC95A247345 , 0xCA9C30E7A9A24293BA374D03AA4EDA64 , 0x1BF156EA16D347E0B85895D21DC186BC , 0x555C70C820154DD2A265A2C5F49AC4CB , 0xA75BA7AAE182475BB5E60DD26943D178 , 0x349EF568DD1F4B4BA82F122FBA0FEDE2 , 0x6C6601DED1C44CCCB9077DF1BBA18300 , 0x46A9814CA9FC4534B14F04C16B07AE6F , 0xE7D52FBD0DE646A4B2D1EDEE1C57AE59 , 0x809332F5291844AE93E9EEB8FA3F2ED9 , 0xCF1E5A94DBC741AA9FEC3753F2A13D14 , 0xF797BB3D04894A23A2B49D1102001885 , 0xDF28B2B029C545FBA916301F9D45E2CF , 0x933F274DDB624E9A89963853A2087B62 , 0x0CE9CF2D4E2D4440AF9C785451D728F8 , 0x9F4FD45AE30C46AAA2A65EC513A644A0 , 0x702696D4A27742418BB7D0A47A088C08 , 0xAF604C49B6174EB2A1B08234085DAF25 , 0x9FB1B83A9C5041AD894ACBCA7BB37DE0 , 0x2BB774D1B87F4F67B49414D8EE1B892A , 0x31F4EB420F4E4A9ABF26FC302E8BC3EF , 0x6E3BBB3EDA7443368EA537F1E9AABE71 , 0xA36609561ABB4D2E8A7D6B265950B79C , 0xD53DDE5101EC44E295BC638FEEA426EB , 0x1890EF2069DF438A95AF1F80186A2060 , 0xA9B07058DE234174838F4E8DA331495E , 0x67B91F71ABF742E18E2D36AE03920391 , 0x214A501D790744A3A1606D00D7CE2110 , 0xB368EFDFBAA74080AF4AB6FD322C2DC4 , 0x4F673829D00D4B9EB93E180F18EDEC23 , 0x1C525BA13BE3472A842E2F31163FF1D7 , 0x17EFADF9FDAB416692884873A804C555 , 0xCC12E1FAAB84401FBFE64EFF2A01959F , 0xA6BBC45246A04A9F819DB582AE49B69E , 0x0AFBFF904EFD41FDB8417803E9FF8721 , 0x6F58ECB65C734C6EBD970EF5FE9D70EE , 0x2EBEFD54025340C6B906407D24928BA9 , 0xFB9F7EA4CE12448CB73CCB2B076670AD , 0x09E18A03371142B4A9D0E0F1ECFD169D , 0x7F8E3B078A5040B5AAF3C5DA0D47B45A , 0x4698E21EE96C4CD587AAE2E42A3531DC , 0xB8681A260E9143809EBA15EB5C07846C , 0xAF3C046B5CB44FDF85960F0CD5ED9F77 , 0x2E2BE949DBD241E5AC2F6E0836D5DCB3 , 0x4272A862A8BD470D93CAAADE4E23C284 , 0xA9D708DA92294F6595F24DB2255E5EAA , 0x9269E10000C74800B44FE640C3B11E23 , 0x56E463C2F50E4CFFBB60C5B0FBB1E2B9 , 0xC11B52F49D6349D18AA91D15C2DFDFDD , 0xE6DAE90E4BA142B7A1F94092386AC585 , 0x0BAE03A31F7D4F298FB964E14EEA4D77 , 0x479064BC55BE4BD6BF54B2D75BFF4048 , 0x96EF091F42514214AFD6F86526EC9E0A , 0x33182CBED45445D0B9587CE24740B7FB , 0x7C7A91B0E1E0424087E9436B7010BD67 , 0x75D2585A60C0422AB4EE789ED4C3FFC0 , 0x90586F42C13A4E5E87B7FBC7EF35190A , 0x94937724A9BA410FAE8905138291A537 , 0xC7EA4D32EB404D2F9DCDA0E375A44F40 , 0xF13A3D1B286C45FB98FE27D68E26B669 )
AND `seo_url` . `route_name` = 'frontend.detail.page'
AND `seo_url` . `is_canonical` = 1
AND `seo_url` . `is_deleted` = 0
AND `seo_url` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B
AND (`seo_url` . `sales_channel_id` = 0x994CCF84BD8B4F13AC7D5C9550B524C4 OR seo_url . sales_channel_id IS NULL );
Copy
41
0.98 ms
SELECT `product` . auto_increment , LOWER (HEX (`product` . id )) as id , `product` . created_at as created_at , `product` . updated_at as updated_at FROM `product` LEFT JOIN `product` parent ON `product` . parent_id = parent . id INNER JOIN product_visibility visibilities ON product . visibilities = visibilities . product_id WHERE (`product` . auto_increment > ? ) AND (`product` . version_id = ? ) AND ((`product` . available = 1 OR `product` . is_closeout )) AND (IFNULL (`product` . active , parent . active ) = 1 ) AND ((`product` . child_count = 0 OR `product` . parent_id IS NOT NULL )) AND ((`product` . parent_id IS NULL OR parent . canonical_product_id IS NULL OR parent . canonical_product_id = `product` . id )) AND (visibilities . product_version_id = ? ) AND (visibilities . sales_channel_id = ? ) ORDER BY `product` . auto_increment LIMIT 100
Parameters :
[
70655
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
]
SELECT `product` . auto_increment , LOWER (HEX (`product` . id )) as id , `product` . created_at as created_at , `product` . updated_at as updated_at FROM `product` LEFT JOIN `product` parent ON `product` . parent_id = parent . id INNER JOIN product_visibility visibilities ON product . visibilities = visibilities . product_id WHERE (`product` . auto_increment > 70655 ) AND (`product` . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . available = 1 OR `product` . is_closeout )) AND (IFNULL (`product` . active , parent . active ) = 1 ) AND ((`product` . child_count = 0 OR `product` . parent_id IS NOT NULL )) AND ((`product` . parent_id IS NULL OR parent . canonical_product_id IS NULL OR parent . canonical_product_id = `product` . id )) AND (visibilities . product_version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (visibilities . sales_channel_id = 0x994CCF84BD8B4F13AC7D5C9550B524C4 ) ORDER BY `product` . auto_increment LIMIT 100 ;
Copy
42
2.01 ms
SELECT LOWER (HEX (foreign_key )) as foreign_key , seo_path_info
FROM seo_url WHERE foreign_key IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
AND `seo_url` . `route_name` = ?
AND `seo_url` . `is_canonical` = 1
AND `seo_url` . `is_deleted` = 0
AND `seo_url` . `language_id` = ?
AND (`seo_url` . `sales_channel_id` = ? OR seo_url . sales_channel_id IS NULL )
Parameters :
[
b"–.\x16\x10 gÛF™«âM\x15 4µm¶ "
b"«Dô\x07 LfK^§€\x1C\x13 3]\x11 "
b"Ði¡DMÜ¢Mê›\x06 ¡\x00 Ä "
b"qÃK:‚dJ\x1F ’*¾î\²\x08 Á "
b"lZ\v E·"EŽº•Ü3”ùÝÔ "
b"óÍ?#ÁyHY¡Î\x7F\x00 ‚áUâ "
b"\x08 é\x04 M™©C÷¨s¶\x7F p—5ß "
b"™êg”_iA\f ‚Qápe²Î2 "
b"Ña\x00 /øLL¸›nÌî:Ò¾h "
b"L87€CÄKn‰SÒ\x1D ÛÆ7ø "
b"[ãì°‹mIf£\x06 ˜¿§#q "
b"5Ó¿LÆnOª´"H\x1A ÎKn "
b"‘A\x0E Õ#\x14 NYº‰o—µD¼ "
b"Á›^á/“I-½Ž&ŸÙ£1õ "
b"Ûr9:ö\v O—¤—[\x05 b€\x15 ‰ "
b"õ\f >Žh+B¢ÉÐåO·[Æ "
b"âj\r ó¦öBW‘î\e º¥\x06 Ö\x1A "
b"<\x7F +e$Bƒ¢R\x11 ¡€\x07 L˜ "
b"ã`B4\x16 ¬E˜ˆ‚…(!Ç4] "
b"@Ø718gCñŸuØ’l¢æ" "
b"\x19 :ÈJ:\t O´°c¢9©–»2 "
b"""
L^.‘Ž\e E\n
±‰\t È\x16 ôšz
"""
b"aØ©\x11 aN@\x04 µgdt¶™å\x7F "
b"Ï\x17 2\x05 À8CR…åÐEˆÍt\ "
b"\x11 ”½{‡•I¾´{\x7F ¯Ý\x0F ÝM "
b"ÞW‰ñTòM¬¸\x0F £A²Èðñ "
b"ųqÊN\x04 NZ¾ÓZŽ\x12 DÙ "
b"iüRDÖ3KœŽâ]’\x03\x06\x1F ” "
b"ðñQ\x05 ¨\x06 G5ž?,~ï_\x1C , "
b"¦ÝU³ýŽEK¾è>•—x=a "
b"ŽwÆqLB\x08 Œ\x10 –‰”Ћ¿ "
b"\x1A\x13 v\x06 -æLߊÅG‡âDý\x04 "
b"™‡“>\x05 hJ†:Ä!ãœÎ² "
b"‚EÒI2xJh•vú—uÇ\x1E "
b"v´þ“†ŒHé¤õÿsb "
b"8òȹÿèL\v ˆ,1\x04 òM\x16 Ý "
b"""
q3òàƒLNΪŒøU\n
È5ä
"""
b"7!„ß™BŸ–ä¨\x16 ª 2¼ "
b"©pªW¥ûI(”Eé2^Zô® "
b"RÜ(ThéM?³\x16 MW/Ñ\x1C Ã "
b"²]’}\x13 ¹NZ“ðaÒ\t ç® "
b"#+Ë9ü¤A0¾y±0\x1D T "
b"\5Ž\x06 ‹IGL’\x7F ½‘îs@ "
b"87Ð#QêF\x17 „\x19\x12 tФ…Ž "
b"ª¿FaðI»¡dÀÄOôÊW "
b"cЬֱ4OV£CÙÂBÚÊq "
b"G\x03 Œç¬¯HvµZ\v pÓXÖ "
b"\x18 hŽh$\e Cr¤¤”\x03 ±”~6 "
b"ŸÙgÑq^Nÿ°\x03 ±e\x08 =ÐÁ "
b"""
ˆ\x1E ¥ÎÔG$¤ÿL\n
¯B2/
"""
b"\x07 ÙP±ß|B£¼.œ¨|v¶\x1A "
b"ý%Õ”•MJ‡½_\f @œ• "
b"ÿˆ\x1E é9eM>› !Ø\x15 Uú "
b"â†5BÓ|Lþ¤§öY«ù\x1C Ž "
b"y»ß\x00 ëL‘Sa\x0E ôEy "
b"AÉ7ˆ\e 0IcŠ'оP–xî "
b"•’;‡âÚE1§\x00\x12 v3i,´ "
b"_Sû¥üDIÓŠSt\x1C Ý #\x15 "
b"K‚Ä¢¹`C\x01 <r'‰~jØ "
b"ND‡ÜbVOî¹Þ˜ª\x11 JÄ\x1F "
b"4þ\x16\v ^M¶~R/³9Ð\x0E "
b"Kt•ïâ4G\x1E ¿>õv˜¯\x17 ç "
b"Y84iô¼M\x03 ÿŽ”?Ô\x1E "
b"D˜h,e\x1F JÏ«tW\x1D º£¬Q "
b";Cؽ9fCM¾æÓÛZÅ "
b"BôÀ«ÒF‹‰0\x0F Õkcù\r "
b"\r ‡ÂÜ®õCº•ç\x15 W°I\x7F "
b"\x01 ‘üSï¯{\x0F ŸCýâ\x05 ¤\x15 € "
b"\x01 ’0Jf\x0E vu€°$ž'Íd "
b"\x01 ’2™$:pÊ™f0\x11 ºV¶Ž "
b"\x01 “\x03 i°wq¯m¤©©˜\x00 ¾ "
b"\x01 “6m£¯pz›_\x18 !Xñ‰\x7F "
b"\x01 “6uŸ7s.¥h ¡\x10 %Õ\f "
b"\x01 “hw~‚rÑ‘ÓuÖ˜#\x16 ƒ "
b"\x01 “»\x19\x1C ˆqб@>+\x10 žt& "
b"\x01 “»\x19\x1C Šsý‡P¦–oû\x10 3 "
b"\x01 “»\x19\x1C Šsý‡P¦–pƒ]ä "
b"\x01 “»\x19\x1C ‹rU®î©¹êvl "
b"\x01 •È\x06 y¤pBµ|1kKœÿõ "
b"\x01 •È\x06 yªp²‘·áG\x0F Å\x07 "
b"\x01 •È\x06 yªp²‘·áGÁ#¹ "
b"\x01 •È\x06 yªp²‘·áH„üQ "
b"\x01 •È\x06 yªp²‘·áIÑ@Í "
b"\x01 •È\x06 yªp²‘·áJ\x05 ±| "
b"\x01 •È\x06 y«q\f ŸIJ\x13 v‹’‰ "
b"\x01 •È\x06 y«q\f ŸIJ\x13 vçó× "
b"\x01 •È\x06 y«q\f ŸIJ\x13 w`ÍÉ "
b"\x01 •È\x06 |¡s‘™B´{¦œó! "
b"\x01 •È\x06 |¢sÄ–j5\x01 FQ "
b"\x01 •È\x06 |¢sÄ–j5\x01 ×–Ò "
b"\x01 •È\x06 |¢sÄ–j5\x02 f\x1E “ "
b"\x01 •È\x06 |£pÄ\f eCxïŒ\t "
b"\x01 •È\x06 |£pÄ\f eCyþ\x15 Ã "
b"\x01 •È\x06 ~\t p\x07 ž9yè2\x08\x1E « "
b"\x01 •öʦ\x17 qR€±‚Æ9ÀÌË "
b"\x01 –\x15 \T\x17 s•¸q¸¹\x03 B+ "
b"\x01 –c\x1D sOpÊžñB½ºƒ\x1C ` "
b"\x01 –c\x1D sQq·›VK{(\x1D Ä "
b"\x01 –c\x1D sQq·›VK{ú]ñ "
b"\x01 –c\x1D sQq·›VK|ê÷\x08 "
"frontend.detail.page "
b"/»_ââšMpªXTÎ|ãâ\v "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
]
SELECT
LOWER (
HEX (foreign_key )
) as foreign_key ,
seo_path_info
FROM
seo_url
WHERE
foreign_key IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ?
)
AND `seo_url` . `route_name` = ?
AND `seo_url` . `is_canonical` = 1
AND `seo_url` . `is_deleted` = 0
AND `seo_url` . `language_id` = ?
AND (
`seo_url` . `sales_channel_id` = ?
OR seo_url . sales_channel_id IS NULL
)
Copy
SELECT LOWER (HEX (foreign_key )) as foreign_key , seo_path_info
FROM seo_url WHERE foreign_key IN (0x962E161067DB4699ABE24D1534B56DB6 , 0xAB44F4074C664B5EA7801C13335D11AD , 0x8FD069A144AD4DDCA24DEA9B06A100C4 , 0x71C34B3A82644A1F922ABEEE5CB208C1 , 0x6C5A0B45B722458EBA95DC3394F9DDD4 , 0xF3CD3F23C1794859A1CE7F0082E155E2 , 0x08E9044D99A943F7A873B67F709735DF , 0x99EA67945F69410C8251E17065B2CE32 , 0xD161002FF84C4CB89B6ECCEE3AD2BE68 , 0x4C38378043C44B6E8953D21DDBC637F8 , 0x5BE3ECB08B6D4966A30698BFA7AD2371 , 0x35D3BF4CC66E4FAAB422488F1ACE4B6E , 0x91410ED523144E59BA899D6F97B544BC , 0xC19B5EE12F93492DBD8E269FD9A331F5 , 0xDB72393AF60B4F97A4975B0562801589 , 0xF50C3E8D682B42A29DC9D0E54FB75BC6 , 0xE26A0DF3A6F6425791EE1BBAA506D61A , 0x3C7FAD2B65244283A25211A180074C98 , 0xE360423416AC45988882852821C7345D , 0x40D83731386743F19F75D8926CA2E622 , 0x193AC84A3A094FB4B063A239A996BB32 , 0x4C5E2E918E1B450AB18909C816F49A7A , 0x61D8A911614E4004B5676474B699E57F , 0xCF173205C038435285E5D04588CD745C , 0x1194BD7B879549BEB47B7FAFDD0FDD4D , 0xDE5789F154F24DACB80FA341B2C8F0F1 , 0xC5B371CA4E044E5ABED35A908D1244D9 , 0x69FC5244D6334B9C8EE25D9203061F94 , 0xF0F15105A80647359E3F2C7EEF5F1C2C , 0xA6DD55B3FD8E454BBEE83E9597783D61 , 0x818D77C6714C42088C10968994D08BBF , 0x1A1376062DE64CDF8AC54787E244FD04 , 0x9987933E05684AC2863AC421E39CCEB2 , 0x8245D24932784A689576FA9775C7901E , 0x76B4FE93868C48E9A4F5FF73EF898062 , 0x38F2C8B9FFE84C0B882C3104F24D16DD , 0x7133F2E0834C4ECEAA8CF8550AC835E4 , 0x372184DFC299429F96E4A816AA2032BC , 0xA970AA57A5FB49289445E9325E5AF4AE , 0x52DC285468E94D3FB3164D572FD11CC3 , 0xB25D927D13B94E5A9D93F061D209E7AE , 0x232BCB39FCA44130BEAD798FB1301D54 , 0x5C358E068B49474C927FBD91EE7340C2 , 0x3837D02351EA461784191274D0A4858E , 0xAA81BF4661F049BBA164C0C44FF4CA57 , 0x63D0ACD6B1344F56A343D9C242DACA71 , 0x47038CE7ACAF4876B55AAD0B70D358D6 , 0x18688D68241B4372A4A49403B1947E36 , 0x9FD967D1715E4EFFB003B165083DD0C1 , 0xCB861EA5CED44724A4FF4C0AAF42322F , 0x07D950B1DF7C42A3BC2E9CA87C76B61A , 0xFD25D594954D4A87BD5F0C4081AD9C95 , 0xFF881EE939654D3E9BADA021D81555FA , 0xE2863542D37C4CFEA4A7F659ABF91C8E , 0x79BBDF8E00EB4C919053610EF445799D , 0x41C937881B3049638A27D0BE509678EE , 0x95923B87E2DA4531A700127633692CB4 , 0x5F53FBA5FC4449D38A53741CDDA02315 , 0x4B82C4A2B9604301903C7227897E6AD8 , 0x4E4487DC62564FEEB9DE98AA114AC41F , 0x34FE8F160B5E4DB68E7E522FB339D00E , 0x4B7495EFE234471EBF3EF57698AF17E7 , 0x59383469F4BC4D03ADFF8D943F9DD41E , 0x4498682C651F4ACFAB74571DBAA3AC51 , 0x3B43D8BD3966434DBEE6D381DB9F5AC5 , 0x42F4ADC0ABD2468B89300FD56B63F90D , 0x0D87C2DCAEF543BA95E7158157B0497F , 0x0191FC53EFAF7B0F9F43FDE205A41580 , 0x0192304A660E767580B0249E2781CD64 , 0x01923299243A70CA99663011BA56B68D , 0x01930369B07771AFAD6DA4A9A99800BE , 0x0193366DA3AF707A9B5F182158F1897F , 0x019336759F37732EA56820A11025D50C , 0x019368777E8272D191D375D698231683 , 0x0193BB191C88718AB1403E2B109E7426 , 0x0193BB191C8A73FD8750A6966FFB1033 , 0x0193BB191C8A73FD8750A69670835DE4 , 0x0193BB191C8B7255AEEEA9B9EA766C81 , 0x0195C80679A47042B57C316B4B9CFFF5 , 0x0195C80679AA70C2B291B7E1470FC507 , 0x0195C80679AA70C2B291B7E147C123B9 , 0x0195C80679AA70C2B291B7E14884FC51 , 0x0195C80679AA70C2B291B7E149D140CD , 0x0195C80679AA70C2B291B7E14A05B17C , 0x0195C80679AB710C9F494A13768B9289 , 0x0195C80679AB710C9F494A1376E7F3D7 , 0x0195C80679AB710C9F494A137760CDC9 , 0x0195C8067CA173919942B47BA69CF321 , 0x0195C8067CA273C4966A358F01204651 , 0x0195C8067CA273C4966A358F01D796D2 , 0x0195C8067CA273C4966A358F02661E93 , 0x0195C8067CA370C4AD0C654378EF8C09 , 0x0195C8067CA370C4AD0C654379FE15C3 , 0x0195C8067E0970079E3979E832081EAB , 0x0195F6CAA617715280B182C639C0CCCB , 0x0196155C54177395B88171B8B903422B , 0x0196631D734F70CA9EF142BDBA831C60 , 0x0196631D735171B79B564B8F7B281DC4 , 0x0196631D735171B79B564B8F7BFA5DF1 , 0x0196631D735171B79B564B8F7CEAF708 )
AND `seo_url` . `route_name` = 'frontend.detail.page'
AND `seo_url` . `is_canonical` = 1
AND `seo_url` . `is_deleted` = 0
AND `seo_url` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B
AND (`seo_url` . `sales_channel_id` = 0x994CCF84BD8B4F13AC7D5C9550B524C4 OR seo_url . sales_channel_id IS NULL );
Copy
43
1.27 ms
SELECT `product` . auto_increment , LOWER (HEX (`product` . id )) as id , `product` . created_at as created_at , `product` . updated_at as updated_at FROM `product` LEFT JOIN `product` parent ON `product` . parent_id = parent . id INNER JOIN product_visibility visibilities ON product . visibilities = visibilities . product_id WHERE (`product` . auto_increment > ? ) AND (`product` . version_id = ? ) AND ((`product` . available = 1 OR `product` . is_closeout )) AND (IFNULL (`product` . active , parent . active ) = 1 ) AND ((`product` . child_count = 0 OR `product` . parent_id IS NOT NULL )) AND ((`product` . parent_id IS NULL OR parent . canonical_product_id IS NULL OR parent . canonical_product_id = `product` . id )) AND (visibilities . product_version_id = ? ) AND (visibilities . sales_channel_id = ? ) ORDER BY `product` . auto_increment LIMIT 100
Parameters :
[
70820
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
]
SELECT `product` . auto_increment , LOWER (HEX (`product` . id )) as id , `product` . created_at as created_at , `product` . updated_at as updated_at FROM `product` LEFT JOIN `product` parent ON `product` . parent_id = parent . id INNER JOIN product_visibility visibilities ON product . visibilities = visibilities . product_id WHERE (`product` . auto_increment > 70820 ) AND (`product` . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . available = 1 OR `product` . is_closeout )) AND (IFNULL (`product` . active , parent . active ) = 1 ) AND ((`product` . child_count = 0 OR `product` . parent_id IS NOT NULL )) AND ((`product` . parent_id IS NULL OR parent . canonical_product_id IS NULL OR parent . canonical_product_id = `product` . id )) AND (visibilities . product_version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (visibilities . sales_channel_id = 0x994CCF84BD8B4F13AC7D5C9550B524C4 ) ORDER BY `product` . auto_increment LIMIT 100 ;
Copy
44
1.11 ms
SELECT LOWER (HEX (foreign_key )) as foreign_key , seo_path_info
FROM seo_url WHERE foreign_key IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
AND `seo_url` . `route_name` = ?
AND `seo_url` . `is_canonical` = 1
AND `seo_url` . `is_deleted` = 0
AND `seo_url` . `language_id` = ?
AND (`seo_url` . `sales_channel_id` = ? OR seo_url . sales_channel_id IS NULL )
Parameters :
[
b"\x01 —øìù®r›¥â\x12 ’Û\x16 Ì? "
b"\x01 —øìù°sޑի$\x00\x07 “™ "
b"\x01 —øìù°sޑի$\x00 ‚'a "
b"\x01 —øìù°sޑի$\x01 s=G "
b"\x01 —øìù°sޑի$\x01 ƒqú "
b"\x01 —øìù°sޑի$\x02 |\v þ "
b"\x01 —øìù°sޑի$\x02 äÄ\ "
b"\x01 —øìù°sޑի$\x03 KöV "
b"\x01 —øìù°sޑի$\x04 A‰~ "
b"\x01 —øìù°sޑի$\x04 ϰ\x08 "
b"\x01 —øìû\x04 rß§ºº†Î®u "
b"\x01 —øìû\x06 qµŸ$Ï\x04 Ž‘à. "
b"\x01 ˜\x17 ¤o"re¤\x02 Bbe™â‰ "
b"\x01 ˜\x17 ¤o$p\x17 “1©’âN¤Í "
b"\x01 ˜\x17 ¤o$p\x17 “1©’â¦¾Í "
b"\x01 ˜\x17 ¤o$p\x17 “1©’âåj4 "
b"\x01 ˜\x17 ¤o$p\x17 “1©’âöל "
b"\x01 ˜\x17 ¤o%q(…¼\t Ç(ê&\x7F "
b"\x01 ˜\x17 ¤o%q(…¼\t Ç(ÿ…[ "
b"\x01 ˜\x17 ¤o%q(…¼\t Ç)èK9 "
b"\x01 ˜\x17 ¤o%q(…¼\t Ç*£G™ "
b"\x01 ˜;ÿ_ÿqÈ•ªÅ\x08 ž\x01 µ "
b"\x01 ˜;ÿ`\x03 r®‘6PŽ(Tƒ¢ "
b"\x01 ˜;ÿ`\x04 p0…$«u\/è¸ "
b"\x01 ˜;ÿ`\x04 p0…$«u\Ì<¾ "
b"\x01 ˜;ÿ`\x04 p0…$«u]Z\e > "
b"\x01 ˜;ÿ`\x04 p0…$«u^\x15 ]› "
b"\x01 ˜;ÿ`\x04 p0…$«u^0•f "
b"\x01 ˜;ÿ`\x05 pÕ>Å‹h¼\x08 à "
b"\x01 ˜;ÿ`\x05 pÕ>Å‹i;cV "
b"\x01 ˜É°ìp> ؤ—\x1F ¿,£ "
b"\x01 ˜É°ïpašuUo@Ê/Æ "
b"\x01 ˜É°ðr ¥\x1E bf\x1E mµ° "
b"\x01 ˜É°ðr ¥\x1E bf\x1F\x16 Šã "
b"\x01 ˜É°ðr ¥\x1E bf\x1F –9r "
b"\x01 ˜É°ðr ¥\x1E bf f]\x13 "
b"\x01 ˜É°ðr ¥\x1E bf fÚð "
b"\x01 ˜É°ðr ¥\x1E bf ”ß\x02 "
b"\x01 ˜É°ðr ¥\x1E bf ®À± "
b"\x01 ˜É°ðr ¥\x1E bf!\x03 k\x14 "
b"\x01 ˜É²~sØ•y€vS1¥ë "
b"\x01 ˜É²€rÑ€Õô©ê\t\x1F @ "
b"\x01 ˜É²€rÑ€Õô©êþ†[ "
b"\x01 ˜É²€rÑ€Õô©ë-Dd "
b"\x01 ˜É²€rÑ€Õô©ë/¶Ã "
b"\x01 ˜É²€rÑ€Õô©ëÖ>\x11 "
b"\x01 ˜É²€rÑ€Õô©ì@ýµ "
b"\x01 ™´R`zs\x1A ¦Ø~d^ò~ "
b"\x01 ™´R`}s\x08 ŒT\x19 5îþº\x1A "
b"\x01 ™´R`}s\x08 ŒT\x19 5ïË# "
b"\x01 ™´R`}s\x08 ŒT\x19 5ðm¸= "
b"\x01 ™´R`}s\x08 ŒT\x19 5ñ)Eä "
b"\x01 ™´R`}s\x08 ŒT\x19 5ò([m "
b"\x01 ™Î9®ÂsŠŸHe„\x1A ¬ªŠ "
"frontend.detail.page "
b"/»_ââšMpªXTÎ|ãâ\v "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
]
SELECT
LOWER (
HEX (foreign_key )
) as foreign_key ,
seo_path_info
FROM
seo_url
WHERE
foreign_key IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
AND `seo_url` . `route_name` = ?
AND `seo_url` . `is_canonical` = 1
AND `seo_url` . `is_deleted` = 0
AND `seo_url` . `language_id` = ?
AND (
`seo_url` . `sales_channel_id` = ?
OR seo_url . sales_channel_id IS NULL
)
Copy
SELECT LOWER (HEX (foreign_key )) as foreign_key , seo_path_info
FROM seo_url WHERE foreign_key IN (0x0197F8ECF9AE729BA5E21292DB16CC3F , 0x0197F8ECF9B0738D91D5AB2400079399 , 0x0197F8ECF9B0738D91D5AB2400822761 , 0x0197F8ECF9B0738D91D5AB2401733D47 , 0x0197F8ECF9B0738D91D5AB24018371FA , 0x0197F8ECF9B0738D91D5AB24027C0BFE , 0x0197F8ECF9B0738D91D5AB2402E4C45C , 0x0197F8ECF9B0738D91D5AB24034BF656 , 0x0197F8ECF9B0738D91D5AB240441897E , 0x0197F8ECF9B0738D91D5AB2404CFB008 , 0x0197F8ECFB0472DFA7BAADBA86CEAE75 , 0x0197F8ECFB0671B59F24CF048E91E02E , 0x019817A46F227265A40242626599E289 , 0x019817A46F2470179331A992E24EA4CD , 0x019817A46F2470179331A992E2A6BECD , 0x019817A46F2470179331A992E2E56A34 , 0x019817A46F2470179331A992E2F6D79C , 0x019817A46F25712885BC09C728EA267F , 0x019817A46F25712885BC09C728FF855B , 0x019817A46F25712885BC09C729E84B39 , 0x019817A46F25712885BC09C72AA34799 , 0x01983BFF5FFF71C895AAC508209E01B5 , 0x01983BFF600372AE9136508E285483A2 , 0x01983BFF600470308524AB755C2FE8B8 , 0x01983BFF600470308524AB755CCC3CBE , 0x01983BFF600470308524AB755D5A1B3E , 0x01983BFF600470308524AB755E155D9B , 0x01983BFF600470308524AB755E309566 , 0x01983BFF600570D59D3EC58B68BC08C3 , 0x01983BFF600570D59D3EC58B693B6356 , 0x0198C99DB0EC703EA0D8A4971FBF2CA3 , 0x0198C99DB0EF70619A75556F40CA2FC6 , 0x0198C99DB0F072A0A51E62661E6DB5B0 , 0x0198C99DB0F072A0A51E62661F168AE3 , 0x0198C99DB0F072A0A51E62661F963972 , 0x0198C99DB0F072A0A51E626620665D13 , 0x0198C99DB0F072A0A51E62662066DAF0 , 0x0198C99DB0F072A0A51E62662094DF02 , 0x0198C99DB0F072A0A51E626620AEC0B1 , 0x0198C99DB0F072A0A51E626621036B14 , 0x0198C99DB27E73D8957980765331A5EB , 0x0198C99DB28072D180D5F4A9EA091F40 , 0x0198C99DB28072D180D5F4A9EAFE865B , 0x0198C99DB28072D180D5F4A9EB2D4464 , 0x0198C99DB28072D180D5F4A9EB2FB6C3 , 0x0198C99DB28072D180D5F4A9EBD63E11 , 0x0198C99DB28072D180D5F4A9EC40FDB5 , 0x0199B452607A731AA681D87E645EF27E , 0x0199B452607D73088C541935EEFEBA1A , 0x0199B452607D73088C541935EFCB23C2 , 0x0199B452607D73088C541935F06DB83D , 0x0199B452607D73088C541935F12945E4 , 0x0199B452607D73088C541935F2285B6D , 0x0199CE39AEC2738A9F4865841AACAA8A )
AND `seo_url` . `route_name` = 'frontend.detail.page'
AND `seo_url` . `is_canonical` = 1
AND `seo_url` . `is_deleted` = 0
AND `seo_url` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B
AND (`seo_url` . `sales_channel_id` = 0x994CCF84BD8B4F13AC7D5C9550B524C4 OR seo_url . sales_channel_id IS NULL );
Copy
45
0.26 ms
SELECT `product` . auto_increment , LOWER (HEX (`product` . id )) as id , `product` . created_at as created_at , `product` . updated_at as updated_at FROM `product` LEFT JOIN `product` parent ON `product` . parent_id = parent . id INNER JOIN product_visibility visibilities ON product . visibilities = visibilities . product_id WHERE (`product` . auto_increment > ? ) AND (`product` . version_id = ? ) AND ((`product` . available = 1 OR `product` . is_closeout )) AND (IFNULL (`product` . active , parent . active ) = 1 ) AND ((`product` . child_count = 0 OR `product` . parent_id IS NOT NULL )) AND ((`product` . parent_id IS NULL OR parent . canonical_product_id IS NULL OR parent . canonical_product_id = `product` . id )) AND (visibilities . product_version_id = ? ) AND (visibilities . sales_channel_id = ? ) ORDER BY `product` . auto_increment LIMIT 100
Parameters :
[
71096
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
]
SELECT `product` . auto_increment , LOWER (HEX (`product` . id )) as id , `product` . created_at as created_at , `product` . updated_at as updated_at FROM `product` LEFT JOIN `product` parent ON `product` . parent_id = parent . id INNER JOIN product_visibility visibilities ON product . visibilities = visibilities . product_id WHERE (`product` . auto_increment > 71096 ) AND (`product` . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . available = 1 OR `product` . is_closeout )) AND (IFNULL (`product` . active , parent . active ) = 1 ) AND ((`product` . child_count = 0 OR `product` . parent_id IS NOT NULL )) AND ((`product` . parent_id IS NULL OR parent . canonical_product_id IS NULL OR parent . canonical_product_id = `product` . id )) AND (visibilities . product_version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (visibilities . sales_channel_id = 0x994CCF84BD8B4F13AC7D5C9550B524C4 ) ORDER BY `product` . auto_increment LIMIT 100 ;
Copy
46
0.16 ms
SELECT lp . id , lp . created_at , lp . updated_at FROM landing_page lp INNER JOIN landing_page_sales_channel lp_sc ON lp_sc . landing_page_id = lp . id AND lp_sc . landing_page_version_id = lp . version_id WHERE (lp . version_id = ? ) AND (lp . active = 1 ) AND (lp_sc . sales_channel_id = ? ) LIMIT 100
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
]
SELECT lp . id , lp . created_at , lp . updated_at FROM landing_page lp INNER JOIN landing_page_sales_channel lp_sc ON lp_sc . landing_page_id = lp . id AND lp_sc . landing_page_version_id = lp . version_id WHERE (lp . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (lp . active = 1 ) AND (lp_sc . sales_channel_id = 0x994CCF84BD8B4F13AC7D5C9550B524C4 ) LIMIT 100 ;
Copy
47
0.21 ms
SELECT LOWER (HEX (foreign_key )) as foreign_key , seo_path_info
FROM seo_url WHERE foreign_key IN (? )
AND `seo_url` . `route_name` = ?
AND `seo_url` . `is_canonical` = 1
AND `seo_url` . `is_deleted` = 0
AND `seo_url` . `language_id` = ?
AND (`seo_url` . `sales_channel_id` = ? OR seo_url . sales_channel_id IS NULL )
Parameters :
[
b"\x01 ‘F\x02 ‰D~\x1A ›\x12 fDO‡E\x7F "
"frontend.landing.page "
b"/»_ââšMpªXTÎ|ãâ\v "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
]
SELECT LOWER (HEX (foreign_key )) as foreign_key , seo_path_info
FROM seo_url WHERE foreign_key IN (0x0191460289447E1A9B1266444F87457F )
AND `seo_url` . `route_name` = 'frontend.landing.page'
AND `seo_url` . `is_canonical` = 1
AND `seo_url` . `is_deleted` = 0
AND `seo_url` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B
AND (`seo_url` . `sales_channel_id` = 0x994CCF84BD8B4F13AC7D5C9550B524C4 OR seo_url . sales_channel_id IS NULL );
Copy
48
0.12 ms
SELECT `sas_blog_entries` . `id` FROM `sas_blog_entries` WHERE (`sas_blog_entries` . `active` = ? AND (`sas_blog_entries` . `published_at` < = ? )) LIMIT 100
Parameters :
[
true
"2026-02-28T13:31:57+00:00 "
]
SELECT `sas_blog_entries` . `id` FROM `sas_blog_entries` WHERE (`sas_blog_entries` . `active` = 1 AND (`sas_blog_entries` . `published_at` < = '2026-02-28T13:31:57+00:00' )) LIMIT 100 ;
Copy
49
0.20 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
"Sendinblue.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = 0x994CCF84BD8B4F13AC7D5C9550B524C4 ) AND (configuration_key LIKE 'Sendinblue.%' ) ORDER BY sales_channel_id ASC ;
Copy
50
0.14 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
51
0.09 ms
SELECT url FROM sales_channel_domain
SELECT url FROM sales_channel_domain ;
Copy
52
0.05 ms
SELECT url FROM sales_channel_domain
SELECT url FROM sales_channel_domain ;
Copy
53
0.12 ms
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `technical_name` = ?
Parameters :
[
"AdpofficedesignTheme "
]
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `technical_name` = 'AdpofficedesignTheme' ;
Copy
54
0.15 ms
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = ? AND `payment_method` . `active` = ? )
Parameters :
[
"Kiener\MolliePayments\Handler\Method\ApplePayPayment "
true
]
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = 'Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment' AND `payment_method` . `active` = 1 );
Copy
55
0.47 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `context_gateway_url` as `app.contextGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `requested_privileges` as `app.requestedPrivileges` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"TrustedShopsEasyIntegrationS6 "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `context_gateway_url` as `app.contextGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `requested_privileges` as `app.requestedPrivileges` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `context_gateway_url` as `app.contextGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `requested_privileges` as `app.requestedPrivileges` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'TrustedShopsEasyIntegrationS6' );
Copy
56
0.38 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `context_gateway_url` as `app.contextGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `requested_privileges` as `app.requestedPrivileges` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"ShopStudioGoogleTagManagerCloud "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `context_gateway_url` as `app.contextGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `requested_privileges` as `app.requestedPrivileges` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `context_gateway_url` as `app.contextGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `requested_privileges` as `app.requestedPrivileges` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'ShopStudioGoogleTagManagerCloud' );
Copy
57
0.07 ms
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = ? AND `payment_method` . `active` = ? )
Parameters :
[
"Kiener\MolliePayments\Handler\Method\ApplePayPayment "
true
]
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = 'Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment' AND `payment_method` . `active` = 1 );
Copy
58
0.23 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
59
0.13 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
60
0.14 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"\Š}ÀÓZFÃ ôÎxç’â "
]
SELECT path FROM category WHERE id = 0x5C8A7DC0D35A46C3A0F481CE78E792E2 ;
Copy
61
0.13 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
62
0.82 ms
SELECT `acris_cookie` . `id` as `acris_cookie.id` , `acris_cookie` . `cookie_group_id` as `acris_cookie.cookieGroupId` , `acris_cookie.cookieGroup` . `id` as `acris_cookie.cookieGroup.id` , `acris_cookie.cookieGroup` . `is_default` as `acris_cookie.cookieGroup.isDefault` , `acris_cookie.cookieGroup` . `identification` as `acris_cookie.cookieGroup.identification` , `acris_cookie.cookieGroup` . `created_at` as `acris_cookie.cookieGroup.createdAt` , `acris_cookie.cookieGroup` . `updated_at` as `acris_cookie.cookieGroup.updatedAt` , `acris_cookie.cookieGroup.translation.title` , `acris_cookie.cookieGroup.translation.title` as `acris_cookie.cookieGroup.title` , `acris_cookie.cookieGroup.translation.description` , `acris_cookie.cookieGroup.translation.description` as `acris_cookie.cookieGroup.description` , `acris_cookie` . `cookie_id` as `acris_cookie.cookieId` , `acris_cookie` . `google_cookie_consent_mode` as `acris_cookie.googleCookieConsentMode` , `acris_cookie` . `default_value` as `acris_cookie.defaultValue` , `acris_cookie` . `script_position` as `acris_cookie.scriptPosition` , `acris_cookie` . `expiration` as `acris_cookie.expiration` , `acris_cookie` . `provider` as `acris_cookie.provider` , `acris_cookie` . `active` as `acris_cookie.active` , `acris_cookie` . `unknown` as `acris_cookie.unknown` , `acris_cookie` . `is_default` as `acris_cookie.isDefault` , `acris_cookie` . `from_extension` as `acris_cookie.fromExtension` , `acris_cookie` . `created_at` as `acris_cookie.createdAt` , `acris_cookie` . `updated_at` as `acris_cookie.updatedAt` , (SELECT GROUP_CONCAT (HEX (`acris_cookie.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping`
WHERE `acris_cookie.salesChannels.mapping` . `cookie_id` = `acris_cookie` . `id` ) as `acris_cookie.salesChannels.id_mapping` , `acris_cookie.translation.title` , `acris_cookie.translation.title` as `acris_cookie.title` , `acris_cookie.translation.description` , `acris_cookie.translation.description` as `acris_cookie.description` , `acris_cookie.translation.script` , `acris_cookie.translation.script` as `acris_cookie.script` FROM `acris_cookie` LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie` . `cookie_group_id` = `acris_cookie.cookieGroup` . `id` LEFT JOIN (SELECT `acris_cookie.translation` . `acris_cookie_id` , `acris_cookie.translation` . `title` as `acris_cookie.translation.title` , `acris_cookie.translation` . `description` as `acris_cookie.translation.description` , `acris_cookie.translation` . `script` as `acris_cookie.translation.script` FROM `acris_cookie_translation` `acris_cookie.translation` WHERE `acris_cookie.translation` . `language_id` = ? ) `acris_cookie.acris_cookie_translation` ON `acris_cookie.acris_cookie_translation` . `acris_cookie_id` = `acris_cookie` . `id` LEFT JOIN (SELECT `acris_cookie.cookieGroup.translation` . `acris_cookie_group_id` , `acris_cookie.cookieGroup.translation` . `title` as `acris_cookie.cookieGroup.translation.title` , `acris_cookie.cookieGroup.translation` . `description` as `acris_cookie.cookieGroup.translation.description` FROM `acris_cookie_group_translation` `acris_cookie.cookieGroup.translation` WHERE `acris_cookie.cookieGroup.translation` . `language_id` = ? ) `acris_cookie.cookieGroup.acris_cookie_group_translation` ON `acris_cookie.cookieGroup.acris_cookie_group_translation` . `acris_cookie_group_id` = `acris_cookie.cookieGroup` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `acris_cookie` . `id` as `acris_cookie.id` , `acris_cookie` . `cookie_group_id` as `acris_cookie.cookieGroupId` , `acris_cookie.cookieGroup` . `id` as `acris_cookie.cookieGroup.id` , `acris_cookie.cookieGroup` . `is_default` as `acris_cookie.cookieGroup.isDefault` , `acris_cookie.cookieGroup` . `identification` as `acris_cookie.cookieGroup.identification` , `acris_cookie.cookieGroup` . `created_at` as `acris_cookie.cookieGroup.createdAt` , `acris_cookie.cookieGroup` . `updated_at` as `acris_cookie.cookieGroup.updatedAt` , `acris_cookie.cookieGroup.translation.title` , `acris_cookie.cookieGroup.translation.title` as `acris_cookie.cookieGroup.title` , `acris_cookie.cookieGroup.translation.description` , `acris_cookie.cookieGroup.translation.description` as `acris_cookie.cookieGroup.description` , `acris_cookie` . `cookie_id` as `acris_cookie.cookieId` , `acris_cookie` . `google_cookie_consent_mode` as `acris_cookie.googleCookieConsentMode` , `acris_cookie` . `default_value` as `acris_cookie.defaultValue` , `acris_cookie` . `script_position` as `acris_cookie.scriptPosition` , `acris_cookie` . `expiration` as `acris_cookie.expiration` , `acris_cookie` . `provider` as `acris_cookie.provider` , `acris_cookie` . `active` as `acris_cookie.active` , `acris_cookie` . `unknown` as `acris_cookie.unknown` , `acris_cookie` . `is_default` as `acris_cookie.isDefault` , `acris_cookie` . `from_extension` as `acris_cookie.fromExtension` , `acris_cookie` . `created_at` as `acris_cookie.createdAt` , `acris_cookie` . `updated_at` as `acris_cookie.updatedAt` , (SELECT GROUP_CONCAT (HEX (`acris_cookie.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping`
WHERE `acris_cookie.salesChannels.mapping` . `cookie_id` = `acris_cookie` . `id` ) as `acris_cookie.salesChannels.id_mapping` , `acris_cookie.translation.title` , `acris_cookie.translation.title` as `acris_cookie.title` , `acris_cookie.translation.description` , `acris_cookie.translation.description` as `acris_cookie.description` , `acris_cookie.translation.script` , `acris_cookie.translation.script` as `acris_cookie.script` FROM `acris_cookie` LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie` . `cookie_group_id` = `acris_cookie.cookieGroup` . `id` LEFT JOIN (SELECT `acris_cookie.translation` . `acris_cookie_id` , `acris_cookie.translation` . `title` as `acris_cookie.translation.title` , `acris_cookie.translation` . `description` as `acris_cookie.translation.description` , `acris_cookie.translation` . `script` as `acris_cookie.translation.script` FROM `acris_cookie_translation` `acris_cookie.translation` WHERE `acris_cookie.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `acris_cookie.acris_cookie_translation` ON `acris_cookie.acris_cookie_translation` . `acris_cookie_id` = `acris_cookie` . `id` LEFT JOIN (SELECT `acris_cookie.cookieGroup.translation` . `acris_cookie_group_id` , `acris_cookie.cookieGroup.translation` . `title` as `acris_cookie.cookieGroup.translation.title` , `acris_cookie.cookieGroup.translation` . `description` as `acris_cookie.cookieGroup.translation.description` FROM `acris_cookie_group_translation` `acris_cookie.cookieGroup.translation` WHERE `acris_cookie.cookieGroup.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `acris_cookie.cookieGroup.acris_cookie_group_translation` ON `acris_cookie.cookieGroup.acris_cookie_group_translation` . `acris_cookie_group_id` = `acris_cookie.cookieGroup` . `id` ;
Copy
63
0.56 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.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 (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` WHERE `sales_channel` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"0ó½8—ËKWŒ*ç/\x08 w6| "
b"‰Ñ–¹GÆH0•\v ¼ÃÝᢠ"
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"ï†Wò\v\x05 DŽœ)ÄCðY 4 "
b"0ó½8—ËKWŒ*ç/\x08 w6| "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"0ó½8—ËKWŒ*ç/\x08 w6| "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"0ó½8—ËKWŒ*ç/\x08 w6| "
b"‰Ñ–¹GÆH0•\v ¼ÃÝᢠ"
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"0ó½8—ËKWŒ*ç/\x08 w6| "
b"‰Ñ–¹GÆH0•\v ¼ÃÝᢠ"
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"ï†Wò\v\x05 DŽœ)ÄCðY 4 "
b"0ó½8—ËKWŒ*ç/\x08 w6| "
b"‰Ñ–¹GÆH0•\v ¼ÃÝᢠ"
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"ï†Wò\v\x05 DŽœ)ÄCðY 4 "
b"0ó½8—ËKWŒ*ç/\x08 w6| "
b"‰Ñ–¹GÆH0•\v ¼ÃÝᢠ"
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"ï†Wò\v\x05 DŽœ)ÄCðY 4 "
b"0ó½8—ËKWŒ*ç/\x08 w6| "
b"‰Ñ–¹GÆH0•\v ¼ÃÝᢠ"
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"ï†Wò\v\x05 DŽœ)ÄCðY 4 "
b"0ó½8—ËKWŒ*ç/\x08 w6| "
b"‰Ñ–¹GÆH0•\v ¼ÃÝᢠ"
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"ï†Wò\v\x05 DŽœ)ÄCðY 4 "
b"0ó½8—ËKWŒ*ç/\x08 w6| "
b"‰Ñ–¹GÆH0•\v ¼ÃÝᢠ"
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"ï†Wò\v\x05 DŽœ)ÄCðY 4 "
b"0ó½8—ËKWŒ*ç/\x08 w6| "
b"‰Ñ–¹GÆH0•\v ¼ÃÝᢠ"
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"ï†Wò\v\x05 DŽœ)ÄCðY 4 "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"0ó½8—ËKWŒ*ç/\x08 w6| "
b"‰Ñ–¹GÆH0•\v ¼ÃÝᢠ"
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"ï†Wò\v\x05 DŽœ)ÄCðY 4 "
b"0ó½8—ËKWŒ*ç/\x08 w6| "
b"‰Ñ–¹GÆH0•\v ¼ÃÝᢠ"
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"0ó½8—ËKWŒ*ç/\x08 w6| "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"0ó½8—ËKWŒ*ç/\x08 w6| "
b"‰Ñ–¹GÆH0•\v ¼ÃÝᢠ"
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"ï†Wò\v\x05 DŽœ)ÄCðY 4 "
b"0ó½8—ËKWŒ*ç/\x08 w6| "
b"‰Ñ–¹GÆH0•\v ¼ÃÝᢠ"
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"ï†Wò\v\x05 DŽœ)ÄCðY 4 "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"0ó½8—ËKWŒ*ç/\x08 w6| "
b"‰Ñ–¹GÆH0•\v ¼ÃÝᢠ"
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
]
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.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 (
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`
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.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 (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` WHERE `sales_channel` . `id` IN (0x30F3BD3897CB4B578C2AE72F0877367C , 0x89D196B947C64830AD950BBCC3DDE1A2 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0xEF8657F20B05448D9C29C443F059A034 , 0x30F3BD3897CB4B578C2AE72F0877367C , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0x30F3BD3897CB4B578C2AE72F0877367C , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0x30F3BD3897CB4B578C2AE72F0877367C , 0x89D196B947C64830AD950BBCC3DDE1A2 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0x30F3BD3897CB4B578C2AE72F0877367C , 0x89D196B947C64830AD950BBCC3DDE1A2 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0xEF8657F20B05448D9C29C443F059A034 , 0x30F3BD3897CB4B578C2AE72F0877367C , 0x89D196B947C64830AD950BBCC3DDE1A2 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0xEF8657F20B05448D9C29C443F059A034 , 0x30F3BD3897CB4B578C2AE72F0877367C , 0x89D196B947C64830AD950BBCC3DDE1A2 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0xEF8657F20B05448D9C29C443F059A034 , 0x30F3BD3897CB4B578C2AE72F0877367C , 0x89D196B947C64830AD950BBCC3DDE1A2 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0xEF8657F20B05448D9C29C443F059A034 , 0x30F3BD3897CB4B578C2AE72F0877367C , 0x89D196B947C64830AD950BBCC3DDE1A2 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0xEF8657F20B05448D9C29C443F059A034 , 0x30F3BD3897CB4B578C2AE72F0877367C , 0x89D196B947C64830AD950BBCC3DDE1A2 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0xEF8657F20B05448D9C29C443F059A034 , 0x30F3BD3897CB4B578C2AE72F0877367C , 0x89D196B947C64830AD950BBCC3DDE1A2 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0xEF8657F20B05448D9C29C443F059A034 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0x30F3BD3897CB4B578C2AE72F0877367C , 0x89D196B947C64830AD950BBCC3DDE1A2 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0xEF8657F20B05448D9C29C443F059A034 , 0x30F3BD3897CB4B578C2AE72F0877367C , 0x89D196B947C64830AD950BBCC3DDE1A2 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0x30F3BD3897CB4B578C2AE72F0877367C , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0x30F3BD3897CB4B578C2AE72F0877367C , 0x89D196B947C64830AD950BBCC3DDE1A2 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0xEF8657F20B05448D9C29C443F059A034 , 0x30F3BD3897CB4B578C2AE72F0877367C , 0x89D196B947C64830AD950BBCC3DDE1A2 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0xEF8657F20B05448D9C29C443F059A034 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0x30F3BD3897CB4B578C2AE72F0877367C , 0x89D196B947C64830AD950BBCC3DDE1A2 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 );
Copy
64
0.15 ms
SELECT `acris_cookie_group` . `id` FROM `acris_cookie_group` WHERE (`acris_cookie_group` . `identification` = ? ) LIMIT 1
Parameters :
[
"functional "
]
SELECT `acris_cookie_group` . `id` FROM `acris_cookie_group` WHERE (`acris_cookie_group` . `identification` = 'functional' ) LIMIT 1 ;
Copy
65
0.24 ms
SELECT `acris_cookie_group` . `id` as `acris_cookie_group.id` , `acris_cookie_group` . `is_default` as `acris_cookie_group.isDefault` , `acris_cookie_group` . `identification` as `acris_cookie_group.identification` , `acris_cookie_group` . `created_at` as `acris_cookie_group.createdAt` , `acris_cookie_group` . `updated_at` as `acris_cookie_group.updatedAt` , `acris_cookie_group.translation.title` , `acris_cookie_group.translation.title` as `acris_cookie_group.title` , `acris_cookie_group.translation.description` , `acris_cookie_group.translation.description` as `acris_cookie_group.description` FROM `acris_cookie_group` LEFT JOIN (SELECT `acris_cookie_group.translation` . `acris_cookie_group_id` , `acris_cookie_group.translation` . `title` as `acris_cookie_group.translation.title` , `acris_cookie_group.translation` . `description` as `acris_cookie_group.translation.description` FROM `acris_cookie_group_translation` `acris_cookie_group.translation` WHERE `acris_cookie_group.translation` . `language_id` = ? ) `acris_cookie_group.acris_cookie_group_translation` ON `acris_cookie_group.acris_cookie_group_translation` . `acris_cookie_group_id` = `acris_cookie_group` . `id` WHERE (`acris_cookie_group` . `identification` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"cookie.groupStatistical "
]
SELECT `acris_cookie_group` . `id` as `acris_cookie_group.id` , `acris_cookie_group` . `is_default` as `acris_cookie_group.isDefault` , `acris_cookie_group` . `identification` as `acris_cookie_group.identification` , `acris_cookie_group` . `created_at` as `acris_cookie_group.createdAt` , `acris_cookie_group` . `updated_at` as `acris_cookie_group.updatedAt` , `acris_cookie_group.translation.title` , `acris_cookie_group.translation.title` as `acris_cookie_group.title` , `acris_cookie_group.translation.description` , `acris_cookie_group.translation.description` as `acris_cookie_group.description` FROM `acris_cookie_group` LEFT JOIN (SELECT `acris_cookie_group.translation` . `acris_cookie_group_id` , `acris_cookie_group.translation` . `title` as `acris_cookie_group.translation.title` , `acris_cookie_group.translation` . `description` as `acris_cookie_group.translation.description` FROM `acris_cookie_group_translation` `acris_cookie_group.translation` WHERE `acris_cookie_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `acris_cookie_group.acris_cookie_group_translation` ON `acris_cookie_group.acris_cookie_group_translation` . `acris_cookie_group_id` = `acris_cookie_group` . `id` WHERE (`acris_cookie_group` . `identification` = 'cookie.groupStatistical' );
Copy
66
0.32 ms
SELECT `acris_cookie_group` . `id` as `acris_cookie_group.id` , `acris_cookie_group` . `is_default` as `acris_cookie_group.isDefault` , `acris_cookie_group` . `identification` as `acris_cookie_group.identification` , `acris_cookie_group` . `created_at` as `acris_cookie_group.createdAt` , `acris_cookie_group` . `updated_at` as `acris_cookie_group.updatedAt` , `acris_cookie_group.translation.title` , `acris_cookie_group.translation.title` as `acris_cookie_group.title` , `acris_cookie_group.translation.description` , `acris_cookie_group.translation.description` as `acris_cookie_group.description` FROM `acris_cookie_group` LEFT JOIN (SELECT `acris_cookie_group.translation` . `acris_cookie_group_id` , `acris_cookie_group.translation` . `title` as `acris_cookie_group.translation.title` , `acris_cookie_group.translation` . `description` as `acris_cookie_group.translation.description` FROM `acris_cookie_group_translation` `acris_cookie_group.translation` WHERE `acris_cookie_group.translation` . `language_id` = ? ) `acris_cookie_group.acris_cookie_group_translation` ON `acris_cookie_group.acris_cookie_group_translation` . `acris_cookie_group_id` = `acris_cookie_group` . `id` WHERE (`acris_cookie_group` . `identification` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"cookie.groupMarketing "
]
SELECT `acris_cookie_group` . `id` as `acris_cookie_group.id` , `acris_cookie_group` . `is_default` as `acris_cookie_group.isDefault` , `acris_cookie_group` . `identification` as `acris_cookie_group.identification` , `acris_cookie_group` . `created_at` as `acris_cookie_group.createdAt` , `acris_cookie_group` . `updated_at` as `acris_cookie_group.updatedAt` , `acris_cookie_group.translation.title` , `acris_cookie_group.translation.title` as `acris_cookie_group.title` , `acris_cookie_group.translation.description` , `acris_cookie_group.translation.description` as `acris_cookie_group.description` FROM `acris_cookie_group` LEFT JOIN (SELECT `acris_cookie_group.translation` . `acris_cookie_group_id` , `acris_cookie_group.translation` . `title` as `acris_cookie_group.translation.title` , `acris_cookie_group.translation` . `description` as `acris_cookie_group.translation.description` FROM `acris_cookie_group_translation` `acris_cookie_group.translation` WHERE `acris_cookie_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `acris_cookie_group.acris_cookie_group_translation` ON `acris_cookie_group.acris_cookie_group_translation` . `acris_cookie_group_id` = `acris_cookie_group` . `id` WHERE (`acris_cookie_group` . `identification` = 'cookie.groupMarketing' );
Copy
67
0.25 ms
SELECT `acris_cookie_group` . `id` as `acris_cookie_group.id` , `acris_cookie_group` . `is_default` as `acris_cookie_group.isDefault` , `acris_cookie_group` . `identification` as `acris_cookie_group.identification` , `acris_cookie_group` . `created_at` as `acris_cookie_group.createdAt` , `acris_cookie_group` . `updated_at` as `acris_cookie_group.updatedAt` , `acris_cookie_group.translation.title` , `acris_cookie_group.translation.title` as `acris_cookie_group.title` , `acris_cookie_group.translation.description` , `acris_cookie_group.translation.description` as `acris_cookie_group.description` FROM `acris_cookie_group` LEFT JOIN (SELECT `acris_cookie_group.translation` . `acris_cookie_group_id` , `acris_cookie_group.translation` . `title` as `acris_cookie_group.translation.title` , `acris_cookie_group.translation` . `description` as `acris_cookie_group.translation.description` FROM `acris_cookie_group_translation` `acris_cookie_group.translation` WHERE `acris_cookie_group.translation` . `language_id` = ? ) `acris_cookie_group.acris_cookie_group_translation` ON `acris_cookie_group.acris_cookie_group_translation` . `acris_cookie_group_id` = `acris_cookie_group` . `id` WHERE (`acris_cookie_group` . `identification` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"cookie.groupComfortFeatures "
]
SELECT `acris_cookie_group` . `id` as `acris_cookie_group.id` , `acris_cookie_group` . `is_default` as `acris_cookie_group.isDefault` , `acris_cookie_group` . `identification` as `acris_cookie_group.identification` , `acris_cookie_group` . `created_at` as `acris_cookie_group.createdAt` , `acris_cookie_group` . `updated_at` as `acris_cookie_group.updatedAt` , `acris_cookie_group.translation.title` , `acris_cookie_group.translation.title` as `acris_cookie_group.title` , `acris_cookie_group.translation.description` , `acris_cookie_group.translation.description` as `acris_cookie_group.description` FROM `acris_cookie_group` LEFT JOIN (SELECT `acris_cookie_group.translation` . `acris_cookie_group_id` , `acris_cookie_group.translation` . `title` as `acris_cookie_group.translation.title` , `acris_cookie_group.translation` . `description` as `acris_cookie_group.translation.description` FROM `acris_cookie_group_translation` `acris_cookie_group.translation` WHERE `acris_cookie_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `acris_cookie_group.acris_cookie_group_translation` ON `acris_cookie_group.acris_cookie_group_translation` . `acris_cookie_group_id` = `acris_cookie_group` . `id` WHERE (`acris_cookie_group` . `identification` = 'cookie.groupComfortFeatures' );
Copy
68
0.30 ms
SELECT `acris_cookie_group` . `id` as `acris_cookie_group.id` , `acris_cookie_group` . `is_default` as `acris_cookie_group.isDefault` , `acris_cookie_group` . `identification` as `acris_cookie_group.identification` , `acris_cookie_group` . `created_at` as `acris_cookie_group.createdAt` , `acris_cookie_group` . `updated_at` as `acris_cookie_group.updatedAt` , `acris_cookie_group.translation.title` , `acris_cookie_group.translation.title` as `acris_cookie_group.title` , `acris_cookie_group.translation.description` , `acris_cookie_group.translation.description` as `acris_cookie_group.description` FROM `acris_cookie_group` LEFT JOIN (SELECT `acris_cookie_group.translation` . `acris_cookie_group_id` , `acris_cookie_group.translation` . `title` as `acris_cookie_group.translation.title` , `acris_cookie_group.translation` . `description` as `acris_cookie_group.translation.description` FROM `acris_cookie_group_translation` `acris_cookie_group.translation` WHERE `acris_cookie_group.translation` . `language_id` = ? ) `acris_cookie_group.acris_cookie_group_translation` ON `acris_cookie_group.acris_cookie_group_translation` . `acris_cookie_group_id` = `acris_cookie_group` . `id` WHERE (`acris_cookie_group` . `identification` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"Brevo "
]
SELECT `acris_cookie_group` . `id` as `acris_cookie_group.id` , `acris_cookie_group` . `is_default` as `acris_cookie_group.isDefault` , `acris_cookie_group` . `identification` as `acris_cookie_group.identification` , `acris_cookie_group` . `created_at` as `acris_cookie_group.createdAt` , `acris_cookie_group` . `updated_at` as `acris_cookie_group.updatedAt` , `acris_cookie_group.translation.title` , `acris_cookie_group.translation.title` as `acris_cookie_group.title` , `acris_cookie_group.translation.description` , `acris_cookie_group.translation.description` as `acris_cookie_group.description` FROM `acris_cookie_group` LEFT JOIN (SELECT `acris_cookie_group.translation` . `acris_cookie_group_id` , `acris_cookie_group.translation` . `title` as `acris_cookie_group.translation.title` , `acris_cookie_group.translation` . `description` as `acris_cookie_group.translation.description` FROM `acris_cookie_group_translation` `acris_cookie_group.translation` WHERE `acris_cookie_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `acris_cookie_group.acris_cookie_group_translation` ON `acris_cookie_group.acris_cookie_group_translation` . `acris_cookie_group_id` = `acris_cookie_group` . `id` WHERE (`acris_cookie_group` . `identification` = 'Brevo' );
Copy
69
0.24 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"2ãÉñ\x10 ®D\r ¼A\x17\t Ï\x12 */ "
b"@´¢¥ý\x00 D ®C9}Â7”Ù "
b"\x7F ÑöÛgüAБÂÖL`âçÝ "
b"ÝÙ\x1E ïÌ®HË\v ÃBh4vá "
b"úX¾8F\x17 N„ ÔÙ{‚ÉDØ "
b"Qƒ\x0E põAM5|CÍ\x10 Žè "
b"s»n´9ËBÀ¦ÔXG Œ/Ä "
]
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 (0x32E3C9F110AE440DBC411709CF122A2F , 0x40B4A2A5FD004420AE43397DC23794D9 , 0x7FD1F6DB67FC41D091C2D64C60E2E7DD , 0xDDD91EEFCCAE48C38B0BC342683476E1 , 0xFA58BE3846174E84A0D4D97B82C944D8 , 0x5183900E70F5414D9D357C43CD108DE8 , 0x73BB6EB439CB42C0A6D45847208C2FC4 );
Copy
70
0.08 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"fWjTUozw3a9PlNdNFW9iSc9u98idfOvS "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'fWjTUozw3a9PlNdNFW9iSc9u98idfOvS' ;
Copy
71
0.39 ms
SELECT `acris_cookie` . `id` FROM `acris_cookie` LEFT JOIN `acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping` ON `acris_cookie` . `id` = `acris_cookie.salesChannels.mapping` . `cookie_id` LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie` . `cookie_group_id` = `acris_cookie.cookieGroup` . `id` LEFT JOIN `sales_channel` `acris_cookie.salesChannels` ON `acris_cookie.salesChannels.mapping` . `sales_channel_id` = `acris_cookie.salesChannels` . `id` WHERE (`acris_cookie` . `active` = ? AND NOT (`acris_cookie` . `default_value` < = > ? ) AND (`acris_cookie.salesChannels` . `id` < = > ? OR `acris_cookie.salesChannels` . `id` = ? ) AND `acris_cookie.cookieGroup` . `is_default` = ? ) GROUP BY `acris_cookie` . `id`
Parameters :
[
true
null
null
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
true
]
SELECT `acris_cookie` . `id` FROM `acris_cookie` LEFT JOIN `acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping` ON `acris_cookie` . `id` = `acris_cookie.salesChannels.mapping` . `cookie_id` LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie` . `cookie_group_id` = `acris_cookie.cookieGroup` . `id` LEFT JOIN `sales_channel` `acris_cookie.salesChannels` ON `acris_cookie.salesChannels.mapping` . `sales_channel_id` = `acris_cookie.salesChannels` . `id` WHERE (`acris_cookie` . `active` = 1 AND NOT (`acris_cookie` . `default_value` < = > NULL ) AND (`acris_cookie.salesChannels` . `id` < = > NULL OR `acris_cookie.salesChannels` . `id` = 0x994CCF84BD8B4F13AC7D5C9550B524C4 ) AND `acris_cookie.cookieGroup` . `is_default` = 1 ) GROUP BY `acris_cookie` . `id` ;
Copy
72
0.47 ms
SELECT `acris_cookie` . `id` as `acris_cookie.id` , `acris_cookie` . `cookie_group_id` as `acris_cookie.cookieGroupId` , `acris_cookie.cookieGroup` . `id` as `acris_cookie.cookieGroup.id` , `acris_cookie.cookieGroup` . `is_default` as `acris_cookie.cookieGroup.isDefault` , `acris_cookie.cookieGroup` . `identification` as `acris_cookie.cookieGroup.identification` , `acris_cookie.cookieGroup` . `created_at` as `acris_cookie.cookieGroup.createdAt` , `acris_cookie.cookieGroup` . `updated_at` as `acris_cookie.cookieGroup.updatedAt` , `acris_cookie.cookieGroup.translation.title` , `acris_cookie.cookieGroup.translation.title` as `acris_cookie.cookieGroup.title` , `acris_cookie.cookieGroup.translation.description` , `acris_cookie.cookieGroup.translation.description` as `acris_cookie.cookieGroup.description` , `acris_cookie` . `cookie_id` as `acris_cookie.cookieId` , `acris_cookie` . `google_cookie_consent_mode` as `acris_cookie.googleCookieConsentMode` , `acris_cookie` . `default_value` as `acris_cookie.defaultValue` , `acris_cookie` . `script_position` as `acris_cookie.scriptPosition` , `acris_cookie` . `expiration` as `acris_cookie.expiration` , `acris_cookie` . `provider` as `acris_cookie.provider` , `acris_cookie` . `active` as `acris_cookie.active` , `acris_cookie` . `unknown` as `acris_cookie.unknown` , `acris_cookie` . `is_default` as `acris_cookie.isDefault` , `acris_cookie` . `from_extension` as `acris_cookie.fromExtension` , `acris_cookie` . `created_at` as `acris_cookie.createdAt` , `acris_cookie` . `updated_at` as `acris_cookie.updatedAt` , (SELECT GROUP_CONCAT (HEX (`acris_cookie.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping`
WHERE `acris_cookie.salesChannels.mapping` . `cookie_id` = `acris_cookie` . `id` ) as `acris_cookie.salesChannels.id_mapping` , `acris_cookie.translation.title` , `acris_cookie.translation.title` as `acris_cookie.title` , `acris_cookie.translation.description` , `acris_cookie.translation.description` as `acris_cookie.description` , `acris_cookie.translation.script` , `acris_cookie.translation.script` as `acris_cookie.script` FROM `acris_cookie` LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie` . `cookie_group_id` = `acris_cookie.cookieGroup` . `id` LEFT JOIN (SELECT `acris_cookie.translation` . `acris_cookie_id` , `acris_cookie.translation` . `title` as `acris_cookie.translation.title` , `acris_cookie.translation` . `description` as `acris_cookie.translation.description` , `acris_cookie.translation` . `script` as `acris_cookie.translation.script` FROM `acris_cookie_translation` `acris_cookie.translation` WHERE `acris_cookie.translation` . `language_id` = ? ) `acris_cookie.acris_cookie_translation` ON `acris_cookie.acris_cookie_translation` . `acris_cookie_id` = `acris_cookie` . `id` LEFT JOIN (SELECT `acris_cookie.cookieGroup.translation` . `acris_cookie_group_id` , `acris_cookie.cookieGroup.translation` . `title` as `acris_cookie.cookieGroup.translation.title` , `acris_cookie.cookieGroup.translation` . `description` as `acris_cookie.cookieGroup.translation.description` FROM `acris_cookie_group_translation` `acris_cookie.cookieGroup.translation` WHERE `acris_cookie.cookieGroup.translation` . `language_id` = ? ) `acris_cookie.cookieGroup.acris_cookie_group_translation` ON `acris_cookie.cookieGroup.acris_cookie_group_translation` . `acris_cookie_group_id` = `acris_cookie.cookieGroup` . `id` WHERE `acris_cookie` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"d˜~\x11 áMv™I'Äí(¹é "
]
SELECT `acris_cookie` . `id` as `acris_cookie.id` , `acris_cookie` . `cookie_group_id` as `acris_cookie.cookieGroupId` , `acris_cookie.cookieGroup` . `id` as `acris_cookie.cookieGroup.id` , `acris_cookie.cookieGroup` . `is_default` as `acris_cookie.cookieGroup.isDefault` , `acris_cookie.cookieGroup` . `identification` as `acris_cookie.cookieGroup.identification` , `acris_cookie.cookieGroup` . `created_at` as `acris_cookie.cookieGroup.createdAt` , `acris_cookie.cookieGroup` . `updated_at` as `acris_cookie.cookieGroup.updatedAt` , `acris_cookie.cookieGroup.translation.title` , `acris_cookie.cookieGroup.translation.title` as `acris_cookie.cookieGroup.title` , `acris_cookie.cookieGroup.translation.description` , `acris_cookie.cookieGroup.translation.description` as `acris_cookie.cookieGroup.description` , `acris_cookie` . `cookie_id` as `acris_cookie.cookieId` , `acris_cookie` . `google_cookie_consent_mode` as `acris_cookie.googleCookieConsentMode` , `acris_cookie` . `default_value` as `acris_cookie.defaultValue` , `acris_cookie` . `script_position` as `acris_cookie.scriptPosition` , `acris_cookie` . `expiration` as `acris_cookie.expiration` , `acris_cookie` . `provider` as `acris_cookie.provider` , `acris_cookie` . `active` as `acris_cookie.active` , `acris_cookie` . `unknown` as `acris_cookie.unknown` , `acris_cookie` . `is_default` as `acris_cookie.isDefault` , `acris_cookie` . `from_extension` as `acris_cookie.fromExtension` , `acris_cookie` . `created_at` as `acris_cookie.createdAt` , `acris_cookie` . `updated_at` as `acris_cookie.updatedAt` , (SELECT GROUP_CONCAT (HEX (`acris_cookie.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping`
WHERE `acris_cookie.salesChannels.mapping` . `cookie_id` = `acris_cookie` . `id` ) as `acris_cookie.salesChannels.id_mapping` , `acris_cookie.translation.title` , `acris_cookie.translation.title` as `acris_cookie.title` , `acris_cookie.translation.description` , `acris_cookie.translation.description` as `acris_cookie.description` , `acris_cookie.translation.script` , `acris_cookie.translation.script` as `acris_cookie.script` FROM `acris_cookie` LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie` . `cookie_group_id` = `acris_cookie.cookieGroup` . `id` LEFT JOIN (SELECT `acris_cookie.translation` . `acris_cookie_id` , `acris_cookie.translation` . `title` as `acris_cookie.translation.title` , `acris_cookie.translation` . `description` as `acris_cookie.translation.description` , `acris_cookie.translation` . `script` as `acris_cookie.translation.script` FROM `acris_cookie_translation` `acris_cookie.translation` WHERE `acris_cookie.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `acris_cookie.acris_cookie_translation` ON `acris_cookie.acris_cookie_translation` . `acris_cookie_id` = `acris_cookie` . `id` LEFT JOIN (SELECT `acris_cookie.cookieGroup.translation` . `acris_cookie_group_id` , `acris_cookie.cookieGroup.translation` . `title` as `acris_cookie.cookieGroup.translation.title` , `acris_cookie.cookieGroup.translation` . `description` as `acris_cookie.cookieGroup.translation.description` FROM `acris_cookie_group_translation` `acris_cookie.cookieGroup.translation` WHERE `acris_cookie.cookieGroup.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `acris_cookie.cookieGroup.acris_cookie_group_translation` ON `acris_cookie.cookieGroup.acris_cookie_group_translation` . `acris_cookie_group_id` = `acris_cookie.cookieGroup` . `id` WHERE `acris_cookie` . `id` IN (0x64987E11ADE14D76994927C4ED28B9E9 );
Copy
73
0.48 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.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 (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` WHERE `sales_channel` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"0ó½8—ËKWŒ*ç/\x08 w6| "
b"‰Ñ–¹GÆH0•\v ¼ÃÝᢠ"
b"™LÏ„½‹O\x13 ¬}\•Pµ$Ä "
b"ï†Wò\v\x05 DŽœ)ÄCðY 4 "
]
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.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 (
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`
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.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 (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` WHERE `sales_channel` . `id` IN (0x30F3BD3897CB4B578C2AE72F0877367C , 0x89D196B947C64830AD950BBCC3DDE1A2 , 0x994CCF84BD8B4F13AC7D5C9550B524C4 , 0xEF8657F20B05448D9C29C443F059A034 );
Copy