Query Metrics
86
Database Queries
44
Different statements
47.80 ms
Query time
Grouped Statements
Time▼ | Count | Info | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9.02 ms (18.88%) |
16 |
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`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x01‰±5ÆYp\x07€£êò\fõÃá" ] |
||||||||||||||||||||||||
6.00 ms (12.55%) |
1 |
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`product_number` as `product.productNumber`, `product`.`stock` as `product.stock` FROM `product` WHERE (`product`.`version_id` = ?) AND ((((`product`.`stock` >= ?) AND (`product`.`available_stock` < ?) AND `product`.`version_id` = ?)))
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" 0 0 b"\x0F©\x1CãéjK¾KÙÎu,4%" ] |
||||||||||||||||||||||||
3.43 ms (7.18%) |
4 |
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:
[] |
||||||||||||||||||||||||
2.93 ms (6.13%) |
4 |
# 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 ] |
||||||||||||||||||||||||
2.90 ms (6.06%) |
16 |
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
b"\x01‰±5ÆYp\x07€£êò\fõÃá"
]
|
||||||||||||||||||||||||
2.75 ms (5.76%) |
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:
[ "/note" "/navigation/93a4337318f0054690d354de28c5dddc" "/navigation/fd676cf919c6fa8bd32dc34773cdd1a2" "/navigation/b043ac3b6b3140955905850879e26592" "/navigation/eff45ba8ecb85b0ade6abc9b2e928e82" "/navigation/fa16ab0a538a8501a95e8578041b2f59" "/navigation/131942a1db80fb0ac3ce5522c90415f3" "/navigation/24aca821ba4db7ab66c76a5fd7ae0cc5" "/navigation/34b3309fc64351ac445a4c172cb4d44c" "/landingPage/132b3e541f3a46778137ebdc495c60fd" "/navigation/bb3af78c78896a1e31b7ef400d3a28fc" "/navigation/1c518506f752949ec293737722e4499b" "/navigation/778e0ed7ab5c1a7d786e8e8b3a676d14" "/navigation/5ecbefc853199c4a26f05d46ceb6c86a" "/navigation/6dda38aeb1d0f1ae1544b23c8f08c1bf" "/navigation/e0fafb740f309b9617c6851e26daac7b" "/navigation/165bf1461c54c861b54db9502494e8bb" "/navigation/d06491a73f7481f8d0f6c8420a2ba270" "/navigation/f3fbbedf45da7098e77af90ab3fed694" "/navigation/9dbceb82cd1ad9852be2d66c03f42805" "/navigation/f9153356d34d571babf82f7a32523837" "/detail/5c25705ab668cf993926245948f86d00" "/navigation/89abb3174e2d7e7304e9f3a525fc5b86" "/navigation/e710d14628a15b62da0ad737eafca643" "/navigation/b69ddce29e21df7be3020bed56282668" "/navigation/2f291725e83f578c57b926f542e7e22f" "/navigation/2a6ed2c9e3caee7fcfe61c55fbc08757" "/navigation/6fb849e2ef6ce9da07eeaf2f70016495" "/navigation/3f62648c673058f2d1499975a6b445a2" "/navigation/b67d8baa46c67425f0f0948cd6d58411" "/navigation/ec05f0a7bc40c9e7e3a118a0ad5f3802" "/navigation/71f3f644a2728c9f4ede6fe5d0b0fbd9" "/navigation/580d21fec58a183e72b8608115df7a9f" "/navigation/0d40a9663c11a2342f02e447f269023c" "/navigation/2488454d5762b2f97c085f3160753fd0" "/navigation/eeafdd77e2abc9dc08b3bbf011ff97bf" "/navigation/94e0ed4a8dc29ec245c846b8dd35db95" "/navigation/e24dd7d82ce4461d63fceb2576dd2819" "/navigation/6805a9e4583dd6c416186289bcc86d12" "/navigation/35b1adb37395d91de43b0b4634b78663" "/navigation/3547ce3e294d5d08530d29045149f0e2" "/navigation/4f2d452ecaffc1a1cff6417787162675" "/navigation/484a5288a950ad9a143cb8c4c6f6aa39" "/navigation/80c2cdca20d8cacfcff206d2caa93ebf" "/navigation/00f7b8117945483ea1ad5204fbb7a2b9" "/navigation/22bf636f562462eb849b23a878c6eca8" "/navigation/981758de3d52c50a878b1f25eecd8742" "/navigation/38fa32fdc995af57b8c0fdde4ceea074" "/navigation/043a706bfe30516c97d46a838b8902c5" "/navigation/bef204edf93555e1d960ccdbe66c08b8" "/navigation/90dc8d5ca64af4113933927420c2f66c" "/navigation/df7051ed7bb92ac154f23fd0e4034f23" "/navigation/bf9f6f2f198741008dccbb762c7d50b2" "/navigation/7658f31a192ad7978f92a03c9878ceab" "/navigation/0bf4f16f690c467e31d903a04185d95b" "/navigation/7cc2aa0bfe1a099b0d4c3a3e4648569d" "/navigation/4e6a91d907322489a2fd17d46071ec97" "/navigation/77848cf4f279d463177d2695ec7811dc" "/navigation/7a6cf7b63e9849798fde605516a7e2ce" "/navigation/7ba75687d380c1652767a9f7cea72c46" "/navigation/d406cad7131ab368a9af4b2af7be669b" "/navigation/2276908e77e901a5f9700b10a2e42f1d" "/navigation/4d4cc90a5eff22ccc630475c8985b11c" "/navigation/24d6be0ee3f75d3cf14ad646e15b5706" "/navigation/95d19b7d2a43bca874ed937173ab818d" "/navigation/f67a99c5bf8c0bd4fb150997bf0de350" "/navigation/e9a88b01e32a9d86660c8c8b3334b500" "/navigation/0cc4d1e6097fb38dfc49b3e035911870" "/navigation/225a611208d5a56f780026586f84acd0" "/navigation/5536c572dcdd2656aad11feb2e8d6309" "/navigation/64ed80ef87b9b9b754be36772425e947" "/navigation/40ed8a18f47da7d87f6c8719bb28385a" "/navigation/499456f34de05a8962ada7af19c70b70" "/navigation/38af3ad37d571a413da701644b1511b9" "/navigation/1c1708cf9234149e42c462815ab6db09" "/navigation/ea18b796828ab701c109d6c82cd644f4" "/navigation/6bcdc53ba589d9ca5e0a806b247beabd" "/landingPage/01900bcdf62a789ba0e74be57b210083" "/landingPage/0190973de41a757d89600621522778a1" "/landingPage/38bdd0c3e4ef4cdd94eb98e6acec006b" "/landingPage/018ee7156a227c90a5cae86d76127ead" "/landingPage/0190307e217c7fc892e45b7ec067d6b5" "/landingPage/01901652ffbf78e6be8e6d19d0af461b" "/landingPage/05e1ea75fb5248d48ecd6f533ceb0643" "/landingPage/018ebcad754a70abb7d72fcffdd4fb8e" "/landingPage/018eeae802b676f98f5b75096f158d8f" "/landingPage/80b15d8cbdd64db29782cecb9e837b4b" "/landingPage/3215141b9d834c4a85e405f40cfd0151" "/landingPage/c4b54c9423c94cb882f32376fbcdc2cc" "/landingPage/6cfbd3fb873e4379955f38697d0cee51" "/landingPage/0190790d6fe477109ef87826b43657e4" "/landingPage/018fbf3fff2c78e1adc27bfd4efa60a6" "/landingPage/7fb1ee1593f14ffe8d1a3de9f29f3fa0" "/landingPage/535996cae7b54c7fa2321e5d03c734dc" "/landingPage/018fb926e4177c90a5b229230ba9229b" "/landingPage/018fe30405f873eb8a445e81d223f44e" "/landingPage/018fde7030da73dc9e85c4e23d665202" "/landingPage/4d4c983734434b1bac6951f026cb2569" "/detail/ad12bb7196ccabb5add62241630dd16e" "/detail/d96aef2e7f7d39bfa30e3ea809b7eda6" "/navigation/47c823ffa54c4a838419e63637237423" "/navigation/003fead0b2c54c02b2b6a000fd0dc3c6" "/landingPage/019146c494347206b1979287d007975e" "/navigation/7d5664d1b3e6418f85f1bc53429bc3ca" "/navigation/513109c128ad4a7ab30fa1d8979d40e0" "/navigation/a5b2c8e80d144124a5321366d0d6bdc6" "/landingPage/018ee098c74f763e91f7d621dbfa7074" "/landingPage/4e6f17971ae5455ab840ad4974ac14a1" b"/»_ââšMpªXTÎ|ãâ\v" b"\x02a\f\x08ÑQN├ü\vb¦©!\x19Ã" ] |
||||||||||||||||||||||||
2.42 ms (5.07%) |
1 |
# product-listing::property-filter::read 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.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`config` as `property_group_option.media.config`, `property_group_option.media`.`path` as `property_group_option.media.path`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` 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`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` 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` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.media_id, `property_group_option.media.translation`.title as `property_group_option.media.translation.title`, `property_group_option.media.translation`.alt as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.custom_fields as `property_group_option.media.translation.customFields`, `property_group_option.media.translation`.created_at as `property_group_option.media.translation.createdAt`, `property_group_option.media.translation`.updated_at as `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation`.media_id as `property_group_option.media.translation.mediaId`, `property_group_option.media.translation`.language_id as `property_group_option.media.translation.languageId` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.language_id = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\r\x10ÍQÑi/ËÔì6©\t┬Ã%" b"!\fð7¯\x1C³1½°—ÐÎ넉" b"#1ò<ß=■(æµ$óì─êÐ" b"+\x1D‡¿Í`g¢ÒÊé²LÖq(" b"A$àL\x0E\x0Eÿ0¥ÑA\x1E\x104m”" b"s.ƶ¶ë0│¨÷Å\x0142\x11," b"üo\x06Üh░Ö╚Dà\x15?ZÕ£\n" b"ƒ\x07Æø™"\x05IMV}J[’ê/" b"ä\x1D1ë\x07É=½ôÀ├ÿ©õÀ(" b"–œs¥€a-<_XKÁ\x0FmÁ\x1E" b"›\x01)`\x1C\x03‚Æî\x13řڱ·d" b"¢h?ÍÑä\x1C…9nD¿(#\x05" b""" ¯Ø©=k\v{¹dƒhÌ\x10\n fg """ b"²ç2\x16K`\x07‘9ÿãþ\x1D\\x05š" b"µÒ Ûï\x1Ce\t»…\x0F$ÐðZú" b"¹\x16þãù†ùæÕËÅJ¥˜\x08Î" b"»\x0EØéI¢Üg·º&ÿŠ.ÎÔ" b"Ë\räÆ4\x04Ú\x11«+¹ÂÚÿšÁ" b"Ëb<o·@ô¡ä²ÜγúrÎ" b"Ý#øEªöLÍ^\x1AÞ²\x10'T¢" b"ï dú\x14Æ+%,T\x1EÂôÌúh" b"÷\x7F\x0FÁ\x07‘ãi\x18¹8Ëêë\x19†" b""" ÿÕt‚ÓÎm\n ÈŒI5Kz\x1F """ ] |
||||||||||||||||||||||||
2.35 ms (4.91%) |
4 |
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:
[] |
||||||||||||||||||||||||
1.52 ms (3.19%) |
1 |
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel.analytics`.`id` as `sales_channel.analytics.id`, `sales_channel.analytics`.`tracking_id` as `sales_channel.analytics.trackingId`, `sales_channel.analytics`.`active` as `sales_channel.analytics.active`, `sales_channel.analytics`.`track_orders` as `sales_channel.analytics.trackOrders`, `sales_channel.analytics`.`anonymize_ip` as `sales_channel.analytics.anonymizeIp`, `sales_channel.analytics`.`created_at` as `sales_channel.analytics.createdAt`, `sales_channel.analytics`.`updated_at` as `sales_channel.analytics.updatedAt`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, (SELECT GROUP_CONCAT(HEX(`sales_channel.paymentMethods.mapping`.`payment_method_id`) SEPARATOR '||') FROM `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` WHERE `sales_channel.paymentMethods.mapping`.`sales_channel_id` = `sales_channel`.`id` ) as `sales_channel.paymentMethods.id_mapping`, `sales_channel.country`.`id` as `sales_channel.country.id`, `sales_channel.country`.`iso` as `sales_channel.country.iso`, `sales_channel.country`.`position` as `sales_channel.country.position`, `sales_channel.country`.`active` as `sales_channel.country.active`, `sales_channel.country`.`shipping_available` as `sales_channel.country.shippingAvailable`, `sales_channel.country`.`iso3` as `sales_channel.country.iso3`, `sales_channel.country`.`display_state_in_registration` as `sales_channel.country.displayStateInRegistration`, `sales_channel.country`.`force_state_in_registration` as `sales_channel.country.forceStateInRegistration`, `sales_channel.country`.`check_vat_id_pattern` as `sales_channel.country.checkVatIdPattern`, `sales_channel.country`.`vat_id_required` as `sales_channel.country.vatIdRequired`, `sales_channel.country`.`vat_id_pattern` as `sales_channel.country.vatIdPattern`, `sales_channel.country`.`customer_tax` as `sales_channel.country.customerTax`, `sales_channel.country`.`company_tax` as `sales_channel.country.companyTax`, `sales_channel.country`.`postal_code_required` as `sales_channel.country.postalCodeRequired`, `sales_channel.country`.`check_postal_code_pattern` as `sales_channel.country.checkPostalCodePattern`, `sales_channel.country`.`check_advanced_postal_code_pattern` as `sales_channel.country.checkAdvancedPostalCodePattern`, `sales_channel.country`.`advanced_postal_code_pattern` as `sales_channel.country.advancedPostalCodePattern`, `sales_channel.country`.`default_postal_code_pattern` as `sales_channel.country.defaultPostalCodePattern`, `sales_channel.country`.`created_at` as `sales_channel.country.createdAt`, `sales_channel.country`.`updated_at` as `sales_channel.country.updatedAt`, `sales_channel.country.translation.name`, COALESCE(`sales_channel.country.translation.name`,`sales_channel.country.translation.name`) as `sales_channel.country.name`, `sales_channel.country.translation.addressFormat`, COALESCE(`sales_channel.country.translation.addressFormat`,`sales_channel.country.translation.addressFormat`) as `sales_channel.country.addressFormat`, `sales_channel.country.translation.customFields`, COALESCE(`sales_channel.country.translation.customFields`,`sales_channel.country.translation.customFields`) as `sales_channel.country.customFields`, `sales_channel.country.translation.createdAt`, `sales_channel.country.translation.updatedAt`, `sales_channel.country.translation.countryId`, `sales_channel.country.translation.languageId`, `sales_channel.language`.`id` as `sales_channel.language.id`, `sales_channel.language`.`parent_id` as `sales_channel.language.parentId`, `sales_channel.language`.`locale_id` as `sales_channel.language.localeId`, `sales_channel.language`.`translation_code_id` as `sales_channel.language.translationCodeId`, `sales_channel.language`.`name` as `sales_channel.language.name`, `sales_channel.language`.`custom_fields` as `sales_channel.language.customFields`, `sales_channel.language`.`created_at` as `sales_channel.language.createdAt`, `sales_channel.language`.`updated_at` as `sales_channel.language.updatedAt`, `sales_channel.language.locale`.`id` as `sales_channel.language.locale.id`, `sales_channel.language.locale`.`code` as `sales_channel.language.locale.code`, `sales_channel.language.locale`.`created_at` as `sales_channel.language.locale.createdAt`, `sales_channel.language.locale`.`updated_at` as `sales_channel.language.locale.updatedAt`, `sales_channel.language.locale.translation.name`, COALESCE(`sales_channel.language.locale.translation.name`,`sales_channel.language.locale.translation.name`) as `sales_channel.language.locale.name`, `sales_channel.language.locale.translation.territory`, COALESCE(`sales_channel.language.locale.translation.territory`,`sales_channel.language.locale.translation.territory`) as `sales_channel.language.locale.territory`, `sales_channel.language.locale.translation.customFields`, COALESCE(`sales_channel.language.locale.translation.customFields`,`sales_channel.language.locale.translation.customFields`) as `sales_channel.language.locale.customFields`, `sales_channel.language.locale.translation.createdAt`, `sales_channel.language.locale.translation.updatedAt`, `sales_channel.language.locale.translation.localeId`, `sales_channel.language.locale.translation.languageId`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name as `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` LEFT JOIN `country` `sales_channel.country` ON `sales_channel`.`country_id` = `sales_channel.country`.`id` LEFT JOIN `language` `sales_channel.language` ON `sales_channel`.`language_id` = `sales_channel.language`.`id` LEFT JOIN (SELECT `sales_channel.country.translation`.country_id, `sales_channel.country.translation`.name as `sales_channel.country.translation.name`, `sales_channel.country.translation`.address_format as `sales_channel.country.translation.addressFormat`, `sales_channel.country.translation`.custom_fields as `sales_channel.country.translation.customFields`, `sales_channel.country.translation`.created_at as `sales_channel.country.translation.createdAt`, `sales_channel.country.translation`.updated_at as `sales_channel.country.translation.updatedAt`, `sales_channel.country.translation`.country_id as `sales_channel.country.translation.countryId`, `sales_channel.country.translation`.language_id as `sales_channel.country.translation.languageId` FROM `country_translation` `sales_channel.country.translation` WHERE `sales_channel.country.translation`.language_id = ?) `sales_channel.country.country_translation` ON `sales_channel.country.country_translation`.`country_id` = `sales_channel.country`.`id` LEFT JOIN `locale` `sales_channel.language.locale` ON `sales_channel.language`.`locale_id` = `sales_channel.language.locale`.`id` LEFT JOIN (SELECT `sales_channel.language.locale.translation`.locale_id, `sales_channel.language.locale.translation`.name as `sales_channel.language.locale.translation.name`, `sales_channel.language.locale.translation`.territory as `sales_channel.language.locale.translation.territory`, `sales_channel.language.locale.translation`.custom_fields as `sales_channel.language.locale.translation.customFields`, `sales_channel.language.locale.translation`.created_at as `sales_channel.language.locale.translation.createdAt`, `sales_channel.language.locale.translation`.updated_at as `sales_channel.language.locale.translation.updatedAt`, `sales_channel.language.locale.translation`.locale_id as `sales_channel.language.locale.translation.localeId`, `sales_channel.language.locale.translation`.language_id as `sales_channel.language.locale.translation.languageId` FROM `locale_translation` `sales_channel.language.locale.translation` WHERE `sales_channel.language.locale.translation`.language_id = ?) `sales_channel.language.locale.locale_translation` ON `sales_channel.language.locale.locale_translation`.`locale_id` = `sales_channel.language.locale`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x02a\f\x08ÑQN├ü\vb¦©!\x19Ã" ] |
||||||||||||||||||||||||
0.93 ms (1.94%) |
1 |
#cart-persister::load SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
"MmOkMpeVVf8M09LRGGLxbVzY4Po5uCBm"
]
|
||||||||||||||||||||||||
0.83 ms (1.73%) |
1 |
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` WHERE `payment_method`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x01è<\x1C░═q<òTÔfÅ\x08 _" b"\x01Ä╠®Â[qèü╦\x13$8k┴\x04" b"ZvóEê\x1DC°˜ýP†€È›ö" b"u4Í\x03·`ID©¹û¼LDæÈ" b"…"Vv2—CÑšN‚j¢ÝÜ" b"ª÷\x1F_ÁnH\x06ž^\x19‘[\x06•s" b"▒7Í6ÚÆO'ì┘\x07$▓╗A" b"¼wë1y>N5¯¡lwz\x18/h" b"½¯\x05†p¡Kx¹[\x0F\x13 ·š\x0E" b"╬G}‗┴ÅE2ê=ÉnQ┌Cg" b"ÓQýÔ;dHy€!z\x02®Îé˜" b"Þêe'&ÞEù¶ç\x19–ø\x1C!J" b"áb0\x13{\x15D˜³\x14'eŽh$ˆ" b"íà[q›!AC¤Ë\x1C\x02\x16¸RÞ" ] |
||||||||||||||||||||||||
0.75 ms (1.57%) |
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:
[] |
||||||||||||||||||||||||
0.74 ms (1.55%) |
1 |
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
"payload"
]
|
||||||||||||||||||||||||
0.73 ms (1.53%) |
2 |
SELECT `bisg_warehouse_stock`.`id` as `bisg_warehouse_stock.id`, `bisg_warehouse_stock`.`warehouse_id` as `bisg_warehouse_stock.warehouseId`, `bisg_warehouse_stock`.`product_id` as `bisg_warehouse_stock.productId`, `bisg_warehouse_stock`.`product_version_id` as `bisg_warehouse_stock.productVersionId`, `bisg_warehouse_stock`.`product_number` as `bisg_warehouse_stock.productNumber`, `bisg_warehouse_stock`.`stock` as `bisg_warehouse_stock.stock`, `bisg_warehouse_stock`.`available_stock` as `bisg_warehouse_stock.availableStock`, `bisg_warehouse_stock`.`charge` as `bisg_warehouse_stock.charge`, `bisg_warehouse_stock`.`serial_number` as `bisg_warehouse_stock.serialNumber`, `bisg_warehouse_stock`.`created_at` as `bisg_warehouse_stock.createdAt`, `bisg_warehouse_stock`.`updated_at` as `bisg_warehouse_stock.updatedAt` FROM `bisg_warehouse_stock` LEFT JOIN `bisg_warehouse` `bisg_warehouse_stock.warehouse` ON `bisg_warehouse_stock`.`warehouse_id` = `bisg_warehouse_stock.warehouse`.`id` LEFT JOIN `bisg_warehouse_group` `bisg_warehouse_stock.warehouse.group` ON `bisg_warehouse_stock.warehouse`.`group_id` = `bisg_warehouse_stock.warehouse.group`.`id` WHERE (((`bisg_warehouse_stock`.`product_id` IN (?) AND `bisg_warehouse_stock.warehouse.group`.`location_id` IN (?) AND ((`bisg_warehouse_stock`.`charge` <=> ? OR (`bisg_warehouse_stock`.`charge` > ?)) AND ((`bisg_warehouse_stock`.`available_stock` >= ?))))))
Parameters:
[ b"\x12»q–Ì«µÖ"Ac\rÑn" b"\x01Žæm…£rªŽo\x15}Y\x17@m" null "2024-12-27" 1 ] |
||||||||||||||||||||||||
0.58 ms (1.21%) |
2 |
SELECT LOWER(HEX(product.id)) as __product_productId, LOWER(HEX(product.version_id)) as __product_versionId, product.id as __product_id, product.product_number as __product_productNumber, LOWER(HEX(product.active)) as __product_active, LOWER(HEX(parentProduct.id)) as __parentProduct_productId, LOWER(HEX(parentProduct.version_id)) as __parentProduct_versionId, parentProduct.id as __parentProduct_id, parentProduct.product_number as __parentProduct_productNumber, LOWER(HEX(parentProduct.active)) as __parentProduct_active FROM product LEFT JOIN product parentProduct ON parentProduct.id = product.parent_id AND parentProduct.version_id = product.version_id WHERE product.product_number = ? AND product.version_id = ?
Parameters:
[ "TM-CO2-comp" b"\x0F©\x1CãéjK¾KÙÎu,4%" ] |
||||||||||||||||||||||||
0.56 ms (1.18%) |
1 |
# landing-page::cms-page::association::sections::read SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` as `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` as `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, COALESCE(`cms_section.backgroundMedia.translation.title`,`cms_section.backgroundMedia.translation.title`) as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, COALESCE(`cms_section.backgroundMedia.translation.alt`,`cms_section.backgroundMedia.translation.alt`) as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, COALESCE(`cms_section.backgroundMedia.translation.customFields`,`cms_section.backgroundMedia.translation.customFields`) as `cms_section.backgroundMedia.customFields`, `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation.languageId` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.media_id, `cms_section.backgroundMedia.translation`.title as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.alt as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.custom_fields as `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation`.created_at as `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation`.updated_at as `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation`.media_id as `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation`.language_id as `cms_section.backgroundMedia.translation.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.language_id = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"æÔI\x7FWáMm¯ðØ=\x00\x19±" ] |
||||||||||||||||||||||||
0.56 ms (1.17%) |
1 |
# landing-page::cms-page::association::sections::association::blocks::read SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` as `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` as `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, COALESCE(`cms_block.backgroundMedia.translation.title`,`cms_block.backgroundMedia.translation.title`) as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, COALESCE(`cms_block.backgroundMedia.translation.alt`,`cms_block.backgroundMedia.translation.alt`) as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, COALESCE(`cms_block.backgroundMedia.translation.customFields`,`cms_block.backgroundMedia.translation.customFields`) as `cms_block.backgroundMedia.customFields`, `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation.languageId` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.media_id, `cms_block.backgroundMedia.translation`.title as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.alt as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.custom_fields as `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation`.created_at as `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation`.updated_at as `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation`.media_id as `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation`.language_id as `cms_block.backgroundMedia.translation.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.language_id = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?)))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"÷ JgòxML„ʼn\tû\x13¡8" ] |
||||||||||||||||||||||||
0.51 ms (1.07%) |
1 |
SELECT `bisg_product_feature_type`.`id` as `bisg_product_feature_type.id`, `bisg_product_feature_type`.`name` as `bisg_product_feature_type.name`, `bisg_product_feature_type`.`custom_field_config` as `bisg_product_feature_type.customFieldConfig`, `bisg_product_feature_type`.`created_at` as `bisg_product_feature_type.createdAt`, `bisg_product_feature_type`.`updated_at` as `bisg_product_feature_type.updatedAt`, `bisg_product_feature_type.translation.label`, COALESCE(`bisg_product_feature_type.translation.label`,`bisg_product_feature_type.translation.label`) as `bisg_product_feature_type.label`, `bisg_product_feature_type.translation.description`, COALESCE(`bisg_product_feature_type.translation.description`,`bisg_product_feature_type.translation.description`) as `bisg_product_feature_type.description`, `bisg_product_feature_type.translation.createdAt`, `bisg_product_feature_type.translation.updatedAt`, `bisg_product_feature_type.translation.bisgProductFeatureTypeId`, `bisg_product_feature_type.translation.languageId` FROM `bisg_product_feature_type` LEFT JOIN (SELECT `bisg_product_feature_type.translation`.bisg_product_feature_type_id, `bisg_product_feature_type.translation`.label as `bisg_product_feature_type.translation.label`, `bisg_product_feature_type.translation`.description as `bisg_product_feature_type.translation.description`, `bisg_product_feature_type.translation`.created_at as `bisg_product_feature_type.translation.createdAt`, `bisg_product_feature_type.translation`.updated_at as `bisg_product_feature_type.translation.updatedAt`, `bisg_product_feature_type.translation`.bisg_product_feature_type_id as `bisg_product_feature_type.translation.bisgProductFeatureTypeId`, `bisg_product_feature_type.translation`.language_id as `bisg_product_feature_type.translation.languageId` FROM `bisg_product_feature_type_translation` `bisg_product_feature_type.translation` WHERE `bisg_product_feature_type.translation`.language_id = ?) `bisg_product_feature_type.bisg_product_feature_type_translation` ON `bisg_product_feature_type.bisg_product_feature_type_translation`.`bisg_product_feature_type_id` = `bisg_product_feature_type`.`id`
Parameters:
[
b"/»_ââšMpªXTÎ|ãâ\v"
]
|
||||||||||||||||||||||||
0.48 ms (1.01%) |
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"\x02a\f\x08ÑQN├ü\vb¦©!\x19Ã" "Juanachute-Estate-optimale-Kaffee-Qualitaet-aus-Costa-Rica" ]
|
||||||||||||||||||||||||
0.46 ms (0.97%) |
2 |
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
"de-DE"
]
|
||||||||||||||||||||||||
0.45 ms (0.93%) |
1 |
# landing-page::cms-page::association::sections::association::blocks::association::slots::read SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, COALESCE(`cms_slot.translation.config`,`cms_slot.translation.config`) as `cms_slot.config`, `cms_slot.translation.customFields`, COALESCE(`cms_slot.translation.customFields`,`cms_slot.translation.customFields`) as `cms_slot.customFields`, `cms_slot.translation.createdAt`, `cms_slot.translation.updatedAt`, `cms_slot.translation.cmsSlotId`, `cms_slot.translation.languageId`, `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.cms_slot_id, `cms_slot.translation`.cms_slot_version_id, `cms_slot.translation`.config as `cms_slot.translation.config`, `cms_slot.translation`.custom_fields as `cms_slot.translation.customFields`, `cms_slot.translation`.created_at as `cms_slot.translation.createdAt`, `cms_slot.translation`.updated_at as `cms_slot.translation.updatedAt`, `cms_slot.translation`.cms_slot_id as `cms_slot.translation.cmsSlotId`, `cms_slot.translation`.language_id as `cms_slot.translation.languageId`, `cms_slot.translation`.cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.language_id = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.cms_slot_version_id = `cms_slot`.version_id WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?)))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"/‹•Z\x07íL¨¡:]ɺÞ\x19\x1F" b"0ŒÑ½Bv@×\x11ÙY@I}\x15" b"É¢óèÚ┼M\x13º╝\x17╬?*bÿ" b"ùÉvŒpnN‰º\x1A>>ðj\x0E›" ] |
||||||||||||||||||||||||
0.44 ms (0.92%) |
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" ] |
||||||||||||||||||||||||
0.43 ms (0.90%) |
1 |
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[ b"\x02a\f\x08ÑQN├ü\vb¦©!\x19Ã" "KlarnaPayment.settings.%" ] |
||||||||||||||||||||||||
0.43 ms (0.89%) |
1 |
# landing-page::cms-page::read SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, COALESCE(`cms_page.translation.name`,`cms_page.translation.name`) as `cms_page.name`, `cms_page.translation.customFields`, COALESCE(`cms_page.translation.customFields`,`cms_page.translation.customFields`) as `cms_page.customFields`, `cms_page.translation.createdAt`, `cms_page.translation.updatedAt`, `cms_page.translation.cmsPageId`, `cms_page.translation.languageId`, `cms_page.translation.cmsPageVersionId` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.cms_page_id, `cms_page.translation`.cms_page_version_id, `cms_page.translation`.name as `cms_page.translation.name`, `cms_page.translation`.custom_fields as `cms_page.translation.customFields`, `cms_page.translation`.created_at as `cms_page.translation.createdAt`, `cms_page.translation`.updated_at as `cms_page.translation.updatedAt`, `cms_page.translation`.cms_page_id as `cms_page.translation.cmsPageId`, `cms_page.translation`.language_id as `cms_page.translation.languageId`, `cms_page.translation`.cms_page_version_id as `cms_page.translation.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.language_id = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.cms_page_version_id = `cms_page`.version_id WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"æÔI\x7FWáMm¯ðØ=\x00\x19±" ] |
||||||||||||||||||||||||
0.39 ms (0.82%) |
1 |
# product-listing::property-filter::search-ids SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 500
Parameters:
[ true b"\x1C˜Åõ«Š\fîYI\x11\x11/‡Fk" b"]\x1E©ø+õÑhÞ`ØmlÆB§" b"^z¨j[_î\x16Œ‚¯xŸÃ_Ø" b"║\x14¥%`RgÂ‗┼kxÅ\x06{\" b"ðtkàn-EyuÓ¼,}lÅÇ" b"\r\x10ÍQÑi/ËÔì6©\t┬Ã%" b"!\fð7¯\x1C³1½°—ÐÎ넉" b"#1ò<ß=■(æµ$óì─êÐ" b"+\x1D‡¿Í`g¢ÒÊé²LÖq(" b""" +ž{\eï*\x10u–“:^A\n \x01 """ b"A$àL\x0E\x0Eÿ0¥ÑA\x1E\x104m”" b"s.ƶ¶ë0│¨÷Å\x0142\x11," b"üo\x06Üh░Ö╚Dà\x15?ZÕ£\n" b"ƒ\x07Æø™"\x05IMV}J[’ê/" b"ä\x1D1ë\x07É=½ôÀ├ÿ©õÀ(" b"–œs¥€a-<_XKÁ\x0FmÁ\x1E" b"›\x01)`\x1C\x03‚Æî\x13řڱ·d" b"¢h?ÍÑä\x1C…9nD¿(#\x05" b""" ¯Ø©=k\v{¹dƒhÌ\x10\n fg """ b"²ç2\x16K`\x07‘9ÿãþ\x1D\\x05š" b"µÒ Ûï\x1Ce\t»…\x0F$ÐðZú" b"¹\x16þãù†ùæÕËÅJ¥˜\x08Î" b"»\x0EØéI¢Üg·º&ÿŠ.ÎÔ" b"Ë\räÆ4\x04Ú\x11«+¹ÂÚÿšÁ" b"Ëb<o·@ô¡ä²ÜγúrÎ" b"Ý#øEªöLÍ^\x1AÞ²\x10'T¢" b"ï dú\x14Æ+%,T\x1EÂôÌúh" b"÷\x7F\x0FÁ\x07‘ãi\x18¹8Ëêë\x19†" b""" ÿÕt‚ÓÎm\n ÈŒI5Kz\x1F """ ] |
||||||||||||||||||||||||
0.39 ms (0.82%) |
1 |
SELECT `product_stream`.`id` as `product_stream.id`, `product_stream`.`api_filter` as `product_stream.apiFilter`, `product_stream`.`invalid` as `product_stream.invalid`, `product_stream`.`created_at` as `product_stream.createdAt`, `product_stream`.`updated_at` as `product_stream.updatedAt`, `product_stream.translation.name`, COALESCE(`product_stream.translation.name`,`product_stream.translation.name`) as `product_stream.name`, `product_stream.translation.description`, COALESCE(`product_stream.translation.description`,`product_stream.translation.description`) as `product_stream.description`, `product_stream.translation.customFields`, COALESCE(`product_stream.translation.customFields`,`product_stream.translation.customFields`) as `product_stream.customFields`, `product_stream.translation.createdAt`, `product_stream.translation.updatedAt`, `product_stream.translation.productStreamId`, `product_stream.translation.languageId` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation`.product_stream_id, `product_stream.translation`.name as `product_stream.translation.name`, `product_stream.translation`.description as `product_stream.translation.description`, `product_stream.translation`.custom_fields as `product_stream.translation.customFields`, `product_stream.translation`.created_at as `product_stream.translation.createdAt`, `product_stream.translation`.updated_at as `product_stream.translation.updatedAt`, `product_stream.translation`.product_stream_id as `product_stream.translation.productStreamId`, `product_stream.translation`.language_id as `product_stream.translation.languageId` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation`.language_id = ?) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation`.`product_stream_id` = `product_stream`.`id` WHERE `product_stream`.`id` IN (?, ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"ÖpÇ|$ÂB\x13²ž\x05£bm>ô" b"&ÚmAYªB´²¨åÚDŠÆO" ] |
||||||||||||||||||||||||
0.38 ms (0.79%) |
1 |
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[ b"\x02a\f\x08ÑQN├ü\vb¦©!\x19Ã" "MmOkMpeVVf8M09LRGGLxbVzY4Po5uCBm" ] |
||||||||||||||||||||||||
0.38 ms (0.79%) |
1 |
SELECT `bisg_warehouse`.`id` as `bisg_warehouse.id`, `bisg_warehouse`.`group_id` as `bisg_warehouse.groupId`, `bisg_warehouse`.`number` as `bisg_warehouse.number` FROM `bisg_warehouse` WHERE (`bisg_warehouse`.`group_id` <=> ? AND NOT (`bisg_warehouse`.`number` IN (?)))
Parameters:
[ null "BKRPC5" ] |
||||||||||||||||||||||||
0.38 ms (0.78%) |
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:
[]
|
||||||||||||||||||||||||
0.37 ms (0.78%) |
1 |
# product-listing::property-filter::search-ids SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500
Parameters:
[ true b"\x1C˜Åõ«Š\fîYI\x11\x11/‡Fk" b"]\x1E©ø+õÑhÞ`ØmlÆB§" b"^z¨j[_î\x16Œ‚¯xŸÃ_Ø" b"║\x14¥%`RgÂ‗┼kxÅ\x06{\" b"ðtkàn-EyuÓ¼,}lÅÇ" b"\r\x10ÍQÑi/ËÔì6©\t┬Ã%" b"!\fð7¯\x1C³1½°—ÐÎ넉" b"#1ò<ß=■(æµ$óì─êÐ" b"+\x1D‡¿Í`g¢ÒÊé²LÖq(" b""" +ž{\eï*\x10u–“:^A\n \x01 """ b"A$àL\x0E\x0Eÿ0¥ÑA\x1E\x104m”" b"s.ƶ¶ë0│¨÷Å\x0142\x11," b"üo\x06Üh░Ö╚Dà\x15?ZÕ£\n" b"ƒ\x07Æø™"\x05IMV}J[’ê/" b"ä\x1D1ë\x07É=½ôÀ├ÿ©õÀ(" b"–œs¥€a-<_XKÁ\x0FmÁ\x1E" b"›\x01)`\x1C\x03‚Æî\x13řڱ·d" b"¢h?ÍÑä\x1C…9nD¿(#\x05" b""" ¯Ø©=k\v{¹dƒhÌ\x10\n fg """ b"²ç2\x16K`\x07‘9ÿãþ\x1D\\x05š" b"µÒ Ûï\x1Ce\t»…\x0F$ÐðZú" b"¹\x16þãù†ùæÕËÅJ¥˜\x08Î" b"»\x0EØéI¢Üg·º&ÿŠ.ÎÔ" b"Ë\räÆ4\x04Ú\x11«+¹ÂÚÿšÁ" b"Ëb<o·@ô¡ä²ÜγúrÎ" b"Ý#øEªöLÍ^\x1AÞ²\x10'T¢" b"ï dú\x14Æ+%,T\x1EÂôÌúh" b"÷\x7F\x0FÁ\x07‘ãi\x18¹8Ëêë\x19†" b""" ÿÕt‚ÓÎm\n ÈŒI5Kz\x1F """ ] |
||||||||||||||||||||||||
0.35 ms (0.73%) |
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Å\x14tÜÃvLò\x02\v\vÝ╚Ť" b"\x01É£¼of|y┐¦\x11½§oRï" b""" 'g\n \x10ØÙFü¾„ZÃŽòâc """ b"üÀùòÇÃAÒñé\x07=µ¢Ð┼" b"■Ð@¤¤´N│É\x03╩ıº\x02D\" b""" \x01ô\eÜUìv¥ê£\x04©\n °j¦ """ b"F-ø‘S\x10DÅ‘8Ò'Ïý~Ù" b"Ÿ£ê\x1C¨\x03\x11"4+L,ƒ\x02½\x10" ] |
||||||||||||||||||||||||
0.34 ms (0.71%) |
1 |
# product-listing::load-sortings::read SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.label`, COALESCE(`product_sorting.translation.label`,`product_sorting.translation.label`) as `product_sorting.label`, `product_sorting.translation.createdAt`, `product_sorting.translation.updatedAt`, `product_sorting.translation.productSortingId`, `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.product_sorting_id, `product_sorting.translation`.label as `product_sorting.translation.label`, `product_sorting.translation`.created_at as `product_sorting.translation.createdAt`, `product_sorting.translation`.updated_at as `product_sorting.translation.updatedAt`, `product_sorting.translation`.product_sorting_id as `product_sorting.translation.productSortingId`, `product_sorting.translation`.language_id as `product_sorting.translation.languageId` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.language_id = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x01‘ÁÅä\tpþ™á/”\tS¿ã" b"ãâ†@\x00ÈH\x16Á‡fWc" b"/UÞÊÛ7DK¥lÚ_6\x11Å¿" b":Ð=íü@LéŠÀŠ H6qî" b"\x08Tk4ämH~││¨3a¿ì©" b"ÎÞVu+\x12Lø¨ï\x01\x7F¢>ÌŸ" b"×FÏš#fD.¦-/znD¨…" ] |
||||||||||||||||||||||||
0.32 ms (0.67%) |
1 |
SELECT `acris_search_product_pushing`.`id` FROM `acris_search_product_pushing` LEFT JOIN `acris_search_product_pushing_rule` `acris_search_product_pushing.rules.mapping` ON `acris_search_product_pushing`.`id` = `acris_search_product_pushing.rules.mapping`.`search_product_pushing_id` LEFT JOIN `rule` `acris_search_product_pushing.rules` ON `acris_search_product_pushing.rules.mapping`.`rule_id` = `acris_search_product_pushing.rules`.`id` WHERE ((`acris_search_product_pushing`.`active` = ? AND (`acris_search_product_pushing`.`type` = ? OR `acris_search_product_pushing`.`type` = ?) AND (`acris_search_product_pushing.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?) OR `acris_search_product_pushing.rules`.`id` <=> ?))) GROUP BY `acris_search_product_pushing`.`id`
Parameters:
[ true "all" "listing" b"\x01Å\x14tÜÃvLò\x02\v\vÝ╚Ť" b"\x01É£¼of|y┐¦\x11½§oRï" b""" 'g\n \x10ØÙFü¾„ZÃŽòâc """ b"üÀùòÇÃAÒñé\x07=µ¢Ð┼" b"■Ð@¤¤´N│É\x03╩ıº\x02D\" b""" \x01ô\eÜUìv¥ê£\x04©\n °j¦ """ b"F-ø‘S\x10DÅ‘8Ò'Ïý~Ù" b"Ÿ£ê\x1C¨\x03\x11"4+L,ƒ\x02½\x10" null ] |
||||||||||||||||||||||||
0.29 ms (0.62%) |
1 |
SELECT `acris_search_product_pushing`.`id` as `acris_search_product_pushing.id`, `acris_search_product_pushing`.`name` as `acris_search_product_pushing.name`, `acris_search_product_pushing`.`active` as `acris_search_product_pushing.active`, `acris_search_product_pushing`.`type` as `acris_search_product_pushing.type`, `acris_search_product_pushing`.`factor` as `acris_search_product_pushing.factor`, `acris_search_product_pushing`.`created_at` as `acris_search_product_pushing.createdAt`, `acris_search_product_pushing`.`updated_at` as `acris_search_product_pushing.updatedAt`, (SELECT GROUP_CONCAT(HEX(`acris_search_product_pushing.productStream.mapping`.`product_stream_id`) SEPARATOR '||') FROM `acris_search_product_pushing_stream` `acris_search_product_pushing.productStream.mapping` WHERE `acris_search_product_pushing.productStream.mapping`.`search_product_pushing_id` = `acris_search_product_pushing`.`id` ) as `acris_search_product_pushing.productStream.id_mapping` FROM `acris_search_product_pushing` WHERE `acris_search_product_pushing`.`id` IN (?, ?)
Parameters:
[ b"\x01æ┴Úi_qTøÙü¤µ÷▄ù" b"\x01‘ÁõL\f{¯‰\x1Fâýž\x11ãÕ" ] |
||||||||||||||||||||||||
0.29 ms (0.61%) |
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:
[] |
||||||||||||||||||||||||
0.28 ms (0.58%) |
1 |
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[] |
||||||||||||||||||||||||
0.26 ms (0.55%) |
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"\x02a\f\x08ÑQN├ü\vb¦©!\x19Ã" b"É╣îW\x7F÷K╬®¤Y┤Çpîà" ] |
||||||||||||||||||||||||
0.23 ms (0.48%) |
1 |
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[] |
||||||||||||||||||||||||
0.23 ms (0.47%) |
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"▒7Í6ÚÆO'ì┘\x07$▓╗A"
]
|
||||||||||||||||||||||||
0.16 ms (0.34%) |
1 |
SELECT `custom_field`.`id` as `custom_field.id`, `custom_field`.`name` as `custom_field.name`, `custom_field`.`type` as `custom_field.type`, `custom_field`.`config` as `custom_field.config`, `custom_field`.`active` as `custom_field.active`, `custom_field`.`set_id` as `custom_field.customFieldSetId`, `custom_field`.`allow_customer_write` as `custom_field.allowCustomerWrite`, `custom_field`.`allow_cart_expose` as `custom_field.allowCartExpose`, `custom_field`.`created_at` as `custom_field.createdAt`, `custom_field`.`updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE `custom_field`.`id` IN (?)
Parameters:
[
b"\x01ÅS\x1Aö¿w¸ÄE¼ÕxÙx8"
]
|
||||||||||||||||||||||||
0.15 ms (0.32%) |
1 |
# product-listing::load-sortings::search-ids SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`active` = ?) ORDER BY `product_sorting`.`priority` DESC
Parameters:
[
true
]
|
||||||||||||||||||||||||
0.15 ms (0.31%) |
1 |
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
b"/»_ââšMpªXTÎ|ãâ\v"
]
|
||||||||||||||||||||||||
0.14 ms (0.28%) |
1 |
SELECT `name`, `path`, `author` FROM `app` WHERE `active` = 1
Parameters:
[] |
||||||||||||||||||||||||
0.11 ms (0.23%) |
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.