Query Metrics
45
Database Queries
44
Different statements
95.30 ms
Query time
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
53.66 ms (56.30%) |
1 |
-- product-listing-route::loading::association::prices::read SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND (((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))))
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"\x08,\x1DÈ%ðN»“ü\x11½ÀO$Ï" b""" <¦ku¨@úªœÿX\n O»È """ b"D[‚¨º÷O\x1CŠ…J’œ*ÝÂ" b"J\x14þ ]7E…¥*="™ß „" b"Vo±Šç0G¡Ò‰»b½¨§" b"Ywà4ÆëOt„¡p‰\x19=\x19ð" b"Zn\x14á;èL\x04¡óÞ>ª¥+\x17" b"^B\x7F‡¢¥OL\\x17@6Û£" b"wë†óu¥HÅšc\x17,Ž\x15\x1AK" b"}¡ðAŠÄJ:¡$\x02V;pJ¥" b"€Gq¬AdDõƒ@º^?"y2" b"…þ²Ï\x04ïDp¡ï\x1FLÄ‚X" b"†=€²ÏC…œ\x04+«\x13Ù} " b"‰EUÜã$O¡¤Q\tí{\x15IR" b"‘°åÒ\x00ÿO?š}ÆøC³‡[" b"¦£ÃjM¶AC¸ô®\4ú\x17Ò" b""" «<&¦aÂB\x04—Í&\n Y,¸\x0E """ b"Äê\x1F\x10ÑM¯¿]Ÿ.©Ò\x12Ì" b"Ýþ28Æ_M^€VûRl°\x0F±" b"ä6$›c\CÏ \x03¦"\x19®Hß" b"æ£\x7Ff#ãD8²ï\x18iÕ¼Tæ" b"ô‹] û6N‡ïIÄ FÈG" b"ø71lJÜ¡"˜ÑÖ\x0E\x13d" b"ù|ù%=¤Ne \x06}~~7ÕÜ" ] |
||||||||||||||||||||||||
|
13.45 ms (14.11%) |
1 |
-- product-listing-route::loading::aggregation::properties SELECT LOWER(HEX(`product.properties`.`id`)) as `properties.key`, COUNT(`product`.`id`) as `properties.count` 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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product`.`properties` = `product.properties.mapping`.`product_id` AND `product`.`version_id` = `product.properties.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping`.`property_group_option_id` = `product.properties`.`id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product.properties`.`id`
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" 30 b"Íe’Æ6®Kóƒx°\x1A›1äm" true b"\x7F¬\x11£D•F=£•ü‹_(ÍÉ" null true false ] |
||||||||||||||||||||||||
|
5.90 ms (6.19%) |
1 |
-- product-listing-route::loading::search-ids 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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MIN(`product`.`product_number`) ASC, MIN(`product`.`id`) ASC LIMIT 24 OFFSET 480
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" 30 b"Íe’Æ6®Kóƒx°\x1A›1äm" true b"\x7F¬\x11£D•F=£•ü‹_(ÍÉ" null true false ] |
||||||||||||||||||||||||
|
3.93 ms (4.12%) |
1 |
-- product-listing-route::loading::read SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.link`, `product.manufacturer.translation.link` as `product.manufacturer.link`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||') FROM `product_option` `product.options.mapping` WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`file_hash` as `product.cover.media.fileHash`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` 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_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`link` as `product.manufacturer.translation.link`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"J\x14þ ]7E…¥*="™ß „" b"\x08,\x1DÈ%ðN»“ü\x11½ÀO$Ï" b"Ýþ28Æ_M^€VûRl°\x0F±" b"æ£\x7Ff#ãD8²ï\x18iÕ¼Tæ" b"ù|ù%=¤Ne \x06}~~7ÕÜ" b"Ywà4ÆëOt„¡p‰\x19=\x19ð" b"wë†óu¥HÅšc\x17,Ž\x15\x1AK" b"€Gq¬AdDõƒ@º^?"y2" b"ô‹] û6N‡ïIÄ FÈG" b""" «<&¦aÂB\x04—Í&\n Y,¸\x0E """ b"…þ²Ï\x04ïDp¡ï\x1FLÄ‚X" b"ä6$›c\CÏ \x03¦"\x19®Hß" b"Äê\x1F\x10ÑM¯¿]Ÿ.©Ò\x12Ì" b"Zn\x14á;èL\x04¡óÞ>ª¥+\x17" b"^B\x7F‡¢¥OL\\x17@6Û£" b"Vo±Šç0G¡Ò‰»b½¨§" b"¦£ÃjM¶AC¸ô®\4ú\x17Ò" b"‘°åÒ\x00ÿO?š}ÆøC³‡[" b"‰EUÜã$O¡¤Q\tí{\x15IR" b"†=€²ÏC…œ\x04+«\x13Ù} " b"}¡ðAŠÄJ:¡$\x02V;pJ¥" b"D[‚¨º÷O\x1CŠ…J’œ*ÝÂ" b""" <¦ku¨@úªœÿX\n O»È """ b"ø71lJÜ¡"˜ÑÖ\x0E\x13d" ] |
||||||||||||||||||||||||
|
3.57 ms (3.75%) |
1 |
SELECT COUNT(*) FROM (-- product-listing-route::loading::search-ids 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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product`.`display_group`) total
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" 30 b"Íe’Æ6®Kóƒx°\x1A›1äm" true b"\x7F¬\x11£D•F=£•ü‹_(ÍÉ" null true false ] |
||||||||||||||||||||||||
|
3.18 ms (3.34%) |
1 |
-- product-listing-route::loading::aggregation::options SELECT LOWER(HEX(`product.options`.`id`)) as `options.key`, COUNT(`product`.`id`) as `options.count` 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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product`.`id` = `product.options.mapping`.`product_id` AND `product`.`version_id` = `product.options.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping`.`property_group_option_id` = `product.options`.`id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product.options`.`id`
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" 30 b"Íe’Æ6®Kóƒx°\x1A›1äm" true b"\x7F¬\x11£D•F=£•ü‹_(ÍÉ" null true false ] |
||||||||||||||||||||||||
|
2.25 ms (2.36%) |
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.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`.`file_hash` as `property_group_option.media.fileHash`, `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`, `property_group_option.media.translation.title` as `property_group_option.media.title`, `property_group_option.media.translation.alt`, `property_group_option.media.translation.alt` as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, `property_group_option.media.translation.customFields` as `property_group_option.media.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.translation`.`property_group_option_id`, `property_group_option.translation`.`name` as `property_group_option.translation.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.`language_id` = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.`media_id`, `property_group_option.media.translation`.`alt` as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields` 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"\x00<p üãL¤”|vˆ«]5£" b"\x00D\e\x16þô¹}\x10‚²x•×Ã" b"\x01CÁ\x00i€»\x15ˆ†éqJ,wF" b"\x02p¤IOoLª¤°Cà;-á\t" b"\x02´Rÿ-7\x05$cUÀ/\x15(Pø" b"\x03-=Á¿Ê$|slN\x0EÞT§i" b"\x03wðqs\x1D4ƒ×xMñuA\x06-" b"\x03õF\x0F•SD²€ÔÇ\x1E&˜»Ë" b"\x04X[§ñsZóŒN\x13âFY;8" b"\x04Ò§ý„ã@¿œ_^\x1D׿K" b"\x058êø\x1A‘@¶«Pù´þ>Ÿè" b"\x05€·S—Nמ†ðÞ¨½’þ" b"\x05œÕˆT‰K=ŠÌ/£ºZ\x16l" b"\x07hôF(\eeUùš¯ñ^ÎRÚ" b"\tdðPß°IB‰)þe[\x0E\x7F" b"\tÍ2\x130\fJZ‹3;™»‹ñ“" b"\vS1›ŽN.ްòõámm©" b"\f9\e\x01ü*J\x03¨º\x13§¥•Ø·" b"\rw\x00×Íä@Ž€WæZºÛCR" b"\r¾wCÔ2@(¯1ý\x14A‘vÄ" b"\rɧoˆ«\x15\x0FêO¥ÎPÌBH" b"\x0Ef\td?õÞ¹E qô\x08ÿêƒ" b"\x0E«››\x10?Gë•«ô‹&_‘ˆ" b"\x0EÞÃU½Io„¯Ë*'Å\x15" b"\x0F·²”-_N-¹$’8û\x03 |" b""" \x10\x01ZŒ(åJm\x15G\n û¤Ð """ b"\x10 ³Óë\x13A‘ˆž\x151\x05°°è" b"\x12@$X¯gL\x16Ÿ”f±\x03\x14ÿ‰" b"\x12o\v7ò\x18Ôá'\x7F=þ~“" b"\x12ó×ñ—¦ßÃ\rÇ\x05²ç©ÁÅ" b"\x13.\x07\x16Òý°J™‰\x16>Dâ×X" b"\x13vÄ;%¢¦ëdž‰Òœ’ " b"\x13€i°$åKÚ½[aRž\x11£Ÿ" b"\x13ÉEqzïDœ¾"s·9ùÙ•" b"\x19¡º;¤ký\x08&ãðäé’Ñ" b"\e6À±æšM3—Oü?á\N" b"\x1Eœæ¹™ñCR¶H‘\x17”Üm*" b"\x1F§(\f1†JŸ¿CV0\x0Fà®s" b""" \x17ç•\n ŽJÒ¤xC\x0ER\x01› """ b" ?â¥evO~•4ù>FC}^" b""" E\\n †\x01KN•>žgK2\x7F """ b"!¹ù,S\x05ÛBj‡”ѧ\x0ExÁ" b"#QIPy~L“÷g>°\x17\x7FÎ" b"$\x03†'Œö_ÑOxYˆ(ZbŒ" b"&\x01Ÿ“ÈÞ%I¬`¾ãŒàn®" b"&•\x1Dâžè‘|+kxð¦ì¿„" b"&›çõÏ\x15E\x13·p\x17ý¶\x1F\x17f" b"'µó>ŠþM³³f„XVЈÓ" b"((K.Lj\x13?‚Oó!SàBÉ" b"))Âí\x06\t¹ËxÞ>\x05õÐ\v6" b"*\r¦ŽÊ+N›µÎÕ€\x06ŠÛÿ" b"-\x17LlÒ\x1A@Óæ qZÏœÞ" b".ã[úƒ\x0E@瓞$”\x07R+@" b"/@½µPÊLP™\x05//«`M^" b""" /žÍÚpõF±b\x01’÷¯\n \x7F """ b"/ßH\x07fé¥\x0Fëíÿ»ì/F" b"0\x16æã妬±ÝqÓ*–P«\v" b"0o]ÕL'ÚÍ=¡´l\v·Ó€" b""" 1/\n ÑT¼Fª·ä—“GI """ b"1Žƒ6ÀßN@®d•\x12åhw" b"1È\x12¹¥Eèíû´;-öDf\x18" b"3å–\x1E|\x0EMÍ´ëV@u®ÑÐ" b""" 48M!“žD\n „éŒ[¨\Qa """ b"4Tï\x1Ck©=\x04†²?gÂÈZw" b"6¥š7uaë+_¦ls‰w„\x00" b"7H¨K[dJÕ‰\x07xŠ”xŽ#" b"8ÓU¼HèFm«^õb:Ý×" b"9;[wÒÌJ’ŽïëEi°d\x12" b":죑\x11ûºÙK’UEË˳Æ" b";Môª§eAc¾¢Å4‹^‡ú" b";éÑmA Rü\x14s>•çk\x14" b"<w©Gdá@Kœ1PŽœ<ø£" b"<ºPN:àMiºœk\vó¿’–" b"=9™Ê¯Rˆx\x1C\x00qŽ\x18†¯»" b"=Áv•\v†B'–GÅ$ùý\x15¬" b"?÷\'-”Kš¥,ÊÒaK{Œ" b"@‡ƒ\fï*Æq²ÊM\x17¡Ø\x1AÙ" b"A=\x172âÉGäT‡A•ÏÍ…" b"A² ¥|×GÛ¼ìÎwçüŠë" b"B\e&üàÉHn¬\x04\eu¥[RU" b"CÌ5è\x06>H\x19œ81Qj\x1F¿—" b"DM]î“6^ŽR¨¤\t\x10S”=" b"DCI?\x1CÚŠ\x1E\x00Ço-"ãV" b"Dóf*{J·kcä@1º\x14\x06m" b"F\e™8(jGc¶C½\x19Ͱ´" b"G\x1C\x07P'<u½«ü˜õJq>" b"GðY\x13ÐEã·âð`§S™*" b"IœuºŒ±¶©ÿ\x19ŽØåÝÔ" b"KU/00]DÊ©ÞR£†\x19W¬" b"KâýIO´A}¨95§o\x1D 9" b"L¡á\x11hBt…\x18(’Ψ\x0E€" b"LÖpoùsB§¢à\x03zðŽK\x05" b"Lབྷ\x00éEc¸ K—˜Ÿ<¬" b"OŽAÄ‚\x1Cõi5]ü¹®\x1AD" b"O§™Ô?Z‘\x16\t\e,U\x01×´¡" b"O²,\t{_C3±ØÓ5™ãŽw" b""" Q+\f\n F§©'q\x13€³r½^ """ b"Q:éÕ\x1C¿®Zž±½\x07ëeW" b"R\x7F‰'ô½Fù¦‚ï\x0FéÑ\v" b"U\vÎb™hA®“l\x1D¿\trÑ\" b"U\x18\t{1o\x04]ËÌŸSP.Vù" b"UsCè(iÅ#æåÃ'B\x17Ö=" b"U¹•\x7F-]EÀ™\x1D¹\x12ÖnO\x7F" b"UÀ¦\م郸”o• ýÄû" b"W\x11\x1F©<©EØ’($É®ö]á" b"W—Ýc@\x17\x11Æ\x1CªÔˆëAQ\x15" b"Wö‰f×J`¢Î±ÂjÑ{Ä" b"ZãÔ\x06â÷Dp½d]\x10£¤Ø³" b"Z÷ô᯶FƯíÖ\x12\x07¤Ž¢" b"[z8Â0LŒ…Í\x06&² §" b"] bm\rž\f7rUÿ·_°“0" b"^\x04S\x1F“\e\v7ZY.@Eé\x05±" b"_‚Œ\x06êÅò¿xeE‰•Ø;H" b"_…"rà‡ð\x19\x1C2U\x01½ùËw" b"`[pvF©BH•£%[\vЍ)" b"`z¶¨\x03\x17n }¤£ß\x19³" b"`“F$>¥š°\x0Eí$}?{ ¶" b"`™¢NædN§°Giá`'¶." b"bwt†¡[È\x07\x12oûTà`§\x19" b"g¿”§0âA\x07–ë\x17ˆˆÅ};" b"h‚6R6“Cù´á\f\x0F°`È " b"hù“\x1EÃaJe„~¨uÝ\x1CØ\x08" b"i\x05)‹æÜH‰ª/1‘I©ªŽ" b"i\rÈ+2+»Í\x1EìÖ+–°ç3" b"i毵sCˆ\fÙy,3-ê\x1C" b"j…ÁÛZÚDܺ^Òh_Gð" b"l2\vB†ƒü\ˆ[u’Á©¹ " b"lDk˜\x1E\x18O\x7FˆÜ\x16\x08ÇÄ$•" b"lM\x07™‚AZ‘¨PuÜÁŠ.p" b"l±%t’BED•ùtÌTi¡†" b"mgÃ¥·Ô%óoéEJT’šp" b""" o[äîWÕ% ãb’¹÷b\n $ """ b"q\x17¡‘ñÂ@ˆ‡\x08b\x192!\x1E|" b"q„âLçÏb‚wÿwô=`Â\x1F" b"r†oŒÌŠÅ]ýµÁ\x1Awàr\x0F" b"rÇŽÂð7!õó\x1Eç8Ò꺪" b"tªhÁòÕKç‰Ü”û<\rWl" b"tîÁ5<àOJ´\t:($[TŒ" b"vsE~]\tIß‹¯ía<$x]" b"vË\x10G†eG§´ \x13Ïù|\x01/" b"wdUqægGR‹u¸¯\x07Àœx" b"y²ÁUüÏZEGø9g\x19ÎùU" b"yÈâ¨ÀFKâ™3[øò\tCU" b"z\rçÕ¹Wv®+Wc^»2" b"{ =ƒ.”Lù¥ë·„ë÷SÚ" b"{ÝìþNÏNã™Õ½{µ\x1FŒÙ" b"{ÞÛ™RIZ0\x13`ý´ÙM" b"|À¸*µeþ3\x19$\e‹\x1C²He" b"}Ì\x02¿‡OFT‘é\x0EFk=+\x7F" b"~!Õ&ôRE“¦~β—ß9˜" b"\x7F\x16§û)\eGù‘C¡>ŒÛ÷z" b"\x7F\x1E2xŠÙMz•±ï†"by€" b"€Z[\x18ˆÕD/‚PFì[\fzR" b"€y2¦6—\x1DoÕ-ÿ\x18D+b" b"‚ ZJuâH\x02ˆ¤¥m–:Þ" b"ƒhAL\x17¶õû§‚‡Ì&€Fâ" b"„(9/ÉÇE齆ڪË@ÊV" b"„(¬yɶ¸iϳNÕ¼Œ\x08" b"†\x13\x00÷/B|›`¸ø Î\x1C" b"‡Ü²Ý”žD¥°\x10kå~\x05\x14" b"ˆ=¹˜î×Aª\x12\x05Ô¥lum" b"‹£xd\x17OD´§ŠfݽùvB" b"‹Îò“ÿxKÕpRëTL\x19" b"Œ\x06’ã†;þ^\x00‚¬Âûêñ[" b"ŒÐ½A\x12æÈ\x04\fv\x04؈" b"Œí5Ú5úC9†õÎ\x01\x072/h" b"Ž€‘$æÐH¾†¬©;ñÊ2é" b"\x16Fíqv‡á¢¬Ùl¹zû" b"à*L¹Ö‹\#Hxí*\x16ì)" b"æ\x13ëŠ\x1FHà²B\x18/ó8\x12\x0F" b"èÏá(J\x19œ!\vùÁmƒS" b"’e„,fþL«—iðÞGÿ¯l" b"”È‹ï–#´7¢(ñy†#U\x08" b"•F.Æä\x03Jù´½Ú pÒÒ" b"•¡\vÿ]íÔ•ëö²ÁŽ=Ñ" b"–Ý%S_UG0©î|=m¬" b"—9»-\t…Š6dóÆ)uê¶«" b"˜ëÏèŽÜǸ•i8\x1C¬!x" b"›@½Ž%\x07@¨ŽÌþ\rDa3" b"›vj»£\e»)\x1Aîò\x18bEõ¯" b"œ\x0E\x17'™c¾€9t}¼]#•" b"œgî£ZÙMñ‘ãËx+VÚ¿" b"œ“”\x1A«Mò¦M\x17<®\Qu" b"\x13\x06:‡^Kɶî…%ê\x16H" b"M)Èi9Oý™•ógtè\x02\x07" b"Ž\x02ÆH¡\x08#ä5æÃ2k¸" b"±igp$Jè²\x7F"ß`pÌå" b"žÐÁÇ{‡O/§ îÎo²í_" b"Ÿ\x03R5\x1A\tV:fŒñbp™+“" b"Ÿ\x12OüÎkD¹¡\x1E\væDª" b" \x02Âë4\x08\x11o(ˆ¶yü¿G" b" gÊÛdÒDT–‡ìŠÅàÖu" b" ¶R±Î\x14BÇŽB<\x14\x17Åt\x14" b"¡F„¬\x07½Gæ€.hä¿þ—ÿ" b"¡µ@ôú\x16rð•cîma´\x12," b"¢„è¯<í¥®ÃED¹žrwâ" b"¢ñš(õ4¾ì*‘¾BÏÛ'" b"£ÅL*\vä“ÒáwCM)Ûm±" b"¤\x00úérôJŒo\vÔk\fÄÏ" b"¤\x1A>\x03óƒdPkÅÚ"~Àï." b"¤U*‰\t¹ã\x00Í0R-ýv‹" b"¥\Šœ\x1AâÙ_=ƒ$aL\x0F" b"¦+Ã\x7FuM‹º½\x14ÄçãÚ" b"§Xj¥^\x14=iÆõã[¹B\x15Ñ" b"§É@k¨mM\x1D ð\x1DT0“\x14" b"¨\x01«ªâ\eNö¨\x02î,È`)[" b"©‰›×‡*N4”\vÈ,Ùx¢„" b"«o\x17L˜oI²½ÙÒÏ\x13ò…Ž" b"¬kæû\e E•Û’ùŒ™šr" b"¬ˆ/åÓºRYÈfÙiõ¿" b"®ÆsŽÅ…á\x13T‰ƒß‘çB\x19" b"¯ÅCp\x1CòI½‘cK\x10ë}§X" b"²K\x03‹„Üä.üSªnž\x18\x11Þ" b"²”?\x1F$h@E6tIÀ~\x1E\n" b"´¾@§épGŒ…\x1FZÒÐ9`s" b"µžÚ·Ò\x1CG×½ž\ÁÖOu" b"µÉi\r@ä\x07\x7F£ï†xrTÈ\e" b"µà·ÂëÎNŽa\eyϱ\n" b"·€\x17Å«H.ž*¸ßyL" b"·³kÛoAA9¶‡—ýІ" b"·ã!m\x10üFÿºÊ\x12ÄÝŽ¶\x16" b"¹†@3\x1A,B€ˆþýÕ\x04ûã¤" b"¹˜‡GdÒHU/\\x17GøET" b"ºc¤\x18\x07\x08:\x182\x06£=l¢i÷" b"¼\x050ö>"@A©Å)nh¦E¾" b"¾'øLP\x04m8Ã\x00æêýGÔ\" b"¿•s\x1AæÔI³€\x03]ì¯Æ{¥" b"¿µï+»S‡\x07ï}MŽ'U{" b"Ág¯rÉðÌ\x04\x1EÏÄÉbI©L" b"ÁàEÕ¡“½z³a@‚€BäZ" b"Â\x14¹V«\x17MxŠÎ»Í¸›•Z" b"Â%\x06à/‰r½JêK‹F·+" b"ÂVÚÜ'èL%¬ðíÙ²Týk" b"—r\r\x07wX³êEÈ0€\x02×E" b"ø9Ÿ¾\x16K—’µ¬ö[È’U" b"Ä"®“ØQLY6¬™^\x06µì5" b"ÄgùÕMU´ø\x1E9Ò’Y&Á" b"Ķö=¾\@»²Î¥}_pK‡" b"Åõ #t\fH\x7F' ècö«\x06" b"Æ\x13!ðÐÈ@¬˜\x15\x17F@n³I" b"ÇÛŒi\r«J¬¢»·è#7ÁJ" b"ÈæðQáãø‹¸øÞ«8Ö«" b"ÉùvßúÖBΤª¬H\x194i¹" b"Ê÷J2šO\x15‘1|Ó”É\x1EØ" b"Î\x00½¢¡†A§E¯wn•–í" b"ÎÓUO\x05nK;·÷Þ¼d\x10òî" b"ÎØJ„Y\x0EI5¨X\x00ŒÄ¤±à" b"ÏàNn\x1A«M*£'¨\x06ðbWx" b"ÐÐD\’\x18g¯Ä9PGœ\x10ÿ“" b"Ñ¥¢„Gaeùn\vmº:¹,\x08" b"ÓV\x06\x14UlNš¥óûdiÂòá" b"ÔªÁ…hKF\x08…nÛ\x01o§Mº" b"Ô®6ܵ¾\x18_9Ðg7Ä(û«" b"Öº(ã‰Þ¡âÓ–\tnÈhÃ}" b"ÖÕ\x1E\x0E,èKÞ¢óGÁú\r•è" b"×î¡`\rÓA¾¶5±\x17·oð(" b"ØÐU\x19˜(Cl¦\¢\x1Eû™Ö+" b""" Ùû8ÆÛ\x1D‹\n $1ȱîÁêý """ b"ÚçCÚ\x1CWNõž„D\x13/1³å" b"ÛîÕÚ°ÖÏ]Ø?Oˆ\x16†\x12" b"Ü\esöò\eL¯§%0´™gœ…" b"Ü>s÷;ŽLä¢"\x16ínÛÝ" b"Ü@ø9ŸÍEt¦M¶9æK”Ã" b"Ý^š÷†Ç@Ĥùÿõð{˜é" b"Ý_ËO“WA6…¿‘m!Ârâ" b"ÞšÅë_à>T?MÍ;B>\x11ˆ" b"ß…«Ž&Z@`ñ‘\fx‡}À" b"ßô&ñåöL¦·3Ûí…µøu" b"à\x18röÛÄKx\x01ö X\x1Ar\x7F" b""" âê¢\n <hK\x1Fû¥jÑ0i """ b"äX_:ƒGCF‚ëV1Wó\x18\x1C" b"æw,v¿\x0EL\x00¥SÚ>Þ#½˜" b"æ\x7F\x19?ÑôFà ©\x16;†NU." b"æ¡j¬¶µËµ¢K`ÄX—Gí" b"æð[•|Û@oµ&^tš%uµ" b"æõf>¹\x11\x14ù…\x05$½QŸ\x1Dç" b"çNˆmªÊ"¸ÎR6ÉT~Š\x16" b"çó·YÞÈ\x05ÉßûZÀ:¥É¨" b"èx¢5sRFw¬¦èÖêÖn" b"êÔasî6\x02zj¢êx\e,¿Â" b"ë\x1EýV›ëIs‡Õƒ\v~ÄÛT" b"ëPÆ_ F\x05²uåÒ¾A\x06Ð" b"í*§±dODx‡‘\x1D+‹Ú[¾" b"ín\x17x-WDQ©ç\x04\x11#qD:" b"íÐ(‚º¾G€†à)üPgÓ" b"ò\x1CŽIn\x0E*Â\x1Aj«n\x19¹d§" b"òa"P<ƒ\fã¾™þèådA™" b"ò”£Áð\x14òÇä‡ÚÞ\x05Æîö" b"ò¹¤\v;\x01Bc´Î›‘ÇŽ³" b"óü‚\x12µµªï[ì\x16\x06e˜\x19í" b"ô€;KòPp«—.ŽR½V¹ü" b"ôâÅxIZWZ–\x7FGêgüY" b"õ+pîÏà }›\x01\x02\x18D/H¡" b"õ÷\fÞWJ\x1AÆ"4(Êšþ\x10›" b"ö:\x0F£Â3G”…D\x1E%qm|" b"ö“0>ŽeL<š<±7\x06\x01®\x05" b"ö¹\x06³\rVð†Õ£“\f†è9ù" b"÷\p·Ø©k,~\x13¨žQX2," b""" ÷«ó|‚iNO¬‹Á\n ˜çH\x17 """ b"÷èÐcLãÜy!\x1EL@I\x13ø" b"ø\f¼\x04Gò‚¸Ö»\f€°#&" b"ø\x16<\x128,˜Õ=à \x14=´¿ú" b"ø×\x15‰FÌGÈš*“'7OAZ" b"ù.½¿\x08xL\r…#\x19¹"sçò" b"ú\x0FG:¶\x0EEo´˜C\x07@k" b"ú#\e+—-E~\x075zT¦\x03*" b"ûÏÙÃ\x13ÃI\x0E½l^Ð[\x12" b"ü\x1A8DÂÖÃÀ\x1E\x03‹:^µã?" b"üè¡þøvM\x10š³Îk\r\x1D¯f" b"ýî˜ã\x1EmL9´Ny \x00fAÃ" b"ÿ\x18\x7FIΦzô–ªcuÖŒ.&" b"ÿ\x7FÅæ\x10GWÄá\x08ê\x08Š" b"ÿרf[ˆž'(_‚ÙÎý¾û" ] |
||||||||||||||||||||||||
|
1.15 ms (1.20%) |
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:
[ "/navigation/7fac11a34495463da395fc8b5f28cdc9" "/navigation/bb22b05bff9140f3808b1cff975b75eb" "/navigation/19ca405790ff4f07aac8c599d4317868" "/navigation/48f97f432fd041388b2630184139cf0e" "/navigation/744b20f4f08a455cb6bd74ecc040d5ce" "/navigation/d9d5740612214d618c7f6dac6c9b82d8" "/navigation/80c69a1d15af44b9a0a49e52a6135ec6" "/navigation/4fdb02311abc4fa9862b03c487026c5b" "/navigation/06f5dda360c04112937601574122c515" "/navigation/c3057bb031634c669cd6dfb0d4acbb15" "/navigation/e379fcc096f343568dcb1e294d45c931" "/detail/4a14fea05d374585a52a3d2299df2084" "/detail/082c1dc825f04ebb93fc11bdc04f24cf" "/detail/ddfe3238c65f4d5e8056fb526cb00fb1" "/detail/e6a37f6623e34438b2ef1869d5bc54e6" "/detail/f97cf9253da44e65a0067d7e7e37d5dc" "/detail/5977e034c6eb4f7484a17089193d19f0" "/detail/77eb86f375a548c59a63172c8d151a4b" "/detail/804771ac416444f58340ba5e3f227932" "/detail/f48b5da0fb364e8781ef49c4a046c847" "/detail/ab3c26a661c2420497cd260a592cb80e" "/detail/85feb2cf04ef44709da1ef1f4cc48258" "/detail/e436249b635c43cfa003a62219ae48df" "/detail/adc4ea1f10d14dafbf5d9f2ea9d212cc" "/detail/5a6e14e13be84c04a1f3de3eaaa52b17" "/detail/5e427f87a2a54f4c8f5c174036db8fa3" "/detail/566fb18ae73047a19dd289bb62bda8a7" "/detail/a6a3c36a4db64143b8f4ae5c34fa17d2" "/detail/91b0e5d200ff4f3f9a7dc6f843b3875b" "/detail/894555dce3244fa1a45109ed7b154952" "/detail/86903d80b2cf43859c042bab13d97d20" "/detail/7da1f0418ac44a3aa12402563b704aa5" "/detail/445b82a8baf74f1c8a854a929c2addc2" "/detail/3ca66b9d75a840faaa9cff580a4fbbc8" "/detail/f88137316c8f4adca12298d1d60e1364" b"/»_ââšMpªXTÎ|ãâ\v" b"Íe’Æ6®Kóƒx°\x1A›1äm" ] |
||||||||||||||||||||||||
|
0.65 ms (0.68%) |
1 |
-- product-listing-route::loading::search-ids 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.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" 10 b"Íe’Æ6®Kóƒx°\x1A›1äm" true b"J\x14þ ]7E…¥*="™ß „" b"\x08,\x1DÈ%ðN»“ü\x11½ÀO$Ï" b"Ýþ28Æ_M^€VûRl°\x0F±" b"æ£\x7Ff#ãD8²ï\x18iÕ¼Tæ" b"ù|ù%=¤Ne \x06}~~7ÕÜ" b"Ywà4ÆëOt„¡p‰\x19=\x19ð" b"wë†óu¥HÅšc\x17,Ž\x15\x1AK" b"€Gq¬AdDõƒ@º^?"y2" b"ô‹] û6N‡ïIÄ FÈG" b""" «<&¦aÂB\x04—Í&\n Y,¸\x0E """ b"…þ²Ï\x04ïDp¡ï\x1FLÄ‚X" b"ä6$›c\CÏ \x03¦"\x19®Hß" b"Äê\x1F\x10ÑM¯¿]Ÿ.©Ò\x12Ì" b"Zn\x14á;èL\x04¡óÞ>ª¥+\x17" b"^B\x7F‡¢¥OL\\x17@6Û£" b"Vo±Šç0G¡Ò‰»b½¨§" b"¦£ÃjM¶AC¸ô®\4ú\x17Ò" b"‘°åÒ\x00ÿO?š}ÆøC³‡[" b"‰EUÜã$O¡¤Q\tí{\x15IR" b"†=€²ÏC…œ\x04+«\x13Ù} " b"}¡ðAŠÄJ:¡$\x02V;pJ¥" b"D[‚¨º÷O\x1CŠ…J’œ*ÝÂ" b""" <¦ku¨@úªœÿX\n O»È """ b"ø71lJÜ¡"˜ÑÖ\x0E\x13d" ] |
||||||||||||||||||||||||
|
0.55 ms (0.58%) |
1 |
-- category::data::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.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`file_hash` as `category.media.fileHash`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"\x7F¬\x11£D•F=£•ü‹_(ÍÉ" ] |
||||||||||||||||||||||||
|
0.45 ms (0.47%) |
1 |
# product-listing-loader::resolve-previews SELECT parent.variant_listing_config as variantListingConfig, LOWER(HEX(child.id)) as id, LOWER(HEX(parent.id)) as parentId FROM product as child INNER JOIN product as parent ON parent.id = child.parent_id AND parent.version_id = child.version_id WHERE child.version_id = ? AND child.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"J\x14þ ]7E…¥*="™ß „" b"\x08,\x1DÈ%ðN»“ü\x11½ÀO$Ï" b"Ýþ28Æ_M^€VûRl°\x0F±" b"æ£\x7Ff#ãD8²ï\x18iÕ¼Tæ" b"ù|ù%=¤Ne \x06}~~7ÕÜ" b"Ywà4ÆëOt„¡p‰\x19=\x19ð" b"wë†óu¥HÅšc\x17,Ž\x15\x1AK" b"€Gq¬AdDõƒ@º^?"y2" b"ô‹] û6N‡ïIÄ FÈG" b""" «<&¦aÂB\x04—Í&\n Y,¸\x0E """ b"…þ²Ï\x04ïDp¡ï\x1FLÄ‚X" b"ä6$›c\CÏ \x03¦"\x19®Hß" b"Äê\x1F\x10ÑM¯¿]Ÿ.©Ò\x12Ì" b"Zn\x14á;èL\x04¡óÞ>ª¥+\x17" b"^B\x7F‡¢¥OL\\x17@6Û£" b"Vo±Šç0G¡Ò‰»b½¨§" b"¦£ÃjM¶AC¸ô®\4ú\x17Ò" b"‘°åÒ\x00ÿO?š}ÆøC³‡[" b"‰EUÜã$O¡¤Q\tí{\x15IR" b"†=€²ÏC…œ\x04+«\x13Ù} " b"}¡ðAŠÄJ:¡$\x02V;pJ¥" b"D[‚¨º÷O\x1CŠ…J’œ*ÝÂ" b""" <¦ku¨@úªœÿX\n O»È """ b"ø71lJÜ¡"˜ÑÖ\x0E\x13d" ] |
||||||||||||||||||||||||
|
0.39 ms (0.41%) |
1 |
-- product-price-calculator::units::read SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, `unit.translation.shortCode` as `unit.shortCode`, `unit.translation.name`, `unit.translation.name` as `unit.name`, `unit.translation.customFields`, `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation`.`unit_id`, `unit.translation`.`short_code` as `unit.translation.shortCode`, `unit.translation`.`name` as `unit.translation.name`, `unit.translation`.`custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.`language_id` = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
b"/»_ââšMpªXTÎ|ãâ\v"
]
|
||||||||||||||||||||||||
|
0.37 ms (0.39%) |
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"""
\x17\n
C\x7F6ø@²—-ûrøæ¿b
"""
b"\x1E›mÉ\vRG|·'÷ïeÆ]Ö"
b"8X•p\x16dMä®HÀP\vóÌÈ"
b"¸Rs=·eO;‚°T•Ë!ÚW"
b"Ð[4\ÛyIgƒ\x12\x17[ÄLKL"
b"á7Ž·€ŠG‘ž\rt\r]l\x1A"
b"ï\x7FÙ.®S@I’\x06€\x12¨.’‹"
]
|
||||||||||||||||||||||||
|
0.36 ms (0.38%) |
1 |
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.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"\x7F¬\x11£D•F=£•ü‹_(ÍÉ" ] |
||||||||||||||||||||||||
|
0.32 ms (0.33%) |
1 |
-- theme-service::resolve-media::read SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" false true "product_download" b"\x01›1{Aõpµ·ñ:C‹u\x10È" b"\x01›1{AüqU¢Ý}ìë(D}" ] |
||||||||||||||||||||||||
|
0.32 ms (0.33%) |
1 |
-- product-listing::property-group-filter::read SELECT `property_group`.`id` as `property_group.id`, `property_group`.`display_type` as `property_group.displayType`, `property_group`.`sorting_type` as `property_group.sortingType`, `property_group`.`filterable` as `property_group.filterable`, `property_group`.`visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage`, `property_group`.`created_at` as `property_group.createdAt`, `property_group`.`updated_at` as `property_group.updatedAt`, `property_group.translation.name`, `property_group.translation.name` as `property_group.name`, `property_group.translation.description`, `property_group.translation.description` as `property_group.description`, `property_group.translation.position`, `property_group.translation.position` as `property_group.position`, `property_group.translation.customFields`, `property_group.translation.customFields` as `property_group.customFields` FROM `property_group` LEFT JOIN (SELECT `property_group.translation`.`property_group_id`, `property_group.translation`.`name` as `property_group.translation.name`, `property_group.translation`.`description` as `property_group.translation.description`, `property_group.translation`.`position` as `property_group.translation.position`, `property_group.translation`.`custom_fields` as `property_group.translation.customFields` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation`.`language_id` = ?) `property_group.property_group_translation` ON `property_group.property_group_translation`.`property_group_id` = `property_group`.`id` WHERE ((`property_group`.`filterable` = ?)) AND (`property_group`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" true b"\x08Eñ\t8Eê·Ö,«ŽÉùŒ" b"÷W\x15€\x02¯@ŽÑaà(~ÆÁ" b"Á¸R´ñûO›ªÌV™›;94" b"Î\x7FŒ\r"ÂFòŽ ª\fá\x0E÷²" b"Í\x0E`]m\x1FG…š•U}£/½" b"‘éÚ\x1EìŒEÙ€H÷‹\fFb«" b"Bdé\r¹O®²ƒ¼Õ\x10ÖZó" b"A»I_\x16KB)ŠT›"<3›W" b"]ŽÃd0\x05MaH-Ž2\x14¿÷" b"íU›~V2M÷§…Sw üØ´" b"\rÒPü8•EÖ…Ôi“Ø’Ÿl" b"\x15'þÿFL¡,ÆÊ’\x0E5m" b"7¹“ñ\x1AÂCj·»(»]\" b"År\x13žG©HH¨˜ú\x01i¥N®" b"³\e\x18üÕI‡¹m\x0Ej\x1CÚ" b"O÷Ô(ï®H_»»ùŸ\x16ˆér" ] |
||||||||||||||||||||||||
|
0.31 ms (0.32%) |
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.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"»"°[ÿ‘@ó€‹\x1Cÿ—[uë" b"\x7F¬\x11£D•F=£•ü‹_(ÍÉ" ] |
||||||||||||||||||||||||
|
0.30 ms (0.31%) |
1 |
-- category::cms-page::association::sections::association::blocks::read SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `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`.`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`.`file_hash` as `cms_block.backgroundMedia.fileHash`, `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`, `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` 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`.`alt` as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.`title` as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.`custom_fields` as `cms_block.backgroundMedia.translation.customFields` 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"/š\x02ûª=B)¾àÇ᤹Z\x1D" b"/ó¶\x05–ßA'Œç51˜)ûø" ] |
||||||||||||||||||||||||
|
0.29 ms (0.31%) |
1 |
-- category::cms-page::association::sections::read SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `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`.`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`.`file_hash` as `cms_section.backgroundMedia.fileHash`, `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`, `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` 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`.`alt` as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.`title` as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.`custom_fields` as `cms_section.backgroundMedia.translation.customFields` 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"vˆT\x04°{KC·ñ \x06xµ\x05œ" ] |
||||||||||||||||||||||||
|
0.29 ms (0.31%) |
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 = ? OR seo_path_info = ?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"Íe’Æ6®Kóƒx°\x1A›1äm" "Scheibenventile-und-Kugelventile/Leckage-und-T-Scheibenventile" "Scheibenventile-und-Kugelventile/Leckage-und-T-Scheibenventile/" ] |
||||||||||||||||||||||||
|
0.25 ms (0.27%) |
1 |
-- category::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`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `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`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` 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` 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"‚Ä|°LžCl„ÌFI2¡4J" b"ÇE\tø\rIÚ–„Á¬Î\x10\x1D" b"æôe‚ßhNÿ¦$oñ˶‡m" b"™,ÉX}\x1CFÀº\x1F¥p{J«<" ] |
||||||||||||||||||||||||
|
0.24 ms (0.25%) |
2 |
#cart-persister::load SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
"AdbPJWtgjtCZe8HlTfawiBxv2kupA9cl"
]
|
||||||||||||||||||||||||
|
0.23 ms (0.24%) |
1 |
-- category::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`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` 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` 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"vˆT\x04°{KC·ñ \x06xµ\x05œ" ] |
||||||||||||||||||||||||
|
0.19 ms (0.20%) |
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.19 ms (0.20%) |
1 |
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`, `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.`product_sorting_id`, `product_sorting.translation`.`label` as `product_sorting.translation.label` 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"´ \x18·vGÉ‹\t\x17DV;ûÍ" ] |
||||||||||||||||||||||||
|
0.19 ms (0.19%) |
1 |
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[ b"Íe’Æ6®Kóƒx°\x1A›1äm" "AdbPJWtgjtCZe8HlTfawiBxv2kupA9cl" ] |
||||||||||||||||||||||||
|
0.18 ms (0.19%) |
1 |
-- seo-url::resolve-fallback SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (path_info = ?) AND (is_canonical = 1) AND (id != ?) LIMIT 1
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"Íe’Æ6®Kóƒx°\x1A›1äm" "/navigation/7fac11a34495463da395fc8b5f28cdc9" b"\x1F\x02K{Ê\x06H\x08²¯F‹tľ×" ] |
||||||||||||||||||||||||
|
0.18 ms (0.19%) |
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`, `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.`product_sorting_id`, `product_sorting.translation`.`label` as `product_sorting.translation.label` 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"´ \x18·vGÉ‹\t\x17DV;ûÍ" b""" \Ú\x06 .~GΔ\x15d¼¾\x05\n « """ b"ëbxQRjE-¸Ùc™#é!°" b"X`\rüN$N ©\x1FP\x1A‚}8ž" b"~sÌ+¤ÝJá‘\tdA\\x16vJ" b"–7JüB½A’¥Š\x1Fr«—GÃ" b"\x06jkîü~Kn‰)ÖL(ˆ¥\x1A" b""?xÂbúL¿ŸÕ1œ1Q±&" ] |
||||||||||||||||||||||||
|
0.17 ms (0.18%) |
1 |
-- category::data::association::translations::read SELECT `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` WHERE (`category_translation`.`category_version_id` = ?) AND (((`category_translation`.`category_id` IN (?))))
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"\x7F¬\x11£D•F=£•ü‹_(ÍÉ" ] |
||||||||||||||||||||||||
|
0.16 ms (0.17%) |
1 |
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[] |
||||||||||||||||||||||||
|
0.16 ms (0.17%) |
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.16 ms (0.17%) |
1 |
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[ b"Íe’Æ6®Kóƒx°\x1A›1äm" b"Å\x08×PÉVKÿ»IQ\x1EøP\x08r" ] |
||||||||||||||||||||||||
|
0.16 ms (0.17%) |
1 |
# navigation-route::meta-information SELECT LOWER(HEX(`id`)), `path`, `level` FROM `category` WHERE `id` = ? OR `id` = ?
Parameters:
[ b"\x7F¬\x11£D•F=£•ü‹_(ÍÉ" b"w¹YÏfÞL\x15Çù·Ú9‚ó" ] |
||||||||||||||||||||||||
|
0.14 ms (0.14%) |
1 |
SELECT `name`, `path`, `author`, `self_managed` FROM `app` WHERE `active` = 1
Parameters:
[] |
||||||||||||||||||||||||
|
0.13 ms (0.14%) |
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.13 ms (0.13%) |
1 |
SELECT `theme_id`, `technical_name`, `resolved_config`, `view_inheritance`, `script_files`, `icon_sets`, `updated_at` FROM `theme_runtime_config` WHERE `technical_name` = ?
Parameters:
[
"Storefront"
]
|
||||||||||||||||||||||||
|
0.12 ms (0.13%) |
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.11 ms (0.11%) |
1 |
-- product-listing-route::category-loading::search-ids SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?)) LIMIT 1
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"\x7F¬\x11£D•F=£•ü‹_(ÍÉ" ] |
||||||||||||||||||||||||
|
0.10 ms (0.11%) |
1 |
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
"de-DE"
]
|
||||||||||||||||||||||||
|
0.10 ms (0.11%) |
1 |
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
|
||||||||||||||||||||||||
|
0.09 ms (0.10%) |
1 |
SELECT path FROM category WHERE id = ?
Parameters:
[
b"\x7F¬\x11£D•F=£•ü‹_(ÍÉ"
]
|
||||||||||||||||||||||||
|
0.09 ms (0.09%) |
1 |
SELECT DISTINCT `technical_name` FROM `theme_runtime_config` WHERE `technical_name` IS NOT NULL
Parameters:
[] |
||||||||||||||||||||||||
|
0.08 ms (0.08%) |
1 |
-- product-listing-route::category-loading::read SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"\x7F¬\x11£D•F=£•ü‹_(ÍÉ" ] |
||||||||||||||||||||||||
|
0.07 ms (0.07%) |
1 |
SELECT `min_search_length` FROM `product_search_config` WHERE `language_id` = ?
Parameters:
[
b"/»_ââšMpªXTÎ|ãâ\v"
]
|
Database Connections
| Name | Service |
|---|---|
| 0 | default |
Entity Managers
There are no configured entity managers.
Second Level Cache
Second Level Cache is not enabled.