Query Metrics

19 Database Queries
18 Different statements
12.10 ms Query time

Queries

Group similar statements

# Time Info
1 0.40 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.71 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.49 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.59 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.27 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.53 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
7 0.65 ms
SELECT item_rounding FROM currency WHERE id = ?
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
8 0.35 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.20 ms
SELECT admin FROM `integration` WHERE id = ?
Parameters:
[
  b"\x01Æ©ì\x10c{å¡Ñ╝ÚNÂPù"
]
11 0.44 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.59 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?)) LIMIT 500
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ÇÒçØ┐ÎIEÑð«P▄ßÿ¥"
]
13 2.11 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, `product`.`product_manufacturer_id` as `product.manufacturerId`, `product`.`product_manufacturer_version_id` as `product.productManufacturerVersionId`, `product`.`unit_id` as `product.unitId`, `product`.`tax_id` as `product.taxId`, `product`.`product_media_id` as `product.coverId`, `product`.`product_media_version_id` as `product.productMediaVersionId`, `product`.`delivery_time_id` as `product.deliveryTimeId`, `product`.`product_feature_set_id` as `product.featureSetId`, `product`.`canonical_product_id` as `product.canonicalProductId`, `product`.`canonical_product_version_id` as `product.canonicalProductVersionId`, `product`.`cms_page_id` as `product.cmsPageId`, `product`.`cms_page_version_id` as `product.cmsPageVersionId`, `product`.`price` as `product.price`, `product`.`product_number` as `product.productNumber`, `product`.`restock_time` as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, `product`.`active` as `product.active`, `product`.`available` as `product.available`, `product`.`is_closeout` as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product`.`variant_listing_config` as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, `product`.`manufacturer_number` as `product.manufacturerNumber`, `product`.`ean` as `product.ean`, `product`.`purchase_steps` as `product.purchaseSteps`, `product`.`max_purchase` as `product.maxPurchase`, `product`.`min_purchase` as `product.minPurchase`, `product`.`purchase_unit` as `product.purchaseUnit`, `product`.`reference_unit` as `product.referenceUnit`, `product`.`shipping_free` as `product.shippingFree`, `product`.`purchase_prices` as `product.purchasePrices`, `product`.`mark_as_topseller` as `product.markAsTopseller`, `product`.`weight` as `product.weight`, `product`.`width` as `product.width`, `product`.`height` as `product.height`, `product`.`length` as `product.length`, `product`.`release_date` as `product.releaseDate`, `product`.`rating_average` as `product.ratingAverage`, `product`.`category_tree` as `product.categoryTree`, `product`.`property_ids` as `product.propertyIds`, `product`.`option_ids` as `product.optionIds`, `product`.`stream_ids` as `product.streamIds`, `product`.`tag_ids` as `product.tagIds`, `product`.`category_ids` as `product.categoryIds`, `product`.`child_count` as `product.childCount`, `product`.`custom_field_set_selection_active` as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.categories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `product_category` `product.categories.mapping`
                  WHERE `product.categories.mapping`.`product_id` = `product`.`id` AND `product.categories.mapping`.product_version_id = `product`.version_id ) as `product.categories.id_mapping`, (SELECT GROUP_CONCAT(HEX(`product.properties.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_property` `product.properties.mapping`
                  WHERE `product.properties.mapping`.`product_id` = `product`.`id` ) as `product.properties.id_mapping`, (SELECT GROUP_CONCAT(HEX(`product.tags.mapping`.`tag_id`) SEPARATOR '||')
                  FROM `product_tag` `product.tags.mapping`
                  WHERE `product.tags.mapping`.`product_id` = `product`.`id` AND `product.tags.mapping`.product_version_id = `product`.version_id ) as `product.tags.id_mapping`, `product.translation.metaDescription`, `product.translation.metaDescription` as `product.metaDescription`, `product.translation.name`, `product.translation.name` as `product.name`, `product.translation.keywords`, `product.translation.keywords` as `product.keywords`, `product.translation.description`, `product.translation.description` as `product.description`, `product.translation.metaTitle`, `product.translation.metaTitle` as `product.metaTitle`, `product.translation.packUnit`, `product.translation.packUnit` as `product.packUnit`, `product.translation.packUnitPlural`, `product.translation.packUnitPlural` as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.translation.customSearchKeywords` as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.translation.slotConfig` as `product.slotConfig`, `product.translation.customFields`, `product.translation.customFields` as `product.customFields` FROM `product` LEFT JOIN `tax` `product.tax` ON `product`.`tax_id` = `product.tax`.`id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ÇÒçØ┐ÎIEÑð«P▄ßÿ¥"
]
14 0.64 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
15 1.51 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.NavEntity`.`id` as `category.NavEntity.id`, `category.NavEntity`.`category_id` as `category.NavEntity.category_id`, `category.NavEntity`.`profile_image` as `category.NavEntity.profile_image`, `category.NavEntity`.`category_video` as `category.NavEntity.category_video`, `category.NavEntity`.`middle_image` as `category.NavEntity.middle_image`, `category.NavEntity`.`created_at` as `category.NavEntity.createdAt`, `category.NavEntity`.`updated_at` as `category.NavEntity.updatedAt`, `category.NavEntity.translation.description_top`, `category.NavEntity.translation.description_top` as `category.NavEntity.description_top`, `category.NavEntity.translation.description_bottom`, `category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom`, `category.batteriumCategorySvgUri`.`id` as `category.batteriumCategorySvgUri.id`, `category.batteriumCategorySvgUri`.`category_id` as `category.batteriumCategorySvgUri.category_id`, `category.batteriumCategorySvgUri`.`org_filename` as `category.batteriumCategorySvgUri.org_filename`, `category.batteriumCategorySvgUri`.`created_at` as `category.batteriumCategorySvgUri.createdAt`, `category.batteriumCategorySvgUri`.`updated_at` as `category.batteriumCategorySvgUri.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 `nav` `category.NavEntity` ON `category`.`id` = `category.NavEntity`.`category_id` LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category`.`id` = `category.batteriumCategorySvgUri`.`category_id` 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` LEFT JOIN (SELECT `category.NavEntity.translation`.`nav_id`, `category.NavEntity.translation`.`description_top` as `category.NavEntity.translation.description_top`, `category.NavEntity.translation`.`description_bottom` as `category.NavEntity.translation.description_bottom` FROM `nav_translation` `category.NavEntity.translation` WHERE `category.NavEntity.translation`.`language_id` = ?) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation`.`nav_id` = `category.NavEntity`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    &\x1CŽmp"E\n
    ¶<„H©fëö
    """
  b"Kä-Å0¬Ju£Pübd╦7ç"
  b"\óÀS\x00àJ¡üé,H98/┬"
  b"géOà¤#K“‘dŽˆ7í²•"
  b"pN▄£iÆAð░┴$o└ó#ì"
  b"p±lyúCLض\x078þ­Æ¤\x7F"
  b"ëWJ\rëvCü¿à¤(°±¸┼"
  b"ìʦöÏÃIÿˆB#çµk^n"
]
16 0.60 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ÇÒçØ┐ÎIEÑð«P▄ßÿ¥"
]
17 0.75 ms
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.`property_group_option_id`, `property_group_option.translation`.`name` as `property_group_option.translation.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.`language_id` = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\t\x0E¤ÖáåK>ØÙ#\x16*y¸i"
  b"\x17M8\x0F\x14ˆBm†o™Oædƒ¢"
  b"\x1E]©ÁñÈDÁò¡╗¤iÅä9"
  b" ¯‡ÿÁ#G\x16§©ñ}f~¦+"
  b"$e\x06\x19G\x05µ³Xx\x14 ‚„"
  b"8ôe1 ¯Eh–\x12õ+¸cÊ."
  b"A\x1Aé²ã}D׺Vm\x16ÞhP~"
  b"\x14„7¯NoŒ{ãŠ2y\x06"
  b"N˜‚¼É€@@©ç…ã\x1F®Ìð"
  b"Sû1ÿôô@-§*A)\x1D‘,“"
  b"|IoÅØ°IÞì¥\x1A\tñ_ñd"
  b"ù-Û#▒\x13JuîØÔDü¨Z\x04"
  b"í\x1Aþ┘ÜöBÄ╣░Z▓ÅUÄË"
  b"╗8┘─.╦GÀü|­┤K┤A\x1F"
  b"═vC╚Â\x13DôüÌ╗DG■█¢"
  b"Þ•8ÿ/ÐHž¹œì\x03I¼Ú–"
]
18 0.43 ms
SELECT `product_visibility`.`id` as `product_visibility.id`, `product_visibility`.`product_id` as `product_visibility.productId`, `product_visibility`.`product_version_id` as `product_visibility.productVersionId`, `product_visibility`.`sales_channel_id` as `product_visibility.salesChannelId`, `product_visibility`.`visibility` as `product_visibility.visibility`, `product_visibility`.`created_at` as `product_visibility.createdAt`, `product_visibility`.`updated_at` as `product_visibility.updatedAt` FROM `product_visibility` WHERE (`product_visibility`.`product_id` IN (?))
Parameters:
[
  b"ÇÒçØ┐ÎIEÑð«P▄ßÿ¥"
]
19 0.50 ms
SELECT `main_category`.`id` as `main_category.id`, `main_category`.`product_id` as `main_category.productId`, `main_category`.`product_version_id` as `main_category.productVersionId`, `main_category`.`category_id` as `main_category.categoryId`, `main_category`.`category_version_id` as `main_category.categoryVersionId`, `main_category`.`sales_channel_id` as `main_category.salesChannelId`, `main_category`.`created_at` as `main_category.createdAt`, `main_category`.`updated_at` as `main_category.updatedAt` FROM `main_category` WHERE (`main_category`.`product_id` IN (?))
Parameters:
[
  b"ÇÒçØ┐ÎIEÑð«P▄ßÿ¥"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.