GET https://devlex.stoffbeistoff.de/account/login

Query Metrics

31 Database Queries
30 Different statements
18.73 ms Query time

Queries

Group similar statements

# Time Info
1 0.36 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.36 ms
# dbal-plugin-loader
        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`;
Parameters:
[]
3 0.18 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
4 0.29 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.28 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;
Parameters:
[]
6 0.24 ms
# seo-url::resolve
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"ä}!╠\tSO»ÑØ=└ò\x00\x7F²"
  "account/login"
  "account/login/"
]
7 0.28 ms
# seo-url::resolve-fallback
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"ä}!╠\tSO»ÑØ=└ò\x00\x7F²"
  "/account/login"
]
8 0.15 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
9 0.29 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"ä}!╠\tSO»ÑØ=└ò\x00\x7F²"
  "Cg72RA3MaZlU8LGc64QFmxLqtBbZJMCl"
]
10 0.54 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "Cg72RA3MaZlU8LGc64QFmxLqtBbZJMCl"
]
11 0.18 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"ä}!╠\tSO»ÑØ=└ò\x00\x7F²"
  b"Þ¨1M\x07mKB 1ß$ÿ¸\x11ï"
]
12 0.21 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
13 0.15 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"1ýF—U’BK•[7\x08=`Ÿ\x16"
]
14 0.12 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
15 0.26 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`.`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"
]
16 0.19 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
17 1.57 ms
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id`  WHERE (`country`.`active` = ? AND `country`.`active` = ? AND `country.salesChannels`.`id` = ?) GROUP BY `country`.`id`
Parameters:
[
  true
  true
  b"ä}!╠\tSO»ÑØ=└ò\x00\x7F²"
]
18 2.73 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"\x07¾_Rù)Iʇ5‰Ã-Må%"
  b"\x07‗█9¤ÌFÕØ`Þ?x▀1\x0E"
  b"\x10f┴`bÏLcƒÎôlì┤$@"
  b"\eø‹i\x10XD\x16«ƒu§îä—o"
  b"\x1E+\x08§\x17\x18L) 1¸YK~³\x08"
  b"\x0Fwá7M\x10ŸÝœ\x0EÄÝÑl"
  b"F¦á®~éB£¥#pü[=t▒"
  b"T\x01„i§ÔH\x13’?j ß²m\x1E"
  b"Tßx-]8Dt¤d­\t\x14²u\x19"
  b"aTkPÅUKÐÀ°õ©a\x0EKU"
  b"im\x03┐ÀéD¦ü­|ù"ï╠\x15"
  b"y▄\x04Ò\x07¦Iq¥\x11³æ\x13DµÅ"
  b"""
    \té\n
    \n
    LÚª┘kÅ«K─m
    """
  b"ä\x01ðÔ\x167Nv║#ó»NÙìk"
  b"à¯wqa\x05OìƒÜÅcêFÀ]"
  b"ŠNÂÂÃêJyŒG)nYõ0\x13"
  b"ŠúÜm\x08»A\x12–yCÊÞêh-"
  b"\x1F8iz\x19@\x12’LÅ\x01""<5"
  b"£ÛI'\x0FÉA═»=rêå█\x14"
  b"¡ì3µÌ\v@ÆŸÃNŒÚ\x1AÀØ"
  b"«±\x11)ȘB²µ1òH˜b2J"
  b"┤<!─SìC!ø}´│È\x10"
  b"¿CøÑ\x7F7LK“º†`¡ÏÖ©"
  b"ÐUab…ÜK\x04Œ“ܤÀ\x14° "
  b"ÒúÓVôæH7Š\x00íû_ÖÕU"
  b"┌█w®'▄N¬¥²zµPì[ê"
  b"¦½;ØA%CÝù¥õé─½ù\x7F"
  b"Þ¨1M\x07mKB 1ß$ÿ¸\x11ï"
  b"ãÉûåDcB·ˆÌ—H\fHÁr"
  b"¸║:\e╔^AË│ìa\x16Û0ª "
]
19 3.83 ms
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`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ä}!╠\tSO»ÑØ=└ò\x00\x7F²"
  b"\x07¾_Rù)Iʇ5‰Ã-Må%"
  b"\x07‗█9¤ÌFÕØ`Þ?x▀1\x0E"
  b"\x10f┴`bÏLcƒÎôlì┤$@"
  b"\eø‹i\x10XD\x16«ƒu§îä—o"
  b"\x1E+\x08§\x17\x18L) 1¸YK~³\x08"
  b"\x0Fwá7M\x10ŸÝœ\x0EÄÝÑl"
  b"F¦á®~éB£¥#pü[=t▒"
  b"T\x01„i§ÔH\x13’?j ß²m\x1E"
  b"Tßx-]8Dt¤d­\t\x14²u\x19"
  b"aTkPÅUKÐÀ°õ©a\x0EKU"
  b"im\x03┐ÀéD¦ü­|ù"ï╠\x15"
  b"y▄\x04Ò\x07¦Iq¥\x11³æ\x13DµÅ"
  b"""
    \té\n
    \n
    LÚª┘kÅ«K─m
    """
  b"ä\x01ðÔ\x167Nv║#ó»NÙìk"
  b"à¯wqa\x05OìƒÜÅcêFÀ]"
  b"ŠNÂÂÃêJyŒG)nYõ0\x13"
  b"ŠúÜm\x08»A\x12–yCÊÞêh-"
  b"\x1F8iz\x19@\x12’LÅ\x01""<5"
  b"£ÛI'\x0FÉA═»=rêå█\x14"
  b"¡ì3µÌ\v@ÆŸÃNŒÚ\x1AÀØ"
  b"«±\x11)ȘB²µ1òH˜b2J"
  b"┤<!─SìC!ø}´│È\x10"
  b"¿CøÑ\x7F7LK“º†`¡ÏÖ©"
  b"ÐUab…ÜK\x04Œ“ܤÀ\x14° "
  b"ÒúÓVôæH7Š\x00íû_ÖÕU"
  b"┌█w®'▄N¬¥²zµPì[ê"
  b"¦½;ØA%CÝù¥õé─½ù\x7F"
  b"Þ¨1M\x07mKB 1ß$ÿ¸\x11ï"
  b"ãÉûåDcB·ˆÌ—H\fHÁr"
  b"¸║:\e╔^AË│ìa\x16Û0ª "
]
20 0.68 ms
SELECT `salutation`.`id` as `salutation.id`, `salutation`.`salutation_key` as `salutation.salutationKey`, `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"
]
21 0.84 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"ä}!╠\tSO»ÑØ=└ò\x00\x7F²"
  "PickwareDhl.dhl.%"
]
22 0.94 ms
SELECT `pickware_shipping_shipping_method_config`.`id` as `pickware_shipping_shipping_method_config.id`, `pickware_shipping_shipping_method_config.shippingMethod`.`id` as `pickware_shipping_shipping_method_config.shippingMethod.id`, `pickware_shipping_shipping_method_config.shippingMethod`.`active` as `pickware_shipping_shipping_method_config.shippingMethod.active`, `pickware_shipping_shipping_method_config.shippingMethod`.`position` as `pickware_shipping_shipping_method_config.shippingMethod.position`, `pickware_shipping_shipping_method_config.shippingMethod`.`availability_rule_id` as `pickware_shipping_shipping_method_config.shippingMethod.availabilityRuleId`, `pickware_shipping_shipping_method_config.shippingMethod`.`media_id` as `pickware_shipping_shipping_method_config.shippingMethod.mediaId`, `pickware_shipping_shipping_method_config.shippingMethod`.`delivery_time_id` as `pickware_shipping_shipping_method_config.shippingMethod.deliveryTimeId`, `pickware_shipping_shipping_method_config.shippingMethod`.`tax_type` as `pickware_shipping_shipping_method_config.shippingMethod.taxType`, `pickware_shipping_shipping_method_config.shippingMethod`.`tax_id` as `pickware_shipping_shipping_method_config.shippingMethod.taxId`, `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime`.`id` as `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.id`, `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime`.`min` as `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.min`, `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime`.`max` as `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.max`, `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime`.`unit` as `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.unit`, `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime`.`created_at` as `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.createdAt`, `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime`.`updated_at` as `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.updatedAt`, `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.translation.name`, `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.translation.name` as `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.name`, `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.translation.customFields`, `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.translation.customFields` as `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.customFields`, `pickware_shipping_shipping_method_config.shippingMethod.appShippingMethod`.`id` as `pickware_shipping_shipping_method_config.shippingMethod.appShippingMethod.id`, `pickware_shipping_shipping_method_config.shippingMethod.appShippingMethod`.`app_name` as `pickware_shipping_shipping_method_config.shippingMethod.appShippingMethod.appName`, `pickware_shipping_shipping_method_config.shippingMethod.appShippingMethod`.`identifier` as `pickware_shipping_shipping_method_config.shippingMethod.appShippingMethod.identifier`, `pickware_shipping_shipping_method_config.shippingMethod.appShippingMethod`.`app_id` as `pickware_shipping_shipping_method_config.shippingMethod.appShippingMethod.appId`, `pickware_shipping_shipping_method_config.shippingMethod.appShippingMethod`.`shipping_method_id` as `pickware_shipping_shipping_method_config.shippingMethod.appShippingMethod.shippingMethodId`, `pickware_shipping_shipping_method_config.shippingMethod.appShippingMethod`.`original_media_id` as `pickware_shipping_shipping_method_config.shippingMethod.appShippingMethod.originalMediaId`, `pickware_shipping_shipping_method_config.shippingMethod.appShippingMethod`.`created_at` as `pickware_shipping_shipping_method_config.shippingMethod.appShippingMethod.createdAt`, `pickware_shipping_shipping_method_config.shippingMethod.appShippingMethod`.`updated_at` as `pickware_shipping_shipping_method_config.shippingMethod.appShippingMethod.updatedAt`, `pickware_shipping_shipping_method_config.shippingMethod`.`technical_name` as `pickware_shipping_shipping_method_config.shippingMethod.technicalName`, `pickware_shipping_shipping_method_config.shippingMethod`.`created_at` as `pickware_shipping_shipping_method_config.shippingMethod.createdAt`, `pickware_shipping_shipping_method_config.shippingMethod`.`updated_at` as `pickware_shipping_shipping_method_config.shippingMethod.updatedAt`, `pickware_shipping_shipping_method_config.shippingMethod.translation.name`, `pickware_shipping_shipping_method_config.shippingMethod.translation.name` as `pickware_shipping_shipping_method_config.shippingMethod.name`, `pickware_shipping_shipping_method_config.shippingMethod.translation.description`, `pickware_shipping_shipping_method_config.shippingMethod.translation.description` as `pickware_shipping_shipping_method_config.shippingMethod.description`, `pickware_shipping_shipping_method_config.shippingMethod.translation.trackingUrl`, `pickware_shipping_shipping_method_config.shippingMethod.translation.trackingUrl` as `pickware_shipping_shipping_method_config.shippingMethod.trackingUrl`, `pickware_shipping_shipping_method_config.shippingMethod.translation.customFields`, `pickware_shipping_shipping_method_config.shippingMethod.translation.customFields` as `pickware_shipping_shipping_method_config.shippingMethod.customFields`, `pickware_shipping_shipping_method_config`.`shipping_method_id` as `pickware_shipping_shipping_method_config.shippingMethodId`, `pickware_shipping_shipping_method_config`.`carrier_technical_name` as `pickware_shipping_shipping_method_config.carrierTechnicalName`, `pickware_shipping_shipping_method_config`.`shipment_config` as `pickware_shipping_shipping_method_config.shipmentConfig`, `pickware_shipping_shipping_method_config`.`storefront_config` as `pickware_shipping_shipping_method_config.storefrontConfig`, `pickware_shipping_shipping_method_config`.`return_shipment_config` as `pickware_shipping_shipping_method_config.returnShipmentConfig`, `pickware_shipping_shipping_method_config`.`parcel_packing_configuration` as `pickware_shipping_shipping_method_config.parcelPackingConfiguration`, `pickware_shipping_shipping_method_config`.`privacy_configuration` as `pickware_shipping_shipping_method_config.privacyConfiguration`, `pickware_shipping_shipping_method_config`.`address_configuration` as `pickware_shipping_shipping_method_config.addressConfiguration`, `pickware_shipping_shipping_method_config`.`created_at` as `pickware_shipping_shipping_method_config.createdAt`, `pickware_shipping_shipping_method_config`.`updated_at` as `pickware_shipping_shipping_method_config.updatedAt` FROM `pickware_shipping_shipping_method_config` LEFT JOIN `shipping_method` `pickware_shipping_shipping_method_config.shippingMethod` ON `pickware_shipping_shipping_method_config`.`shipping_method_id` = `pickware_shipping_shipping_method_config.shippingMethod`.`id` LEFT JOIN `delivery_time` `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime` ON `pickware_shipping_shipping_method_config.shippingMethod`.`delivery_time_id` = `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `pickware_shipping_shipping_method_config.shippingMethod.appShippingMethod` ON `pickware_shipping_shipping_method_config.shippingMethod`.`id` = `pickware_shipping_shipping_method_config.shippingMethod.appShippingMethod`.`shipping_method_id` LEFT JOIN (SELECT `pickware_shipping_shipping_method_config.shippingMethod.translation`.`shipping_method_id`, `pickware_shipping_shipping_method_config.shippingMethod.translation`.`name` as `pickware_shipping_shipping_method_config.shippingMethod.translation.name`, `pickware_shipping_shipping_method_config.shippingMethod.translation`.`custom_fields` as `pickware_shipping_shipping_method_config.shippingMethod.translation.customFields`, `pickware_shipping_shipping_method_config.shippingMethod.translation`.`description` as `pickware_shipping_shipping_method_config.shippingMethod.translation.description`, `pickware_shipping_shipping_method_config.shippingMethod.translation`.`tracking_url` as `pickware_shipping_shipping_method_config.shippingMethod.translation.trackingUrl` FROM `shipping_method_translation` `pickware_shipping_shipping_method_config.shippingMethod.translation` WHERE `pickware_shipping_shipping_method_config.shippingMethod.translation`.`language_id` = ?) `pickware_shipping_shipping_method_config.shippingMethod.shipping_method_translation` ON `pickware_shipping_shipping_method_config.shippingMethod.shipping_method_translation`.`shipping_method_id` = `pickware_shipping_shipping_method_config.shippingMethod`.`id` LEFT JOIN (SELECT `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.translation`.`delivery_time_id`, `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.translation`.`name` as `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.translation.name`, `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.translation`.`custom_fields` as `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.translation.customFields` FROM `delivery_time_translation` `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.translation` WHERE `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.translation`.`language_id` = ?) `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.delivery_time_translation` ON `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime.delivery_time_translation`.`delivery_time_id` = `pickware_shipping_shipping_method_config.shippingMethod.deliveryTime`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
23 0.27 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
24 0.39 ms
# sales-channel::load-analytics::read
SELECT `sales_channel_analytics`.`id` as `sales_channel_analytics.id`, `sales_channel_analytics`.`tracking_id` as `sales_channel_analytics.trackingId`, `sales_channel_analytics`.`active` as `sales_channel_analytics.active`, `sales_channel_analytics`.`track_orders` as `sales_channel_analytics.trackOrders`, `sales_channel_analytics`.`anonymize_ip` as `sales_channel_analytics.anonymizeIp`, `sales_channel_analytics`.`created_at` as `sales_channel_analytics.createdAt`, `sales_channel_analytics`.`updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics`.`id` IN (?)
Parameters:
[
  b"\x01\x1Dëþe{?¦vš.Á\x13± "
]
25 0.33 ms
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:
[
  "Cg72RA3MaZlU8LGc64QFmxLqtBbZJMCl"
]
26 0.28 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
Parameters:
[]
27 0.30 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"ÂÊÞ¸[ÙIù·µM\v\x05I“Í"
]
28 0.22 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
29 0.47 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.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"ÂÊÞ¸[ÙIù·µM\v\x05I“Í"
]
30 1.45 ms
# seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/navigation/018a8e05871277b3a98578efc759b2ae"
  "/navigation/018b0514daa07661a240c4784f1607fb"
  "/navigation/7a87c3a0613e473aa36bc385ecc48ba5"
  "/navigation/de55ac55c8744b3ba91b40943e39df3c"
  "/navigation/4d22bc54ff254743b336c146b3123ccc"
  "/navigation/018bfb93368a704e8af377e7aee49656"
  "/navigation/018eeb03f4c578b99eb910e577d32e50"
  "/navigation/00e4c01624c947fc844677be6041823b"
  "/navigation/0c5b4ddfaf954f009425d95b676966c4"
  "/navigation/f97a7bd4acb04faeba5a712260189f31"
  "/navigation/b402cab0b2c14e149544f53befcfed9f"
  "/navigation/2321866ea02f445f8fe99ab86154ab39"
  "/navigation/523e1fc48edb4fa49f4646cbdfc363f3"
  "/navigation/480c057d500b42bb93f2637f023ab85e"
  "/navigation/54e6efb5b26f4b7a9820940f4ec66b23"
  "/navigation/9f2d5ccf1e1b4e5a936541e0075c042b"
  "/navigation/018a466213977684a147cad54481e914"
  "/navigation/018b27df7b6b779b945a4d9f32a586ed"
  "/navigation/018bb31e02ff7f75813589fcc073faab"
  "/navigation/018c5d3a0dd37a90ae96d8f612981f17"
  "/navigation/018de54cf1e37130a702d8f14411136f"
  "/navigation/018fa009510f7950bc30514f13f17150"
  "/navigation/01900b15d11376e0975bf5b0c59759e2"
  "/navigation/1be10bc161df4d8fb4b2d7d794d7d70b"
  "/navigation/0192c3a069f579aa843a9cf369328e13"
  "/navigation/8aac33a98cd2432e8e5bc815ea190b8c"
  "/navigation/1de51695f23c4c4cb18945804a6be7c9"
  "/navigation/dc894dac99af4299814040fdf7f8f8de"
  "/navigation/5b93b0d06b634346af8bbd4a86478f0f"
  "/navigation/b819de59af684d9c97629478c63c43f0"
  "/navigation/018c19eefe757082a2b5543639d38b94"
  "/navigation/b9c63eb740be4bc4806693973a0417a5"
  "/navigation/99ec5149ab9e4588bdd9b8c93f7757f7"
  "/navigation/cf56d9e7a1d740569f14aa63a194d160"
  "/navigation/93f676700eed4a489d7ed42dc728f2e0"
  "/navigation/018b03e09e4871b29a575f75dbc07380"
  "/navigation/b3e8b65b967f4cd5a876a323039ebf6d"
  "/navigation/294ff0a0d4684cdb8a7afb02bf601d5d"
  "/navigation/47a458bf51fb4c21a9b0e361ee2fccad"
  "/navigation/b689a161eb1841c28b82f64d1acf2322"
  "/navigation/f479edb2a8754436893e6f9495ad5eae"
  "/navigation/018bc7ae2c9a7209b27a5ce880f4e621"
  "/navigation/f1243af5c0ae4a548d85a8e9944de228"
  "/navigation/0cf9d7e6a92343feaf2143d68e4fa2f3"
  "/navigation/018b23b3be28720881be1be7d85aaf22"
  "/navigation/018c90807d7a7ee4a491f8e0922bfd68"
  "/navigation/018dc68486f974c0823096bcc9863fc1"
  "/navigation/018de54c816376b194f2233fc6dfce7e"
  "/navigation/59209182e0c94b91b420c670c4662d14"
  "/navigation/5c3bc1e7533b47ca93637a785d855444"
  "/navigation/b2a3dd3856c348a099065eae1aaf3bca"
  "/navigation/4c41b51b942c4844998aee954bbeae8b"
  "/navigation/f34bfee8839e418abc3529e5f5153312"
  "/navigation/898edb7ebeae4ad8ad662ae3c33f7864"
  "/navigation/0504d971c57f4831b805453304d92dba"
  "/navigation/3b5cc999670243b29c2803580a42b805"
  "/navigation/018e13080490792fb97c0872296cc5a5"
  "/navigation/018f5742b7be786da8ed9d1c12ab3254"
  "/navigation/018f61629cbb70d0aa40be7a29061ca9"
  "/navigation/4f8cbc189ffc451b83501f047cd03b87"
  "/navigation/e11deed955854b88bb433f3960039144"
  "/navigation/a40362dba93a4cf08738785207dc712e"
  "/navigation/383ac47a208b4902995ac1d8501a6508"
  "/navigation/804520db365f4281ad819ab97670a467"
  "/navigation/f8198bf6f56542208e1e5d633f176bf8"
  "/navigation/018bfb951ffb74ee887375f65eeab002"
  "/navigation/018bfb9538e871bd86a4533b16a9642e"
  "/account/recover"
  "/navigation/44d0c741f1c04c008728f1d3ab7ec5bf"
  "/navigation/591c1da6b3dd4940bf3872ac851abd04"
  "/navigation/484a749a1a2345f396c30b6078e4bbb2"
  "/navigation/805f99bd458c4176ae973f800e3c6f48"
  "/navigation/a89173a67c3341f998a1efb8b101547d"
  "/navigation/74c703ceae8c4d1e91ea8edfd9c7b233"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ä}!╠\tSO»ÑØ=└ò\x00\x7F²"
]
31 0.35 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"\x11%A3C\x1C\t\x00Ã\x10j\x0E\x04"
  b"""
    õƒÕJ ìE*ù┤"\x06R\n
    óÕ
    """
  b"íe…ä\x16AO&°»œï?Äx~"
  b"\x01Å\x05öÞ╝t2ç▄┐ûS╠±È"
  b"""
    \x01Å\x14M\n
     zÍ▓¾\x1AÖtÛ▄G
    """
  b"\x16¡i4\x17\x03D\x10³¨à(\x16Àh\x12"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.