5.09 ms (12.69%)
1
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE (`country` . `active` = ? AND `country.salesChannels` . `id` = ? ) GROUP BY `country` . `id` ORDER BY MIN (`country` . `position` ) ASC , MIN (COALESCE (`country.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"\x01 šÄ\x18 ÉsK–ß¾«~—ç$ "
]
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE (`country` . `active` = 1 AND `country.salesChannels` . `id` = 0x018F9AC418C9734B96DFBEAB7E97E724 ) GROUP BY `country` . `id` ORDER BY MIN (`country` . `position` ) ASC , MIN (COALESCE (`country.translation.name` )) ASC ;
Copy
4.28 ms (10.67%)
5
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `active` as `language.active` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `active` as `language.active` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
3.87 ms (9.66%)
1
SELECT `country_state` . `id` as `country_state.id` , `country_state` . `country_id` as `country_state.countryId` , `country_state` . `short_code` as `country_state.shortCode` , `country_state` . `position` as `country_state.position` , `country_state` . `active` as `country_state.active` , `country_state` . `created_at` as `country_state.createdAt` , `country_state` . `updated_at` as `country_state.updatedAt` , `country_state.translation.name` , `country_state.translation.name` as `country_state.name` , `country_state.translation.customFields` , `country_state.translation.customFields` as `country_state.customFields` FROM `country_state` LEFT JOIN `country` `country_state.country` ON `country_state` . `country_id` = `country_state.country` . `id` LEFT JOIN (SELECT `country_state.translation` . `country_state_id` , `country_state.translation` . `name` as `country_state.translation.name` , `country_state.translation` . `custom_fields` as `country_state.translation.customFields` FROM `country_state_translation` `country_state.translation` WHERE `country_state.translation` . `language_id` = ? ) `country_state.country_state_translation` ON `country_state.country_state_translation` . `country_state_id` = `country_state` . `id` LEFT JOIN `sales_channel_country` `country_state.country.salesChannels.mapping` ON `country_state.country` . `id` = `country_state.country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country_state.country.salesChannels` ON `country_state.country.salesChannels.mapping` . `sales_channel_id` = `country_state.country.salesChannels` . `id` WHERE (`country_state.country.salesChannels` . `id` = ? AND (`country_state` . `country_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))) GROUP BY `country_state` . `id` ORDER BY MIN (`country_state` . `position` ) ASC , MIN (COALESCE (`country_state.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 šÄ\x18 ÉsK–ß¾«~—ç$ "
b"\x01 ‰‘t?xpgJƒ©c² "
b"\x01 ‰‘t?ãp¼³„"ï²Õþ "
b"\x01 ‰‘t?äsi¶‹”õŒýËy "
b"\x01 ‰‘t?åq\x12 §èýà—÷l "
b"\x01 ‰‘t?çq9‹¿^»zŠÈ1 "
b"\x01 ‰‘t?èr'´¦—v\x11 “œs "
b"\x01 ‰‘t?èr'´¦—v\x12 ZT½ "
b"\x01 ‰‘t@\x03 s/”BÏúº±8„ "
b"\x01 ‰‘t@\x03 s/”BÏú»\x19 ÄŽ "
b"\x01 ‰‘t@\x04 r5`È–(kç "
]
SELECT `country_state` . `id` as `country_state.id` , `country_state` . `country_id` as `country_state.countryId` , `country_state` . `short_code` as `country_state.shortCode` , `country_state` . `position` as `country_state.position` , `country_state` . `active` as `country_state.active` , `country_state` . `created_at` as `country_state.createdAt` , `country_state` . `updated_at` as `country_state.updatedAt` , `country_state.translation.name` , `country_state.translation.name` as `country_state.name` , `country_state.translation.customFields` , `country_state.translation.customFields` as `country_state.customFields` FROM `country_state` LEFT JOIN `country` `country_state.country` ON `country_state` . `country_id` = `country_state.country` . `id` LEFT JOIN (SELECT `country_state.translation` . `country_state_id` , `country_state.translation` . `name` as `country_state.translation.name` , `country_state.translation` . `custom_fields` as `country_state.translation.customFields` FROM `country_state_translation` `country_state.translation` WHERE `country_state.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country_state.country_state_translation` ON `country_state.country_state_translation` . `country_state_id` = `country_state` . `id` LEFT JOIN `sales_channel_country` `country_state.country.salesChannels.mapping` ON `country_state.country` . `id` = `country_state.country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country_state.country.salesChannels` ON `country_state.country.salesChannels.mapping` . `sales_channel_id` = `country_state.country.salesChannels` . `id` WHERE (`country_state.country.salesChannels` . `id` = 0x018F9AC418C9734B96DFBEAB7E97E724 AND (`country_state` . `country_id` IN (0x018991743F7870678F8F4A83ADA963B2 , 0x018991743FE370BCB38422EFB2D5FE90 , 0x018991743FE47369B68B94F58CFDCB79 , 0x018991743FE57112A7E8FDE097F76CAD , 0x018991743FE771398BBF5EBB7A8AC831 , 0x018991743FE87227B4A6977611939C73 , 0x018991743FE87227B4A69776125A54BD , 0x018991744003732F9442CFFABAB13884 , 0x018991744003732F9442CFFABB19C48D , 0x01899174400472358E60C896286B90E7 ))) GROUP BY `country_state` . `id` ORDER BY MIN (`country_state` . `position` ) ASC , MIN (COALESCE (`country_state.translation.name` )) ASC ;
Copy
1.91 ms (4.76%)
1
SELECT `prems_discount_category_base` . `id` as `prems_discount_category_base.id` , `prems_discount_category_base` . `discount` as `prems_discount_category_base.discount` , `prems_discount_category_base` . `active` as `prems_discount_category_base.active` , `prems_discount_category_base` . `is_upprice` as `prems_discount_category_base.isUpprice` , `prems_discount_category_base` . `valid_from` as `prems_discount_category_base.validFrom` , `prems_discount_category_base` . `valid_until` as `prems_discount_category_base.validUntil` , `prems_discount_category_base` . `valid_until_visibility` as `prems_discount_category_base.validUntilVisibility` , `prems_discount_category_base` . `priority` as `prems_discount_category_base.priority` , `prems_discount_category_base` . `type` as `prems_discount_category_base.type` , `prems_discount_category_base` . `price_rounding` as `prems_discount_category_base.priceRounding` , `prems_discount_category_base` . `number_of_orders` as `prems_discount_category_base.numberOfOrders` , `prems_discount_category_base` . `display_type_discount_on_detail_page` as `prems_discount_category_base.displayTypeDiscountOnDetailPage` , `prems_discount_category_base` . `display_type_discount_on_listing_page` as `prems_discount_category_base.displayTypeDiscountOnListingPage` , `prems_discount_category_base` . `discount_product_stream_id` as `prems_discount_category_base.discountProductStreamId` , `prems_discount_category_base` . `discount_category_ids` as `prems_discount_category_base.discountCategoryIds` , `prems_discount_category_base` . `category_ids_mode` as `prems_discount_category_base.categoryIdsMode` , `prems_discount_category_base` . `show_discount_badge_in_listing` as `prems_discount_category_base.showDiscountBadgeInListing` , `prems_discount_category_base` . `listing_badge_text_color` as `prems_discount_category_base.listingBadgeTextColor` , `prems_discount_category_base` . `listing_badge_background_color` as `prems_discount_category_base.listingBadgeBackgroundColor` , `prems_discount_category_base` . `show_discount_infobox_in_listing` as `prems_discount_category_base.showDiscountInfoboxInListing` , `prems_discount_category_base` . `listing_infobox_icon` as `prems_discount_category_base.listingInfoboxIcon` , `prems_discount_category_base` . `listing_infobox_text_color` as `prems_discount_category_base.listingInfoboxTextColor` , `prems_discount_category_base` . `listing_infobox_background_color` as `prems_discount_category_base.listingInfoboxBackgroundColor` , `prems_discount_category_base` . `show_discount_infobox_on_detailpage` as `prems_discount_category_base.showDiscountInfoboxOnDetailpage` , `prems_discount_category_base` . `detailpage_infobox_icon` as `prems_discount_category_base.detailpageInfoboxIcon` , `prems_discount_category_base` . `detailpage_infobox_text_color` as `prems_discount_category_base.detailpageInfoboxTextColor` , `prems_discount_category_base` . `detailpage_infobox_background_color` as `prems_discount_category_base.detailpageInfoboxBackgroundColor` , `prems_discount_category_base` . `required_cookie_name` as `prems_discount_category_base.requiredCookieName` , `prems_discount_category_base` . `required_cookie_value` as `prems_discount_category_base.requiredCookieValue` , `prems_discount_category_base` . `required_url_parameter_name` as `prems_discount_category_base.requiredUrlParameterName` , `prems_discount_category_base` . `required_url_parameter_value` as `prems_discount_category_base.requiredUrlParameterValue` , `prems_discount_category_base` . `discount_customer_group_ids` as `prems_discount_category_base.discountCustomerGroupIds` , `prems_discount_category_base` . `discount_customer_ids` as `prems_discount_category_base.discountCustomerIds` , `prems_discount_category_base` . `discount_sales_channel_ids` as `prems_discount_category_base.discountSalesChannelIds` , `prems_discount_category_base` . `discount_promotions_ids` as `prems_discount_category_base.discountPromotionIds` , `prems_discount_category_base` . `block_all_other_promotions` as `prems_discount_category_base.blockAllOtherPromotions` , `prems_discount_category_base` . `created_at` as `prems_discount_category_base.createdAt` , `prems_discount_category_base` . `updated_at` as `prems_discount_category_base.updatedAt` , `prems_discount_category_base.translation.name` , `prems_discount_category_base.translation.name` as `prems_discount_category_base.name` , `prems_discount_category_base.translation.listingBadgeTitle` , `prems_discount_category_base.translation.listingBadgeTitle` as `prems_discount_category_base.listingBadgeTitle` , `prems_discount_category_base.translation.listingInfoboxTitle` , `prems_discount_category_base.translation.listingInfoboxTitle` as `prems_discount_category_base.listingInfoboxTitle` , `prems_discount_category_base.translation.listingInfoboxText` , `prems_discount_category_base.translation.listingInfoboxText` as `prems_discount_category_base.listingInfoboxText` , `prems_discount_category_base.translation.detailpageInfoboxTitle` , `prems_discount_category_base.translation.detailpageInfoboxTitle` as `prems_discount_category_base.detailpageInfoboxTitle` , `prems_discount_category_base.translation.detailpageInfoboxText` , `prems_discount_category_base.translation.detailpageInfoboxText` as `prems_discount_category_base.detailpageInfoboxText` FROM `prems_discount_category_base` LEFT JOIN (SELECT `prems_discount_category_base.translation` . `prems_discount_category_base_id` , `prems_discount_category_base.translation` . `name` as `prems_discount_category_base.translation.name` , `prems_discount_category_base.translation` . `listing_badge_title` as `prems_discount_category_base.translation.listingBadgeTitle` , `prems_discount_category_base.translation` . `listing_infobox_title` as `prems_discount_category_base.translation.listingInfoboxTitle` , `prems_discount_category_base.translation` . `listing_infobox_text` as `prems_discount_category_base.translation.listingInfoboxText` , `prems_discount_category_base.translation` . `detailpage_infobox_title` as `prems_discount_category_base.translation.detailpageInfoboxTitle` , `prems_discount_category_base.translation` . `detailpage_infobox_text` as `prems_discount_category_base.translation.detailpageInfoboxText` FROM `prems_discount_category_base_translation` `prems_discount_category_base.translation` WHERE `prems_discount_category_base.translation` . `language_id` = ? ) `prems_discount_category_base.prems_discount_category_base_translation` ON `prems_discount_category_base.prems_discount_category_base_translation` . `prems_discount_category_base_id` = `prems_discount_category_base` . `id` WHERE (((`prems_discount_category_base` . `valid_from` < = ? ) OR `prems_discount_category_base` . `valid_from` < = > ? ) AND ((`prems_discount_category_base` . `valid_until` > = ? ) OR `prems_discount_category_base` . `valid_until` < = > ? ) AND `prems_discount_category_base` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"2026-08-13 06:00:46.849 "
null
"2026-08-13 06:00:46.849 "
null
true
]
SELECT
`prems_discount_category_base` . `id` as `prems_discount_category_base.id` ,
`prems_discount_category_base` . `discount` as `prems_discount_category_base.discount` ,
`prems_discount_category_base` . `active` as `prems_discount_category_base.active` ,
`prems_discount_category_base` . `is_upprice` as `prems_discount_category_base.isUpprice` ,
`prems_discount_category_base` . `valid_from` as `prems_discount_category_base.validFrom` ,
`prems_discount_category_base` . `valid_until` as `prems_discount_category_base.validUntil` ,
`prems_discount_category_base` . `valid_until_visibility` as `prems_discount_category_base.validUntilVisibility` ,
`prems_discount_category_base` . `priority` as `prems_discount_category_base.priority` ,
`prems_discount_category_base` . `type` as `prems_discount_category_base.type` ,
`prems_discount_category_base` . `price_rounding` as `prems_discount_category_base.priceRounding` ,
`prems_discount_category_base` . `number_of_orders` as `prems_discount_category_base.numberOfOrders` ,
`prems_discount_category_base` . `display_type_discount_on_detail_page` as `prems_discount_category_base.displayTypeDiscountOnDetailPage` ,
`prems_discount_category_base` . `display_type_discount_on_listing_page` as `prems_discount_category_base.displayTypeDiscountOnListingPage` ,
`prems_discount_category_base` . `discount_product_stream_id` as `prems_discount_category_base.discountProductStreamId` ,
`prems_discount_category_base` . `discount_category_ids` as `prems_discount_category_base.discountCategoryIds` ,
`prems_discount_category_base` . `category_ids_mode` as `prems_discount_category_base.categoryIdsMode` ,
`prems_discount_category_base` . `show_discount_badge_in_listing` as `prems_discount_category_base.showDiscountBadgeInListing` ,
`prems_discount_category_base` . `listing_badge_text_color` as `prems_discount_category_base.listingBadgeTextColor` ,
`prems_discount_category_base` . `listing_badge_background_color` as `prems_discount_category_base.listingBadgeBackgroundColor` ,
`prems_discount_category_base` . `show_discount_infobox_in_listing` as `prems_discount_category_base.showDiscountInfoboxInListing` ,
`prems_discount_category_base` . `listing_infobox_icon` as `prems_discount_category_base.listingInfoboxIcon` ,
`prems_discount_category_base` . `listing_infobox_text_color` as `prems_discount_category_base.listingInfoboxTextColor` ,
`prems_discount_category_base` . `listing_infobox_background_color` as `prems_discount_category_base.listingInfoboxBackgroundColor` ,
`prems_discount_category_base` . `show_discount_infobox_on_detailpage` as `prems_discount_category_base.showDiscountInfoboxOnDetailpage` ,
`prems_discount_category_base` . `detailpage_infobox_icon` as `prems_discount_category_base.detailpageInfoboxIcon` ,
`prems_discount_category_base` . `detailpage_infobox_text_color` as `prems_discount_category_base.detailpageInfoboxTextColor` ,
`prems_discount_category_base` . `detailpage_infobox_background_color` as `prems_discount_category_base.detailpageInfoboxBackgroundColor` ,
`prems_discount_category_base` . `required_cookie_name` as `prems_discount_category_base.requiredCookieName` ,
`prems_discount_category_base` . `required_cookie_value` as `prems_discount_category_base.requiredCookieValue` ,
`prems_discount_category_base` . `required_url_parameter_name` as `prems_discount_category_base.requiredUrlParameterName` ,
`prems_discount_category_base` . `required_url_parameter_value` as `prems_discount_category_base.requiredUrlParameterValue` ,
`prems_discount_category_base` . `discount_customer_group_ids` as `prems_discount_category_base.discountCustomerGroupIds` ,
`prems_discount_category_base` . `discount_customer_ids` as `prems_discount_category_base.discountCustomerIds` ,
`prems_discount_category_base` . `discount_sales_channel_ids` as `prems_discount_category_base.discountSalesChannelIds` ,
`prems_discount_category_base` . `discount_promotions_ids` as `prems_discount_category_base.discountPromotionIds` ,
`prems_discount_category_base` . `block_all_other_promotions` as `prems_discount_category_base.blockAllOtherPromotions` ,
`prems_discount_category_base` . `created_at` as `prems_discount_category_base.createdAt` ,
`prems_discount_category_base` . `updated_at` as `prems_discount_category_base.updatedAt` ,
`prems_discount_category_base.translation.name` ,
`prems_discount_category_base.translation.name` as `prems_discount_category_base.name` ,
`prems_discount_category_base.translation.listingBadgeTitle` ,
`prems_discount_category_base.translation.listingBadgeTitle` as `prems_discount_category_base.listingBadgeTitle` ,
`prems_discount_category_base.translation.listingInfoboxTitle` ,
`prems_discount_category_base.translation.listingInfoboxTitle` as `prems_discount_category_base.listingInfoboxTitle` ,
`prems_discount_category_base.translation.listingInfoboxText` ,
`prems_discount_category_base.translation.listingInfoboxText` as `prems_discount_category_base.listingInfoboxText` ,
`prems_discount_category_base.translation.detailpageInfoboxTitle` ,
`prems_discount_category_base.translation.detailpageInfoboxTitle` as `prems_discount_category_base.detailpageInfoboxTitle` ,
`prems_discount_category_base.translation.detailpageInfoboxText` ,
`prems_discount_category_base.translation.detailpageInfoboxText` as `prems_discount_category_base.detailpageInfoboxText`
FROM
`prems_discount_category_base`
LEFT JOIN (
SELECT
`prems_discount_category_base.translation` . `prems_discount_category_base_id` ,
`prems_discount_category_base.translation` . `name` as `prems_discount_category_base.translation.name` ,
`prems_discount_category_base.translation` . `listing_badge_title` as `prems_discount_category_base.translation.listingBadgeTitle` ,
`prems_discount_category_base.translation` . `listing_infobox_title` as `prems_discount_category_base.translation.listingInfoboxTitle` ,
`prems_discount_category_base.translation` . `listing_infobox_text` as `prems_discount_category_base.translation.listingInfoboxText` ,
`prems_discount_category_base.translation` . `detailpage_infobox_title` as `prems_discount_category_base.translation.detailpageInfoboxTitle` ,
`prems_discount_category_base.translation` . `detailpage_infobox_text` as `prems_discount_category_base.translation.detailpageInfoboxText`
FROM
`prems_discount_category_base_translation` `prems_discount_category_base.translation`
WHERE
`prems_discount_category_base.translation` . `language_id` = ?
) `prems_discount_category_base.prems_discount_category_base_translation` ON `prems_discount_category_base.prems_discount_category_base_translation` . `prems_discount_category_base_id` = `prems_discount_category_base` . `id`
WHERE
(
(
(
`prems_discount_category_base` . `valid_from` < = ?
)
OR `prems_discount_category_base` . `valid_from` < = > ?
)
AND (
(
`prems_discount_category_base` . `valid_until` > = ?
)
OR `prems_discount_category_base` . `valid_until` < = > ?
)
AND `prems_discount_category_base` . `active` = ?
)
Copy
SELECT `prems_discount_category_base` . `id` as `prems_discount_category_base.id` , `prems_discount_category_base` . `discount` as `prems_discount_category_base.discount` , `prems_discount_category_base` . `active` as `prems_discount_category_base.active` , `prems_discount_category_base` . `is_upprice` as `prems_discount_category_base.isUpprice` , `prems_discount_category_base` . `valid_from` as `prems_discount_category_base.validFrom` , `prems_discount_category_base` . `valid_until` as `prems_discount_category_base.validUntil` , `prems_discount_category_base` . `valid_until_visibility` as `prems_discount_category_base.validUntilVisibility` , `prems_discount_category_base` . `priority` as `prems_discount_category_base.priority` , `prems_discount_category_base` . `type` as `prems_discount_category_base.type` , `prems_discount_category_base` . `price_rounding` as `prems_discount_category_base.priceRounding` , `prems_discount_category_base` . `number_of_orders` as `prems_discount_category_base.numberOfOrders` , `prems_discount_category_base` . `display_type_discount_on_detail_page` as `prems_discount_category_base.displayTypeDiscountOnDetailPage` , `prems_discount_category_base` . `display_type_discount_on_listing_page` as `prems_discount_category_base.displayTypeDiscountOnListingPage` , `prems_discount_category_base` . `discount_product_stream_id` as `prems_discount_category_base.discountProductStreamId` , `prems_discount_category_base` . `discount_category_ids` as `prems_discount_category_base.discountCategoryIds` , `prems_discount_category_base` . `category_ids_mode` as `prems_discount_category_base.categoryIdsMode` , `prems_discount_category_base` . `show_discount_badge_in_listing` as `prems_discount_category_base.showDiscountBadgeInListing` , `prems_discount_category_base` . `listing_badge_text_color` as `prems_discount_category_base.listingBadgeTextColor` , `prems_discount_category_base` . `listing_badge_background_color` as `prems_discount_category_base.listingBadgeBackgroundColor` , `prems_discount_category_base` . `show_discount_infobox_in_listing` as `prems_discount_category_base.showDiscountInfoboxInListing` , `prems_discount_category_base` . `listing_infobox_icon` as `prems_discount_category_base.listingInfoboxIcon` , `prems_discount_category_base` . `listing_infobox_text_color` as `prems_discount_category_base.listingInfoboxTextColor` , `prems_discount_category_base` . `listing_infobox_background_color` as `prems_discount_category_base.listingInfoboxBackgroundColor` , `prems_discount_category_base` . `show_discount_infobox_on_detailpage` as `prems_discount_category_base.showDiscountInfoboxOnDetailpage` , `prems_discount_category_base` . `detailpage_infobox_icon` as `prems_discount_category_base.detailpageInfoboxIcon` , `prems_discount_category_base` . `detailpage_infobox_text_color` as `prems_discount_category_base.detailpageInfoboxTextColor` , `prems_discount_category_base` . `detailpage_infobox_background_color` as `prems_discount_category_base.detailpageInfoboxBackgroundColor` , `prems_discount_category_base` . `required_cookie_name` as `prems_discount_category_base.requiredCookieName` , `prems_discount_category_base` . `required_cookie_value` as `prems_discount_category_base.requiredCookieValue` , `prems_discount_category_base` . `required_url_parameter_name` as `prems_discount_category_base.requiredUrlParameterName` , `prems_discount_category_base` . `required_url_parameter_value` as `prems_discount_category_base.requiredUrlParameterValue` , `prems_discount_category_base` . `discount_customer_group_ids` as `prems_discount_category_base.discountCustomerGroupIds` , `prems_discount_category_base` . `discount_customer_ids` as `prems_discount_category_base.discountCustomerIds` , `prems_discount_category_base` . `discount_sales_channel_ids` as `prems_discount_category_base.discountSalesChannelIds` , `prems_discount_category_base` . `discount_promotions_ids` as `prems_discount_category_base.discountPromotionIds` , `prems_discount_category_base` . `block_all_other_promotions` as `prems_discount_category_base.blockAllOtherPromotions` , `prems_discount_category_base` . `created_at` as `prems_discount_category_base.createdAt` , `prems_discount_category_base` . `updated_at` as `prems_discount_category_base.updatedAt` , `prems_discount_category_base.translation.name` , `prems_discount_category_base.translation.name` as `prems_discount_category_base.name` , `prems_discount_category_base.translation.listingBadgeTitle` , `prems_discount_category_base.translation.listingBadgeTitle` as `prems_discount_category_base.listingBadgeTitle` , `prems_discount_category_base.translation.listingInfoboxTitle` , `prems_discount_category_base.translation.listingInfoboxTitle` as `prems_discount_category_base.listingInfoboxTitle` , `prems_discount_category_base.translation.listingInfoboxText` , `prems_discount_category_base.translation.listingInfoboxText` as `prems_discount_category_base.listingInfoboxText` , `prems_discount_category_base.translation.detailpageInfoboxTitle` , `prems_discount_category_base.translation.detailpageInfoboxTitle` as `prems_discount_category_base.detailpageInfoboxTitle` , `prems_discount_category_base.translation.detailpageInfoboxText` , `prems_discount_category_base.translation.detailpageInfoboxText` as `prems_discount_category_base.detailpageInfoboxText` FROM `prems_discount_category_base` LEFT JOIN (SELECT `prems_discount_category_base.translation` . `prems_discount_category_base_id` , `prems_discount_category_base.translation` . `name` as `prems_discount_category_base.translation.name` , `prems_discount_category_base.translation` . `listing_badge_title` as `prems_discount_category_base.translation.listingBadgeTitle` , `prems_discount_category_base.translation` . `listing_infobox_title` as `prems_discount_category_base.translation.listingInfoboxTitle` , `prems_discount_category_base.translation` . `listing_infobox_text` as `prems_discount_category_base.translation.listingInfoboxText` , `prems_discount_category_base.translation` . `detailpage_infobox_title` as `prems_discount_category_base.translation.detailpageInfoboxTitle` , `prems_discount_category_base.translation` . `detailpage_infobox_text` as `prems_discount_category_base.translation.detailpageInfoboxText` FROM `prems_discount_category_base_translation` `prems_discount_category_base.translation` WHERE `prems_discount_category_base.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `prems_discount_category_base.prems_discount_category_base_translation` ON `prems_discount_category_base.prems_discount_category_base_translation` . `prems_discount_category_base_id` = `prems_discount_category_base` . `id` WHERE (((`prems_discount_category_base` . `valid_from` < = '2026-08-13 06:00:46.849' ) OR `prems_discount_category_base` . `valid_from` < = > NULL ) AND ((`prems_discount_category_base` . `valid_until` > = '2026-08-13 06:00:46.849' ) OR `prems_discount_category_base` . `valid_until` < = > NULL ) AND `prems_discount_category_base` . `active` = 1 );
Copy
1.50 ms (3.74%)
1
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"\x01 ’$Cú`\x7F Þ¢q›ç±@tÏ "
b"\x01 ’$iê$qJ™©<Öª0ci "
b"\x01 ’¸U²žqi£uL]vøø "
b"\x01 ’$H=rq¸¼\x10 nk\x1C LW› "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x01922443FA607FDEA2719BE7B14074CF , 0x01922469EA24714A99A93CD6AA306369 , 0x0192B855B29E7169A3754C5D76F8F8A0 , 0x019224483D7271B8BC106E6B1C4C579B ));
Copy
1.43 ms (3.58%)
1
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 ‰‘t@\t r®Œ:æÐä°Äù "
b"\x01 ‰‘t@\x16 pN¬`– ÂÈ/ "
b"\x01 ‰‘tŽ’râ¥ßŽáZ¿^R "
b"\x01 a11åv\x19 ³\x0F M''Ú… "
b"\x01 ‰‘t@9p\x1D ¯4½¡¬\v ƒ\x1D "
b"\x01 ¤ß4Â~ã›\r Qg\f ÚB' "
b"\x01 šÌ 2sè¸:1¥#7j\ "
b"\x01 šÌ 8s{¬ä¨ÑÕX¢‹ "
b"\x01 šÌ >q7½æ¹6ê?1¶ "
b"\x01 šÌ EpN‚ÿÍW\x07 »€\x14 "
b"\x01 šÌ Ls\f Žœâ°~>>; "
b"\x01 šÌ Qq!©lqx~Q\x05\x06 "
b"\x01 šÌ Wq”£X%¤ÈŠ\x19\x10 "
b"\x01 šÌ ds[ºj¿–GylÞ "
b"\x01 šÌ-¯qk·³ú©—Âþ\x01 "
b"\x01 šÌM„rÆ”Ù\x0E «]g¤’ "
b"\x01 šÌf\x0E r¾»ð…L÷‚ñ› "
b"\x01 šÌfs‡ª/1\x0F Q®\x1D " "
b"\x01 šÌf‡sF¼ÄV4\x1F Ë\v\x02 "
b"\x01 šÌi€sáŠ{^RÑ%\x1A ˆ "
]
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 (0x01899174400972AE8C3AE6D0E4B0C4F9 , 0x018991744016704EAC609620C28FC82F , 0x018991748E9272E2A5DF8EE15ABF5E52 , 0x018E613131E57619B30F4D2727DA8F85 , 0x018991744039701DAF34BDA1AC0B831D , 0x018FA4DF34C27EE39B0D51670CDA4227 , 0x018F9ACC203273E8B83A31A523376A5C , 0x018F9ACC2038737BACE4A8D1D558A28B , 0x018F9ACC203E7137BDE6B936EA3F31B6 , 0x018F9ACC2045704E82FFCD5707BB8014 , 0x018F9ACC204C730C8D9CE2B07E3E3E3B , 0x018F9ACC20517121A96C71787E510506 , 0x018F9ACC20577194A35825A4C88A1910 , 0x018F9ACC2064735BBA6ABF9647796CDE , 0x018F9ACC2DAF716BB7B3FAA997C2FE01 , 0x018F9ACC4D8472C694D90EAB5D67A492 , 0x018F9ACC660E72BEBBF0854CF782F19B , 0x018F9ACC66817387AA2F310F51AE1D22 , 0x018F9ACC66877346BCC456341FCB0B02 , 0x018F9ACC698073E18A7B5E52D1251A88 );
Copy
1.20 ms (3.00%)
1
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN (? )) AND (seo_url . language_id = ? ) AND (seo_url . sales_channel_id = ? OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 )
Parameters :
[
"/account/recover "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 šÄ\x18 ÉsK–ß¾«~—ç$ "
]
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/account/recover' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x018F9AC418C9734B96DFBEAB7E97E724 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
1.16 ms (2.88%)
1
SELECT COUNT (* ) FROM `wallee_transaction` LIMIT 1
SELECT COUNT (* ) FROM `wallee_transaction` LIMIT 1 ;
Copy
1.10 ms (2.73%)
1
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `technical_name` = ?
Parameters :
[
"CustomStorefront "
]
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `technical_name` = 'CustomStorefront' ;
Copy
0.99 ms (2.47%)
1
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"\x01 ‰‘t?xpgJƒ©c² "
b"\x01 ‰‘t?çq9‹¿^»zŠÈ1 "
b"\x01 ‰‘t?ãp¼³„"ï²Õþ "
b"\x01 ‰‘t?åq\x12 §èýà—÷l "
b"\x01 ‰‘t@\x03 s/”BÏúº±8„ "
b"\x01 ‰‘t?äsi¶‹”õŒýËy "
b"\x01 ‰‘t@\x04 r5`È–(kç "
b"\x01 ‰‘t@\x03 s/”BÏú»\x19 ÄŽ "
b"\x01 ‰‘t?èr'´¦—v\x11 “œs "
b"\x01 ‰‘t?èr'´¦—v\x12 ZT½ "
]
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 (0x018991743F7870678F8F4A83ADA963B2 , 0x018991743FE771398BBF5EBB7A8AC831 , 0x018991743FE370BCB38422EFB2D5FE90 , 0x018991743FE57112A7E8FDE097F76CAD , 0x018991744003732F9442CFFABAB13884 , 0x018991743FE47369B68B94F58CFDCB79 , 0x01899174400472358E60C896286B90E7 , 0x018991744003732F9442CFFABB19C48D , 0x018991743FE87227B4A6977611939C73 , 0x018991743FE87227B4A69776125A54BD );
Copy
0.96 ms (2.39%)
2
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"9pV8m2YQCFhFbrYcbZGKEi0xs9Dcr72j "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '9pV8m2YQCFhFbrYcbZGKEi0xs9Dcr72j' ;
Copy
0.88 ms (2.20%)
1
SELECT `salutation` . `id` as `salutation.id` , `salutation` . `salutation_key` as `salutation.salutationKey` , `salutation` . `position` as `salutation.position` , `salutation` . `created_at` as `salutation.createdAt` , `salutation` . `updated_at` as `salutation.updatedAt` , `salutation.translation.displayName` , `salutation.translation.displayName` as `salutation.displayName` , `salutation.translation.letterName` , `salutation.translation.letterName` as `salutation.letterName` , `salutation.translation.customFields` , `salutation.translation.customFields` as `salutation.customFields` FROM `salutation` LEFT JOIN (SELECT `salutation.translation` . `salutation_id` , `salutation.translation` . `display_name` as `salutation.translation.displayName` , `salutation.translation` . `letter_name` as `salutation.translation.letterName` , `salutation.translation` . `custom_fields` as `salutation.translation.customFields` FROM `salutation_translation` `salutation.translation` WHERE `salutation.translation` . `language_id` = ? ) `salutation.salutation_translation` ON `salutation.salutation_translation` . `salutation_id` = `salutation` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `salutation` . `id` as `salutation.id` , `salutation` . `salutation_key` as `salutation.salutationKey` , `salutation` . `position` as `salutation.position` , `salutation` . `created_at` as `salutation.createdAt` , `salutation` . `updated_at` as `salutation.updatedAt` , `salutation.translation.displayName` , `salutation.translation.displayName` as `salutation.displayName` , `salutation.translation.letterName` , `salutation.translation.letterName` as `salutation.letterName` , `salutation.translation.customFields` , `salutation.translation.customFields` as `salutation.customFields` FROM `salutation` LEFT JOIN (SELECT `salutation.translation` . `salutation_id` , `salutation.translation` . `display_name` as `salutation.translation.displayName` , `salutation.translation` . `letter_name` as `salutation.translation.letterName` , `salutation.translation` . `custom_fields` as `salutation.translation.customFields` FROM `salutation_translation` `salutation.translation` WHERE `salutation.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `salutation.salutation_translation` ON `salutation.salutation_translation` . `salutation_id` = `salutation` . `id` ;
Copy
0.88 ms (2.19%)
1
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 = ? )) AND (seo_url . is_deleted = 0 )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 šÄ\x18 ÉsK–ß¾«~—ç$ "
"account/login "
"account/login/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x018F9AC418C9734B96DFBEAB7E97E724 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'account/login' OR seo_path_info = 'account/login/' )) AND (seo_url . is_deleted = 0 );
Copy
0.87 ms (2.17%)
1
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
\x01 šÄ\x12 :rŽœ\x16 \n
©3…Je
"""
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x018F9AC4123A728D9C160AA933854A65 ));
Copy
0.84 ms (2.10%)
1
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND ((((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ‰‘t@\t r®Œ:æÐä°Äù "
b"\x01 ‰‘t@\x16 pN¬`– ÂÈ/ "
b"\x01 ‰‘tŽ’râ¥ßŽáZ¿^R "
b"\x01 a11åv\x19 ³\x0F M''Ú… "
b"\x01 ‰‘t@9p\x1D ¯4½¡¬\v ƒ\x1D "
b"\x01 ¤ß4Â~ã›\r Qg\f ÚB' "
b"\x01 šÌ 2sè¸:1¥#7j\ "
b"\x01 šÌ 8s{¬ä¨ÑÕX¢‹ "
b"\x01 šÌ >q7½æ¹6ê?1¶ "
b"\x01 šÌ EpN‚ÿÍW\x07 »€\x14 "
b"\x01 šÌ Ls\f Žœâ°~>>; "
b"\x01 šÌ Qq!©lqx~Q\x05\x06 "
b"\x01 šÌ Wq”£X%¤ÈŠ\x19\x10 "
b"\x01 šÌ ds[ºj¿–GylÞ "
b"\x01 šÌ-¯qk·³ú©—Âþ\x01 "
b"\x01 šÌM„rÆ”Ù\x0E «]g¤’ "
b"\x01 šÌf\x0E r¾»ð…L÷‚ñ› "
b"\x01 šÌfs‡ª/1\x0F Q®\x1D " "
b"\x01 šÌf‡sF¼ÄV4\x1F Ë\v\x02 "
b"\x01 šÌi€sáŠ{^RÑ%\x1A ˆ "
null
b"""
\x01 šÄ\x12 :rŽœ\x16 \n
©3…Je
"""
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`category.swagDynamicAccessRules` . `id` IN (0x01899174400972AE8C3AE6D0E4B0C4F9 , 0x018991744016704EAC609620C28FC82F , 0x018991748E9272E2A5DF8EE15ABF5E52 , 0x018E613131E57619B30F4D2727DA8F85 , 0x018991744039701DAF34BDA1AC0B831D , 0x018FA4DF34C27EE39B0D51670CDA4227 , 0x018F9ACC203273E8B83A31A523376A5C , 0x018F9ACC2038737BACE4A8D1D558A28B , 0x018F9ACC203E7137BDE6B936EA3F31B6 , 0x018F9ACC2045704E82FFCD5707BB8014 , 0x018F9ACC204C730C8D9CE2B07E3E3E3B , 0x018F9ACC20517121A96C71787E510506 , 0x018F9ACC20577194A35825A4C88A1910 , 0x018F9ACC2064735BBA6ABF9647796CDE , 0x018F9ACC2DAF716BB7B3FAA997C2FE01 , 0x018F9ACC4D8472C694D90EAB5D67A492 , 0x018F9ACC660E72BEBBF0854CF782F19B , 0x018F9ACC66817387AA2F310F51AE1D22 , 0x018F9ACC66877346BCC456341FCB0B02 , 0x018F9ACC698073E18A7B5E52D1251A88 )) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x018F9AC4123A728D9C160AA933854A65 )) GROUP BY `category` . `id` ;
Copy
0.76 ms (1.88%)
1
INSERT INTO `pickware_license_bundle_plugin_installation` (
`id` ,
`installation_id` ,
`created_at`
) VALUES (
? ,
UNHEX (CONCAT (
LPAD (HEX (FLOOR (RAND () * 0xffff )), 4 , "0" ),
LPAD (HEX (FLOOR (RAND () * 0xffff )), 4 , "0" ),
LPAD (HEX (FLOOR (RAND () * 0xffff )), 4 , "0" ),
"4" ,
LPAD (HEX (FLOOR (RAND () * 0x0fff )), 3 , "0" ),
HEX (FLOOR (RAND () * 4 + 8 )),
LPAD (HEX (FLOOR (RAND () * 0x0fff )), 3 , "0" ),
LPAD (HEX (FLOOR (RAND () * 0xffff )), 4 , "0" ),
LPAD (HEX (FLOOR (RAND () * 0xffff )), 4 , "0" ),
LPAD (HEX (FLOOR (RAND () * 0xffff )), 4 , "0" )
)),
UTC_TIMESTAMP (3 )
) ON DUPLICATE KEY UPDATE `id` = `id`
Parameters :
[
b"¸Ts\x01\x16\x07 AQˆc(Ì9)£i "
]
INSERT INTO `pickware_license_bundle_plugin_installation` (
`id` ,
`installation_id` ,
`created_at`
) VALUES (
0xB854730116074151886328CC3929A369 ,
UNHEX (CONCAT (
LPAD (HEX (FLOOR (RAND () * 0xffff )), 4 , "0" ),
LPAD (HEX (FLOOR (RAND () * 0xffff )), 4 , "0" ),
LPAD (HEX (FLOOR (RAND () * 0xffff )), 4 , "0" ),
"4" ,
LPAD (HEX (FLOOR (RAND () * 0x0fff )), 3 , "0" ),
HEX (FLOOR (RAND () * 4 + 8 )),
LPAD (HEX (FLOOR (RAND () * 0x0fff )), 3 , "0" ),
LPAD (HEX (FLOOR (RAND () * 0xffff )), 4 , "0" ),
LPAD (HEX (FLOOR (RAND () * 0xffff )), 4 , "0" ),
LPAD (HEX (FLOOR (RAND () * 0xffff )), 4 , "0" )
)),
UTC_TIMESTAMP (3 )
) ON DUPLICATE KEY UPDATE `id` = `id` ;
Copy
0.72 ms (1.78%)
1
SELECT id FROM `pickware_erp_return_order_line_item` LIMIT 1
SELECT id FROM `pickware_erp_return_order_line_item` LIMIT 1 ;
Copy
0.70 ms (1.75%)
1
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"\x01 šÄ\x18 ÉsK–ß¾«~—ç$ "
"Sendinblue.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = 0x018F9AC418C9734B96DFBEAB7E97E724 ) AND (configuration_key LIKE 'Sendinblue.%' ) ORDER BY sales_channel_id ASC ;
Copy
0.68 ms (1.71%)
1
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
0.68 ms (1.71%)
1
SELECT `pickware_license_bundle_plugin_installation` . `id` as `pickware_license_bundle_plugin_installation.id` , `pickware_license_bundle_plugin_installation` . `installation_id` as `pickware_license_bundle_plugin_installation.installationId` , `pickware_license_bundle_plugin_installation` . `installation_uuid` as `pickware_license_bundle_plugin_installation.installationUuid` , `pickware_license_bundle_plugin_installation` . `pickware_account_access_token` as `pickware_license_bundle_plugin_installation.pickwareAccountAccessToken` , `pickware_license_bundle_plugin_installation` . `pickware_license` as `pickware_license_bundle_plugin_installation.pickwareLicense` , `pickware_license_bundle_plugin_installation` . `pickware_license_lease` as `pickware_license_bundle_plugin_installation.pickwareLicenseLease` , `pickware_license_bundle_plugin_installation` . `latest_pickware_license_lease_refresh_error` as `pickware_license_bundle_plugin_installation.latestPickwareLicenseLeaseRefreshError` , `pickware_license_bundle_plugin_installation` . `latest_pickware_license_refresh_error` as `pickware_license_bundle_plugin_installation.latestPickwareLicenseRefreshError` , `pickware_license_bundle_plugin_installation` . `latest_usage_report_error` as `pickware_license_bundle_plugin_installation.latestUsageReportError` , `pickware_license_bundle_plugin_installation` . `last_pickware_license_lease_refreshed_at` as `pickware_license_bundle_plugin_installation.lastPickwareLicenseLeaseRefreshedAt` , `pickware_license_bundle_plugin_installation` . `created_at` as `pickware_license_bundle_plugin_installation.createdAt` , `pickware_license_bundle_plugin_installation` . `updated_at` as `pickware_license_bundle_plugin_installation.updatedAt` FROM `pickware_license_bundle_plugin_installation` WHERE `pickware_license_bundle_plugin_installation` . `id` IN (? )
Parameters :
[
b"¸Ts\x01\x16\x07 AQˆc(Ì9)£i "
]
SELECT `pickware_license_bundle_plugin_installation` . `id` as `pickware_license_bundle_plugin_installation.id` , `pickware_license_bundle_plugin_installation` . `installation_id` as `pickware_license_bundle_plugin_installation.installationId` , `pickware_license_bundle_plugin_installation` . `installation_uuid` as `pickware_license_bundle_plugin_installation.installationUuid` , `pickware_license_bundle_plugin_installation` . `pickware_account_access_token` as `pickware_license_bundle_plugin_installation.pickwareAccountAccessToken` , `pickware_license_bundle_plugin_installation` . `pickware_license` as `pickware_license_bundle_plugin_installation.pickwareLicense` , `pickware_license_bundle_plugin_installation` . `pickware_license_lease` as `pickware_license_bundle_plugin_installation.pickwareLicenseLease` , `pickware_license_bundle_plugin_installation` . `latest_pickware_license_lease_refresh_error` as `pickware_license_bundle_plugin_installation.latestPickwareLicenseLeaseRefreshError` , `pickware_license_bundle_plugin_installation` . `latest_pickware_license_refresh_error` as `pickware_license_bundle_plugin_installation.latestPickwareLicenseRefreshError` , `pickware_license_bundle_plugin_installation` . `latest_usage_report_error` as `pickware_license_bundle_plugin_installation.latestUsageReportError` , `pickware_license_bundle_plugin_installation` . `last_pickware_license_lease_refreshed_at` as `pickware_license_bundle_plugin_installation.lastPickwareLicenseLeaseRefreshedAt` , `pickware_license_bundle_plugin_installation` . `created_at` as `pickware_license_bundle_plugin_installation.createdAt` , `pickware_license_bundle_plugin_installation` . `updated_at` as `pickware_license_bundle_plugin_installation.updatedAt` FROM `pickware_license_bundle_plugin_installation` WHERE `pickware_license_bundle_plugin_installation` . `id` IN (0xB854730116074151886328CC3929A369 );
Copy
0.67 ms (1.68%)
1
SELECT pm . `handler_identifier` , LOWER (HEX (sc_pm . `payment_method_id` ))
FROM `sales_channel_payment_method` AS sc_pm
LEFT JOIN `payment_method` AS pm ON pm . `id` = sc_pm . `payment_method_id`
WHERE sc_pm . `sales_channel_id` = ? AND pm . `active` = 1
Parameters :
[
b"\x01 šÄ\x18 ÉsK–ß¾«~—ç$ "
]
SELECT pm . `handler_identifier` , LOWER (HEX (sc_pm . `payment_method_id` ))
FROM `sales_channel_payment_method` AS sc_pm
LEFT JOIN `payment_method` AS pm ON pm . `id` = sc_pm . `payment_method_id`
WHERE sc_pm . `sales_channel_id` = 0x018F9AC418C9734B96DFBEAB7E97E724 AND pm . `active` = 1 ;
Copy
0.65 ms (1.61%)
1
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
0.64 ms (1.60%)
1
SELECT `version` FROM `plugin` WHERE `base_class` = ? LIMIT 1
Parameters :
[
"Klaviyo\Integration\klavi_overd "
]
SELECT `version` FROM `plugin` WHERE `base_class` = 'Klaviyo\\Integration\\klavi_overd' LIMIT 1 ;
Copy
0.63 ms (1.58%)
1
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
0.59 ms (1.47%)
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
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
0.58 ms (1.44%)
1
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"\x01 šÄ\x18 ÉsK–ß¾«~—ç$ "
b"\x01 ‰‘t?xpgJƒ©c² "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x018F9AC418C9734B96DFBEAB7E97E724 AND `sales_channel_country` . `country_id` = 0x018991743F7870678F8F4A83ADA963B2 );
Copy
0.57 ms (1.43%)
1
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
0.57 ms (1.42%)
1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
0.57 ms (1.42%)
1
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 šÄ\x18 ÉsK–ß¾«~—ç$ "
"9pV8m2YQCFhFbrYcbZGKEi0xs9Dcr72j "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x018F9AC418C9734B96DFBEAB7E97E724 ) AND (token = '9pV8m2YQCFhFbrYcbZGKEi0xs9Dcr72j' ) LIMIT 1 ;
Copy
0.52 ms (1.30%)
1
SELECT path FROM category WHERE id = ?
Parameters :
[
b"""
\x01 šÄ\x12 :rŽœ\x16 \n
©3…Je
"""
]
SELECT path FROM category WHERE id = 0x018F9AC4123A728D9C160AA933854A65 ;
Copy
0.50 ms (1.24%)
1
SELECT `pickware_shipping_sales_channel_api_context` . `sales_channel_context_token` as `pickware_shipping_sales_channel_api_context.salesChannelContextToken` , `pickware_shipping_sales_channel_api_context` . `payload` as `pickware_shipping_sales_channel_api_context.payload` , `pickware_shipping_sales_channel_api_context` . `created_at` as `pickware_shipping_sales_channel_api_context.createdAt` , `pickware_shipping_sales_channel_api_context` . `updated_at` as `pickware_shipping_sales_channel_api_context.updatedAt` FROM `pickware_shipping_sales_channel_api_context` WHERE `pickware_shipping_sales_channel_api_context` . `sales_channel_context_token` IN (? )
Parameters :
[
"9pV8m2YQCFhFbrYcbZGKEi0xs9Dcr72j "
]
SELECT `pickware_shipping_sales_channel_api_context` . `sales_channel_context_token` as `pickware_shipping_sales_channel_api_context.salesChannelContextToken` , `pickware_shipping_sales_channel_api_context` . `payload` as `pickware_shipping_sales_channel_api_context.payload` , `pickware_shipping_sales_channel_api_context` . `created_at` as `pickware_shipping_sales_channel_api_context.createdAt` , `pickware_shipping_sales_channel_api_context` . `updated_at` as `pickware_shipping_sales_channel_api_context.updatedAt` FROM `pickware_shipping_sales_channel_api_context` WHERE `pickware_shipping_sales_channel_api_context` . `sales_channel_context_token` IN ('9pV8m2YQCFhFbrYcbZGKEi0xs9Dcr72j' );
Copy
0.49 ms (1.21%)
1
SELECT DISTINCT LOWER (HEX (discount_product_stream_id )) as discount_product_stream_id
FROM prems_discount_category_base
WHERE id IN (NULL )
SELECT DISTINCT LOWER (HEX (discount_product_stream_id )) as discount_product_stream_id
FROM prems_discount_category_base
WHERE id IN (NULL );
Copy
0.47 ms (1.17%)
2
SELECT url FROM sales_channel_domain
SELECT url FROM sales_channel_domain ;
Copy
0.46 ms (1.15%)
1
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
0.44 ms (1.09%)
1
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 ) AND (is_deleted = 0 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 šÄ\x18 ÉsK–ß¾«~—ç$ "
"/account/login "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x018F9AC418C9734B96DFBEAB7E97E724 ) AND (path_info = '/account/login' ) AND (is_canonical = 1 ) AND (is_deleted = 0 ) LIMIT 1 ;
Copy
0.41 ms (1.03%)
1
SELECT shipping_costs FROM `pickware_erp_return_order` LIMIT 1
SELECT shipping_costs FROM `pickware_erp_return_order` LIMIT 1 ;
Copy
0.34 ms (0.86%)
1
SELECT id FROM `order_return` LIMIT 1
SELECT id FROM `order_return` LIMIT 1 ;
Copy
0.28 ms (0.70%)
1
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
0.22 ms (0.55%)
1
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