GET https://hauptverlag.staging.eurosoft.network/moorl-magazine/article/72f1e74d389078224fa135752cfe2d4e

Query Metrics

74 Database Queries
58 Different statements
92.04 ms Query time

Queries

Group similar statements

# Time Info
1 0.29 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.42 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
3 0.28 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
4 0.69 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.56 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
6 0.79 ms
-- 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¦Jœ&p•²ÇŠÿÞ“šà"
  "moorl-magazine/article/72f1e74d389078224fa135752cfe2d4e"
  "moorl-magazine/article/72f1e74d389078224fa135752cfe2d4e/"
]
7 0.46 ms
-- seo-url::resolve-fallback
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  "/moorl-magazine/article/72f1e74d389078224fa135752cfe2d4e"
]
8 1.83 ms
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:
[
  "//moorl-magazine/article/72f1e74d389078224fa135752cfe2d4e"
  "/moorl-magazine/article/72f1e74d389078224fa135752cfe2d4e"
  "https://hauptverlag.staging.eurosoft.network/moorl-magazine/article/72f1e74d389078224fa135752cfe2d4e"
  "https://hauptverlag.staging.eurosoft.network//moorl-magazine/article/72f1e74d389078224fa135752cfe2d4e"
  "/moorl-magazine/article/72f1e74d389078224fa135752cfe2d4e"
  "//moorl-magazine/article/72f1e74d389078224fa135752cfe2d4e"
  "moorl-magazine/article/72f1e74d389078224fa135752cfe2d4e"
  true
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  null
]
9 0.45 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.90 ms
SELECT LOWER(HEX(`id`)) AS `id` FROM `moorl_magazine_article` WHERE (`updated_at` IS NULL OR (`show_from` > `updated_at` AND `show_from` < '2026-06-03T18:43:59+00:00') OR (`show_until` > `updated_at` AND `show_until` < '2026-06-03T18:43:59+00:00')) AND `active` = '1';
Parameters:
[]
11 0.81 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  "IIeUQKSCSOir3cRzO12dXEWkKPpLSj0x"
]
12 0.69 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "IIeUQKSCSOir3cRzO12dXEWkKPpLSj0x"
]
13 0.69 ms
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¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¥Ð¹ms\x03¿5=Ó\x03å¹'"
]
14 0.99 ms
SELECT `moorl_magazine_article`.`id` FROM `moorl_magazine_article` LEFT JOIN `moorl_magazine_article_sales_channel` `moorl_magazine_article.salesChannels.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.salesChannels.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_customer_group` `moorl_magazine_article.customerGroups.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.customerGroups.mapping`.`article_id`  LEFT JOIN `sales_channel` `moorl_magazine_article.salesChannels` ON `moorl_magazine_article.salesChannels.mapping`.`sales_channel_id` = `moorl_magazine_article.salesChannels`.`id`  LEFT JOIN `customer_group` `moorl_magazine_article.customerGroups` ON `moorl_magazine_article.customerGroups.mapping`.`customer_group_id` = `moorl_magazine_article.customerGroups`.`id`  WHERE (((`moorl_magazine_article`.`active` = ? AND ((`moorl_magazine_article`.`show_from` <=> ? OR (`moorl_magazine_article`.`show_from` <= ?)) AND (`moorl_magazine_article`.`show_until` <=> ? OR (`moorl_magazine_article`.`show_until` >= ?))) AND (`moorl_magazine_article.salesChannels`.`id` <=> ? OR `moorl_magazine_article.salesChannels`.`id` = ?) AND (`moorl_magazine_article.customerGroups`.`id` <=> ? OR `moorl_magazine_article.customerGroups`.`id` = ?) AND `moorl_magazine_article`.`invisible` = ?))) AND (`moorl_magazine_article`.`id` IN (?)) GROUP BY `moorl_magazine_article`.`id`
Parameters:
[
  true
  null
  "2026-06-03 18:44:09"
  null
  "2026-06-03 18:44:09"
  null
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  null
  b"ϽP\x18ÓŽAØ­Ê\x10ÙOȽÖ"
  false
  b"rñçM8x"O¡5u,þ-N"
]
15 2.80 ms
SELECT `moorl_magazine_article`.`id` as `moorl_magazine_article.id`, `moorl_magazine_article`.`origin_id` as `moorl_magazine_article.originId`, `moorl_magazine_article`.`media_id` as `moorl_magazine_article.mediaId`, `moorl_magazine_article`.`moorl_creator_id` as `moorl_magazine_article.creatorId`, `moorl_magazine_article`.`cms_page_id` as `moorl_magazine_article.cmsPageId`, `moorl_magazine_article`.`cms_page_version_id` as `moorl_magazine_article.cmsPageVersionId`, `moorl_magazine_article`.`content_cms_page_id` as `moorl_magazine_article.contentCmsPageId`, `moorl_magazine_article`.`sales_channel_id` as `moorl_magazine_article.salesChannelId`, `moorl_magazine_article`.`user_id` as `moorl_magazine_article.userId`, `moorl_magazine_article`.`auto_increment` as `moorl_magazine_article.autoIncrement`, `moorl_magazine_article`.`custom1` as `moorl_magazine_article.custom1`, `moorl_magazine_article`.`custom2` as `moorl_magazine_article.custom2`, `moorl_magazine_article`.`custom3` as `moorl_magazine_article.custom3`, `moorl_magazine_article`.`custom4` as `moorl_magazine_article.custom4`, `moorl_magazine_article`.`active` as `moorl_magazine_article.active`, `moorl_magazine_article`.`sticky` as `moorl_magazine_article.sticky`, `moorl_magazine_article`.`invisible` as `moorl_magazine_article.invisible`, `moorl_magazine_article`.`enable_comments` as `moorl_magazine_article.enableComments`, `moorl_magazine_article`.`date` as `moorl_magazine_article.date`, `moorl_magazine_article`.`show_from` as `moorl_magazine_article.showFrom`, `moorl_magazine_article`.`show_until` as `moorl_magazine_article.showUntil`, `moorl_magazine_article`.`author` as `moorl_magazine_article.author`, `moorl_magazine_article`.`custom_fields` as `moorl_magazine_article.customFields`, `moorl_magazine_article.media`.`id` as `moorl_magazine_article.media.id`, `moorl_magazine_article.media`.`user_id` as `moorl_magazine_article.media.userId`, `moorl_magazine_article.media`.`media_folder_id` as `moorl_magazine_article.media.mediaFolderId`, `moorl_magazine_article.media`.`mime_type` as `moorl_magazine_article.media.mimeType`, `moorl_magazine_article.media`.`file_extension` as `moorl_magazine_article.media.fileExtension`, `moorl_magazine_article.media`.`uploaded_at` as `moorl_magazine_article.media.uploadedAt`, `moorl_magazine_article.media`.`file_name` as `moorl_magazine_article.media.fileName`, `moorl_magazine_article.media`.`file_size` as `moorl_magazine_article.media.fileSize`, `moorl_magazine_article.media`.`media_type` as `moorl_magazine_article.media.mediaTypeRaw`, `moorl_magazine_article.media`.`meta_data` as `moorl_magazine_article.media.metaData`, `moorl_magazine_article.media`.`config` as `moorl_magazine_article.media.config`, `moorl_magazine_article.media`.`path` as `moorl_magazine_article.media.path`, `moorl_magazine_article.media`.`private` as `moorl_magazine_article.media.private`, `moorl_magazine_article.media`.`thumbnails_ro` as `moorl_magazine_article.media.thumbnailsRo`, `moorl_magazine_article.media`.`file_hash` as `moorl_magazine_article.media.fileHash`, `moorl_magazine_article.media`.`created_at` as `moorl_magazine_article.media.createdAt`, `moorl_magazine_article.media`.`updated_at` as `moorl_magazine_article.media.updatedAt`, `moorl_magazine_article.media.translation.title`, `moorl_magazine_article.media.translation.title` as `moorl_magazine_article.media.title`, `moorl_magazine_article.media.translation.alt`, `moorl_magazine_article.media.translation.alt` as `moorl_magazine_article.media.alt`, `moorl_magazine_article.media.translation.customFields`, `moorl_magazine_article.media.translation.customFields` as `moorl_magazine_article.media.customFields`, `moorl_magazine_article.creator`.`id` as `moorl_magazine_article.creator.id`, `moorl_magazine_article.creator`.`moorl_creator_type_id` as `moorl_magazine_article.creator.creatorTypeId`, `moorl_magazine_article.creator`.`customer_id` as `moorl_magazine_article.creator.customerId`, `moorl_magazine_article.creator`.`cms_page_id` as `moorl_magazine_article.creator.cmsPageId`, `moorl_magazine_article.creator`.`cms_page_version_id` as `moorl_magazine_article.creator.cmsPageVersionId`, `moorl_magazine_article.creator`.`avatar_id` as `moorl_magazine_article.creator.avatarId`, `moorl_magazine_article.creator`.`banner_id` as `moorl_magazine_article.creator.bannerId`, `moorl_magazine_article.creator`.`active` as `moorl_magazine_article.creator.active`, `moorl_magazine_article.creator`.`schema_org_property` as `moorl_magazine_article.creator.schemaOrgProperty`, `moorl_magazine_article.creator`.`schema_org_type` as `moorl_magazine_article.creator.schemaOrgType`, `moorl_magazine_article.creator`.`link` as `moorl_magazine_article.creator.link`, `moorl_magazine_article.creator`.`banner_color` as `moorl_magazine_article.creator.bannerColor`, `moorl_magazine_article.creator`.`custom_fields` as `moorl_magazine_article.creator.customFields`, `moorl_magazine_article.creator.creatorType`.`id` as `moorl_magazine_article.creator.creatorType.id`, `moorl_magazine_article.creator.creatorType`.`cms_page_id` as `moorl_magazine_article.creator.creatorType.cmsPageId`, `moorl_magazine_article.creator.creatorType`.`cms_page_version_id` as `moorl_magazine_article.creator.creatorType.cmsPageVersionId`, `moorl_magazine_article.creator.creatorType`.`active` as `moorl_magazine_article.creator.creatorType.active`, `moorl_magazine_article.creator.creatorType`.`technical_name` as `moorl_magazine_article.creator.creatorType.technicalName`, `moorl_magazine_article.creator.creatorType`.`locked` as `moorl_magazine_article.creator.creatorType.locked`, `moorl_magazine_article.creator.creatorType`.`created_at` as `moorl_magazine_article.creator.creatorType.createdAt`, `moorl_magazine_article.creator.creatorType`.`updated_at` as `moorl_magazine_article.creator.creatorType.updatedAt`, `moorl_magazine_article.creator.creatorType.translation.name`, `moorl_magazine_article.creator.creatorType.translation.name` as `moorl_magazine_article.creator.creatorType.name`, `moorl_magazine_article.creator.creatorType.translation.description`, `moorl_magazine_article.creator.creatorType.translation.description` as `moorl_magazine_article.creator.creatorType.description`, `moorl_magazine_article.creator.creatorType.translation.teaser`, `moorl_magazine_article.creator.creatorType.translation.teaser` as `moorl_magazine_article.creator.creatorType.teaser`, `moorl_magazine_article.creator.creatorType.translation.imprint`, `moorl_magazine_article.creator.creatorType.translation.imprint` as `moorl_magazine_article.creator.creatorType.imprint`, `moorl_magazine_article.creator.avatar`.`id` as `moorl_magazine_article.creator.avatar.id`, `moorl_magazine_article.creator.avatar`.`user_id` as `moorl_magazine_article.creator.avatar.userId`, `moorl_magazine_article.creator.avatar`.`media_folder_id` as `moorl_magazine_article.creator.avatar.mediaFolderId`, `moorl_magazine_article.creator.avatar`.`mime_type` as `moorl_magazine_article.creator.avatar.mimeType`, `moorl_magazine_article.creator.avatar`.`file_extension` as `moorl_magazine_article.creator.avatar.fileExtension`, `moorl_magazine_article.creator.avatar`.`uploaded_at` as `moorl_magazine_article.creator.avatar.uploadedAt`, `moorl_magazine_article.creator.avatar`.`file_name` as `moorl_magazine_article.creator.avatar.fileName`, `moorl_magazine_article.creator.avatar`.`file_size` as `moorl_magazine_article.creator.avatar.fileSize`, `moorl_magazine_article.creator.avatar`.`media_type` as `moorl_magazine_article.creator.avatar.mediaTypeRaw`, `moorl_magazine_article.creator.avatar`.`meta_data` as `moorl_magazine_article.creator.avatar.metaData`, `moorl_magazine_article.creator.avatar`.`config` as `moorl_magazine_article.creator.avatar.config`, `moorl_magazine_article.creator.avatar`.`path` as `moorl_magazine_article.creator.avatar.path`, `moorl_magazine_article.creator.avatar`.`private` as `moorl_magazine_article.creator.avatar.private`, `moorl_magazine_article.creator.avatar`.`thumbnails_ro` as `moorl_magazine_article.creator.avatar.thumbnailsRo`, `moorl_magazine_article.creator.avatar`.`file_hash` as `moorl_magazine_article.creator.avatar.fileHash`, `moorl_magazine_article.creator.avatar`.`created_at` as `moorl_magazine_article.creator.avatar.createdAt`, `moorl_magazine_article.creator.avatar`.`updated_at` as `moorl_magazine_article.creator.avatar.updatedAt`, `moorl_magazine_article.creator.avatar.translation.title`, `moorl_magazine_article.creator.avatar.translation.title` as `moorl_magazine_article.creator.avatar.title`, `moorl_magazine_article.creator.avatar.translation.alt`, `moorl_magazine_article.creator.avatar.translation.alt` as `moorl_magazine_article.creator.avatar.alt`, `moorl_magazine_article.creator.avatar.translation.customFields`, `moorl_magazine_article.creator.avatar.translation.customFields` as `moorl_magazine_article.creator.avatar.customFields`, `moorl_magazine_article.creator.banner`.`id` as `moorl_magazine_article.creator.banner.id`, `moorl_magazine_article.creator.banner`.`user_id` as `moorl_magazine_article.creator.banner.userId`, `moorl_magazine_article.creator.banner`.`media_folder_id` as `moorl_magazine_article.creator.banner.mediaFolderId`, `moorl_magazine_article.creator.banner`.`mime_type` as `moorl_magazine_article.creator.banner.mimeType`, `moorl_magazine_article.creator.banner`.`file_extension` as `moorl_magazine_article.creator.banner.fileExtension`, `moorl_magazine_article.creator.banner`.`uploaded_at` as `moorl_magazine_article.creator.banner.uploadedAt`, `moorl_magazine_article.creator.banner`.`file_name` as `moorl_magazine_article.creator.banner.fileName`, `moorl_magazine_article.creator.banner`.`file_size` as `moorl_magazine_article.creator.banner.fileSize`, `moorl_magazine_article.creator.banner`.`media_type` as `moorl_magazine_article.creator.banner.mediaTypeRaw`, `moorl_magazine_article.creator.banner`.`meta_data` as `moorl_magazine_article.creator.banner.metaData`, `moorl_magazine_article.creator.banner`.`config` as `moorl_magazine_article.creator.banner.config`, `moorl_magazine_article.creator.banner`.`path` as `moorl_magazine_article.creator.banner.path`, `moorl_magazine_article.creator.banner`.`private` as `moorl_magazine_article.creator.banner.private`, `moorl_magazine_article.creator.banner`.`thumbnails_ro` as `moorl_magazine_article.creator.banner.thumbnailsRo`, `moorl_magazine_article.creator.banner`.`file_hash` as `moorl_magazine_article.creator.banner.fileHash`, `moorl_magazine_article.creator.banner`.`created_at` as `moorl_magazine_article.creator.banner.createdAt`, `moorl_magazine_article.creator.banner`.`updated_at` as `moorl_magazine_article.creator.banner.updatedAt`, `moorl_magazine_article.creator.banner.translation.title`, `moorl_magazine_article.creator.banner.translation.title` as `moorl_magazine_article.creator.banner.title`, `moorl_magazine_article.creator.banner.translation.alt`, `moorl_magazine_article.creator.banner.translation.alt` as `moorl_magazine_article.creator.banner.alt`, `moorl_magazine_article.creator.banner.translation.customFields`, `moorl_magazine_article.creator.banner.translation.customFields` as `moorl_magazine_article.creator.banner.customFields`, `moorl_magazine_article.creator`.`created_at` as `moorl_magazine_article.creator.createdAt`, `moorl_magazine_article.creator`.`updated_at` as `moorl_magazine_article.creator.updatedAt`, `moorl_magazine_article.creator.translation.name`, `moorl_magazine_article.creator.translation.name` as `moorl_magazine_article.creator.name`, `moorl_magazine_article.creator.translation.description`, `moorl_magazine_article.creator.translation.description` as `moorl_magazine_article.creator.description`, `moorl_magazine_article.creator.translation.teaser`, `moorl_magazine_article.creator.translation.teaser` as `moorl_magazine_article.creator.teaser`, `moorl_magazine_article.creator.translation.imprint`, `moorl_magazine_article.creator.translation.imprint` as `moorl_magazine_article.creator.imprint`, `moorl_magazine_article.creator.translation.metaTitle`, `moorl_magazine_article.creator.translation.metaTitle` as `moorl_magazine_article.creator.metaTitle`, `moorl_magazine_article.creator.translation.metaDescription`, `moorl_magazine_article.creator.translation.metaDescription` as `moorl_magazine_article.creator.metaDescription`, `moorl_magazine_article.creator.translation.keywords`, `moorl_magazine_article.creator.translation.keywords` as `moorl_magazine_article.creator.keywords`, `moorl_magazine_article.creator.translation.metaKeywords`, `moorl_magazine_article.creator.translation.metaKeywords` as `moorl_magazine_article.creator.metaKeywords`, `moorl_magazine_article.creator.translation.role`, `moorl_magazine_article.creator.translation.role` as `moorl_magazine_article.creator.role`, `moorl_magazine_article.creator.translation.slotConfig`, `moorl_magazine_article.creator.translation.slotConfig` as `moorl_magazine_article.creator.slotConfig`, `moorl_magazine_article`.`created_at` as `moorl_magazine_article.createdAt`, `moorl_magazine_article`.`updated_at` as `moorl_magazine_article.updatedAt`, (SELECT GROUP_CONCAT(HEX(`moorl_magazine_article.swCategories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `moorl_magazine_article_sw_category` `moorl_magazine_article.swCategories.mapping`
                  WHERE `moorl_magazine_article.swCategories.mapping`.`article_id` = `moorl_magazine_article`.`id` ) as `moorl_magazine_article.swCategories.id_mapping`, (SELECT GROUP_CONCAT(HEX(`moorl_magazine_article.tags.mapping`.`tag_id`) SEPARATOR '||')
                  FROM `moorl_magazine_article_tag` `moorl_magazine_article.tags.mapping`
                  WHERE `moorl_magazine_article.tags.mapping`.`article_id` = `moorl_magazine_article`.`id` ) as `moorl_magazine_article.tags.id_mapping`, (SELECT GROUP_CONCAT(HEX(`moorl_magazine_article.categories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `moorl_magazine_article_category` `moorl_magazine_article.categories.mapping`
                  WHERE `moorl_magazine_article.categories.mapping`.`article_id` = `moorl_magazine_article`.`id` ) as `moorl_magazine_article.categories.id_mapping`, (SELECT GROUP_CONCAT(HEX(`moorl_magazine_article.medias.mapping`.`media_id`) SEPARATOR '||')
                  FROM `moorl_magazine_article_media` `moorl_magazine_article.medias.mapping`
                  WHERE `moorl_magazine_article.medias.mapping`.`article_id` = `moorl_magazine_article`.`id` ) as `moorl_magazine_article.medias.id_mapping`, `moorl_magazine_article.translation.title`, `moorl_magazine_article.translation.title` as `moorl_magazine_article.title`, `moorl_magazine_article.translation.name`, `moorl_magazine_article.translation.name` as `moorl_magazine_article.name`, `moorl_magazine_article.translation.teaser`, `moorl_magazine_article.translation.teaser` as `moorl_magazine_article.teaser`, `moorl_magazine_article.translation.content`, `moorl_magazine_article.translation.content` as `moorl_magazine_article.content`, `moorl_magazine_article.translation.metaTitle`, `moorl_magazine_article.translation.metaTitle` as `moorl_magazine_article.metaTitle`, `moorl_magazine_article.translation.metaDescription`, `moorl_magazine_article.translation.metaDescription` as `moorl_magazine_article.metaDescription`, `moorl_magazine_article.translation.seoUrl`, `moorl_magazine_article.translation.seoUrl` as `moorl_magazine_article.seoUrl`, `moorl_magazine_article.translation.slotConfig`, `moorl_magazine_article.translation.slotConfig` as `moorl_magazine_article.slotConfig` FROM `moorl_magazine_article` LEFT JOIN `media` `moorl_magazine_article.media` ON `moorl_magazine_article`.`media_id` = `moorl_magazine_article.media`.`id` LEFT JOIN `moorl_creator` `moorl_magazine_article.creator` ON `moorl_magazine_article`.`moorl_creator_id` = `moorl_magazine_article.creator`.`id` LEFT JOIN (SELECT `moorl_magazine_article.translation`.`moorl_magazine_article_id`, `moorl_magazine_article.translation`.`title` as `moorl_magazine_article.translation.title`, `moorl_magazine_article.translation`.`name` as `moorl_magazine_article.translation.name`, `moorl_magazine_article.translation`.`teaser` as `moorl_magazine_article.translation.teaser`, `moorl_magazine_article.translation`.`content` as `moorl_magazine_article.translation.content`, `moorl_magazine_article.translation`.`meta_title` as `moorl_magazine_article.translation.metaTitle`, `moorl_magazine_article.translation`.`meta_description` as `moorl_magazine_article.translation.metaDescription`, `moorl_magazine_article.translation`.`slot_config` as `moorl_magazine_article.translation.slotConfig`, `moorl_magazine_article.translation`.`seo_url` as `moorl_magazine_article.translation.seoUrl` FROM `moorl_magazine_article_translation` `moorl_magazine_article.translation` WHERE `moorl_magazine_article.translation`.`language_id` = ?) `moorl_magazine_article.moorl_magazine_article_translation` ON `moorl_magazine_article.moorl_magazine_article_translation`.`moorl_magazine_article_id` = `moorl_magazine_article`.`id` LEFT JOIN (SELECT `moorl_magazine_article.media.translation`.`media_id`, `moorl_magazine_article.media.translation`.`alt` as `moorl_magazine_article.media.translation.alt`, `moorl_magazine_article.media.translation`.`title` as `moorl_magazine_article.media.translation.title`, `moorl_magazine_article.media.translation`.`custom_fields` as `moorl_magazine_article.media.translation.customFields` FROM `media_translation` `moorl_magazine_article.media.translation` WHERE `moorl_magazine_article.media.translation`.`language_id` = ?) `moorl_magazine_article.media.media_translation` ON `moorl_magazine_article.media.media_translation`.`media_id` = `moorl_magazine_article.media`.`id` LEFT JOIN `moorl_creator_type` `moorl_magazine_article.creator.creatorType` ON `moorl_magazine_article.creator`.`moorl_creator_type_id` = `moorl_magazine_article.creator.creatorType`.`id` LEFT JOIN `media` `moorl_magazine_article.creator.avatar` ON `moorl_magazine_article.creator`.`avatar_id` = `moorl_magazine_article.creator.avatar`.`id` LEFT JOIN `media` `moorl_magazine_article.creator.banner` ON `moorl_magazine_article.creator`.`banner_id` = `moorl_magazine_article.creator.banner`.`id` LEFT JOIN (SELECT `moorl_magazine_article.creator.translation`.`moorl_creator_id`, `moorl_magazine_article.creator.translation`.`teaser` as `moorl_magazine_article.creator.translation.teaser`, `moorl_magazine_article.creator.translation`.`imprint` as `moorl_magazine_article.creator.translation.imprint`, `moorl_magazine_article.creator.translation`.`keywords` as `moorl_magazine_article.creator.translation.keywords`, `moorl_magazine_article.creator.translation`.`description` as `moorl_magazine_article.creator.translation.description`, `moorl_magazine_article.creator.translation`.`name` as `moorl_magazine_article.creator.translation.name`, `moorl_magazine_article.creator.translation`.`role` as `moorl_magazine_article.creator.translation.role`, `moorl_magazine_article.creator.translation`.`meta_title` as `moorl_magazine_article.creator.translation.metaTitle`, `moorl_magazine_article.creator.translation`.`meta_description` as `moorl_magazine_article.creator.translation.metaDescription`, `moorl_magazine_article.creator.translation`.`meta_keywords` as `moorl_magazine_article.creator.translation.metaKeywords`, `moorl_magazine_article.creator.translation`.`slot_config` as `moorl_magazine_article.creator.translation.slotConfig` FROM `moorl_creator_translation` `moorl_magazine_article.creator.translation` WHERE `moorl_magazine_article.creator.translation`.`language_id` = ?) `moorl_magazine_article.creator.moorl_creator_translation` ON `moorl_magazine_article.creator.moorl_creator_translation`.`moorl_creator_id` = `moorl_magazine_article.creator`.`id` LEFT JOIN (SELECT `moorl_magazine_article.creator.creatorType.translation`.`moorl_creator_type_id`, `moorl_magazine_article.creator.creatorType.translation`.`teaser` as `moorl_magazine_article.creator.creatorType.translation.teaser`, `moorl_magazine_article.creator.creatorType.translation`.`imprint` as `moorl_magazine_article.creator.creatorType.translation.imprint`, `moorl_magazine_article.creator.creatorType.translation`.`description` as `moorl_magazine_article.creator.creatorType.translation.description`, `moorl_magazine_article.creator.creatorType.translation`.`name` as `moorl_magazine_article.creator.creatorType.translation.name` FROM `moorl_creator_type_translation` `moorl_magazine_article.creator.creatorType.translation` WHERE `moorl_magazine_article.creator.creatorType.translation`.`language_id` = ?) `moorl_magazine_article.creator.creatorType.moorl_creator_type_translation` ON `moorl_magazine_article.creator.creatorType.moorl_creator_type_translation`.`moorl_creator_type_id` = `moorl_magazine_article.creator.creatorType`.`id` LEFT JOIN (SELECT `moorl_magazine_article.creator.avatar.translation`.`media_id`, `moorl_magazine_article.creator.avatar.translation`.`alt` as `moorl_magazine_article.creator.avatar.translation.alt`, `moorl_magazine_article.creator.avatar.translation`.`title` as `moorl_magazine_article.creator.avatar.translation.title`, `moorl_magazine_article.creator.avatar.translation`.`custom_fields` as `moorl_magazine_article.creator.avatar.translation.customFields` FROM `media_translation` `moorl_magazine_article.creator.avatar.translation` WHERE `moorl_magazine_article.creator.avatar.translation`.`language_id` = ?) `moorl_magazine_article.creator.avatar.media_translation` ON `moorl_magazine_article.creator.avatar.media_translation`.`media_id` = `moorl_magazine_article.creator.avatar`.`id` LEFT JOIN (SELECT `moorl_magazine_article.creator.banner.translation`.`media_id`, `moorl_magazine_article.creator.banner.translation`.`alt` as `moorl_magazine_article.creator.banner.translation.alt`, `moorl_magazine_article.creator.banner.translation`.`title` as `moorl_magazine_article.creator.banner.translation.title`, `moorl_magazine_article.creator.banner.translation`.`custom_fields` as `moorl_magazine_article.creator.banner.translation.customFields` FROM `media_translation` `moorl_magazine_article.creator.banner.translation` WHERE `moorl_magazine_article.creator.banner.translation`.`language_id` = ?) `moorl_magazine_article.creator.banner.media_translation` ON `moorl_magazine_article.creator.banner.media_translation`.`media_id` = `moorl_magazine_article.creator.banner`.`id` WHERE `moorl_magazine_article`.`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"rñçM8x"O¡5u,þ-N"
]
16 0.69 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
17 0.76 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01—ÔHº,{\x19™Bë?"’B\x03"
]
18 1.56 ms
SELECT `moorl_magazine_comment`.`id` as `moorl_magazine_comment.id`, `moorl_magazine_comment`.`article_id` as `moorl_magazine_comment.articleId`, `moorl_magazine_comment`.`name` as `moorl_magazine_comment.name`, `moorl_magazine_comment`.`email` as `moorl_magazine_comment.email`, `moorl_magazine_comment`.`content` as `moorl_magazine_comment.content`, `moorl_magazine_comment`.`active` as `moorl_magazine_comment.active`, `moorl_magazine_comment`.`created_at` as `moorl_magazine_comment.createdAt`, `moorl_magazine_comment`.`updated_at` as `moorl_magazine_comment.updatedAt` FROM `moorl_magazine_comment` WHERE (`moorl_magazine_comment`.`active` = ? AND `moorl_magazine_comment`.`article_id` IN (?)) ORDER BY `moorl_magazine_comment`.`created_at` ASC
Parameters:
[
  true
  b"rñçM8x"O¡5u,þ-N"
]
19 0.39 ms
SELECT `tag`.`id` as `tag.id`, `tag`.`name` as `tag.name`, `tag`.`created_at` as `tag.createdAt`, `tag`.`updated_at` as `tag.updatedAt` FROM `tag` WHERE `tag`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"\x01—Ï\x03!™pͪ\x11u\x04¦Ìg@"
  b"\x01—Ï\x038>q\x01¿zÄkŸ­~\x18"
  b"\x01—Ï2‹Šq¦œ'\x11†¤ú+{"
  b"\x01—Ï7\x1Fcrܯ9OnÐv\x00\x11"
]
20 0.81 ms
SELECT `moorl_magazine_category`.`id` as `moorl_magazine_category.id`, `moorl_magazine_category`.`sales_channel_id` as `moorl_magazine_category.salesChannelId`, `moorl_magazine_category`.`origin_id` as `moorl_magazine_category.originId`, `moorl_magazine_category`.`created_at` as `moorl_magazine_category.createdAt`, `moorl_magazine_category`.`updated_at` as `moorl_magazine_category.updatedAt`, `moorl_magazine_category.translation.title`, `moorl_magazine_category.translation.title` as `moorl_magazine_category.title`, `moorl_magazine_category.translation.name`, `moorl_magazine_category.translation.name` as `moorl_magazine_category.name`, `moorl_magazine_category.translation.teaser`, `moorl_magazine_category.translation.teaser` as `moorl_magazine_category.teaser` FROM `moorl_magazine_category` LEFT JOIN (SELECT `moorl_magazine_category.translation`.`moorl_magazine_category_id`, `moorl_magazine_category.translation`.`title` as `moorl_magazine_category.translation.title`, `moorl_magazine_category.translation`.`name` as `moorl_magazine_category.translation.name`, `moorl_magazine_category.translation`.`teaser` as `moorl_magazine_category.translation.teaser` FROM `moorl_magazine_category_translation` `moorl_magazine_category.translation` WHERE `moorl_magazine_category.translation`.`language_id` = ?) `moorl_magazine_category.moorl_magazine_category_translation` ON `moorl_magazine_category.moorl_magazine_category_translation`.`moorl_magazine_category_id` = `moorl_magazine_category`.`id` WHERE `moorl_magazine_category`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\rš<}HRT¼³Y†îàIñ{"
]
21 1.10 ms
SELECT `moorl_magazine_article`.`id` FROM `moorl_magazine_article` LEFT JOIN `moorl_magazine_article_sales_channel` `moorl_magazine_article.salesChannels.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.salesChannels.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_customer_group` `moorl_magazine_article.customerGroups.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.customerGroups.mapping`.`article_id`  LEFT JOIN `sales_channel` `moorl_magazine_article.salesChannels` ON `moorl_magazine_article.salesChannels.mapping`.`sales_channel_id` = `moorl_magazine_article.salesChannels`.`id`  LEFT JOIN `customer_group` `moorl_magazine_article.customerGroups` ON `moorl_magazine_article.customerGroups.mapping`.`customer_group_id` = `moorl_magazine_article.customerGroups`.`id`  WHERE ((`moorl_magazine_article`.`auto_increment` < ?) AND (`moorl_magazine_article`.`active` = ? AND ((`moorl_magazine_article`.`show_from` <=> ? OR (`moorl_magazine_article`.`show_from` <= ?)) AND (`moorl_magazine_article`.`show_until` <=> ? OR (`moorl_magazine_article`.`show_until` >= ?))) AND (`moorl_magazine_article.salesChannels`.`id` <=> ? OR `moorl_magazine_article.salesChannels`.`id` = ?) AND (`moorl_magazine_article.customerGroups`.`id` <=> ? OR `moorl_magazine_article.customerGroups`.`id` = ?) AND `moorl_magazine_article`.`invisible` = ?)) ORDER BY `moorl_magazine_article`.`auto_increment` DESC LIMIT 1
Parameters:
[
  2591
  true
  null
  "2026-06-03 18:44:09"
  null
  "2026-06-03 18:44:09"
  null
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  null
  b"ϽP\x18ÓŽAØ­Ê\x10ÙOȽÖ"
  false
]
22 3.08 ms
SELECT `moorl_magazine_article`.`id` as `moorl_magazine_article.id`, `moorl_magazine_article`.`origin_id` as `moorl_magazine_article.originId`, `moorl_magazine_article`.`media_id` as `moorl_magazine_article.mediaId`, `moorl_magazine_article`.`moorl_creator_id` as `moorl_magazine_article.creatorId`, `moorl_magazine_article`.`cms_page_id` as `moorl_magazine_article.cmsPageId`, `moorl_magazine_article`.`cms_page_version_id` as `moorl_magazine_article.cmsPageVersionId`, `moorl_magazine_article`.`content_cms_page_id` as `moorl_magazine_article.contentCmsPageId`, `moorl_magazine_article`.`sales_channel_id` as `moorl_magazine_article.salesChannelId`, `moorl_magazine_article`.`user_id` as `moorl_magazine_article.userId`, `moorl_magazine_article`.`auto_increment` as `moorl_magazine_article.autoIncrement`, `moorl_magazine_article`.`custom1` as `moorl_magazine_article.custom1`, `moorl_magazine_article`.`custom2` as `moorl_magazine_article.custom2`, `moorl_magazine_article`.`custom3` as `moorl_magazine_article.custom3`, `moorl_magazine_article`.`custom4` as `moorl_magazine_article.custom4`, `moorl_magazine_article`.`active` as `moorl_magazine_article.active`, `moorl_magazine_article`.`sticky` as `moorl_magazine_article.sticky`, `moorl_magazine_article`.`invisible` as `moorl_magazine_article.invisible`, `moorl_magazine_article`.`enable_comments` as `moorl_magazine_article.enableComments`, `moorl_magazine_article`.`date` as `moorl_magazine_article.date`, `moorl_magazine_article`.`show_from` as `moorl_magazine_article.showFrom`, `moorl_magazine_article`.`show_until` as `moorl_magazine_article.showUntil`, `moorl_magazine_article`.`author` as `moorl_magazine_article.author`, `moorl_magazine_article`.`custom_fields` as `moorl_magazine_article.customFields`, `moorl_magazine_article.media`.`id` as `moorl_magazine_article.media.id`, `moorl_magazine_article.media`.`user_id` as `moorl_magazine_article.media.userId`, `moorl_magazine_article.media`.`media_folder_id` as `moorl_magazine_article.media.mediaFolderId`, `moorl_magazine_article.media`.`mime_type` as `moorl_magazine_article.media.mimeType`, `moorl_magazine_article.media`.`file_extension` as `moorl_magazine_article.media.fileExtension`, `moorl_magazine_article.media`.`uploaded_at` as `moorl_magazine_article.media.uploadedAt`, `moorl_magazine_article.media`.`file_name` as `moorl_magazine_article.media.fileName`, `moorl_magazine_article.media`.`file_size` as `moorl_magazine_article.media.fileSize`, `moorl_magazine_article.media`.`media_type` as `moorl_magazine_article.media.mediaTypeRaw`, `moorl_magazine_article.media`.`meta_data` as `moorl_magazine_article.media.metaData`, `moorl_magazine_article.media`.`config` as `moorl_magazine_article.media.config`, `moorl_magazine_article.media`.`path` as `moorl_magazine_article.media.path`, `moorl_magazine_article.media`.`private` as `moorl_magazine_article.media.private`, `moorl_magazine_article.media`.`thumbnails_ro` as `moorl_magazine_article.media.thumbnailsRo`, `moorl_magazine_article.media`.`file_hash` as `moorl_magazine_article.media.fileHash`, `moorl_magazine_article.media`.`created_at` as `moorl_magazine_article.media.createdAt`, `moorl_magazine_article.media`.`updated_at` as `moorl_magazine_article.media.updatedAt`, `moorl_magazine_article.media.translation.title`, `moorl_magazine_article.media.translation.title` as `moorl_magazine_article.media.title`, `moorl_magazine_article.media.translation.alt`, `moorl_magazine_article.media.translation.alt` as `moorl_magazine_article.media.alt`, `moorl_magazine_article.media.translation.customFields`, `moorl_magazine_article.media.translation.customFields` as `moorl_magazine_article.media.customFields`, `moorl_magazine_article.creator`.`id` as `moorl_magazine_article.creator.id`, `moorl_magazine_article.creator`.`moorl_creator_type_id` as `moorl_magazine_article.creator.creatorTypeId`, `moorl_magazine_article.creator`.`customer_id` as `moorl_magazine_article.creator.customerId`, `moorl_magazine_article.creator`.`cms_page_id` as `moorl_magazine_article.creator.cmsPageId`, `moorl_magazine_article.creator`.`cms_page_version_id` as `moorl_magazine_article.creator.cmsPageVersionId`, `moorl_magazine_article.creator`.`avatar_id` as `moorl_magazine_article.creator.avatarId`, `moorl_magazine_article.creator`.`banner_id` as `moorl_magazine_article.creator.bannerId`, `moorl_magazine_article.creator`.`active` as `moorl_magazine_article.creator.active`, `moorl_magazine_article.creator`.`schema_org_property` as `moorl_magazine_article.creator.schemaOrgProperty`, `moorl_magazine_article.creator`.`schema_org_type` as `moorl_magazine_article.creator.schemaOrgType`, `moorl_magazine_article.creator`.`link` as `moorl_magazine_article.creator.link`, `moorl_magazine_article.creator`.`banner_color` as `moorl_magazine_article.creator.bannerColor`, `moorl_magazine_article.creator`.`custom_fields` as `moorl_magazine_article.creator.customFields`, `moorl_magazine_article.creator.creatorType`.`id` as `moorl_magazine_article.creator.creatorType.id`, `moorl_magazine_article.creator.creatorType`.`cms_page_id` as `moorl_magazine_article.creator.creatorType.cmsPageId`, `moorl_magazine_article.creator.creatorType`.`cms_page_version_id` as `moorl_magazine_article.creator.creatorType.cmsPageVersionId`, `moorl_magazine_article.creator.creatorType`.`active` as `moorl_magazine_article.creator.creatorType.active`, `moorl_magazine_article.creator.creatorType`.`technical_name` as `moorl_magazine_article.creator.creatorType.technicalName`, `moorl_magazine_article.creator.creatorType`.`locked` as `moorl_magazine_article.creator.creatorType.locked`, `moorl_magazine_article.creator.creatorType`.`created_at` as `moorl_magazine_article.creator.creatorType.createdAt`, `moorl_magazine_article.creator.creatorType`.`updated_at` as `moorl_magazine_article.creator.creatorType.updatedAt`, `moorl_magazine_article.creator.creatorType.translation.name`, `moorl_magazine_article.creator.creatorType.translation.name` as `moorl_magazine_article.creator.creatorType.name`, `moorl_magazine_article.creator.creatorType.translation.description`, `moorl_magazine_article.creator.creatorType.translation.description` as `moorl_magazine_article.creator.creatorType.description`, `moorl_magazine_article.creator.creatorType.translation.teaser`, `moorl_magazine_article.creator.creatorType.translation.teaser` as `moorl_magazine_article.creator.creatorType.teaser`, `moorl_magazine_article.creator.creatorType.translation.imprint`, `moorl_magazine_article.creator.creatorType.translation.imprint` as `moorl_magazine_article.creator.creatorType.imprint`, `moorl_magazine_article.creator.avatar`.`id` as `moorl_magazine_article.creator.avatar.id`, `moorl_magazine_article.creator.avatar`.`user_id` as `moorl_magazine_article.creator.avatar.userId`, `moorl_magazine_article.creator.avatar`.`media_folder_id` as `moorl_magazine_article.creator.avatar.mediaFolderId`, `moorl_magazine_article.creator.avatar`.`mime_type` as `moorl_magazine_article.creator.avatar.mimeType`, `moorl_magazine_article.creator.avatar`.`file_extension` as `moorl_magazine_article.creator.avatar.fileExtension`, `moorl_magazine_article.creator.avatar`.`uploaded_at` as `moorl_magazine_article.creator.avatar.uploadedAt`, `moorl_magazine_article.creator.avatar`.`file_name` as `moorl_magazine_article.creator.avatar.fileName`, `moorl_magazine_article.creator.avatar`.`file_size` as `moorl_magazine_article.creator.avatar.fileSize`, `moorl_magazine_article.creator.avatar`.`media_type` as `moorl_magazine_article.creator.avatar.mediaTypeRaw`, `moorl_magazine_article.creator.avatar`.`meta_data` as `moorl_magazine_article.creator.avatar.metaData`, `moorl_magazine_article.creator.avatar`.`config` as `moorl_magazine_article.creator.avatar.config`, `moorl_magazine_article.creator.avatar`.`path` as `moorl_magazine_article.creator.avatar.path`, `moorl_magazine_article.creator.avatar`.`private` as `moorl_magazine_article.creator.avatar.private`, `moorl_magazine_article.creator.avatar`.`thumbnails_ro` as `moorl_magazine_article.creator.avatar.thumbnailsRo`, `moorl_magazine_article.creator.avatar`.`file_hash` as `moorl_magazine_article.creator.avatar.fileHash`, `moorl_magazine_article.creator.avatar`.`created_at` as `moorl_magazine_article.creator.avatar.createdAt`, `moorl_magazine_article.creator.avatar`.`updated_at` as `moorl_magazine_article.creator.avatar.updatedAt`, `moorl_magazine_article.creator.avatar.translation.title`, `moorl_magazine_article.creator.avatar.translation.title` as `moorl_magazine_article.creator.avatar.title`, `moorl_magazine_article.creator.avatar.translation.alt`, `moorl_magazine_article.creator.avatar.translation.alt` as `moorl_magazine_article.creator.avatar.alt`, `moorl_magazine_article.creator.avatar.translation.customFields`, `moorl_magazine_article.creator.avatar.translation.customFields` as `moorl_magazine_article.creator.avatar.customFields`, `moorl_magazine_article.creator.banner`.`id` as `moorl_magazine_article.creator.banner.id`, `moorl_magazine_article.creator.banner`.`user_id` as `moorl_magazine_article.creator.banner.userId`, `moorl_magazine_article.creator.banner`.`media_folder_id` as `moorl_magazine_article.creator.banner.mediaFolderId`, `moorl_magazine_article.creator.banner`.`mime_type` as `moorl_magazine_article.creator.banner.mimeType`, `moorl_magazine_article.creator.banner`.`file_extension` as `moorl_magazine_article.creator.banner.fileExtension`, `moorl_magazine_article.creator.banner`.`uploaded_at` as `moorl_magazine_article.creator.banner.uploadedAt`, `moorl_magazine_article.creator.banner`.`file_name` as `moorl_magazine_article.creator.banner.fileName`, `moorl_magazine_article.creator.banner`.`file_size` as `moorl_magazine_article.creator.banner.fileSize`, `moorl_magazine_article.creator.banner`.`media_type` as `moorl_magazine_article.creator.banner.mediaTypeRaw`, `moorl_magazine_article.creator.banner`.`meta_data` as `moorl_magazine_article.creator.banner.metaData`, `moorl_magazine_article.creator.banner`.`config` as `moorl_magazine_article.creator.banner.config`, `moorl_magazine_article.creator.banner`.`path` as `moorl_magazine_article.creator.banner.path`, `moorl_magazine_article.creator.banner`.`private` as `moorl_magazine_article.creator.banner.private`, `moorl_magazine_article.creator.banner`.`thumbnails_ro` as `moorl_magazine_article.creator.banner.thumbnailsRo`, `moorl_magazine_article.creator.banner`.`file_hash` as `moorl_magazine_article.creator.banner.fileHash`, `moorl_magazine_article.creator.banner`.`created_at` as `moorl_magazine_article.creator.banner.createdAt`, `moorl_magazine_article.creator.banner`.`updated_at` as `moorl_magazine_article.creator.banner.updatedAt`, `moorl_magazine_article.creator.banner.translation.title`, `moorl_magazine_article.creator.banner.translation.title` as `moorl_magazine_article.creator.banner.title`, `moorl_magazine_article.creator.banner.translation.alt`, `moorl_magazine_article.creator.banner.translation.alt` as `moorl_magazine_article.creator.banner.alt`, `moorl_magazine_article.creator.banner.translation.customFields`, `moorl_magazine_article.creator.banner.translation.customFields` as `moorl_magazine_article.creator.banner.customFields`, `moorl_magazine_article.creator`.`created_at` as `moorl_magazine_article.creator.createdAt`, `moorl_magazine_article.creator`.`updated_at` as `moorl_magazine_article.creator.updatedAt`, `moorl_magazine_article.creator.translation.name`, `moorl_magazine_article.creator.translation.name` as `moorl_magazine_article.creator.name`, `moorl_magazine_article.creator.translation.description`, `moorl_magazine_article.creator.translation.description` as `moorl_magazine_article.creator.description`, `moorl_magazine_article.creator.translation.teaser`, `moorl_magazine_article.creator.translation.teaser` as `moorl_magazine_article.creator.teaser`, `moorl_magazine_article.creator.translation.imprint`, `moorl_magazine_article.creator.translation.imprint` as `moorl_magazine_article.creator.imprint`, `moorl_magazine_article.creator.translation.metaTitle`, `moorl_magazine_article.creator.translation.metaTitle` as `moorl_magazine_article.creator.metaTitle`, `moorl_magazine_article.creator.translation.metaDescription`, `moorl_magazine_article.creator.translation.metaDescription` as `moorl_magazine_article.creator.metaDescription`, `moorl_magazine_article.creator.translation.keywords`, `moorl_magazine_article.creator.translation.keywords` as `moorl_magazine_article.creator.keywords`, `moorl_magazine_article.creator.translation.metaKeywords`, `moorl_magazine_article.creator.translation.metaKeywords` as `moorl_magazine_article.creator.metaKeywords`, `moorl_magazine_article.creator.translation.role`, `moorl_magazine_article.creator.translation.role` as `moorl_magazine_article.creator.role`, `moorl_magazine_article.creator.translation.slotConfig`, `moorl_magazine_article.creator.translation.slotConfig` as `moorl_magazine_article.creator.slotConfig`, `moorl_magazine_article`.`created_at` as `moorl_magazine_article.createdAt`, `moorl_magazine_article`.`updated_at` as `moorl_magazine_article.updatedAt`, (SELECT GROUP_CONCAT(HEX(`moorl_magazine_article.swCategories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `moorl_magazine_article_sw_category` `moorl_magazine_article.swCategories.mapping`
                  WHERE `moorl_magazine_article.swCategories.mapping`.`article_id` = `moorl_magazine_article`.`id` ) as `moorl_magazine_article.swCategories.id_mapping`, (SELECT GROUP_CONCAT(HEX(`moorl_magazine_article.tags.mapping`.`tag_id`) SEPARATOR '||')
                  FROM `moorl_magazine_article_tag` `moorl_magazine_article.tags.mapping`
                  WHERE `moorl_magazine_article.tags.mapping`.`article_id` = `moorl_magazine_article`.`id` ) as `moorl_magazine_article.tags.id_mapping`, (SELECT GROUP_CONCAT(HEX(`moorl_magazine_article.categories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `moorl_magazine_article_category` `moorl_magazine_article.categories.mapping`
                  WHERE `moorl_magazine_article.categories.mapping`.`article_id` = `moorl_magazine_article`.`id` ) as `moorl_magazine_article.categories.id_mapping`, (SELECT GROUP_CONCAT(HEX(`moorl_magazine_article.medias.mapping`.`media_id`) SEPARATOR '||')
                  FROM `moorl_magazine_article_media` `moorl_magazine_article.medias.mapping`
                  WHERE `moorl_magazine_article.medias.mapping`.`article_id` = `moorl_magazine_article`.`id` ) as `moorl_magazine_article.medias.id_mapping`, `moorl_magazine_article.translation.title`, `moorl_magazine_article.translation.title` as `moorl_magazine_article.title`, `moorl_magazine_article.translation.name`, `moorl_magazine_article.translation.name` as `moorl_magazine_article.name`, `moorl_magazine_article.translation.teaser`, `moorl_magazine_article.translation.teaser` as `moorl_magazine_article.teaser`, `moorl_magazine_article.translation.content`, `moorl_magazine_article.translation.content` as `moorl_magazine_article.content`, `moorl_magazine_article.translation.metaTitle`, `moorl_magazine_article.translation.metaTitle` as `moorl_magazine_article.metaTitle`, `moorl_magazine_article.translation.metaDescription`, `moorl_magazine_article.translation.metaDescription` as `moorl_magazine_article.metaDescription`, `moorl_magazine_article.translation.seoUrl`, `moorl_magazine_article.translation.seoUrl` as `moorl_magazine_article.seoUrl`, `moorl_magazine_article.translation.slotConfig`, `moorl_magazine_article.translation.slotConfig` as `moorl_magazine_article.slotConfig` FROM `moorl_magazine_article` LEFT JOIN `media` `moorl_magazine_article.media` ON `moorl_magazine_article`.`media_id` = `moorl_magazine_article.media`.`id` LEFT JOIN `moorl_creator` `moorl_magazine_article.creator` ON `moorl_magazine_article`.`moorl_creator_id` = `moorl_magazine_article.creator`.`id` LEFT JOIN (SELECT `moorl_magazine_article.translation`.`moorl_magazine_article_id`, `moorl_magazine_article.translation`.`title` as `moorl_magazine_article.translation.title`, `moorl_magazine_article.translation`.`name` as `moorl_magazine_article.translation.name`, `moorl_magazine_article.translation`.`teaser` as `moorl_magazine_article.translation.teaser`, `moorl_magazine_article.translation`.`content` as `moorl_magazine_article.translation.content`, `moorl_magazine_article.translation`.`meta_title` as `moorl_magazine_article.translation.metaTitle`, `moorl_magazine_article.translation`.`meta_description` as `moorl_magazine_article.translation.metaDescription`, `moorl_magazine_article.translation`.`slot_config` as `moorl_magazine_article.translation.slotConfig`, `moorl_magazine_article.translation`.`seo_url` as `moorl_magazine_article.translation.seoUrl` FROM `moorl_magazine_article_translation` `moorl_magazine_article.translation` WHERE `moorl_magazine_article.translation`.`language_id` = ?) `moorl_magazine_article.moorl_magazine_article_translation` ON `moorl_magazine_article.moorl_magazine_article_translation`.`moorl_magazine_article_id` = `moorl_magazine_article`.`id` LEFT JOIN (SELECT `moorl_magazine_article.media.translation`.`media_id`, `moorl_magazine_article.media.translation`.`alt` as `moorl_magazine_article.media.translation.alt`, `moorl_magazine_article.media.translation`.`title` as `moorl_magazine_article.media.translation.title`, `moorl_magazine_article.media.translation`.`custom_fields` as `moorl_magazine_article.media.translation.customFields` FROM `media_translation` `moorl_magazine_article.media.translation` WHERE `moorl_magazine_article.media.translation`.`language_id` = ?) `moorl_magazine_article.media.media_translation` ON `moorl_magazine_article.media.media_translation`.`media_id` = `moorl_magazine_article.media`.`id` LEFT JOIN `moorl_creator_type` `moorl_magazine_article.creator.creatorType` ON `moorl_magazine_article.creator`.`moorl_creator_type_id` = `moorl_magazine_article.creator.creatorType`.`id` LEFT JOIN `media` `moorl_magazine_article.creator.avatar` ON `moorl_magazine_article.creator`.`avatar_id` = `moorl_magazine_article.creator.avatar`.`id` LEFT JOIN `media` `moorl_magazine_article.creator.banner` ON `moorl_magazine_article.creator`.`banner_id` = `moorl_magazine_article.creator.banner`.`id` LEFT JOIN (SELECT `moorl_magazine_article.creator.translation`.`moorl_creator_id`, `moorl_magazine_article.creator.translation`.`teaser` as `moorl_magazine_article.creator.translation.teaser`, `moorl_magazine_article.creator.translation`.`imprint` as `moorl_magazine_article.creator.translation.imprint`, `moorl_magazine_article.creator.translation`.`keywords` as `moorl_magazine_article.creator.translation.keywords`, `moorl_magazine_article.creator.translation`.`description` as `moorl_magazine_article.creator.translation.description`, `moorl_magazine_article.creator.translation`.`name` as `moorl_magazine_article.creator.translation.name`, `moorl_magazine_article.creator.translation`.`role` as `moorl_magazine_article.creator.translation.role`, `moorl_magazine_article.creator.translation`.`meta_title` as `moorl_magazine_article.creator.translation.metaTitle`, `moorl_magazine_article.creator.translation`.`meta_description` as `moorl_magazine_article.creator.translation.metaDescription`, `moorl_magazine_article.creator.translation`.`meta_keywords` as `moorl_magazine_article.creator.translation.metaKeywords`, `moorl_magazine_article.creator.translation`.`slot_config` as `moorl_magazine_article.creator.translation.slotConfig` FROM `moorl_creator_translation` `moorl_magazine_article.creator.translation` WHERE `moorl_magazine_article.creator.translation`.`language_id` = ?) `moorl_magazine_article.creator.moorl_creator_translation` ON `moorl_magazine_article.creator.moorl_creator_translation`.`moorl_creator_id` = `moorl_magazine_article.creator`.`id` LEFT JOIN (SELECT `moorl_magazine_article.creator.creatorType.translation`.`moorl_creator_type_id`, `moorl_magazine_article.creator.creatorType.translation`.`teaser` as `moorl_magazine_article.creator.creatorType.translation.teaser`, `moorl_magazine_article.creator.creatorType.translation`.`imprint` as `moorl_magazine_article.creator.creatorType.translation.imprint`, `moorl_magazine_article.creator.creatorType.translation`.`description` as `moorl_magazine_article.creator.creatorType.translation.description`, `moorl_magazine_article.creator.creatorType.translation`.`name` as `moorl_magazine_article.creator.creatorType.translation.name` FROM `moorl_creator_type_translation` `moorl_magazine_article.creator.creatorType.translation` WHERE `moorl_magazine_article.creator.creatorType.translation`.`language_id` = ?) `moorl_magazine_article.creator.creatorType.moorl_creator_type_translation` ON `moorl_magazine_article.creator.creatorType.moorl_creator_type_translation`.`moorl_creator_type_id` = `moorl_magazine_article.creator.creatorType`.`id` LEFT JOIN (SELECT `moorl_magazine_article.creator.avatar.translation`.`media_id`, `moorl_magazine_article.creator.avatar.translation`.`alt` as `moorl_magazine_article.creator.avatar.translation.alt`, `moorl_magazine_article.creator.avatar.translation`.`title` as `moorl_magazine_article.creator.avatar.translation.title`, `moorl_magazine_article.creator.avatar.translation`.`custom_fields` as `moorl_magazine_article.creator.avatar.translation.customFields` FROM `media_translation` `moorl_magazine_article.creator.avatar.translation` WHERE `moorl_magazine_article.creator.avatar.translation`.`language_id` = ?) `moorl_magazine_article.creator.avatar.media_translation` ON `moorl_magazine_article.creator.avatar.media_translation`.`media_id` = `moorl_magazine_article.creator.avatar`.`id` LEFT JOIN (SELECT `moorl_magazine_article.creator.banner.translation`.`media_id`, `moorl_magazine_article.creator.banner.translation`.`alt` as `moorl_magazine_article.creator.banner.translation.alt`, `moorl_magazine_article.creator.banner.translation`.`title` as `moorl_magazine_article.creator.banner.translation.title`, `moorl_magazine_article.creator.banner.translation`.`custom_fields` as `moorl_magazine_article.creator.banner.translation.customFields` FROM `media_translation` `moorl_magazine_article.creator.banner.translation` WHERE `moorl_magazine_article.creator.banner.translation`.`language_id` = ?) `moorl_magazine_article.creator.banner.media_translation` ON `moorl_magazine_article.creator.banner.media_translation`.`media_id` = `moorl_magazine_article.creator.banner`.`id` WHERE `moorl_magazine_article`.`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"ö,8X'QÇg«t\v€E~q£"
]
23 1.05 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01—ÔHº,{\x19™Bë?"’B\x03"
]
24 2.16 ms
SELECT `moorl_magazine_comment`.`id` as `moorl_magazine_comment.id`, `moorl_magazine_comment`.`article_id` as `moorl_magazine_comment.articleId`, `moorl_magazine_comment`.`name` as `moorl_magazine_comment.name`, `moorl_magazine_comment`.`email` as `moorl_magazine_comment.email`, `moorl_magazine_comment`.`content` as `moorl_magazine_comment.content`, `moorl_magazine_comment`.`active` as `moorl_magazine_comment.active`, `moorl_magazine_comment`.`created_at` as `moorl_magazine_comment.createdAt`, `moorl_magazine_comment`.`updated_at` as `moorl_magazine_comment.updatedAt` FROM `moorl_magazine_comment` WHERE (`moorl_magazine_comment`.`active` = ? AND `moorl_magazine_comment`.`article_id` IN (?)) ORDER BY `moorl_magazine_comment`.`created_at` ASC
Parameters:
[
  true
  b"ö,8X'QÇg«t\v€E~q£"
]
25 0.42 ms
SELECT `tag`.`id` as `tag.id`, `tag`.`name` as `tag.name`, `tag`.`created_at` as `tag.createdAt`, `tag`.`updated_at` as `tag.updatedAt` FROM `tag` WHERE `tag`.`id` IN (?, ?, ?, ?, ?)
Parameters:
[
  b"\x01—ÎÿeÇs,–^<{ ÅÁÐ"
  b"\x01—Ï.RIqv…÷Z?™í›8"
  b"\x01—Ï/"«pŽ©/õûýx&u"
  b"\x01—Ï7\x1Aöp\x08Ž^<>Ç3öˆ"
  b"\x01—Ï7\x1Aûr\x02šüü“BL›="
]
26 0.47 ms
SELECT `moorl_magazine_category`.`id` as `moorl_magazine_category.id`, `moorl_magazine_category`.`sales_channel_id` as `moorl_magazine_category.salesChannelId`, `moorl_magazine_category`.`origin_id` as `moorl_magazine_category.originId`, `moorl_magazine_category`.`created_at` as `moorl_magazine_category.createdAt`, `moorl_magazine_category`.`updated_at` as `moorl_magazine_category.updatedAt`, `moorl_magazine_category.translation.title`, `moorl_magazine_category.translation.title` as `moorl_magazine_category.title`, `moorl_magazine_category.translation.name`, `moorl_magazine_category.translation.name` as `moorl_magazine_category.name`, `moorl_magazine_category.translation.teaser`, `moorl_magazine_category.translation.teaser` as `moorl_magazine_category.teaser` FROM `moorl_magazine_category` LEFT JOIN (SELECT `moorl_magazine_category.translation`.`moorl_magazine_category_id`, `moorl_magazine_category.translation`.`title` as `moorl_magazine_category.translation.title`, `moorl_magazine_category.translation`.`name` as `moorl_magazine_category.translation.name`, `moorl_magazine_category.translation`.`teaser` as `moorl_magazine_category.translation.teaser` FROM `moorl_magazine_category_translation` `moorl_magazine_category.translation` WHERE `moorl_magazine_category.translation`.`language_id` = ?) `moorl_magazine_category.moorl_magazine_category_translation` ON `moorl_magazine_category.moorl_magazine_category_translation`.`moorl_magazine_category_id` = `moorl_magazine_category`.`id` WHERE `moorl_magazine_category`.`id` IN (?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"zqaB—ÿ\x163\x05€WÄX1"É"
]
27 0.72 ms
SELECT `moorl_magazine_article`.`id` FROM `moorl_magazine_article` LEFT JOIN `moorl_magazine_article_sales_channel` `moorl_magazine_article.salesChannels.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.salesChannels.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_customer_group` `moorl_magazine_article.customerGroups.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.customerGroups.mapping`.`article_id`  LEFT JOIN `sales_channel` `moorl_magazine_article.salesChannels` ON `moorl_magazine_article.salesChannels.mapping`.`sales_channel_id` = `moorl_magazine_article.salesChannels`.`id`  LEFT JOIN `customer_group` `moorl_magazine_article.customerGroups` ON `moorl_magazine_article.customerGroups.mapping`.`customer_group_id` = `moorl_magazine_article.customerGroups`.`id`  WHERE ((`moorl_magazine_article`.`auto_increment` > ?) AND (`moorl_magazine_article`.`active` = ? AND ((`moorl_magazine_article`.`show_from` <=> ? OR (`moorl_magazine_article`.`show_from` <= ?)) AND (`moorl_magazine_article`.`show_until` <=> ? OR (`moorl_magazine_article`.`show_until` >= ?))) AND (`moorl_magazine_article.salesChannels`.`id` <=> ? OR `moorl_magazine_article.salesChannels`.`id` = ?) AND (`moorl_magazine_article.customerGroups`.`id` <=> ? OR `moorl_magazine_article.customerGroups`.`id` = ?) AND `moorl_magazine_article`.`invisible` = ?)) ORDER BY `moorl_magazine_article`.`auto_increment` ASC LIMIT 1
Parameters:
[
  2591
  true
  null
  "2026-06-03 18:44:09"
  null
  "2026-06-03 18:44:09"
  null
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  null
  b"ϽP\x18ÓŽAØ­Ê\x10ÙOȽÖ"
  false
]
28 2.56 ms
SELECT `moorl_magazine_article`.`id` as `moorl_magazine_article.id`, `moorl_magazine_article`.`origin_id` as `moorl_magazine_article.originId`, `moorl_magazine_article`.`media_id` as `moorl_magazine_article.mediaId`, `moorl_magazine_article`.`moorl_creator_id` as `moorl_magazine_article.creatorId`, `moorl_magazine_article`.`cms_page_id` as `moorl_magazine_article.cmsPageId`, `moorl_magazine_article`.`cms_page_version_id` as `moorl_magazine_article.cmsPageVersionId`, `moorl_magazine_article`.`content_cms_page_id` as `moorl_magazine_article.contentCmsPageId`, `moorl_magazine_article`.`sales_channel_id` as `moorl_magazine_article.salesChannelId`, `moorl_magazine_article`.`user_id` as `moorl_magazine_article.userId`, `moorl_magazine_article`.`auto_increment` as `moorl_magazine_article.autoIncrement`, `moorl_magazine_article`.`custom1` as `moorl_magazine_article.custom1`, `moorl_magazine_article`.`custom2` as `moorl_magazine_article.custom2`, `moorl_magazine_article`.`custom3` as `moorl_magazine_article.custom3`, `moorl_magazine_article`.`custom4` as `moorl_magazine_article.custom4`, `moorl_magazine_article`.`active` as `moorl_magazine_article.active`, `moorl_magazine_article`.`sticky` as `moorl_magazine_article.sticky`, `moorl_magazine_article`.`invisible` as `moorl_magazine_article.invisible`, `moorl_magazine_article`.`enable_comments` as `moorl_magazine_article.enableComments`, `moorl_magazine_article`.`date` as `moorl_magazine_article.date`, `moorl_magazine_article`.`show_from` as `moorl_magazine_article.showFrom`, `moorl_magazine_article`.`show_until` as `moorl_magazine_article.showUntil`, `moorl_magazine_article`.`author` as `moorl_magazine_article.author`, `moorl_magazine_article`.`custom_fields` as `moorl_magazine_article.customFields`, `moorl_magazine_article.media`.`id` as `moorl_magazine_article.media.id`, `moorl_magazine_article.media`.`user_id` as `moorl_magazine_article.media.userId`, `moorl_magazine_article.media`.`media_folder_id` as `moorl_magazine_article.media.mediaFolderId`, `moorl_magazine_article.media`.`mime_type` as `moorl_magazine_article.media.mimeType`, `moorl_magazine_article.media`.`file_extension` as `moorl_magazine_article.media.fileExtension`, `moorl_magazine_article.media`.`uploaded_at` as `moorl_magazine_article.media.uploadedAt`, `moorl_magazine_article.media`.`file_name` as `moorl_magazine_article.media.fileName`, `moorl_magazine_article.media`.`file_size` as `moorl_magazine_article.media.fileSize`, `moorl_magazine_article.media`.`media_type` as `moorl_magazine_article.media.mediaTypeRaw`, `moorl_magazine_article.media`.`meta_data` as `moorl_magazine_article.media.metaData`, `moorl_magazine_article.media`.`config` as `moorl_magazine_article.media.config`, `moorl_magazine_article.media`.`path` as `moorl_magazine_article.media.path`, `moorl_magazine_article.media`.`private` as `moorl_magazine_article.media.private`, `moorl_magazine_article.media`.`thumbnails_ro` as `moorl_magazine_article.media.thumbnailsRo`, `moorl_magazine_article.media`.`file_hash` as `moorl_magazine_article.media.fileHash`, `moorl_magazine_article.media`.`created_at` as `moorl_magazine_article.media.createdAt`, `moorl_magazine_article.media`.`updated_at` as `moorl_magazine_article.media.updatedAt`, `moorl_magazine_article.media.translation.title`, `moorl_magazine_article.media.translation.title` as `moorl_magazine_article.media.title`, `moorl_magazine_article.media.translation.alt`, `moorl_magazine_article.media.translation.alt` as `moorl_magazine_article.media.alt`, `moorl_magazine_article.media.translation.customFields`, `moorl_magazine_article.media.translation.customFields` as `moorl_magazine_article.media.customFields`, `moorl_magazine_article.creator`.`id` as `moorl_magazine_article.creator.id`, `moorl_magazine_article.creator`.`moorl_creator_type_id` as `moorl_magazine_article.creator.creatorTypeId`, `moorl_magazine_article.creator`.`customer_id` as `moorl_magazine_article.creator.customerId`, `moorl_magazine_article.creator`.`cms_page_id` as `moorl_magazine_article.creator.cmsPageId`, `moorl_magazine_article.creator`.`cms_page_version_id` as `moorl_magazine_article.creator.cmsPageVersionId`, `moorl_magazine_article.creator`.`avatar_id` as `moorl_magazine_article.creator.avatarId`, `moorl_magazine_article.creator`.`banner_id` as `moorl_magazine_article.creator.bannerId`, `moorl_magazine_article.creator`.`active` as `moorl_magazine_article.creator.active`, `moorl_magazine_article.creator`.`schema_org_property` as `moorl_magazine_article.creator.schemaOrgProperty`, `moorl_magazine_article.creator`.`schema_org_type` as `moorl_magazine_article.creator.schemaOrgType`, `moorl_magazine_article.creator`.`link` as `moorl_magazine_article.creator.link`, `moorl_magazine_article.creator`.`banner_color` as `moorl_magazine_article.creator.bannerColor`, `moorl_magazine_article.creator`.`custom_fields` as `moorl_magazine_article.creator.customFields`, `moorl_magazine_article.creator.creatorType`.`id` as `moorl_magazine_article.creator.creatorType.id`, `moorl_magazine_article.creator.creatorType`.`cms_page_id` as `moorl_magazine_article.creator.creatorType.cmsPageId`, `moorl_magazine_article.creator.creatorType`.`cms_page_version_id` as `moorl_magazine_article.creator.creatorType.cmsPageVersionId`, `moorl_magazine_article.creator.creatorType`.`active` as `moorl_magazine_article.creator.creatorType.active`, `moorl_magazine_article.creator.creatorType`.`technical_name` as `moorl_magazine_article.creator.creatorType.technicalName`, `moorl_magazine_article.creator.creatorType`.`locked` as `moorl_magazine_article.creator.creatorType.locked`, `moorl_magazine_article.creator.creatorType`.`created_at` as `moorl_magazine_article.creator.creatorType.createdAt`, `moorl_magazine_article.creator.creatorType`.`updated_at` as `moorl_magazine_article.creator.creatorType.updatedAt`, `moorl_magazine_article.creator.creatorType.translation.name`, `moorl_magazine_article.creator.creatorType.translation.name` as `moorl_magazine_article.creator.creatorType.name`, `moorl_magazine_article.creator.creatorType.translation.description`, `moorl_magazine_article.creator.creatorType.translation.description` as `moorl_magazine_article.creator.creatorType.description`, `moorl_magazine_article.creator.creatorType.translation.teaser`, `moorl_magazine_article.creator.creatorType.translation.teaser` as `moorl_magazine_article.creator.creatorType.teaser`, `moorl_magazine_article.creator.creatorType.translation.imprint`, `moorl_magazine_article.creator.creatorType.translation.imprint` as `moorl_magazine_article.creator.creatorType.imprint`, `moorl_magazine_article.creator.avatar`.`id` as `moorl_magazine_article.creator.avatar.id`, `moorl_magazine_article.creator.avatar`.`user_id` as `moorl_magazine_article.creator.avatar.userId`, `moorl_magazine_article.creator.avatar`.`media_folder_id` as `moorl_magazine_article.creator.avatar.mediaFolderId`, `moorl_magazine_article.creator.avatar`.`mime_type` as `moorl_magazine_article.creator.avatar.mimeType`, `moorl_magazine_article.creator.avatar`.`file_extension` as `moorl_magazine_article.creator.avatar.fileExtension`, `moorl_magazine_article.creator.avatar`.`uploaded_at` as `moorl_magazine_article.creator.avatar.uploadedAt`, `moorl_magazine_article.creator.avatar`.`file_name` as `moorl_magazine_article.creator.avatar.fileName`, `moorl_magazine_article.creator.avatar`.`file_size` as `moorl_magazine_article.creator.avatar.fileSize`, `moorl_magazine_article.creator.avatar`.`media_type` as `moorl_magazine_article.creator.avatar.mediaTypeRaw`, `moorl_magazine_article.creator.avatar`.`meta_data` as `moorl_magazine_article.creator.avatar.metaData`, `moorl_magazine_article.creator.avatar`.`config` as `moorl_magazine_article.creator.avatar.config`, `moorl_magazine_article.creator.avatar`.`path` as `moorl_magazine_article.creator.avatar.path`, `moorl_magazine_article.creator.avatar`.`private` as `moorl_magazine_article.creator.avatar.private`, `moorl_magazine_article.creator.avatar`.`thumbnails_ro` as `moorl_magazine_article.creator.avatar.thumbnailsRo`, `moorl_magazine_article.creator.avatar`.`file_hash` as `moorl_magazine_article.creator.avatar.fileHash`, `moorl_magazine_article.creator.avatar`.`created_at` as `moorl_magazine_article.creator.avatar.createdAt`, `moorl_magazine_article.creator.avatar`.`updated_at` as `moorl_magazine_article.creator.avatar.updatedAt`, `moorl_magazine_article.creator.avatar.translation.title`, `moorl_magazine_article.creator.avatar.translation.title` as `moorl_magazine_article.creator.avatar.title`, `moorl_magazine_article.creator.avatar.translation.alt`, `moorl_magazine_article.creator.avatar.translation.alt` as `moorl_magazine_article.creator.avatar.alt`, `moorl_magazine_article.creator.avatar.translation.customFields`, `moorl_magazine_article.creator.avatar.translation.customFields` as `moorl_magazine_article.creator.avatar.customFields`, `moorl_magazine_article.creator.banner`.`id` as `moorl_magazine_article.creator.banner.id`, `moorl_magazine_article.creator.banner`.`user_id` as `moorl_magazine_article.creator.banner.userId`, `moorl_magazine_article.creator.banner`.`media_folder_id` as `moorl_magazine_article.creator.banner.mediaFolderId`, `moorl_magazine_article.creator.banner`.`mime_type` as `moorl_magazine_article.creator.banner.mimeType`, `moorl_magazine_article.creator.banner`.`file_extension` as `moorl_magazine_article.creator.banner.fileExtension`, `moorl_magazine_article.creator.banner`.`uploaded_at` as `moorl_magazine_article.creator.banner.uploadedAt`, `moorl_magazine_article.creator.banner`.`file_name` as `moorl_magazine_article.creator.banner.fileName`, `moorl_magazine_article.creator.banner`.`file_size` as `moorl_magazine_article.creator.banner.fileSize`, `moorl_magazine_article.creator.banner`.`media_type` as `moorl_magazine_article.creator.banner.mediaTypeRaw`, `moorl_magazine_article.creator.banner`.`meta_data` as `moorl_magazine_article.creator.banner.metaData`, `moorl_magazine_article.creator.banner`.`config` as `moorl_magazine_article.creator.banner.config`, `moorl_magazine_article.creator.banner`.`path` as `moorl_magazine_article.creator.banner.path`, `moorl_magazine_article.creator.banner`.`private` as `moorl_magazine_article.creator.banner.private`, `moorl_magazine_article.creator.banner`.`thumbnails_ro` as `moorl_magazine_article.creator.banner.thumbnailsRo`, `moorl_magazine_article.creator.banner`.`file_hash` as `moorl_magazine_article.creator.banner.fileHash`, `moorl_magazine_article.creator.banner`.`created_at` as `moorl_magazine_article.creator.banner.createdAt`, `moorl_magazine_article.creator.banner`.`updated_at` as `moorl_magazine_article.creator.banner.updatedAt`, `moorl_magazine_article.creator.banner.translation.title`, `moorl_magazine_article.creator.banner.translation.title` as `moorl_magazine_article.creator.banner.title`, `moorl_magazine_article.creator.banner.translation.alt`, `moorl_magazine_article.creator.banner.translation.alt` as `moorl_magazine_article.creator.banner.alt`, `moorl_magazine_article.creator.banner.translation.customFields`, `moorl_magazine_article.creator.banner.translation.customFields` as `moorl_magazine_article.creator.banner.customFields`, `moorl_magazine_article.creator`.`created_at` as `moorl_magazine_article.creator.createdAt`, `moorl_magazine_article.creator`.`updated_at` as `moorl_magazine_article.creator.updatedAt`, `moorl_magazine_article.creator.translation.name`, `moorl_magazine_article.creator.translation.name` as `moorl_magazine_article.creator.name`, `moorl_magazine_article.creator.translation.description`, `moorl_magazine_article.creator.translation.description` as `moorl_magazine_article.creator.description`, `moorl_magazine_article.creator.translation.teaser`, `moorl_magazine_article.creator.translation.teaser` as `moorl_magazine_article.creator.teaser`, `moorl_magazine_article.creator.translation.imprint`, `moorl_magazine_article.creator.translation.imprint` as `moorl_magazine_article.creator.imprint`, `moorl_magazine_article.creator.translation.metaTitle`, `moorl_magazine_article.creator.translation.metaTitle` as `moorl_magazine_article.creator.metaTitle`, `moorl_magazine_article.creator.translation.metaDescription`, `moorl_magazine_article.creator.translation.metaDescription` as `moorl_magazine_article.creator.metaDescription`, `moorl_magazine_article.creator.translation.keywords`, `moorl_magazine_article.creator.translation.keywords` as `moorl_magazine_article.creator.keywords`, `moorl_magazine_article.creator.translation.metaKeywords`, `moorl_magazine_article.creator.translation.metaKeywords` as `moorl_magazine_article.creator.metaKeywords`, `moorl_magazine_article.creator.translation.role`, `moorl_magazine_article.creator.translation.role` as `moorl_magazine_article.creator.role`, `moorl_magazine_article.creator.translation.slotConfig`, `moorl_magazine_article.creator.translation.slotConfig` as `moorl_magazine_article.creator.slotConfig`, `moorl_magazine_article`.`created_at` as `moorl_magazine_article.createdAt`, `moorl_magazine_article`.`updated_at` as `moorl_magazine_article.updatedAt`, (SELECT GROUP_CONCAT(HEX(`moorl_magazine_article.swCategories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `moorl_magazine_article_sw_category` `moorl_magazine_article.swCategories.mapping`
                  WHERE `moorl_magazine_article.swCategories.mapping`.`article_id` = `moorl_magazine_article`.`id` ) as `moorl_magazine_article.swCategories.id_mapping`, (SELECT GROUP_CONCAT(HEX(`moorl_magazine_article.tags.mapping`.`tag_id`) SEPARATOR '||')
                  FROM `moorl_magazine_article_tag` `moorl_magazine_article.tags.mapping`
                  WHERE `moorl_magazine_article.tags.mapping`.`article_id` = `moorl_magazine_article`.`id` ) as `moorl_magazine_article.tags.id_mapping`, (SELECT GROUP_CONCAT(HEX(`moorl_magazine_article.categories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `moorl_magazine_article_category` `moorl_magazine_article.categories.mapping`
                  WHERE `moorl_magazine_article.categories.mapping`.`article_id` = `moorl_magazine_article`.`id` ) as `moorl_magazine_article.categories.id_mapping`, (SELECT GROUP_CONCAT(HEX(`moorl_magazine_article.medias.mapping`.`media_id`) SEPARATOR '||')
                  FROM `moorl_magazine_article_media` `moorl_magazine_article.medias.mapping`
                  WHERE `moorl_magazine_article.medias.mapping`.`article_id` = `moorl_magazine_article`.`id` ) as `moorl_magazine_article.medias.id_mapping`, `moorl_magazine_article.translation.title`, `moorl_magazine_article.translation.title` as `moorl_magazine_article.title`, `moorl_magazine_article.translation.name`, `moorl_magazine_article.translation.name` as `moorl_magazine_article.name`, `moorl_magazine_article.translation.teaser`, `moorl_magazine_article.translation.teaser` as `moorl_magazine_article.teaser`, `moorl_magazine_article.translation.content`, `moorl_magazine_article.translation.content` as `moorl_magazine_article.content`, `moorl_magazine_article.translation.metaTitle`, `moorl_magazine_article.translation.metaTitle` as `moorl_magazine_article.metaTitle`, `moorl_magazine_article.translation.metaDescription`, `moorl_magazine_article.translation.metaDescription` as `moorl_magazine_article.metaDescription`, `moorl_magazine_article.translation.seoUrl`, `moorl_magazine_article.translation.seoUrl` as `moorl_magazine_article.seoUrl`, `moorl_magazine_article.translation.slotConfig`, `moorl_magazine_article.translation.slotConfig` as `moorl_magazine_article.slotConfig` FROM `moorl_magazine_article` LEFT JOIN `media` `moorl_magazine_article.media` ON `moorl_magazine_article`.`media_id` = `moorl_magazine_article.media`.`id` LEFT JOIN `moorl_creator` `moorl_magazine_article.creator` ON `moorl_magazine_article`.`moorl_creator_id` = `moorl_magazine_article.creator`.`id` LEFT JOIN (SELECT `moorl_magazine_article.translation`.`moorl_magazine_article_id`, `moorl_magazine_article.translation`.`title` as `moorl_magazine_article.translation.title`, `moorl_magazine_article.translation`.`name` as `moorl_magazine_article.translation.name`, `moorl_magazine_article.translation`.`teaser` as `moorl_magazine_article.translation.teaser`, `moorl_magazine_article.translation`.`content` as `moorl_magazine_article.translation.content`, `moorl_magazine_article.translation`.`meta_title` as `moorl_magazine_article.translation.metaTitle`, `moorl_magazine_article.translation`.`meta_description` as `moorl_magazine_article.translation.metaDescription`, `moorl_magazine_article.translation`.`slot_config` as `moorl_magazine_article.translation.slotConfig`, `moorl_magazine_article.translation`.`seo_url` as `moorl_magazine_article.translation.seoUrl` FROM `moorl_magazine_article_translation` `moorl_magazine_article.translation` WHERE `moorl_magazine_article.translation`.`language_id` = ?) `moorl_magazine_article.moorl_magazine_article_translation` ON `moorl_magazine_article.moorl_magazine_article_translation`.`moorl_magazine_article_id` = `moorl_magazine_article`.`id` LEFT JOIN (SELECT `moorl_magazine_article.media.translation`.`media_id`, `moorl_magazine_article.media.translation`.`alt` as `moorl_magazine_article.media.translation.alt`, `moorl_magazine_article.media.translation`.`title` as `moorl_magazine_article.media.translation.title`, `moorl_magazine_article.media.translation`.`custom_fields` as `moorl_magazine_article.media.translation.customFields` FROM `media_translation` `moorl_magazine_article.media.translation` WHERE `moorl_magazine_article.media.translation`.`language_id` = ?) `moorl_magazine_article.media.media_translation` ON `moorl_magazine_article.media.media_translation`.`media_id` = `moorl_magazine_article.media`.`id` LEFT JOIN `moorl_creator_type` `moorl_magazine_article.creator.creatorType` ON `moorl_magazine_article.creator`.`moorl_creator_type_id` = `moorl_magazine_article.creator.creatorType`.`id` LEFT JOIN `media` `moorl_magazine_article.creator.avatar` ON `moorl_magazine_article.creator`.`avatar_id` = `moorl_magazine_article.creator.avatar`.`id` LEFT JOIN `media` `moorl_magazine_article.creator.banner` ON `moorl_magazine_article.creator`.`banner_id` = `moorl_magazine_article.creator.banner`.`id` LEFT JOIN (SELECT `moorl_magazine_article.creator.translation`.`moorl_creator_id`, `moorl_magazine_article.creator.translation`.`teaser` as `moorl_magazine_article.creator.translation.teaser`, `moorl_magazine_article.creator.translation`.`imprint` as `moorl_magazine_article.creator.translation.imprint`, `moorl_magazine_article.creator.translation`.`keywords` as `moorl_magazine_article.creator.translation.keywords`, `moorl_magazine_article.creator.translation`.`description` as `moorl_magazine_article.creator.translation.description`, `moorl_magazine_article.creator.translation`.`name` as `moorl_magazine_article.creator.translation.name`, `moorl_magazine_article.creator.translation`.`role` as `moorl_magazine_article.creator.translation.role`, `moorl_magazine_article.creator.translation`.`meta_title` as `moorl_magazine_article.creator.translation.metaTitle`, `moorl_magazine_article.creator.translation`.`meta_description` as `moorl_magazine_article.creator.translation.metaDescription`, `moorl_magazine_article.creator.translation`.`meta_keywords` as `moorl_magazine_article.creator.translation.metaKeywords`, `moorl_magazine_article.creator.translation`.`slot_config` as `moorl_magazine_article.creator.translation.slotConfig` FROM `moorl_creator_translation` `moorl_magazine_article.creator.translation` WHERE `moorl_magazine_article.creator.translation`.`language_id` = ?) `moorl_magazine_article.creator.moorl_creator_translation` ON `moorl_magazine_article.creator.moorl_creator_translation`.`moorl_creator_id` = `moorl_magazine_article.creator`.`id` LEFT JOIN (SELECT `moorl_magazine_article.creator.creatorType.translation`.`moorl_creator_type_id`, `moorl_magazine_article.creator.creatorType.translation`.`teaser` as `moorl_magazine_article.creator.creatorType.translation.teaser`, `moorl_magazine_article.creator.creatorType.translation`.`imprint` as `moorl_magazine_article.creator.creatorType.translation.imprint`, `moorl_magazine_article.creator.creatorType.translation`.`description` as `moorl_magazine_article.creator.creatorType.translation.description`, `moorl_magazine_article.creator.creatorType.translation`.`name` as `moorl_magazine_article.creator.creatorType.translation.name` FROM `moorl_creator_type_translation` `moorl_magazine_article.creator.creatorType.translation` WHERE `moorl_magazine_article.creator.creatorType.translation`.`language_id` = ?) `moorl_magazine_article.creator.creatorType.moorl_creator_type_translation` ON `moorl_magazine_article.creator.creatorType.moorl_creator_type_translation`.`moorl_creator_type_id` = `moorl_magazine_article.creator.creatorType`.`id` LEFT JOIN (SELECT `moorl_magazine_article.creator.avatar.translation`.`media_id`, `moorl_magazine_article.creator.avatar.translation`.`alt` as `moorl_magazine_article.creator.avatar.translation.alt`, `moorl_magazine_article.creator.avatar.translation`.`title` as `moorl_magazine_article.creator.avatar.translation.title`, `moorl_magazine_article.creator.avatar.translation`.`custom_fields` as `moorl_magazine_article.creator.avatar.translation.customFields` FROM `media_translation` `moorl_magazine_article.creator.avatar.translation` WHERE `moorl_magazine_article.creator.avatar.translation`.`language_id` = ?) `moorl_magazine_article.creator.avatar.media_translation` ON `moorl_magazine_article.creator.avatar.media_translation`.`media_id` = `moorl_magazine_article.creator.avatar`.`id` LEFT JOIN (SELECT `moorl_magazine_article.creator.banner.translation`.`media_id`, `moorl_magazine_article.creator.banner.translation`.`alt` as `moorl_magazine_article.creator.banner.translation.alt`, `moorl_magazine_article.creator.banner.translation`.`title` as `moorl_magazine_article.creator.banner.translation.title`, `moorl_magazine_article.creator.banner.translation`.`custom_fields` as `moorl_magazine_article.creator.banner.translation.customFields` FROM `media_translation` `moorl_magazine_article.creator.banner.translation` WHERE `moorl_magazine_article.creator.banner.translation`.`language_id` = ?) `moorl_magazine_article.creator.banner.media_translation` ON `moorl_magazine_article.creator.banner.media_translation`.`media_id` = `moorl_magazine_article.creator.banner`.`id` WHERE `moorl_magazine_article`.`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"VÙ<]27u\x06²)ž5^†¯‰"
]
29 1.93 ms
SELECT `moorl_magazine_comment`.`id` as `moorl_magazine_comment.id`, `moorl_magazine_comment`.`article_id` as `moorl_magazine_comment.articleId`, `moorl_magazine_comment`.`name` as `moorl_magazine_comment.name`, `moorl_magazine_comment`.`email` as `moorl_magazine_comment.email`, `moorl_magazine_comment`.`content` as `moorl_magazine_comment.content`, `moorl_magazine_comment`.`active` as `moorl_magazine_comment.active`, `moorl_magazine_comment`.`created_at` as `moorl_magazine_comment.createdAt`, `moorl_magazine_comment`.`updated_at` as `moorl_magazine_comment.updatedAt` FROM `moorl_magazine_comment` WHERE (`moorl_magazine_comment`.`active` = ? AND `moorl_magazine_comment`.`article_id` IN (?)) ORDER BY `moorl_magazine_comment`.`created_at` ASC
Parameters:
[
  true
  b"VÙ<]27u\x06²)ž5^†¯‰"
]
30 0.43 ms
SELECT `tag`.`id` as `tag.id`, `tag`.`name` as `tag.name`, `tag`.`created_at` as `tag.createdAt`, `tag`.`updated_at` as `tag.updatedAt` FROM `tag` WHERE `tag`.`id` IN (?, ?, ?, ?, ?)
Parameters:
[
  b"\x01—ÎüÉÁpM \x02]U_‡\x05}"
  b"\x01—ÎüÉÆr\x19Œ!\x17ˆ\x134׫"
  b"\x01—Ï\x026~q\x06 ^\x12\x7FXìLÉ"
  b"\x01—Ï7 `r]‹œ W@18W"
  b"\x01—Ï7 gp·‹=㥵/ÇŸ"
]
31 0.48 ms
SELECT `moorl_magazine_category`.`id` as `moorl_magazine_category.id`, `moorl_magazine_category`.`sales_channel_id` as `moorl_magazine_category.salesChannelId`, `moorl_magazine_category`.`origin_id` as `moorl_magazine_category.originId`, `moorl_magazine_category`.`created_at` as `moorl_magazine_category.createdAt`, `moorl_magazine_category`.`updated_at` as `moorl_magazine_category.updatedAt`, `moorl_magazine_category.translation.title`, `moorl_magazine_category.translation.title` as `moorl_magazine_category.title`, `moorl_magazine_category.translation.name`, `moorl_magazine_category.translation.name` as `moorl_magazine_category.name`, `moorl_magazine_category.translation.teaser`, `moorl_magazine_category.translation.teaser` as `moorl_magazine_category.teaser` FROM `moorl_magazine_category` LEFT JOIN (SELECT `moorl_magazine_category.translation`.`moorl_magazine_category_id`, `moorl_magazine_category.translation`.`title` as `moorl_magazine_category.translation.title`, `moorl_magazine_category.translation`.`name` as `moorl_magazine_category.translation.name`, `moorl_magazine_category.translation`.`teaser` as `moorl_magazine_category.translation.teaser` FROM `moorl_magazine_category_translation` `moorl_magazine_category.translation` WHERE `moorl_magazine_category.translation`.`language_id` = ?) `moorl_magazine_category.moorl_magazine_category_translation` ON `moorl_magazine_category.moorl_magazine_category_translation`.`moorl_magazine_category_id` = `moorl_magazine_category`.`id` WHERE `moorl_magazine_category`.`id` IN (?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"zqaB—ÿ\x163\x05€WÄX1"É"
  b"×\x07v\n'´é\x00I‚Lh*dqÁ"
]
32 1.15 ms
-- magazine_article_detail::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•¸ë8Àp:Ž?Á'íp†0"
]
33 1.11 ms
-- magazine_article_detail::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•¸ë8Àp:Ž?Á'íp†0"
]
34 0.93 ms
-- magazine_article_detail::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•¸ë8ÉqZŒuoÉïüÞÒ"
  b"\x01•¸ë8ÉqZŒuoÉñði\x14"
  b"\x01•¸ë8ÉqZŒuoÉóʉŸ"
  b"\x01•¸ë8ÉqZŒuoÉõ¼\x05î"
  b"\x01•¸ë8ÊpÕ‰3:.\x19ßx´"
  b"\x01—Z€92s=¿ÎdZ~Z\t"
  b"\x01—ó”±Âu\r±$V\x08/™´¸"
]
35 1.50 ms
-- magazine_article_detail::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•¸ë8ÉqZŒuoÉðÝ^†"
  b"\x01•¸ë8ÉqZŒuoÉòY”Z"
  b"\x01•¸ë8ÉqZŒuoÉôN„‘"
  b"\x01•¸ë8ÉqZŒuoÉõëô·"
  b"\x01•¸ë8ÉqZŒuoÉ÷GÈ-"
  b"\x01—ód÷;qÑœ°\x13\x1A^$ßå"
  b"\x01•É*Á\r~?±2=pÊtã."
  b"\x01—ótŽVq–±&a@Ý|\ed"
  b"\x01—ó¯BIqtÆ0&Sû²¤"
  b"\x01—Z#k|’b¦Ñ¤\x12\x03j"
  b"\x01—óVc¤~Ù¿\x7FÐì Çn±"
]
36 0.43 ms
SELECT `meta_catalog_id`.`id` as `meta_catalog_id.id`, `meta_catalog_id`.`type` as `meta_catalog_id.type`, `meta_catalog_id`.`number` as `meta_catalog_id.number`, `meta_catalog_id`.`created_at` as `meta_catalog_id.createdAt`, `meta_catalog_id`.`updated_at` as `meta_catalog_id.updatedAt` FROM `meta_catalog_id` WHERE ((`meta_catalog_id`.`type` = ?)) AND (`meta_catalog_id`.`id` IN (?))
Parameters:
[
  "product"
  b"ò?$\x1D\x0F=šX‚EɐªÆoð"
]
37 0.57 ms
SELECT `moorl_sorting`.`id` as `moorl_sorting.id`, `moorl_sorting`.`locked` as `moorl_sorting.locked`, `moorl_sorting`.`url_key` as `moorl_sorting.key`, `moorl_sorting`.`entity` as `moorl_sorting.entity`, `moorl_sorting`.`priority` as `moorl_sorting.priority`, `moorl_sorting`.`active` as `moorl_sorting.active`, `moorl_sorting`.`fields` as `moorl_sorting.fields`, `moorl_sorting`.`created_at` as `moorl_sorting.createdAt`, `moorl_sorting`.`updated_at` as `moorl_sorting.updatedAt`, `moorl_sorting.translation.label`, `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation`.`moorl_sorting_id`, `moorl_sorting.translation`.`label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation`.`language_id` = ?) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation`.`moorl_sorting_id` = `moorl_sorting`.`id` WHERE `moorl_sorting`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"{ÊÚ z-éHaz‡ú¡]š"
]
38 0.28 ms
SELECT `cms_slot`.`id` FROM `cms_slot` WHERE (`cms_slot`.`version_id` = ?) AND (`cms_slot`.`id` IN (?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01•¸ë8ÉqZŒuoÉó1ðb"
]
39 0.45 ms
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`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01•¸ë8ÉqZŒuoÉó1ðb"
]
40 1.49 ms
-- magazine-article-listing::search-ids
SELECT `moorl_magazine_article`.`id` FROM `moorl_magazine_article` LEFT JOIN `moorl_magazine_article_sales_channel` `moorl_magazine_article.salesChannels.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.salesChannels.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_customer_group` `moorl_magazine_article.customerGroups.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.customerGroups.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_category` `moorl_magazine_article.categories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.categories.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_sw_category` `moorl_magazine_article.swCategories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.swCategories.mapping`.`article_id`  LEFT JOIN `sales_channel` `moorl_magazine_article.salesChannels` ON `moorl_magazine_article.salesChannels.mapping`.`sales_channel_id` = `moorl_magazine_article.salesChannels`.`id`  LEFT JOIN `customer_group` `moorl_magazine_article.customerGroups` ON `moorl_magazine_article.customerGroups.mapping`.`customer_group_id` = `moorl_magazine_article.customerGroups`.`id`  LEFT JOIN `moorl_magazine_category` `moorl_magazine_article.categories` ON `moorl_magazine_article.categories.mapping`.`category_id` = `moorl_magazine_article.categories`.`id`  LEFT JOIN `category` `moorl_magazine_article.swCategories` ON `moorl_magazine_article.swCategories.mapping`.`category_id` = `moorl_magazine_article.swCategories`.`id`  WHERE (NOT (`moorl_magazine_article`.`id` <=> ?) AND `moorl_magazine_article.categories`.`id` = ? AND `moorl_magazine_article.swCategories`.`id` IN (?) AND (`moorl_magazine_article`.`active` = ? AND ((`moorl_magazine_article`.`show_from` <=> ? OR (`moorl_magazine_article`.`show_from` <= ?)) AND (`moorl_magazine_article`.`show_until` <=> ? OR (`moorl_magazine_article`.`show_until` >= ?))) AND (`moorl_magazine_article.salesChannels`.`id` <=> ? OR `moorl_magazine_article.salesChannels`.`id` = ?) AND (`moorl_magazine_article.customerGroups`.`id` <=> ? OR `moorl_magazine_article.customerGroups`.`id` = ?) AND `moorl_magazine_article`.`invisible` = ?) AND `moorl_magazine_article`.`invisible` = ?) GROUP BY `moorl_magazine_article`.`id` ORDER BY MAX(`moorl_magazine_article`.`date`) DESC, MIN(`moorl_magazine_article`.`id`) ASC, MIN(`moorl_magazine_article`.`id`) ASC LIMIT 8
Parameters:
[
  b"rñçM8x"O¡5u,þ-N"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"\x01—ÔHº,{\x19™Bë?"’B\x03"
  true
  null
  "2026-06-03 18:44:09"
  null
  "2026-06-03 18:44:09"
  null
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  null
  b"ϽP\x18ÓŽAØ­Ê\x10ÙOȽÖ"
  false
  false
]
41 1.01 ms
SELECT COUNT(*) FROM (-- magazine-article-listing::search-ids
SELECT `moorl_magazine_article`.`id` FROM `moorl_magazine_article` LEFT JOIN `moorl_magazine_article_sales_channel` `moorl_magazine_article.salesChannels.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.salesChannels.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_customer_group` `moorl_magazine_article.customerGroups.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.customerGroups.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_category` `moorl_magazine_article.categories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.categories.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_sw_category` `moorl_magazine_article.swCategories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.swCategories.mapping`.`article_id`  LEFT JOIN `sales_channel` `moorl_magazine_article.salesChannels` ON `moorl_magazine_article.salesChannels.mapping`.`sales_channel_id` = `moorl_magazine_article.salesChannels`.`id`  LEFT JOIN `customer_group` `moorl_magazine_article.customerGroups` ON `moorl_magazine_article.customerGroups.mapping`.`customer_group_id` = `moorl_magazine_article.customerGroups`.`id`  LEFT JOIN `moorl_magazine_category` `moorl_magazine_article.categories` ON `moorl_magazine_article.categories.mapping`.`category_id` = `moorl_magazine_article.categories`.`id`  LEFT JOIN `category` `moorl_magazine_article.swCategories` ON `moorl_magazine_article.swCategories.mapping`.`category_id` = `moorl_magazine_article.swCategories`.`id`  WHERE (NOT (`moorl_magazine_article`.`id` <=> ?) AND `moorl_magazine_article.categories`.`id` = ? AND `moorl_magazine_article.swCategories`.`id` IN (?) AND (`moorl_magazine_article`.`active` = ? AND ((`moorl_magazine_article`.`show_from` <=> ? OR (`moorl_magazine_article`.`show_from` <= ?)) AND (`moorl_magazine_article`.`show_until` <=> ? OR (`moorl_magazine_article`.`show_until` >= ?))) AND (`moorl_magazine_article.salesChannels`.`id` <=> ? OR `moorl_magazine_article.salesChannels`.`id` = ?) AND (`moorl_magazine_article.customerGroups`.`id` <=> ? OR `moorl_magazine_article.customerGroups`.`id` = ?) AND `moorl_magazine_article`.`invisible` = ?) AND `moorl_magazine_article`.`invisible` = ?) GROUP BY `moorl_magazine_article`.`id`) total
Parameters:
[
  b"rñçM8x"O¡5u,þ-N"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"\x01—ÔHº,{\x19™Bë?"’B\x03"
  true
  null
  "2026-06-03 18:44:09"
  null
  "2026-06-03 18:44:09"
  null
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  null
  b"ϽP\x18ÓŽAØ­Ê\x10ÙOȽÖ"
  false
  false
]
42 1.42 ms
-- magazine-article-listing::aggregation::magazine-article-category
SELECT LOWER(HEX(`moorl_magazine_article.categories`.`id`)) as `magazine-article-category` FROM `moorl_magazine_article` LEFT JOIN `moorl_magazine_article_sales_channel` `moorl_magazine_article.salesChannels.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.salesChannels.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_customer_group` `moorl_magazine_article.customerGroups.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.customerGroups.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_sw_category` `moorl_magazine_article.swCategories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.swCategories.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_category` `moorl_magazine_article.categories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.categories.mapping`.`article_id`  LEFT JOIN `sales_channel` `moorl_magazine_article.salesChannels` ON `moorl_magazine_article.salesChannels.mapping`.`sales_channel_id` = `moorl_magazine_article.salesChannels`.`id`  LEFT JOIN `customer_group` `moorl_magazine_article.customerGroups` ON `moorl_magazine_article.customerGroups.mapping`.`customer_group_id` = `moorl_magazine_article.customerGroups`.`id`  LEFT JOIN `category` `moorl_magazine_article.swCategories` ON `moorl_magazine_article.swCategories.mapping`.`category_id` = `moorl_magazine_article.swCategories`.`id`  LEFT JOIN `moorl_magazine_category` `moorl_magazine_article.categories` ON `moorl_magazine_article.categories.mapping`.`category_id` = `moorl_magazine_article.categories`.`id`  WHERE (NOT (`moorl_magazine_article`.`id` <=> ?) AND EXISTS (SELECT 1 FROM `moorl_magazine_article_category` `moorl_magazine_article.categories.mapping` LEFT JOIN `moorl_magazine_category` `moorl_magazine_article.categories` ON `moorl_magazine_article.categories.mapping`.`category_id` = `moorl_magazine_article.categories`.`id`  WHERE (`moorl_magazine_article`.`id` = `moorl_magazine_article.categories.mapping`.`article_id`) AND ((`moorl_magazine_article.categories`.`id` = ?))) AND `moorl_magazine_article.swCategories`.`id` IN (?) AND (`moorl_magazine_article`.`active` = ? AND ((`moorl_magazine_article`.`show_from` <=> ? OR (`moorl_magazine_article`.`show_from` <= ?)) AND (`moorl_magazine_article`.`show_until` <=> ? OR (`moorl_magazine_article`.`show_until` >= ?))) AND (`moorl_magazine_article.salesChannels`.`id` <=> ? OR `moorl_magazine_article.salesChannels`.`id` = ?) AND (`moorl_magazine_article.customerGroups`.`id` <=> ? OR `moorl_magazine_article.customerGroups`.`id` = ?) AND `moorl_magazine_article`.`invisible` = ?) AND `moorl_magazine_article`.`invisible` = ?) GROUP BY `moorl_magazine_article.categories`.`id`
Parameters:
[
  b"rñçM8x"O¡5u,þ-N"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"\x01—ÔHº,{\x19™Bë?"’B\x03"
  true
  null
  "2026-06-03 18:44:09"
  null
  "2026-06-03 18:44:09"
  null
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  null
  b"ϽP\x18ÓŽAØ­Ê\x10ÙOȽÖ"
  false
  false
]
43 0.72 ms
-- magazine-article-category-aggregation::read
SELECT `moorl_magazine_category`.`id` as `moorl_magazine_category.id`, `moorl_magazine_category`.`sales_channel_id` as `moorl_magazine_category.salesChannelId`, `moorl_magazine_category`.`origin_id` as `moorl_magazine_category.originId`, `moorl_magazine_category`.`created_at` as `moorl_magazine_category.createdAt`, `moorl_magazine_category`.`updated_at` as `moorl_magazine_category.updatedAt`, `moorl_magazine_category.translation.title`, `moorl_magazine_category.translation.title` as `moorl_magazine_category.title`, `moorl_magazine_category.translation.name`, `moorl_magazine_category.translation.name` as `moorl_magazine_category.name`, `moorl_magazine_category.translation.teaser`, `moorl_magazine_category.translation.teaser` as `moorl_magazine_category.teaser` FROM `moorl_magazine_category` LEFT JOIN (SELECT `moorl_magazine_category.translation`.`moorl_magazine_category_id`, `moorl_magazine_category.translation`.`title` as `moorl_magazine_category.translation.title`, `moorl_magazine_category.translation`.`name` as `moorl_magazine_category.translation.name`, `moorl_magazine_category.translation`.`teaser` as `moorl_magazine_category.translation.teaser` FROM `moorl_magazine_category_translation` `moorl_magazine_category.translation` WHERE `moorl_magazine_category.translation`.`language_id` = ?) `moorl_magazine_category.moorl_magazine_category_translation` ON `moorl_magazine_category.moorl_magazine_category_translation`.`moorl_magazine_category_id` = `moorl_magazine_category`.`id` WHERE `moorl_magazine_category`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"\x01•ú—å3p¶–óUŒ¿Ú¬"
  b"DÛd\x16¾TM\x04`\x04Å\x07܏,ž"
  b"zqaB—ÿ\x163\x05€WÄX1"É"
]
44 2.70 ms
-- magazine-article-listing::aggregation::tag
SELECT LOWER(HEX(`moorl_magazine_article.tags`.`id`)) as `tag` FROM `moorl_magazine_article` LEFT JOIN `moorl_magazine_article_sales_channel` `moorl_magazine_article.salesChannels.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.salesChannels.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_customer_group` `moorl_magazine_article.customerGroups.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.customerGroups.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_category` `moorl_magazine_article.categories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.categories.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_sw_category` `moorl_magazine_article.swCategories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.swCategories.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_tag` `moorl_magazine_article.tags.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.tags.mapping`.`article_id`  LEFT JOIN `sales_channel` `moorl_magazine_article.salesChannels` ON `moorl_magazine_article.salesChannels.mapping`.`sales_channel_id` = `moorl_magazine_article.salesChannels`.`id`  LEFT JOIN `customer_group` `moorl_magazine_article.customerGroups` ON `moorl_magazine_article.customerGroups.mapping`.`customer_group_id` = `moorl_magazine_article.customerGroups`.`id`  LEFT JOIN `moorl_magazine_category` `moorl_magazine_article.categories` ON `moorl_magazine_article.categories.mapping`.`category_id` = `moorl_magazine_article.categories`.`id`  LEFT JOIN `category` `moorl_magazine_article.swCategories` ON `moorl_magazine_article.swCategories.mapping`.`category_id` = `moorl_magazine_article.swCategories`.`id`  LEFT JOIN `tag` `moorl_magazine_article.tags` ON `moorl_magazine_article.tags.mapping`.`tag_id` = `moorl_magazine_article.tags`.`id`  WHERE (NOT (`moorl_magazine_article`.`id` <=> ?) AND `moorl_magazine_article.categories`.`id` = ? AND `moorl_magazine_article.swCategories`.`id` IN (?) AND (`moorl_magazine_article`.`active` = ? AND ((`moorl_magazine_article`.`show_from` <=> ? OR (`moorl_magazine_article`.`show_from` <= ?)) AND (`moorl_magazine_article`.`show_until` <=> ? OR (`moorl_magazine_article`.`show_until` >= ?))) AND (`moorl_magazine_article.salesChannels`.`id` <=> ? OR `moorl_magazine_article.salesChannels`.`id` = ?) AND (`moorl_magazine_article.customerGroups`.`id` <=> ? OR `moorl_magazine_article.customerGroups`.`id` = ?) AND `moorl_magazine_article`.`invisible` = ?) AND `moorl_magazine_article`.`invisible` = ?) GROUP BY `moorl_magazine_article.tags`.`id`
Parameters:
[
  b"rñçM8x"O¡5u,þ-N"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"\x01—ÔHº,{\x19™Bë?"’B\x03"
  true
  null
  "2026-06-03 18:44:09"
  null
  "2026-06-03 18:44:09"
  null
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  null
  b"ϽP\x18ÓŽAØ­Ê\x10ÙOȽÖ"
  false
  false
]
45 0.80 ms
-- tag-aggregation::read
SELECT `tag`.`id` as `tag.id`, `tag`.`name` as `tag.name`, `tag`.`created_at` as `tag.createdAt`, `tag`.`updated_at` as `tag.updatedAt` FROM `tag` WHERE `tag`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01—Îÿaúq%´+h’\x05ïVŒ"
  b"\x01—Ï\x03!•s{»I›\x04pkˆ"
  b"\x01—Ï\x03!™pͪ\x11u\x04¦Ìg@"
  b"\x01—Ï\x04Ä]qØ—À¬c\x1DSc3"
  b"\x01—Ï\x04Äcs\x17¢\x11/´Ÿ#¬u"
  b"\x01—Ï.Pípu±uZ÷Q?h¬"
  b"\x01—Ï.PósÜ•\x04Ó›d«.š"
  b"\x01—Ï.Pùqͧ\x10Û›\x1E¢/>"
  b"\x01—Ï7×ßrE‡"Sಸԫ"
  b"\x01—Ï\x03!Œsœ¬ŽÅ\fa‰òg"
  b"\x01—Ï\x03! q\e$2\x05Z\x16Öº"
  b"\x01—Ï\x04ÄrqA’ðuî\x0FQ_*"
  b"\x01—Ï-=Aq£‰üîÛr¥;Ø"
  b"\x01—Ï-=Hsí™ÄUmì\t( "
  b"\x01—Ï-=Nr\x17©¾’Ùਗ਼Ì"
  b"\x01—Ï-=Ssò™$7º’õ‚v"
  b"\x01—ÎüÇjqB®³úè0™Õ\x07"
  b"\x01—Îÿ]\x1Fr÷¢\x16€ñ[ÚÊ\x07"
  b"\x01—Ï\x04Ährƒ¦!{KJRÝ5"
  b"\x01—Ï\x04Äms§ƒYJ\x14N­­Ù"
  b"\x01—Ï\x04ÄvqKˆM^‹òÔ] "
  b"\x01—ÎüÅòp4§¼Èç—É‹*"
  b"\x01—ÎüÆ\x04qK´ËʱóWºž"
  b"\x01—ÎþeÌr\x07¹dÖÆÓ\x19§"
  b"\x01—Ï/åq½ÁK÷À\x1C"
  b"\x01—Ï/å†sa–{ç‹;™üº"
  b"\x01—Ï/å‹r\x0Fˆà{Ì\x07{޶"
  b"\x01—Ï/årÜ„ÈW"‰ùî\x17"
  b"\x01—Ï/å•r²›#²Ý³}Æî"
  b"\x01—Ï/å™q\x1D Ù+õGj˜"
  b"\x01—Îþs2so¾]¹ó]0Œ‡"
  b"\x01—Ï\x03!ˆs]´¥×vßjÞ"
  b"\x01—Ï\x03!‘s˰8\tOR©ðS"
  b"\x01—Ï\x03!s\x08¤f5\x16%\x00\fc"
  b"\x01—Îüɽqгˆj¾€‹\x17o"
  b"\x01—Ï/ ipñ(¼ýüèûk"
  b"\x01—Ï/ oqi¡e\x13—¹/ãî"
  b"\x01—Ï/ ts¥ \x03\x07F]\x05ͯ"
  b"\x01•f˜Ôöx€g@T}t¸"
  b"\x01—ÎÿaåsJ®Š´\x10k\x08\v-"
  b"\x01—Ï\x01l:rÁ²¦°ø\x1E§Uð"
  b"\x01—Ï2ºÊrÁ¡d@®È7%u"
  b"\x01—Ï2ºÏpË€†]Ö"ÿ°@"
  b"\x01—Ï.RIqv…÷Z?™í›8"
  b"\x01—Ï6Nôp_¥J*$"À)("
  b"\x01—Ï6Núq_‰jDþ\x1AáÀK"
  b"\x01—Ï6NÿsF½úŽõÚ\x0F"
  b"\x01—Ï6O\x03s"‹Æ\x03£jj\x10b"
  b"\x01—ÎÿeÇs,–^<{ ÅÁÐ"
  b"\x01—Ï/"«pŽ©/õûýx&u"
  b"\x01—Ï7\x1Aöp\x08Ž^<>Ç3öˆ"
  b"\x01—Ï7\x1Aûr\x02šüü“BL›="
]
46 2.63 ms
-- magazine-article-listing::aggregation::child-category
SELECT LOWER(HEX(`moorl_magazine_article.swCategories`.`id`)) as `child-category` FROM `moorl_magazine_article` LEFT JOIN `moorl_magazine_article_sales_channel` `moorl_magazine_article.salesChannels.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.salesChannels.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_customer_group` `moorl_magazine_article.customerGroups.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.customerGroups.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_category` `moorl_magazine_article.categories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.categories.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_sw_category` `moorl_magazine_article.swCategories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.swCategories.mapping`.`article_id`  LEFT JOIN `sales_channel` `moorl_magazine_article.salesChannels` ON `moorl_magazine_article.salesChannels.mapping`.`sales_channel_id` = `moorl_magazine_article.salesChannels`.`id`  LEFT JOIN `customer_group` `moorl_magazine_article.customerGroups` ON `moorl_magazine_article.customerGroups.mapping`.`customer_group_id` = `moorl_magazine_article.customerGroups`.`id`  LEFT JOIN `moorl_magazine_category` `moorl_magazine_article.categories` ON `moorl_magazine_article.categories.mapping`.`category_id` = `moorl_magazine_article.categories`.`id`  LEFT JOIN `category` `moorl_magazine_article.swCategories` ON `moorl_magazine_article.swCategories.mapping`.`category_id` = `moorl_magazine_article.swCategories`.`id`  WHERE ((NOT (`moorl_magazine_article`.`id` <=> ?) AND `moorl_magazine_article.categories`.`id` = ? AND EXISTS (SELECT 1 FROM `moorl_magazine_article_sw_category` `moorl_magazine_article.swCategories.mapping` LEFT JOIN `category` `moorl_magazine_article.swCategories` ON `moorl_magazine_article.swCategories.mapping`.`category_id` = `moorl_magazine_article.swCategories`.`id`  WHERE (`moorl_magazine_article`.`id` = `moorl_magazine_article.swCategories.mapping`.`article_id`) AND ((`moorl_magazine_article.swCategories`.`id` IN (?)))) AND (`moorl_magazine_article`.`active` = ? AND ((`moorl_magazine_article`.`show_from` <=> ? OR (`moorl_magazine_article`.`show_from` <= ?)) AND (`moorl_magazine_article`.`show_until` <=> ? OR (`moorl_magazine_article`.`show_until` >= ?))) AND (`moorl_magazine_article.salesChannels`.`id` <=> ? OR `moorl_magazine_article.salesChannels`.`id` = ?) AND (`moorl_magazine_article.customerGroups`.`id` <=> ? OR `moorl_magazine_article.customerGroups`.`id` = ?) AND `moorl_magazine_article`.`invisible` = ?) AND `moorl_magazine_article`.`invisible` = ?)) AND ((`moorl_magazine_article.swCategories`.`path` LIKE ?)) GROUP BY `moorl_magazine_article.swCategories`.`id`
Parameters:
[
  b"rñçM8x"O¡5u,þ-N"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"\x01—ÔHº,{\x19™Bë?"’B\x03"
  true
  null
  "2026-06-03 18:44:09"
  null
  "2026-06-03 18:44:09"
  null
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  null
  b"ϽP\x18ÓŽAØ­Ê\x10ÙOȽÖ"
  false
  false
  "%0191991a105174c48f1b28c088885668%"
]
47 0.86 ms
-- child-category-aggregation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01—ÔHº,{\x19™Bë?"’B\x03"
  b"\x01—êº{Œ~U«Ø]˜Žœît"
]
48 1.49 ms
-- magazine-article-listing::aggregation::magazine-article-category
SELECT LOWER(HEX(`moorl_magazine_article.categories`.`id`)) as `magazine-article-category` FROM `moorl_magazine_article` LEFT JOIN `moorl_magazine_article_sales_channel` `moorl_magazine_article.salesChannels.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.salesChannels.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_customer_group` `moorl_magazine_article.customerGroups.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.customerGroups.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_sw_category` `moorl_magazine_article.swCategories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.swCategories.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_category` `moorl_magazine_article.categories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.categories.mapping`.`article_id`  LEFT JOIN `sales_channel` `moorl_magazine_article.salesChannels` ON `moorl_magazine_article.salesChannels.mapping`.`sales_channel_id` = `moorl_magazine_article.salesChannels`.`id`  LEFT JOIN `customer_group` `moorl_magazine_article.customerGroups` ON `moorl_magazine_article.customerGroups.mapping`.`customer_group_id` = `moorl_magazine_article.customerGroups`.`id`  LEFT JOIN `category` `moorl_magazine_article.swCategories` ON `moorl_magazine_article.swCategories.mapping`.`category_id` = `moorl_magazine_article.swCategories`.`id`  LEFT JOIN `moorl_magazine_category` `moorl_magazine_article.categories` ON `moorl_magazine_article.categories.mapping`.`category_id` = `moorl_magazine_article.categories`.`id`  WHERE (NOT (`moorl_magazine_article`.`id` <=> ?) AND EXISTS (SELECT 1 FROM `moorl_magazine_article_category` `moorl_magazine_article.categories.mapping` LEFT JOIN `moorl_magazine_category` `moorl_magazine_article.categories` ON `moorl_magazine_article.categories.mapping`.`category_id` = `moorl_magazine_article.categories`.`id`  WHERE (`moorl_magazine_article`.`id` = `moorl_magazine_article.categories.mapping`.`article_id`) AND ((`moorl_magazine_article.categories`.`id` = ?))) AND `moorl_magazine_article.swCategories`.`id` IN (?) AND (`moorl_magazine_article`.`active` = ? AND ((`moorl_magazine_article`.`show_from` <=> ? OR (`moorl_magazine_article`.`show_from` <= ?)) AND (`moorl_magazine_article`.`show_until` <=> ? OR (`moorl_magazine_article`.`show_until` >= ?))) AND (`moorl_magazine_article.salesChannels`.`id` <=> ? OR `moorl_magazine_article.salesChannels`.`id` = ?) AND (`moorl_magazine_article.customerGroups`.`id` <=> ? OR `moorl_magazine_article.customerGroups`.`id` = ?) AND `moorl_magazine_article`.`invisible` = ?) AND `moorl_magazine_article`.`invisible` = ?) GROUP BY `moorl_magazine_article.categories`.`id`
Parameters:
[
  b"rñçM8x"O¡5u,þ-N"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"\x01—ÔHº,{\x19™Bë?"’B\x03"
  true
  null
  "2026-06-03 18:44:09"
  null
  "2026-06-03 18:44:09"
  null
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  null
  b"ϽP\x18ÓŽAØ­Ê\x10ÙOȽÖ"
  false
  false
]
49 0.59 ms
-- magazine-article-category-aggregation::read
SELECT `moorl_magazine_category`.`id` as `moorl_magazine_category.id`, `moorl_magazine_category`.`sales_channel_id` as `moorl_magazine_category.salesChannelId`, `moorl_magazine_category`.`origin_id` as `moorl_magazine_category.originId`, `moorl_magazine_category`.`created_at` as `moorl_magazine_category.createdAt`, `moorl_magazine_category`.`updated_at` as `moorl_magazine_category.updatedAt`, `moorl_magazine_category.translation.title`, `moorl_magazine_category.translation.title` as `moorl_magazine_category.title`, `moorl_magazine_category.translation.name`, `moorl_magazine_category.translation.name` as `moorl_magazine_category.name`, `moorl_magazine_category.translation.teaser`, `moorl_magazine_category.translation.teaser` as `moorl_magazine_category.teaser` FROM `moorl_magazine_category` LEFT JOIN (SELECT `moorl_magazine_category.translation`.`moorl_magazine_category_id`, `moorl_magazine_category.translation`.`title` as `moorl_magazine_category.translation.title`, `moorl_magazine_category.translation`.`name` as `moorl_magazine_category.translation.name`, `moorl_magazine_category.translation`.`teaser` as `moorl_magazine_category.translation.teaser` FROM `moorl_magazine_category_translation` `moorl_magazine_category.translation` WHERE `moorl_magazine_category.translation`.`language_id` = ?) `moorl_magazine_category.moorl_magazine_category_translation` ON `moorl_magazine_category.moorl_magazine_category_translation`.`moorl_magazine_category_id` = `moorl_magazine_category`.`id` WHERE `moorl_magazine_category`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"\x01•ú—å3p¶–óUŒ¿Ú¬"
  b"DÛd\x16¾TM\x04`\x04Å\x07܏,ž"
  b"zqaB—ÿ\x163\x05€WÄX1"É"
]
50 2.54 ms
-- magazine-article-listing::aggregation::tag
SELECT LOWER(HEX(`moorl_magazine_article.tags`.`id`)) as `tag` FROM `moorl_magazine_article` LEFT JOIN `moorl_magazine_article_sales_channel` `moorl_magazine_article.salesChannels.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.salesChannels.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_customer_group` `moorl_magazine_article.customerGroups.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.customerGroups.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_category` `moorl_magazine_article.categories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.categories.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_sw_category` `moorl_magazine_article.swCategories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.swCategories.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_tag` `moorl_magazine_article.tags.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.tags.mapping`.`article_id`  LEFT JOIN `sales_channel` `moorl_magazine_article.salesChannels` ON `moorl_magazine_article.salesChannels.mapping`.`sales_channel_id` = `moorl_magazine_article.salesChannels`.`id`  LEFT JOIN `customer_group` `moorl_magazine_article.customerGroups` ON `moorl_magazine_article.customerGroups.mapping`.`customer_group_id` = `moorl_magazine_article.customerGroups`.`id`  LEFT JOIN `moorl_magazine_category` `moorl_magazine_article.categories` ON `moorl_magazine_article.categories.mapping`.`category_id` = `moorl_magazine_article.categories`.`id`  LEFT JOIN `category` `moorl_magazine_article.swCategories` ON `moorl_magazine_article.swCategories.mapping`.`category_id` = `moorl_magazine_article.swCategories`.`id`  LEFT JOIN `tag` `moorl_magazine_article.tags` ON `moorl_magazine_article.tags.mapping`.`tag_id` = `moorl_magazine_article.tags`.`id`  WHERE (NOT (`moorl_magazine_article`.`id` <=> ?) AND `moorl_magazine_article.categories`.`id` = ? AND `moorl_magazine_article.swCategories`.`id` IN (?) AND (`moorl_magazine_article`.`active` = ? AND ((`moorl_magazine_article`.`show_from` <=> ? OR (`moorl_magazine_article`.`show_from` <= ?)) AND (`moorl_magazine_article`.`show_until` <=> ? OR (`moorl_magazine_article`.`show_until` >= ?))) AND (`moorl_magazine_article.salesChannels`.`id` <=> ? OR `moorl_magazine_article.salesChannels`.`id` = ?) AND (`moorl_magazine_article.customerGroups`.`id` <=> ? OR `moorl_magazine_article.customerGroups`.`id` = ?) AND `moorl_magazine_article`.`invisible` = ?) AND `moorl_magazine_article`.`invisible` = ?) GROUP BY `moorl_magazine_article.tags`.`id`
Parameters:
[
  b"rñçM8x"O¡5u,þ-N"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"\x01—ÔHº,{\x19™Bë?"’B\x03"
  true
  null
  "2026-06-03 18:44:09"
  null
  "2026-06-03 18:44:09"
  null
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  null
  b"ϽP\x18ÓŽAØ­Ê\x10ÙOȽÖ"
  false
  false
]
51 0.77 ms
-- tag-aggregation::read
SELECT `tag`.`id` as `tag.id`, `tag`.`name` as `tag.name`, `tag`.`created_at` as `tag.createdAt`, `tag`.`updated_at` as `tag.updatedAt` FROM `tag` WHERE `tag`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01—Îÿaúq%´+h’\x05ïVŒ"
  b"\x01—Ï\x03!•s{»I›\x04pkˆ"
  b"\x01—Ï\x03!™pͪ\x11u\x04¦Ìg@"
  b"\x01—Ï\x04Ä]qØ—À¬c\x1DSc3"
  b"\x01—Ï\x04Äcs\x17¢\x11/´Ÿ#¬u"
  b"\x01—Ï.Pípu±uZ÷Q?h¬"
  b"\x01—Ï.PósÜ•\x04Ó›d«.š"
  b"\x01—Ï.Pùqͧ\x10Û›\x1E¢/>"
  b"\x01—Ï7×ßrE‡"Sಸԫ"
  b"\x01—Ï\x03!Œsœ¬ŽÅ\fa‰òg"
  b"\x01—Ï\x03! q\e$2\x05Z\x16Öº"
  b"\x01—Ï\x04ÄrqA’ðuî\x0FQ_*"
  b"\x01—Ï-=Aq£‰üîÛr¥;Ø"
  b"\x01—Ï-=Hsí™ÄUmì\t( "
  b"\x01—Ï-=Nr\x17©¾’Ùਗ਼Ì"
  b"\x01—Ï-=Ssò™$7º’õ‚v"
  b"\x01—ÎüÇjqB®³úè0™Õ\x07"
  b"\x01—Îÿ]\x1Fr÷¢\x16€ñ[ÚÊ\x07"
  b"\x01—Ï\x04Ährƒ¦!{KJRÝ5"
  b"\x01—Ï\x04Äms§ƒYJ\x14N­­Ù"
  b"\x01—Ï\x04ÄvqKˆM^‹òÔ] "
  b"\x01—ÎüÅòp4§¼Èç—É‹*"
  b"\x01—ÎüÆ\x04qK´ËʱóWºž"
  b"\x01—ÎþeÌr\x07¹dÖÆÓ\x19§"
  b"\x01—Ï/åq½ÁK÷À\x1C"
  b"\x01—Ï/å†sa–{ç‹;™üº"
  b"\x01—Ï/å‹r\x0Fˆà{Ì\x07{޶"
  b"\x01—Ï/årÜ„ÈW"‰ùî\x17"
  b"\x01—Ï/å•r²›#²Ý³}Æî"
  b"\x01—Ï/å™q\x1D Ù+õGj˜"
  b"\x01—Îþs2so¾]¹ó]0Œ‡"
  b"\x01—Ï\x03!ˆs]´¥×vßjÞ"
  b"\x01—Ï\x03!‘s˰8\tOR©ðS"
  b"\x01—Ï\x03!s\x08¤f5\x16%\x00\fc"
  b"\x01—Îüɽqгˆj¾€‹\x17o"
  b"\x01—Ï/ ipñ(¼ýüèûk"
  b"\x01—Ï/ oqi¡e\x13—¹/ãî"
  b"\x01—Ï/ ts¥ \x03\x07F]\x05ͯ"
  b"\x01•f˜Ôöx€g@T}t¸"
  b"\x01—ÎÿaåsJ®Š´\x10k\x08\v-"
  b"\x01—Ï\x01l:rÁ²¦°ø\x1E§Uð"
  b"\x01—Ï2ºÊrÁ¡d@®È7%u"
  b"\x01—Ï2ºÏpË€†]Ö"ÿ°@"
  b"\x01—Ï.RIqv…÷Z?™í›8"
  b"\x01—Ï6Nôp_¥J*$"À)("
  b"\x01—Ï6Núq_‰jDþ\x1AáÀK"
  b"\x01—Ï6NÿsF½úŽõÚ\x0F"
  b"\x01—Ï6O\x03s"‹Æ\x03£jj\x10b"
  b"\x01—ÎÿeÇs,–^<{ ÅÁÐ"
  b"\x01—Ï/"«pŽ©/õûýx&u"
  b"\x01—Ï7\x1Aöp\x08Ž^<>Ç3öˆ"
  b"\x01—Ï7\x1Aûr\x02šüü“BL›="
]
52 2.96 ms
-- magazine-article-listing::aggregation::child-category
SELECT LOWER(HEX(`moorl_magazine_article.swCategories`.`id`)) as `child-category` FROM `moorl_magazine_article` LEFT JOIN `moorl_magazine_article_sales_channel` `moorl_magazine_article.salesChannels.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.salesChannels.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_customer_group` `moorl_magazine_article.customerGroups.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.customerGroups.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_category` `moorl_magazine_article.categories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.categories.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_sw_category` `moorl_magazine_article.swCategories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.swCategories.mapping`.`article_id`  LEFT JOIN `sales_channel` `moorl_magazine_article.salesChannels` ON `moorl_magazine_article.salesChannels.mapping`.`sales_channel_id` = `moorl_magazine_article.salesChannels`.`id`  LEFT JOIN `customer_group` `moorl_magazine_article.customerGroups` ON `moorl_magazine_article.customerGroups.mapping`.`customer_group_id` = `moorl_magazine_article.customerGroups`.`id`  LEFT JOIN `moorl_magazine_category` `moorl_magazine_article.categories` ON `moorl_magazine_article.categories.mapping`.`category_id` = `moorl_magazine_article.categories`.`id`  LEFT JOIN `category` `moorl_magazine_article.swCategories` ON `moorl_magazine_article.swCategories.mapping`.`category_id` = `moorl_magazine_article.swCategories`.`id`  WHERE ((NOT (`moorl_magazine_article`.`id` <=> ?) AND `moorl_magazine_article.categories`.`id` = ? AND EXISTS (SELECT 1 FROM `moorl_magazine_article_sw_category` `moorl_magazine_article.swCategories.mapping` LEFT JOIN `category` `moorl_magazine_article.swCategories` ON `moorl_magazine_article.swCategories.mapping`.`category_id` = `moorl_magazine_article.swCategories`.`id`  WHERE (`moorl_magazine_article`.`id` = `moorl_magazine_article.swCategories.mapping`.`article_id`) AND ((`moorl_magazine_article.swCategories`.`id` IN (?)))) AND (`moorl_magazine_article`.`active` = ? AND ((`moorl_magazine_article`.`show_from` <=> ? OR (`moorl_magazine_article`.`show_from` <= ?)) AND (`moorl_magazine_article`.`show_until` <=> ? OR (`moorl_magazine_article`.`show_until` >= ?))) AND (`moorl_magazine_article.salesChannels`.`id` <=> ? OR `moorl_magazine_article.salesChannels`.`id` = ?) AND (`moorl_magazine_article.customerGroups`.`id` <=> ? OR `moorl_magazine_article.customerGroups`.`id` = ?) AND `moorl_magazine_article`.`invisible` = ?) AND `moorl_magazine_article`.`invisible` = ?)) AND ((`moorl_magazine_article.swCategories`.`path` LIKE ?)) GROUP BY `moorl_magazine_article.swCategories`.`id`
Parameters:
[
  b"rñçM8x"O¡5u,þ-N"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"\x01—ÔHº,{\x19™Bë?"’B\x03"
  true
  null
  "2026-06-03 18:44:09"
  null
  "2026-06-03 18:44:09"
  null
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  null
  b"ϽP\x18ÓŽAØ­Ê\x10ÙOȽÖ"
  false
  false
  "%0191991a105174c48f1b28c088885668%"
]
53 1.02 ms
-- child-category-aggregation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01—ÔHº,{\x19™Bë?"’B\x03"
  b"\x01—êº{Œ~U«Ø]˜Žœît"
]
54 1.42 ms
-- magazine-article-listing::search-ids
SELECT `moorl_magazine_article`.`id` FROM `moorl_magazine_article` LEFT JOIN `moorl_magazine_article_sales_channel` `moorl_magazine_article.salesChannels.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.salesChannels.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_customer_group` `moorl_magazine_article.customerGroups.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.customerGroups.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_category` `moorl_magazine_article.categories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.categories.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_sw_category` `moorl_magazine_article.swCategories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.swCategories.mapping`.`article_id`  LEFT JOIN `sales_channel` `moorl_magazine_article.salesChannels` ON `moorl_magazine_article.salesChannels.mapping`.`sales_channel_id` = `moorl_magazine_article.salesChannels`.`id`  LEFT JOIN `customer_group` `moorl_magazine_article.customerGroups` ON `moorl_magazine_article.customerGroups.mapping`.`customer_group_id` = `moorl_magazine_article.customerGroups`.`id`  LEFT JOIN `moorl_magazine_category` `moorl_magazine_article.categories` ON `moorl_magazine_article.categories.mapping`.`category_id` = `moorl_magazine_article.categories`.`id`  LEFT JOIN `category` `moorl_magazine_article.swCategories` ON `moorl_magazine_article.swCategories.mapping`.`category_id` = `moorl_magazine_article.swCategories`.`id`  WHERE (NOT (`moorl_magazine_article`.`id` <=> ?) AND `moorl_magazine_article.categories`.`id` = ? AND `moorl_magazine_article.swCategories`.`id` IN (?) AND (`moorl_magazine_article`.`active` = ? AND ((`moorl_magazine_article`.`show_from` <=> ? OR (`moorl_magazine_article`.`show_from` <= ?)) AND (`moorl_magazine_article`.`show_until` <=> ? OR (`moorl_magazine_article`.`show_until` >= ?))) AND (`moorl_magazine_article.salesChannels`.`id` <=> ? OR `moorl_magazine_article.salesChannels`.`id` = ?) AND (`moorl_magazine_article.customerGroups`.`id` <=> ? OR `moorl_magazine_article.customerGroups`.`id` = ?) AND `moorl_magazine_article`.`invisible` = ?) AND `moorl_magazine_article`.`invisible` = ?) GROUP BY `moorl_magazine_article`.`id` ORDER BY MAX(`moorl_magazine_article`.`date`) DESC, MIN(`moorl_magazine_article`.`id`) ASC, MIN(`moorl_magazine_article`.`id`) ASC LIMIT 8
Parameters:
[
  b"rñçM8x"O¡5u,þ-N"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"\x01—ÔHº,{\x19™Bë?"’B\x03"
  true
  null
  "2026-06-03 18:44:09"
  null
  "2026-06-03 18:44:09"
  null
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  null
  b"ϽP\x18ÓŽAØ­Ê\x10ÙOȽÖ"
  false
  false
]
55 1.26 ms
SELECT COUNT(*) FROM (-- magazine-article-listing::search-ids
SELECT `moorl_magazine_article`.`id` FROM `moorl_magazine_article` LEFT JOIN `moorl_magazine_article_sales_channel` `moorl_magazine_article.salesChannels.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.salesChannels.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_customer_group` `moorl_magazine_article.customerGroups.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.customerGroups.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_category` `moorl_magazine_article.categories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.categories.mapping`.`article_id`  LEFT JOIN `moorl_magazine_article_sw_category` `moorl_magazine_article.swCategories.mapping` ON `moorl_magazine_article`.`id` = `moorl_magazine_article.swCategories.mapping`.`article_id`  LEFT JOIN `sales_channel` `moorl_magazine_article.salesChannels` ON `moorl_magazine_article.salesChannels.mapping`.`sales_channel_id` = `moorl_magazine_article.salesChannels`.`id`  LEFT JOIN `customer_group` `moorl_magazine_article.customerGroups` ON `moorl_magazine_article.customerGroups.mapping`.`customer_group_id` = `moorl_magazine_article.customerGroups`.`id`  LEFT JOIN `moorl_magazine_category` `moorl_magazine_article.categories` ON `moorl_magazine_article.categories.mapping`.`category_id` = `moorl_magazine_article.categories`.`id`  LEFT JOIN `category` `moorl_magazine_article.swCategories` ON `moorl_magazine_article.swCategories.mapping`.`category_id` = `moorl_magazine_article.swCategories`.`id`  WHERE (NOT (`moorl_magazine_article`.`id` <=> ?) AND `moorl_magazine_article.categories`.`id` = ? AND `moorl_magazine_article.swCategories`.`id` IN (?) AND (`moorl_magazine_article`.`active` = ? AND ((`moorl_magazine_article`.`show_from` <=> ? OR (`moorl_magazine_article`.`show_from` <= ?)) AND (`moorl_magazine_article`.`show_until` <=> ? OR (`moorl_magazine_article`.`show_until` >= ?))) AND (`moorl_magazine_article.salesChannels`.`id` <=> ? OR `moorl_magazine_article.salesChannels`.`id` = ?) AND (`moorl_magazine_article.customerGroups`.`id` <=> ? OR `moorl_magazine_article.customerGroups`.`id` = ?) AND `moorl_magazine_article`.`invisible` = ?) AND `moorl_magazine_article`.`invisible` = ?) GROUP BY `moorl_magazine_article`.`id`) total
Parameters:
[
  b"rñçM8x"O¡5u,þ-N"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"\x01—ÔHº,{\x19™Bë?"’B\x03"
  true
  null
  "2026-06-03 18:44:09"
  null
  "2026-06-03 18:44:09"
  null
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  null
  b"ϽP\x18ÓŽAØ­Ê\x10ÙOȽÖ"
  false
  false
]
56 3.68 ms
-- magazine-article-listing::read
SELECT `moorl_magazine_article`.`id` as `moorl_magazine_article.id`, `moorl_magazine_article`.`origin_id` as `moorl_magazine_article.originId`, `moorl_magazine_article`.`media_id` as `moorl_magazine_article.mediaId`, `moorl_magazine_article`.`moorl_creator_id` as `moorl_magazine_article.creatorId`, `moorl_magazine_article`.`cms_page_id` as `moorl_magazine_article.cmsPageId`, `moorl_magazine_article`.`cms_page_version_id` as `moorl_magazine_article.cmsPageVersionId`, `moorl_magazine_article`.`content_cms_page_id` as `moorl_magazine_article.contentCmsPageId`, `moorl_magazine_article`.`sales_channel_id` as `moorl_magazine_article.salesChannelId`, `moorl_magazine_article`.`user_id` as `moorl_magazine_article.userId`, `moorl_magazine_article`.`auto_increment` as `moorl_magazine_article.autoIncrement`, `moorl_magazine_article`.`custom1` as `moorl_magazine_article.custom1`, `moorl_magazine_article`.`custom2` as `moorl_magazine_article.custom2`, `moorl_magazine_article`.`custom3` as `moorl_magazine_article.custom3`, `moorl_magazine_article`.`custom4` as `moorl_magazine_article.custom4`, `moorl_magazine_article`.`active` as `moorl_magazine_article.active`, `moorl_magazine_article`.`sticky` as `moorl_magazine_article.sticky`, `moorl_magazine_article`.`invisible` as `moorl_magazine_article.invisible`, `moorl_magazine_article`.`enable_comments` as `moorl_magazine_article.enableComments`, `moorl_magazine_article`.`date` as `moorl_magazine_article.date`, `moorl_magazine_article`.`show_from` as `moorl_magazine_article.showFrom`, `moorl_magazine_article`.`show_until` as `moorl_magazine_article.showUntil`, `moorl_magazine_article`.`author` as `moorl_magazine_article.author`, `moorl_magazine_article`.`custom_fields` as `moorl_magazine_article.customFields`, `moorl_magazine_article.media`.`id` as `moorl_magazine_article.media.id`, `moorl_magazine_article.media`.`user_id` as `moorl_magazine_article.media.userId`, `moorl_magazine_article.media`.`media_folder_id` as `moorl_magazine_article.media.mediaFolderId`, `moorl_magazine_article.media`.`mime_type` as `moorl_magazine_article.media.mimeType`, `moorl_magazine_article.media`.`file_extension` as `moorl_magazine_article.media.fileExtension`, `moorl_magazine_article.media`.`uploaded_at` as `moorl_magazine_article.media.uploadedAt`, `moorl_magazine_article.media`.`file_name` as `moorl_magazine_article.media.fileName`, `moorl_magazine_article.media`.`file_size` as `moorl_magazine_article.media.fileSize`, `moorl_magazine_article.media`.`media_type` as `moorl_magazine_article.media.mediaTypeRaw`, `moorl_magazine_article.media`.`meta_data` as `moorl_magazine_article.media.metaData`, `moorl_magazine_article.media`.`config` as `moorl_magazine_article.media.config`, `moorl_magazine_article.media`.`path` as `moorl_magazine_article.media.path`, `moorl_magazine_article.media`.`private` as `moorl_magazine_article.media.private`, `moorl_magazine_article.media`.`thumbnails_ro` as `moorl_magazine_article.media.thumbnailsRo`, `moorl_magazine_article.media`.`file_hash` as `moorl_magazine_article.media.fileHash`, `moorl_magazine_article.media`.`created_at` as `moorl_magazine_article.media.createdAt`, `moorl_magazine_article.media`.`updated_at` as `moorl_magazine_article.media.updatedAt`, `moorl_magazine_article.media.translation.title`, `moorl_magazine_article.media.translation.title` as `moorl_magazine_article.media.title`, `moorl_magazine_article.media.translation.alt`, `moorl_magazine_article.media.translation.alt` as `moorl_magazine_article.media.alt`, `moorl_magazine_article.media.translation.customFields`, `moorl_magazine_article.media.translation.customFields` as `moorl_magazine_article.media.customFields`, `moorl_magazine_article.creator`.`id` as `moorl_magazine_article.creator.id`, `moorl_magazine_article.creator`.`moorl_creator_type_id` as `moorl_magazine_article.creator.creatorTypeId`, `moorl_magazine_article.creator`.`customer_id` as `moorl_magazine_article.creator.customerId`, `moorl_magazine_article.creator`.`cms_page_id` as `moorl_magazine_article.creator.cmsPageId`, `moorl_magazine_article.creator`.`cms_page_version_id` as `moorl_magazine_article.creator.cmsPageVersionId`, `moorl_magazine_article.creator`.`avatar_id` as `moorl_magazine_article.creator.avatarId`, `moorl_magazine_article.creator`.`banner_id` as `moorl_magazine_article.creator.bannerId`, `moorl_magazine_article.creator`.`active` as `moorl_magazine_article.creator.active`, `moorl_magazine_article.creator`.`schema_org_property` as `moorl_magazine_article.creator.schemaOrgProperty`, `moorl_magazine_article.creator`.`schema_org_type` as `moorl_magazine_article.creator.schemaOrgType`, `moorl_magazine_article.creator`.`link` as `moorl_magazine_article.creator.link`, `moorl_magazine_article.creator`.`banner_color` as `moorl_magazine_article.creator.bannerColor`, `moorl_magazine_article.creator`.`custom_fields` as `moorl_magazine_article.creator.customFields`, `moorl_magazine_article.creator.creatorType`.`id` as `moorl_magazine_article.creator.creatorType.id`, `moorl_magazine_article.creator.creatorType`.`cms_page_id` as `moorl_magazine_article.creator.creatorType.cmsPageId`, `moorl_magazine_article.creator.creatorType`.`cms_page_version_id` as `moorl_magazine_article.creator.creatorType.cmsPageVersionId`, `moorl_magazine_article.creator.creatorType`.`active` as `moorl_magazine_article.creator.creatorType.active`, `moorl_magazine_article.creator.creatorType`.`technical_name` as `moorl_magazine_article.creator.creatorType.technicalName`, `moorl_magazine_article.creator.creatorType`.`locked` as `moorl_magazine_article.creator.creatorType.locked`, `moorl_magazine_article.creator.creatorType`.`created_at` as `moorl_magazine_article.creator.creatorType.createdAt`, `moorl_magazine_article.creator.creatorType`.`updated_at` as `moorl_magazine_article.creator.creatorType.updatedAt`, `moorl_magazine_article.creator.creatorType.translation.name`, `moorl_magazine_article.creator.creatorType.translation.name` as `moorl_magazine_article.creator.creatorType.name`, `moorl_magazine_article.creator.creatorType.translation.description`, `moorl_magazine_article.creator.creatorType.translation.description` as `moorl_magazine_article.creator.creatorType.description`, `moorl_magazine_article.creator.creatorType.translation.teaser`, `moorl_magazine_article.creator.creatorType.translation.teaser` as `moorl_magazine_article.creator.creatorType.teaser`, `moorl_magazine_article.creator.creatorType.translation.imprint`, `moorl_magazine_article.creator.creatorType.translation.imprint` as `moorl_magazine_article.creator.creatorType.imprint`, `moorl_magazine_article.creator.avatar`.`id` as `moorl_magazine_article.creator.avatar.id`, `moorl_magazine_article.creator.avatar`.`user_id` as `moorl_magazine_article.creator.avatar.userId`, `moorl_magazine_article.creator.avatar`.`media_folder_id` as `moorl_magazine_article.creator.avatar.mediaFolderId`, `moorl_magazine_article.creator.avatar`.`mime_type` as `moorl_magazine_article.creator.avatar.mimeType`, `moorl_magazine_article.creator.avatar`.`file_extension` as `moorl_magazine_article.creator.avatar.fileExtension`, `moorl_magazine_article.creator.avatar`.`uploaded_at` as `moorl_magazine_article.creator.avatar.uploadedAt`, `moorl_magazine_article.creator.avatar`.`file_name` as `moorl_magazine_article.creator.avatar.fileName`, `moorl_magazine_article.creator.avatar`.`file_size` as `moorl_magazine_article.creator.avatar.fileSize`, `moorl_magazine_article.creator.avatar`.`media_type` as `moorl_magazine_article.creator.avatar.mediaTypeRaw`, `moorl_magazine_article.creator.avatar`.`meta_data` as `moorl_magazine_article.creator.avatar.metaData`, `moorl_magazine_article.creator.avatar`.`config` as `moorl_magazine_article.creator.avatar.config`, `moorl_magazine_article.creator.avatar`.`path` as `moorl_magazine_article.creator.avatar.path`, `moorl_magazine_article.creator.avatar`.`private` as `moorl_magazine_article.creator.avatar.private`, `moorl_magazine_article.creator.avatar`.`thumbnails_ro` as `moorl_magazine_article.creator.avatar.thumbnailsRo`, `moorl_magazine_article.creator.avatar`.`file_hash` as `moorl_magazine_article.creator.avatar.fileHash`, `moorl_magazine_article.creator.avatar`.`created_at` as `moorl_magazine_article.creator.avatar.createdAt`, `moorl_magazine_article.creator.avatar`.`updated_at` as `moorl_magazine_article.creator.avatar.updatedAt`, `moorl_magazine_article.creator.avatar.translation.title`, `moorl_magazine_article.creator.avatar.translation.title` as `moorl_magazine_article.creator.avatar.title`, `moorl_magazine_article.creator.avatar.translation.alt`, `moorl_magazine_article.creator.avatar.translation.alt` as `moorl_magazine_article.creator.avatar.alt`, `moorl_magazine_article.creator.avatar.translation.customFields`, `moorl_magazine_article.creator.avatar.translation.customFields` as `moorl_magazine_article.creator.avatar.customFields`, `moorl_magazine_article.creator.banner`.`id` as `moorl_magazine_article.creator.banner.id`, `moorl_magazine_article.creator.banner`.`user_id` as `moorl_magazine_article.creator.banner.userId`, `moorl_magazine_article.creator.banner`.`media_folder_id` as `moorl_magazine_article.creator.banner.mediaFolderId`, `moorl_magazine_article.creator.banner`.`mime_type` as `moorl_magazine_article.creator.banner.mimeType`, `moorl_magazine_article.creator.banner`.`file_extension` as `moorl_magazine_article.creator.banner.fileExtension`, `moorl_magazine_article.creator.banner`.`uploaded_at` as `moorl_magazine_article.creator.banner.uploadedAt`, `moorl_magazine_article.creator.banner`.`file_name` as `moorl_magazine_article.creator.banner.fileName`, `moorl_magazine_article.creator.banner`.`file_size` as `moorl_magazine_article.creator.banner.fileSize`, `moorl_magazine_article.creator.banner`.`media_type` as `moorl_magazine_article.creator.banner.mediaTypeRaw`, `moorl_magazine_article.creator.banner`.`meta_data` as `moorl_magazine_article.creator.banner.metaData`, `moorl_magazine_article.creator.banner`.`config` as `moorl_magazine_article.creator.banner.config`, `moorl_magazine_article.creator.banner`.`path` as `moorl_magazine_article.creator.banner.path`, `moorl_magazine_article.creator.banner`.`private` as `moorl_magazine_article.creator.banner.private`, `moorl_magazine_article.creator.banner`.`thumbnails_ro` as `moorl_magazine_article.creator.banner.thumbnailsRo`, `moorl_magazine_article.creator.banner`.`file_hash` as `moorl_magazine_article.creator.banner.fileHash`, `moorl_magazine_article.creator.banner`.`created_at` as `moorl_magazine_article.creator.banner.createdAt`, `moorl_magazine_article.creator.banner`.`updated_at` as `moorl_magazine_article.creator.banner.updatedAt`, `moorl_magazine_article.creator.banner.translation.title`, `moorl_magazine_article.creator.banner.translation.title` as `moorl_magazine_article.creator.banner.title`, `moorl_magazine_article.creator.banner.translation.alt`, `moorl_magazine_article.creator.banner.translation.alt` as `moorl_magazine_article.creator.banner.alt`, `moorl_magazine_article.creator.banner.translation.customFields`, `moorl_magazine_article.creator.banner.translation.customFields` as `moorl_magazine_article.creator.banner.customFields`, `moorl_magazine_article.creator`.`created_at` as `moorl_magazine_article.creator.createdAt`, `moorl_magazine_article.creator`.`updated_at` as `moorl_magazine_article.creator.updatedAt`, `moorl_magazine_article.creator.translation.name`, `moorl_magazine_article.creator.translation.name` as `moorl_magazine_article.creator.name`, `moorl_magazine_article.creator.translation.description`, `moorl_magazine_article.creator.translation.description` as `moorl_magazine_article.creator.description`, `moorl_magazine_article.creator.translation.teaser`, `moorl_magazine_article.creator.translation.teaser` as `moorl_magazine_article.creator.teaser`, `moorl_magazine_article.creator.translation.imprint`, `moorl_magazine_article.creator.translation.imprint` as `moorl_magazine_article.creator.imprint`, `moorl_magazine_article.creator.translation.metaTitle`, `moorl_magazine_article.creator.translation.metaTitle` as `moorl_magazine_article.creator.metaTitle`, `moorl_magazine_article.creator.translation.metaDescription`, `moorl_magazine_article.creator.translation.metaDescription` as `moorl_magazine_article.creator.metaDescription`, `moorl_magazine_article.creator.translation.keywords`, `moorl_magazine_article.creator.translation.keywords` as `moorl_magazine_article.creator.keywords`, `moorl_magazine_article.creator.translation.metaKeywords`, `moorl_magazine_article.creator.translation.metaKeywords` as `moorl_magazine_article.creator.metaKeywords`, `moorl_magazine_article.creator.translation.role`, `moorl_magazine_article.creator.translation.role` as `moorl_magazine_article.creator.role`, `moorl_magazine_article.creator.translation.slotConfig`, `moorl_magazine_article.creator.translation.slotConfig` as `moorl_magazine_article.creator.slotConfig`, `moorl_magazine_article`.`created_at` as `moorl_magazine_article.createdAt`, `moorl_magazine_article`.`updated_at` as `moorl_magazine_article.updatedAt`, (SELECT GROUP_CONCAT(HEX(`moorl_magazine_article.tags.mapping`.`tag_id`) SEPARATOR '||')
                  FROM `moorl_magazine_article_tag` `moorl_magazine_article.tags.mapping`
                  WHERE `moorl_magazine_article.tags.mapping`.`article_id` = `moorl_magazine_article`.`id` ) as `moorl_magazine_article.tags.id_mapping`, (SELECT GROUP_CONCAT(HEX(`moorl_magazine_article.categories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `moorl_magazine_article_category` `moorl_magazine_article.categories.mapping`
                  WHERE `moorl_magazine_article.categories.mapping`.`article_id` = `moorl_magazine_article`.`id` ) as `moorl_magazine_article.categories.id_mapping`, (SELECT GROUP_CONCAT(HEX(`moorl_magazine_article.medias.mapping`.`media_id`) SEPARATOR '||')
                  FROM `moorl_magazine_article_media` `moorl_magazine_article.medias.mapping`
                  WHERE `moorl_magazine_article.medias.mapping`.`article_id` = `moorl_magazine_article`.`id` ) as `moorl_magazine_article.medias.id_mapping`, `moorl_magazine_article.translation.title`, `moorl_magazine_article.translation.title` as `moorl_magazine_article.title`, `moorl_magazine_article.translation.name`, `moorl_magazine_article.translation.name` as `moorl_magazine_article.name`, `moorl_magazine_article.translation.teaser`, `moorl_magazine_article.translation.teaser` as `moorl_magazine_article.teaser`, `moorl_magazine_article.translation.content`, `moorl_magazine_article.translation.content` as `moorl_magazine_article.content`, `moorl_magazine_article.translation.metaTitle`, `moorl_magazine_article.translation.metaTitle` as `moorl_magazine_article.metaTitle`, `moorl_magazine_article.translation.metaDescription`, `moorl_magazine_article.translation.metaDescription` as `moorl_magazine_article.metaDescription`, `moorl_magazine_article.translation.seoUrl`, `moorl_magazine_article.translation.seoUrl` as `moorl_magazine_article.seoUrl`, `moorl_magazine_article.translation.slotConfig`, `moorl_magazine_article.translation.slotConfig` as `moorl_magazine_article.slotConfig` FROM `moorl_magazine_article` LEFT JOIN `media` `moorl_magazine_article.media` ON `moorl_magazine_article`.`media_id` = `moorl_magazine_article.media`.`id` LEFT JOIN `moorl_creator` `moorl_magazine_article.creator` ON `moorl_magazine_article`.`moorl_creator_id` = `moorl_magazine_article.creator`.`id` LEFT JOIN (SELECT `moorl_magazine_article.translation`.`moorl_magazine_article_id`, `moorl_magazine_article.translation`.`title` as `moorl_magazine_article.translation.title`, `moorl_magazine_article.translation`.`name` as `moorl_magazine_article.translation.name`, `moorl_magazine_article.translation`.`teaser` as `moorl_magazine_article.translation.teaser`, `moorl_magazine_article.translation`.`content` as `moorl_magazine_article.translation.content`, `moorl_magazine_article.translation`.`meta_title` as `moorl_magazine_article.translation.metaTitle`, `moorl_magazine_article.translation`.`meta_description` as `moorl_magazine_article.translation.metaDescription`, `moorl_magazine_article.translation`.`slot_config` as `moorl_magazine_article.translation.slotConfig`, `moorl_magazine_article.translation`.`seo_url` as `moorl_magazine_article.translation.seoUrl` FROM `moorl_magazine_article_translation` `moorl_magazine_article.translation` WHERE `moorl_magazine_article.translation`.`language_id` = ?) `moorl_magazine_article.moorl_magazine_article_translation` ON `moorl_magazine_article.moorl_magazine_article_translation`.`moorl_magazine_article_id` = `moorl_magazine_article`.`id` LEFT JOIN (SELECT `moorl_magazine_article.media.translation`.`media_id`, `moorl_magazine_article.media.translation`.`alt` as `moorl_magazine_article.media.translation.alt`, `moorl_magazine_article.media.translation`.`title` as `moorl_magazine_article.media.translation.title`, `moorl_magazine_article.media.translation`.`custom_fields` as `moorl_magazine_article.media.translation.customFields` FROM `media_translation` `moorl_magazine_article.media.translation` WHERE `moorl_magazine_article.media.translation`.`language_id` = ?) `moorl_magazine_article.media.media_translation` ON `moorl_magazine_article.media.media_translation`.`media_id` = `moorl_magazine_article.media`.`id` LEFT JOIN `moorl_creator_type` `moorl_magazine_article.creator.creatorType` ON `moorl_magazine_article.creator`.`moorl_creator_type_id` = `moorl_magazine_article.creator.creatorType`.`id` LEFT JOIN `media` `moorl_magazine_article.creator.avatar` ON `moorl_magazine_article.creator`.`avatar_id` = `moorl_magazine_article.creator.avatar`.`id` LEFT JOIN `media` `moorl_magazine_article.creator.banner` ON `moorl_magazine_article.creator`.`banner_id` = `moorl_magazine_article.creator.banner`.`id` LEFT JOIN (SELECT `moorl_magazine_article.creator.translation`.`moorl_creator_id`, `moorl_magazine_article.creator.translation`.`teaser` as `moorl_magazine_article.creator.translation.teaser`, `moorl_magazine_article.creator.translation`.`imprint` as `moorl_magazine_article.creator.translation.imprint`, `moorl_magazine_article.creator.translation`.`keywords` as `moorl_magazine_article.creator.translation.keywords`, `moorl_magazine_article.creator.translation`.`description` as `moorl_magazine_article.creator.translation.description`, `moorl_magazine_article.creator.translation`.`name` as `moorl_magazine_article.creator.translation.name`, `moorl_magazine_article.creator.translation`.`role` as `moorl_magazine_article.creator.translation.role`, `moorl_magazine_article.creator.translation`.`meta_title` as `moorl_magazine_article.creator.translation.metaTitle`, `moorl_magazine_article.creator.translation`.`meta_description` as `moorl_magazine_article.creator.translation.metaDescription`, `moorl_magazine_article.creator.translation`.`meta_keywords` as `moorl_magazine_article.creator.translation.metaKeywords`, `moorl_magazine_article.creator.translation`.`slot_config` as `moorl_magazine_article.creator.translation.slotConfig` FROM `moorl_creator_translation` `moorl_magazine_article.creator.translation` WHERE `moorl_magazine_article.creator.translation`.`language_id` = ?) `moorl_magazine_article.creator.moorl_creator_translation` ON `moorl_magazine_article.creator.moorl_creator_translation`.`moorl_creator_id` = `moorl_magazine_article.creator`.`id` LEFT JOIN (SELECT `moorl_magazine_article.creator.creatorType.translation`.`moorl_creator_type_id`, `moorl_magazine_article.creator.creatorType.translation`.`teaser` as `moorl_magazine_article.creator.creatorType.translation.teaser`, `moorl_magazine_article.creator.creatorType.translation`.`imprint` as `moorl_magazine_article.creator.creatorType.translation.imprint`, `moorl_magazine_article.creator.creatorType.translation`.`description` as `moorl_magazine_article.creator.creatorType.translation.description`, `moorl_magazine_article.creator.creatorType.translation`.`name` as `moorl_magazine_article.creator.creatorType.translation.name` FROM `moorl_creator_type_translation` `moorl_magazine_article.creator.creatorType.translation` WHERE `moorl_magazine_article.creator.creatorType.translation`.`language_id` = ?) `moorl_magazine_article.creator.creatorType.moorl_creator_type_translation` ON `moorl_magazine_article.creator.creatorType.moorl_creator_type_translation`.`moorl_creator_type_id` = `moorl_magazine_article.creator.creatorType`.`id` LEFT JOIN (SELECT `moorl_magazine_article.creator.avatar.translation`.`media_id`, `moorl_magazine_article.creator.avatar.translation`.`alt` as `moorl_magazine_article.creator.avatar.translation.alt`, `moorl_magazine_article.creator.avatar.translation`.`title` as `moorl_magazine_article.creator.avatar.translation.title`, `moorl_magazine_article.creator.avatar.translation`.`custom_fields` as `moorl_magazine_article.creator.avatar.translation.customFields` FROM `media_translation` `moorl_magazine_article.creator.avatar.translation` WHERE `moorl_magazine_article.creator.avatar.translation`.`language_id` = ?) `moorl_magazine_article.creator.avatar.media_translation` ON `moorl_magazine_article.creator.avatar.media_translation`.`media_id` = `moorl_magazine_article.creator.avatar`.`id` LEFT JOIN (SELECT `moorl_magazine_article.creator.banner.translation`.`media_id`, `moorl_magazine_article.creator.banner.translation`.`alt` as `moorl_magazine_article.creator.banner.translation.alt`, `moorl_magazine_article.creator.banner.translation`.`title` as `moorl_magazine_article.creator.banner.translation.title`, `moorl_magazine_article.creator.banner.translation`.`custom_fields` as `moorl_magazine_article.creator.banner.translation.customFields` FROM `media_translation` `moorl_magazine_article.creator.banner.translation` WHERE `moorl_magazine_article.creator.banner.translation`.`language_id` = ?) `moorl_magazine_article.creator.banner.media_translation` ON `moorl_magazine_article.creator.banner.media_translation`.`media_id` = `moorl_magazine_article.creator.banner`.`id` WHERE `moorl_magazine_article`.`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"\x17\t2\x0E®ÈEÅ%pbW¤ÿ"
  b"W‹8L/nC\x1CÓìnŠDA\r;"
  b"It\x1F.§z4\x10\x11ý5\x167\x0E­\x03"
  b"Hät\x00ð;\x7F[ÆaÎå·¡n"
  b"-š*Ë\x0EBÐNëÔ®£Š\x11\x17¤"
  b" Ž\x01\v¥WþQp0½ðc\x1D\v£"
  b"Ú7D†OÝyž\x13–<‚\x05ŽÕû"
  b"z}­{­®~à^ÛÙ×}àˆ"
]
57 1.18 ms
-- magazine-article-listing::association::tags::read
SELECT `tag`.`id` as `tag.id`, `tag`.`name` as `tag.name`, `tag`.`created_at` as `tag.createdAt`, `tag`.`updated_at` as `tag.updatedAt` FROM `tag` WHERE `tag`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01—Ï.Pípu±uZ÷Q?h¬"
  b"\x01—Ï.PósÜ•\x04Ó›d«.š"
  b"\x01—Ï.Pùqͧ\x10Û›\x1E¢/>"
  b"\x01—Îÿaúq%´+h’\x05ïVŒ"
  b"\x01—Ï\x03!Œsœ¬ŽÅ\fa‰òg"
  b"\x01—Ï\x03!™pͪ\x11u\x04¦Ìg@"
  b"\x01—Ï\x03! q\e$2\x05Z\x16Öº"
  b"\x01—Ï\x04ÄrqA’ðuî\x0FQ_*"
  b"\x01—Ï-=Aq£‰üîÛr¥;Ø"
  b"\x01—Ï-=Hsí™ÄUmì\t( "
  b"\x01—Ï-=Nr\x17©¾’Ùਗ਼Ì"
  b"\x01—Ï-=Ssò™$7º’õ‚v"
  b"\x01—ÎüÇjqB®³úè0™Õ\x07"
  b"\x01—Îÿ]\x1Fr÷¢\x16€ñ[ÚÊ\x07"
  b"\x01—Ï\x03!Œsœ¬ŽÅ\fa‰òg"
  b"\x01—Ï\x03!™pͪ\x11u\x04¦Ìg@"
  b"\x01—Ï\x04Ä]qØ—À¬c\x1DSc3"
  b"\x01—Ï\x04Äcs\x17¢\x11/´Ÿ#¬u"
  b"\x01—Ï\x04Ährƒ¦!{KJRÝ5"
  b"\x01—Ï\x04Äms§ƒYJ\x14N­­Ù"
  b"\x01—Ï\x04ÄrqA’ðuî\x0FQ_*"
  b"\x01—Ï\x04ÄvqKˆM^‹òÔ] "
  b"\x01—ÎüÅòp4§¼Èç—É‹*"
  b"\x01—ÎüÆ\x04qK´ËʱóWºž"
  b"\x01—ÎþeÌr\x07¹dÖÆÓ\x19§"
  b"\x01—Ï\x03! q\e$2\x05Z\x16Öº"
  b"\x01—Ï/åq½ÁK÷À\x1C"
  b"\x01—Ï/å†sa–{ç‹;™üº"
  b"\x01—Ï/å‹r\x0Fˆà{Ì\x07{޶"
  b"\x01—Ï/årÜ„ÈW"‰ùî\x17"
  b"\x01—Ï/å•r²›#²Ý³}Æî"
  b"\x01—Ï/å™q\x1D Ù+õGj˜"
  b"\x01—ÎüÇjqB®³úè0™Õ\x07"
  b"\x01—Îþs2so¾]¹ó]0Œ‡"
  b"\x01—Îÿaúq%´+h’\x05ïVŒ"
  b"\x01—Ï\x03!ˆs]´¥×vßjÞ"
  b"\x01—Ï\x03!Œsœ¬ŽÅ\fa‰òg"
  b"\x01—Ï\x03!‘s˰8\tOR©ðS"
  b"\x01—Ï\x03!•s{»I›\x04pkˆ"
  b"\x01—Ï\x03!™pͪ\x11u\x04¦Ìg@"
  b"\x01—Ï\x03!s\x08¤f5\x16%\x00\fc"
  b"\x01—Ï\x03! q\e$2\x05Z\x16Öº"
  b"\x01—ÎüÆ\x04qK´ËʱóWºž"
  b"\x01—Îüɽqгˆj¾€‹\x17o"
  b"\x01—Îÿaúq%´+h’\x05ïVŒ"
  b"\x01—Ï\x04Ährƒ¦!{KJRÝ5"
  b"\x01—Ï/ ipñ(¼ýüèûk"
  b"\x01—Ï/ oqi¡e\x13—¹/ãî"
  b"\x01—Ï/ ts¥ \x03\x07F]\x05ͯ"
  b"\x01—Îÿaúq%´+h’\x05ïVŒ"
  b"\x01—Ï\x03!™pͪ\x11u\x04¦Ìg@"
  b"\x01—Ï\x04ÄrqA’ðuî\x0FQ_*"
]
58 0.90 ms
-- magazine-article-listing::association::categories::read
SELECT `moorl_magazine_category`.`id` as `moorl_magazine_category.id`, `moorl_magazine_category`.`sales_channel_id` as `moorl_magazine_category.salesChannelId`, `moorl_magazine_category`.`origin_id` as `moorl_magazine_category.originId`, `moorl_magazine_category`.`created_at` as `moorl_magazine_category.createdAt`, `moorl_magazine_category`.`updated_at` as `moorl_magazine_category.updatedAt`, `moorl_magazine_category.translation.title`, `moorl_magazine_category.translation.title` as `moorl_magazine_category.title`, `moorl_magazine_category.translation.name`, `moorl_magazine_category.translation.name` as `moorl_magazine_category.name`, `moorl_magazine_category.translation.teaser`, `moorl_magazine_category.translation.teaser` as `moorl_magazine_category.teaser` FROM `moorl_magazine_category` LEFT JOIN (SELECT `moorl_magazine_category.translation`.`moorl_magazine_category_id`, `moorl_magazine_category.translation`.`title` as `moorl_magazine_category.translation.title`, `moorl_magazine_category.translation`.`name` as `moorl_magazine_category.translation.name`, `moorl_magazine_category.translation`.`teaser` as `moorl_magazine_category.translation.teaser` FROM `moorl_magazine_category_translation` `moorl_magazine_category.translation` WHERE `moorl_magazine_category.translation`.`language_id` = ?) `moorl_magazine_category.moorl_magazine_category_translation` ON `moorl_magazine_category.moorl_magazine_category_translation`.`moorl_magazine_category_id` = `moorl_magazine_category`.`id` WHERE `moorl_magazine_category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"DÛd\x16¾TM\x04`\x04Å\x07܏,ž"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"\rš<}HRT¼³Y†îàIñ{"
  b"\rš<}HRT¼³Y†îàIñ{"
]
59 0.90 ms
SELECT `moorl_sorting`.`id` FROM `moorl_sorting` WHERE (`moorl_sorting`.`active` = ? AND `moorl_sorting`.`entity` = ?) ORDER BY `moorl_sorting`.`priority` DESC
Parameters:
[
  true
  "moorl_magazine_article"
]
60 0.94 ms
SELECT `moorl_sorting`.`id` as `moorl_sorting.id`, `moorl_sorting`.`locked` as `moorl_sorting.locked`, `moorl_sorting`.`url_key` as `moorl_sorting.key`, `moorl_sorting`.`entity` as `moorl_sorting.entity`, `moorl_sorting`.`priority` as `moorl_sorting.priority`, `moorl_sorting`.`active` as `moorl_sorting.active`, `moorl_sorting`.`fields` as `moorl_sorting.fields`, `moorl_sorting`.`created_at` as `moorl_sorting.createdAt`, `moorl_sorting`.`updated_at` as `moorl_sorting.updatedAt`, `moorl_sorting.translation.label`, `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation`.`moorl_sorting_id`, `moorl_sorting.translation`.`label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation`.`language_id` = ?) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation`.`moorl_sorting_id` = `moorl_sorting`.`id` WHERE `moorl_sorting`.`id` IN (?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"{ÊÚ z-éHaz‡ú¡]š"
  b"øY“ð…3Hàæ\x00‹^\x00\x08"
]
61 1.37 ms
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id`  WHERE (`country.salesChannels`.`id` = ?) GROUP BY `country`.`id`
Parameters:
[
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
]
62 5.98 ms
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`, (SELECT GROUP_CONCAT(HEX(`country.salesChannels.mapping`.`sales_channel_id`) SEPARATOR '||')
                  FROM `sales_channel_country` `country.salesChannels.mapping`
                  WHERE `country.salesChannels.mapping`.`country_id` = `country`.`id` ) as `country.salesChannels.id_mapping`, `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¥Ð¶œsu€\x1DPx\rF\x1C´"
  b"\x01¥Ð¶äqסÔ\x18­‚\x1E\x17"
  b"\x01¥Ð¶èsÞ¨Õ\x06\x06ÂÚ,Ç"
  b"\x01¥Ð¹CpѮç¥\x10\x1F¸»"
  b"\x01¥Ð¹Fp§·bS±víeÌ"
  b"\x01¥Ð¹IqµŒUû¯ÄrŽ"
  b"\x01¥Ð¹Mq¡ŸØŒœ\x13ºŸí"
  b"\x01¥Ð¹Qq\x1C¡±ÏŸpeõ™"
  b"\x01¥Ð¹Ur\x00—ߎ´\A=ú"
  b"\x01¥Ð¹Yqv“ \f/3•]]"
  b"\x01¥Ð¹\r\x05”k\{œ4Æ\x1F"
  b"\x01¥Ð¹_s²½yñÿ\x15ÅLÏ"
  b"\x01¥Ð¹csIœ\x0E\x0F}`qûA"
  b"\x01¥Ð¹gpͰ\x1AQ7›Ûr¤"
  b"\x01¥Ð¹jpÚª—º\x14.#Èi"
  b"\x01¥Ð¹ms\x03¿5=Ó\x03å¹'"
  b"\x01¥Ð¹pr0Ÿ/†ÁºÿâÆ"
  b"\x01¥Ð¹spohJ±\x05\x18"
  b"\x01¥Ðº\x1Cqò­b\x1C,h—{"
  b"\x01¥Ðº#pÁ‚rº\x07IÐ\n"
  b"""
    \x01¥Ðº*r\x06†g3ÝŽ‘\n
    ç
    """
  b"\x01¥Ðº.sv®ª\x13làÛÉ6"
  b"\x01¥Ðº2s&³\x15”‰~–~ø"
  b"\x01¥Ðº7sð¬,:M³¾6Ö"
  b"\x01¥Ðº;s;°¨c\x1Aç° €"
  b"\x01¥Ðº?rJžD:žr±ßî"
  b"\x01¥ÐºBpò·B\eÓ\x03Ö˜B"
  b"\x01¥ÐºFqp˜4\x1Ab\x15ùX "
  b"\x01¥ÐºKp\x16®ß´Ö\x05÷)ò"
  b"\x01¥ÐºNp:±^‹M¯z,Ü"
  b"\x01¥ÐºSpIŽÿ\x00OODˆ\x1D"
  b"\x01¥ÐºYp¦KÆ\x00ÊmJ"
  b"\x01¥Ðº_pI¶áÁB·«Ãù"
  b"\x01¥Ñ\x07xpv°’½ºëvÌõ"
  b"\x01¥Ñ\x07‹sÍ¡ž\vsv\x12\x13â"
  b"\x01¥Ñ\x07 p/ºJÐΔq¢"
  b"\x01¥Ñ\x07´sÍ¢£;\x03+™|š"
  b"\x01¥Ñ\x07Épȹáé}ƒP¢E"
  b"\x01¥Ñ\x07àrÏ‹J¾-YÊó®"
  b"\x01¥Ñ\x07óp+®KÅ\rœä™˜"
  b"\x01¥Ñ\x08\x06p.¨”\x15: &ö"
  b"\x01¥Ñ\x08\x1Aq\t»g\x07\x0EP’P\x1D"
  b"\x01¥Ñ\x08.r¾–LÏ"V¶A\f"
  b"\x01¥Ñ\x08Ap\x7F²ñ9E,\x19W\v"
  b"\x01¥Ñ\x08Wsô¨Mõ™\ëò"
  b"\x01¥Ñ\x08ksݘ¿æTgr ª"
  b"\x01¥Ñ\x08\x7Frþ‹˜0Šõ\x1E"
  b"\x01¥Ñ\x08•så«"âØÇ7&V"
  b"\x01¥Ñ\x08«qè†÷±\x00ÔÏ»+"
  b"\x01¥Ñ\x08Àpw‹ƒ¨ŸŸT_b"
  b"\x01¥Ñ\x08Ôs˪5»Y°´Ñ\x11"
  b"\x01¥Ñ\x08ìpܼÖ\x7FAÂÊîü"
  b"\x01¥Ñ\t\x02qt„[ÛLY¢J¶"
  b"\x01¥Ñ\t\x18rèË¦«œó¯Q"
  b"\x01¥Ñ\tOs\x0F™N\x7Fª‘\tJ"
  b"\x01¥Ñ\t|rü“MQè©\x00í"
  b"\x01¥Ñ\t¤rVœ\x12̐®,¦\x10"
  b"\x01¥Ñ\tÙpJŽ\x07uúÓ㬭"
  b"\x01¥Ñ\tðp€¥²×E”Åqú"
  b"""
    \x01¥Ñ\n
    \x03pÒ°(ŒÖ\x08|ñÂ
    """
  b"""
    \x01¥Ñ\n
    \x17s]“Ï‹Žãvû®
    """
  b"""
    \x01¥Ñ\n
    -s>¥ôé-š\x1Eö€
    """
  b"""
    \x01¥Ñ\n
    Bs¿™\x07ZÃh»r¯
    """
  b"""
    \x01¥Ñ\n
    XsLšê¯œ7ZH¶
    """
  b"""
    \x01¥Ñ\n
    lsÙ' À„À”<
    """
  b"""
    \x01¥Ñ\n
    pß‘`â\x12\x1C.™3
    """
  b"""
    \x01¥Ñ\n
    ™r£¥@:’.¡\x07\x13
    """
  b"""
    \x01¥Ñ\n
    ¬sO‘ô\eG*ùèT
    """
  b"""
    \x01¥Ñ\n
    ÀrIŒ‘pæhq‡a
    """
  b"""
    \x01¥Ñ\n
    Óq›—úñ‚ËIÄì
    """
  b"\x01¥Ñ\nêq[‡7\x00èÜDí\x1C"
  b"""
    \x01¥Ñ\n
    ÿsQ™‘\x1A\x18‘ÛV„
    """
  b"\x01¥Ñ\v\x13sг§!¿ü"
  b"\x01¥Ñ\v&qç¡Ã\x1Cå?ë\x05@"
  b"\x01¥Ñ\v9rä‹¥Ñ\r|'cH"
  b"\x01¥Ñ\vLs¯©Y\x0F\x0F™Sß "
  b"\x01¥Ñ\vgr<…Gj\x06:ªÑ"
  b"\x01¥Ñ\v{qõˆÅ;Lކü¸"
  b"\x01¥Ñ\vq[±×\tépä“Ç"
  b"\x01¥Ñ\v¥sɻ˕\x11ªY\x7Fì"
  b"\x01¥Ñ\vºq\x03\x15}q—b‘Õ"
  b"\x01¥Ñ\vÎpú„\tµx» ™ü"
  b"\x01¥Ñ\vãqF—\x1DÙ‹t\x02ò["
  b"\x01¥Ñ\vús\x1D†R²±›Øeå"
  b"\x01¥Ñ\f\rq‚ŽDƒS­ì"
  b"\x01¥Ñ\f$p5¢ñÞí`”áF"
  b"\x01¥Ñ\f7p€¯\x1D«èpُº"
  b"""
    \x01¥Ñ\fMsv\n
    \r$¡ÏcE
    """
  b"\x01¥Ñ\fapn‚¨•‡®\x19h"
  b"\x01¥Ñ\fwp¦¤6*€º;²\x11"
  b"\x01¥Ñ\f‹q…ŸXsò;à‰!"
  b"\x01¥Ñ\fŸq5»\x08u6­ÀâÙ"
  b"\x01¥Ñ\f³r–§YÛ\x00\x1C˜Ä@"
  b"\x01¥Ñ\fÇpW·À\x0FèBÆàm"
  b"\x01¥Ñ\fÛr†´\x06$so0­L"
  b"\x01¥Ñ\fðr\ršNj$l3‘\x1A"
  b"\x01¥Ñ\r\rróœc2‚\f|›`"
  b"\x01¥Ñ\r0pû *÷R¢Å«M"
  b"\x01¥Ñ\r[q\x0F‰gm˜@¯­*"
  b"\x01¥Ñ\r\x7Fq&˜P\x1Ax‚qj"
  b"\x01¥Ñ\r‘põٺ˜:\x0F'"
  b"\x01¥Ñ\r¦pv‰¹5áXú\x1A\n"
  b"\x01¥Ñ\r½r\v—GŽV–…Àñ"
  b"\x01¥Ñ\rÑrÞ²áßc(A\x03Ó"
  b"\x01¥Ñ\rãpR²wì¥ãpWh"
  b"\x01¥Ñ\r÷s–´å\x7FéuÆ›x"
  b"\x01¥Ñ\x0E\vqè˜Nu\x0F\x16‰l"
  b"\x01¥Ñ\x0E q;±ÌÊP\tnå…"
  b"\x01¥Ñ\x0E5r]‚Ù(`£­$H"
  b"\x01¥Ñ\x0EUr\e\x02“Q˜\x12"
  b"\x01¥Ñ\x0EjqEŽtÀ<ˆÿ ª"
  b"\x01¥Ñ\x0E~qjš—;ê­Ž@y"
  b"\x01¥Ñ\x0E“rê‚\x0EŸ\x154ë:T"
  b"\x01¥Ñ\x0E¦qúšóh‰ãÅ1\"
  b"\x01¥Ñ\x0E¸sc°!·cà-qL"
  b"\x01¥Ñ\x0EÌq[»¹IŒL:@™"
  b"\x01¥Ñ\x0Eßq0ž\x7F\x1En\x05VæØ"
  b"\x01¥Ñ\x0Eór²J³èM%ñ7"
  b"\x01¥Ñ\x0F\x06qo>_q䲯ü"
  b"\x01¥Ñ\x0F\x19sS‰—‚\x007\x7F\x1C9"
  b"\x01¥Ñ\x0F,rê®;Ãî~]å\v"
  b"\x01¥Ñ\x0FAq\x00 Õ\x16rêŸ\x15\v"
  b"\x01¥Ñ\x0FUr ²\f„oðd2f"
  b"\x01¥Ñ\x0Fip§†üî»kŠëx"
  b"\x01¥Ñ\x0Fzs_‡¾ü¦\x16ðZ×"
  b"\x01¥Ñ\x0FŽrP«ªE¼nŽr\x19"
  b"\x01¥Ñ\x0F¢pÿ€šd‰øb²ý"
  b"\x01¥Ñ\x0F¸q?“ŽNC\x03­Çè"
  b"\x01¥Ñ\x0FËq1€Ø&É+rµ\x04"
  b"\x01¥Ñ\x0FÞrK nÙÅ…¢zZ"
  b"\x01¥Ñ\x0Fñp\x04+üÁ<æ;Ž"
  b"\x01¥Ñ\x10\x05pHŠx ˆ \ÎË"
  b"\x01¥Ñ\x10\x18q?¸µa•iR "
  b"\x01¥Ñ\x10*p\x03‡øß\x0E\x05_±Ý"
  b"\x01¥Ñ\x10FqŽ¿£ê/éu\x1FÌ"
  b"\x01¥Ñ\x10Sp“Ÿî\x08jÔþhE"
  b"\x01¥Ñ\x10ksü»‹å~{d ¿"
  b"\x01¥Ñ\x10…r\x1A¿as‘zÖ\x160"
  b"\x01¥Ñ\x10¶sí­ŽÔ\x02òî–Ä"
  b"\x01¥Ñ\x10¿pVš²#¥#­Px"
  b"\x01¥Ñ\x10Åsr¾:\tJ‰\x1D4"
  b"\x01¥Ñ\x10ÌrûŸ\x02ÜãƒÈ;\x12"
  b"\x01¥Ñ\x10àrQŽQÿ¹Ð°’E"
  b"\x01¥Ñ\x10÷r¤Žo\x14Éí¶ì¾"
  b"\x01¥Ñ\x11"qp¤¯HŒRu¯ƒ"
  b"\x01¥Ñ\x11Qsà€”'$r’5\x11"
  b"\x01¥Ñ\x11}p$”¨–Þ‹\x1D\x05j"
  b"\x01¥Ñ\x11±p!­\x02¬"p¦›."
  b"\x01¥Ñ\x11ýr!¶Kóÿ\x0Eƒu\x03"
  b"\x01¥Ñ\x12\x03s?ŠÉï</\x00H-"
  b"\x01¥Ñ\x12\x08pݹI\Ú!kQþ"
  b"\x01¥Ñ\x12\x12q>³›,/`ýÆZ"
  b"\x01¥Ñ\x12%s݆ØÙMŠ£\f"
  b"""
    \x01¥Ñ\x12<q\n
    \x19«¾u¯Öc
    """
  b"\x01¥Ñ\x12OrÀ¨Kêy^wèf"
  b"\x01¥Ñ\x12€q-¬çjá[†šö"
  b"\x01¥Ñ\x12†p…‚4[p¸Ìü¨"
  b"\x01¥Ñ\x12‹q\x07¡¤ï,uÌ÷s"
  b"\x01¥Ñ\x12’r!´)Á\x1C«—3\x0F"
  b"\x01¥Ñ\x12©r>½®‚¹GÃ9\x1C"
  b"\x01¥Ñ\x12»pžúú•û\x00ùù"
  b"\x01¥Ñ\x12Ñr¦§­×yòC\x02""
  b"\x01¥Ñ\x12òp˜¦•R\x15\x16Ù"
  b"\x01¥Ñ\x13\x03pø«¼ºsoÕh\x02"
  b"\x01¥Ñ\x13\x16s\x1A°æ^}Vföz"
  b"\x01¥Ñ\x13*s8°ãH…ʤF¿"
  b"\x01¥Ñ\x13=p¶©gk¿-ƒJÄ"
  b"\x01¥Ñ\x13Pq4›ðL¨\x19fŽÁ"
  b"\x01¥Ñ\x13asRˆ(üEV¡\x10Z"
  b"\x01¥Ñ\x13sqû²Qjÿ\x0EP\x045"
  b"\x01¥Ñ\x13‡q?½¡\x03œIM\x07¼"
  b"\x01¥Ñ\x13šrWŒŒÇò`\x1C­"
  b"\x01¥Ñ\x13´rõ½\x00f\x02É\x13"
  b"\x01¥Ñ\x13½r%¢\x13\x1A…-èÁ2"
  b"\x01¥Ñ\x13Òq\t•“\x15Þ´»üÞ"
  b"\x01¥Ñ\x13æp\x01 Eúª’^\x00&"
  b"\x01¥Ñ\x14\fsQ›Kïù$¸\f"
  b"\x01¥Ñ\x14\x12rK·f¹\eaâÀ_"
  b"\x01¥Ñ\x14\x1Fs£µçÙÒØ»Ž«"
  b"\x01¥Ñ\x140s˜»)g}Ü\x17Ú‰"
  b"\x01¥Ñ\x14Dqú¦\ÏŒp\x13\x14¼"
  b"\x01¥Ñ\x14\råŽlxá~´¶O"
  b"\x01¥Ñ\x14oqÍœîfÌXB\x01c"
  b"\x01¥Ñ\x14„rò¡ÐspŽtþN"
  b"\x01¥Ñ\x14œráôƒ—Z\x04ØY"
  b"\x01¥Ñ\x14¯s”fÊ•hÒ2§"
  b"\x01¥Ñ\x14Ås¶’Á•!\x17¢¬ä"
  b"\x01¥Ñ\x14çpÕ‹òÇ“•¥×ç"
  b"\x01¥Ñ\x15\x0EpK¹ÇŒý\x0E$Ü€"
  b"\x01¥Ñ\x15<qޏÙa|\x01”€c"
  b"\x01¥Ñ\x15bs.˜¨K\x08¾R\x01\x04"
  b"\x01¥Ñ\x15Œrɾö±^d›ç›"
  b"\x01¥Ñ\x15²pM–èxL"þU\x0F"
  b"\x01¥Ñ\x15Çqó¦ã\x0EFT‰úÏ"
  b"\x01¥Ñ\x15Ùp¶¢AáÙ~ÂáJ"
  b"\x01¥Ñ\x15ìq³‹Mý}—kÑž"
  b"\x01¥Ñ\x15ÿro‰Úæ‚Mwþ\x06"
  b"\x01¥Ñ\x16\x12qQ‰\x07[\rEI‹"
  b"\x01¥Ñ\x16'rd­t†ã£½ªm"
  b"\x01¥Ñ\x168p\x19–¥>øô»ZÝ"
  b"\x01¥Ñ\x16Mq…š\x07áH²UVj"
  b"\x01¥Ñ\x16`q-‡\x04‘kp\x10H"
  b"\x01¥Ñ\x16sr\x02››¿L¨ý¢"
  b"\x01¥Ñ\x16…quŒ\x7F÷áÅÄØÖ"
  b"\x01¥Ñ\x16™r!´Ü\r‹Ä\x17j<"
  b"\x01¥Ñ\x16­p ’ÑN:‰‰ù"
  b"\x01¥Ñ\x16ÂrP“–.•\x18\x1CþR"
  b"\x01¥Ñ\x16Ös\x01»°ïw_B¬*"
  b"\x01¥Ñ\x16ést°Ù\x13ëÁm\x1Dz"
  b"\x01¥Ñ\x16úr&Šž¸%®Ï¯{"
  b"\x01¥Ñ\x17\x11sA¶v\x05;n´ª\r"
  b"\x01¥Ñ\x17"s¬¬%oâ]7æ\x10"
  b"\x01¥Ñ\x176r§ŒVöÒg^Ò;"
  b"\x01¥Ñ\x17Jrá½}c—x/\x1D¡"
  b"\x01¥Ñ\x17^p¡»kÙ[?Š,W"
  b"\x01¥Ñ\x17qs\x04£\x14œ1; ¢Ž"
  b"\x01¥Ñ\x17…pŸŽÝ¡V¶\eÐÍ"
  b"\x01¥Ñ\x17¦pè•§|Éèïΰ"
  b"""
    \x01¥Ñ\x17¾r·–ºÀ\n
    Œq\x055
    """
  b"\x01¥Ñ\x17ÖsA…ôàãùËo\x00"
  b"\x01¥Ñ\x17åqí£ß+yÌ,\fÍ"
  b"\x01¥Ñ\x18 s®¥¤MU\x18"
  b"\x01¥Ñ\x182q+“+Ü“éÑ\x1DE"
  b"\x01¥Ñ\x18Hr®ºãi\x17;Z÷±"
  b"\x01¥Ñ\x18\qþ˜I¹e[úÚ\x04"
  b"\x01¥Ñ\x18rp¤Ý\x7FݔɄÃ"
  b"\x01¥Ñ\x18†pÓ-ǬÉð·_"
  b"\x01¥Ñ\x18™pp³\x04ÆiÈPÜ\x19"
  b"\x01¥Ñ\x18®pS°ûL-Ï>£l"
  b"\x01¥Ñ\x18Ñs-Ž\x18¼÷BZ™"
  b"\x01¥Ñ\x18âqÛ‰G}\v‡4Ñf"
  b"\x01¥Ñ\x18ùsr¤\vcíûŒGC"
  b"""
    \x01¥Ñ\x19\n
    q„¨¸¤rêÀ)ª
    """
  b"\x01¥Ñ\x19!q\x7Fªöë/“(H"
  b"\x01¥Ñ\x195q”¯98Í-ÖÚ:"
  b"\x01¥Ñ\x19Nq#¡÷+¾Ù9Fá"
  b"\x01¥Ñ\x19bpr€§>\x15g7üq"
  b"\x01¥Ñ\x19xq˜‰—úP\x1A£v€"
  b"\x01¥Ñ\x19Žs(¸ùýx-\x01J"
  b"\x01¥Ñ\x19 qO¢‰e(Ê\XŠ"
  b"\x01¥Ñ\x19²rè¸Ú|Ã’¦ñ¿"
  b"\x01¥Ñ\x19ÇriL\x7FѰÂ.A"
  b"\x01¥Ñ\x19Ør†±Gñì÷]”“"
  b"\x01¥Ñ\x19îs`€ŠäeÈ6ºƒ"
  b"\x01¥Ñ\x1A\x04p—«šÐº\x17\x1489"
  b"\x01¥Ñ\x1A\x17s\x1F²ØÙÉcá6˜"
  b"\x01¥Ñ\x1A)r·“‰ËjDú‹±"
  b"\x01¥Ñ\x1A<q\x00¶`L»…ô­—"
  b"\x01¥Ñ\x1ASpÕŠ-ןQBÊÙ"
  b"\x01¥Ñ\x1AfpH´¸\x05\x16àŠ\x11×"
]
63 1.84 ms
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.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 (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` WHERE `sales_channel`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"˜C-ï9üF$³2\x13¥kŒ”M"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01‘J13£x"‰m\fp²ý;g"
  b"˜C-ï9üF$³2\x13¥kŒ”M"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01‘J13£x"‰m\fp²ý;g"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
]
64 1.05 ms
SELECT LOWER(HEX(product_id)) as product_id
FROM moorl_magazine_article_product
WHERE article_id = :articleId
Parameters:
[
  ":articleId" => b"rñçM8x"O¡5u,þ-N"
]
65 0.85 ms
-- 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—œHí<wEªXfÔ5¸·Þ"
]
66 0.66 ms
SELECT `domain`.`language_id` AS languageId,
                          `domain`.`id` AS id,
                          `domain`.`url` AS url,
                          `domain`.`hreflang_use_only_locale` AS onlyLocale,
                          `locale`.`code` AS locale
            FROM `sales_channel_domain` AS `domain`
            INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
            INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
            WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
]
67 0.96 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?, ?)
Parameters:
[
  "/moorl-magazine/article/72f1e74d389078224fa135752cfe2d4e"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01¥Ò\x15Xp\x1C±z\x1F‰™\x1D\x17â"
]
68 0.43 ms
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:
[]
69 0.35 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"\x01‘™\x1A\x10Qtď\e(ÀˆˆVh"
]
70 0.28 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
71 0.35 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
72 1.24 ms
-- breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‘îˆ4ª~\v¬ëþÓp]/B"
  b"\x01—ÔHº,{\x19™Bë?"’B\x03"
]
73 6.47 ms
-- 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:
[
  "/moorl-magazine/article/72f1e74d389078224fa135752cfe2d4e"
  "/navigation/0191991d5eb67fd4b567fba328e920b9"
  "/navigation/0191ee79a6787f3ebee5fac531dd762f"
  "/navigation/0191ee79d625774ea134623944f3fcbb"
  "/navigation/0191ee79f4297d84b7916c7493090310"
  "/navigation/0191ee8834aa7e0bacebfed3705d2f42"
  "/navigation/0191ee7b08dc78f49e8cc3d05be28f77"
  "/navigation/019dfc5719237fa6ba0c5e00f7a97e2d"
  "/navigation/0191ee6d4d6b7fc5bcad94019bf1e96b"
  "/navigation/0191ee6d70757a6ca9c423539622f9ae"
  "/navigation/0191ee6d8fb27f8eb69858c1e836a16a"
  "/navigation/0191ee6db9f3790d80e39026e4cd8ebb"
  "/navigation/0191ee6ddae6739ba84e5b6196ec2c88"
  "/navigation/0191ee6dfd087c0dacb354db6e3d36ef"
  "/navigation/0191ee6e265d768a91a683a7ef2d63fc"
  "/navigation/0191ee6e4a32731a900bb77db5d36c32"
  "/navigation/0191ee6e78d2746ca16d6b93bada0a81"
  "/navigation/0191ee6ea63a7c8bbdbda9515feddae9"
  "/navigation/0191ee6edf2d765283cc5d79189f0394"
  "/navigation/0191ee6ef1fe75429f15660a27ec31ba"
  "/navigation/019bbc13360772d48aa0e775b36078fc"
  "/navigation/0191ee7a8eff7f1ebc65845f5e28284c"
  "/navigation/0191ee8f84c671d78bd828bdfaa24128"
  "/navigation/0191ee8fb87e7680b42765fffe64b6c2"
  "/navigation/0191ee8fcf8c70738480b2ab98219716"
  "/navigation/019bbc8addde7ec0b9de3c09f9d67c79"
  "/navigation/0191ee8b859d7e7da514bdc0768cc521"
  "/navigation/0191ee8ba2087cf980fe6bcb30af6db2"
  "/navigation/0191ee8bbda37bd7b9e0fad4751a32ce"
  "/navigation/0191ee8bcfe27cbaa3ff3939db0de93a"
  "/navigation/0191ee8bf4fb72e48edc1694c64a24be"
  "/navigation/0191ee8bfdd076bbb2a4eb12e1fbb085"
  "/navigation/0191ee8c0f2a7b958b4976e43d13f1bd"
  "/navigation/0191ee8c2af57498845593f11f801c1e"
  "/navigation/0191ee8c39b071929ec9011fc654c0d4"
  "/navigation/0191ee8c48587f56b6507202f96c078a"
  "/navigation/0191ee8c6b317bf8bac59dd0539ee242"
  "/navigation/0191ee8c9ffd7531921fa96cd08e6870"
  "/navigation/019bbc1f5a437136aab323feda1d2318"
  "/navigation/0191ee88ef8870e39e23e5c220b067fb"
  "/navigation/0191ee8904567fe7adbab40cfc5d69d5"
  "/navigation/0191ee8923c472ab81aa73663f7cf3f7"
  "/navigation/0191ee894a09763b8057e91754cef150"
  "/navigation/0191ee8968177963ac3aa14c10d37bc9"
  "/navigation/0191ee89779879ef963e6f1540030795"
  "/navigation/0191ee89884e78368492ab963012db6c"
  "/navigation/0191ee8998cc7222b91ba046b53192f9"
  "/navigation/019bbc8c364e78b38debf325c0948ed3"
  "/navigation/0197eab99a3e75dd8ad2c73889740341"
  "/navigation/0197d448ba2c7b199942eb3f22924203"
  "/navigation/0197eaba7b8c7e55abd85d988e9cee74"
  "/navigation/0197eaba9d2e7732bf768c604fd3f081"
  "/navigation/0191ee7ba89c75a2ba0ab988a5d8eb41"
  "/navigation/0197c6cd65837af7b7b5bb1d07118f90"
  "/navigation/0197c6cda35d73078fe33fce062c3f8f"
  "/navigation/0197c6cdef4e7480ad18f56a29f1c2de"
  "/navigation/0197c6ce0f52712a82719412b96a72cc"
  "/navigation/0197c6ce2a9d71d29ab20a61450751f4"
  "/navigation/0197c6ce5f5877dab18548a7feca9cb0"
  "/navigation/0191ee7bbca17c70b8fafb3b5ba5e986"
  "/navigation/0197cbf7289070ac9957fb8239ac36f3"
  "/navigation/0197cbf7897d714382426d8376f4bfc8"
  "/navigation/0191ee7bd61d725cb9b1f1665a57ff2b"
  "/navigation/0191ee7bf27c7f0b9d4b926ed5083238"
  "/navigation/0197e971cb747e65b6c65a1d256f4ea2"
  "/navigation/0197e97244247d2bb74e791fd85fb1fd"
  "/navigation/019690bc6707711e88da28969c511a89"
  "/navigation/0197cbb94c187370ae556386a7468a03"
  "/navigation/0197cbb986f570fb8b2eed529ea53e75"
  "/navigation/0191ee7c21677f4595a2b91b0303681d"
  "/moorl-magazine/article/56d93c5d32377506b2299e355e86af89"
  "/moorl-magazine/article/f62c38582751c767ab740b80457e71a3"
  "/moorl-magazine/article/7cc91709320eaec845c525706257a4ff"
  "/moorl-magazine/article/578b384c2f6e431cd3ec6e8a44410d3b"
  "/moorl-magazine/article/49741f2ea77a341011fd3516370ead03"
  "/moorl-magazine/article/48e47400c3b03b7f5bc661cee5b7a16e"
  "/moorl-magazine/article/2d9a2acb0e42d04eebd4aea38a1117a4"
  "/moorl-magazine/article/a08d010ba557fe517030bdf0631d0ba3"
  "/moorl-magazine/article/da3744864fdd799e13963c82058ed5fb"
  "/moorl-magazine/article/7a7dad7b90adae7ee05edbd9d77de088"
  "/navigation/0190ba53fe0673a28d789f957f8c8db7"
  "/navigation/0190ba542b957fab996cb7ede232036e"
  "/navigation/0190ba5447c07f729e5aac14ab3977b8"
  "/navigation/0190ba546be170968b14cb8c25875a2a"
  "/navigation/0190ba58be4b7a20a08c5bb8c1a6daaf"
  "/navigation/0190ba556daf75c1a2780021b765e2d9"
  "/navigation/0190ba558dea7f4ca2e1a2d8a22b1081"
  "/navigation/0190ba55964f7ad9bcf0d435407e367f"
  "/navigation/0190ba55c18b70218fa12367468dc14a"
  "/navigation/0190ba5826c97e72ad021d9ac2ab2ffb"
  "/navigation/0190ba583d7d773387a1506471bed744"
  "/navigation/0190ba5869fe70f79e656dfa6b015df2"
  "/navigation/01968c734b3f7eef8c0efce23dddc529"
  "/navigation/0190ba58834b73568e28fef89cb2b86f"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
]
74 1.23 ms
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˜3\x1Aì†sÞºð\x19KHB\x00Ï"
  b"\x01˜8\x07³.su·M\x1Fàë\x042‰"
  b"\x01˜8\x1DJ$y\x04‰²±!øË\t5"
  b"\x01‘jÿ\x7FíqÔŽ\x11\x1DñMˆwÃ"
  b"\x01‘k\x06àŽr\x16‡BÁ¶ûƒ9i"
  b"\x01‘k\x07õ>xý©g\x0Fó~\eÿ«"
  b"\x01–g^Ü\x1Ar1™ŽnÉf™’²"
  b"""
    \x01—Àï¿ýp\x0E´ë%¬óf\n
    õ
    """
  b"\x01˜,\x033Õr©€AÃ\x1Aݯßï"
  b"\x01˜6Sà\x01}þ‹|&Y¹Íå¥"
  b"\x01˜7ú\x1Ccr²¦¸foB$\x16é"
  b"\x01˜­\x04y/y\x0F¤úé4Z˜\x11Ô"
  b"\x01¥Ðºzs:‹Uo¨üG"
  b"\x01¥ÐºÇsl´Çäæ:\x7Fj7"
  b"\x01¥ÐøápQ…·ÄÏCª\x1E\t"
  b"\x01‘™IY\x7F|ù•/ˆÓÉ’!‚"
  b"\x01¥Ð»ds”†6…LhKŸÙ"
  b"\x01—ù%gŽr\x08®xàxv9RÎ"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.