POST https://abb-dev.tech/api/search/customer

Query Metrics

14 Database Queries
13 Different statements
7.16 ms Query time

Queries

Group similar statements

# Time Info
1 0.36 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.57 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.50 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.55 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:
[]
5 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:
[]
6 0.44 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
7 0.60 ms
SELECT item_rounding FROM currency WHERE id = ?
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
8 0.36 ms
SELECT id FROM integration WHERE access_key = ?
Parameters:
[
  "SWIAYURKWGSZZHZODW1KEXRIQW"
]
9 0.35 ms
SELECT `acl_role`.`privileges`
            FROM `acl_role`
            INNER JOIN `app` ON `app`.`acl_role_id` = `acl_role`.`id`
            WHERE `app`.`integration_id` = ?
Parameters:
[
  b"\x01Æ©ì\x10c{å¡Ñ╝ÚNÂPù"
]
10 0.17 ms
SELECT admin FROM `integration` WHERE id = ?
Parameters:
[
  b"\x01Æ©ì\x10c{å¡Ñ╝ÚNÂPù"
]
11 0.23 ms
SELECT role.privileges FROM integration_role mapping INNER JOIN acl_role role ON mapping.acl_role_id = role.id WHERE mapping.integration_id = ?
Parameters:
[
  b"\x01Æ©ì\x10c{å¡Ñ╝ÚNÂPù"
]
12 0.54 ms
SELECT `customer`.`id`, `customer`.`auto_increment`, `customer`.`customer_number` FROM `customer` WHERE ((`customer`.`created_at` >= ?)) ORDER BY `customer`.`created_at` ASC, `customer`.`auto_increment` ASC LIMIT 50
Parameters:
[
  "2024-12-23T15:57:38"
]
13 0.48 ms
SELECT COUNT(*) FROM (SELECT `customer`.`id`, `customer`.`auto_increment`, `customer`.`customer_number` FROM `customer` WHERE ((`customer`.`created_at` >= ?))) total
Parameters:
[
  "2024-12-23T15:57:38"
]
14 1.85 ms
SELECT `customer`.`id` as `customer.id`, `customer`.`customer_group_id` as `customer.groupId`, `customer`.`sales_channel_id` as `customer.salesChannelId`, `customer`.`language_id` as `customer.languageId`, `customer`.`last_payment_method_id` as `customer.lastPaymentMethodId`, `customer`.`default_billing_address_id` as `customer.defaultBillingAddressId`, `customer`.`default_shipping_address_id` as `customer.defaultShippingAddressId`, `customer`.`auto_increment` as `customer.autoIncrement`, `customer`.`customer_number` as `customer.customerNumber`, `customer`.`salutation_id` as `customer.salutationId`, `customer`.`first_name` as `customer.firstName`, `customer`.`last_name` as `customer.lastName`, `customer`.`company` as `customer.company`, `customer`.`password` as `customer.password`, `customer`.`email` as `customer.email`, `customer`.`title` as `customer.title`, `customer`.`vat_ids` as `customer.vatIds`, `customer`.`affiliate_code` as `customer.affiliateCode`, `customer`.`campaign_code` as `customer.campaignCode`, `customer`.`active` as `customer.active`, `customer`.`double_opt_in_registration` as `customer.doubleOptInRegistration`, `customer`.`double_opt_in_email_sent_date` as `customer.doubleOptInEmailSentDate`, `customer`.`double_opt_in_confirm_date` as `customer.doubleOptInConfirmDate`, `customer`.`hash` as `customer.hash`, `customer`.`guest` as `customer.guest`, `customer`.`first_login` as `customer.firstLogin`, `customer`.`last_login` as `customer.lastLogin`, `customer`.`newsletter_sales_channel_ids` as `customer.newsletterSalesChannelIds`, `customer`.`birthday` as `customer.birthday`, `customer`.`last_order_date` as `customer.lastOrderDate`, `customer`.`order_count` as `customer.orderCount`, `customer`.`order_total_amount` as `customer.orderTotalAmount`, `customer`.`review_count` as `customer.reviewCount`, `customer`.`custom_fields` as `customer.customFields`, `customer`.`legacy_password` as `customer.legacyPassword`, `customer`.`legacy_encoder` as `customer.legacyEncoder`, `customer`.`remote_address` as `customer.remoteAddress`, `customer`.`tag_ids` as `customer.tagIds`, `customer`.`requested_customer_group_id` as `customer.requestedGroupId`, `customer`.`bound_sales_channel_id` as `customer.boundSalesChannelId`, `customer`.`account_type` as `customer.accountType`, `customer`.`created_by_id` as `customer.createdById`, `customer`.`updated_by_id` as `customer.updatedById`, `customer`.`default_payment_method_id` as `customer.defaultPaymentMethodId`, `customer`.`created_at` as `customer.createdAt`, `customer`.`updated_at` as `customer.updatedAt`, (SELECT GROUP_CONCAT(HEX(`customer.tags.mapping`.`tag_id`) SEPARATOR '||')
                  FROM `customer_tag` `customer.tags.mapping`
                  WHERE `customer.tags.mapping`.`customer_id` = `customer`.`id` ) as `customer.tags.id_mapping`, `customer.language`.`id` as `customer.language.id`, `customer.language`.`parent_id` as `customer.language.parentId`, `customer.language`.`locale_id` as `customer.language.localeId`, `customer.language`.`translation_code_id` as `customer.language.translationCodeId`, `customer.language`.`name` as `customer.language.name`, `customer.language`.`custom_fields` as `customer.language.customFields`, `customer.language`.`created_at` as `customer.language.createdAt`, `customer.language`.`updated_at` as `customer.language.updatedAt`, `customer.language.locale`.`id` as `customer.language.locale.id`, `customer.language.locale`.`code` as `customer.language.locale.code`, `customer.language.locale`.`created_at` as `customer.language.locale.createdAt`, `customer.language.locale`.`updated_at` as `customer.language.locale.updatedAt`, `customer.language.locale.translation.name`, `customer.language.locale.translation.name` as `customer.language.locale.name`, `customer.language.locale.translation.territory`, `customer.language.locale.translation.territory` as `customer.language.locale.territory`, `customer.language.locale.translation.customFields`, `customer.language.locale.translation.customFields` as `customer.language.locale.customFields`, `customer.salutation`.`id` as `customer.salutation.id`, `customer.salutation`.`salutation_key` as `customer.salutation.salutationKey`, `customer.salutation`.`created_at` as `customer.salutation.createdAt`, `customer.salutation`.`updated_at` as `customer.salutation.updatedAt`, `customer.salutation.translation.displayName`, `customer.salutation.translation.displayName` as `customer.salutation.displayName`, `customer.salutation.translation.letterName`, `customer.salutation.translation.letterName` as `customer.salutation.letterName`, `customer.salutation.translation.customFields`, `customer.salutation.translation.customFields` as `customer.salutation.customFields`, `customer.defaultBillingAddress`.`id` as `customer.defaultBillingAddress.id`, `customer.defaultBillingAddress`.`customer_id` as `customer.defaultBillingAddress.customerId`, `customer.defaultBillingAddress`.`country_id` as `customer.defaultBillingAddress.countryId`, `customer.defaultBillingAddress`.`country_state_id` as `customer.defaultBillingAddress.countryStateId`, `customer.defaultBillingAddress`.`salutation_id` as `customer.defaultBillingAddress.salutationId`, `customer.defaultBillingAddress`.`first_name` as `customer.defaultBillingAddress.firstName`, `customer.defaultBillingAddress`.`last_name` as `customer.defaultBillingAddress.lastName`, `customer.defaultBillingAddress`.`zipcode` as `customer.defaultBillingAddress.zipcode`, `customer.defaultBillingAddress`.`city` as `customer.defaultBillingAddress.city`, `customer.defaultBillingAddress`.`company` as `customer.defaultBillingAddress.company`, `customer.defaultBillingAddress`.`street` as `customer.defaultBillingAddress.street`, `customer.defaultBillingAddress`.`department` as `customer.defaultBillingAddress.department`, `customer.defaultBillingAddress`.`title` as `customer.defaultBillingAddress.title`, `customer.defaultBillingAddress`.`phone_number` as `customer.defaultBillingAddress.phoneNumber`, `customer.defaultBillingAddress`.`additional_address_line1` as `customer.defaultBillingAddress.additionalAddressLine1`, `customer.defaultBillingAddress`.`additional_address_line2` as `customer.defaultBillingAddress.additionalAddressLine2`, `customer.defaultBillingAddress`.`custom_fields` as `customer.defaultBillingAddress.customFields`, `customer.defaultBillingAddress`.`created_at` as `customer.defaultBillingAddress.createdAt`, `customer.defaultBillingAddress`.`updated_at` as `customer.defaultBillingAddress.updatedAt`, `customer.defaultBillingAddress.enderecoAddress`.`address_id` as `customer.defaultBillingAddress.enderecoAddress.addressId`, `customer.defaultBillingAddress.enderecoAddress`.`ams_status` as `customer.defaultBillingAddress.enderecoAddress.amsStatus`, `customer.defaultBillingAddress.enderecoAddress`.`ams_timestamp` as `customer.defaultBillingAddress.enderecoAddress.amsTimestamp`, `customer.defaultBillingAddress.enderecoAddress`.`ams_predictions` as `customer.defaultBillingAddress.enderecoAddress.amsPredictions`, `customer.defaultBillingAddress.enderecoAddress`.`is_paypal_address` as `customer.defaultBillingAddress.enderecoAddress.isPayPalAddress`, `customer.defaultBillingAddress.enderecoAddress`.`is_amazon_pay_address` as `customer.defaultBillingAddress.enderecoAddress.isAmazonPayAddress`, `customer.defaultBillingAddress.enderecoAddress`.`street` as `customer.defaultBillingAddress.enderecoAddress.street`, `customer.defaultBillingAddress.enderecoAddress`.`house_number` as `customer.defaultBillingAddress.enderecoAddress.houseNumber`, `customer.defaultBillingAddress.enderecoAddress`.`created_at` as `customer.defaultBillingAddress.enderecoAddress.createdAt`, `customer.defaultBillingAddress.enderecoAddress`.`updated_at` as `customer.defaultBillingAddress.enderecoAddress.updatedAt`, `customer.defaultBillingAddress.country`.`id` as `customer.defaultBillingAddress.country.id`, `customer.defaultBillingAddress.country`.`iso` as `customer.defaultBillingAddress.country.iso`, `customer.defaultBillingAddress.country`.`position` as `customer.defaultBillingAddress.country.position`, `customer.defaultBillingAddress.country`.`active` as `customer.defaultBillingAddress.country.active`, `customer.defaultBillingAddress.country`.`shipping_available` as `customer.defaultBillingAddress.country.shippingAvailable`, `customer.defaultBillingAddress.country`.`iso3` as `customer.defaultBillingAddress.country.iso3`, `customer.defaultBillingAddress.country`.`display_state_in_registration` as `customer.defaultBillingAddress.country.displayStateInRegistration`, `customer.defaultBillingAddress.country`.`force_state_in_registration` as `customer.defaultBillingAddress.country.forceStateInRegistration`, `customer.defaultBillingAddress.country`.`check_vat_id_pattern` as `customer.defaultBillingAddress.country.checkVatIdPattern`, `customer.defaultBillingAddress.country`.`vat_id_required` as `customer.defaultBillingAddress.country.vatIdRequired`, `customer.defaultBillingAddress.country`.`vat_id_pattern` as `customer.defaultBillingAddress.country.vatIdPattern`, `customer.defaultBillingAddress.country`.`customer_tax` as `customer.defaultBillingAddress.country.customerTax`, `customer.defaultBillingAddress.country`.`company_tax` as `customer.defaultBillingAddress.country.companyTax`, `customer.defaultBillingAddress.country`.`postal_code_required` as `customer.defaultBillingAddress.country.postalCodeRequired`, `customer.defaultBillingAddress.country`.`check_postal_code_pattern` as `customer.defaultBillingAddress.country.checkPostalCodePattern`, `customer.defaultBillingAddress.country`.`check_advanced_postal_code_pattern` as `customer.defaultBillingAddress.country.checkAdvancedPostalCodePattern`, `customer.defaultBillingAddress.country`.`advanced_postal_code_pattern` as `customer.defaultBillingAddress.country.advancedPostalCodePattern`, `customer.defaultBillingAddress.country`.`default_postal_code_pattern` as `customer.defaultBillingAddress.country.defaultPostalCodePattern`, `customer.defaultBillingAddress.country`.`is_eu` as `customer.defaultBillingAddress.country.isEu`, `customer.defaultBillingAddress.country`.`created_at` as `customer.defaultBillingAddress.country.createdAt`, `customer.defaultBillingAddress.country`.`updated_at` as `customer.defaultBillingAddress.country.updatedAt`, `customer.defaultBillingAddress.country.translation.name`, `customer.defaultBillingAddress.country.translation.name` as `customer.defaultBillingAddress.country.name`, `customer.defaultBillingAddress.country.translation.addressFormat`, `customer.defaultBillingAddress.country.translation.addressFormat` as `customer.defaultBillingAddress.country.addressFormat`, `customer.defaultBillingAddress.country.translation.customFields`, `customer.defaultBillingAddress.country.translation.customFields` as `customer.defaultBillingAddress.country.customFields` FROM `customer` LEFT JOIN `language` `customer.language` ON `customer`.`language_id` = `customer.language`.`id` LEFT JOIN `salutation` `customer.salutation` ON `customer`.`salutation_id` = `customer.salutation`.`id` LEFT JOIN `customer_address` `customer.defaultBillingAddress` ON `customer`.`default_billing_address_id` = `customer.defaultBillingAddress`.`id` LEFT JOIN `locale` `customer.language.locale` ON `customer.language`.`locale_id` = `customer.language.locale`.`id` LEFT JOIN (SELECT `customer.language.locale.translation`.`locale_id`, `customer.language.locale.translation`.`name` as `customer.language.locale.translation.name`, `customer.language.locale.translation`.`territory` as `customer.language.locale.translation.territory`, `customer.language.locale.translation`.`custom_fields` as `customer.language.locale.translation.customFields` FROM `locale_translation` `customer.language.locale.translation` WHERE `customer.language.locale.translation`.`language_id` = ?) `customer.language.locale.locale_translation` ON `customer.language.locale.locale_translation`.`locale_id` = `customer.language.locale`.`id` LEFT JOIN (SELECT `customer.salutation.translation`.`salutation_id`, `customer.salutation.translation`.`display_name` as `customer.salutation.translation.displayName`, `customer.salutation.translation`.`letter_name` as `customer.salutation.translation.letterName`, `customer.salutation.translation`.`custom_fields` as `customer.salutation.translation.customFields` FROM `salutation_translation` `customer.salutation.translation` WHERE `customer.salutation.translation`.`language_id` = ?) `customer.salutation.salutation_translation` ON `customer.salutation.salutation_translation`.`salutation_id` = `customer.salutation`.`id` LEFT JOIN `endereco_address_ext` `customer.defaultBillingAddress.enderecoAddress` ON `customer.defaultBillingAddress`.`id` = `customer.defaultBillingAddress.enderecoAddress`.`address_id` LEFT JOIN `country` `customer.defaultBillingAddress.country` ON `customer.defaultBillingAddress`.`country_id` = `customer.defaultBillingAddress.country`.`id` LEFT JOIN (SELECT `customer.defaultBillingAddress.country.translation`.`country_id`, `customer.defaultBillingAddress.country.translation`.`name` as `customer.defaultBillingAddress.country.translation.name`, `customer.defaultBillingAddress.country.translation`.`custom_fields` as `customer.defaultBillingAddress.country.translation.customFields`, `customer.defaultBillingAddress.country.translation`.`address_format` as `customer.defaultBillingAddress.country.translation.addressFormat` FROM `country_translation` `customer.defaultBillingAddress.country.translation` WHERE `customer.defaultBillingAddress.country.translation`.`language_id` = ?) `customer.defaultBillingAddress.country.country_translation` ON `customer.defaultBillingAddress.country.country_translation`.`country_id` = `customer.defaultBillingAddress.country`.`id` WHERE `customer`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01“ô=\x00‹pÓƒ\x1E\x02ãÐpøÝ"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.