POST https://stage-shop.myadvanced.de/api/search/customer

Query Metrics

12 Database Queries
12 Different statements
14.77 ms Query time

Grouped Statements

Show all queries

Time Count Info
2.72 ms
(18.44%)
1
SELECT `customer`.`id` AS `customer.id`, `customer`.`customer_group_id` AS `customer.groupId`, `customer`.`default_payment_method_id` AS `customer.defaultPaymentMethodId`, `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`.`created_at` AS `customer.createdAt`, `customer`.`updated_at` AS `customer.updatedAt` FROM `customer`
Parameters:
[]
2.08 ms
(14.11%)
1
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
1.59 ms
(10.79%)
1
# 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:
[]
1.42 ms
(9.61%)
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;
Parameters:
[]
1.31 ms
(8.85%)
1
SELECT item_rounding FROM currency WHERE id = ?
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
1.14 ms
(7.72%)
1
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
1.02 ms
(6.93%)
1
SELECT id FROM integration WHERE access_key = ?
Parameters:
[
  "SWIAOHLBC2SZYMDLSWF6DDFESA"
]
0.96 ms
(6.50%)
1
SELECT `acl_role`.`privileges`
            FROM `acl_role`
            INNER JOIN `app` ON `app`.`acl_role_id` = `acl_role`.`id`
            WHERE `app`.`integration_id` = ?
Parameters:
[
  b"|Q [\x1Ek@&´cT\x11ž˜\x15Ò"
]
0.73 ms
(4.93%)
1
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"|Q [\x1Ek@&´cT\x11ž˜\x15Ò"
]
0.69 ms
(4.66%)
1
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
0.60 ms
(4.06%)
1
SELECT admin FROM `integration` WHERE id = ?
Parameters:
[
  b"|Q [\x1Ek@&´cT\x11ž˜\x15Ò"
]
0.50 ms
(3.41%)
1
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:
[]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.