https://dev.artecon.426.agency/api/search/order-address

Query Metrics

14 Database Queries
Different statements
11.34 ms Query time
Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.45 ms
(0.00%)
# 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`;
0.43 ms
(0.00%)
SELECT custom_entity.name, custom_entity.fields
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE custom_entity.app_id IS NULL OR app.active = 1
0.41 ms
(0.00%)
SELECT `creation_timestamp`
                FROM `migration`
                WHERE `update` IS NOT NULL AND `update_destructive` IS NULL
0.75 ms
(0.00%)
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',''));SET @MIGRATION_1611155140_IS_ACTIVE = TRUE;SET @MIGRATION_1646397836_IS_ACTIVE = TRUE;SET @MIGRATION_1605167857_IS_ACTIVE = TRUE;SET @MIGRATION_1575569953_IS_ACTIVE = TRUE;SET @MIGRATION_1598204175_IS_ACTIVE = TRUE;SET @MIGRATION_1720536114_IS_ACTIVE = TRUE;SET @MIGRATION_1584005462_IS_ACTIVE = TRUE;SET @MIGRATION_1589800641_IS_ACTIVE = TRUE;SET @MIGRATION_1589800704_IS_ACTIVE = TRUE;SET @MIGRATION_1589882802_IS_ACTIVE = TRUE;SET @MIGRATION_1589905764_IS_ACTIVE = TRUE;SET @MIGRATION_1591365484_IS_ACTIVE = TRUE;SET @MIGRATION_1626082072_IS_ACTIVE = TRUE;SET @MIGRATION_1675420139_IS_ACTIVE = TRUE;SET @MIGRATION_1604898081_IS_ACTIVE = TRUE;SET @MIGRATION_165657926_IS_ACTIVE = TRUE;SET @MIGRATION_1590657517_IS_ACTIVE = TRUE;SET @MIGRATION_1651494367_IS_ACTIVE = TRUE;SET @MIGRATION_1615371170_IS_ACTIVE = TRUE;SET @MIGRATION_1617881178_IS_ACTIVE = TRUE;SET @MIGRATION_1697795798_IS_ACTIVE = TRUE;SET @MIGRATION_1686812041_IS_ACTIVE = TRUE;SET @MIGRATION_1690469830_IS_ACTIVE = TRUE;SET @MIGRATION_1707984263_IS_ACTIVE = TRUE;SET @MIGRATION_1628172267_IS_ACTIVE = TRUE;SET @MIGRATION_1644922949_IS_ACTIVE = TRUE;SET @MIGRATION_1688378836_IS_ACTIVE = TRUE
1.77 ms
(0.00%)
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
1.15 ms
(0.00%)
SELECT last_updated_password_at FROM user WHERE id = :userId
0.28 ms
(0.00%)
SELECT item_rounding FROM currency WHERE id = :id
0.27 ms
(0.00%)
SELECT role.privileges FROM acl_user_role mapping INNER JOIN acl_role role ON mapping.acl_role_id = role.id WHERE mapping.user_id = :userId
0.21 ms
(0.00%)
SELECT admin FROM `user` WHERE id = :id
0.45 ms
(0.00%)
SELECT `order_address`.`id` FROM `order_address` WHERE (`order_address`.`version_id` = :version) AND ((`order_address`.`order_id` = :param_73bfc017f5af4bf19bfc835d0294a4e5)) LIMIT 25
0.25 ms
(0.00%)
SELECT COUNT(*) FROM (SELECT `order_address`.`id` FROM `order_address` WHERE (`order_address`.`version_id` = :version) AND ((`order_address`.`order_id` = :param_73bfc017f5af4bf19bfc835d0294a4e5))) total
4.02 ms
(0.00%)
SELECT `order_address`.`id` as `order_address.id`, `order_address`.`version_id` as `order_address.versionId`, `order_address`.`country_id` as `order_address.countryId`, `order_address`.`country_state_id` as `order_address.countryStateId`, `order_address`.`order_id` as `order_address.orderId`, `order_address`.`order_version_id` as `order_address.orderVersionId`, `order_address`.`salutation_id` as `order_address.salutationId`, `order_address`.`first_name` as `order_address.firstName`, `order_address`.`last_name` as `order_address.lastName`, `order_address`.`street` as `order_address.street`, `order_address`.`zipcode` as `order_address.zipcode`, `order_address`.`city` as `order_address.city`, `order_address`.`company` as `order_address.company`, `order_address`.`department` as `order_address.department`, `order_address`.`title` as `order_address.title`, `order_address`.`vat_id` as `order_address.vatId`, `order_address`.`phone_number` as `order_address.phoneNumber`, `order_address`.`additional_address_line1` as `order_address.additionalAddressLine1`, `order_address`.`additional_address_line2` as `order_address.additionalAddressLine2`, `order_address`.`custom_fields` as `order_address.customFields`, `order_address`.`created_at` as `order_address.createdAt`, `order_address`.`updated_at` as `order_address.updatedAt`, `order_address.country`.`id` as `order_address.country.id`, `order_address.country`.`iso` as `order_address.country.iso`, `order_address.country`.`position` as `order_address.country.position`, `order_address.country`.`active` as `order_address.country.active`, `order_address.country`.`shipping_available` as `order_address.country.shippingAvailable`, `order_address.country`.`iso3` as `order_address.country.iso3`, `order_address.country`.`display_state_in_registration` as `order_address.country.displayStateInRegistration`, `order_address.country`.`force_state_in_registration` as `order_address.country.forceStateInRegistration`, `order_address.country`.`company_tax_free` as `order_address.country.companyTaxFree`, `order_address.country`.`check_vat_id_pattern` as `order_address.country.checkVatIdPattern`, `order_address.country`.`vat_id_required` as `order_address.country.vatIdRequired`, `order_address.country`.`tax_free` as `order_address.country.taxFree`, `order_address.country`.`vat_id_pattern` as `order_address.country.vatIdPattern`, `order_address.country`.`customer_tax` as `order_address.country.customerTax`, `order_address.country`.`company_tax` as `order_address.country.companyTax`, `order_address.country`.`postal_code_required` as `order_address.country.postalCodeRequired`, `order_address.country`.`check_postal_code_pattern` as `order_address.country.checkPostalCodePattern`, `order_address.country`.`check_advanced_postal_code_pattern` as `order_address.country.checkAdvancedPostalCodePattern`, `order_address.country`.`advanced_postal_code_pattern` as `order_address.country.advancedPostalCodePattern`, `order_address.country`.`default_postal_code_pattern` as `order_address.country.defaultPostalCodePattern`, `order_address.country`.`created_at` as `order_address.country.createdAt`, `order_address.country`.`updated_at` as `order_address.country.updatedAt`, `order_address.country.zipValidation`.`id` as `order_address.country.zipValidation.id`, `order_address.country.zipValidation`.`country_id` as `order_address.country.zipValidation.countryId`, `order_address.country.zipValidation`.`min_length` as `order_address.country.zipValidation.minLength`, `order_address.country.zipValidation`.`max_length` as `order_address.country.zipValidation.maxLength`, `order_address.country.zipValidation`.`letters_allowed` as `order_address.country.zipValidation.lettersAllowed`, `order_address.country.zipValidation`.`pattern` as `order_address.country.zipValidation.pattern`, `order_address.country.zipValidation`.`active` as `order_address.country.zipValidation.active`, `order_address.country.zipValidation`.`created_at` as `order_address.country.zipValidation.createdAt`, `order_address.country.zipValidation`.`updated_at` as `order_address.country.zipValidation.updatedAt`, `order_address.country.translation.name`, COALESCE(`order_address.country.translation.name`,`order_address.country.translation.name`) as `order_address.country.name`, `order_address.country.translation.addressFormat`, COALESCE(`order_address.country.translation.addressFormat`,`order_address.country.translation.addressFormat`) as `order_address.country.addressFormat`, `order_address.country.translation.customFields`, COALESCE(`order_address.country.translation.customFields`,`order_address.country.translation.customFields`) as `order_address.country.customFields`, `order_address.country.translation.createdAt`, `order_address.country.translation.updatedAt`, `order_address.country.translation.countryId`, `order_address.country.translation.languageId`, `order_address.countryState`.`id` as `order_address.countryState.id`, `order_address.countryState`.`country_id` as `order_address.countryState.countryId`, `order_address.countryState`.`short_code` as `order_address.countryState.shortCode`, `order_address.countryState`.`position` as `order_address.countryState.position`, `order_address.countryState`.`active` as `order_address.countryState.active`, `order_address.countryState`.`created_at` as `order_address.countryState.createdAt`, `order_address.countryState`.`updated_at` as `order_address.countryState.updatedAt`, `order_address.countryState.translation.name`, COALESCE(`order_address.countryState.translation.name`,`order_address.countryState.translation.name`) as `order_address.countryState.name`, `order_address.countryState.translation.customFields`, COALESCE(`order_address.countryState.translation.customFields`,`order_address.countryState.translation.customFields`) as `order_address.countryState.customFields`, `order_address.countryState.translation.createdAt`, `order_address.countryState.translation.updatedAt`, `order_address.countryState.translation.countryStateId`, `order_address.countryState.translation.languageId` FROM `order_address` LEFT JOIN `country` `order_address.country` ON `order_address`.`country_id` = `order_address.country`.`id` LEFT JOIN `country_state` `order_address.countryState` ON `order_address`.`country_state_id` = `order_address.countryState`.`id` LEFT JOIN (SELECT `order_address.country.translation`.country_id, `order_address.country.translation`.name as `order_address.country.translation.name`, `order_address.country.translation`.address_format as `order_address.country.translation.addressFormat`, `order_address.country.translation`.custom_fields as `order_address.country.translation.customFields`, `order_address.country.translation`.created_at as `order_address.country.translation.createdAt`, `order_address.country.translation`.updated_at as `order_address.country.translation.updatedAt`, `order_address.country.translation`.country_id as `order_address.country.translation.countryId`, `order_address.country.translation`.language_id as `order_address.country.translation.languageId` FROM `country_translation` `order_address.country.translation` WHERE `order_address.country.translation`.language_id = :languageId) `order_address.country.country_translation` ON `order_address.country.country_translation`.`country_id` = `order_address.country`.`id` LEFT JOIN `coe_country_zip_validation` `order_address.country.zipValidation` ON `order_address.country`.`id` = `order_address.country.zipValidation`.`country_id` LEFT JOIN (SELECT `order_address.countryState.translation`.country_state_id, `order_address.countryState.translation`.name as `order_address.countryState.translation.name`, `order_address.countryState.translation`.custom_fields as `order_address.countryState.translation.customFields`, `order_address.countryState.translation`.created_at as `order_address.countryState.translation.createdAt`, `order_address.countryState.translation`.updated_at as `order_address.countryState.translation.updatedAt`, `order_address.countryState.translation`.country_state_id as `order_address.countryState.translation.countryStateId`, `order_address.countryState.translation`.language_id as `order_address.countryState.translation.languageId` FROM `country_state_translation` `order_address.countryState.translation` WHERE `order_address.countryState.translation`.language_id = :languageId) `order_address.countryState.country_state_translation` ON `order_address.countryState.country_state_translation`.`country_state_id` = `order_address.countryState`.`id` WHERE (`order_address`.`version_id` = :version) AND (`order_address`.`id` IN (:ids))
0.25 ms
(0.00%)
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
0.66 ms
(0.00%)
# default-salutation-loading::read
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`, COALESCE(`salutation.translation.displayName`,`salutation.translation.displayName`) as `salutation.displayName`, `salutation.translation.letterName`, COALESCE(`salutation.translation.letterName`,`salutation.translation.letterName`) as `salutation.letterName`, `salutation.translation.customFields`, COALESCE(`salutation.translation.customFields`,`salutation.translation.customFields`) as `salutation.customFields`, `salutation.translation.createdAt`, `salutation.translation.updatedAt`, `salutation.translation.salutationId`, `salutation.translation.languageId` 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`, `salutation.translation`.created_at as `salutation.translation.createdAt`, `salutation.translation`.updated_at as `salutation.translation.updatedAt`, `salutation.translation`.salutation_id as `salutation.translation.salutationId`, `salutation.translation`.language_id as `salutation.translation.languageId` FROM `salutation_translation` `salutation.translation` WHERE `salutation.translation`.language_id = :languageId) `salutation.salutation_translation` ON `salutation.salutation_translation`.`salutation_id` = `salutation`.`id` WHERE `salutation`.`id` IN (:ids)

Database Connections

There are no configured database connections.

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping