Query Metrics
174
Database Queries
105
Different statements
130.67 ms
Query time
Grouped Statements
Time▼ | Count | Info | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
22.89 ms (17.51%) |
50 |
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Žïõîys‡j\x13B\x10MºÛ" ] |
||||||||||||||||||||
13.27 ms (10.15%) |
2 |
# header::navigation::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`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" "%|018d01730547705bbeb86cffabe937a2|%" 1 4 ] |
||||||||||||||||||||
12.53 ms (9.59%) |
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`.`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`, `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"\x01™\x05ûÝ\x10qZ²‘ Ïæm"p" b"\x01™\x05ûÝ\x10qZ²‘ Ïç9$" b"\x01™\x05ûÝ\x10qZ²‘ ÏçØ§˜" b"\x01™\x05ûÝ\x10qZ²‘ Ïé‚xÄ" b"\x01™\x05ûÝ\x10qZ²‘ Ïéîõè" b"\x01™\x05ûÝ\x10qZ²‘ Ïì*;?" b"\x01™\x05ûÝ\x10qZ²‘ ÏíŸ\x1C " b"\x01™\x05ûÝ\x10qZ²‘ Ïîš\x18" b"\x01™\x05üÆ”v+¬\x16ʲ—Á'È" b"\x01™\x1ABMW~\x7F¡†\x16\x07¢\x107|" ] |
||||||||||||||||||||
12.49 ms (9.56%) |
2 |
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.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.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.netiEasyCouponProduct`.`id` as `product.netiEasyCouponProduct.id`, `product.netiEasyCouponProduct`.`postal` as `product.netiEasyCouponProduct.postal`, `product.netiEasyCouponProduct`.`value` as `product.netiEasyCouponProduct.value`, `product.netiEasyCouponProduct`.`shipping_charge` as `product.netiEasyCouponProduct.shippingCharge`, `product.netiEasyCouponProduct`.`exclude_from_shipping_costs` as `product.netiEasyCouponProduct.excludeFromShippingCosts`, `product.netiEasyCouponProduct`.`no_delivery_charge` as `product.netiEasyCouponProduct.noDeliveryCharge`, `product.netiEasyCouponProduct`.`customer_group_charge` as `product.netiEasyCouponProduct.customerGroupCharge`, `product.netiEasyCouponProduct`.`comment` as `product.netiEasyCouponProduct.comment`, `product.netiEasyCouponProduct`.`order_position_number` as `product.netiEasyCouponProduct.orderPositionNumber`, `product.netiEasyCouponProduct`.`value_type` as `product.netiEasyCouponProduct.valueType`, `product.netiEasyCouponProduct`.`combine_vouchers` as `product.netiEasyCouponProduct.combineVouchers`, `product.netiEasyCouponProduct`.`consider_shipping_costs` as `product.netiEasyCouponProduct.considerShippingCosts`, `product.netiEasyCouponProduct`.`validity_time` as `product.netiEasyCouponProduct.validityTime`, `product.netiEasyCouponProduct`.`validity_by_end_of_year` as `product.netiEasyCouponProduct.validityByEndOfYear`, `product.netiEasyCouponProduct`.`product_id` as `product.netiEasyCouponProduct.productId`, `product.netiEasyCouponProduct`.`product_version_id` as `product.netiEasyCouponProduct.productVersionId`, `product.netiEasyCouponProduct`.`tax_id` as `product.netiEasyCouponProduct.taxId`, `product.netiEasyCouponProduct`.`recipient_input_enabled` as `product.netiEasyCouponProduct.recipientInputEnabled`, `product.netiEasyCouponProduct`.`requested_delivery_enabled` as `product.netiEasyCouponProduct.requestedDeliveryEnabled`, `product.netiEasyCouponProduct`.`delivery_message_enabled` as `product.netiEasyCouponProduct.deliveryMessageEnabled`, `product.netiEasyCouponProduct`.`updated_at` as `product.netiEasyCouponProduct.updatedAt`, `product.netiEasyCouponProduct`.`created_at` as `product.netiEasyCouponProduct.createdAt`, `product.netiEasyCouponProduct.translation.title`, `product.netiEasyCouponProduct.translation.title` as `product.netiEasyCouponProduct.title`, (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.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `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.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.properties.mapping`.`property_group_option_id`) SEPARATOR '||') FROM `product_property` `product.properties.mapping` WHERE `product.properties.mapping`.`product_id` = `product`.`properties` ) as `product.properties.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.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.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.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 `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `neti_easy_coupon_product` `product.netiEasyCouponProduct` ON `product`.`id` = `product.netiEasyCouponProduct`.`product_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 (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.netiEasyCouponProduct.translation`.`neti_easy_coupon_product_id`, `product.netiEasyCouponProduct.translation`.`title` as `product.netiEasyCouponProduct.translation.title` FROM `neti_easy_coupon_product_translation` `product.netiEasyCouponProduct.translation` WHERE `product.netiEasyCouponProduct.translation`.`language_id` = ?) `product.netiEasyCouponProduct.neti_easy_coupon_product_translation` ON `product.netiEasyCouponProduct.neti_easy_coupon_product_translation`.`neti_easy_coupon_product_id` = `product.netiEasyCouponProduct`.`id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `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"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"\x01˜ž´xér¼¹b¦\vßÓ\x15#" b"\x01˜<B¤sžŠ™u°D\x11qß" b"\x01—ˆºAr’ˆÓÈ\fÍ\x0FZá" b"\x01—ˆ¶‘rËœ±\e¿Æ\x14Þ" b"\x01—ˆ›«p÷™³kQø\x0F4" b"\x01—ˆ”—q[«¸P^£\x03M“" b"\x01—ˆtypʱɆБÙd" b"\x01—ˆ5Qp\x01ˆ&ìîi÷Ç«" b"\x01—ˆ\x17žpÌš\x14i&\v ë!" b"\x01—Ë…÷<rè¶œ0Žæ}§›" b"\x01—Ë…ä\x12q\x19±\x1EÚRqQõs" b"\x01–|™^-s!¢\v.3“žŸW" b"\x01–|™LÍq…Ýà´\rxK°" b"\x01–|™:jsr¯\f&êXЩ™" b"\x01–|™ªpת\x17Š(1þ>œ" b"\x01–|™n²sø™°7¼—Žú\v" b"\x01–|™PFsºŸEž„Èb¸" b"\x01–|™SÙq\x19®«-ñŠ…¶)" b"\x01–|™6÷q±‰%\fùr!·3" b"\x01–|™/¿r\x15²BbD“jý\x02" b"\x01–|™PCp‚»‚\x04¥¥½Žô" b"\x01–|™)nrÊ«ýÃF|LÙ*" b"\x01–|™\x18„r&“—ChåÈœ“" b"\x01–|™\x18Kqož\x1D°9â\x02¶ä" b"\x01–|™„†sJ·\x0E¾¢¶È\x17)" b"\x01–|™n¬piŠÂfjßX\x13É" b"\x01–|™SÒp‚šþ\x06o"\f¸\x07" b"\x01–|™‹ˆpSš\x10â\x07\x18:*p" b"\x01”?ÍÀ+p¯³ò\x10†åŒ\x08" b"\x01”?Íb\x0Fp µÍ8¾J\x16O" b"\x01”?Ía«qœ®‰¸F-g9Ñ" b"\x01”?Íavr5“—–IèvH\n" b"\x01”?Í`\x01p™%\x17—¸k/" b"\x01”?ÍT«qG˜ó°Õ)tÊô" b"\x01”?Î\eäsœ¶\x18ýr\x7F¡˜" b"\x01”?ÍT§r±”ÖÚ´\x03¥a—" b"\x01”?ÍêPs‡‰jkCÅ{Šß" b"\x01”?ÎM4qûŽ¿/Êhš½k" b"\x01”?Î\x06ms§±_4àÒ=H¶" b"\x01ýâgXpÍœ\f]÷}\x03M¶" b"\x01Ré5\x13pI´Aw@ðEt™" b"\x01Ré>Xri¡Ðܨlû`·" b"\x01RéIÒsÞ†\x1A¬ûÊ+~-" b"\x01Ré)ærP§î?ÀôÜ3ä" b"\x01Ž\x10i\x0Eæp‡™b¹N\r£9Ð" b"\x01Ž\x02)Û6se©Ù_™\x16@à_" b"\x01Ž\x02*\tCpZ—?¸|\x17±+\v" b"\x01Ž\x02*¸ªqMƒŽ«â%«" b"\x01Ž\x02*Ç›q>¶zTÆSîë " ] |
||||||||||||||||||||
9.92 ms (7.60%) |
2 |
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`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.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 `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`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.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` 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` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x01Ž\x02*ãBsè®=ûÍ;7±" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*êÛs,“„H3î¡}@" b"\x01Ž\x02*÷»r+„XñÝç\¢]" b"\x01Ž\x02+\x01½r¿#\x07\x04´I|¥" b"\x01Ž\x02+K†r\§ø\x06þuh’Ô" b"\x01Ž\x02+±ãp3†‹%Wð¹B“" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ß,s]ñ\x1Eío\x1AëZ" b"\x01Ž\x02+ßwp”ˆ8C‹Ñ\x18H\x07" b"\x01Ž\x02+à@r\v¡õ+xäª&—" b"\x01Ž\x02+ìAq’‡zéËH›3m" b"\x01Ž\x02+ìHs\x7Fy\x12+1Ì3÷" b"\x01Ž\x02+ìds£µÄVDǾ)f" b"\x01Ž\x02+ó{sʪ\x0FQ}\vdr†" b"\x01Ž\x02+óúpB´¼¥‚g°W" b"\x01Ž\x02,$\x18p\x0F£»è¾Ííc\x1C" b""" \x01Ž\x02,*»q\n šŒ3-‹\x1F\x04 """ b"\x01Ž\x02,4^rL©ðHÂ÷¥ Ñ" b"\x01Ž\x02,9wr…¸\x03²\x7Fš‘é}" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:@q‚¶“'óžÇ\x08+" b"\x01ýââ¯s\e·\x0E\x02\x0E<3" b"\x01ýââ²r§©^"¤º\x1Cœx" b"\x01ýââµp£µ¿GxH@™:" b"\x01”?Ͼ›pѪ\x05_\e]æÈü" b"\x01Ž\x02*â¬r6¹H\v."I ²" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*îßsÙ°9™\x15!ES¿" b"\x01Ž\x02*÷»r+„XñÝç\¢]" b"\x01Ž\x02*ølr–™¹¶Æ\x02\x12G‰" b"\x01Ž\x02+\x16Èr{‹\x15aS¢WÎ" b"\x01Ž\x02+b]qï¼bÊ\x05J9÷`" b"\x01Ž\x02+«;rö¥ªmyBè" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý\x1Ari˜ð\x1FH”×S¤" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+߇rl¶O$ÐQaRÝ" b"\x01Ž\x02+à\x00p£°ÖOÏB\eSý" b"\x01Ž\x02+ëæsׄ¨È0n@.G" b"\x01Ž\x02+ëùs\x02¢r¤i€‚S" b"\x01Ž\x02+ì\x01rW°‹äœ”Ù\x07n" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ì\q'’¨ÌK½·¬’" b"\x01Ž\x02+ô£rŒ–µkOEàMþ" b"\x01Ž\x02,$GrÛ§+ÚÏ3ê\x08Þ" b"\x01Ž\x02,2ns÷ˆuh”¶ºh§" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:\x15r\x17‰çl±E»‚=" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01Ž\x02*ä`sÕ¯íßì™Á" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*äÍq+£¿˜ö\x0F+"w" b"\x01Ž\x02+\x15ðsÈ‚þm¦Å–HÎ" b"\x01Ž\x02+6•r‘²Ñ\x08Þ>ü" b"\x01Ž\x02+‹\x7FrpÐ6õ\x1E=" b"\x01Ž\x02+Ù\x05rݨ†t›HTð^" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ëæsׄ¨È0n@.G" b"\x01Ž\x02+ì3s¤‚wÀñ,!y" b"\x01Ž\x02+ìHs\x7Fy\x12+1Ì3÷" b"\x01Ž\x02+ì\q'’¨ÌK½·¬’" b"\x01Ž\x02+ó\x19r<˜*1\x15Ù\x7F\x0F›" b"\x01Ž\x02+ú\x00s¹)U\n\x1FÉÅ\" b"\x01Ž\x02,%ärž°\eAH\x16€„´" b"\x01Ž\x02,+trF¿ä„ž{Ï\x1Få" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:9r\x05’æ<ZxCDÉ" b"\x01ýââ±q-€©4ZÿÃzg" b"\x01ýââµp£µ¿GxH@™:" b"\x01ýââ¶qe·‘el\x08\x063" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01—ùrT\x17qz…ÃÔW,þ¤" b"\x01˜åüë\x1Exy‚©g™ÆŸH‡" b"\x01Ž\x02*âŽqaŒÅ‰ƒ,v?+" b"\x01Ž\x02*äxpGŠ—0VTAûê" b""" \x01Ž\x02*ñ\n qr°\x05z¥a¬X® """ b"\x01Ž\x02+\x1CŒq·«¥ïëÒ@b¬" b"\x01Ž\x02+JÂrÔ¹k\x08Is\x03£ö" b"\x01Ž\x02+âr\x1F¿7çùt\x03j" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+à@r\v¡õ+xäª&—" b"\x01Ž\x02+ì3s¤‚wÀñ,!y" b"\x01Ž\x02+ì9s€›=ÇM¢“\x11í" b"\x01Ž\x02+ìHs\x7Fy\x12+1Ì3÷" b"\x01Ž\x02+ó(rË¡#û¦£\r[û" b"\x01Ž\x02,$mpÈŠ¯˜œ\x07÷Ä_" b"\x01Ž\x02,2!r¤²È¶Ö›\x16ad" b"\x01Ž\x02,8´r%…b"|¿6bð" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:YrÀ”½'(_Åâ\x16" b"\x01Ž\x02,:rT®0„\v`¸›¬" b"\x01ýââ¯s\e·\x0E\x02\x0E<3" b"\x01ýââµp£µ¿GxH@™:" b"\x01ýââ¶qe·‘el\x08\x063" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b"\x01—ï@ˆIw£‰zÛΙ\x14<“" b"\x01—ï³|Žz#ƒ\vª€\t©\x7F" b"\x01—ùrR—qª¶qæ\x14oc ‹" b"\x01˜ï±V¡~¼…Œo3$tQ)" b"\x01Ž\x02*âïr\x08 X8Ò\eé|þ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ñ\x03s:¬“÷:ª÷%\x18" b"\x01Ž\x02*÷xqÄ©¯×Óò3Y™" b"\x01Ž\x02*÷Èp„¤.Í\x1F_¹àþ" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý\x11r¿šƒ,òœ¦µ" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ß[q\e“9AOÀ’\vë" b"\x01Ž\x02+àPrÔ\x191oO'l„" b"\x01Ž\x02+ì\esn§4¦µ²wDK" b"\x01Ž\x02+ì rs¿0\x047²d1å" b"\x01Ž\x02+ì3s¤‚wÀñ,!y" b"\x01Ž\x02+ìAq’‡zéËH›3m" b"\x01Ž\x02+ìds£µÄVDǾ)f" b"\x01Ž\x02+ù\x14qf¸v¨^”vÕ" b"\x01Ž\x02,%\rp\fµ\x07\x04ØV¢^J" b"\x01Ž\x02,-pÛ›óC°·?Ü" b"\x01Ž\x02,8Yrì¦\x19…hsx\x1C\x0E" b"\x01Ž\x02,9hrf½:\x04’&ãvˆ" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:@q‚¶“'óžÇ\x08+" b"\x01Ž\x10inBrΰ\x03\r?Ë-wc" b"\x01Ž\x10itJr\x7Fºo‡àP+-" b"\x01Ž\x10i‡Os bc~k.†\f" b"\x01ýââ¬r\x18¨míP×=A¬" b"\x01ýââ¸rΣ§\x19\fLBQ½" b"\x01”?Ͼ›pѪ\x05_\e]æÈü" b"\x01Ž\x02*ãBsè®=ûÍ;7±" b"\x01Ž\x02*äxpGŠ—0VTAûê" b""" \x01Ž\x02*ð¸r)ƒý…~\n \x1F """ b"\x01Ž\x02*÷»r+„XñÝç\¢]" b"\x01Ž\x02+\x02×sî²Í\x19OÙ[±ø" b"\x01Ž\x02+uôqQ›÷¸;D-\x08î" b"\x01Ž\x02+«\x13q\x13¹×w\t£.¼k" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ß,s]ñ\x1Eío\x1AëZ" b"\x01Ž\x02+à7q-©õI• \x14*" b"\x01Ž\x02+ì\esn§4¦µ²wDK" b"\x01Ž\x02+ì rs¿0\x047²d1å" b"\x01Ž\x02+ì+qÁ™iþ€‹Ú+—" b"\x01Ž\x02+ìAq’‡zéËH›3m" b"\x01Ž\x02+ìds£µÄVDǾ)f" b"\x01Ž\x02+í\x10r2¢¬êÄÒ8Ú¨" b"\x01Ž\x02+óôs`•+\x00ïi"" b"\x01Ž\x02,%Ks3´Rikã\rx÷" b"\x01Ž\x02,&~rä™(6JѸ\x0Eù" b"\x01Ž\x02,2ns÷ˆuh”¶ºh§" b"\x01Ž\x02,9wr…¸\x03²\x7Fš‘é}" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:@q‚¶“'óžÇ\x08+" b"\x01Ž\x02,:Œp²$=?û‡“Ì" b"\x01ýââ¹pû™s`xìîí\x11" b"\x01”?Ͼ›pѪ\x05_\e]æÈü" b"\x01Ž\x02*â½qbž^Ȉ“\x10µ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ðVqqÐ1Ã…\x03¥" b"\x01Ž\x02+\x041rÓªÊ)—Em–¿" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ßar˜¼C›\t°FbE" b"\x01Ž\x02+à'ss…2¦¤5}lˆ" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ì3s¤‚wÀñ,!y" b"\x01Ž\x02+ì\q'’¨ÌK½·¬’" b"\x01Ž\x02+ò¸rþ³\x0E&%hâå" b"\x01Ž\x02,$žqù™Oä«\x1F¢$" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:bqò×ïn\x16š\x070" b"\x01Ré‚~rîóØ\x07(@*…" b"\x01Ré‹·q6ºe*F1¤iî" b"\x01ýââ¬r\x18¨míP×=A¬" b"\x01ýââ±q-€©4ZÿÃzg" b"\x01ýââ¸rΣ§\x19\fLBQ½" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01Ž\x02*âïr\x08 X8Ò\eé|þ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ñFq(®\x11\r\x7FGy\x19Ï" b"\x01Ž\x02*÷Èp„¤.Í\x1F_¹àþ" b"\x01Ž\x02*÷ërÙ…ß¡Íþ÷J" b"\x01Ž\x02+\x041rÓªÊ)—Em–¿" b"\x01Ž\x02+|Âpþ•²ˆ¾¿4\x1EX" b"\x01Ž\x02+£Bq¬£Å\x0F¦O:x\x03" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ßar˜¼C›\t°FbE" b"\x01Ž\x02+ããpÀŠ\r\fàä\x7F‰d" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ô\x13rJ§\x02{ÉÁç#ü" b"\x01Ž\x02,%¾sî\x1C¨l§9ï£" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9 pqƒø°ÜȼÐ" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:bqò×ïn\x16š\x070" b"\x01ýââ±q-€©4ZÿÃzg" b"\x01ýââ¶qe·‘el\x08\x063" b"\x01ýââ¹pû™s`xìîí\x11" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01Ž\x02*âïr\x08 X8Ò\eé|þ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*élq\x14£Ø~ƒþ*\x01Š" b"\x01Ž\x02*÷»r+„XñÝç\¢]" b"\x01Ž\x02*÷ërÙ…ß¡Íþ÷J" b"\x01Ž\x02+\x0FRqs„oïÇõ‚ª\t" b"\x01Ž\x02+hŒsE¥²Vžü$¾j" b""" \x01Ž\x02+Ñ]s‹²\x10áõæ\n yÐ """ b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ß[q\e“9AOÀ’\vë" b"\x01Ž\x02+ß|sæ«n\x01\]çll" b"\x01Ž\x02+à'ss…2¦¤5}lˆ" b"\x01Ž\x02+ì\esn§4¦µ²wDK" b"\x01Ž\x02+ì rs¿0\x047²d1å" b"\x01Ž\x02+ì3s¤‚wÀñ,!y" b"\x01Ž\x02+ì9s€›=ÇM¢“\x11í" b"\x01Ž\x02+ìAq’‡zéËH›3m" b"\x01Ž\x02+ìds£µÄVDǾ)f" b"\x01Ž\x02+í¡qÑt¢ "h”ã" b"\x01Ž\x02+ñ¢r±¨„"PÐ\x05p" b"\x01Ž\x02+ó¥p* Õ\e¼î³·Ù" b"\x01Ž\x02,$píŽ\x00FröE\t¢" b"\x01Ž\x02,9wr…¸\x03²\x7Fš‘é}" b"\x01Ž\x02,9 pqƒø°ÜȼÐ" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:@q‚¶“'óžÇ\x08+" b"\x01ýââ³s–¬N£³Ë…wí" b"\x01”?Ͼ›pѪ\x05_\e]æÈü" b"\x01Ž\x02*âçqàm‡'¦¯ë\x15" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*êÛs,“„H3î¡}@" b"\x01Ž\x02*÷Èp„¤.Í\x1F_¹àþ" b"\x01Ž\x02+\x08is¨¤bêÛUCÀT" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ßar˜¼C›\t°FbE" b"\x01Ž\x02+àqr\x16€\r?U<6[\n" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì\x14sh•³ =\eŽ*" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ìHs\x7Fy\x12+1Ì3÷" b"\x01Ž\x02+ì\q'’¨ÌK½·¬’" b"\x01Ž\x02,$\x18p\x0F£»è¾Ííc\x1C" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:9r\x05’æ<ZxCDÉ" b"\x01ýâÒ\x18qºº€tÿ#î" b"\x01ýâÜÔq£©¿˜ýÓ^“"" b"\x01ýââµp£µ¿GxH@™:" b"\x01ýââ¶qe·‘el\x08\x063" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01Ž\x02*âïr\x08 X8Ò\eé|þ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*÷xqÄ©¯×Óò3Y™" b"\x01Ž\x02*÷âs ÏMuÎî¼\" b"\x01Ž\x02+\x17³sGß\x1A&¨8Ý" b"\x01Ž\x02+Q…s\r¡8¬>ùû\x15v" b"\x01Ž\x02+–ÙpÒ›8È.RáT" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý\x11r¿šƒ,òœ¦µ" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ßar˜¼C›\t°FbE" b"\x01Ž\x02+ä+pĆñKëÄKa\x07" b"\x01Ž\x02+ëæsׄ¨È0n@.G" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ì\q'’¨ÌK½·¬’" b"\x01Ž\x02+ù\x04s\x10·ä\x03sU݉B" b"\x01Ž\x02,$~rB·Ä\x18îÙãeÎ" b"\x01Ž\x02,'&r˜µ³VÆú”§" b"\x01Ž\x02,49pj™Å¥¾v„\x06" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9 pqƒø°ÜȼÐ" b"\x01Ž\x02,9ùs‘ƒ6 ”»\S\x0F" b"\x01Ž\x02,:bqò×ïn\x16š\x070" b"\x01ýââ±q-€©4ZÿÃzg" b"\x01ýââ¸rΣ§\x19\fLBQ½" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01Ž\x02*âïr\x08 X8Ò\eé|þ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ïÿs¨¸ûr\x04õ›p" b"\x01Ž\x02*÷âs ÏMuÎî¼\" b""" \x01Ž\x02+\n rBžŽùü\x1CZY` """ b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b""" \x01Ž\x02+Ý5r+¶‘\x0F\x1A±¹\n à """ b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ßar˜¼C›\t°FbE" b""" \x01Ž\x02+ä\n sdUË\x01@à±ö """ b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì\x14sh•³ =\eŽ*" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ì3s¤‚wÀñ,!y" b"\x01Ž\x02+ìUst§Á\x7FÉŒÇrk" b"\x01Ž\x02+ñìq‚ž‘ÈóM|ã@" b"\x01Ž\x02,$7q£©\x19\x0F„ªƒÙÎ" b"\x01Ž\x02,&³rJ¿ uÄ\t\x17Ì¥" b"\x01Ž\x02,3Sr±šMC;ÇHÏ" b"\x01Ž\x02,9wr…¸\x03²\x7Fš‘é}" b"\x01Ž\x02,9‘r$®KùÓ}rH" b"\x01Ž\x02,9ùs‘ƒ6 ”»\S\x0F" b"\x01Ž\x02,:bqò×ïn\x16š\x070" b"\x01RéˆMqªÇp¤áZ#" b"\x01RéŠ7rbˆç¼Z+KNz" b"\x01”?Ͼ›pѪ\x05_\e]æÈü" b"\x01”?ÏØApšª¤óXO¦Ôò" b"\x01—ï@ÑFr¾†DÙ:7±ã÷" b"\x01˜;o’°z[¹ëƒZ\x12=™T" b""" \x01˜õÀ¯n}\n †è\tÚ?© """ b"\x01˜õÀø¡x[¯ôàôGÏÀ\x11" b"\x01Ž\x02*â½qbž^Ȉ“\x10µ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ïMq(¡eM¬Ý©ûs" b"\x01Ž\x02*÷Èp„¤.Í\x1F_¹àþ" b"\x01Ž\x02*÷ërÙ…ß¡Íþ÷J" b"\x01Ž\x02+\tjr%½F\x10ÊôÖAõ" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ß\x1Crx¿”î±8þºÎ" b"\x01Ž\x02+ä%sB€î\x16o[$œ" b"\x01Ž\x02+ëæsׄ¨È0n@.G" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì\x14sh•³ =\eŽ*" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+í¡qÑt¢ "h”ã" b"\x01Ž\x02+ñìq‚ž‘ÈóM|ã@" b"\x01Ž\x02,%ärž°\eAH\x16€„´" b"\x01Ž\x02,9€pB¹°\x0E-öÒ„a" b"\x01Ž\x02,9 pqƒø°ÜȼÐ" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:YrÀ”½'(_Åâ\x16" b"\x01”?Ïœìq׋b$Œ61{R" b"\x01”?Ï©~sɲê\x13plN\x05â" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏØApšª¤óXO¦Ôò" b"\x01Ž\x02*â½qbž^Ȉ“\x10µ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*÷ q”¹^€;²]œÈ" b"\x01Ž\x02*÷âs ÏMuÎî¼\" b""" \x01Ž\x02+\x15…s§ƒœ\n \x03\e³é """ b"\x01Ž\x02+˜GpІû\x13‹1_\v`" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý\x11r¿šƒ,òœ¦µ" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b""" \x01Ž\x02+ä\n sdUË\x01@à±ö """ b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ì9s€›=ÇM¢“\x11í" b"\x01Ž\x02+ì\q'’¨ÌK½·¬’" b"\x01Ž\x02+ø˜qý‘‹a\x0Fd°õW" b"\x01Ž\x02,%nq\t…;cQ\x15äÝ" b"\x01Ž\x02,-\x13p\x02¨ãL—“+ßš" b"\x01Ž\x02,8(sy g¥ ª\x03\x05‡" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9‘r$®KùÓ}rH" b"\x01Ž\x02,9ùs‘ƒ6 ”»\S\x0F" b"\x01Ž\x02,:bqò×ïn\x16š\x070" b"\x01Ré†8qœ\x7F߆lÚ±>" b"\x01ýââ¬r\x18¨míP×=A¬" b"\x01”?Ͼ›pѪ\x05_\e]æÈü" b"\x01˜Æ~y–r€‚¾F¥ƒh]2" b"\x01Ž\x02*â¬r6¹H\v."I ²" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*îßsÙ°9™\x15!ES¿" b"\x01Ž\x02*÷»r+„XñÝç\¢]" b"\x01Ž\x02*ø‰rø¶ÇH\x1Cq\x12d7" b"\x01Ž\x02+\x17•q;¤>j\x1A\x00¨7ò" b"\x01Ž\x02+w<pz•]—=\x0EŠçä" b"\x01Ž\x02+‘qp&†\r_\r:ð" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý\x1Ari˜ð\x1FH”×S¤" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+Þîp)“÷ãèÇÝ\x1A\x04" b"\x01Ž\x02+ßlrÔ´ÏM‚¢de" b"\x01Ž\x02+à\x00p£°ÖOÏB\eSý" b"\x01Ž\x02+ëæsׄ¨È0n@.G" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì\x14sh•³ =\eŽ*" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+í‘qL°ß•@\x17$Y7" b"\x01Ž\x02+ñìq‚ž‘ÈóM|ã@" b"\x01Ž\x02+ô£rŒ–µkOEàMþ" b"\x01Ž\x02,$GrÛ§+ÚÏ3ê\x08Þ" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:\x15r\x17‰çl±E»‚=" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01Ž\x02*â½qbž^Ȉ“\x10µ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*éssÌ–ý:\x05H‰ð©" b"\x01Ž\x02+\x03¨s@\x0EY¨…4óª" b"\x01Ž\x02+IIs•½!]=\x01î\x1D¤" b"\x01Ž\x02+Öqç”\x1E¾!\x18w.–" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ßArn ¼¤Å\x7F^\x0E7" b"\x01Ž\x02+à7q-©õI• \x14*" b"\x01Ž\x02+ëæsׄ¨È0n@.G" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ì3s¤‚wÀñ,!y" b"\x01Ž\x02+ì9s€›=ÇM¢“\x11í" b"\x01Ž\x02+ìHs\x7Fy\x12+1Ì3÷" b"\x01Ž\x02+ì\q'’¨ÌK½·¬’" b"\x01Ž\x02+ñìq‚ž‘ÈóM|ã@" b"\x01Ž\x02+ô£rŒ–µkOEàMþ" b"\x01Ž\x02,$Ýr’šÿgÇ~ÿ#õ" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:"s‰”c\x18_\x01'e" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01—ï@³×zx³>¤“ó7Wý" b"\x01Ž\x02*âçqàm‡'¦¯ë\x15" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*÷bsý¾]š˜\x0El¬¯" b"\x01Ž\x02+\t pb½Ïtž\x12vS" b"\x01Ž\x02+QµqLŒË!ÇêÿÅŠ" b"\x01Ž\x02+×ýp¤µ\x1E\x15Y\e÷†" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ßTsg„W\v¯\x13\x10N" b"\x01Ž\x02+à'ss…2¦¤5}lˆ" b"\x01Ž\x02+ì\esn§4¦µ²wDK" b"\x01Ž\x02+ì+qÁ™iþ€‹Ú+—" b"\x01Ž\x02+ìAq’‡zéËH›3m" b"\x01Ž\x02+ìHs\x7Fy\x12+1Ì3÷" b"\x01Ž\x02+ìds£µÄVDǾ)f" b"\x01Ž\x02+ó\x19r<˜*1\x15Ù\x7F\x0F›" b"\x01Ž\x02,%ärž°\eAH\x16€„´" b"\x01Ž\x02,9wr…¸\x03²\x7Fš‘é}" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:@q‚¶“'óžÇ\x08+" b"\x01ýââ¹pû™s`xìîí\x11" b"\x01”?Ͼ›pѪ\x05_\e]æÈü" b"\x01Ž\x02*ãBsè®=ûÍ;7±" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ðVqqÐ1Ã…\x03¥" b"\x01Ž\x02+\x10©sò·Âñ¿\tì¶Ü" b"\x01Ž\x02+nÎp@ˆD-øå\x19Ö\v" b"\x01Ž\x02+¥pTº½Lµf>!ž" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ß[q\e“9AOÀ’\vë" b"\x01Ž\x02+ããpÀŠ\r\fàä\x7F‰d" b"\x01Ž\x02+ì\esn§4¦µ²wDK" b"\x01Ž\x02+ì+qÁ™iþ€‹Ú+—" b"\x01Ž\x02+ì3s¤‚wÀñ,!y" b"\x01Ž\x02+ìAq’‡zéËH›3m" b"\x01Ž\x02+ìHs\x7Fy\x12+1Ì3÷" b"\x01Ž\x02+ìds£µÄVDǾ)f" b"\x01Ž\x02+ó:p‘§\t™ÎÀ-“ž" b"\x01Ž\x02,$žqù™Oä«\x1F¢$" b"\x01Ž\x02,9wr…¸\x03²\x7Fš‘é}" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:@q‚¶“'óžÇ\x08+" b"\x01”?Ͼ›pѪ\x05_\e]æÈü" b"\x01—ïA0‚}г0>9Kô\x03¦" b"\x01Ž\x02*âïr\x08 X8Ò\eé|þ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ös£†ƒ‰A2mø" b"\x01Ž\x02*÷ërÙ…ß¡Íþ÷J" b"\x01Ž\x02*ýŠpE¡‰%®êt¢Á" b"\x01Ž\x02+I-s´©¿å\x16–ru`" b"\x01Ž\x02+¯‰qq•ƒ¦nD\x04`‚" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ßar˜¼C›\t°FbE" b"\x01Ž\x02+à'ss…2¦¤5}lˆ" b"\x01Ž\x02+ëæsׄ¨È0n@.G" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ì+qÁ™iþ€‹Ú+—" b"\x01Ž\x02+ô…sÈ“\x7Fó\x0F.\x114û" b"\x01Ž\x02,$píŽ\x00FröE\t¢" b"\x01Ž\x02,3Ls+†h(\x17õ-ø|" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9 pqƒø°ÜȼÐ" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:bqò×ïn\x16š\x070" b"\x01ýââ¹pû™s`xìîí\x11" b"\x01”?Ͼ›pѪ\x05_\e]æÈü" b"\x01—ï@ÑFr¾†DÙ:7±ã÷" b"\x01Ž\x02*â¬r6¹H\v."I ²" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*öˆq‰…K\f\x1FêË\x0E¶" b"\x01Ž\x02+\x041rÓªÊ)—Em–¿" b"\x01Ž\x02+7¹pc”?ÿ¡&òI2" b"\x01Ž\x02+ž°p^ƒL§_Ux'\x0E" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ß[q\e“9AOÀ’\vë" b"\x01Ž\x02+à7q-©õI• \x14*" b"\x01Ž\x02+ëæsׄ¨È0n@.G" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ò“p\x1Ec” <ö½¿" b"\x01Ž\x02,&\x05sM³x\x0FÓ€„Î\x08" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:1pYƒá”~öRÙ=" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01Ž\x02*ã9p»ŒJvù@êbá" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*é™p0³ ¢$\x19„†\x1D" b"\x01Ž\x02*÷Èp„¤.Í\x1F_¹àþ" b"\x01Ž\x02*÷ërÙ…ß¡Íþ÷J" b"\x01Ž\x02+\x17\x1Dqã‚Ö˜2T¥7ö" b"\x01Ž\x02+u×ro²\x030t|ô£1" b"\x01Ž\x02+œ•pc¿ºß$iPLÏ" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ß[q\e“9AOÀ’\vë" b"\x01Ž\x02+à'ss…2¦¤5}lˆ" b"\x01Ž\x02+ì\esn§4¦µ²wDK" b"\x01Ž\x02+ì3s¤‚wÀñ,!y" b"\x01Ž\x02+ìAq’‡zéËH›3m" b"\x01Ž\x02+ìHs\x7Fy\x12+1Ì3÷" b"\x01Ž\x02+ó¥p* Õ\e¼î³·Ù" b"\x01Ž\x02+ø\x7Fr…»léíç•òS" b"\x01Ž\x02,$Ýr’šÿgÇ~ÿ#õ" b"\x01Ž\x02,9wr…¸\x03²\x7Fš‘é}" b"\x01Ž\x02,9 pqƒø°ÜȼÐ" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:@q‚¶“'óžÇ\x08+" b"\x01ýââ¸rΣ§\x19\fLBQ½" b"\x01ýââ¹pû™s`xìîí\x11" b"\x01”?Ͼ›pѪ\x05_\e]æÈü" b"\x01Ž\x02*ã9p»ŒJvù@êbá" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ê)r\x06€á»}[ý›\r" b"\x01Ž\x02*þ’rƈo-C•U¬G" b"\x01Ž\x02+2Lsd€Õ=áô&KÉ" b"\x01Ž\x02+¶¤p;™ú°ÚÜf–4" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+ÝOrÞ¢¤ºj\x06E:¸" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ßar˜¼C›\t°FbE" b"\x01Ž\x02+ì rs¿0\x047²d1å" b"\x01Ž\x02+ìAq’‡zéËH›3m" b"\x01Ž\x02+ìds£µÄVDǾ)f" b"\x01Ž\x02+ñ¢r±¨„"PÐ\x05p" b"\x01Ž\x02+ñør.–ðJ}ìÞ\x14ç" b"\x01Ž\x02+òÁq0”2Šw³Oˆ\x1D" b"\x01Ž\x02+ù+r¨´\x19XÌŠ=ç¿" b"\x01Ž\x02+ú\tq)½ÀÍ\x19j\x05Í\x03" b"\x01Ž\x02,$‡så„›6$áë¦s" b"\x01Ž\x02,9wr…¸\x03²\x7Fš‘é}" b"\x01Ž\x02,9‘r$®KùÓ}rH" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:@q‚¶“'óžÇ\x08+" b"\x01ýââ²r§©^"¤º\x1Cœx" b"\x01”?Ͼ›pѪ\x05_\e]æÈü" b"\x01”?ÏØApšª¤óXO¦Ôò" b"\x01—ùruÇqAðp›I-.…" b"\x01™\x0F×Õ°~q¾Dá‹ctW" b"\x01™\x14Ó{v\rª\x03ü%jiý" b"\x01Ž\x02*â½qbž^Ȉ“\x10µ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ð—r- ÏpÉ\x1Dç¤ë" b"\x01Ž\x02*÷Èp„¤.Í\x1F_¹àþ" b"\x01Ž\x02*÷ërÙ…ß¡Íþ÷J" b""" \x01Ž\x02+\x0FÄsбât5\n Ý“¼ """ b"\x01Ž\x02+7XpCƒ¸æ¿ü\x16f" b"\x01Ž\x02+„\x1Ap‰—\tyZ–À#Ú" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý\x1Ari˜ð\x1FH”×S¤" b"\x01Ž\x02+Þ<qâ‹ÌïËNñÆ" b"\x01Ž\x02+ßösf³ê\rÐ\x1E´\f" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ì+qÁ™iþ€‹Ú+—" b"\x01Ž\x02+ìUst§Á\x7FÉŒÇrk" b"\x01Ž\x02+ì\q'’¨ÌK½·¬’" b"\x01Ž\x02+ñør.–ðJ}ìÞ\x14ç" b"\x01Ž\x02+òÁq0”2Šw³Oˆ\x1D" b"\x01Ž\x02+ù+r¨´\x19XÌŠ=ç¿" b"\x01Ž\x02,%Sr\x0E¹H¼\x17ÇaG" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9 pqƒø°ÜȼÐ" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:9r\x05’æ<ZxCDÉ" b"\x01ýââ±q-€©4ZÿÃzg" b"\x01ýââ¶qe·‘el\x08\x063" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b"\x01—ùr}§sV•-Ó¨®«ñÜ" b"\x01˜æ}³r'\r# ]R\x02ñ" b"\x01˜æïrp\x17£\x1D´\x07íU<W" b"\x01Ž\x02*â½qbž^Ȉ“\x10µ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ð—r- ÏpÉ\x1Dç¤ë" b"\x01Ž\x02*÷Èp„¤.Í\x1F_¹àþ" b"\x01Ž\x02*÷ërÙ…ß¡Íþ÷J" b""" \x01Ž\x02+\x0FÄsбât5\n Ý“¼ """ b"\x01Ž\x02+7XpCƒ¸æ¿ü\x16f" b"\x01Ž\x02+„\x1Ap‰—\tyZ–À#Ú" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý\x1Ari˜ð\x1FH”×S¤" b"\x01Ž\x02+Þ\vp0´–7)\v\vÎ"" b"\x01Ž\x02+ßösf³ê\rÐ\x1E´\f" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ì+qÁ™iþ€‹Ú+—" b"\x01Ž\x02+ìUst§Á\x7FÉŒÇrk" b"\x01Ž\x02+ì\q'’¨ÌK½·¬’" b"\x01Ž\x02+ñør.–ðJ}ìÞ\x14ç" b"\x01Ž\x02+òÁq0”2Šw³Oˆ\x1D" b"\x01Ž\x02+ù+r¨´\x19XÌŠ=ç¿" b"\x01Ž\x02,%Sr\x0E¹H¼\x17ÇaG" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9 pqƒø°ÜȼÐ" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:9r\x05’æ<ZxCDÉ" b"\x01ýââ±q-€©4ZÿÃzg" b"\x01ýââ¶qe·‘el\x08\x063" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b"\x01—ùr}§sV•-Ó¨®«ñÜ" b"\x01˜æ}³r'\r# ]R\x02ñ" b"\x01˜æïrp\x17£\x1D´\x07íU<W" b"\x01Ž\x02*â½qbž^Ȉ“\x10µ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ð—r- ÏpÉ\x1Dç¤ë" b"\x01Ž\x02*÷Èp„¤.Í\x1F_¹àþ" b"\x01Ž\x02*÷ërÙ…ß¡Íþ÷J" b""" \x01Ž\x02+\x0FÄsбât5\n Ý“¼ """ b"\x01Ž\x02+7XpCƒ¸æ¿ü\x16f" b"\x01Ž\x02+„\x1Ap‰—\tyZ–À#Ú" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý\x1Ari˜ð\x1FH”×S¤" b"\x01Ž\x02+Ýóqð±\x07æ!œ¤ùª" b"\x01Ž\x02+ßösf³ê\rÐ\x1E´\f" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ì+qÁ™iþ€‹Ú+—" b"\x01Ž\x02+ìUst§Á\x7FÉŒÇrk" b"\x01Ž\x02+ì\q'’¨ÌK½·¬’" b"\x01Ž\x02+ñør.–ðJ}ìÞ\x14ç" b"\x01Ž\x02+òÁq0”2Šw³Oˆ\x1D" b"\x01Ž\x02+ù+r¨´\x19XÌŠ=ç¿" b"\x01Ž\x02,%Sr\x0E¹H¼\x17ÇaG" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9 pqƒø°ÜȼÐ" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:9r\x05’æ<ZxCDÉ" b"\x01ýââ±q-€©4ZÿÃzg" b"\x01ýââ¶qe·‘el\x08\x063" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b"\x01—ùr}Œq|‡-Œ°ì.‘" b"\x01˜æïrp\x17£\x1D´\x07íU<W" b"\x01˜æ®3\x03v\eºÁfܵ(Ê" b"\x01Ž\x02*ã9p»ŒJvù@êbá" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ö©sx¿è@ÔœÇÂl" b"\x01Ž\x02*÷»r+„XñÝç\¢]" b"\x01Ž\x02*÷ërÙ…ß¡Íþ÷J" b""" \x01Ž\x02+\n fpUƒ‡{\vsü%' """ b"\x01Ž\x02+oèp9£7BKßDW\x18" b"\x01Ž\x02+ªr¢ƒý£¢‰±Na" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ß[q\e“9AOÀ’\vë" b"\x01Ž\x02+à'ss…2¦¤5}lˆ" b"\x01Ž\x02+ì\esn§4¦µ²wDK" b"\x01Ž\x02+ì+qÁ™iþ€‹Ú+—" b"\x01Ž\x02+ìAq’‡zéËH›3m" b"\x01Ž\x02+ìds£µÄVDǾ)f" b"\x01Ž\x02+óôs`•+\x00ïi"" b"\x01Ž\x02,%Ks3´Rikã\rx÷" b"\x01Ž\x02,2ns÷ˆuh”¶ºh§" b"\x01Ž\x02,9wr…¸\x03²\x7Fš‘é}" b"\x01Ž\x02,9‘r$®KùÓ}rH" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:@q‚¶“'óžÇ\x08+" b"\x01ýââ¹pû™s`xìîí\x11" b"\x01”?Ͼ›pѪ\x05_\e]æÈü" b"\x01—ùrsqs¤¶ Ó¸Þ•¡\x06" b"\x01˜-\x00L\x08~ë¹1QØVƵ8" b"\x01˜å°\x17°wû”=\fΗ:‘k" b"\x01Ž\x02*â½qbž^Ȉ“\x10µ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ðÚr±´f¾f\x11\x06…\x13" b"\x01Ž\x02*÷Èp„¤.Í\x1F_¹àþ" b"\x01Ž\x02*÷ërÙ…ß¡Íþ÷J" b"\x01Ž\x02+\x1DPpÙœ\x14U_à\x12ÇÓ" b"\x01Ž\x02+6Îpk’\x0FŽçXÀ9" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+àqr\x16€\r?U<6[\n" b"\x01Ž\x02+ëæsׄ¨È0n@.G" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì\x14sh•³ =\eŽ*" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+øOs@¢Õç\x0E\x0F\x17Í*" b"\x01Ž\x02,$\x18p\x0F£»è¾Ííc\x1C" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9 pqƒø°ÜȼÐ" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:9r\x05’æ<ZxCDÉ" b"\x01Ré‹bqWûÓ(X8Å" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b"\x01—ùrTÂqv§\B\x150Ø\x1F°" b"\x01˜ðˆ\x1A„|•‡J“\x17È‘úò" b""" \x01™\n É®Gzo‚S[IFÜN¸ """ b"\x01Ž\x02*â½qbž^Ȉ“\x10µ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ñÑs\x0E¹\x1F\x1Aß¶\x01ÿñ" b"\x01Ž\x02*÷Èp„¤.Í\x1F_¹àþ" b"\x01Ž\x02*÷ërÙ…ß¡Íþ÷J" b"\x01Ž\x02+\x1DPpÙœ\x14U_à\x12ÇÓ" b"\x01Ž\x02+WåsÑ”ž‡\t½f" b"\x01Ž\x02+\x1ArP¿\x02ÕÆn@\x1D\x1A" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+à'ss…2¦¤5}lˆ" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ì3s¤‚wÀñ,!y" b"\x01Ž\x02+ø¿s\x1C¿\x07\x11¼…Uo›" b"\x01Ž\x02,&\x05sM³x\x0FÓ€„Î\x08" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9 pqƒø°ÜȼÐ" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:9r\x05’æ<ZxCDÉ" b"\x01ýââ¶qe·‘el\x08\x063" b"\x01ýââ¸rΣ§\x19\fLBQ½" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b""" \x01—ùr‹0r\n »‘hapÆ'/ """ b"\x01˜ð‰\x15Çr½µCЬÍé\x14v" b"\x01˜ôÎ"\x19\x7F6„Hµ\x1C2\x1CËW" b"\x01Ž\x02*â£p…ž\x1F\x06/Ìc\tß" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ð—r- ÏpÉ\x1Dç¤ë" b"\x01Ž\x02*÷Èp„¤.Í\x1F_¹àþ" b"\x01Ž\x02*÷ërÙ…ß¡Íþ÷J" b""" \x01Ž\x02+\x0FÄsбât5\n Ý“¼ """ b"\x01Ž\x02+7XpCƒ¸æ¿ü\x16f" b"\x01Ž\x02+„\x1Ap‰—\tyZ–À#Ú" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý\x1Ari˜ð\x1FH”×S¤" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ßösf³ê\rÐ\x1E´\f" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì\x14sh•³ =\eŽ*" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ì+qÁ™iþ€‹Ú+—" b"\x01Ž\x02+ìUst§Á\x7FÉŒÇrk" b"\x01Ž\x02+ì\q'’¨ÌK½·¬’" b"\x01Ž\x02+ñør.–ðJ}ìÞ\x14ç" b"\x01Ž\x02+òÁq0”2Šw³Oˆ\x1D" b"\x01Ž\x02+ù+r¨´\x19XÌŠ=ç¿" b"\x01Ž\x02,%Sr\x0E¹H¼\x17ÇaG" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9 pqƒø°ÜȼÐ" b"\x01Ž\x02,9ùs‘ƒ6 ”»\S\x0F" b"\x01Ž\x02,:9r\x05’æ<ZxCDÉ" b"\x01ýââ±q-€©4ZÿÃzg" b"\x01ýââ¶qe·‘el\x08\x063" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b"\x01—ùr}Œq|‡-Œ°ì.‘" b"\x01˜æ}³r'\r# ]R\x02ñ" b"\x01˜æïrp\x17£\x1D´\x07íU<W" b"\x01Ž\x02*â½qbž^Ȉ“\x10µ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*÷Èp„¤.Í\x1F_¹àþ" b"\x01Ž\x02*÷âs ÏMuÎî¼\" b"\x01Ž\x02*ý(r\x16˜—RÙƒ¯Ø÷" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ßar˜¼C›\t°FbE" b"\x01Ž\x02+à'ss…2¦¤5}lˆ" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ì3s¤‚wÀñ,!y" b"\x01Ž\x02+ìUst§Á\x7FÉŒÇrk" b"\x01Ž\x02+ì\q'’¨ÌK½·¬’" b"\x01Ž\x02+ò\x13r[¹dÑjF\x0F;\x01" b"\x01Ž\x02+ø¿s\x1C¿\x07\x11¼…Uo›" b"\x01Ž\x02+øÞp\x06¹(tØ`P™}" b"\x01Ž\x02,&\x05sM³x\x0FÓ€„Î\x08" b"\x01Ž\x02,9wr…¸\x03²\x7Fš‘é}" b"\x01Ž\x02,9 pqƒø°ÜȼÐ" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:bqò×ïn\x16š\x070" b"\x01ýââ¸rΣ§\x19\fLBQ½" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b""" \x01–|™˜Hp\x1D½1vl½\n À\x01 """ b"\x01–|™s'²Iæ‘\x06$F" b"\x01–|™¬Öqg‚ÎrU÷‰Øè" b"\x01—ùrtÏsÿ“ñ<\x0E\x00•~K" b"\x01˜Q);\x7Fà¥\x17ÄVÖØ"½" b"\x01˜åÃÃ\x7Fu“§O³?Ë \x05Ù" b"\x01Ž\x02*âïr\x08 X8Ò\eé|þ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ï“rÒ˜¨å \x02Ƶ" b"\x01Ž\x02*÷Èp„¤.Í\x1F_¹àþ" b"\x01Ž\x02*÷âs ÏMuÎî¼\" b"\x01Ž\x02+\eËpà´•çírwÎ" b""" \x01Ž\x02+^cr\n –rŒœý^BÇ """ b"\x01Ž\x02+Š©rp¬=lä\x1ERø\x16" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b""" \x01Ž\x02+Ý5r+¶‘\x0F\x1A±¹\n à """ b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b""" \x01Ž\x02+ä\n sdUË\x01@à±ö """ b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì\x14sh•³ =\eŽ*" b"\x01Ž\x02+ì\esn§4¦µ²wDK" b"\x01Ž\x02+ì rs¿0\x047²d1å" b"\x01Ž\x02+ìHs\x7Fy\x12+1Ì3÷" b"\x01Ž\x02+òðpzž®ƒUuRÝ" b"\x01Ž\x02,%3r`µôü_ÎW" b"\x01Ž\x02,&Åqä¸4wU`\x19õ\x1F" b"\x01Ž\x02,3pq•º´Æ„ýÿ®" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9‘r$®KùÓ}rH" b"\x01Ž\x02,9ùs‘ƒ6 ”»\S\x0F" b"\x01Ž\x02,:bqò×ïn\x16š\x070" b"\x01ýââ±q-€©4ZÿÃzg" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b"\x01—ùrhŠs§‚\x1D-óÓÆöU" b"\x01˜1-ú^~yµ\x1D5ì®"å”" b"\x01˜`\v±lqŽ˜\x03ÞCüWÖ" b"\x01Ž\x02*ã9p»ŒJvù@êbá" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ðÈrð³£×ß|¡òÚ" b""" \x01Ž\x02+\n \x1Ap «h†X·;\vß """ b"\x01Ž\x02+]¼p!´ ÍÌ8{;" b""" \x01Ž\x02+×\n s¤‘†9ë\x12¶Û² """ b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý\x11r¿šƒ,òœ¦µ" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ß[q\e“9AOÀ’\vë" b""" \x01Ž\x02+ä\n sdUË\x01@à±ö """ b"\x01Ž\x02+ì rs¿0\x047²d1å" b"\x01Ž\x02+ì3s¤‚wÀñ,!y" b"\x01Ž\x02+ìAq’‡zéËH›3m" b"\x01Ž\x02+ìds£µÄVDǾ)f" b"\x01Ž\x02+ñ¢r±¨„"PÐ\x05p" b"\x01Ž\x02+ó¥p* Õ\e¼î³·Ù" b"\x01Ž\x02+ù+r¨´\x19XÌŠ=ç¿" b"\x01Ž\x02,%CrÕ‹©Õìý¾V," b"\x01Ž\x02,9wr…¸\x03²\x7Fš‘é}" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:@q‚¶“'óžÇ\x08+" b"\x01ýââ³s–¬N£³Ë…wí" b"\x01ýââµp£µ¿GxH@™:" b"\x01”?Ͼ›pѪ\x05_\e]æÈü" b"\x01—ï@èÕqû¶M¿ Ïî°m" b"\x01Ž\x02*âïr\x08 X8Ò\eé|þ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*öÀr;…n mN\x02µ+" b"\x01Ž\x02*÷Èp„¤.Í\x1F_¹àþ" b"\x01Ž\x02*÷ërÙ…ß¡Íþ÷J" b"\x01Ž\x02+\x041rÓªÊ)—Em–¿" b"\x01Ž\x02+v}rE€xHT“qzä" b"\x01Ž\x02+ž6p \x0E\x1E \t'¬" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+à7q-©õI• \x14*" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì\x14sh•³ =\eŽ*" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ùïq’…!\x0FHÃ(s" b"\x01Ž\x02,%¶p½\x19Ï’¦Ø€\v" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9 pqƒø°ÜȼÐ" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:bqò×ïn\x16š\x070" b"\x01ýââ¹pû™s`xìîí\x11" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b"\x01—ï@ˆIw£‰zÛΙ\x14<“" b""" \x01™\n ê„Ëz7¸C½:› """ b"\x01Ž\x02*âïr\x08 X8Ò\eé|þ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*÷Èp„¤.Í\x1F_¹àþ" b"\x01Ž\x02*÷ërÙ…ß¡Íþ÷J" b"\x01Ž\x02+\x041rÓªÊ)—Em–¿" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+à'ss…2¦¤5}lˆ" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ùïq’…!\x0FHÃ(s" b"\x01Ž\x02,%¶p½\x19Ï’¦Ø€\v" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9 pqƒø°ÜȼÐ" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:bqò×ïn\x16š\x070" b"\x01Ré\x7F=rG¾ei˜Z€ýu" b"\x01Ré‰%q½¾y†¶we\tQ" b"\x01R銤q\t‹€ÝŽ\x05?sŒ" b"\x01ýââ¬r\x18¨míP×=A¬" b"\x01ýââ±q-€©4ZÿÃzg" b"\x01ýââ¶qe·‘el\x08\x063" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b"\x01—ùruŒsA¼Ï\?…$›w" b"\x01˜-B\x00r.Ž\x10@/äÏ”\x0F" b"\x01˜æ-msAš\x02¹¢²1š" b"\x01Ž\x02*â¬r6¹H\v."I ²" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ð—r- ÏpÉ\x1Dç¤ë" b"\x01Ž\x02*÷Èp„¤.Í\x1F_¹àþ" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý\x1Ari˜ð\x1FH”×S¤" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ßösf³ê\rÐ\x1E´\f" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì\x14sh•³ =\eŽ*" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ì+qÁ™iþ€‹Ú+—" b"\x01Ž\x02+ìUst§Á\x7FÉŒÇrk" b"\x01Ž\x02+ì\q'’¨ÌK½·¬’" b"\x01Ž\x02+ø²qr¸‡¸[Ü´eÀ" b"\x01Ž\x02+øås}\x19}hÁØ\x08›" b"\x01Ž\x02,%Sr\x0E¹H¼\x17ÇaG" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9ùs‘ƒ6 ”»\S\x0F" b"\x01Ž\x02,:bqò×ïn\x16š\x070" b"\x01Ré‘/q‚€Œ+¡D0" b"\x01ýââ±q-€©4ZÿÃzg" b"\x01ýââ¶qe·‘el\x08\x063" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b"\x01–|™™us7«\x01D¶‚‡‰]" b"\x01–|™©NpE‚ašäÈÃ\x0E7" b"\x01–|™xrhƒ©¨k\x14VŽ\x15" b"\x01—ùr~Tq0…ð8¶ß»º" b"\x01˜æ¢•\x15{î–˜,\x027\x1A¤6" b"\x01˜æ®M\fw/¥Ð7R¥Æž" b"\x01Ž\x02*âïr\x08 X8Ò\eé|þ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*äÍq+£¿˜ö\x0F+"w" b"\x01Ž\x02+\x041rÓªÊ)—Em–¿" b"\x01Ž\x02+$•q\x05°”ƽHwÏÖ" b"\x01Ž\x02+žás\ŠmðKE!Çl" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+à'ss…2¦¤5}lˆ" b"\x01Ž\x02+ëæsׄ¨È0n@.G" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ô}p±¸Ò3>\x13ëm–" b"\x01Ž\x02,%ärž°\eAH\x16€„´" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9ùs‘ƒ6 ”»\S\x0F" b"\x01Ž\x02,:bqò×ïn\x16š\x070" b"\x01ýââ±q-€©4ZÿÃzg" b"\x01ýââ¸rΣ§\x19\fLBQ½" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b"\x01—ùrˆs~™Ñ\wjËÐö" b""" \x01˜æ°\n *p"Åò¦#v """ b""" \x01™\n ºÛ vû\n óºˆfð« """ b"\x01Ž\x02*â½qbž^Ȉ“\x10µ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*öCsÕŒ\x1DÒ¤)à\x1E^" b"\x01Ž\x02*÷ërÙ…ß¡Íþ÷J" b"\x01Ž\x02+\x041rÓªÊ)—Em–¿" b"\x01Ž\x02+}Bsg¿+[n¯©7\v" b"\x01Ž\x02+ž\x17s¡>Öát\x17Õ." b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+à7q-©õI• \x14*" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ò\x0Fqí‹êÒJŽ\tOù" b"\x01Ž\x02,%Ks3´Rikã\rx÷" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9‘r$®KùÓ}rH" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:bqò×ïn\x16š\x070" b"\x01ýââ±q-€©4ZÿÃzg" b"\x01ýââ¶qe·‘el\x08\x063" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b"\x01—ï@³×zx³>¤“ó7Wý" b"\x01—ùrwoqT¦›Yú+;ä" b"\x01˜`Œ^£~³«±OÄ"ÌÛ¼" b"\x01˜ær\x1FÛsK¿;\x1D²À—ß7" b"\x01Ž\x02*âçqàm‡'¦¯ë\x15" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*÷«q@ˆàÜJ\x1E£JÉ" b"\x01Ž\x02+\x041rÓªÊ)—Em–¿" b"\x01Ž\x02+8¸q\x7F¨œh˜…\x16\x0E»" b"\x01Ž\x02+«\x05p\x06¾PÄLÇ£…" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+à'ss…2¦¤5}lˆ" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì\x14sh•³ =\eŽ*" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ù™q\e»[ž\v®zU¹" b"\x01Ž\x02,&\x05sM³x\x0FÓ€„Î\x08" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:bqò×ïn\x16š\x070" b"\x01ýââµp£µ¿GxH@™:" b"\x01ýââ¶qe·‘el\x08\x063" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b"\x01—ï@èÕqû¶M¿ Ïî°m" b"\x01˜1OO'w<¤\x08›=\x1EÚ·¯" b"\x01˜Ñ¡Ûìr)³\x11²\x19ü l¦" b"\x01˜Ñ_ÞpJ—B\x1Dù1ŽJê" b"\x01Ž\x02*âŽqaŒÅ‰ƒ,v?+" b"\x01Ž\x02*äxpGŠ—0VTAûê" b""" \x01Ž\x02*ñ\n qr°\x05z¥a¬X® """ b"\x01Ž\x02+ƒ\x13r¸¿f\x02©ÜÞ--" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ßar˜¼C›\t°FbE" b"\x01Ž\x02+à@r\v¡õ+xäª&—" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ì\q'’¨ÌK½·¬’" b"\x01Ž\x02,$mpÈŠ¯˜œ\x07÷Ä_" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9ÝrgžÆ×–#¿œþ" b"\x01Ž\x02,:YrÀ”½'(_Åâ\x16" b"\x01Ré‚rrM9öcª»ë\x0F" b"\x01Ré„Ýs‹‘4v$°Aëü" b"\x01ýââ¯s\e·\x0E\x02\x0E<3" b"\x01ýââµp£µ¿GxH@™:" b"\x01ýââ¶qe·‘el\x08\x063" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01—ï@ˆIw£‰zÛΙ\x14<“" b"\x01—ùrVqc»7ìÏ\x16/å«" b"\x01˜\x187™/\x7FŽœBÜ*X A<" b"\x01˜\x1Cø¬C|Ô„Å”6´\x07µÚ" b"\x01˜\x1Cùnˆso›.ý™<¡øE" b"\x01Ž\x02*â½qbž^Ȉ“\x10µ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*÷«q@ˆàÜJ\x1E£JÉ" b""" \x01Ž\x02+\n fpUƒ‡{\vsü%' """ b"\x01Ž\x02+p\x0EqK›|\x1DºmeÙ{" b"\x01Ž\x02+ž‰rØÀ\x15\x15a„ðx" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+à'ss…2¦¤5}lˆ" b"\x01Ž\x02+ì+qÁ™iþ€‹Ú+—" b"\x01Ž\x02+ì3s¤‚wÀñ,!y" b"\x01Ž\x02+ìAq’‡zéËH›3m" b"\x01Ž\x02+ìHs\x7Fy\x12+1Ì3÷" b"\x01Ž\x02+ò\x13r[¹dÑjF\x0F;\x01" b"\x01Ž\x02+ópT–oýB½{£C" b"\x01Ž\x02+ø¿s\x1C¿\x07\x11¼…Uo›" b"\x01Ž\x02,&\x05sM³x\x0FÓ€„Î\x08" b"\x01Ž\x02,9wr…¸\x03²\x7Fš‘é}" b"\x01Ž\x02,9ùs‘ƒ6 ”»\S\x0F" b"\x01Ž\x02,:@q‚¶“'óžÇ\x08+" b"\x01ýââ¸rΣ§\x19\fLBQ½" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b"\x01—ï@ˆIw£‰zÛΙ\x14<“" b"\x01—ùr¬?p&ì\eä®Z\x1AÍ" b"\x01˜\x13\x1Fä—{—±è2H|QŸ" b"\x01˜ðzÇŠy"„û\x11¼ì\x1E™ " b"\x01Ž\x02*ä\x11sœÐ\tyQ+¬ø" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ö©sx¿è@ÔœÇÂl" b"\x01Ž\x02*üàq ‘ì\x0F®_Ä$\x1C" b"\x01Ž\x02+Ù0r„¦œÌrWÕß\x13" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+à@r\v¡õ+xäª&—" b"\x01Ž\x02+ëæsׄ¨È0n@.G" b"\x01Ž\x02+ëùs\x02¢r¤i€‚S" b"\x01Ž\x02+ì+qÁ™iþ€‹Ú+—" b"\x01Ž\x02+óÉrŒ‡tƒPxpœð" b"\x01Ž\x02,%Ks3´Rikã\rx÷" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9‘r$®KùÓ}rH" b"\x01Ž\x02,9ùs‘ƒ6 ”»\S\x0F" b"\x01Ž\x02,:)rI†ª_\x19¦jÜ" b"\x01Ré†>plµûJÓPÂ\x15(" b"\x01Ré\x00sͤ9Nõ'¡\x00" b"\x01ýââ¬r\x18¨míP×=A¬" b"\x01ýââ¯s\e·\x0E\x02\x0E<3" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01—ï@³×zx³>¤“ó7Wý" b"\x01—ùr¦Âp÷º(=›.7pC" b"\x01˜-\x00L\x08~ë¹1QØVƵ8" b"\x01˜ð6õÂ}.‹¤a–µ\x14CË" b"\x01Ž\x02*ã9p»ŒJvù@êbá" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*é_r\x07¶¶2…3\x16J}" b"\x01Ž\x02*ü2sW‘謋\f[+5" b"\x01Ž\x02+IÙrËr2}Þ\x12m\e" b"\x01Ž\x02+”s‰‘ß·_úÈä\x05" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ßTsg„W\v¯\x13\x10N" b"\x01Ž\x02+àqr\x16€\r?U<6[\n" b"\x01Ž\x02+ì\esn§4¦µ²wDK" b"\x01Ž\x02+ì+qÁ™iþ€‹Ú+—" b"\x01Ž\x02+ìAq’‡zéËH›3m" b"\x01Ž\x02+ìHs\x7Fy\x12+1Ì3÷" b"\x01Ž\x02+ìds£µÄVDǾ)f" b"\x01Ž\x02+ôvq\r½/Ë™ëa\°" b"\x01Ž\x02+øôr½šÆD¿\x1D>\x07\x1D" b"\x01Ž\x02,$píŽ\x00FröE\t¢" b"\x01Ž\x02,9wr…¸\x03²\x7Fš‘é}" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:@q‚¶“'óžÇ\x08+" b"\x01ýââ¹pû™s`xìîí\x11" b"\x01”?Ͼ›pѪ\x05_\e]æÈü" b"\x01—ïATøx~©”\x1Fw˜9ø(" b"\x01—ùr£«p ¸Ž˜.°W2:" b"\x01˜->ŒÕtÛžÄÇÖІÈ\n" b"\x01˜-?F }\x13I€±·\NÐ" b"\x01Ž\x02*âçqàm‡'¦¯ë\x15" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*é_r\x07¶¶2…3\x16J}" b"\x01Ž\x02*ü\x03qs»1$õ¡fW!" b"\x01Ž\x02+(íp·½p„\x1D\x18š¬\x0E" b"\x01Ž\x02+Ø\pU¥Ýð\VŠ\x14ž" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+à@r\v¡õ+xäª&—" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ì3s¤‚wÀñ,!y" b"\x01Ž\x02+ì\q'’¨ÌK½·¬’" b"\x01Ž\x02+øsÐ’X5\vì\x00I" b"\x01Ž\x02,$píŽ\x00FröE\t¢" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:bqò×ïn\x16š\x070" b"\x01ýââ¬r\x18¨míP×=A¬" b"\x01ýââ±q-€©4ZÿÃzg" b"\x01ýââ¶qe·‘el\x08\x063" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b"\x01—ï@ÑFr¾†DÙ:7±ã÷" b"\x01—ùr Is§²¼T€\x06N›Æ" b"\x01˜-?F }\x13I€±·\NÐ" b"\x01˜-B\x00r.Ž\x10@/äÏ”\x0F" b"\x01Ž\x02*â½qbž^Ȉ“\x10µ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*÷bsý¾]š˜\x0El¬¯" b"\x01Ž\x02*ü\x03qs»1$õ¡fW!" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+à'ss…2¦¤5}lˆ" b"\x01Ž\x02+ëæsׄ¨È0n@.G" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b""" \x01Ž\x02+ò›sû…Ì\n \x16\x1E|\n Š """ b"\x01Ž\x02,%ärž°\eAH\x16€„´" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:bqò×ïn\x16š\x070" b"\x01ýââ¬r\x18¨míP×=A¬" b"\x01ýââ±q-€©4ZÿÃzg" b"\x01ýââ¸rΣ§\x19\fLBQ½" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b""" \x01—ùrœ\n pþ‘¡·mÅ£¬\ """ b"\x01˜\x1Cyágp\r¤]¾dox\x13å" b"\x01˜\x1Czù½w\fŽŠKè\e}s\x08" b"\x01˜\x1C‚\x1CÄy9¦þ6s\x1Akª|" b"\x01˜\x1C‚³\x17qý‹èµžp‹©\x18" b"\x01Ž\x02*ã9p»ŒJvù@êbá" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*élq\x14£Ø~ƒþ*\x01Š" b"\x01Ž\x02+\x15¦s^½x+\x1DÄ\x12PL" b"\x01Ž\x02+K‹rz\x0E:h·\x07\x08$" b"\x01Ž\x02+…Op\x02¶GtÔëþOÒ" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ß[q\e“9AOÀ’\vë" b"\x01Ž\x02+à'ss…2¦¤5}lˆ" b"\x01Ž\x02+ì3s¤‚wÀñ,!y" b"\x01Ž\x02+ìAq’‡zéËH›3m" b"\x01Ž\x02+ìds£µÄVDǾ)f" b"\x01Ž\x02+ô«r®²¹·"¯™Qñ" b"\x01Ž\x02,$píŽ\x00FröE\t¢" b"\x01Ž\x02,9hrf½:\x04’&ãvˆ" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:@q‚¶“'óžÇ\x08+" b"\x01ýââ¹pû™s`xìîí\x11" b"\x01”?Ͼ›pѪ\x05_\e]æÈü" b"\x01—ï@èÕqû¶M¿ Ïî°m" b"\x01˜\x18ÐoEx\x1F‡<æ-ò\x11\x03l" b"\x01˜\x18ÑgR{ž›¸À\x19]ñZ0" b"\x01Ž\x02*â¬r6¹H\v."I ²" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*öqp¾Cd×Áx\x19i" b""" \x01Ž\x02+\x0FÄsбât5\n Ý“¼ """ b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ããpÀŠ\r\fàä\x7F‰d" b"\x01Ž\x02+ëæsׄ¨È0n@.G" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ì\q'’¨ÌK½·¬’" b"\x01Ž\x02+øOs@¢Õç\x0E\x0F\x17Í*" b"\x01Ž\x02,$\x18p\x0F£»è¾Ííc\x1C" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:9r\x05’æ<ZxCDÉ" b"\x01ýââ±q-€©4ZÿÃzg" b"\x01ýââµp£µ¿GxH@™:" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b"\x01–þAÒ€r·Œê‰_ú6" b"\x01—ùrUÎp›‚¼T\x15Ø;¡P" b"\x01˜\r9\x1Ewጵj\t@¯‹“" b"\x01˜\rù\epu½ï豩øÁ=" b"\x01˜æ™œ¼tU‘³—kgÖÇþ" b"\x01Ž\x02*âçqàm‡'¦¯ë\x15" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ë*sjµ\x1EÑ<øÌPÉ" b"\x01Ž\x02*ü\x03qs»1$õ¡fW!" b"\x01Ž\x02+vÅqý¦ó°¯\x13ÔÌ" b"\x01Ž\x02+‚Ór(¦Â!Ñ©¿tâ" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý#p¡±\x15rPBõÅ\x11" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b"\x01Ž\x02+ããpÀŠ\r\fàä\x7F‰d" b"\x01Ž\x02+ëæsׄ¨È0n@.G" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ñìq‚ž‘ÈóM|ã@" b"\x01Ž\x02+øås}\x19}hÁØ\x08›" b"\x01Ž\x02,$Îpä¨û¬ÆÀø(…" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9Òp‹›\f±\x12tŠÑ&" b"\x01Ž\x02,:bqò×ïn\x16š\x070" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b"\x01—ïŸ\x18x›‘ü\x03œšÒb¤" b"\x01—﯃Ýx\x12©MY³mCŸu" b"\x01—ï°W‡}-šû)\x19@†\x13ì" b"\x01—ï²3åy\x18ºÛD\t\x11ªã" b"\x01Ž\x02*â½qbž^Ȉ“\x10µ" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*÷¥qû›°á“\x08)À" b"\x01Ž\x02+\eËpà´•çírwÎ" b"\x01Ž\x02++aq„”ÿR\x15œÄi\x13" b"\x01Ž\x02+Ìs¯˜„5y&\x04P" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý\x11r¿šƒ,òœ¦µ" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b""" \x01Ž\x02+ä\n sdUË\x01@à±ö """ b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì\x14sh•³ =\eŽ*" b"\x01Ž\x02+ì3s¤‚wÀñ,!y" b"\x01Ž\x02+ò«r\x17:â•»×}" b"\x01Ž\x02,$ p¿¿èœ”Ž$í©" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9ùs‘ƒ6 ”»\S\x0F" b"\x01Ž\x02,:bqò×ïn\x16š\x070" b"\x01ýââ³s–¬N£³Ë…wí" b"\x01ýââµp£µ¿GxH@™:" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b"\x01—ï@ˆIw£‰zÛΙ\x14<“" b"\x01˜Á8Ì@zî»P|d½ƒò\x05" b"\x01˜Á9\ØtˆŸ2ánï®›I" b"\x01˜Á:$Rv»«ûĆ\x14¸\x03¿" b"\x01Ž\x02*â‚sì¦yå\x00Õá\x1E" b"\x01Ž\x02*äxpGŠ—0VTAûê" b"\x01Ž\x02*ü\x03qs»1$õ¡fW!" b"\x01Ž\x02+Ù6qlŠ«‡ÛÃy¡†" b"\x01Ž\x02+Ý\x11r¿šƒ,òœ¦µ" b"\x01Ž\x02+ÝÔséƒÍ–\x1FôB6M" b""" \x01Ž\x02+ä\n sdUË\x01@à±ö """ b"\x01Ž\x02+ëæsׄ¨È0n@.G" b"\x01Ž\x02+ì\vq‰“à¾'å?í" b"\x01Ž\x02+ì&sÙ§0P1q\x12œÙ" b"\x01Ž\x02+ì\q'’¨ÌK½·¬’" b"\x01Ž\x02+øíqõ¶5yƒˆª$0" b"\x01Ž\x02,$~rB·Ä\x18îÙãeÎ" b"\x01Ž\x02,9ˆp·–164®^Ž\x0F" b"\x01Ž\x02,9ùs‘ƒ6 ”»\S\x0F" b"\x01Ž\x02,:bqò×ïn\x16š\x070" b"\x01ýââ¬r\x18¨míP×=A¬" b"\x01ýââ¯s\e·\x0E\x02\x0E<3" b"\x01ýââ±q-€©4ZÿÃzg" b"\x01”?Ͼ qæ¢Î]*[0\x0Fð" b"\x01”?ÏÀ\x13rÛ°Ô\x1DÃùî<}" b"\x01—ï@³×zx³>¤“ó7Wý" b"\x01˜ž°1ßu\x1E¸\x14ë9\x02Ú\x1D\f" b"\x01˜ž¸Èåsž™.\x130\x0EŽ" b"\x01˜ž¹Ï\x13qd’‰;œ‰ù\x16n" b"\x01˜ž½}@{зÊ'ré›_" b"\x01˜ïÂ¥{zW¸æàžæ:à" ] |
||||||||||||||||||||
7.92 ms (6.06%) |
1 |
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_tag` `product.tags.mapping` ON `product`.`tags` = `product.tags.mapping`.`product_id` AND `product`.`version_id` = `product.tags.mapping`.`product_version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `tag` `product.tags` ON `product.tags.mapping`.`tag_id` = `product.tags`.`id` WHERE (`product`.`version_id` = ?) AND ((((`product.tags`.`id` = ?)) AND NOT (`product`.`display_group` <=> ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`display_group` ORDER BY MAX(`product`.`created_at`) DESC LIMIT 100
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"\x01™\x05çª\x13~«š–>ÿ)ø?" null 10 b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" true ] |
||||||||||||||||||||
5.98 ms (4.57%) |
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/019905eca6747dd28ae9daf54c4f15de" "/navigation/018d0173056572bd8705e33b68692509" "/navigation/018d01730571715d88bbe5cb4cd173b0" "/navigation/01900d7bd3587bdd8d18d5a50f6b1f54" "/navigation/018d017305737062bd4d5540a016b29d" "/navigation/01900d820b1f77249a92fda82354b4e1" "/navigation/018d0173059171e787dfd9c1dd1dffb4" "/navigation/018d0173059871559e7c8ce0cfa5533c" "/navigation/018d017305a4715a8301c3cbb43e271e" "/navigation/018d01730936707797d929d2fc52d2ec" "/navigation/018d0173094c730cac11715054596d92" "/navigation/018d01730954715d8f5602dba2520d4f" "/navigation/018d0173095b71f486817f2299efb20b" "/navigation/018d0173096373579eaedd238f44025b" "/navigation/018d0173096c71169f3cbad57f1a957a" "/navigation/01900d0aa07e705db699160ffa8b4b3f" "/navigation/01900d0c219679a4a161a4f36416b885" "/navigation/01900d0c4a6a75c5bd2cbcb64dc6e15e" "/navigation/01900d0d10cb7826be9df22a7824f490" "/navigation/01900d0d31ae73d89194e2fc96b4177d" "/navigation/01900d0d58a975e6977119ea6212c222" "/navigation/01900d0d77db7798b78d43b6dbfd210e" "/navigation/01900d0d9f1b7067a43cc745788bf522" "/navigation/01900d0dbfb87f18977f399888607fd3" "/navigation/01900d0ddf3d7e01bd4e2518550f9df1" "/navigation/01900d0dfc567e9c9932276f977a55de" "/navigation/01900d11fd9d7e8db6ae56a09733044f" "/navigation/018d01730988718694d86f9fdd2fe29d" "/navigation/019514bf0d53702e87ecb7f21b5423c7" "/navigation/019514c0235278fa88d9455ba5287705" "/navigation/018d0173097e7237afe4ecf34d573cd0" "/navigation/019514c0e9b17e0dbd5ff8ef865bb147" "/navigation/01900d12c5d77a02bf6c4fc027ab4463" "/navigation/018d0173098f73e8a26468217ca94a4d" "/navigation/018d0173099671d68f271eaef84f603d" "/navigation/01900d1396ac7a53b0a860d173e44449" "/navigation/018d0173093d71ce84c2ddfea3f8827d" "/navigation/0194fa7c533373a88784eed9aa7e1143" "/navigation/018d017309af728c841041f490f0d7cb" "/navigation/018d017309a073b78194089c599a5934" "/navigation/01900d1cafde7788a1d045aa27477b5e" "/navigation/018d0173099b70e9a26325d99dc5714f" "/navigation/018d017309a572b8aec454a9f69d59bc" "/navigation/018d017309ad728692e49087b3e2654b" "/navigation/0194fa7d6f5078c79b3a2f6bcc57088c" "/navigation/0194fa7ce1e77cb4a3212d8a5ec0f1a8" "/navigation/01900d2ad7747862af59111ecd280823" "/navigation/018d017305ae709995b8b6f2d1ba0081" "/navigation/018d017305b073a98afc24638cf06659" "/navigation/018d017305b271399fa0ae35c667b3b8" "/navigation/018d017305b573efa755a5170aac8839" "/navigation/018d017305b873d5b4f1c13b9eb54961" "/navigation/018d017305bc729885d9b45ebdbf805d" "/navigation/018d017305be717db27dd85b9d00716d" "/navigation/018d017305c073aea2a5bd1fdb362c76" "/navigation/018d017308fd71e988019b4087138296" "/navigation/018d01730921738ebe58503ff3042840" "/navigation/018d0173092471a8a44c1ac955746861" "/navigation/018d01730926713a98b3d1099b2fc2f3" "/navigation/018d0173092972a08051996d0ad1ec68" "/navigation/0198551d3086772f880b15519090ec2e" "/navigation/018d0173092b71d19658479f12dcd72b" "/navigation/018d0173092d73608e2f55e902468d31" "/navigation/018d0173651e7151be5194e52382543b" "/navigation/01900d3193277896ba9b61fd7af30a0d" "/navigation/01900d305b0a7470b622b65c3d0a698f" "/navigation/01900d3a048d7a90a2df7f23227fa41e" "/navigation/01900d3c537f7e0db32862ac55128309" "/navigation/01900d3ef63a7f15a2913dd0a8e3f466" "/navigation/01900d3478c171aa894eab3f7037541b" "/navigation/01900d384eb5752b9d863a391630c4ce" "/navigation/01900d3817d67ae2a3fd1720c4d2f93b" "/navigation/01900d4254cf72868827f6eba6d39d3b" "/navigation/018d01736521725faba462c10424259e" "/navigation/01900d4e1b6476b5a8ce877222819216" "/navigation/01900d4e3e8d75f8802ec0d6ab6fe82b" "/navigation/01900d4e4d5278faaa9d179adb3ca6d0" "/navigation/01900d4e81007cd9bfe16d7f054172e9" "/navigation/01900d4e77e87a26a3be235a780a84ca" "/navigation/01900d4e6ecd7ad695e4aa69f618703a" "/navigation/01900d4e5e407f8f8e87c144669f6110" "/navigation/01900d4e11a8704e96d972704ad2d456" "/navigation/01900d4e67a67fa892719b373f7e863e" "/navigation/018d017365277265a37739816a25d7b2" "/navigation/01900d6995e074378694ab33fcf290da" "/navigation/01900d6b55217374a19b07f5244a5105" "/navigation/01900d6ba4087606b13b7b6c993345bb" "/navigation/01900d69c2a67a8b8ed7774872acff76" "/navigation/01900d6c8c337aa68146442128cc515f" "/navigation/018d0173651b71b585c8ac47f76984df" "/navigation/01900d73c734793681c9608fb04a68c1" "/navigation/01900d7120af746cb5274cc984d0d1e9" "/navigation/01983cdda5ba7386a3ffe0d7050666af" "/navigation/01900d709e527d18ab5535521aa875d7" "/navigation/01900d72aba77e41b5776e4f7f21025c" "/navigation/01900d7014617492a9642346664fdf39" "/navigation/018d0173092f70c6a8457dc6875cbfba" "/navigation/018d0173651670b9a52dde976cd7e618" "/navigation/018d0173651971af8e20fd69f8647899" "/navigation/018f52e91a71702094037bfc197b33dd" "/navigation/018d017365257165bedf402fd76c5c20" "/navigation/018d1068f33b73f9aca860ce4bb792f9" "/navigation/018d01736529710e8afc5d9aab2ea5a0" "/navigation/01901234367272a484407eac75f4dd58" "/navigation/01900d7ed1ab7ea7bc99bd03391eca11" "/navigation/01900d7ec77f7e07b5c2c10dd4b0dd09" "/navigation/019528e23570707296cd7c95e77cd157" "/navigation/01900d7ec04a7a04bb2990250bba38f2" "/navigation/019528e87eb57ef082cc880ce12429a0" "/navigation/019528e83fba766dba5bb36dfab97b2e" "/navigation/019528e8613e75429bed734965e283c7" "/navigation/019528e81a5c73ecb0ad1d2294e92b6b" "/navigation/0194ef8538607f6d9be5d57988a0b625" "/navigation/0195485436817d60919a01050ebfe822" "/navigation/0194ef843bfb75009d011cc799e21194" "/navigation/01900d845ff0740bb1882d706918a331" "/navigation/01900d825b9a7aa0abd5e0b15abae982" "/navigation/019548567b91790fb18d3ec1579f9536" "/navigation/01900d0908ac75959db6f09a07c643df" "/navigation/0194ef8fd22279c98537b23debf8a46b" "/navigation/0194ef8f55337bf095f016103d797d20" "/navigation/01900d8477a17cc7bd341fe5a2cb8043" "/navigation/01900d846b2f78db91ed38567fe5e80c" "/navigation/018d0173058270f58e375358952a5079" "/navigation/018d01735e1d715d9955fc91ed30e7ac" "/navigation/0194ef85dd4979a7a534600ace034a03" "/navigation/018d01735e2272aaa4bbbe8dbe05f948" "/navigation/018d017309e3724095d7ec4f4a53da62" "/navigation/018d017309da717e8ca15ee4c7a8dc9f" "/detail/01989eb478e972bcb962a60bdfd31523" "/detail/01983c428fa4739e8a9975b0441171df" "/detail/0197cb86ba41729288d3c80ccd0f5ae1" "/detail/0197cb86b69172cb9cb11bbfc6ad14de" "/detail/0197cb869bab70f799b36b5181f80f34" "/detail/0197cb869497715babb8505ea3034d93" "/detail/0197cb86747970c38ab1c986d091d964" "/detail/0197cb86355170018826ecee69f7c7ab" "/detail/0197cb86179e70cc9a1469260b20eb21" "/detail/0197cb85f73c72e8b69c308de67da79b" "/detail/0197cb85e4127119b11eda527151f573" "/detail/01967c995e2d7321a20b2e33939e9f57" "/detail/01967c994ccd719085dde0b40d784bb0" "/detail/01967c993a6a7372af0c26ea58d0a999" "/detail/01967c9981aa70d7aa178a2831fe3e9c" "/detail/01967c996eb273f899b037bc978dfa0b" "/detail/01967c99504673ba9f459e84c862b8ad" "/detail/01967c9953d97119aeab2df18a85b629" "/detail/01967c9936f771b189250cf97221b733" "/detail/01967c992fbf7215b2426244936afd02" "/detail/01967c9950437082bb8204a5a5bd8ef4" "/detail/01967c99296e72caabfdc3467c4cd92a" "/detail/01967c991884722693974368e5c89c93" "/detail/01967c99184b716f9e1db039e202b6e4" "/detail/01967c998486734ab70ebea2b6c81729" "/detail/01967c996eac70698ac2666adf5813c9" "/detail/01967c9953d270829afe066f220cb807" "/detail/01967c998b8870539a10e207183a2a70" "/detail/01943fcdc02b70afb3f2108f86e58c08" "/detail/01943fcd620f7020b5cd38be4a169d4f" "/detail/01943fcd61ab719cae89b8462d6739d1" "/detail/01943fcd6176723593979649e876480a" "/detail/01943fcd6001709d999d251797b86b2f" "/detail/01943fcd54ab714798f3b0d52974caf4" "/detail/01943fce1be4739cb618fd727fa1989d" "/detail/01943fcd54a772b194d6dab403a56197" "/detail/01943fcdea507387896a6b43c57b8adf" "/detail/01943fce4d3471fb8dbf2fca689abd6b" "/detail/01943fce066d73a7b15f34e0d23d48b6" "/detail/0190fde2675870cd9c0c5df77d034db6" "/detail/018f52e935137049b4417740f0457499" "/detail/018f52e93e587269a1d0dca86cfb60b7" "/detail/018f52e949d273de861aacfbca2b7e2d" "/detail/018f52e929e67250a7ee3fc0f4dc33e4" "/detail/018d10690ee670879962b94e0da339d0" "/detail/018d0229db367365a9d95f991640e05f" "/detail/018d022a0943705a973fb87c17b12b0b" "/detail/018d022ab8aa719d814d838dabe225ab" "/detail/018d022ac79b713eb67a54c653eeeb20" "/navigation/018d78c877d77218ae7eba0031ae291e" "/navigation/018d78c9240b72439449e3b1ef7b2fa5" "/navigation/018d78c92ee87c6198a63cf638a394d8" "/navigation/018d78c949ae74a7a7c6ec170fa41db6" "/navigation/018d78ca32407389b5cd8ad37b8b4a29" "/navigation/018d78c888467524a2d82ec704a2c39b" "/navigation/018d78c9dbf17042ac43649f29dd9bea" "/navigation/01991a4c80427f0c8bc959be9b3cd6ad" "/navigation/018d78c9fdd87ed68f6267f290d140e6" "/navigation/018d78c9ee1a71d6adf16487ccfda233" "/navigation/018d78ca1f0576bdb3928a88c2bac241" "/navigation/018d78c89ed67cfeb933706ca63220d9" "/navigation/018d78ca529a7e8a9558e32f93f9b827" "/navigation/018d78caaf177c48a126b2cb3337bff0" "/navigation/018d78caa4c37dec842029306ad14ad0" "/navigation/018d78ca9a7271cf8376ec18dea0da7a" b"/»_ââšMpªXTÎ|ãâ\v" b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" ] |
||||||||||||||||||||
2.51 ms (1.92%) |
6 |
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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`.`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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" "pqtPAQATO" ] |
||||||||||||||||||||
2.13 ms (1.63%) |
2 |
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" "%|018d01730547705bbeb86cffabe937a2|%" 4 true true ] |
||||||||||||||||||||
1.99 ms (1.53%) |
1 |
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`, `product_price`.`customer_id` as `product_price.customerId` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`customer_id` <=> ? AND `product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" null b"\x01Ž\x02)Û6se©Ù_™\x16@à_" b"\x01Ž\x02*\tCpZ—?¸|\x17±+\v" b"\x01Ž\x02*¸ªqMƒŽ«â%«" b"\x01Ž\x02*Ç›q>¶zTÆSîë " b"\x01Ž\x10i\x0Eæp‡™b¹N\r£9Ð" b"\x01Ré)ærP§î?ÀôÜ3ä" b"\x01Ré5\x13pI´Aw@ðEt™" b"\x01Ré>Xri¡Ðܨlû`·" b"\x01RéIÒsÞ†\x1A¬ûÊ+~-" b"\x01ýâgXpÍœ\f]÷}\x03M¶" b"\x01”?ÍT§r±”ÖÚ´\x03¥a—" b"\x01”?ÍT«qG˜ó°Õ)tÊô" b"\x01”?Í`\x01p™%\x17—¸k/" b"\x01”?Íavr5“—–IèvH\n" b"\x01”?Ía«qœ®‰¸F-g9Ñ" b"\x01”?Íb\x0Fp µÍ8¾J\x16O" b"\x01”?ÍÀ+p¯³ò\x10†åŒ\x08" b"\x01”?ÍêPs‡‰jkCÅ{Šß" b"\x01”?Î\x06ms§±_4àÒ=H¶" b"\x01”?Î\eäsœ¶\x18ýr\x7F¡˜" b"\x01”?ÎM4qûŽ¿/Êhš½k" b"\x01–|™\x18Kqož\x1D°9â\x02¶ä" b"\x01–|™\x18„r&“—ChåÈœ“" b"\x01–|™)nrÊ«ýÃF|LÙ*" b"\x01–|™/¿r\x15²BbD“jý\x02" b"\x01–|™6÷q±‰%\fùr!·3" b"\x01–|™:jsr¯\f&êXЩ™" b"\x01–|™LÍq…Ýà´\rxK°" b"\x01–|™PCp‚»‚\x04¥¥½Žô" b"\x01–|™PFsºŸEž„Èb¸" b"\x01–|™SÒp‚šþ\x06o"\f¸\x07" b"\x01–|™SÙq\x19®«-ñŠ…¶)" b"\x01–|™^-s!¢\v.3“žŸW" b"\x01–|™n¬piŠÂfjßX\x13É" b"\x01–|™n²sø™°7¼—Žú\v" b"\x01–|™ªpת\x17Š(1þ>œ" b"\x01–|™„†sJ·\x0E¾¢¶È\x17)" b"\x01–|™‹ˆpSš\x10â\x07\x18:*p" b"\x01—Ë…ä\x12q\x19±\x1EÚRqQõs" b"\x01—Ë…÷<rè¶œ0Žæ}§›" b"\x01—ˆ\x17žpÌš\x14i&\v ë!" b"\x01—ˆ5Qp\x01ˆ&ìîi÷Ç«" b"\x01—ˆtypʱɆБÙd" b"\x01—ˆ”—q[«¸P^£\x03M“" b"\x01—ˆ›«p÷™³kQø\x0F4" b"\x01—ˆ¶‘rËœ±\e¿Æ\x14Þ" b"\x01—ˆºAr’ˆÓÈ\fÍ\x0FZá" b"\x01˜<B¤sžŠ™u°D\x11qß" b"\x01˜ž´xér¼¹b¦\vßÓ\x15#" ] |
||||||||||||||||||||
1.97 ms (1.51%) |
1 |
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`, `product_price`.`customer_id` as `product_price.customerId` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`customer_id` <=> ? AND `product_price`.`customer_id` <=> ? AND `product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" null null b"\x01Ž\x02)Û6se©Ù_™\x16@à_" b"\x01Ž\x02*\tCpZ—?¸|\x17±+\v" b"\x01Ž\x02*¸ªqMƒŽ«â%«" b"\x01Ž\x02*Ç›q>¶zTÆSîë " b"\x01Ž\x10i\x0Eæp‡™b¹N\r£9Ð" b"\x01Ré)ærP§î?ÀôÜ3ä" b"\x01Ré5\x13pI´Aw@ðEt™" b"\x01Ré>Xri¡Ðܨlû`·" b"\x01RéIÒsÞ†\x1A¬ûÊ+~-" b"\x01ýâgXpÍœ\f]÷}\x03M¶" b"\x01”?ÍT§r±”ÖÚ´\x03¥a—" b"\x01”?ÍT«qG˜ó°Õ)tÊô" b"\x01”?Í`\x01p™%\x17—¸k/" b"\x01”?Íavr5“—–IèvH\n" b"\x01”?Ía«qœ®‰¸F-g9Ñ" b"\x01”?Íb\x0Fp µÍ8¾J\x16O" b"\x01”?ÍÀ+p¯³ò\x10†åŒ\x08" b"\x01”?ÍêPs‡‰jkCÅ{Šß" b"\x01”?Î\x06ms§±_4àÒ=H¶" b"\x01”?Î\eäsœ¶\x18ýr\x7F¡˜" b"\x01”?ÎM4qûŽ¿/Êhš½k" b"\x01–|™\x18Kqož\x1D°9â\x02¶ä" b"\x01–|™\x18„r&“—ChåÈœ“" b"\x01–|™)nrÊ«ýÃF|LÙ*" b"\x01–|™/¿r\x15²BbD“jý\x02" b"\x01–|™6÷q±‰%\fùr!·3" b"\x01–|™:jsr¯\f&êXЩ™" b"\x01–|™LÍq…Ýà´\rxK°" b"\x01–|™PCp‚»‚\x04¥¥½Žô" b"\x01–|™PFsºŸEž„Èb¸" b"\x01–|™SÒp‚šþ\x06o"\f¸\x07" b"\x01–|™SÙq\x19®«-ñŠ…¶)" b"\x01–|™^-s!¢\v.3“žŸW" b"\x01–|™n¬piŠÂfjßX\x13É" b"\x01–|™n²sø™°7¼—Žú\v" b"\x01–|™ªpת\x17Š(1þ>œ" b"\x01–|™„†sJ·\x0E¾¢¶È\x17)" b"\x01–|™‹ˆpSš\x10â\x07\x18:*p" b"\x01—Ë…ä\x12q\x19±\x1EÚRqQõs" b"\x01—Ë…÷<rè¶œ0Žæ}§›" b"\x01—ˆ\x17žpÌš\x14i&\v ë!" b"\x01—ˆ5Qp\x01ˆ&ìîi÷Ç«" b"\x01—ˆtypʱɆБÙd" b"\x01—ˆ”—q[«¸P^£\x03M“" b"\x01—ˆ›«p÷™³kQø\x0F4" b"\x01—ˆ¶‘rËœ±\e¿Æ\x14Þ" b"\x01—ˆºAr’ˆÓÈ\fÍ\x0FZá" b"\x01˜<B¤sžŠ™u°D\x11qß" b"\x01˜ž´xér¼¹b¦\vßÓ\x15#" ] |
||||||||||||||||||||
1.53 ms (1.17%) |
4 |
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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`.`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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x01â\x15÷¢rê¶gž„Æ’Ë" ] |
||||||||||||||||||||
1.41 ms (1.08%) |
1 |
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.10 ms (0.84%) |
1 |
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_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"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" true b"\x01˜ž´xér¼¹b¦\vßÓ\x15#" b"\x01˜<B¤sžŠ™u°D\x11qß" b"\x01—ˆºAr’ˆÓÈ\fÍ\x0FZá" b"\x01—ˆ¶‘rËœ±\e¿Æ\x14Þ" b"\x01—ˆ›«p÷™³kQø\x0F4" b"\x01—ˆ”—q[«¸P^£\x03M“" b"\x01—ˆtypʱɆБÙd" b"\x01—ˆ5Qp\x01ˆ&ìîi÷Ç«" b"\x01—ˆ\x17žpÌš\x14i&\v ë!" b"\x01—Ë…÷<rè¶œ0Žæ}§›" b"\x01—Ë…ä\x12q\x19±\x1EÚRqQõs" b"\x01–|™^-s!¢\v.3“žŸW" b"\x01–|™LÍq…Ýà´\rxK°" b"\x01–|™:jsr¯\f&êXЩ™" b"\x01–|™ªpת\x17Š(1þ>œ" b"\x01–|™n²sø™°7¼—Žú\v" b"\x01–|™PFsºŸEž„Èb¸" b"\x01–|™SÙq\x19®«-ñŠ…¶)" b"\x01–|™6÷q±‰%\fùr!·3" b"\x01–|™/¿r\x15²BbD“jý\x02" b"\x01–|™PCp‚»‚\x04¥¥½Žô" b"\x01–|™)nrÊ«ýÃF|LÙ*" b"\x01–|™\x18„r&“—ChåÈœ“" b"\x01–|™\x18Kqož\x1D°9â\x02¶ä" b"\x01–|™„†sJ·\x0E¾¢¶È\x17)" b"\x01–|™n¬piŠÂfjßX\x13É" b"\x01–|™SÒp‚šþ\x06o"\f¸\x07" b"\x01–|™‹ˆpSš\x10â\x07\x18:*p" b"\x01”?ÍÀ+p¯³ò\x10†åŒ\x08" b"\x01”?Íb\x0Fp µÍ8¾J\x16O" b"\x01”?Ía«qœ®‰¸F-g9Ñ" b"\x01”?Íavr5“—–IèvH\n" b"\x01”?Í`\x01p™%\x17—¸k/" b"\x01”?ÍT«qG˜ó°Õ)tÊô" b"\x01”?Î\eäsœ¶\x18ýr\x7F¡˜" b"\x01”?ÍT§r±”ÖÚ´\x03¥a—" b"\x01”?ÍêPs‡‰jkCÅ{Šß" b"\x01”?ÎM4qûŽ¿/Êhš½k" b"\x01”?Î\x06ms§±_4àÒ=H¶" b"\x01ýâgXpÍœ\f]÷}\x03M¶" b"\x01Ré5\x13pI´Aw@ðEt™" b"\x01Ré>Xri¡Ðܨlû`·" b"\x01RéIÒsÞ†\x1A¬ûÊ+~-" b"\x01Ré)ærP§î?ÀôÜ3ä" b"\x01Ž\x10i\x0Eæp‡™b¹N\r£9Ð" b"\x01Ž\x02)Û6se©Ù_™\x16@à_" b"\x01Ž\x02*\tCpZ—?¸|\x17±+\v" b"\x01Ž\x02*¸ªqMƒŽ«â%«" b"\x01Ž\x02*Ç›q>¶zTÆSîë " ] |
||||||||||||||||||||
0.84 ms (0.64%) |
1 |
# cart::promotion::search-ids SELECT `promotion`.`id` FROM `promotion` LEFT JOIN `acris_promotion_display` `promotion.acrisPromotionDisplay` ON `promotion`.`id` = `promotion.acrisPromotionDisplay`.`promotion_id` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion`.`id` = `promotion.salesChannels`.`promotion_id` WHERE ((`promotion`.`active` = ? AND `promotion.salesChannels`.`sales_channel_id` = ? AND ((`promotion`.`valid_from` <=> ? AND `promotion`.`valid_until` <=> ?) OR (`promotion`.`valid_from` <=> ? AND (`promotion`.`valid_until` > ?)) OR ((`promotion`.`valid_from` <= ?) AND `promotion`.`valid_until` <=> ?) OR ((`promotion`.`valid_from` <= ?) AND (`promotion`.`valid_until` > ?))) AND `promotion`.`use_codes` = ?) AND NOT (`promotion.acrisPromotionDisplay`.`display_position` <=> ?)) GROUP BY `promotion`.`id` ORDER BY MAX(`promotion`.`priority`) DESC
Parameters:
[ true b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" null null null "2025-09-12 22:05:31" "2025-09-12 22:05:31" null "2025-09-12 22:05:31" "2025-09-12 22:05:31" false "onlyCart" ] |
||||||||||||||||||||
0.83 ms (0.64%) |
1 |
SELECT LOWER(HEX(category_id)) AS id FROM nk_category_sales_channel WHERE sales_channel_id = ? AND category_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" b"\x01Ž\x01s\x05Yrú¨°˜ïa+å÷" b"\x01Ž\x01s\x05er½‡\x05ã;hi%\t" b"\x01Ž\x01s\x05qq]ˆ»åËLÑs°" b"\x01Ž\x01s\x05spb½MU@ \x16²" b"\x01Ž\x01s\x05‚põ7SX•*Py" b"\x01Ž\x01s\x05‘qç‡ßÙÁÝ\x1Dÿ´" b"\x01Ž\x01s\x05˜qUž|ŒàÏ¥S<" b"\x01Ž\x01s\x05¤qZƒ\x01ÃË´>'\x1E" b"\x01Ž\x01s\x05®p™•¸¶òѺ\x00" b"\x01Ž\x01s\x05°s©Šü$cŒðfY" b"\x01Ž\x01s\x05²q9 ®5Æg³¸" b""" \x01Ž\x01s\x05µsï§U¥\x17\n ¬ˆ9 """ b"\x01Ž\x01s\x05¸sÕ´ñÁ;žµIa" b"\x01Ž\x01s\x05ºr\x1E˜e·à±Š^ž" b"\x01Ž\x01s\x05¼r˜…Ù´^½¿€]" b"\x01Ž\x01s\x05¾q}²}Ø[\x00qm" b"\x01Ž\x01s\x05Às®¢¥½\x1FÛ6,v" b"\x01Ž\x01s\x05Ârjžc»z\x14mwA" b"\x01Ž\x01s\x08ýqéˆ\x01›@‡\x13‚–" b"\x01Ž\x01s\t!s¾XP?ó\x04(@" b"\x01Ž\x01s\t$q¨¤L\x1AÉUtha" b"\x01Ž\x01s\t&q:˜³Ñ\t›/Âó" b""" \x01Ž\x01s\t)r €Q™m\n Ñìh """ b"\x01Ž\x01s\t+qÑ–XG\x12Ü×+" b"\x01Ž\x01s\t-s`/Ué\x02FŽ1" b"\x01Ž\x01s\t/pƨE}Ƈ\¿º" b"\x01Ž\x01s\t6pw—Ù)ÒüRÒì" b"\x01Ž\x01s\t=q΄ÂÝþ£ø‚}" b"\x01Ž\x01s\tFs›Ñ(XUÿêî" b"\x01Ž\x01s\tHq&¢!ó˜Â£ƒÛ" b"\x01Ž\x01s\tLs\f¬\x11qPTYm’" b"\x01Ž\x01s\tTq]V\x02Û¢R\rO" b"\x01Ž\x01s\t[qô†\x7F"™ï²\v" b"\x01Ž\x01s\tcsWž®Ý#D\x02[" b"\x01Ž\x01s\tlq\x16<ºÕ\x7F\x1A•z" b"\x01Ž\x01s\tuq\x1DˆåP߯™\v§" b"\x01Ž\x01s\t~r7¯äìóMW<Ð" b"\x01Ž\x01s\tˆq†”ØoÝ/â" b"\x01Ž\x01s\tsè¢dh!|©JM" b"\x01Ž\x01s\t–qÖ'\x1E®øO`=" b"\x01Ž\x01s\t›pé¢c%ÙÅqO" b"\x01Ž\x01s\t s·”\x08œYšY4" b"\x01Ž\x01s\t¥r¸®ÄT©öY¼" b"\x01Ž\x01s\tr†’䇳âeK" b"\x01Ž\x01s\t¯rŒ„\x10Aôð×Ë" b"\x01Ž\x01s\tºsŽšT\fËÏaëx" b"\x01Ž\x01s\tÌqé˜|é¨Û9\x03P" b"\x01Ž\x01s\tÎq$˜Ö®Ã¸µ\x04š" b"\x01Ž\x01s\tÓrƾ³ÍÒ»VÞM" b"\x01Ž\x01s\tÕr®…\x12è6@Uî" b"\x01Ž\x01s\tÚq~Œ¡^äǨÜ" b"\x01Ž\x01s\tÜq\x10²!\x02ÔL\x07‘\x0F" b"\x01Ž\x01s\tÞpÌ¡Q`\x00;p¹" b"\x01Ž\x01s\tãr@•×ìOJSÚb" b"\x01Ž\x01s\täs\x1A²RyÑ‘\x06Wì" b"\x01Ž\x01s\tæpÚ…0s½Tmæo" b"\x01Ž\x01s\tìsAˆË\x01¨ÏÚÐ" b"\x01Ž\x01s\tôpêºg28`\x7F" b"\x01Ž\x01s\töp\t¿ª\t%ÍhÝê" b"\x01Ž\x01s\tùrV—\tò§ëu‡H" b"\x01Ž\x01s\tür¼õ\û˜NbK" b"\x01Ž\x01s\tþqxÔGƒ\x01Ú]" b"\x01Ž\x01s^\x16qÉ¡ïû3FFK " b"\x01Ž\x01s^\x1Dq]™Uü‘í0ç¬" b"\x01Ž\x01s^\x1FrŽ„´†‘@y6>" b"\x01Ž\x01s^"rª¤»¾Ž¾\x05ùH" b"\x01Ž\x01s^$q\x08†ù\x7FB±\\t¡" b"\x01Ž\x01s^&q€’¢Sà\x1CYP‚" b"\x01Ž\x01s^(r¾¦ÄÛŠÐì9¾" b"\x01Ž\x01saérZƒnqñ)eq" b"\x01Ž\x01sañq‹ªÒß\x151gAH" b"\x01Ž\x01saõsôÇž."¯" b"\x01Ž\x01saùr(”\r>\x12ÎÉA" b"\x01Ž\x01saür"ƒigœ^ƒ*" b"\x01Ž\x01saÿrC©¡4zÒ\x14–†" b"\x01Ž\x01sb\x01q®”ðvÊ—Ñ\x1A\x1C" b"\x01Ž\x01sb\x06s•½_’|Î.¿@" b"\x01Ž\x01sb\ts\x05›¿§Ý\x13–mÓ" b"\x01Ž\x01se\x13r\x1E·é\f~Ýú>Ì" b"\x01Ž\x01se\x16p¹¥-Þ—l׿\x18" b"\x01Ž\x01se\x19q¯ ýiødx™" b"\x01Ž\x01se\eqµ…ȬG÷i„ß" b"\x01Ž\x01se\x1EqQ¾Q”å#‚T;" b"\x01Ž\x01se!r_«¤bÁ\x04$%ž" b"\x01Ž\x01se#qæ¡·\x00ö®ŒÿÈ" b"\x01Ž\x01se%qe¾ß@/×l\ " b"\x01Ž\x01se're£w9j%ײ" b"\x01Ž\x01se)q\x0EŠü]š«.¥ " b"\x01Ž\x01se+p`®\rü{Ki_\r" b"\x01Ž\x01se‚s\x0FœÐˆOiU8¦" b"\x01Ž\x10hó:p\x18“‰o\v2û\r¹" b"\x01Ž\x10hó;sù¬¨`ÎK·’ù" b"\x01ŽxÇÜ7têªÀ·ÙÌ\x12„®" b"\x01ŽxÈw×r\x18®~º\x001®)\x1E" b"\x01ŽxȈFu$¢Ø.Ç\x04¢Ã›" b"\x01ŽxÈžÖ|þ¹3pl¦2 Ù" b"\x01ŽxÉ$\vrC”Iã±ï{/¥" b"\x01ŽxÉ.è|a˜¦<ö8£”Ø" b"\x01ŽxÉI®t§§Æì\x17\x0F¤\x1D¶" b"\x01ŽxÉ\p\x1Aˆ„ƒøÍC\x05" b"\x01ŽxÉÛñpB¬Cd)Ý›ê" b"\x01ŽxÉî\x1AqÖñd‡Ìý¢3" b"\x01ŽxÉýØ~ÖbgòÑ@æ" b"\x01ŽxÊ\x1F\x05v½³’ŠˆÂºÂA" b"\x01ŽxÊ2@s‰µÍŠÓ{‹J)" b"\x01ŽxÊRš~Š•Xã/“ù¸'" b"\x01ŽxÊšrqσvì\x18Þ Úz" b"\x01ŽxʤÃ}ì„ )0jÑJÐ" b"\x01Žxʯ\x17|H¡&²Ë37¿ð" b"\x01Ré\x19êr„¢#9\x06\\û" b"\x01Ré\x1Aqp ”\x03{ü\x19{3Ý" b"\x01Ré\x1AuqÎÔd{7¤Á" b"\x01\r\t\x08¬u•¶ðš\x07ÆCß" b""" \x01\r\n ~p]¶™\x16\x0Fú‹K? """ b"\x01\r\f!–y¤¡a¤ód\x16¸…" b"\x01\r\fJjuŽ,¼¶MÆá^" b"\x01\r\r\x10Ëx&¾ò*x$ô" b"\x01\r\r1®sØ‘”âü–´\x17}" b"\x01\r\rX©uæ—q\x19êb\x12Â"" b"\x01\r\rwÛw˜·ŽC¶Ûý!\x0E" b"\x01\r\r\epg¤<ÇEx‹õ"" b"\x01\r\r¿¸\x7F\x18—\x7F9˜ˆ`\x7FÓ" b"\x01\r\rß=~\x01½N%\x18U\x0Fñ" b"\x01\r\rüV~œ™2'o—zUÞ" b"\x01\r\x11ý~޶®V —3\x04O" b"\x01\r\x12Å×z\x02¿lOÀ'«Dc" b"\x01\r\x13–¬zS°¨`ÑsäDI" b"\x01\r\x1A\x02÷{\x00¯g~;ØóqS" b"\x01\r\x1C¯Þwˆ¡ÐEª'G{^" b"\x01\r*×txb¯Y\x11\x1EÍ(\x08#" b""" \x01\r0[\n tp¶"¶\=\n i """ b""" \x01\r1“'x–º›aýzó\n \r """ b"\x01\r4xÁqª‰N«?p7T\e" b"\x01\r8\x17Özâ£ý\x17 ÄÒù;" b"\x01\r8Nµu+†:9\x160ÄÎ" b"\x01\r:\x04Žz¢ß\x7F#"\x7F¤\x1E" b"\x01\r<S\x7F~\r³(b¬U\x12ƒ\t" b"\x01\r>ö:\x7F\x15¢‘=Шãôf" b"\x01\rBTÏr†ˆ'öë¦Ó;" b"\x01\rN\x11¨pN–ÙrpJÒÔV" b"\x01\rN\edvµ¨Î‡r"’\x16" b"\x01\rN>Žuø€.ÀÖ«oè+" b"\x01\rNMRxúª\x17šÛ<¦Ð" b"\x01\rN^@\x7F‡ÁDfa\x10" b"\x01\rNg¦\x7F¨’q›7?~†>" b"\x01\rNnÍzÖ•äªiö\x18p:" b""" \x01\rNwèz&£¾#Zx\n „Ê """ b"\x01\rN\x00|Ù¿ám\x7F\x05Aré" b"\x01\ri•àt7†”«3üòÚ" b"\x01\ri¦z‹×wHr¬ÿv" b"\x01\rkU!st¡›\x07õ$JQ\x05" b"\x01\rk¤\x08v\x06±;{l™3E»" b"\x01\rlŒ3z¦FD!(ÌQ_" b"\x01\rp\x14at’©d#FfOß9" b"\x01\rpžR}\x18«U5R\x1A¨u×" b"\x01\rq ¯tlµ'LÉ„ÐÑé" b"\x01\rr«§~AµwnO\x7F!\x02\" b"\x01\rsÇ4y6É`°JhÁ" b"\x01\r{ÓX{ÝŽ\x18Õ¥\x0Fk\x1FT" b"\x01\r~ÀJz\x04»)%\vº8ò" b"\x01\r~Ç\x7F~\x07µÂÁ\rÔ°Ý\t" b"\x01\r~Ñ«~§¼™½\x039\x1EÊ\x11" b"\x01\r‚\v\x1Fw$š’ý¨#T´á" b"\x01\r‚[šz «Õà±Zºé‚" b"\x01\r„_ðt\v±ˆ-pi\x18£1" b"\x01\r„k/xÛ‘í8V\x7Fåè\f" b"\x01\r„w¡|ǽ4\x1Få¢Ë€C" b"\x01\r†Ã™{Ù„S5÷É\x16‹ö" b"\x01\rˆÝ^qý†dÓ_N`ª" b"\x01\x1246rr¤„@~¬uôÝX" b"\x01”?Í\x1C³q…“\x18lÃam" b"\x01”?Í\x1C´pÝŽ\x13zm+|Õ"" b""" \x01”?Í\x1Cµsü‘\n á?<Šx\x13 """ b"\x01”?Í\x1Cºq䉎¼¤…¡÷*" b"\x01”?Í\x1C»s\x02šH:wÖ@6_" b"\x01”?Í\x1C¼sh´¹éuolN" b"\x01”?Í\x1E£rIƒÍü¦ÈHü" b"\x01”ï„;ûu\x00\x01\x1CÇ™â\x11”" b"\x01”ï…8`\x7Fm›åÕyˆ ¶%" b""" \x01”ï…ÝIy§¥4`\n Î\x03J\x03 """ b"\x01”ïU3{ð•ð\x16\x10=y} " b"\x01”ï›\x1Dp«©üî\x7F:•ˆ " b"\x01”ïÒ"yÉ…7²=ëø¤k" b"\x01”úyà‚x4‡»Æä\x17IÑ*" b"\x01”úz\x7F]qã‰Ê†_–‰Œ\x00" b"\x01”úzëot¸¬¼’4Žg\x0Eª" b"\x01”ú{A\x1D\x7F®¬Yâ\e׫/Ž" b"\x01”ú|S3s¨‡„îÙª~\x11C" b"\x01”ú|áç|´£!-Š^Àñ¨" b"\x01”ú}oPxÇ›:/kÌW\x08Œ" b"\x01•\x044ûÝu3¯Ç9ëÔ—Jb" b"\x01•\x14¿\rSp.‡ì·ò\eT#Ç" b"\x01•\x14À#RxúˆÙE[¥(w\x05" b"\x01•\x14Àé±~\r½_øï†[±G" b"\x01•\x14Ç\x12\x06w\x01¶œ\x1Aå<\x00ç" b"\x01•\x14dž°sp¨€žxÞmfH" b"\x01•(â5ppr–Í|•ç|ÑW" b"\x01•(è\x1A\sì°\x1D"”é+k" b"\x01•(è?ºvmº[³mú¹{." b"\x01•(èa>uB›ísIeâƒÇ" b"\x01•(è~µ~ð‚̈\fá$) " b"\x01•HT6}`‘š\x01\x05\x0E¿è"" b"\x01•HV{‘y\x0F±Ž>ÁW•6" b"\x01˜<Ý¥ºs†£ÿà×\x05\x06f¯" b"\x01˜U\x1D0†w/ˆ\v\x15Qì." b"\x01™\x05ì¦t}ÒŠéÚõLO\x15Þ" b"\x01™\x1AL€B\x7F\f‹ÉY¾›<Ö" b"\x01Ž\x01s\x05Gp[¾¸lÿ«é7¢" ] |
||||||||||||||||||||
0.82 ms (0.63%) |
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`.`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`.`is_eu` as `sales_channel.country.isEu`, `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`, `sales_channel.country.translation.name` as `sales_channel.country.name`, `sales_channel.country.translation.addressFormat`, `sales_channel.country.translation.addressFormat` as `sales_channel.country.addressFormat`, `sales_channel.country.translation.customFields`, `sales_channel.country.translation.customFields` as `sales_channel.country.customFields`, `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`, `sales_channel.language.locale.translation.name` as `sales_channel.language.locale.name`, `sales_channel.language.locale.translation.territory`, `sales_channel.language.locale.translation.territory` as `sales_channel.language.locale.territory`, `sales_channel.language.locale.translation.customFields`, `sales_channel.language.locale.translation.customFields` as `sales_channel.language.locale.customFields`, `sales_channel.translation.name`, `sales_channel.translation.name` as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, `sales_channel.translation.homeName` as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` 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.translation`.`sales_channel_id`, `sales_channel.translation`.`name` as `sales_channel.translation.name`, `sales_channel.translation`.`custom_fields` as `sales_channel.translation.customFields`, `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` 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 (SELECT `sales_channel.country.translation`.`country_id`, `sales_channel.country.translation`.`name` as `sales_channel.country.translation.name`, `sales_channel.country.translation`.`custom_fields` as `sales_channel.country.translation.customFields`, `sales_channel.country.translation`.`address_format` as `sales_channel.country.translation.addressFormat` 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` 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"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" ] |
||||||||||||||||||||
0.82 ms (0.63%) |
1 |
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™\x1A\e\x19Æ}fœ\x02=vâ0yñ" b"\x01™)mÀƒu4¸Hÿw¯\eDX" b"\x01™\x1A\e¤“~\r¥¿¥`/Ü-Ñ" b"\x01™\x1A\e»à}³l©-eéqˆ" ] |
||||||||||||||||||||
0.81 ms (0.62%) |
1 |
# cart::promotion::read SELECT `promotion`.`id` as `promotion.id`, `promotion`.`active` as `promotion.active`, `promotion`.`valid_from` as `promotion.validFrom`, `promotion`.`valid_until` as `promotion.validUntil`, `promotion`.`max_redemptions_global` as `promotion.maxRedemptionsGlobal`, `promotion`.`max_redemptions_per_customer` as `promotion.maxRedemptionsPerCustomer`, `promotion`.`priority` as `promotion.priority`, `promotion`.`exclusive` as `promotion.exclusive`, `promotion`.`code` as `promotion.code`, `promotion`.`use_codes` as `promotion.useCodes`, `promotion`.`use_individual_codes` as `promotion.useIndividualCodes`, `promotion`.`individual_code_pattern` as `promotion.individualCodePattern`, `promotion`.`use_setgroups` as `promotion.useSetGroups`, `promotion`.`customer_restriction` as `promotion.customerRestriction`, `promotion`.`prevent_combination` as `promotion.preventCombination`, `promotion`.`order_count` as `promotion.orderCount`, `promotion`.`orders_per_customer_count` as `promotion.ordersPerCustomerCount`, `promotion`.`exclusion_ids` as `promotion.exclusionIds`, `promotion`.`created_at` as `promotion.createdAt`, `promotion`.`updated_at` as `promotion.updatedAt`, `promotion.acrisPromotionDisplay`.`id` as `promotion.acrisPromotionDisplay.id`, `promotion.acrisPromotionDisplay`.`promotion_id` as `promotion.acrisPromotionDisplay.promotionId`, `promotion.acrisPromotionDisplay`.`discount_display` as `promotion.acrisPromotionDisplay.discountDisplay`, `promotion.acrisPromotionDisplay`.`cms_page_position` as `promotion.acrisPromotionDisplay.cmsPagePosition`, `promotion.acrisPromotionDisplay`.`discount_info` as `promotion.acrisPromotionDisplay.discountInfo`, `promotion.acrisPromotionDisplay`.`display_position` as `promotion.acrisPromotionDisplay.displayPosition`, `promotion.acrisPromotionDisplay`.`cms_page_id` as `promotion.acrisPromotionDisplay.cmsPage`, `promotion.acrisPromotionDisplay`.`created_at` as `promotion.acrisPromotionDisplay.createdAt`, `promotion.acrisPromotionDisplay`.`updated_at` as `promotion.acrisPromotionDisplay.updatedAt`, (SELECT GROUP_CONCAT(HEX(`promotion.personaRules.mapping`.`rule_id`) SEPARATOR '||') FROM `promotion_persona_rule` `promotion.personaRules.mapping` WHERE `promotion.personaRules.mapping`.`promotion_id` = `promotion`.`id` ) as `promotion.personaRules.id_mapping`, (SELECT GROUP_CONCAT(HEX(`promotion.personaCustomers.mapping`.`customer_id`) SEPARATOR '||') FROM `promotion_persona_customer` `promotion.personaCustomers.mapping` WHERE `promotion.personaCustomers.mapping`.`promotion_id` = `promotion`.`id` ) as `promotion.personaCustomers.id_mapping`, (SELECT GROUP_CONCAT(HEX(`promotion.cartRules.mapping`.`rule_id`) SEPARATOR '||') FROM `promotion_cart_rule` `promotion.cartRules.mapping` WHERE `promotion.cartRules.mapping`.`promotion_id` = `promotion`.`id` ) as `promotion.cartRules.id_mapping`, (SELECT GROUP_CONCAT(HEX(`promotion.orderRules.mapping`.`rule_id`) SEPARATOR '||') FROM `promotion_order_rule` `promotion.orderRules.mapping` WHERE `promotion.orderRules.mapping`.`promotion_id` = `promotion`.`id` ) as `promotion.orderRules.id_mapping`, `promotion.translation.name`, `promotion.translation.name` as `promotion.name`, `promotion.translation.customFields`, `promotion.translation.customFields` as `promotion.customFields` FROM `promotion` LEFT JOIN `acris_promotion_display` `promotion.acrisPromotionDisplay` ON `promotion`.`id` = `promotion.acrisPromotionDisplay`.`promotion_id` LEFT JOIN (SELECT `promotion.translation`.`promotion_id`, `promotion.translation`.`name` as `promotion.translation.name`, `promotion.translation`.`custom_fields` as `promotion.translation.customFields` FROM `promotion_translation` `promotion.translation` WHERE `promotion.translation`.`language_id` = ?) `promotion.promotion_translation` ON `promotion.promotion_translation`.`promotion_id` = `promotion`.`id` WHERE `promotion`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x01–ý|ÐÌu+‘\v—…ŽðR" b"\x01™)#pis\x12˜úÒN\x02¼Lâ" b"\x01˜P`Ìr•«\egêR ¦£" b"\x01˜P“ß×s\x1Cœgb\x12~£Q—" b"\x01˜P“s›rﬦ"Ųíò\x02" b"\x01˜P’æZp“º^ÒÊ+(ÖÙ" b"\x01˜P’{çqÎŽ¢¸\eˆ"Qï" b"\x01˜P’\x17…p\t‚ê´=§þ¹ü" b"\x01˜P‘†wqP¦R£\x16`)ÌÏ" b""" \x01˜P‘\risØ¥ÅQø\n Ì\x19í """ b"\x01˜P¦ýsʬ›\x0Fp}ñ‘ÿ" b"\x01˜P‹‡rÒ—\x160ÅœX½[" b"\x01˜PŠ/Ís-\x02à˩ﻱ" b"\x01˜P‰mKq9‚Á©2Ç\x04¹-" b"\x01˜Pw÷Áq»Šè\tcì¦×" b"\x01˜\x0EÆ\x12(rù“™å°‰Ž²«" b"\x01˜\rXh¼sÁºC·Å5\x1F>å" ] |
||||||||||||||||||||
0.76 ms (0.58%) |
1 |
# cart-rule-loader::load-rules::read 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™(pŸHrY»ÃL)¯Ä¾m" b"\x01™(Î\x16\x1Aq[‡\fõÑšcmü" b"\x01˜Q*âßqr«²v4WÀ¦ó" b"\x01˜\x14\x02ÞŒrÚ¸\x06-ØNù\x0F[" b"\x01˜Pèk\x07rˆ‰ÒwR°SÃ*" b"\x01˜Pé\x140p\x05¶féÍ㱊K" b"\x01˜Péˆ4r7¦?ófÉÔ3û" b"\x01˜Pì«Hq¾§\x1AëïD…›»" b"\x01˜\rëFÞtê¦\e1¶ôÝ\\x1F" b"\x01˜áž‡°z\x1D°2‰z$”‰±" b"\x01Ž\x01cÔƒrHž\x1D?:²@Ãe" b"\x01Ž\x1C\x04÷Ðp¥Šæ5ø~"†ç" b"\x01Ž\x1C\r±\x00w'ª¦s£ð\tà‘" b"\x01Ž\x01cÒÎrþ‹\x07(¦B´\x04/" b"\x01Ž\x01cÓ\qR?…«NÛüé" b"\x01Ž\x01d\x03\vq1»÷2¶ÍÐEø" b"\x01Ž\x01}‡jp\x1A³‡+©ñnŒ8" b"\x01Ž\x01}‡…r`‡\x14$%ô\x02\x0F." b"\x01Ž\x01}‡¸p„²VºP\x7FÏ€®" b"\x01Ž\x01}‡Éqâ„XŒ+«dül" b"\x01Ž\x01}ˆ©pè‰üÊJS2Á" b"\x01Ž\x01}ˆìpC¾ÛÑn'ÿü3" b"\x01Ž\x01}‰-r¥6ùµ]ÚâÜ" b"\x01Ž\x01}‰›rš°ŠË\x11Âdf" b"\x01Ž\x01}Š\x10r\x00’úÇ·\t\x19e\f" b"\x01Ž\x01}ŠHrž±¹€ö(ï\x03W" b"\x01ŽóܤÜp܉U0\rúT³" b"\x01RìzÙpS»¨zÍC\x12g" b"\x01Rìzìp¯¤)O\x02Ûëlÿ" b"\x01Rìzùs\x16§Â\x1E\x1Eƒº¼" b"\x01Rì{\x13q•./6»—ú^" b"\x01Rì{\x15sÑŽ3gŠí$›\x1E" b"\x01”?ù·3r+œÌ/\x00Z£¥L" b"\x01•„ bQr’˜ç,wÍãúÍ" b"\x01–\x01A\x1FuPƒ-Ww%\x02ÑQ" b"\x01—háºMz’òÀ?±Ð\x0E¡" b"\x01˜\x0E;cAsi¹í•HC³¦7" b"\x01˜\x7F>-zs‚©\x18T¹ñw\x06æ" b"\x01˜\x7FJÿ–rÆŒ5ãŒ4‚(V" b"\x01˜\x7FUÑ}r0îP"œ(" b"\x01˜Ç–á8q\x18«\x12æpÝù‹¯" b"\x01˜ÌÇbŽpÌ„cÏ\Âjœ§" b"\x01˜áï[þ}\fŒ~:\x14M^Ó\x18" b"\x01™)"Y\tr2ší\x1D;Nû|†" b"\x01˜‰ `q?±Êµ\x13L\x04^" b"\x01Ž\x1C\vC\x15{‰£`_Û\x12\x1AO" b"\x01Ž\x1C\fB#s‘‰?\x07uõ\fzó" b"\x01Ž\x1C\x0EÓ,vF†‚iò¦ÑvŠ" b"\x01Ž\x1C\x10Z€}\x16½\x16ïAc[{¢" b"\x01ŽËº\x03\x0EpxŒ\f¹\x15×\x19\v\x17" b"\x01”@G/\es\x13’\x1F¿í²„™" b"\x01–†\eá¯u…´nˆM«H/9" b"\x01–Óž \x7FQ¦rh2^s" b"\x01–Øx{ýy\x1E¸‰\x13§¥ü£»" b"\x01–Øy@Du¨ŽÀ¬P.\vzÚ" b"\x01–ØyßÞqYž\r²nD@·\x06" b"\x01—5Ë@Pw\x01’ŽûŠz%Ò\x10" b"\x01˜\rZ¶á~¹†T›Š\x08ø¡ÿ" b"\x01˜\r]Qmp\x11«\x016ŽC½\x13" b"\x01˜\rÅx¶qÒ±\x0FüP™ÝÙÐ" b"\x01˜A[N±pô§Ç™-™Kxý" b"\x01˜PyâÀs\x16Фô\x19íì.H" b"\x01˜Pz±Ær\x16µ\x1EÑÂ\x07¶ƒ·" b"\x01˜P{-Ús”¨òêCVð’‹" b"\x01˜P{ŠÜr²‘Nð˜8\x0FUd" b"\x01˜P€OCqÓ€&\x10m?\x7F\vC" b"\x01˜P€®‡pó—‘â{_ú\x16‡" b"\x01˜P ypÛ•J²B'n\x03·" b"\x01˜P%qh™g’݆ºöb" b"\x01˜Pó„pJžççT¶\x04t¾" b"\x01˜P‚cØpí°šùkO#uL" b"\x01˜P‚ìaqa¥8$´ÎÊ!Y" b"\x01˜PƒIÚsº»´\x1Cð‡pðÅ" b"\x01˜Pˆ`yqf ôú\x1EÌY¦\x06" b"\x01˜Qj#kqèŒúËýƒrü†" b"\x01˜\x7F)JNs虞!óF\x12 \e" b"\x01˜\x7Fh\x11¶r–›2?iDD\tÿ" b"\x01˜Ahé°pǣåb¶·" b"\x01Ž\x01d‹·rm9\x0Fám£"å" b"\x01•–™~p«Ä\x14O\x15ƒf7" b"\x01Ž\x01}ˆpÆ¥:|š¡ÀLÉ" b"\x01Ž\x02(O¨r)…Žì\x12Ý$" b"\x01Ž\x02(O»qß‹¾íƒ\x08!P\x03" b"\x01”@G-pêƒj°¸Û²Æ;" b"\x01”@G-Þrcºâ\x07F˜\rc&" b"\x01”@G.+sœ\x7F–<WO1Ê" b"\x01”@G.1r•„ûLJ %þ6" b"\x01”@G.Vp¥¼þ`ˆáGçŸ" b"\x01”@G.Šq\x01‡³í2в{Ë" b"\x01”@G.›q”¿ß~\x02ðзØ" b"\x01”@G.ásè¾Py6+û\x0Eh" b"\x01”@G.çryŸ‰€®ö¿«Û" b"\x01”@G/\x18rÓ†‰—ˆ\x7F–ðë" b"\x01”@G/\x1Er\x12£8õ”{‚;" b"\x01”@G/:pÇ™\x08OÅIý. " b"\x01”@G/ŽsÙ„øcúQÛZq" b"\x01”@G/»s’#ø<wæì." b"\x01”@G/¾rѵÓV_\6¶!" b"\x01”@G/Àq\x0E¾7\x1F²I–°X" b"\x01”@G/Üp¶¶\x1A\x00¯\x06º9\x0E" b"\x01”@G/êq¢ªd\vÕEµ" b"\x01”@G/ísãµX:€Ð¼ a" b"\x01”@G/ðskž¥=.Òà¦\x0F" b"\x01”@G0\x0FpqŽß<c´¯»“" b"\x01”@G0\x12q„ÌuÄJÎT”" b"\x01”@G0\x18sʃ*äU>L«Ø" b"\x01”@G0\x1Asê½ì‹¹wææñ" b"\x01”@G0)r\e½ë—ëÿ\x1Ct“" b"\x01”@G04p¼\x18!\x01„cxU" b"\x01”@G0;rw¾¾ö:v$VK" b"\x01”@G0>p\x0EšÓ„É-Ñð\x00" b"\x01”@G0Vq>›Ø\x17~mZÔÐ" b"\x01”@G0Xró¤~Vë?š¦" b"\x01”@G0[p±ª^4ÒÜŽ'Õ" b"\x01”@G0^sT¥aÍ\x03 Ï2\x17" b"\x01”@G0¾qH¾\x059#S›G\x18" b"\x01”@G1\x10q‡’\x08R¤ôÙ;m" b"\x01”@G10qÓµ‰·×#ô;Æ" b"\x01”@G1‘pMÆ÷OF-\t" b"\x01”@G1”sJ³Î[×ÁœÓ" b"\x01”@G1–pÑ› \x0FûVIl " b"\x01”@G1³r‡‹8€*þþüÄ" b"\x01”@G1ÔrЩû·åWT\x19¨" b"\x01”@G29qg›7Ç¢ÄX" b"\x01”@G2<rù¢gu„\x1A”Z" b"\x01”@G2>p¬œ\x0E¹Þ܇zH" b"\x01”@G2DqäšÔS`<™¦Y" b"\x01”@G2Gs{£ÏùEGK$\e" b"\x01”@G2dph=\x11Ö®|Òˆ" b"\x01”@G2prá–á]NŸáU7" b"\x01”@G2rpÔ‰ŠO`\x13CwL" b"\x01”@G2wr¼¹Å\rœ\x04/åê" b"\x01”@G2}r˜†gñyûå¥\x01" b"\x01”@G2‰p³›"«ï¨m”ç" b"\x01”@G2Žs·²‚yüxUÿU" b"\x01”@G2“sÝ\x14êå\x0EQ\x1D\x16" b"\x01”@G2šs\x0Ež\x1D\el\x7FâAÜ" b"\x01”@G2¶rw€"bï\fÈ¥" b"\x01”@G2Èq«¸\x01V}~kɃ" b"\x01”@G2Ör\x1F¦E„ž€\x1E\x16\x06" b"\x01”@G2ßs\v²àÿ"4¼é_" b"\x01”@G2ùp@ŽÞDÈ\x07åÞÏ" b"\x01”@G3*r\x0E…^!«ìÌ€ó" b"\x01”@G3›s!µ[fK\x14}·‰" b"\x01”@G3çs\x1C·\x14ôfæÄž-" b"\x01”@G4-pÿŠÜÚí\x1A2ûØ" ] |
||||||||||||||||||||
0.75 ms (0.57%) |
2 |
# theme-service::load-config::read SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
b"/»_ââšMpªXTÎ|ãâ\v"
]
|
||||||||||||||||||||
0.66 ms (0.50%) |
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"\x01™\x05ì¦t}ÒŠéÚõLO\x15Þ" ] |
||||||||||||||||||||
0.63 ms (0.48%) |
4 |
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â\x15÷¢rê¶gž„Æ’Ë"
]
|
||||||||||||||||||||
0.62 ms (0.47%) |
2 |
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`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` 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` 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.60 ms (0.46%) |
1 |
# header::navigation::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"\x01Ž\x01s\x05Gp[¾¸lÿ«é7¢" ] |
||||||||||||||||||||
0.59 ms (0.45%) |
1 |
# footer-pagelet::shipping-methods::read SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`file_hash` as `shipping_method.media.fileHash`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x01ŽË¸é"t9‚¯%í‹\x0Fõ@" b"\x01Ž\x01}‡\x16sö»Êö\x1AÜ\x18wÓ" b"\x01Ž\x01}‡}pRµ¨Í4wŒ\x12\x0E" b"\x01Ž\x01}‡Üpkª¼Ø–ê‚÷" b"\x01Ž\x01}ˆ“s-£|Ä‹\x05÷ò*" b"\x01Ž\x01}ˆÛr"¾\x03cM'ç:¶" b"·€ZYéßCÌŠQÀ¡p@&Ó" ] |
||||||||||||||||||||
0.59 ms (0.45%) |
1 |
# footer-pagelet::payment-methods::read 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.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`file_hash` as `payment_method.media.fileHash`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` 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` 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 (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x01—¢‘Ù\vpO¥z¹¼K‡>©" b"\x01Ž\x01f+\x03r¸†yµˆz‰>\x1C" b" ;S¦ãÓH6±PÌnêöÙ}" b"Ä¢Ç\x00?ÕJtœÈ›¼ýˆ\x05õ" b".·kcµI ÞO®-\x06wÀb" b"\x01Ž\x01cÓ\rpéš¹0€¼Ñ\x1E" b"\x01Ž\x01cÒòpÉ sÖÌ\f2sp" ] |
||||||||||||||||||||
0.58 ms (0.45%) |
1 |
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config.sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[
b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7"
]
|
||||||||||||||||||||
0.58 ms (0.45%) |
1 |
# header::languages::search-ids SELECT `language`.`id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language`.`id` = `language.salesChannelDomains`.`language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language`.`id` = `language.salesChannels.mapping`.`language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping`.`sales_channel_id` = `language.salesChannels`.`id` WHERE (`language.salesChannelDomains`.`sales_channel_id` = ? AND `language.salesChannels`.`id` = ?) GROUP BY `language`.`id` ORDER BY MIN(`language`.`name`) ASC
Parameters:
[ b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" ] |
||||||||||||||||||||
0.58 ms (0.44%) |
1 |
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[] |
||||||||||||||||||||
0.56 ms (0.43%) |
1 |
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(?)) AND (sales_channel.active)
Parameters:
[
"8a243080f92e4c719546314b577cf82b"
]
|
||||||||||||||||||||
0.55 ms (0.42%) |
1 |
# base-context-factory::sales-channel::read 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`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, `sales_channel.currency.translation.name` as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields`, `sales_channel.translation.name`, `sales_channel.translation.name` as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, `sales_channel.translation.homeName` as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.translation`.`sales_channel_id`, `sales_channel.translation`.`name` as `sales_channel.translation.name`, `sales_channel.translation`.`custom_fields` as `sales_channel.translation.customFields`, `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` 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 (SELECT `sales_channel.currency.translation`.`currency_id`, `sales_channel.currency.translation`.`short_name` as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.`name` as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.`custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.`language_id` = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" ] |
||||||||||||||||||||
0.53 ms (0.40%) |
1 |
# footer-pagelet::payment-methods::search-ids SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id` WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[ true b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" ] |
||||||||||||||||||||
0.53 ms (0.40%) |
2 |
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
|
||||||||||||||||||||
0.52 ms (0.40%) |
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.50 ms (0.38%) |
1 |
# header::navigation::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"\x01Ž\x01s\x05Gp[¾¸lÿ«é7¢" b"\x01ŽxÇÜ7têªÀ·ÙÌ\x12„®" ] |
||||||||||||||||||||
0.50 ms (0.38%) |
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™(pŸHrY»ÃL)¯Ä¾m" b"\x01Ž\x01cÒÎrþ‹\x07(¦B´\x04/" b"\x01Ž\x01cÓ\qR?…«NÛüé" b"\x01Ž\x01d\x03\vq1»÷2¶ÍÐEø" b"\x01Ž\x01}‡Éqâ„XŒ+«dül" b"\x01ŽóܤÜp܉U0\rúT³" b"\x01RìzÙpS»¨zÍC\x12g" b"\x01Rìzìp¯¤)O\x02Ûëlÿ" b"\x01˜\x7F>-zs‚©\x18T¹ñw\x06æ" b"\x01˜\x7FJÿ–rÆŒ5ãŒ4‚(V" b"\x01˜áï[þ}\fŒ~:\x14M^Ó\x18" b"\x01˜‰ `q?±Êµ\x13L\x04^" b"\x01–Óž \x7FQ¦rh2^s" b"\x01–Øy@Du¨ŽÀ¬P.\vzÚ" b"\x01˜\x7F)JNs虞!óF\x12 \e" b"\x01Ž\x01}ˆpÆ¥:|š¡ÀLÉ" b"\x01Ž\x02(O¨r)…Žì\x12Ý$" b"\x01”@G-pêƒj°¸Û²Æ;" b"\x01”@G.›q”¿ß~\x02ðзØ" b"\x01”@G/Àq\x0E¾7\x1F²I–°X" b"\x01”@G/êq¢ªd\vÕEµ" b"\x01”@G0\x12q„ÌuÄJÎT”" b"\x01”@G0\x1Asê½ì‹¹wææñ" b"\x01”@G0>p\x0EšÓ„É-Ñð\x00" b"\x01”@G0Xró¤~Vë?š¦" b"\x01”@G0^sT¥aÍ\x03 Ï2\x17" b"\x01”@G1–pÑ› \x0FûVIl " b"\x01”@G29qg›7Ç¢ÄX" b"\x01”@G2>p¬œ\x0E¹Þ܇zH" b"\x01”@G2DqäšÔS`<™¦Y" b"\x01”@G2rpÔ‰ŠO`\x13CwL" b"\x01”@G2‰p³›"«ï¨m”ç" b"\x01”@G2Ör\x1F¦E„ž€\x1E\x16\x06" b"\x01”@G2ßs\v²àÿ"4¼é_" ] |
||||||||||||||||||||
0.50 ms (0.38%) |
1 |
# base-context-factory::shipping-method::read SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`file_hash` as `shipping_method.media.fileHash`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x01Ž\x01}‡\x16sö»Êö\x1AÜ\x18wÓ" ] |
||||||||||||||||||||
0.49 ms (0.37%) |
1 |
# base-context-factory::payment-method::read 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.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`file_hash` as `payment_method.media.fileHash`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` 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` 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 (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x01Ž\x01f+\x03r¸†yµˆz‰>\x1C" ] |
||||||||||||||||||||
0.47 ms (0.36%) |
1 |
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Žxø\x19 ~‘§çþ\x14/IáH" b"\x01Žxø4ÿvš‰äOÓ|A¾ó" b"\x01ŽxøÂO{\tÝõäâ\x18I5" b"\x01ŽxøêvÞ©ŒðÇGtâ;" b"\x01Žxù\x17!x\x0F¯ÀÕñå0ž'" b"\x01Žxù:ïsŲǺ\x1D’Í\-" b""" \x01‘Žò\n Œ|#‹\x1E>Ú\t\x0E\x08È """ b"\x01ŽÀè»Îq]«4Q'D–Î" b"\x01•×¼»qrÅ·yo8qà¢Y" b"\x01Žxùr[qt¢\fya\fj\x03²" b"\x01ŽxùŽ9xû¨u<\x1DX“â" ] |
||||||||||||||||||||
0.46 ms (0.35%) |
2 |
# navigation-route::meta-information SELECT LOWER(HEX(`id`)), `path`, `level` FROM `category` WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[ b"\x01Ž\x01s\x05Gp[¾¸lÿ«é7¢" b"\x01Ž\x01s\x05Gp[¾¸lÿ«é7¢" b"\x01Ž\x01s\x05Gp[¾¸lÿ«é7¢" ] |
||||||||||||||||||||
0.43 ms (0.33%) |
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:
[]
|
||||||||||||||||||||
0.40 ms (0.31%) |
1 |
SELECT `acl_role`.`privileges` AS `privileges` FROM `acl_role` INNER JOIN `app` ON `app`.`acl_role_id` = `acl_role`.`id` WHERE `app`.`id` = ?
Parameters:
[
b"\x01Žöb\x13Öq¯¡ý§øØ\x06ÅD"
]
|
||||||||||||||||||||
0.40 ms (0.30%) |
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`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` 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` 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` WHERE `payment_method`.`id` IN (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x01Ž\x01cÒòpÉ sÖÌ\f2sp" b"\x01Ž\x01cÓ\rpéš¹0€¼Ñ\x1E" b"\x01Ž\x01f+\x03r¸†yµˆz‰>\x1C" b"\x01—¢‘Ù\vpO¥z¹¼K‡>©" b".·kcµI ÞO®-\x06wÀb" b" ;S¦ãÓH6±PÌnêöÙ}" b"Ä¢Ç\x00?ÕJtœÈ›¼ýˆ\x05õ" ] |
||||||||||||||||||||
0.40 ms (0.30%) |
1 |
# cart::promotion::association::discounts::read SELECT `promotion_discount`.`id` as `promotion_discount.id`, `promotion_discount`.`promotion_id` as `promotion_discount.promotionId`, `promotion_discount`.`scope` as `promotion_discount.scope`, `promotion_discount`.`type` as `promotion_discount.type`, `promotion_discount`.`value` as `promotion_discount.value`, `promotion_discount`.`consider_advanced_rules` as `promotion_discount.considerAdvancedRules`, `promotion_discount`.`max_value` as `promotion_discount.maxValue`, `promotion_discount`.`sorter_key` as `promotion_discount.sorterKey`, `promotion_discount`.`applier_key` as `promotion_discount.applierKey`, `promotion_discount`.`usage_key` as `promotion_discount.usageKey`, `promotion_discount`.`picker_key` as `promotion_discount.pickerKey`, `promotion_discount`.`created_at` as `promotion_discount.createdAt`, `promotion_discount`.`updated_at` as `promotion_discount.updatedAt`, (SELECT GROUP_CONCAT(HEX(`promotion_discount.discountRules.mapping`.`rule_id`) SEPARATOR '||') FROM `promotion_discount_rule` `promotion_discount.discountRules.mapping` WHERE `promotion_discount.discountRules.mapping`.`discount_id` = `promotion_discount`.`id` ) as `promotion_discount.discountRules.id_mapping` FROM `promotion_discount` WHERE (`promotion_discount`.`promotion_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[ b"\x01–ý|ÐÌu+‘\v—…ŽðR" b"\x01˜\rXh¼sÁºC·Å5\x1F>å" b"\x01˜\x0EÆ\x12(rù“™å°‰Ž²«" b"\x01˜Pw÷Áq»Šè\tcì¦×" b"\x01˜P‰mKq9‚Á©2Ç\x04¹-" b"\x01˜PŠ/Ís-\x02à˩ﻱ" b"\x01˜P‹‡rÒ—\x160ÅœX½[" b"\x01˜P¦ýsʬ›\x0Fp}ñ‘ÿ" b"\x01˜P`Ìr•«\egêR ¦£" b""" \x01˜P‘\risØ¥ÅQø\n Ì\x19í """ b"\x01˜P‘†wqP¦R£\x16`)ÌÏ" b"\x01˜P’\x17…p\t‚ê´=§þ¹ü" b"\x01˜P’{çqÎŽ¢¸\eˆ"Qï" b"\x01˜P’æZp“º^ÒÊ+(ÖÙ" b"\x01˜P“s›rﬦ"Ųíò\x02" b"\x01˜P“ß×s\x1Cœgb\x12~£Q—" b"\x01™)#pis\x12˜úÒN\x02¼Lâ" ] |
||||||||||||||||||||
0.39 ms (0.30%) |
1 |
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
b"\x01Ž\x01cÔ<sµÜÙN~WÙƒ"
]
|
||||||||||||||||||||
0.39 ms (0.30%) |
1 |
# base-context-factory::taxes::association::rules::read SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule`.`active_from` as `tax_rule.activeFrom`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.`tax_rule_type_id`, `tax_rule.type.translation`.`type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.`language_id` = ?) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (?, ?, ?, ?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x01Ž\x01cÓs™³ƒVÈÎ\x10WJ" b"\x01Ž\x01cÓs™³ƒVÈÎê\x1A9" b"\x01Ž\x01d\x193s\x7F£-`8\x0E¤›×" b"\x01•„\x1C\x15\x1Es/’YS0jÀ~¤" ] |
||||||||||||||||||||
0.39 ms (0.30%) |
2 |
SELECT 1 FROM nk_category_sales_channel WHERE category_id = ? AND sales_channel_id = ? LIMIT 1
Parameters:
[ b"\x01Ž\x01s\x05Gp[¾¸lÿ«é7¢" b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" ] |
||||||||||||||||||||
0.38 ms (0.29%) |
1 |
# footer-pagelet::shipping-methods::search-ids SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id` WHERE (`shipping_method`.`active` = ? AND `shipping_method.salesChannels`.`id` = ?) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" true b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" ] |
||||||||||||||||||||
0.38 ms (0.29%) |
1 |
# context-factory::base-context SELECT sales_channel.id as sales_channel_id, sales_channel.language_id as sales_channel_default_language_id, sales_channel.currency_id as sales_channel_currency_id, currency.factor as sales_channel_currency_factor, GROUP_CONCAT(LOWER(HEX(sales_channel_language.language_id))) as sales_channel_language_ids FROM sales_channel INNER JOIN currency ON sales_channel.currency_id = currency.id LEFT JOIN sales_channel_language ON sales_channel_language.sales_channel_id = sales_channel.id WHERE sales_channel.id = ? GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor
Parameters:
[
b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7"
]
|
||||||||||||||||||||
0.38 ms (0.29%) |
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"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" "Footer-Navigation/Information/Podcast-Wein-mit-Freunden" "Footer-Navigation/Information/Podcast-Wein-mit-Freunden/" ] |
||||||||||||||||||||
0.37 ms (0.28%) |
1 |
# header::languages::read 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.productSearchConfig`.`id` as `language.productSearchConfig.id`, `language.productSearchConfig`.`language_id` as `language.productSearchConfig.languageId`, `language.productSearchConfig`.`and_logic` as `language.productSearchConfig.andLogic`, `language.productSearchConfig`.`min_search_length` as `language.productSearchConfig.minSearchLength`, `language.productSearchConfig`.`excluded_terms` as `language.productSearchConfig.excludedTerms`, `language.productSearchConfig`.`created_at` as `language.productSearchConfig.createdAt`, `language.productSearchConfig`.`updated_at` as `language.productSearchConfig.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` WHERE `language`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" ] |
||||||||||||||||||||
0.37 ms (0.28%) |
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Ž_ fýxɧä;ಔ^ª" b"\x01Ž‚½7\r\x7F®‚òG=wù" b"\x01Ž‚¿§~«¯q¦€Ú‚<\x14" ] |
||||||||||||||||||||
0.37 ms (0.28%) |
1 |
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Ž_ fýxɧä;ಔ^ª" b"\x01Ž_ fýxɧä;ಔ^ª" b"\x01Ž_ fýxɧä;ಔ^ª" b"\x01Ž‚½7\r\x7F®‚òG=wù" b"\x01Ž‚¿§~«¯q¦€Ú‚<\x14" ] |
||||||||||||||||||||
0.35 ms (0.27%) |
1 |
# category::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`.`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"\x01™\x05ûÝ\x10qZ²‘ Ïå¦{>" ] |
||||||||||||||||||||
0.34 ms (0.26%) |
1 |
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:
[] |
||||||||||||||||||||
0.33 ms (0.25%) |
1 |
# cart::promotion::association::personaRules::read 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˜\rZ¶á~¹†T›Š\x08ø¡ÿ" b"\x01˜\r]Qmp\x11«\x016ŽC½\x13" b"\x01˜PyâÀs\x16Фô\x19íì.H" b"\x01˜Pz±Ær\x16µ\x1EÑÂ\x07¶ƒ·" b"\x01˜P{-Ús”¨òêCVð’‹" b"\x01˜P{ŠÜr²‘Nð˜8\x0FUd" b"\x01˜P€OCqÓ€&\x10m?\x7F\vC" b"\x01˜P€®‡pó—‘â{_ú\x16‡" b"\x01˜P ypÛ•J²B'n\x03·" b"\x01˜P%qh™g’݆ºöb" b"\x01˜Pó„pJžççT¶\x04t¾" b"\x01˜P‚cØpí°šùkO#uL" b"\x01˜PƒIÚsº»´\x1Cð‡pðÅ" b"\x01˜P‚ìaqa¥8$´ÎÊ!Y" b"\x01˜Pˆ`yqf ôú\x1EÌY¦\x06" b"\x01Ž\x02(O¨r)…Žì\x12Ý$" ] |
||||||||||||||||||||
0.33 ms (0.25%) |
1 |
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[ b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" "B7b6HpUtyU3rcI6F1SCZBFFD6s1VP87r" ] |
||||||||||||||||||||
0.33 ms (0.25%) |
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`, `product_stream.translation.name` as `product_stream.name`, `product_stream.translation.description`, `product_stream.translation.description` as `product_stream.description`, `product_stream.translation.customFields`, `product_stream.translation.customFields` as `product_stream.customFields` 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` 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"\x01™\x05éèšqt£™œ\ë”÷\x7F" ] |
||||||||||||||||||||
0.32 ms (0.24%) |
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.32 ms (0.24%) |
1 |
# category::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`.`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"\x01™\x05ûÝ\x06p£¡ð°¬âÝS" ] |
||||||||||||||||||||
0.32 ms (0.24%) |
1 |
# base-context-factory::sales-channel::association::languages::read 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.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `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`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`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` 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` = ?)) AND (`language`.`id` IN (?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" ] |
||||||||||||||||||||
0.31 ms (0.24%) |
1 |
SELECT id FROM `pickware_erp_return_order_line_item` LIMIT 1
Parameters:
[] |
||||||||||||||||||||
0.30 ms (0.23%) |
1 |
# cart-rule-loader::load-rules::search-ids SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[
false
]
|
||||||||||||||||||||
0.30 ms (0.23%) |
1 |
SELECT id FROM `order_return` LIMIT 1
Parameters:
[] |
||||||||||||||||||||
0.30 ms (0.23%) |
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.29 ms (0.22%) |
1 |
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id` WHERE `theme`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x01ŽV0å)sV†Õ…Õº{\x02k" ] |
||||||||||||||||||||
0.28 ms (0.22%) |
1 |
# base-context-factory::customer-group::read SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x01Ž\x01sj¹sB©\x103¦'êj%" ] |
||||||||||||||||||||
0.27 ms (0.21%) |
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"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" "KlarnaPayment.settings.%" ] |
||||||||||||||||||||
0.27 ms (0.21%) |
1 |
# base-context-factory::country::read SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation`.`language_id` = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x01Ž\x01cÆÓp=º÷Cª–>¬_" ] |
||||||||||||||||||||
0.26 ms (0.20%) |
1 |
# header::currencies::search-ids SELECT `currency`.`id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency`.`id` = `currency.salesChannels.mapping`.`currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping`.`sales_channel_id` = `currency.salesChannels`.`id` WHERE (`currency.salesChannels`.`id` = ?) GROUP BY `currency`.`id`
Parameters:
[
b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7"
]
|
||||||||||||||||||||
0.25 ms (0.19%) |
1 |
# cart::promotion::association::setgroups::read SELECT `promotion_setgroup`.`id` as `promotion_setgroup.id`, `promotion_setgroup`.`promotion_id` as `promotion_setgroup.promotionId`, `promotion_setgroup`.`packager_key` as `promotion_setgroup.packagerKey`, `promotion_setgroup`.`sorter_key` as `promotion_setgroup.sorterKey`, `promotion_setgroup`.`value` as `promotion_setgroup.value`, `promotion_setgroup`.`created_at` as `promotion_setgroup.createdAt`, `promotion_setgroup`.`updated_at` as `promotion_setgroup.updatedAt`, (SELECT GROUP_CONCAT(HEX(`promotion_setgroup.setGroupRules.mapping`.`rule_id`) SEPARATOR '||') FROM `promotion_setgroup_rule` `promotion_setgroup.setGroupRules.mapping` WHERE `promotion_setgroup.setGroupRules.mapping`.`setgroup_id` = `promotion_setgroup`.`id` ) as `promotion_setgroup.setGroupRules.id_mapping` FROM `promotion_setgroup` WHERE (`promotion_setgroup`.`promotion_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[ b"\x01–ý|ÐÌu+‘\v—…ŽðR" b"\x01˜\rXh¼sÁºC·Å5\x1F>å" b"\x01˜\x0EÆ\x12(rù“™å°‰Ž²«" b"\x01˜Pw÷Áq»Šè\tcì¦×" b"\x01˜P‰mKq9‚Á©2Ç\x04¹-" b"\x01˜PŠ/Ís-\x02à˩ﻱ" b"\x01˜P‹‡rÒ—\x160ÅœX½[" b"\x01˜P¦ýsʬ›\x0Fp}ñ‘ÿ" b"\x01˜P`Ìr•«\egêR ¦£" b""" \x01˜P‘\risØ¥ÅQø\n Ì\x19í """ b"\x01˜P‘†wqP¦R£\x16`)ÌÏ" b"\x01˜P’\x17…p\t‚ê´=§þ¹ü" b"\x01˜P’{çqÎŽ¢¸\eˆ"Qï" b"\x01˜P’æZp“º^ÒÊ+(ÖÙ" b"\x01˜P“s›rﬦ"Ųíò\x02" b"\x01˜P“ß×s\x1Cœgb\x12~£Q—" b"\x01™)#pis\x12˜úÒN\x02¼Lâ" ] |
||||||||||||||||||||
0.25 ms (0.19%) |
1 |
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[] |
||||||||||||||||||||
0.25 ms (0.19%) |
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"\x01™\x05ûÝ\x06p£¡ð°¬âÝS" ] |
||||||||||||||||||||
0.24 ms (0.19%) |
1 |
# header::currencies::read SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ" ] |
||||||||||||||||||||
0.24 ms (0.18%) |
1 |
# sales-channel::load-analytics::read SELECT `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` FROM `sales_channel_analytics` WHERE `sales_channel_analytics`.`id` IN (?)
Parameters:
[
b"\x01˜®p41ts”j#µÓe$ð"
]
|
||||||||||||||||||||
0.24 ms (0.18%) |
1 |
SELECT LOWER(HEX(category_id)) AS id FROM nk_category_sales_channel WHERE sales_channel_id = ? AND category_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" b"\x01ŽxÈw×r\x18®~º\x001®)\x1E" b"\x01ŽxȈFu$¢Ø.Ç\x04¢Ã›" b"\x01ŽxÈžÖ|þ¹3pl¦2 Ù" b"\x01ŽxÉ$\vrC”Iã±ï{/¥" b"\x01ŽxÉ.è|a˜¦<ö8£”Ø" b"\x01ŽxÉI®t§§Æì\x17\x0F¤\x1D¶" b"\x01ŽxÉ\p\x1Aˆ„ƒøÍC\x05" b"\x01ŽxÉÛñpB¬Cd)Ý›ê" b"\x01ŽxÉî\x1AqÖñd‡Ìý¢3" b"\x01ŽxÉýØ~ÖbgòÑ@æ" b"\x01ŽxÊ\x1F\x05v½³’ŠˆÂºÂA" b"\x01ŽxÊ2@s‰µÍŠÓ{‹J)" b"\x01ŽxÊRš~Š•Xã/“ù¸'" b"\x01ŽxÊšrqσvì\x18Þ Úz" b"\x01ŽxʤÃ}ì„ )0jÑJÐ" b"\x01Žxʯ\x17|H¡&²Ë37¿ð" b"\x01™\x05ì¦t}ÒŠéÚõLO\x15Þ" b"\x01™\x1AL€B\x7F\f‹ÉY¾›<Ö" b"\x01Ž\x01s\x05Gp[¾¸lÿ«é7¢" b"\x01ŽxÇÜ7têªÀ·ÙÌ\x12„®" ] |
||||||||||||||||||||
0.23 ms (0.18%) |
1 |
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[] |
||||||||||||||||||||
0.23 ms (0.18%) |
1 |
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[] |
||||||||||||||||||||
0.23 ms (0.17%) |
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.21 ms (0.16%) |
1 |
# base-context-factory::currency::read SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ" ] |
||||||||||||||||||||
0.21 ms (0.16%) |
1 |
SELECT COUNT(*) FROM `wallee_transaction` LIMIT 1
Parameters:
[] |
||||||||||||||||||||
0.21 ms (0.16%) |
1 |
SELECT `scop_platform_redirecter_redirect`.`id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect`.`sourceURL` IN (?, ?, ?, ?, ?, ?, ?) AND `scop_platform_redirecter_redirect`.`enabled` = ? AND (`scop_platform_redirecter_redirect`.`salesChannelId` = ? OR `scop_platform_redirecter_redirect`.`salesChannelId` <=> ?)) LIMIT 1
Parameters:
[ "//Footer-Navigation/Information/Podcast-Wein-mit-Freunden" "/Footer-Navigation/Information/Podcast-Wein-mit-Freunden" "https://staging.sentivini.de/Footer-Navigation/Information/Podcast-Wein-mit-Freunden" "https://staging.sentivini.de//Footer-Navigation/Information/Podcast-Wein-mit-Freunden" "/Footer-Navigation/Information/Podcast-Wein-mit-Freunden" "//Footer-Navigation/Information/Podcast-Wein-mit-Freunden" "Footer-Navigation/Information/Podcast-Wein-mit-Freunden" true b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" null ] |
||||||||||||||||||||
0.21 ms (0.16%) |
1 |
# cart::promotion::association::discounts::association::discountRules::read 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˜áž‡°z\x1D°2‰z$”‰±" b"\x01—háºMz’òÀ?±Ð\x0E¡" b"\x01—háºMz’òÀ?±Ð\x0E¡" b"\x01—háºMz’òÀ?±Ð\x0E¡" b"\x01—háºMz’òÀ?±Ð\x0E¡" b"\x01—háºMz’òÀ?±Ð\x0E¡" b"\x01—háºMz’òÀ?±Ð\x0E¡" b"\x01—háºMz’òÀ?±Ð\x0E¡" b"\x01—háºMz’òÀ?±Ð\x0E¡" b"\x01—háºMz’òÀ?±Ð\x0E¡" b"\x01—háºMz’òÀ?±Ð\x0E¡" b"\x01—háºMz’òÀ?±Ð\x0E¡" b"\x01—háºMz’òÀ?±Ð\x0E¡" b"\x01—háºMz’òÀ?±Ð\x0E¡" b"\x01—háºMz’òÀ?±Ð\x0E¡" b"\x01—háºMz’òÀ?±Ð\x0E¡" b"\x01˜Q*âßqr«²v4WÀ¦ó" b"\x01™)"Y\tr2ší\x1D;Nû|†" ] |
||||||||||||||||||||
0.19 ms (0.15%) |
1 |
SELECT LOWER(HEX(`language.salesChannels.mapping`.`sales_channel_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`language.salesChannels.mapping`.`language_id`)) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping`.`language_id` = `language`.id WHERE ((`language`.`id` = ?)) AND (`language.salesChannels.mapping`.`sales_channel_id` IN (?)) GROUP BY `language.salesChannels.mapping`.`sales_channel_id`
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" ] |
||||||||||||||||||||
0.19 ms (0.14%) |
1 |
# app-scripts::refresh::search-ids SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[ true false ] |
||||||||||||||||||||
0.19 ms (0.14%) |
1 |
# cart::promotion::association::discounts::association::promotionDiscountPrices::read SELECT `promotion_discount_prices`.`id` as `promotion_discount_prices.id`, `promotion_discount_prices`.`discount_id` as `promotion_discount_prices.discountId`, `promotion_discount_prices`.`currency_id` as `promotion_discount_prices.currencyId`, `promotion_discount_prices`.`price` as `promotion_discount_prices.price`, `promotion_discount_prices`.`created_at` as `promotion_discount_prices.createdAt`, `promotion_discount_prices`.`updated_at` as `promotion_discount_prices.updatedAt` FROM `promotion_discount_prices` WHERE (`promotion_discount_prices`.`discount_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[ b""" \x01–ý};\x05}¨¡ð\n e!/Y """ b"\x01˜\r\A6~œ9Gë—ü‹°" b"\x01˜\x0EÆ\x126p¾»–™Únkp¶" b"\x01˜Pw÷Íp\eŒ›5D\x11\x17ÌD" b"\x01˜P‰mUpö‡xÿ\eh\hý" b"\x01˜PŠ/ßry§ØEø@âðÜ" b"\x01˜P‹˜p˽é»S„a´ƒ" b"\x01˜P§\x05p\x17½"\x03ïqa•Á" b"\x01˜P`ÕrG²vY¶ð±ÿ\v" b"\x01˜P‘\rrpú„?¥B&‚7‘" b"\x01˜P‘†s¨£ãXòt\x07r" b"\x01˜P’\x17—p9‚€\x10í\e[‚" b"\x01˜P’{ðrJª\x166ê⬜]" b"\x01˜P’æbs‹ڼ|p2ç`" b"\x01˜P“s¤rJ¨¦â{–Iö" b"\x01˜P“ßßp\x06Ž…\x18+\rF\rG" b"\x01™)#puq—´¶5\x13‚AÑÊ" ] |
||||||||||||||||||||
0.19 ms (0.14%) |
1 |
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[ b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" "Sendinblue.%" ] |
||||||||||||||||||||
0.18 ms (0.14%) |
1 |
#cart-persister::load SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
"B7b6HpUtyU3rcI6F1SCZBFFD6s1VP87r"
]
|
||||||||||||||||||||
0.18 ms (0.14%) |
1 |
SELECT path FROM category WHERE id = ?
Parameters:
[
b"\x01™\x05ì¦t}ÒŠéÚõLO\x15Þ"
]
|
||||||||||||||||||||
0.18 ms (0.14%) |
1 |
SELECT `name`, `path`, `author`, `self_managed` FROM `app` WHERE `active` = 1
Parameters:
[] |
||||||||||||||||||||
0.17 ms (0.13%) |
1 |
# base-context-factory::sales-channel::association::domains::read SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (?))
Parameters:
[
b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7"
]
|
||||||||||||||||||||
0.16 ms (0.12%) |
1 |
# base-context-factory::taxes::read SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[] |
||||||||||||||||||||
0.16 ms (0.12%) |
1 |
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName, LOWER(HEX(parentTheme.parent_theme_id)) as grandParentThemeId FROM sales_channel LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id WHERE sales_channel.id = ?
Parameters:
[
b"\x01Ž\x01sk1q\x00…\x07<ä¡›+7"
]
|
||||||||||||||||||||
0.15 ms (0.11%) |
1 |
# base-context-factory::cash-rounding::search-ids SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[ b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ" b"\x01Ž\x01cÆÓp=º÷Cª–>¬_" ] |
||||||||||||||||||||
0.15 ms (0.11%) |
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"\x01Ž\x01f+\x03r¸†yµˆz‰>\x1C"
]
|
||||||||||||||||||||
0.14 ms (0.11%) |
1 |
# cart::promotion::association::cartRules::read 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˜Q*âßqr«²v4WÀ¦ó"
]
|
||||||||||||||||||||
0.14 ms (0.11%) |
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"\x01Ž\x01sk1q\x00…\x07<ä¡›+7" b"\x01Ž\x01cÆÓp=º÷Cª–>¬_" ] |
||||||||||||||||||||
0.12 ms (0.09%) |
1 |
SELECT `base_class` AS `baseClass`, `author` FROM `plugin`
Parameters:
[] |
||||||||||||||||||||
0.11 ms (0.09%) |
1 |
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
b"/»_ââšMpªXTÎ|ãâ\v"
]
|
||||||||||||||||||||
0.11 ms (0.08%) |
1 |
SELECT `pickware_shipping_sales_channel_api_context`.`sales_channel_context_token` as `pickware_shipping_sales_channel_api_context.salesChannelContextToken`, `pickware_shipping_sales_channel_api_context`.`payload` as `pickware_shipping_sales_channel_api_context.payload`, `pickware_shipping_sales_channel_api_context`.`created_at` as `pickware_shipping_sales_channel_api_context.createdAt`, `pickware_shipping_sales_channel_api_context`.`updated_at` as `pickware_shipping_sales_channel_api_context.updatedAt` FROM `pickware_shipping_sales_channel_api_context` WHERE `pickware_shipping_sales_channel_api_context`.`sales_channel_context_token` IN (?)
Parameters:
[
"B7b6HpUtyU3rcI6F1SCZBFFD6s1VP87r"
]
|
||||||||||||||||||||
0.11 ms (0.08%) |
1 |
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
"de-DE"
]
|
||||||||||||||||||||
0.11 ms (0.08%) |
1 |
SELECT shipping_costs FROM `pickware_erp_return_order` LIMIT 1
Parameters:
[] |
||||||||||||||||||||
0.10 ms (0.08%) |
1 |
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
b"/»_ââšMpªXTÎ|ãâ\v"
]
|
||||||||||||||||||||
0.09 ms (0.07%) |
1 |
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
b"\x01Ž\x01cÔ<sµÜÙN~WÙƒ"
]
|
Database Connections
Name | Service |
---|---|
0 | default |
Entity Managers
There are no configured entity managers.
Second Level Cache
Second Level Cache is not enabled.