Query Metrics
48
Database Queries
31
Different statements
161.71 ms
Query time
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
16.55 ms (10.23%) |
5 |
# app-scripts::refresh::read SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" true ] |
||||||||||||||||||||||||||
|
15.60 ms (9.64%) |
5 |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS name, `script`.`script` AS script, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` = 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||||
|
15.46 ms (9.56%) |
5 |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS scriptName, `script`.`script` AS script, `script`.`hook` AS hook, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, `app`.`version` AS appVersion, `script`.`active` AS active FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` != 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||||
|
10.06 ms (6.22%) |
3 |
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b""" õïdH|\n ¢\x1Dï³(xGèz( """ ] |
||||||||||||||||||||||||||
|
9.40 ms (5.81%) |
3 |
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[ b"Q2þ¿ò‡H°E\x1D1kó)AJ" "nameShort" ] |
||||||||||||||||||||||||||
|
7.69 ms (4.76%) |
1 |
# breadcrumb-extension::read 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.bergerExtension`.`id` as `category.bergerExtension.id`, `category.bergerExtension`.`category_version_id` as `category.bergerExtension.categoryVersionId`, `category.bergerExtension`.`category_id` as `category.bergerExtension.catgoryId`, `category.bergerExtension`.`code` as `category.bergerExtension.code`, `category.bergerExtension`.`descriptionLong` as `category.bergerExtension.descriptionLong`, `category.bergerExtension`.`headline` as `category.bergerExtension.headline`, `category.bergerExtension`.`category_filter_aggregation_1` as `category.bergerExtension.categoryFilterAggregation1`, `category.bergerExtension`.`category_filter_display_name_1` as `category.bergerExtension.categoryFilterDisplayName1`, `category.bergerExtension`.`category_filter_icon_1` as `category.bergerExtension.categoryFilterIcon1`, `category.bergerExtension`.`category_filter_order_1` as `category.bergerExtension.categoryFilterOrder1`, `category.bergerExtension`.`category_filter_aggregation_2` as `category.bergerExtension.categoryFilterAggregation2`, `category.bergerExtension`.`category_filter_display_name_2` as `category.bergerExtension.categoryFilterDisplayName2`, `category.bergerExtension`.`category_filter_icon_2` as `category.bergerExtension.categoryFilterIcon2`, `category.bergerExtension`.`category_filter_order_2` as `category.bergerExtension.categoryFilterOrder2`, `category.bergerExtension`.`category_filter_aggregation_3` as `category.bergerExtension.categoryFilterAggregation3`, `category.bergerExtension`.`category_filter_display_name_3` as `category.bergerExtension.categoryFilterDisplayName3`, `category.bergerExtension`.`category_filter_icon_3` as `category.bergerExtension.categoryFilterIcon3`, `category.bergerExtension`.`category_filter_order_3` as `category.bergerExtension.categoryFilterOrder3`, `category.bergerExtension`.`category_filter_aggregation_4` as `category.bergerExtension.categoryFilterAggregation4`, `category.bergerExtension`.`category_filter_display_name_4` as `category.bergerExtension.categoryFilterDisplayName4`, `category.bergerExtension`.`category_filter_icon_4` as `category.bergerExtension.categoryFilterIcon4`, `category.bergerExtension`.`category_filter_order_4` as `category.bergerExtension.categoryFilterOrder4`, `category.bergerExtension`.`category_filter_aggregation_5` as `category.bergerExtension.categoryFilterAggregation5`, `category.bergerExtension`.`category_filter_display_name_5` as `category.bergerExtension.categoryFilterDisplayName5`, `category.bergerExtension`.`category_filter_icon_5` as `category.bergerExtension.categoryFilterIcon5`, `category.bergerExtension`.`category_filter_order_5` as `category.bergerExtension.categoryFilterOrder5`, `category.bergerExtension`.`category_filter_aggregation_6` as `category.bergerExtension.categoryFilterAggregation6`, `category.bergerExtension`.`category_filter_display_name_6` as `category.bergerExtension.categoryFilterDisplayName6`, `category.bergerExtension`.`category_filter_icon_6` as `category.bergerExtension.categoryFilterIcon6`, `category.bergerExtension`.`category_filter_order_6` as `category.bergerExtension.categoryFilterOrder6`, `category.bergerExtension`.`category_filter_aggregation_7` as `category.bergerExtension.categoryFilterAggregation7`, `category.bergerExtension`.`category_filter_display_name_7` as `category.bergerExtension.categoryFilterDisplayName7`, `category.bergerExtension`.`category_filter_icon_7` as `category.bergerExtension.categoryFilterIcon7`, `category.bergerExtension`.`category_filter_order_7` as `category.bergerExtension.categoryFilterOrder7`, `category.bergerExtension`.`category_filter_aggregation_8` as `category.bergerExtension.categoryFilterAggregation8`, `category.bergerExtension`.`category_filter_display_name_8` as `category.bergerExtension.categoryFilterDisplayName8`, `category.bergerExtension`.`category_filter_icon_8` as `category.bergerExtension.categoryFilterIcon8`, `category.bergerExtension`.`category_filter_order_8` as `category.bergerExtension.categoryFilterOrder8`, `category.bergerExtension`.`category_filter_show_width` as `category.bergerExtension.categoryFilterShowWidth`, `category.bergerExtension`.`category_filter_show_height` as `category.bergerExtension.categoryFilterShowHeight`, `category.bergerExtension`.`category_filter_show_length` as `category.bergerExtension.categoryFilterShowLength`, `category.bergerExtension`.`category_filter_order_width` as `category.bergerExtension.categoryFilterOrderWidth`, `category.bergerExtension`.`category_filter_order_height` as `category.bergerExtension.categoryFilterOrderHeight`, `category.bergerExtension`.`category_filter_order_length` as `category.bergerExtension.categoryFilterOrderLength`, `category.bergerExtension`.`category_filter_image` as `category.bergerExtension.categoryFilterImage`, `category.bergerExtension`.`created_at` as `category.bergerExtension.createdAt`, `category.bergerExtension`.`updated_at` as `category.bergerExtension.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `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`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` 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 `berger_category_extension` `category.bergerExtension` ON `category`.`id` = `category.bergerExtension`.`category_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"#¦µ\tøÉR:Šãw.äô0+" b"\x7F'=ò\x05;™S«=ZÌ\x00\x00û‰" b"\x01Ú\x01¾"ÿŠ:eóu×6\eí\x0E" ] |
||||||||||||||||||||||||||
|
6.73 ms (4.16%) |
2 |
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((`product`.`product_number` <=> ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) LIMIT 1
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" null 10 b"\x13.D\\x03Mg¬GÀJûm]™" true ] |
||||||||||||||||||||||||||
|
6.04 ms (3.74%) |
1 |
# 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:
[ "/detail/5132febff28748b0451d316bf329414a" "/navigation/118e1f08232643a09fb13c4159952760" "/navigation/9b713a7937ab421c89cf61b0388828d1" "/navigation/7902b8704c09ef8cd0c6964c3a1b247e" "/navigation/7da0bebc2beb862b845d8f6aec87168f" "/navigation/ed73dec91e641fe53ece1391575c6d00" "/navigation/c15d7ff984e2db2784ba5fe3314b91fc" "/navigation/23a6b509f8c9523a8ae3772ee4f4302b" "/navigation/1785b024b01e4f04906cdcb19fa313a0" "/navigation/c2361a7fbf9146a1a85de7140831d3b2" "/navigation/0196b35e5f837bcc8fcbc806a94f43a2" "/navigation/577cd7347af4911bd0a9b66669b5e2c4" "/navigation/b7bdca1593176704c3d0e9a872ceedde" "/navigation/8d47f8d4811437ecc449af0fe9c8a81c" "/navigation/e9e1c0eb5f8a55f6c65b440ad3fa15b9" "/navigation/dfcac473603fd8f1ed0cc9dd7741f134" "/navigation/0cd215270f4010bec97cdd9be16e44c4" "/navigation/a37f3e4a8f5e19d03dfc78626b8312bf" "/navigation/d65d88a8b8740496fcde80b01c793595" "/navigation/7c60550282dae38dd0ff3b8eb9b8ef9c" "/navigation/07b459106e817025ff7c0577bed18344" "/navigation/518c0ed5838db98b760aae423623fd9a" "/navigation/2ce7fca47ad79d792fbc894c5c61abe7" "/navigation/f8ffd8c19fddbafa9f6c77520a1ede20" "/navigation/4d6f8ca8670b63fc17127ab96f22003e" "/navigation/a90e8dfac67453671a5123833b73e087" "/navigation/fcb659c407bb948c00f0436b723fd4f4" "/navigation/942023fd08218d4bd816efe0be2ac610" "/navigation/862a40ce0bb7216abacab1c313902d58" "/navigation/57dc82d71e4b8486a5fd551c4a5eb652" "/navigation/339eee28b37d9c1d280ef4d1506ec2b1" "/navigation/b667c9dead2c42c18b4856b2fd7bba6d" "/navigation/2ccb8cbc188767596b8c0bb73a213198" "/navigation/06a44fa0d719782b4e00df2de9184761" "/navigation/65f58ac6a51319db03ea6274efde48d1" "/navigation/bc035f6477cf8b8b6cfdcf9bf9868a9e" "/navigation/2a4d917c450beaaf0ea83484e9093a4f" "/navigation/99c410bee51b6fdb6ef4097b102673a3" "/navigation/671dd2a639912f88efa932767123f578" "/navigation/8925a07b26de2b7ca5c34494f2d05213" "/navigation/a477a49e616bf3a00a5708bcc8658711" "/navigation/a8ef51a9f5482425b7f23655f028c89a" "/navigation/9fc017fa90b88b145a5239725df12a3f" "/navigation/60e9da88075003e0d71be79f9e7d7f04" "/navigation/6f8f8ed788c09bae35af0fcc0e642d30" "/navigation/8c313d1013867794c6f604c395d4be58" "/navigation/82d3136deee0a87fed0699f93a60dd54" "/navigation/2f3a8272a0612977548464a7ea2429ee" "/navigation/51e542ab217c37e64f0aeb06804870b9" "/navigation/7c2a434fb052e9068d6bf36f78aee9f9" "/navigation/f62ad662dbbeb577d2e40293b33d7a4c" "/navigation/47dd86232bc6998b9ccf53a325f3f7a8" "/navigation/f7e5d41273231fce4e9d5d493a8a4139" "/navigation/5e10ce96a8b6e050a81953f5f0172a11" "/navigation/6c57b8a2756f052dbab47b6630473d72" "/navigation/10b5267cc6488d0a2a77f4831082ac72" "/navigation/c020e7a96b7bf8f54c564ace64279976" "/navigation/5c08de05eeccf98da2a3694687908ce2" "/navigation/02182749beac3867aef2920021d57bde" "/navigation/6f55763a1eac2a35fffe01b13f4cf758" "/navigation/d6c794e44958a93e80871107a00686ad" "/navigation/8a4249a5c3a8ead19d00ca93c11665f8" "/navigation/7f273df2053b9953ab3d5acc0000fb89" "/navigation/01da01be22ff8a3a65f375d7361bed0e" "/navigation/0195f63c8da57158992e0d92b7e3f503" "/navigation/8ce85d6cced943c98d126b20db813352" "/landingPage/019828bfca0475da89c27cf3a1145091" "/landingPage/01999e84bd657207bb4c209d8001ff8f" "/navigation/6ad88cb80c864d49b794f3720d6fe55d" "/navigation/fedc0ed9728a44ac8623bf8cb6cd32c4" "/navigation/018ee04db88c795484ba34b25c329463" "/navigation/14de4793a06e49d6a139b0262cf7daab" "/navigation/9cc2ab97aa3e492cbba69e13b2a61d14" "/navigation/18bd6338b29f474e923cf5b68d36df1c" "/navigation/018f049ff0f07819b9149db157662f45" "/navigation/a73372d19c514b81a3746c77427328b4" "/navigation/019ab5ae8baa76eab0685150a2b870ad" "/navigation/361319f7c6884793be5375f94f314619" "/navigation/2c4b680f1e054180817c869fcb75879b" "/navigation/73791880d5a94c04847538cdf883b306" "/navigation/5aad20b9381344d0834f9250be54c6c0" "/navigation/dd39d423251247b094dc1791f5030a57" "/navigation/b5045c817fa341b4ac1578ecc45cecb5" "/navigation/f16f887fca5744e382cd33fa3393feb3" "/navigation/019a0bd857c175e2949b111b9374c4ba" "/uptain/getCart" b"/»_ââšMpªXTÎ|ãâ\v" b"\x13.D\\x03Mg¬GÀJûm]™" ] |
||||||||||||||||||||||||||
|
3.78 ms (2.34%) |
1 |
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
"payload"
]
|
||||||||||||||||||||||||||
|
3.64 ms (2.25%) |
1 |
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[ b"Q2þ¿ò‡H°E\x1D1kó)AJ" "nameBullet1" "nameBullet2" "nameBullet3" "nameBullet4" "nameBullet5" "nameBullet6" "nameBullet7" "nameBullet8" ] |
||||||||||||||||||||||||||
|
3.56 ms (2.20%) |
1 |
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`show_in_datasheet` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC, COALESCE(`product_attribute_value.attribute.translation.label`) ASC
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"Q2þ¿ò‡H°E\x1D1kó)AJ" true ] |
||||||||||||||||||||||||||
|
3.52 ms (2.18%) |
1 |
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"'À\x1A¥ÏuàóMGÅ1µqC+" b"&l ÓÔ\x1Fdá\x01uÌÄFYïê" b"`v\x04\x1E\r9™€)4\e ÞAÎw" ] |
||||||||||||||||||||||||||
|
3.48 ms (2.15%) |
1 |
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"\x01š$‘O0r0¹;¶ï¹#Øâ" b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„" b"'ráóÌRCe“íL{"”&þ" b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j" b"ô29ã.\x16H1¥~IÊáÛw" b"d0pÆu\CóXë¥\x0FM\v\x17" b"§UÆH6ÒGC²•„RPÄXb" ] |
||||||||||||||||||||||||||
|
3.42 ms (2.12%) |
1 |
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x1D<çÕ}\t’y/Rr ²•\f\x05" b""" ^\x0FÏÇ\x04Û\n bÿiŠŠý“6J """ b"\x03ª\x1EÉš+csC$û[º5¦" b"›úUÏXÿgÃ\x16M9*©y" b"¤¨À’“•¢š™½„†ö a" b"Ð\x06Ì¿ðõlOc¬P,Iö" b"á<OÝc'½½o=F\x14\x16Yò\x1C" ] |
||||||||||||||||||||||||||
|
3.33 ms (2.06%) |
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:
[]
|
||||||||||||||||||||||||||
|
3.26 ms (2.02%) |
1 |
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[ b"\x13.D\\x03Mg¬GÀJûm]™" "KgUyFGDCZiDXAh1ZZQIYjJBQqBfwoDe9" ] |
||||||||||||||||||||||||||
|
3.25 ms (2.01%) |
1 |
SELECT `plugin`.`id` as `plugin.id`, `plugin`.`base_class` as `plugin.baseClass`, `plugin`.`name` as `plugin.name`, `plugin`.`composer_name` as `plugin.composerName`, `plugin`.`autoload` as `plugin.autoload`, `plugin`.`active` as `plugin.active`, `plugin`.`managed_by_composer` as `plugin.managedByComposer`, `plugin`.`path` as `plugin.path`, `plugin`.`author` as `plugin.author`, `plugin`.`copyright` as `plugin.copyright`, `plugin`.`license` as `plugin.license`, `plugin`.`version` as `plugin.version`, `plugin`.`upgrade_version` as `plugin.upgradeVersion`, `plugin`.`installed_at` as `plugin.installedAt`, `plugin`.`upgraded_at` as `plugin.upgradedAt`, `plugin`.`icon` as `plugin.iconRaw`, `plugin`.`created_at` as `plugin.createdAt`, `plugin`.`updated_at` as `plugin.updatedAt`, `plugin.translation.label`, COALESCE(`plugin.translation.label`,`plugin.translation.label`) as `plugin.label`, `plugin.translation.description`, COALESCE(`plugin.translation.description`,`plugin.translation.description`) as `plugin.description`, `plugin.translation.manufacturerLink`, COALESCE(`plugin.translation.manufacturerLink`,`plugin.translation.manufacturerLink`) as `plugin.manufacturerLink`, `plugin.translation.supportLink`, COALESCE(`plugin.translation.supportLink`,`plugin.translation.supportLink`) as `plugin.supportLink`, `plugin.translation.changelog`, COALESCE(`plugin.translation.changelog`,`plugin.translation.changelog`) as `plugin.changelog`, `plugin.translation.customFields`, COALESCE(`plugin.translation.customFields`,`plugin.translation.customFields`) as `plugin.customFields`, `plugin.translation.createdAt`, `plugin.translation.updatedAt`, `plugin.translation.pluginId`, `plugin.translation.languageId` FROM `plugin` LEFT JOIN (SELECT `plugin.translation`.plugin_id, `plugin.translation`.label as `plugin.translation.label`, `plugin.translation`.description as `plugin.translation.description`, `plugin.translation`.manufacturer_link as `plugin.translation.manufacturerLink`, `plugin.translation`.support_link as `plugin.translation.supportLink`, `plugin.translation`.changelog as `plugin.translation.changelog`, `plugin.translation`.custom_fields as `plugin.translation.customFields`, `plugin.translation`.created_at as `plugin.translation.createdAt`, `plugin.translation`.updated_at as `plugin.translation.updatedAt`, `plugin.translation`.plugin_id as `plugin.translation.pluginId`, `plugin.translation`.language_id as `plugin.translation.languageId` FROM `plugin_translation` `plugin.translation` WHERE `plugin.translation`.language_id = ?) `plugin.plugin_translation` ON `plugin.plugin_translation`.`plugin_id` = `plugin`.`id` WHERE (`plugin`.`name` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" "SensusUptainConnect6" ] |
||||||||||||||||||||||||||
|
3.24 ms (2.01%) |
1 |
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_cross_selling` `product.crossSellings` ON `product`.`crossSellings` = `product.crossSellings`.`product_id` AND `product`.version_id = `product.crossSellings`.product_version_id LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_cross_selling_assigned_products` `product.crossSellings.assignedProducts` ON `product.crossSellings`.`id` = `product.crossSellings.assignedProducts`.`cross_selling_id` LEFT JOIN `product` `product.crossSellings.assignedProducts.product` ON `product.crossSellings.assignedProducts`.`product_id` = `product.crossSellings.assignedProducts.product`.`id` AND `product.crossSellings.assignedProducts`.`product_version_id` = `product.crossSellings.assignedProducts.product`.`version_id` LEFT JOIN `product` `product.crossSellings.assignedProducts.product.parent` ON `product.crossSellings.assignedProducts.product`.`parent_id` = `product.crossSellings.assignedProducts.product.parent`.`id` AND `product.crossSellings.assignedProducts.product`.`parent_version_id` = `product.crossSellings.assignedProducts.product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ? AND `product.crossSellings`.`active` = ? AND IFNULL(`product.crossSellings.assignedProducts.product`.`active`, `product.crossSellings.assignedProducts.product.parent`.`active`) = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`id`
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"Q2þ¿ò‡H°E\x1D1kó)AJ" true true 10 b"\x13.D\\x03Mg¬GÀJûm]™" true ] |
||||||||||||||||||||||||||
|
3.22 ms (1.99%) |
1 |
# 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 = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x13.D\\x03Mg¬GÀJûm]™" "umwelt/gefahrstofflagerung-gefahrstoffhandling/dieseltankstationen/mobile-benzintankstation-vol.-190-l-elektropumpe-12-v-25-l-min-zapfpistole-kappdeckel-bxtxh-800x600x610-mm-gewicht-38-kg-E6423323-BS/" ]
|
||||||||||||||||||||||||||
|
3.20 ms (1.98%) |
1 |
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`, COALESCE(`language.locale.translation.name`,`language.locale.translation.name`) as `language.locale.name`, `language.locale.translation.territory`, COALESCE(`language.locale.translation.territory`,`language.locale.translation.territory`) as `language.locale.territory`, `language.locale.translation.customFields`, COALESCE(`language.locale.translation.customFields`,`language.locale.translation.customFields`) as `language.locale.customFields`, `language.locale.translation.createdAt`, `language.locale.translation.updatedAt`, `language.locale.translation.localeId`, `language.locale.translation.languageId` 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`, `language.locale.translation`.created_at as `language.locale.translation.createdAt`, `language.locale.translation`.updated_at as `language.locale.translation.updatedAt`, `language.locale.translation`.locale_id as `language.locale.translation.localeId`, `language.locale.translation`.language_id as `language.locale.translation.languageId` 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" ] |
||||||||||||||||||||||||||
|
3.19 ms (1.98%) |
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:
[]
|
||||||||||||||||||||||||||
|
3.17 ms (1.96%) |
1 |
SELECT `scop_platform_redirecter_redirect`.`id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect`.`sourceURL` IN (?, ?, ?, ?, ?, ?, ?) AND `scop_platform_redirecter_redirect`.`enabled` = ? AND (`scop_platform_redirecter_redirect`.`salesChannelId` = ? OR `scop_platform_redirecter_redirect`.`salesChannelId` <=> ?)) LIMIT 1
Parameters:
[ "//umwelt/gefahrstofflagerung-gefahrstoffhandling/dieseltankstationen/mobile-benzintankstation-vol.-190-l-elektropumpe-12-v-25-l-min-zapfpistole-kappdeckel-bxtxh-800x600x610-mm-gewicht-38-kg-E6423323-BS/" "/umwelt/gefahrstofflagerung-gefahrstoffhandling/dieseltankstationen/mobile-benzintankstation-vol.-190-l-elektropumpe-12-v-25-l-min-zapfpistole-kappdeckel-bxtxh-800x600x610-mm-gewicht-38-kg-E6423323-BS/" "https://staging-65.berger-shop.de/umwelt/gefahrstofflagerung-gefahrstoffhandling/dieseltankstationen/mobile-benzintankstation-vol.-190-l-elektropumpe-12-v-25-l-min-zapfpistole-kappdeckel-bxtxh-800x600x610-mm-gewicht-38-kg-E6423323-BS/" "https://staging-65.berger-shop.de//umwelt/gefahrstofflagerung-gefahrstoffhandling/dieseltankstationen/mobile-benzintankstation-vol.-190-l-elektropumpe-12-v-25-l-min-zapfpistole-kappdeckel-bxtxh-800x600x610-mm-gewicht-38-kg-E6423323-BS/" "/umwelt/gefahrstofflagerung-gefahrstoffhandling/dieseltankstationen/mobile-benzintankstation-vol.-190-l-elektropumpe-12-v-25-l-min-zapfpistole-kappdeckel-bxtxh-800x600x610-mm-gewicht-38-kg-E6423323-BS/" "//umwelt/gefahrstofflagerung-gefahrstoffhandling/dieseltankstationen/mobile-benzintankstation-vol.-190-l-elektropumpe-12-v-25-l-min-zapfpistole-kappdeckel-bxtxh-800x600x610-mm-gewicht-38-kg-E6423323-BS/" "umwelt/gefahrstofflagerung-gefahrstoffhandling/dieseltankstationen/mobile-benzintankstation-vol.-190-l-elektropumpe-12-v-25-l-min-zapfpistole-kappdeckel-bxtxh-800x600x610-mm-gewicht-38-kg-E6423323-BS/" true b"\x13.D\\x03Mg¬GÀJûm]™" null ] |
||||||||||||||||||||||||||
|
3.17 ms (1.96%) |
1 |
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
"de-DE"
]
|
||||||||||||||||||||||||||
|
3.03 ms (1.87%) |
1 |
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:
[] |
||||||||||||||||||||||||||
|
3.02 ms (1.87%) |
1 |
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
b"/»_ââšMpªXTÎ|ãâ\v"
]
|
||||||||||||||||||||||||||
|
3.02 ms (1.87%) |
1 |
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[] |
||||||||||||||||||||||||||
|
2.99 ms (1.85%) |
1 |
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.salesChannels`.`id` = ?)) AND (`country`.`id` IN (?)) GROUP BY `country`.`id`
Parameters:
[ b"\x13.D\\x03Mg¬GÀJûm]™" b"ʲìé\x0FùD1½®\x06êеâ\n" ] |
||||||||||||||||||||||||||
|
2.96 ms (1.83%) |
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:
[]
|
||||||||||||||||||||||||||
|
2.95 ms (1.83%) |
1 |
SELECT `name`, `path`, `author` FROM `app` WHERE `active` = 1
Parameters:
[] |
||||||||||||||||||||||||||
|
2.89 ms (1.79%) |
1 |
#cart-persister::load SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
"KgUyFGDCZiDXAh1ZZQIYjJBQqBfwoDe9"
]
|
||||||||||||||||||||||||||
|
2.87 ms (1.78%) |
1 |
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"T¶e!_ÀCšŸèÊ¥¬ºQ\x1D"
]
|
Database Connections
| Name | Service |
|---|---|
| 0 | default |
Entity Managers
There are no configured entity managers.
Second Level Cache
Second Level Cache is not enabled.