GET https://stage-sw6.radwelt-shop.de/navigation/3295c76acbf4caaed33c36b1b5fc2cb1

Query Metrics

107 Database Queries
71 Different statements
278.15 ms Query time

Queries

Group similar statements

# Time Info
1 0.22 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:
[]
2 0.40 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
3 0.57 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:
[]
4 0.23 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:
[]
5 0.74 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‰R&g\x0Er¤¡_7\x1AÜâ—­"
  "E-Bikes/E-Mountainbike"
  "E-Bikes/E-Mountainbike/"
]
6 2.52 ms
SELECT `id`, `old_url`, `new_url`, `old_url_regex`, `search_url_by` ,`temporary`, ? REGEXP `old_url_regex` as regex0, ? REGEXP `old_url_regex` as regex2, ? REGEXP `old_url_regex` as regex3 FROM `acris_seo_redirect` WHERE `active` = ? AND ((NOT (`search_url_by` = ?) AND ((`old_url` = ? OR `old_url` = ? OR `old_url` = ?))) OR (`search_url_by` = ? AND ((? REGEXP `old_url_regex` OR ? REGEXP `old_url_regex` OR ? REGEXP `old_url_regex`)))) LIMIT 6;
Parameters:
[
  "/E-Bikes/E-Mountainbike"
  "https://stage-sw6.radwelt-shop.de/E-Bikes/E-Mountainbike"
  "stage-sw6.radwelt-shop.de/E-Bikes/E-Mountainbike"
  1
  "regex"
  "/E-Bikes/E-Mountainbike"
  "https://stage-sw6.radwelt-shop.de/E-Bikes/E-Mountainbike"
  "stage-sw6.radwelt-shop.de/E-Bikes/E-Mountainbike"
  "regex"
  "/E-Bikes/E-Mountainbike"
  "https://stage-sw6.radwelt-shop.de/E-Bikes/E-Mountainbike"
  "stage-sw6.radwelt-shop.de/E-Bikes/E-Mountainbike"
]
7 0.35 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
  "EasyCreditRatenkauf.config.%"
]
8 0.40 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
  "zG7hXGo3PJn0iuccXVqQPz5SDXdzgn9T"
]
9 0.28 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "zG7hXGo3PJn0iuccXVqQPz5SDXdzgn9T"
]
10 0.17 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
11 0.11 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
12 0.08 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
13 0.12 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‰R&g\x0Er¤¡_7\x1AÜâ—­"
  b"\x01‰NÒâq囩±â4Rú¤"
]
14 0.18 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
15 0.09 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
16 0.07 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
17 0.17 ms
SELECT module.module, module.response FROM wbm_data_layer_modules module
Parameters:
[]
18 0.18 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x01‰NÒÄ\x00p\tœò]YòÑ©ž"
  b"\x01‰NÒÄ\x00p\tœò]YòÑ©ž"
  b"\x01‰NÒÄ\x00p\tœò]YòÑ©ž"
]
19 162.46 ms
# header::navigation::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` LEFT JOIN `product_stream` `category.productStream` ON `category`.`product_stream_id` = `category.productStream`.`id` LEFT JOIN `cms_page` `category.cmsPage` ON `category`.`cms_page_id` = `category.cmsPage`.`id` AND `category`.`cms_page_version_id` = `category.cmsPage`.`version_id` LEFT JOIN `product_category_tree` `category.nestedProducts.mapping` ON `category`.`id` = `category.nestedProducts.mapping`.`category_id`  AND `category`.`version_id` = `category.nestedProducts.mapping`.`category_version_id` LEFT JOIN `product` `category.nestedProducts` ON `category.nestedProducts.mapping`.`product_id` = `category.nestedProducts`.`id`  AND `category.nestedProducts`.`version_id` = `category.nestedProducts.mapping`.`product_version_id` LEFT JOIN `product` `category.nestedProducts.parent` ON `category.nestedProducts`.`parent_id` = `category.nestedProducts.parent`.`id` AND `category.nestedProducts`.`parent_version_id` = `category.nestedProducts.parent`.`version_id` WHERE (`category`.`version_id` = ?) AND (((`category`.`id` = ? OR (`category`.`type` = ? AND (IFNULL(`category.nestedProducts`.`active`, `category.nestedProducts.parent`.`active`) = ? OR `category.productStream`.`invalid` = ?) AND (`category.cmsPage`.`id` <=> ? OR `category.cmsPage`.`type` = ?)) OR NOT (`category`.`type` <=> ?) OR (`category`.`type` = ? AND NOT (`category.cmsPage`.`type` IN (?)))) AND `category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?))) GROUP BY `category`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  "page"
  true
  false
  null
  "product_list"
  "page"
  "page"
  "product_list"
  "%|01894ed2c40070099cf25d59f2d1a99e|%"
  1
  4
]
20 5.48 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x018kÖØà‘«L|}æDÓ{"
  b"\x01ŠJ@ýÄsY•\x04û´ñoss"
  b"\x01Ž`1hÒ{[¥ß¤íí+‘C"
  b"""
    \x02R*+'&û\n
    \x03»\x19òØÙRM
    """
  b"\x07+\x03\v¡&²ô²7O4+éíD"
  b"\t?eà€¢•ø\x07k\x1CW"¤j¢"
  b"""
    \n
    \tÈ„K¨ð“l ½y\x110Ö¶
    """
  b"""
    \n
    ¡ˆ<d\x11÷‡<¸=¬±{\n
    ü
    """
  b"\v´®Áq\x05!Á.çb‰ÙD\x08\x17"
  b"\rÙ\x1CTüC\x05╩ÜÊf§;╚%\x11"
  b"\x0E™±\x1DßøKµ£Ãð;¨\fFR"
  b"\x0FI╚Ø\x1Erÿ╗Ö0x£ÄıØH"
  b"\x12…f¦/\x15M¸še+÷¶\x07ÇÌ"
  b"\x13àùNıÉJCå\x16 {█?t9"
  b"\x13¨ëm÷\x12y╔(±ù!çżA"
  b"\x13■Øä1\x0Ew±:m\x18M┐\x12"
  b"\x14\x0FiiÕ!?Ðìà1Hæ.F\x1E"
  b"\x14¿¦»\x14‡^E» (¢\x1EÓ€F"
  b"\x16Ñ═«6+ì'íÏ°ÃÀïC0"
  b"\x17\x00\x00)cñØí5BÓrk{ÀX"
  b"\x17æ!fü…†ß¤Ñ¼\x0E\x17BÀ‹"
  b"\x18+àÅÍÍPr»\x18dÍîM=n"
  b"\x18Ø\x04#†·ž,'ŸÑbß\x02\x05È"
  b"\x19Ê\x14çêc(¤.\x0E±=X^L""
  b"\x1A¥“3ç K¢º“‰|Æ\x0F…T"
  b"\x1C8<Ó\v|)Šµ\x02“­þË{\x18"
  b"\x1D\x7F\x18ü´9u\x06S™°ÑäŽ"
  b"&e}_ù\x02\r*¾þU‡–¹•„"
  b"(8\x02:wì·ý▄!'\x08¸!Àê"
  b"(Ø \x07fØz#Ì\x0E°ì/q)þ"
  b"(Ý,yUÎ’dV$\v\x10\vÞ"
  b"/P\x0E>uâA¬øØuòÈ\x08"
  b"1\rË¿LÎb÷b¢ª¡HÕV½"
  b"1þü\x0EW\f³†\x0F*mK8ÆI\r"
  b"2\x17—Wè—M¦’§šóö¹iõ"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  b"3þ_­ØÍ\x01╗µƒ5\x109\x15"
  b"4\x16§_Lê‘\tP|¬Øâò®ü"
  b"4\x17<│Å\x07°Ø█Ù┬¼æ(0?"
  b"5/â]¯hkÛNÜ¢#É!¬ê"
  b"5zo▀vB┐üZêé,D}Ø─"
  b"5ô¨ÔeæáíÀ_=Š¶XÅQ"
  b"6f\x0EY…kMåŠ!›ÏN'ë£"
  b"7ePªO­G}ƒ\x17N•ö…­\x1F"
  b"7¼/u¿\eÏèE\n\x1A\x006L"
  b"9\x05—$÷:™i„]þAFÅf\x0E"
  b"9ˆÇøŽ¼µŒlé2¹W¶ó2"
  b"?éJ\x00#\x17µù%Ÿ‚i\nî¤Í"
  b"@\x00‹šS€ü¬Î9v¿|\x08¯["
  b"A«6ý╣│¯µ\tð[É┴B"¹"
  b"CìQ}h¶íÓ\x01[>Üš\x116{"
  b"H\x1DÍ÷ó¥DC˜y€–Nš\x1C£"
  b"I\x18/üµí<§Ûñûı\x1FÛd\x06"
  b"In\x05á® ©ÄeX\x00觹ê("
  b"OJÜ¿ŒofÜüŠ2‚¬+ñ\n"
  b"QNîÊs–N¢¦¢‰\x04nǶ&"
  b"W7Æì.\x07\x16óا¥ÄàÞ\rš"
  b"W~ñ\x15O2@­[›A:§4j\x1E"
  b"X¢ünӟЃõ]A‚¿ˆ‚m"
  b"ZK%ªí%Âî\etÞrÜ\x03ÁN"
  b"cdË­¶ò½ؤì;\n\v\x01"
  b"c’?Iå$\x13CªzËj\x06§Qç"
  b"d.Æ´Àö!sHüÁ>\x1E\e\x18Â"
  b"dŒï¼[æJqˆbFÐœNàê"
  b"fÇÄ2}ÃØ\x13[íÄ\x05\x16s┘\x06"
  b"fðAáj`’‹\x05§â(¨œ7™"
  b"gÆ¡çÎVÓÖútŠ¶Ù¯?×"
  b"hUEn/õjØIËË»OWD="
  b"iË>£\x17£,NaCæeý²\v\x14"
  b"j┴ï\x01ä│G üÊ<lðË¥l"
  b"lâI╠r`«bÒ▒9h1¿9Å"
  b"o¦CJÜ\x0EG%¿MÈ\x03«ê\x1D\x07"
  b"oª€@Ú ï9›c§-\x0EJµu"
  b"oú ›ÄSLlµv\x1C½Táe\x19"
  b"r³*\x1FuK¡À›6•àËlÞ\x7F"
  b"s[É┤Vü%Ýl?gê\x19ÂÓX"
  b"\t<\x0EçBöÝÚ¡?ÿ˜ñ\x04"
  b"vÍíªK¸Nõ®ÑîÛü t"
  b"|»Ä\tì™\x0F\x19ÇŒu½\x1E\x06ò\x15"
  b"~¼Á2W\x0F÷àè²'#u_¸É"
  b"\x7F\x10\v{6\t/¹°mûO¬6\t1"
  b"ük\x11,a\x05│Ùı7éè9»H\x18"
  b"üƒFÕ,%v:U╠d$"dC\x17"
  b"‚ÎÉ`–Ô(\e|•Í~tb4–"
  b"ƒš´h µ$¯Ú\x05\x12(“ÂþŽ"
  b"…Mo®^ä)\x11g|sžásD†"
  b"îòzdY¹LÕÆ\x16ÉÄ«u£¶"
  b"î▓+¦\v{í½\x13ÎBÔ.Ýìó"
  b"ì;║t%þ╔îP§,íÁ-75"
  b"ì^ò\x7F)xôH{┘Å¿0·d\x13"
  b"Å\x12\x1CÓ}tq~\v\x1F!Ð"ÓE!"
  b"É<Ú"_╩>ÿî*‗\x15ÈÕDË"
  b"""
    \n
    AR´ª:׋Ýk6lÁy
    """
  b"—xÕÒ\x19Å\x08\všj\x17¾ð)3\x1C"
  b"˜ríŸÂ/Á‚ÓqÃéí1`”"
  b"š\x11X\x15MúBÊݽ\x06”¤é½È"
  b"Ø╦êÓ\x13vIY\vuSr░@»¡"
  b"صÐO ÿ\x06È╝дU[þf═"
  b"سıÕX▀áJ»7±7í┘ËÕ"
  b"ŸÃ×\x15+©3jg\x0E6Ðíy¼C"
  b" \x1A\x03€Ê<aBŒ&¢1ðäš\t"
  b"¡ÐÆè?\x02s'ØF\x10cô¬X¦"
  b"¢Uz{.”\x19\x7F÷g—\vg\x04\x16"
  b"óuüÖÉ\x18JúòÐ\r98äêë"
  b"ú¾ÉÏÄLA‗t{·/\e_ç█"
  b"""
    ¤ž”\x11ÖOõ>ÌýКÑ\n
    \x15³
    """
  b"¤ „k\x03ëD¯½7œò¯Å]ù"
  b"¤ò6páƒ??Û\x07\v½]f"
  b"¥w\eΓâ\x00Ão|ÙßÐåÞª"
  b"¥¿ÉàydøÝÞ¹_Å„Í–]"
  b"¦fXzý¦èšì'J6WUŠ'"
  b"""
    ­\x13¢ |¤·d)YÜ\fLt\n
    
    """
  b"µÍ?Õ)"I †ÝžnÍ+Ý\x08"
  b"¶ðGšè}$IuCœa$Y'r"
  b"·\r§\t–‚Am·F˜Â\x1Fëg”"
  b"¸:¬#¹R‡2Â<Ç5)Pè€"
  b"»Ëÿ\\x1F\x1DíFÂ](\x11š…ÆÂ"
  b"»ùK4ë2&ŠÚW£¾Pbþ}"
  b"½hoÖ@¾˜ïªà\t\x1F£\x01æ\x13"
  b"ÀÇÇm0½=ÊïÉo@'[Ü\n"
  b"ÁjS úGU0ÙX<4ý5nõ"
  b"Åÿ%Cµ?LÀ­8\x19£gRF{"
  b"Ãß$ƒ³\x03ÙØÝÉî#kÐÖm"
  b"Ëp«7VbWkѬZ¯\x16³ü¤"
  b"═╗À\x1D©6F/ü{]Z\x17│ûÚ"
  b"Ï\x00OÜvú\x1AO%ö.\x0Eµ&\x1C£"
  b"ÏŒ\x1F\x14Ai•v\x7FèFmä)"
  b"Ð‗Uúsú╬¸.\x03¬Øÿ\f~╩"
  b"Ñô‘¤\x04Ö…H€”>\<ÙÊ%"
  b"Ñþ\x17=\x08éY9zß4±×~ˆ×"
  b"Ëòw\x10à¬░RDñ¹Å┘\e¶¯"
  b"ÖE’\x0E9_í­{»í\x0EÊ?âà"
  b"Ö}Š´ôÁ\vò*£Sâxy\x13<"
  b"ÙG¿\x06¨…Û\rG}pq!“Oø"
  b"ÙÔô•èu¢àu¡¤¦á¹w\x0F"
  b"ÝÄY³Š\vMÖœp\x17ÝÕ\x1A£¿"
  b"▀h\x04╬p\x10DZÉÛPöÿ\x10«ð"
  b"àÆA\x19['B[°V¬Vø•=$"
  b"âïRO¿=Ÿæ\x11Õ¨é\x0FïÜœ"
  b"ãi…=÷fúDáí\x0Fö\x13õc½"
  b"õª",█[47T\x00ÉO\x03ϵÑ"
  b"ÚnÈx┌©YZ}¢ñ╦╦¯\x16Å"
  b"ê]/\x1CF\x08#.\x07Óª=™ŽQ5"
  b"íÞ¨*Òu[$ÄáhÅü.½@"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"ó@ñ±ö[mõµãùM•±\x1D¯"
  b"óÚ:Þ]*@r³ÿŽ¿\x04%€)"
  b"¶W┼E®ÌÏÅ\x18ý¯G\x14Zr└"
  b"¸\x17qc╚3▀¶│Å╚Êç/\x1Eã"
  b"÷f@`ÌR¼o=b\vÎÜ”¤¶"
  b"¨╣\x02³2ë»MðìÕÐÌT÷Å"
  b"¨╦F\x18&ìJv©\x08Z^ª:┌Ç"
  b"û{ŸúTb\x08L_N~… “æ×"
  b"üI\f¤\\x00±$›¾5T¤ýöû"
  b"""
    þŸÂ‰Ãÿ\n
    ñB¶Ó¾­˜©#
    """
]
21 0.18 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
22 0.22 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|01894ed2c40070099cf25d59f2d1a99e|%"
  4
  true
  true
]
23 39.45 ms
# header::navigation::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` LEFT JOIN `product_stream` `category.productStream` ON `category`.`product_stream_id` = `category.productStream`.`id` LEFT JOIN `cms_page` `category.cmsPage` ON `category`.`cms_page_id` = `category.cmsPage`.`id` AND `category`.`cms_page_version_id` = `category.cmsPage`.`version_id` LEFT JOIN `product_category_tree` `category.nestedProducts.mapping` ON `category`.`id` = `category.nestedProducts.mapping`.`category_id`  AND `category`.`version_id` = `category.nestedProducts.mapping`.`category_version_id` LEFT JOIN `product` `category.nestedProducts` ON `category.nestedProducts.mapping`.`product_id` = `category.nestedProducts`.`id`  AND `category.nestedProducts`.`version_id` = `category.nestedProducts.mapping`.`product_version_id` LEFT JOIN `product` `category.nestedProducts.parent` ON `category.nestedProducts`.`parent_id` = `category.nestedProducts.parent`.`id` AND `category.nestedProducts`.`parent_version_id` = `category.nestedProducts.parent`.`version_id` WHERE (`category`.`version_id` = ?) AND (((`category`.`id` = ? OR (`category`.`type` = ? AND (IFNULL(`category.nestedProducts`.`active`, `category.nestedProducts.parent`.`active`) = ? OR `category.productStream`.`invalid` = ?) AND (`category.cmsPage`.`id` <=> ? OR `category.cmsPage`.`type` = ?)) OR NOT (`category`.`type` <=> ?) OR (`category`.`type` = ? AND NOT (`category.cmsPage`.`type` IN (?)))))) AND (`category`.`id` IN (?)) GROUP BY `category`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  "page"
  true
  false
  null
  "product_list"
  "page"
  "page"
  "product_list"
  b"\x01‰NÒÄ\x00p\tœò]YòÑ©ž"
]
24 0.30 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‰NÒÄ\x00p\tœò]YòÑ©ž"
]
25 0.96 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01Š¼ÑÅ\x10~¼·\x08ŒD\x16ŸÁM"
  b"\x01è█W\x11.q@É6\\vÔÕ┼┼"
  b"\x01ŠÛW7>v\v¼;\x1D(\x01\x160B"
]
26 0.26 ms
# Manufacturer getManufacturerByChar manufacturer::search-ids
SELECT `product_manufacturer`.`id` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name as `product_manufacturer.translation.name`, `product_manufacturer.translation`.description as `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields as `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.language_id = ?) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id WHERE `product_manufacturer`.`version_id` = ? ORDER BY COALESCE(`product_manufacturer.translation.name`) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
]
27 2.08 ms
# Manufacturer getManufacturerByChar manufacturer::read
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.media`.`id` as `product_manufacturer.media.id`, `product_manufacturer.media`.`user_id` as `product_manufacturer.media.userId`, `product_manufacturer.media`.`media_folder_id` as `product_manufacturer.media.mediaFolderId`, `product_manufacturer.media`.`mime_type` as `product_manufacturer.media.mimeType`, `product_manufacturer.media`.`file_extension` as `product_manufacturer.media.fileExtension`, `product_manufacturer.media`.`uploaded_at` as `product_manufacturer.media.uploadedAt`, `product_manufacturer.media`.`file_name` as `product_manufacturer.media.fileName`, `product_manufacturer.media`.`file_size` as `product_manufacturer.media.fileSize`, `product_manufacturer.media`.`media_type` as `product_manufacturer.media.mediaTypeRaw`, `product_manufacturer.media`.`meta_data` as `product_manufacturer.media.metaData`, `product_manufacturer.media`.`config` as `product_manufacturer.media.config`, `product_manufacturer.media`.`path` as `product_manufacturer.media.path`, `product_manufacturer.media`.`private` as `product_manufacturer.media.private`, `product_manufacturer.media`.`thumbnails_ro` as `product_manufacturer.media.thumbnailsRo`, `product_manufacturer.media`.`created_at` as `product_manufacturer.media.createdAt`, `product_manufacturer.media`.`updated_at` as `product_manufacturer.media.updatedAt`, `product_manufacturer.media.translation.title`, COALESCE(`product_manufacturer.media.translation.title`,`product_manufacturer.media.translation.title`) as `product_manufacturer.media.title`, `product_manufacturer.media.translation.alt`, COALESCE(`product_manufacturer.media.translation.alt`,`product_manufacturer.media.translation.alt`) as `product_manufacturer.media.alt`, `product_manufacturer.media.translation.customFields`, COALESCE(`product_manufacturer.media.translation.customFields`,`product_manufacturer.media.translation.customFields`) as `product_manufacturer.media.customFields`, `product_manufacturer.media.translation.createdAt`, `product_manufacturer.media.translation.updatedAt`, `product_manufacturer.media.translation.mediaId`, `product_manufacturer.media.translation.languageId`, `product_manufacturer.translation.name`, COALESCE(`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) as `product_manufacturer.name`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) as `product_manufacturer.customFields`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name as `product_manufacturer.translation.name`, `product_manufacturer.translation`.description as `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields as `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.language_id = ?) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer`.`media_id` = `product_manufacturer.media`.`id` LEFT JOIN (SELECT `product_manufacturer.media.translation`.media_id, `product_manufacturer.media.translation`.title as `product_manufacturer.media.translation.title`, `product_manufacturer.media.translation`.alt as `product_manufacturer.media.translation.alt`, `product_manufacturer.media.translation`.custom_fields as `product_manufacturer.media.translation.customFields`, `product_manufacturer.media.translation`.created_at as `product_manufacturer.media.translation.createdAt`, `product_manufacturer.media.translation`.updated_at as `product_manufacturer.media.translation.updatedAt`, `product_manufacturer.media.translation`.media_id as `product_manufacturer.media.translation.mediaId`, `product_manufacturer.media.translation`.language_id as `product_manufacturer.media.translation.languageId` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation`.language_id = ?) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation`.`media_id` = `product_manufacturer.media`.`id` WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ø"Úðµô1a╦ã/;\x1A7n█"
  b"9\x0Föê\x18„…ˆ\x18\x13¨ätåÅŽ"
  b"""
    K½œ#è\x10¡\n
    )“WêL+”ÿ
    """
  b"¿ëì49█fÔªp)@gÝ´┐"
  b"D½Îã‚ DÂK§G{3±b\e"
  b"…~¨ª'cÞ\x1C2ö­ÄÓ·èµ"
  b"£å:\x18\x03¾åÚÛê•k\x00þ"
  b"q©$tµÄ\x1A@#0ùÜÖ6²ü"
  b"«ùÍA,¦xêë\f"<Q\x06Æ«"
  b"ÏŠ?Y«éP"\x11oZflƒgÿ"
  b"÷ˆ3´\Fó-Y" 6°`b "
  b"ëä¬!%\x06\x10PêoOaÐÿÁÝ"
  b"O\x0E\x7FDYl\x1Dl&‚}g³&"
  b"oøº¶Ö®\x1CÈî,\r\x16°V \e"
  b"¶6´P\x06ôìõÂ$\fEYý╝½"
  b"ó,"ÊÂó\x05ÄCÒúÉ\x03V\x08Ì"
  b"\x084Mü╚0\x101E─ƒÇ\x03"
  b"Û\x1C‡@-þµÝ\x00¯E˜Ð¢Wº"
  b"db3\x1AiÍÇ·mÈ\x116Ê'\x13Ý"
  b"äÚ;\x7F»Î#E×w+\x06\x18Õ"
  b"\x10Ð0|\x11QCëä!&9qu\x1A "
  b"jÞe•+>†Þu†]1tž;u"
  b"åL¢\n\x00¸.‘ãÁõq\x06¼‡Î"
  b"Æ╚\x7FÆë'ü/\x15ê¡Å\x1FÝÍË"
  b"AY"\x16ÿÎ]vXÞÚ\e~¡I©"
  b"–È4\x17‘Y›×\x05¥\x16–² \x05"
  b"åÚ\x13hPúÆN§ùd~atR7"
  b"ÞL\x01iæ”Oý\g$^Ò|(U"
  b"Ø\x08\x7FË_½”×\x02‹òãE\t"
  b"""
    6$\n
    └╝'ìí\x10:>§.¾°A
    """
  b"ÁÌ$öâf¡18©ÅSÉ¿ªH"
  b"–Ž\x12äË°\x08#¥Vû^ñZÛs"
  b"©S─Ã\x1A©3²NØ┼Y1Øu\x15"
  b"ä\x10\x0EŽ¹È\tÝN¸ÐT^˜ÞH"
  b"─uFü=¨Süñ@\x1D¾I Õ|"
  b"¦y8ž¹—ž\x15òõåÆHTèJ"
  b"'6\x11\x01§O\x1E߈$ñPÐ;Vž"
  b"#¶Þwh\x16^ù¦‡˜‡±ç\t´"
  b"L■>í\x07±iü├åÒ&ù\x7FÚ~"
  b"9^"â\x16Áv–¸—<Â,ßÿ\x01"
  b"^─Åc░║#¨,Å·îé\x12"
  b"4║╩@ì*\x10ÊhÑÉ[ú&aG"
  b"'HY[\x07‡Í"žÕ)v“nÌS"
  b"\x14´¡dSK|Õ©8^£k°ù"
  b";$­°\x05põa<Èpnã—°À"
  b"Ål©&sÏ~\x7Fñ\x11{×q┌█Y"
  b"¢”È\f>íåñL–éu6ï\x08\x0E"
  b""ðÑÛŠKÿáʤQm9\x15ˆ¥"
  b"""
    è{*Ùs\x02ŽU\n
    Ó\ezAÓ-ñ
    """
  b"ˆö\x01…P$7Ö\edʤÈàRÀ"
  b"ÝÙ<¹ÀN…XÀ¤Û{ÅHíL"
  b"\vr$ÿ°çk`(\x12âx™Æß\x7F"
  b"øŸ…i(Qö|¥úþ¼"S[ö"
  b"¿ya/8û‡#‚Ý‚tŸï\\x07"
  b"myé\eý\tvv™\x05\x1E¤£€QÃ"
  b"\x0Fߎæñ˜\x17d\x1Dý¹\x18Åí\r§"
  b"▒ää\x03iiÅ|7ÓÆ\tC×åã"
  b"\ewf:Õ}hüe#í¶…\x18G\x19"
  b"ÊÉ‘ÌGõÈs\x04d\x7Fm†ºM‹"
  b"‘H#„Ñ\x12ð¼PÿŠ‚W\x06×\x0F"
  b"┬wØþ\x1E╣ æüÛ­(æÚ;╬"
  b"""
    ÜÕõ\r\n
    ú²¯Ÿ·2Ý›¿
    """
  b"Í•nt,Wöô1„ßÌ/e«Î"
  b"`ˆ\x18$•\x143l\x0Eë\x06t{´>"
  b"~æq\x00ï\v\rX:P9^¯?2…"
  b">ï¹èļ\x10ªwú`Hg-\x03ª"
  b"=7\x06'\v¸V±Á·\x11ïÓ^\x08*"
  b"ËÃ\x1F\x02 0ÍK©Í#hÌzÌÝ"
  b"ûYJY¥)ìP†\x05gèë[_é"
  b"ÙxãSðßO$\x04Sáór|˜§"
  b"¢Â\x1D\x10–XáY\x1Dã‘\x03Ô{¯"
  b"@ùSafç*ØäAYÇûuW\e"
  b"­\x01m\x08]¥áaG¢°Û…µZß"
  b"╦│Û~ú├─"\\x13Êà¨NüÈ"
  b"j´(³\x16±Å\fjÚïÝQŠý\x00"
  b"\x06S>‡Œ\x07ïÕ\e#Ï4RÛle"
  b"\x08†Ž¢˜~ü)V«„.\x01ÅÒú"
  b"\x02†ÏkéÎ\x1Džþÿ®¿ºG"
  b"…Ÿðzó]@¤é6­3]b¼²"
  b"""
    _QfÁñ7WÇ.\n
    \x05ÊC p
    """
  b"ÄÊB8 ¹#‚\rÌPšou„›"
  b"Âø\vÑ\x13¨‚žén·E|dI;"
  b"\x7FÎ%Åt‰31´5ýÝì×"
  b"uk>*ïö‘·ÖtÚb•)•\x18"
  b"\x02q[&Kæ2\r\t ú*„\x1EeQ"
  b"EÄŒÎ.-\x7F½ê\x1AüQÇÆ­&"
  b"VÙ¹┘Åƨ\x07\x04¾è\x00¥@B\x0E"
  b"\x14Jò¹j4ÿB´x65ûâci"
  b"t\x07¨§Ód?\x03Ò:}_\e\x1F\x0E\x00"
  b"Éí¾§BÓÚ^B¨\x10X\rÞ╗["
  b"äÎ"˜[þ\f¨\vÔ\tçî ý"
  b"È\x1Dî┘Å\x00\x04ÚÇ\tÿý°B~"
  b"\x02\x01<èE˜J\r#\x0F\æÜWl"
  b"\x00~\x03µ\f¢Ý\x06Ïî\Š*»ü•"
  b"ïâ>&U\x0E\x1A2;ÞÆ~\x0E÷"
  b"š)Å'saæ»–žÅÛ¼aû¢"
  b"ü\x17ºy‹çq¦]¤P€ô†Ã‡"
  b"Ò‰SÜX;ÛÈì€:Ò9Bi¼"
  b"""
    u\e├¬Õ¡¸▓É%×\n
    ¢õ­V
    """
  b"ú$m\x02bÃ’V\x17°Ç+²\x0Eë\x1D"
  b"\x19¹ó[4 ”¢5¾s\x03"
  b"\x17ÙÏò¬¡KVQ­þlq\x19"
  b"│U\x06Ȥ*ì│üX╚├\º2v"
  b"Áé\x16£_¬‹80ò-èëØðÙ"
  b"ªØ®ráÇ┬\f«¯èc!ä<Ë"
  b"\e³S¡ÏÒ¯álÚF;\x07\x1F"
  b"\x16\x04ÜÒUM║&n³╔ø╠<Pü"
  b"Ôsµ\t\t\x0FÔã\x1E_¦snþ½ï"
  b"Ѐ‹\x1C7°Ìó:"øȯÃÅ¢"
  b"骾\rwÕbº\x12+6'#•ng"
  b"\x11ú0\x16Îö{2暨1’œÊ"
  b"hj\x08ÐûرGü>ª\x18╦╬v¥"
  b"\x15ÕÖÔ ïÝá¿:QîÆœ—J"
  b"\f\x01C\x0E-UOS:6ÞR´Ê"
  b"\x11:€%žê-«ì´ñÓ_Z¯¸"
  b"2¸Ø?A\x1EÏ\r6 …\rÑÔDª"
  b"ÈÕ4Ô0§Ä\x14°Y“d¾ØíQ"
  b"""
    ¯þßµÅ╚ÕÓ\x1CÆ8òßW\n
    ¤
    """
  b"¢òõ`è\x19Ÿ!5ò À\x1AøtJ"
  b"oÈijDXüÜA%1M║Ø╩Ê"
  b"ËNù®\x00±‰@d^Iª[–‰Ä"
  b"\r†K\x0E÷ö o\x14j»Î³Òø\x1A"
  b"░Õ­È?ô│U²\x0E¢Å:KåÑ"
  b"ª\x00³hg`ýñõ@¾l3fb–"
  b"\x1Ea=Í\x06­±û˜.mq^¨ßW"
  b"ú?Ë›~â\x1DaBiB¹j®3é"
  b"áøÕé¯}¶ª¶\x157P\x11\x11"
]
28 1.03 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01ï\x1Ed╗¼yÅûO¹\x0E\x07E\x04ï"
  b"\x01\x1E„¥ðqï¿Ùÿ.‘~&ñ"
  b"\x01\x1E…F'}@§\x13kßeíI½"
  b"\x01\x1E…¸àr©œ­8ßDsMŽ"
]
29 0.28 ms
# finsearch-config::load::search-ids
SELECT `finsearch_config`.`id` FROM `finsearch_config` WHERE ((`finsearch_config`.`sales_channel_id` = ? AND `finsearch_config`.`language_id` = ?)) ORDER BY `finsearch_config`.`sales_channel_id` ASC, `finsearch_config`.`id` ASC LIMIT 500
Parameters:
[
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
30 0.26 ms
# finsearch-config::load::read
SELECT `finsearch_config`.`id` as `finsearch_config.id`, `finsearch_config`.`configuration_key` as `finsearch_config.configurationKey`, `finsearch_config`.`configuration_value` as `finsearch_config.configurationValue`, `finsearch_config`.`sales_channel_id` as `finsearch_config.salesChannelId`, `finsearch_config`.`language_id` as `finsearch_config.languageId`, `finsearch_config`.`created_at` as `finsearch_config.createdAt`, `finsearch_config`.`updated_at` as `finsearch_config.updatedAt` FROM `finsearch_config` WHERE `finsearch_config`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01\x04—pÄr¿¦\t¢šR²E·"
  b"\x01ï\x04ùp╠rÂáôârÅB§Ä"
  b"\x01\x04—pÏs­„VD´\x06\x11›O"
  b"\x01ï\x04ùpËq~ú2¬rÌþ\x05Ø"
  b"\x01\x04—pÕp˜…þæ;"öI€"
  b"\x01\x04—p×p\x0FŽ8¥ø0_í¸"
  b"\x01ï\x04ùp┘rÔüt\x02┐-/á╝"
  b"\x01ï\x04ùu!s$ü¤<×■^~4"
  b"\x01\x04—u(qÔ½¬TQ\x061¹2"
  b"\x01‹A\x05¾ÜqU®,/\x18êf>“"
  b"\x01‹A\x05¾ÝsE‘£µ\v®#4W"
  b"\x01‹KDÃ-r<•ž\x00L\nÑR\x13"
]
31 0.27 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"H\x12\x02S\f\x04HH­w]2δí#"
  b"H\x12\x02S\f\x04HH­w]2δí#"
  b"H\x12\x02S\f\x04HH­w]2δí#"
]
32 1.87 ms
# header::navigation::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` LEFT JOIN `product_stream` `category.productStream` ON `category`.`product_stream_id` = `category.productStream`.`id` LEFT JOIN `cms_page` `category.cmsPage` ON `category`.`cms_page_id` = `category.cmsPage`.`id` AND `category`.`cms_page_version_id` = `category.cmsPage`.`version_id` LEFT JOIN `product_category_tree` `category.nestedProducts.mapping` ON `category`.`id` = `category.nestedProducts.mapping`.`category_id`  AND `category`.`version_id` = `category.nestedProducts.mapping`.`category_version_id` LEFT JOIN `product` `category.nestedProducts` ON `category.nestedProducts.mapping`.`product_id` = `category.nestedProducts`.`id`  AND `category.nestedProducts`.`version_id` = `category.nestedProducts.mapping`.`product_version_id` LEFT JOIN `product` `category.nestedProducts.parent` ON `category.nestedProducts`.`parent_id` = `category.nestedProducts.parent`.`id` AND `category.nestedProducts`.`parent_version_id` = `category.nestedProducts.parent`.`version_id` WHERE (`category`.`version_id` = ?) AND (((`category`.`id` = ? OR (`category`.`type` = ? AND (IFNULL(`category.nestedProducts`.`active`, `category.nestedProducts.parent`.`active`) = ? OR `category.productStream`.`invalid` = ?) AND (`category.cmsPage`.`id` <=> ? OR `category.cmsPage`.`type` = ?)) OR NOT (`category`.`type` <=> ?) OR (`category`.`type` = ? AND NOT (`category.cmsPage`.`type` IN (?)))) AND `category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?))) GROUP BY `category`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  "page"
  true
  false
  null
  "product_list"
  "page"
  "page"
  "product_list"
  "%|481202530c044848ad775d32ceb4ed23|%"
  1
  4
]
33 0.39 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01èh[Úo}©æ╝┬┴ÁbGÉ"
  b"\x01Šh\Mjr~¸È°`|_Ü4"
  b"\x01Šh]oˆ}Ý–±ü2ðtüE"
  b"\x01Šh]Õ\x11{Y§ŽP|”°FÃ"
  b"\x01‹>\x06\tAss›È\x1F#NâÀR"
  b"\x17Nj×4«@:»Ìºv\x18hð:"
  b"\x1CÖÆXµf@█▓\x10¸§>x\ì"
  b".Œ„úÍý@,¸¸QK¿\x07"
  b"\x17“4+C^œøJòIoè±"
  b"""
    =‗k\x12üØG%Ö^Zô\n
    -Õ&
    """
  b"?Þœe­3B…¤x=\fd,\º"
  b"CKk‰ªïMù¥tÂbS\x11"
  b"K<ÅØ\x17xKÞ˜F²;WD\x06¢"
  b"LM;œDßGx¿()‚2ö?j"
  b"n5]\x01ì\x19I\x1AÆ├Ãbüàô,"
  b"nR“àO/AL´ì3È”ßiH"
  b"v˜Ç€j+L“´¾¬\x1CÌÅC\x1E"
  b"¦†é\x19|§EL¥z?\x02IFän"
  b"¼AÕˆÉõOp·lÑ¦Õ #¶"
  b"Ê7[?ÁÝBGÑì▄╔z¡\x1AD"
]
34 0.17 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|481202530c044848ad775d32ceb4ed23|%"
  4
  true
  true
]
35 0.70 ms
# header::navigation::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` LEFT JOIN `product_stream` `category.productStream` ON `category`.`product_stream_id` = `category.productStream`.`id` LEFT JOIN `cms_page` `category.cmsPage` ON `category`.`cms_page_id` = `category.cmsPage`.`id` AND `category`.`cms_page_version_id` = `category.cmsPage`.`version_id` LEFT JOIN `product_category_tree` `category.nestedProducts.mapping` ON `category`.`id` = `category.nestedProducts.mapping`.`category_id`  AND `category`.`version_id` = `category.nestedProducts.mapping`.`category_version_id` LEFT JOIN `product` `category.nestedProducts` ON `category.nestedProducts.mapping`.`product_id` = `category.nestedProducts`.`id`  AND `category.nestedProducts`.`version_id` = `category.nestedProducts.mapping`.`product_version_id` LEFT JOIN `product` `category.nestedProducts.parent` ON `category.nestedProducts`.`parent_id` = `category.nestedProducts.parent`.`id` AND `category.nestedProducts`.`parent_version_id` = `category.nestedProducts.parent`.`version_id` WHERE (`category`.`version_id` = ?) AND (((`category`.`id` = ? OR (`category`.`type` = ? AND (IFNULL(`category.nestedProducts`.`active`, `category.nestedProducts.parent`.`active`) = ? OR `category.productStream`.`invalid` = ?) AND (`category.cmsPage`.`id` <=> ? OR `category.cmsPage`.`type` = ?)) OR NOT (`category`.`type` <=> ?) OR (`category`.`type` = ? AND NOT (`category.cmsPage`.`type` IN (?)))))) AND (`category`.`id` IN (?)) GROUP BY `category`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  "page"
  true
  false
  null
  "product_list"
  "page"
  "page"
  "product_list"
  b"H\x12\x02S\f\x04HH­w]2δí#"
]
36 0.40 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"2•ÇjËôÊ®Ó<6±µü,±"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  b"H\x12\x02S\f\x04HH­w]2δí#"
]
37 8.42 ms
# header::navigation::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` LEFT JOIN `product_stream` `category.productStream` ON `category`.`product_stream_id` = `category.productStream`.`id` LEFT JOIN `cms_page` `category.cmsPage` ON `category`.`cms_page_id` = `category.cmsPage`.`id` AND `category`.`cms_page_version_id` = `category.cmsPage`.`version_id` LEFT JOIN `product_category_tree` `category.nestedProducts.mapping` ON `category`.`id` = `category.nestedProducts.mapping`.`category_id`  AND `category`.`version_id` = `category.nestedProducts.mapping`.`category_version_id` LEFT JOIN `product` `category.nestedProducts` ON `category.nestedProducts.mapping`.`product_id` = `category.nestedProducts`.`id`  AND `category.nestedProducts`.`version_id` = `category.nestedProducts.mapping`.`product_version_id` LEFT JOIN `product` `category.nestedProducts.parent` ON `category.nestedProducts`.`parent_id` = `category.nestedProducts.parent`.`id` AND `category.nestedProducts`.`parent_version_id` = `category.nestedProducts.parent`.`version_id` WHERE (`category`.`version_id` = ?) AND (((`category`.`id` = ? OR (`category`.`type` = ? AND (IFNULL(`category.nestedProducts`.`active`, `category.nestedProducts.parent`.`active`) = ? OR `category.productStream`.`invalid` = ?) AND (`category.cmsPage`.`id` <=> ? OR `category.cmsPage`.`type` = ?)) OR NOT (`category`.`type` <=> ?) OR (`category`.`type` = ? AND NOT (`category.cmsPage`.`type` IN (?)))))) AND (`category`.`id` IN (?, ?, ?, ?)) GROUP BY `category`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  "page"
  true
  false
  null
  "product_list"
  "page"
  "page"
  "product_list"
  b"""
    \n
    AR´ª:׋Ýk6lÁy
    """
  b"سıÕX▀áJ»7±7í┘ËÕ"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  b"H\x12\x02S\f\x04HH­w]2δí#"
]
38 1.30 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    \n
    AR´ª:׋Ýk6lÁy
    """
  b"سıÕX▀áJ»7±7í┘ËÕ"
  b"2•ÇjËôÊ®Ó<6±µü,±"
]
39 0.74 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01Š¼ÑÅ\x10~¼·\x08ŒD\x16ŸÁM"
  b"\x01è█W\x11.q@É6\\vÔÕ┼┼"
  b"\x01ŠÛW7>v\v¼;\x1D(\x01\x160B"
]
40 0.16 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
41 0.12 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
42 0.08 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
43 0.07 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
44 0.15 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ?)
Parameters:
[
  "Netzkollektiv\EasyCredit\Payment\Handler"
]
45 0.20 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`, (SELECT GROUP_CONCAT(HEX(`sales_channel.paymentMethods.mapping`.`payment_method_id`) SEPARATOR '||')
                  FROM `sales_channel_payment_method` `sales_channel.paymentMethods.mapping`
                  WHERE `sales_channel.paymentMethods.mapping`.`sales_channel_id` = `sales_channel`.`id` ) as `sales_channel.paymentMethods.id_mapping`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name as `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
]
46 0.30 ms
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` WHERE `payment_method`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰NÒÃûsú´¶½\x03Dh{â"
  b"""
    \x01‰NÓ\n
    ¸q豬ÿJÎ%\x03:
    """
  b"""
    \x01‰NÓ\n
    ºr\x17•j\z€úƒ>
    """
  b"""
    \x01‰NÓ\n
    »r\x06 Ù½¿UÀå\x19
    """
  b"""
    \x01ëNË\n
    ╝rØÜ0.BÞçR█
    """
  b"""
    \x01ëNË\n
    ╝rØÜ0.BÚ+\t
    """
  b"\x01ëdch?p\x06ÅÁôòjÈh®"
  b"\x01‰dg§Ðq?¼÷7„\x01l9¾"
  b"\x01‰dg§Ðq?¼÷7„\x027€"
  b"\x01‰dg§Ðq?¼÷7„\x02æ\x16\x03"
  b"\x01‰dg§Ðq?¼÷7„\x03=‹u"
  b"\x01‰dg§Ðq?¼÷7„\x04ŸµÛ"
  b"\x01‰dg§Ðq?¼÷7„\x04´­\x17"
  b"\x01‰dg§Ðq?¼÷7„\x05ÆÏç"
  b"\x01‰dg§Ðq?¼÷7„\x06YRõ"
  b"\x01‰dg§Ðq?¼÷7„\x07:ײ"
  b"\x01‰dg§Ðq?¼÷7„\x08\x01\x03ß"
  b"\x01Œ «\x1DŠ\x7F®‡Ì¤@œ\x1D\x12"
  b"\x01Ä\x07ø[¢q ØÊk<┤\x06ÝZ"
  b"\x01Ä\x18eÒËs7ÿ=IØ\x02\x1688"
  b"\x01Ž1Ë‘Tq˜Ÿ—D „„Ûö"
  b"\Uù­Š9my!eE^\x07Š<_"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
]
47 1.36 ms
# category::data::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"2•ÇjËôÊ®Ó<6±µü,±"
]
48 0.17 ms
# category::cms-page::read
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, COALESCE(`cms_page.translation.name`,`cms_page.translation.name`) as `cms_page.name`, `cms_page.translation.customFields`, COALESCE(`cms_page.translation.customFields`,`cms_page.translation.customFields`) as `cms_page.customFields`, `cms_page.translation.createdAt`, `cms_page.translation.updatedAt`, `cms_page.translation.cmsPageId`, `cms_page.translation.languageId`, `cms_page.translation.cmsPageVersionId` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.cms_page_id, `cms_page.translation`.cms_page_version_id, `cms_page.translation`.name as `cms_page.translation.name`, `cms_page.translation`.custom_fields as `cms_page.translation.customFields`, `cms_page.translation`.created_at as `cms_page.translation.createdAt`, `cms_page.translation`.updated_at as `cms_page.translation.updatedAt`, `cms_page.translation`.cms_page_id as `cms_page.translation.cmsPageId`, `cms_page.translation`.language_id as `cms_page.translation.languageId`, `cms_page.translation`.cms_page_version_id as `cms_page.translation.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.language_id = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.cms_page_version_id = `cms_page`.version_id WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‰NÒÄ2p¢·jTe=UÞÒ"
]
49 0.24 ms
# category::cms-page::association::sections::read
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` as `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` as `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, COALESCE(`cms_section.backgroundMedia.translation.title`,`cms_section.backgroundMedia.translation.title`) as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, COALESCE(`cms_section.backgroundMedia.translation.alt`,`cms_section.backgroundMedia.translation.alt`) as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, COALESCE(`cms_section.backgroundMedia.translation.customFields`,`cms_section.backgroundMedia.translation.customFields`) as `cms_section.backgroundMedia.customFields`, `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation.languageId` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.media_id, `cms_section.backgroundMedia.translation`.title as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.alt as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.custom_fields as `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation`.created_at as `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation`.updated_at as `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation`.media_id as `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation`.language_id as `cms_section.backgroundMedia.translation.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.language_id = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‰NÒÄ2p¢·jTe=UÞÒ"
]
50 0.19 ms
# category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` as `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` as `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, COALESCE(`cms_block.backgroundMedia.translation.title`,`cms_block.backgroundMedia.translation.title`) as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, COALESCE(`cms_block.backgroundMedia.translation.alt`,`cms_block.backgroundMedia.translation.alt`) as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, COALESCE(`cms_block.backgroundMedia.translation.customFields`,`cms_block.backgroundMedia.translation.customFields`) as `cms_block.backgroundMedia.customFields`, `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation.languageId` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.media_id, `cms_block.backgroundMedia.translation`.title as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.alt as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.custom_fields as `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation`.created_at as `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation`.updated_at as `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation`.media_id as `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation`.language_id as `cms_block.backgroundMedia.translation.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.language_id = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‰NÒÄîqP“Eá\x0En)ÕV"
]
51 0.15 ms
# category::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, COALESCE(`cms_slot.translation.config`,`cms_slot.translation.config`) as `cms_slot.config`, `cms_slot.translation.customFields`, COALESCE(`cms_slot.translation.customFields`,`cms_slot.translation.customFields`) as `cms_slot.customFields`, `cms_slot.translation.createdAt`, `cms_slot.translation.updatedAt`, `cms_slot.translation.cmsSlotId`, `cms_slot.translation.languageId`, `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.cms_slot_id, `cms_slot.translation`.cms_slot_version_id, `cms_slot.translation`.config as `cms_slot.translation.config`, `cms_slot.translation`.custom_fields as `cms_slot.translation.customFields`, `cms_slot.translation`.created_at as `cms_slot.translation.createdAt`, `cms_slot.translation`.updated_at as `cms_slot.translation.updatedAt`, `cms_slot.translation`.cms_slot_id as `cms_slot.translation.cmsSlotId`, `cms_slot.translation`.language_id as `cms_slot.translation.languageId`, `cms_slot.translation`.cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.language_id = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.cms_slot_version_id = `cms_slot`.version_id WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‰NÒÄ3sà•÷\x05\x12Y-Š\x1A"
  b"\x01‰NÒÄ3sà•÷\x05\x12YàA4"
  b"\x01‰NÒÅ\x05pM¼ÃV¶ð{ìh"
]
52 0.22 ms
# product-listing::load-sortings::search-ids
SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`active` = ?) ORDER BY `product_sorting`.`priority` DESC
Parameters:
[
  true
]
53 0.15 ms
# product-listing::load-sortings::read
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.label`, COALESCE(`product_sorting.translation.label`,`product_sorting.translation.label`) as `product_sorting.label`, `product_sorting.translation.createdAt`, `product_sorting.translation.updatedAt`, `product_sorting.translation.productSortingId`, `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.product_sorting_id, `product_sorting.translation`.label as `product_sorting.translation.label`, `product_sorting.translation`.created_at as `product_sorting.translation.createdAt`, `product_sorting.translation`.updated_at as `product_sorting.translation.updatedAt`, `product_sorting.translation`.product_sorting_id as `product_sorting.translation.productSortingId`, `product_sorting.translation`.language_id as `product_sorting.translation.languageId` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.language_id = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰NÒÇöqÛ¤o£4Õ2÷Æ"
  b"\x01‰NÒÇöqÛ¤o£4Ö#ëw"
  b"\x01‰NÒÇöqÛ¤o£4ÖVõ3"
  b"\x01‰NÒÇöqÛ¤o£4×\x15\fì"
  b"\x01‰NÒÇöqÛ¤o£4×æ\ê"
  b"\x01‰NÒÈmrúµ£prö’¯Ì"
]
54 0.49 ms
# product-listing-route::category-loading::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"2•ÇjËôÊ®Ó<6±µü,±"
]
55 0.25 ms
# product-listing-route::category-loading::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"2•ÇjËôÊ®Ó<6±µü,±"
]
56 1.13 ms
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.translation.name`, COALESCE(`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) as `product_manufacturer.name`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) as `product_manufacturer.customFields`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name as `product_manufacturer.translation.name`, `product_manufacturer.translation`.description as `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields as `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.language_id = ?) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"db3\x1AiÍÇ·mÈ\x116Ê'\x13Ý"
  b"""
    ÜÕõ\r\n
    ú²¯Ÿ·2Ý›¿
    """
  b""ðÑÛŠKÿáʤQm9\x15ˆ¥"
]
57 0.52 ms
# product-listing-loader::resolve-previews
            SELECT
                parent.variant_listing_config as variantListingConfig,
                LOWER(HEX(child.id)) as id,
                LOWER(HEX(parent.id)) as parentId
             FROM product as child
                INNER JOIN product as parent
                    ON parent.id = child.parent_id
                    AND parent.version_id = child.version_id
             WHERE child.version_id = ?
             AND child.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"QÒÝ4m\x01Ó¯~~3™e\t\r"
  b"\r&\x18h\r”å\x02#س¾C'4‘"
  b"Æ├╔ü%ÕcêH÷[æÖç(e"
  b"Ÿd©PbYÅZíI^!?\x17\x01à"
  b"\r\x07\x14É\x138¸v─))\x16Ë"
  b"\x00\x1CK½Éß¹¾úQlA╠\vÀg"
  b"\x00™D<o†—\x1A¦LÎ2t‹ì™"
  b"\x01™]HY\x1AØçÏ\x14µÕëÒ‡Æ"
  b"\x02“lOÅ~ÑlŽEã’\x08o[˜"
  b"\x02¾¹ü4¤\fRØŒnŠÙÛ\x1E"
  b"\x03ý\x15ÓLg# Ï\x166:®¨S9"
  b"\x04\x06Å\x1A×pºv\x1D*N\x18~§─ì"
]
58 0.55 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
  true
  b" æ"ûïïZ\x17^fìºw»\x7F4"
  b"""
    kW”‰TNnþø\n
    |Èt\x08\x1AÔ
    """
  b"""
    £‗T5\x06-ü'E0øp\x19H\n
    /
    """
  b"/\x15Ü\x02š_üÒ\x02¦\r¬\ì\x19"
  b"„±Yk™šgÃ;vbp†©€D"
  b"\x04üœœö\x19\x0Fî~Î\ä…1"
  b"JìÊ)\À1S.\e å`Ö‰x"
  b"Æjšêw+Âá…Ž¿Þ\x02eºÞ"
  b"äƪ=ð…›ð9éï:éÐ'\f"
  b"aë@DÇÊ7gþöHÍW$Z"
  b"""
    ûÈü\x11zˇ“‰\x01\n
    bâ ?\x12
    """
  b"K¡|@©\x15\x1F8sv2^6\x11ŽÓ"
]
59 0.52 ms
# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
  true
  b"äƪ=ð…›ð9éï:éÐ'\f"
  b"Æjšêw+Âá…Ž¿Þ\x02eºÞ"
  b"aë@DÇÊ7gþöHÍW$Z"
  b"Ÿd©PbYÅZíI^!?\x17\x01à"
  b"K¡|@©\x15\x1F8sv2^6\x11ŽÓ"
  b"\x00\x1CK½Éß¹¾úQlA╠\vÀg"
  b"""
    kW”‰TNnþø\n
    |Èt\x08\x1AÔ
    """
  b"""
    £‗T5\x06-ü'E0øp\x19H\n
    /
    """
  b"/\x15Ü\x02š_üÒ\x02¦\r¬\ì\x19"
  b"„±Yk™šgÃ;vbp†©€D"
  b"\x04üœœö\x19\x0Fî~Î\ä…1"
  b"\x04\x06Å\x1A×pºv\x1D*N\x18~§─ì"
]
60 4.96 ms
# product-listing-route::loading::read
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.productManufacturerVersionId`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, (SELECT GROUP_CONCAT(HEX(`product.categories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `product_category` `product.categories.mapping`
                  WHERE `product.categories.mapping`.`product_id` = `product`.`categories` AND `product.categories.mapping`.product_version_id = `product`.version_id ) as `product.categories.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.product_manufacturer_id, `product.manufacturer.translation`.product_manufacturer_version_id, `product.manufacturer.translation`.name as `product.manufacturer.translation.name`, `product.manufacturer.translation`.description as `product.manufacturer.translation.description`, `product.manufacturer.translation`.custom_fields as `product.manufacturer.translation.customFields`, `product.manufacturer.translation`.created_at as `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at as `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id as `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id as `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.language_id = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product.manufacturer`.version_id LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"äƪ=ð…›ð9éï:éÐ'\f"
  b"Æjšêw+Âá…Ž¿Þ\x02eºÞ"
  b"aë@DÇÊ7gþöHÍW$Z"
  b"Ÿd©PbYÅZíI^!?\x17\x01à"
  b"K¡|@©\x15\x1F8sv2^6\x11ŽÓ"
  b"\x00\x1CK½Éß¹¾úQlA╠\vÀg"
  b"""
    kW”‰TNnþø\n
    |Èt\x08\x1AÔ
    """
  b"""
    £‗T5\x06-ü'E0øp\x19H\n
    /
    """
  b"/\x15Ü\x02š_üÒ\x02¦\r¬\ì\x19"
  b"„±Yk™šgÃ;vbp†©€D"
  b"\x04üœœö\x19\x0Fî~Î\ä…1"
  b"\x04\x06Å\x1A×pºv\x1D*N\x18~§─ì"
]
61 1.06 ms
# product-listing-route::loading::association::options::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Ç0P_\x1Cô~fó„\x1E}ðFÍz"
  b"æU/?[@­71ý\x08h\x0F,Ë…"
  b"┬vØyµ\x08Ú×f[¨µÎçñZ"
  b"┬vØyµ\x08Ú×f[¨µÎçñZ"
  b"┬vØyµ\x08Ú×f[¨µÎçñZ"
  b"ŽÒ\fá[ŸI‹a_îRB˜F&"
  b"æU/?[@­71ý\x08h\x0F,Ë…"
  b"æU/?[@­71ý\x08h\x0F,Ë…"
  b"æU/?[@­71ý\x08h\x0F,Ë…"
  b"ã0¢Y³ŠH9ºäñ)\ZŠ˜"
  b"æU/?[@­71ý\x08h\x0F,Ë…"
  b"æU/?[@­71ý\x08h\x0F,Ë…"
]
62 0.73 ms
# product-listing-route::loading::association::crossSellings::read
SELECT `product_cross_selling`.`id` as `product_cross_selling.id`, `product_cross_selling`.`position` as `product_cross_selling.position`, `product_cross_selling`.`sort_by` as `product_cross_selling.sortBy`, `product_cross_selling`.`sort_direction` as `product_cross_selling.sortDirection`, `product_cross_selling`.`type` as `product_cross_selling.type`, `product_cross_selling`.`active` as `product_cross_selling.active`, `product_cross_selling`.`limit` as `product_cross_selling.limit`, `product_cross_selling`.`product_id` as `product_cross_selling.productId`, `product_cross_selling`.`product_version_id` as `product_cross_selling.productVersionId`, `product_cross_selling`.`product_stream_id` as `product_cross_selling.productStreamId`, `product_cross_selling`.`created_at` as `product_cross_selling.createdAt`, `product_cross_selling`.`updated_at` as `product_cross_selling.updatedAt`, `product_cross_selling.translation.name`, COALESCE(`product_cross_selling.translation.name`,`product_cross_selling.translation.name`) as `product_cross_selling.name`, `product_cross_selling.translation.createdAt`, `product_cross_selling.translation.updatedAt`, `product_cross_selling.translation.productCrossSellingId`, `product_cross_selling.translation.languageId` FROM `product_cross_selling` LEFT JOIN (SELECT `product_cross_selling.translation`.product_cross_selling_id, `product_cross_selling.translation`.name as `product_cross_selling.translation.name`, `product_cross_selling.translation`.created_at as `product_cross_selling.translation.createdAt`, `product_cross_selling.translation`.updated_at as `product_cross_selling.translation.updatedAt`, `product_cross_selling.translation`.product_cross_selling_id as `product_cross_selling.translation.productCrossSellingId`, `product_cross_selling.translation`.language_id as `product_cross_selling.translation.languageId` FROM `product_cross_selling_translation` `product_cross_selling.translation` WHERE `product_cross_selling.translation`.language_id = ?) `product_cross_selling.product_cross_selling_translation` ON `product_cross_selling.product_cross_selling_translation`.`product_cross_selling_id` = `product_cross_selling`.`id` WHERE (COALESCE(`product_cross_selling.translation.name`) = ? AND `product_cross_selling`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "COLOR_VARIANT"
  b"\x00\x1CK½Éß¹¾úQlA╠\vÀg"
  b"\x04\x06Å\x1A×pºv\x1D*N\x18~§─ì"
  b"/\x15Ü\x02š_üÒ\x02¦\r¬\ì\x19"
  b"\x04üœœö\x19\x0Fî~Î\ä…1"
  b"K¡|@©\x15\x1F8sv2^6\x11ŽÓ"
  b"aë@DÇÊ7gþöHÍW$Z"
  b"""
    kW”‰TNnþø\n
    |Èt\x08\x1AÔ
    """
  b"„±Yk™šgÃ;vbp†©€D"
  b"""
    £‗T5\x06-ü'E0øp\x19H\n
    /
    """
  b"Ÿd©PbYÅZíI^!?\x17\x01à"
  b"Æjšêw+Âá…Ž¿Þ\x02eºÞ"
  b"äƪ=ð…›ð9éï:éÐ'\f"
  b" æ"ûïïZ\x17^fìºw»\x7F4"
  b"JìÊ)\À1S.\e å`Ö‰x"
  b"""
    ûÈü\x11zˇ“‰\x01\n
    bâ ?\x12
    """
]
63 1.50 ms
# product-listing-route::loading::association::categories::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`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  b"7¼/u¿\eÏèE\n\x1A\x006L"
  b"@\x00‹šS€ü¬Î9v¿|\x08¯["
  b"In\x05á® ©ÄeX\x00觹ê("
  b"""
    \n
    AR´ª:׋Ýk6lÁy
    """
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"üI\f¤\\x00±$›¾5T¤ýöû"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  b"7¼/u¿\eÏèE\n\x1A\x006L"
  b"@\x00‹šS€ü¬Î9v¿|\x08¯["
  b"In\x05á® ©ÄeX\x00觹ê("
  b"""
    \n
    AR´ª:׋Ýk6lÁy
    """
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"üI\f¤\\x00±$›¾5T¤ýöû"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  b"7¼/u¿\eÏèE\n\x1A\x006L"
  b"In\x05á® ©ÄeX\x00觹ê("
  b"سıÕX▀áJ»7±7í┘ËÕ"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"üI\f¤\\x00±$›¾5T¤ýöû"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  b"7¼/u¿\eÏèE\n\x1A\x006L"
  b"In\x05á® ©ÄeX\x00觹ê("
  b"سıÕX▀áJ»7±7í┘ËÕ"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"üI\f¤\\x00±$›¾5T¤ýöû"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  b"7¼/u¿\eÏèE\n\x1A\x006L"
  b"In\x05á® ©ÄeX\x00觹ê("
  b"سıÕX▀áJ»7±7í┘ËÕ"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"üI\f¤\\x00±$›¾5T¤ýöû"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  b"7¼/u¿\eÏèE\n\x1A\x006L"
  b"In\x05á® ©ÄeX\x00觹ê("
  b"سıÕX▀áJ»7±7í┘ËÕ"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"üI\f¤\\x00±$›¾5T¤ýöû"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  b"7¼/u¿\eÏèE\n\x1A\x006L"
  b"In\x05á® ©ÄeX\x00觹ê("
  b"سıÕX▀áJ»7±7í┘ËÕ"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"üI\f¤\\x00±$›¾5T¤ýöû"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  b"7¼/u¿\eÏèE\n\x1A\x006L"
  b"In\x05á® ©ÄeX\x00觹ê("
  b"سıÕX▀áJ»7±7í┘ËÕ"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"üI\f¤\\x00±$›¾5T¤ýöû"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  b"7¼/u¿\eÏèE\n\x1A\x006L"
  b"In\x05á® ©ÄeX\x00觹ê("
  b"سıÕX▀áJ»7±7í┘ËÕ"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"üI\f¤\\x00±$›¾5T¤ýöû"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  b"""
    \n
    AR´ª:׋Ýk6lÁy
    """
  b"üI\f¤\\x00±$›¾5T¤ýöû"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  b"7¼/u¿\eÏèE\n\x1A\x006L"
  b"In\x05á® ©ÄeX\x00觹ê("
  b"سıÕX▀áJ»7±7í┘ËÕ"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"üI\f¤\\x00±$›¾5T¤ýöû"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  b"7¼/u¿\eÏèE\n\x1A\x006L"
  b"@\x00‹šS€ü¬Î9v¿|\x08¯["
  b"In\x05á® ©ÄeX\x00觹ê("
  b"""
    \n
    AR´ª:׋Ýk6lÁy
    """
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"üI\f¤\\x00±$›¾5T¤ýöû"
]
64 0.42 ms
# product-listing-route::loading::association::prices::read
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00\x1CK½Éß¹¾úQlA╠\vÀg"
  b"\x04\x06Å\x1A×pºv\x1D*N\x18~§─ì"
  b"/\x15Ü\x02š_üÒ\x02¦\r¬\ì\x19"
  b"\x04üœœö\x19\x0Fî~Î\ä…1"
  b"K¡|@©\x15\x1F8sv2^6\x11ŽÓ"
  b"aë@DÇÊ7gþöHÍW$Z"
  b"""
    kW”‰TNnþø\n
    |Èt\x08\x1AÔ
    """
  b"„±Yk™šgÃ;vbp†©€D"
  b"""
    £‗T5\x06-ü'E0øp\x19H\n
    /
    """
  b"Ÿd©PbYÅZíI^!?\x17\x01à"
  b"Æjšêw+Âá…Ž¿Þ\x02eºÞ"
  b"äƪ=ð…›ð9éï:éÐ'\f"
  b" æ"ûïïZ\x17^fìºw»\x7F4"
  b"JìÊ)\À1S.\e å`Ö‰x"
  b"""
    ûÈü\x11zˇ“‰\x01\n
    bâ ?\x12
    """
]
65 0.18 ms
# product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, COALESCE(`unit.translation.shortCode`,`unit.translation.shortCode`) as `unit.shortCode`, `unit.translation.name`, COALESCE(`unit.translation.name`,`unit.translation.name`) as `unit.name`, `unit.translation.customFields`, COALESCE(`unit.translation.customFields`,`unit.translation.customFields`) as `unit.customFields`, `unit.translation.createdAt`, `unit.translation.updatedAt`, `unit.translation.unitId`, `unit.translation.languageId` FROM `unit` LEFT JOIN (SELECT `unit.translation`.unit_id, `unit.translation`.short_code as `unit.translation.shortCode`, `unit.translation`.name as `unit.translation.name`, `unit.translation`.custom_fields as `unit.translation.customFields`, `unit.translation`.created_at as `unit.translation.createdAt`, `unit.translation`.updated_at as `unit.translation.updatedAt`, `unit.translation`.unit_id as `unit.translation.unitId`, `unit.translation`.language_id as `unit.translation.languageId` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.language_id = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
66 0.20 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
67 0.10 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
68 0.08 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
69 4.64 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500
Parameters:
[
  true
  b"æU/?[@­71ý\x08h\x0F,Ë…"
  b"\ne\x16ë ÍsS\x00}®¯*þ×¹"
  b"\x08d=Ή!å`»Á’‚T£›ú"
  b"æé®­Š\x00œó•Œ\x01JYZmG"
  b"Ç0P_\x1Cô~fó„\x1E}ðFÍz"
  b"ŽÒ\fá[ŸI‹a_îRB˜F&"
  b"åY»øÅè¿vKb¬aò\rŽ\x19"
  b"üL27(K§±¬ygŽz!\tû"
  b"Çy\x0F\x1Eú³Ø"‹\x04?¹ïÏ×"
  b"ã0¢Y³ŠH9ºäñ)\ZŠ˜"
  b"÷╦\x13üÕoÙº'o\x00¯»÷ÏÅ"
  b"┬vØyµ\x08Ú×f[¨µÎçñZ"
  b"E&iæ)F-y1*ñ\\x10¾¦`"
  b"kªfÈ{\f~XzPYØ€Ó$Á"
  b"—¡'ç\x18Ò¢G\x06Ö‚¿,EO\e"
  b"CJ@\x7F¥{MÓ'á …Ô$¿ô"
  b"¼;▄\x19É\x08\x07\x17/\x1Cq▒ít"
  b"NÉi 2ho\tÞ0êÒ¨\x01À\x18"
  b"WêDñ›t@_@º¤_ÅaI:"
  b"‗Úê\x0E\x14üb¦®ù\x16~c\x1F╦À"
  b"ýU¥ „;™æ\x16L\x11sLlÕ "
  b"\x1EÙ Éâu’Y>!¦Ý«¡©y"
  b"A;"BëÝ^RD|\x06üH\x08§É"
  b":ajS\x05àl̈;Ú:¶;\x10µ"
  b"þ¬³„§—‘q’àx1\x01xô "
  b"\x1E\x10\x11\eä«b&ƒË\fì"
  b"9.o\x01¶þ½¢\x12\x0Eã!_‡ä"
  b"ëâ”m8Ž\x15.N7ð‚Ÿø\x1ET"
  b"Ï└W\Ï\x01\x11Ä▒3Å▓k÷┘6"
  b"|X\x10úž´2¡¡êãn1\x1AÜ2"
  b"\x06"┼)\v╠$ÝÌê┴É\x18ùRÿ"
  b"Q\x1Fl¥èäý0MÂ2ƒQàü<"
  b"Ê\x15«┌Á"\x13éúz\x17tà&ü)"
  b"Ô‡Où*\šš\x11ôP\x1Fc2ÍF"
  b"ó5Ñ+}VÉwxuq├╦W¡ı"
  b"|à­\x7FÉPíðoM_\x10Äwv’"
  b"‚ðQ)ÜÕ¬&î˜ö\x14»F©\x04"
  b"•Û\e\x17käÓPšaI·ˆ\x1A\tQ"
  b"04¥à\x1CïpgDëüšKj“‰"
  b"VÁ¡¸ŸJs\x7F\x1CzKRåìǪ"
  b"‗÷kıfPM┼M{DA┤5ÅR"
  b"\x14\x02§è.\x18ȇ)›Ö¬ß¶Ÿú"
  b":~¨éÍC®Rþ’E4.ôÜM"
  b"\t\e\x18ü┌j┌]p\x1Dâ\x06R©&Ý"
  b"f£%–Э\x1Aûƒcƒ/\x10aŸ^"
  b"R‰né\x01\x05ß¹‹['M½ÀÒ\x16"
  b"Å\x02…Ä8›¼\x12ë\x7F9¥—3ø‡"
  b"g‗»ònP\x1E9BäóêÉÞba"
  b"¯GQêHyL"Î…\rSO¶WÙ"
  b"75íåÂc\x14Þ§╩é╠ØO<ª"
  b"P$"wÌ&6\vœÛÐ;uÂÖT"
  b"¤═╣ÏýÓZôÆ╝½8É\x1A"
  b"\rÍÃBô\x04œL@Eì9š¹"
  b"h╗y!¾§\x15╔Åé\x12ñI©┤4"
  b"\x13ÛŽì `šÊæ\t¡¬Oƒö¾"
  b"·JsÎ\x14#3─Dh¥Å\x1F&JÚ"
  b"EÉ┼4ï╚è\x07?é¢t¶R:ñ"
  b"Ög«á:\x16Å╬\x1Dõ└ì5]╔Î"
  b"\x14\x13-7v&i4ï»è+Qó\x02\n"
  b"N¶&P4º½Vi[·\x02ÝJ)Á"
  b"A╚W¿┌2!Ýü§¾³L«Ï¾"
  b"EAæi—ÙF\f+ž¹rvØrø"
  b"Ìй\x13\x10³b"Ø\v\x16]5\x06\x1F\x1E"
  b"³h´þ+@J\x1E‘¬ßÏÂ5Ü?"
  b" 50’\x7F»Ÿÿ\f?~'ömÿø"
  b"2]2>ù†Uµàϸ[“u‹\x07"
  b"p lz-W“\x13´½l2Yjá3"
  b";ç¥IYû3ÿù[@\x1E¸Íà\x05"
  b"Ó9üV║]\rû¸fM¨\x7Fíc9"
  b"║úqj┴ìÉ┬\x04æ F¢n`P"
  b"éz®»UŠNu;8³e¼\vë?"
  b">Ô~JæÚ„ìO%Z¹_Î&\x0F"
  b"ƒæUl°\x17@©ÜP\f\r£‡Œâ"
  b"Wu§%\x01šó?z\x14‡S±Ž×b"
  b"N“ušP·\vC<ͱïA…üÁ"
  b"\x14dA—0²:K²òçY\x03\x01"
  b"d,ã*\x17ÞÞ£Ò\x1A&‚j¥…\x02"
  b"þ¨ikv§\o²J”8Ýè~ç"
  b"!ÍRÄáJ¬zp‡¿bmý¿\x1D"
  b"”c‰·u<³²ÀyK,‹V|Î"
  b"Å…ªò<~4̾æ-Š‘7q\r"
  b"\x02­\x17\x19yá˜òªÃ½`\x10Ǿ\v"
  b"Ñ«Ïsg­\x18ÿeèÅC30³¹"
  b"ô•ïOr\x1FÛxi7ÁD²,\x16\x13"
  b"ÎÊÄ\x1F¸iâªP~^å\rù\x03ý"
  b"Ú╣þ±¸\x13╬Z\x1Aà}É6\x07Þ\x18"
  b"`É#┬õ®\x15╚g¢é\x15£|e§"
  b"┘ë26{¼ÍÁx¡Øå×µ¬\"
  b" Có_ÂÑ¢ýâ4BØé\x1F\tó"
  b"\x15\x16C\f–„ªvN°uW¤-Gx"
  b"Â\x01Sp¤À´\x1Am$ÌA®"/""
  b"\x11ž9l]KR•—UØÙþ½Ž"
  b"¨U1ß@R$Ý\x06¢I¼ƒä‚ö"
  b"-Õù╔«!^}[/P|2üñû"
  b"Ö\eÇïqøt\x02²X‚ë˜Ñ±K"
  b"\x05vÌ<3Ù#Ø═xO·a­Uâ"
  b"(];*\x04Ãü¾.@N)\x08ùËß"
  b"vî╝ôd?úÀ&Å\x19L\f£àÛ"
  b"\x0E¹Y\x16\x7F.5Œ\x03ê$OÄK¦N"
  b"\x07s)Ô\fök±f\x11PÙò>“"
  b"À:\x1C’:µÒe"Ù™\x06‹Cßs"
  b"Û$ù5ØÞ╚X■GdäV¿\x1D\x1D"
  b"ï?E!Ä\x02\e&ˆ:¾ù>Ã"
  b"ó&+¾z’–\x05¼êZ5î‘r~"
  b"úös¶ `aº2\x04êÄ¡.#Š"
  b"\x15\x1CØÁÃ×▄»ã╗_╝åá!¶"
  b"\x18!øYãAêé\eš†5›ÉÈv"
  b"#JÇ4ßdˆÎ\x1Aª\x10#Pìÿ\x19"
  b"Wš²\x00\x08\x15#ݵÍgB\x1F–µ’"
  b"™þjÃö‘XLG\x1F\t´®V…Õ"
  b"Ь–\x00A0AWí\x1Eá†ß\x17"
  b"Îgl\x08ÊÅ╠ÁÏ_Ñ!ܲ\x17#"
  b"å\x18Qâüì\x04Ã2'Lë\x7F\r\x1E\x15"
  b"6ñÀÂG,ë9k'À-„›¢\n"
  b"GÜ`ng\:\x0El?Úr\x17\x18\x06ˆ"
  b"\x15\x16ªõü%¼!±\x07¿µ\x1Ayõ…"
  b"├L\x0Emìk╬w^½Ý\x7F ╩âr"
  b"C!üvãÄf™àöwÉgéý\n"
  b"\x1C\x05›b±·\r\x10ÊaMzNFJi"
  b"¢=ÈD\x0Eƒ*Óð6ÀDô?\x10ï"
  b"Ù$\fOè}gÀ‡B½_\x7FG\x1C"
  b"½bvØÓÃW\x11\x0FmkÃôâÒ’"
  b"z\x07ü¼Ä“&‚H"Ã\x013Fc;"
  b"Žn_O…f÷\x00ÚCú%œ`Ùî"
  b"""
    \fm\x13þ\n
    üYDÍ\x1CuG0$>
    """
  b"šL÷é/T¥ºM\eŽd‘2‡»"
  b"\x15\x03ª╩tüg³ÃdæYÜe#v"
  b"$¤ì1/-Í“%ñ?®7˜!"
  b"cCþñMé?BŸo?$\x11\x1Eñ"
  b"j½¿m\x7F!ÝšØüVGMrŽ>"
  b"ù──¼æ»õèÝ¡Ñ┤CØ^\x19"
  b"ÀÈX„c7\x14%Ú—U(·'Kø"
  b"═-┬ÚÉ╚SÒñ\x1566¿¼Z╚"
  b"ê@S\eÒ+<J~ßS\x19Q‘kö"
  b"ïCr9)†¬hË'eÕ\rwBã"
  b"´╚ø÷\x1C+ƒÉ®╠Ý▄ÿm┌Õ"
  b"\x07o\eÂÛÉôÛÄ\x12BÓÁªP\x1E"
  b" ?õî:r8î\f*\x17¯×a\x12¤"
  b"ü¨\x11¥8┤2├¯oÚÐ┌P²\x1E"
  b"˜I5¦Ù&‹Ø\x1ASc\x1E¸n:\x19"
  b"¡ÙTD&üñ█\x07\x14\x17┬╗\r"
  b"ÑB4\x13mm3-–\x05Ðjzy¡""
  b"ó[\x14‡y‹§ªÓñ$†®C¥,"
  b"øIJ[ì Ý£Õþv\O\x13o_"
  b"u–\e&\x1AH\x19]‡†s‚SÐkÈ"
  b"ƒ'ìS±Y\x17{‰y`›)8e¥"
  b"ó{\vú\x1FÛÒÄY¦}J>Ø\x12U"
  b"ZFÿq:û¥Z}Ã(\x7FÓ'þI"
  b"–`§Ù\x10úÒ™¯ænÉ_\x7F"
  b"$tW+\x15þÂ4\x01#Ꙣûo "
  b"(9*Ò\x17\x13$M™è­JÖPvË"
  b"ûP4}ìúõoF>üøX®╩┴"
  b":L%å\x1Co%‡·O!üFŽ-°"
  b"î×®á)¸«nð([%±\x02"
  b"ø\x15\x07_Ú}kbŽ\x06Ã0\x7F"
  b"\x0Fç¸}zKÛ²Ø░cõc¢®\x19"
  b"\x1FÍ\x14\x01µ‚î\x00\x04\x19\x11,"
  b"#Éh>´¸▓òTÀÂ\x17ù/\&"
  b">]5\x00\tVòlœD:üv\x06|+"
  b"‘e\x15\x1D¿\x1A[‡\x0EÓF]ƒ3‰L"
  b"ûzë\x17Ý¿g2ˆi’~MŽ¡®"
  b"%C»w<îÒåJ \x05†£A@9"
  b"4Z\x07?™Þ<"ŒFf ᙶ&"
  b"9t?mJ¢\x04VU•îœpâý¡"
  b"@!—ífX†\x0Eå\x14F)\x10Äàí"
  b"BùÉD—\x18¦\x04L.'®Âœ%g"
  b"b\x14Þ—KÆg°F\x7F\x12\x18½C\x04W"
  b"m=ÒZñ"Æ'±zØ‹\x12lä%"
  b"…q®Pö\x16èíOú¡TAÚ$j"
  b"║ýwãÅ┤Y▒%\x15ê+à¿ãw"
  b"\µÌþÎ\vØóÃ╩ò¢ù´\x0E~"
  b"eÁØ~\x15}A7Uã1²ã@:€"
  b"~82ÄxÚå\x1C\x14¦ã\x00ß6Q©"
  b"´´»Ô¾s3qüFû»¢…Gq"
  b"¶üÌ'»Ó|‗│÷ñÂ+Å\x07s"
  b")Ùñç+▀êÉ\x18«÷╚ql■ï"
  b";™5ã€\e®%=™Š”ĸ k"
  b"Ck¡Ø»¥JÆ­¤¬\x19Ký0÷"
  b"áÍÊý\x05º\x12¡}¶¼¹\x1C\x07®«"
  b"Aû+b„ÓäŸï‘¸\x01N†\x07\x1A"
  b"ev÷i═æ$ÙÒÅ┬ÉÐ┬hü"
  b"‘87Eˆ|“Gt\x08^ÑuÜÐ\x12"
  b"\x10Þw\f\x1Ag\x04\x16$+àé¼z9"
  b"\x18ä¸Å~ä╬ÚÇh°Uq¡ÎQ"
  b""+k»©á§=dÖ÷\r*u·ü"
  b"D+2TË" ßáå¿\x15¾ñlB"
  b"F\fü¼k‹È\vâ\x06\‡?™—"
  b"aycaÑR–>ZÛQö%&\x1AS"
  b"e\x03g\x1D0\x17ËËØ*þæp9tn"
  b"{£/$\x15┴ÂòÙ\x14ØÂ4ıgA"
  b"\x08\x01(ÍQw\x1F¿Þ'þ§\x02 "
  b"­p‡( Å\x15î$\x02u“EL\x04y"
  b"¹ˆìñÐ)O2Ëuv†€ÊJÈ"
  b"½N¢ìS}Ý\fcý¸‹’IèÃ"
  b"ØNø98E\x14«^%ó³‘Ûòß"
  b"Û¨#Õ¦æ#œ5Ô\x1EX¬:)9"
  b"à’¿A¶06xm'¦Út‹Mo"
  b"äÜ•#SË¿ê<³´˜\x14™®ˆ"
  b"òU\x02ê6gpQœb$ò¡\x14"
  b"óæÕŸ=ñXÔkKï¨×ò6¶"
  b"\x01æ4šµ¥Ñ½k–÷æ\x166-¿"
  b"\x1F╗^ü*d¢ôÙ'7EU¿ÅW"
  b"/€ºê¡Ÿ7G-•7\x16k´ Ï"
  b"8\x12 \x17\x16¹Q\x1DÈþc\x19\x14¶z{"
  b"B¸þíõ1Ù³ï¨Gˆ[XZå"
  b"N–:\x7F\x01ªAñ—@zÜû¨¶Þ"
  b"©H]›`\x0F°.¬\t©Ç|`ÆÞ"
  b"¸f¦so‚¢¸\rp, Ì+mL"
  b"±\x13TìU½(\x10OT5Ô£_wõ"
  b"""
    \n
    ┴o╩Ù▓JìL\x15§ûµ¥ùÑ
    """
  b"\rÂ3Ÿ§¼®0]\x1E,\eS‡dŸ"
  b"KAbmñèiUª©Bk‡\e­í"
  b"R\x04Ø"\x03Ñ軦Ô\x1AdåsË–"
  b"Îã*™HWnõy¢~àâMÈŽ"
  b"ø„\x04+,ü0×TüÁŒ@^.›"
  b"\x08▒ô¿&░O╚¡\x11╦╝ìûi\x1D"
  b"\ríÁÐÏ\x06 ×Ê?êjþË\r\x1D"
  b",Ù4¹C\vã4\x16Ç\x11¸1\x1C"
  b"7ÿF¯xRòØ9z\x08&°W\x03Ã"
  b"L\f\x12^€`ÊÈüÜêWŒÁ=î"
  b"\rô\x1E\x17X¦ç\«¥i“\x18X"
  b"x jH\x11\x1Ejû3Â3ï\vúÌ"
  b"“'3W\x1D\x06Íükù"2k°Q9"
  b"¾]œGf\x06´ªjN8¾ýˆÐÛ"
  b"Ѧޅ(\x05{rÄkkdÔÞŒæ"
  b"ÿÙ’÷–7Ç&ËÔ57IYÃT"
  b"\t_CûçÁ÷½Rº•­ìp³\x1D"
  b"""
    \v\x1DÆ\x1AŒ\n
    »\n
    #õ («Eäl
    """
  b"\fÍ»5\x19f\re!•\x02¯Ázñö"
  b"\x12ñœÀ\x19ã¸ç¥\x1CÚt"X÷â"
  b"\x13~S!—©Üè\x07¶a¹ß\x0Eh‹"
  b"/˜­8\x11Á}í\x00·n;.ßÂx"
  b"4^ÿGÄÆüÄ▀Õ║SÍ,┤£"
  b"6\x1D\x12dØ░|ÉòéÎ\x0F\x0FÍâ"
  b"""
    9Nô\fwîÐ\n
    J\x05n\x15"sî\x1F
    """
  b"BsgŽ%á\x01bupÿ1\x01‰Ç@"
  b"Bì¹NquæÈmr׶‚ä‰â"
  b"ÇÖÆ\x7Fü\x17«Cî┌\v\e\x06d│ô"
  b"‰Ø\x18âÕÉ/£\x1Eú\x1Düák\x14\t"
  b"ŒÞ¦(Š9·…£~\x11/\rLf7"
  b"’è?^î\x1Do]\x0FÓó\fØ’†\e"
  b" +-sY¡ž•\x15\x16…Éy"\x01à"
  b"óä▓$ÓÉÓYy\┬©\x0Eıs\x1F"
  b"©ï±\x19$Ý7Øðo]ö▀\x01╚b"
  b"½@uæ–_†\x00Ga$F¥ÿû»"
  b"½ÐkW¦\x0Fºë@;#­Cs^ô"
  b"½ÿ’ZBÿ ]käÌþÐ~ñ."
  b"ÇŠ\t@æÃE»9U·6áMsÔ"
  b"É-5Pp–ÿ˜†—ð‡”“Á\e"
  b"Ðé¦\x19¤ÂàòÐøú^–¹(ì"
  b"Þ9­\x144FÀã³z‡¶„ñ\x11Ä"
  b"""
    ã#㚆¥s€«ßÁZ!×\n
    \x11
    """
  b"è$\x03+£éŒù®î\rU¥£]Ô"
  b"ë°\x18†A!§\x01|”º¤paÁœ"
  b"üE×õx/s\te=Pb<ªÛÁ"
  b"\x01ñ¸ÕÙ|º\x1FwÁEø“=Â"
  b"\x13á‰\Ìúê\x16”oŽ\x17i‹O¯"
  b"\x1Cƒa╔¬ô║üæ­ÚÅ╔ã░v"
  b"-Åysà}ýDµ‚>Ñ1ŒU?"
  b"/òcnáÇâA/¶\x1ELmŠ\x17ù"
  b"<“Fâ\x1CÅ6KÉ8ã‡{a¥·"
  b"Q©{2BZ&K\x06\x13J`Ùñ>&"
  b"WÞ™>\x1DkNvÅ\x0FFI½l2""
  b"h\x1C_?\x1A\x14§ñÒxHD[\fûG"
  b"h°¨\x1Cvô"4Ç´Ø™ÀÎ6c"
  b"j»lë òêŸèÙËIÊK\v"
  b"|\x03«\x1Aç˜\x01\x06¿>yg\x1F7­V"
  b"\x7F°■_Øñ\¨\x7Fíí⫵Jg"
  b"‡_\rfúù홨œ˜Î~$ç%"
  b"Æ\x16tcùöØ└@«=÷ßËÝL"
  b"£#}╚³╚?\x08}غ^┌═┌ï"
  b"°ÀK0\x1FK2´§p™F§¢/\x02"
  b"¸–þ{pÝÊG\x12ÊRêÕßnK"
  b"×]¥\x184´C‹(kÌ8cÔN"
  b"êæü[(ä^ÉÛ¯<8ãÑZ4"
  b"í`Ö\x1CÿâËÃÙ>Úå¨0bt"
  b"üA åÀº™†>ÿv¥\x08¨sˆ"
  b"\x06p\x0F»¸]B\x15\x08\x03š\tâ3"
  b"\x06ž\t ¬ùƒìg7\x19{B¦X©"
  b"\x0E±üêúÚ\vÀ„'re×B_-"
  b"\x0F8í‘Z™½É\x04A>}Jâ³á"
  b"\x1EÎë#\x13\x18 ô\fnÍçhQcÍ"
  b"\x1EÐ4î{\x15¤bì6ó\x0Fö[è}"
  b"/Åñ¸Š2(;Åžf¹-^\x00Ž"
  b"""
    ;aiò{SFH=\n
    fË«ÅgJ
    """
  b"<üôù½H µÊ745+Í!█"
  b"K\x0F°¯\x12ɽbTðB¤\x0E\x16Ü%"
  b"kªüEGà·Ê2ùNœ¾b\x1C¥"
  b"kàñ÷,?šÝ\x08Ky_Ûº\x13#"
  b"l’Õvéº3ÿª´ý˜yìŠé"
  b"níì•ÇM\x1E©¸Ÿ_-\x14!\x1D¬"
  b"ˆ£Ò°ˆ…Ù ’7ĉ!Ê/\r"
  b"—ü2\eɸHr\x15ƒt7Ê\x04\fu"
  b"ž+Ù–›ÍÁ\x06D\f\x055\x01ä\x00\x0F"
  b"¦ \x7FT\x12ie\f\x1DQ\x14\x0F"
  b"¸1¾šØ¼qéÃyàUq_’„"
  b"½-â>yÜ´þæmÊ1¦Á'¨"
  b"ÂMmRÛKºY\t©™”\r%\x1C\x14"
  b"ıÉÍò=lÒžµdLÖÿT3"
  b"╬░Í\x14\x10Ìo¢O┘í«p\6É"
  b"ÑQª\x14È\x1E\x19Ó†!]¢ú_Àm"
  b"ëŒMVßí\x05¢\x11”`üuäéj"
  b"þ¬\x1Dî.+ȳ›\x05àµ\x1E[h\x1A"
  b"\x01ñ\x07"µ…ÐNR\x02æ\x0E\x1DÓÎØ"
  b"\x06\x10\x08ô¨ÚüMO8÷8s‘\x03\x03"
  b"\rÇ”oGæe¥~Τh˜–"×"
  b"\x0EŸ\eEO”Õ!ß\x02`)§4à™"
  b"""
    \x16└T┌H▓ªª#ì\x02\n
    ðfͶ
    """
  b"'▓ní4\x16AFQbêz>Å╠┐"
  b"""
    <\n
    ¼Ã\f‰â&&\x05\x01`\x05¦ ³
    """
  b"]9\x12\x10ûábßq\vÓI8┴üÃ"
  b"i\tÁÐѲÌçÃÌXG\x03nzé"
  b"j'iÍ{ØëÞ┐+Wa\x023lO"
  b"\x10«³eo\x08ÆÏUj/Ây!"
  b"wØYfÜYk´\x11Κÿ¦Ò\x0Eq"
  b"£­¿\x18\x02bp╔ªjº▒\x7Fx"
  b"¢]ÿÛf‰B¥Êb/oã¼ÜZ"
  b"§\x14\x04Ôk‰0„0‡EnãAÇ…"
  b"­Ž\x10-\x00\x02œH\rÈ…@mºyù"
  b"³;79ÈjËoŒ\x11\x1Cç\x10Í›Í"
  b"¶¬&—úpï(èŒ×0¶Úeò"
  b"¸\eTtÜQ\x009¤)ëc\x12ÎD5"
  b"¼?\x00ˆXBRE5\r»\x7F\x13¡5i"
  b"À¬Þ™\x1CÒ\x17ŠÇšç€K¿PK"
  b"╚╩\x12\x05óYþS\"\x04═Ib­Å"
  b"ÚRÀ›\x7FÊ\x19ü\x14\x0EøNú¶Êû"
  b"ÙÛ@õZ╔K\eF(\x18╩╝õüþ"
  b"ú\x11§Îh¶õmÍLã˜p­Ý_"
  b"\x00ü9─!<d<\x05oë<·▓\¿"
  b"\x03ÊqC\x05%[÷w\eE.Üâ±["
  b"\x073KOC,\x0ERmXŽSË´z3"
  b"\x08ÞiÆ+íÚ©ÀúN¤¦"
  b"\f=ŠúÌH\r €dÍFFÛ\x06é"
  b"\fñåý\x02<±Ï]ã,ì`_%c"
  b"\rÒ7´Ài “½l˜ó\x16þvŠ"
  b"\x10bõ«ø°‰\x1Eôך\x06\x1ALeà"
  b"\x13àE­Á¬Þ-G­[Bòq†í"
  b"\x16ÔˆŽà\v©ü8”jq§\x11¾­"
  b"\x18~2hÝúYÇ¡║ÄM"oü▒"
  b"""
    "½ÔȲd.\n
    7Š£™¬Q\x16­
    """
  b"#EªuÙÉ,ønȪYÍ\x0F"
  b"#ÜjXõ0Ïj\x1EÇï\x04G=œ"
  b"$¥ü»\x05aEM@§\fNi¯ÐH"
  b"$Ðü$©»h1ùÑ°¨2Qèï"
  b"&Lk¦\x18òC\t^¿½(›Â\x19õ"
  b"&ów‡\x12&ˆ»\x00×qD‘D\x18O"
  b"-ÂìîÍ×5™'¤a¢\x0Fá»Ó"
  b"394NØ\x13LÜ@\x0FRóï2[\n"
  b"58ƒ\x15ɘ©o\€uÁ\x05ѽâ"
  b"7ê.ºq©ÉÄíÚ¬ÒÄk┌½"
  b"@-%bŸ\x1Cú…ÌC<\fS\x7FØé"
  b"@…Ýœ¥\x1Fö-³\f¸}ÊÖf}"
  b"Ck•)Ú¦í ¾\x08ÔX\x19ºïæ"
  b"D"íúí\x18 ÖBGzŸ:Ÿ\x1Då"
  b"""
    \n
    yãŒÿ§5W\¡’ÿÞt
    """
  b"L>µ,ãÖ\x08\x08ÔIl\x04\x039v\x1D"
  b"OåÈ)Nغ%ÚKÜÞžRÇÎ"
  b"PRÀ&*­Ö³\x048^V\‡¨Ã"
  b"""
    P¥ð­€ä_ܲªñ9µ\n
    z
    """
  b"Qï;ı­È▒¼µ╔Ã\x16ü\x08üA"
  b"Rº¶»>ÚÞf4\x01H«²÷\x1F\r"
  b"Uü■\x02±«l(&\r╩\┘┐»Á"
  b"W\x1EÑì7su„ž·ÅQÀƒ«{"
  b"ZùgxáØb~šè7F¢Ÿ¨ã"
  b"[eëú9Ý– Z\x18Š™ÁA>Q"
  b"[­ÿ0V(Ía'¤í…\x0F¦ÏÞ"
  b"dG¶)xj\x10?,y5nË×ÍH"
  b"hÅРÅè\x11J™Þ"†~@ó "
  b"i\rî›GbÎfe½SåQ\x16µ|"
  b"j‘\r§²Ò£@v¿˜-Ø)\x16½"
  b"k¿ŒS<ø<ä"[Ý,«nºg"
  b"o\eC±qj´_F[©º\x11\x12.}"
  b"sÛQØ$“ðš{ckîIÄ› "
  b"tv{äšcjžóFw\x0Fµ\rE"
  b"w(¨‹\x03cu˜ÿBþ¹h¢ŽÖ"
  b"y]Ê~3õ\x16Ó§ñö\vIs‚¼"
  b"{T!\\x02ågEzÐï|n\f.>"
  b"€&%Þt(Ù˜ëdR ÆŠ–"
  b"ü╩vßíïQ\x7Fá°wM£QÀ£"
  b"‚]X\x16\x02"uÑ\x08¼hÃv$lv"
  b"ä.[&4lâ¡ä3=â=ÏÌì"
  b"„{$éq2K’Á™DØÂKMŽ"
  b"\x05\x11ÙnT°¼Y*î±\x1A˜Ž\"
  b"†f¼$:ÖõYæE¶¯JÌ{Â"
  b"åÅ^¼ç£Q¦ƒ 4?k╝åÉ"
  b"çØü\x0F\x19zY`UYô(ƒu"
  b"ˆÕ\vÛùìž\x1F´¢AÙG§\x0E"
  b"‰ý,e\x0F£Ïì@6×)¥-~Q"
  b"ÅO¬à²╚B┘▀ô\x17PÖ²²\r"
  b"ÅZÆE\ãJ_ûlâ\x169\x12áI"
  b"""
    ɱ╗¥└@«Ú\n
    $=r\x07┤«H
    """
  b"”†^¤ÐuUÎ\rÃÀVL*\x06\x18"
  b"òü\x1D»├TÞªXû;Gä:\r\x01"
  b"•ÕÊ@Ä\tøZVA!Å÷°©."
  b"˜\x03»Íã: ‡wAJ‰¥€æ…"
  b"˜"ƒ‡¯¶ñyO¶Ê\x195v )"
  b"˜p„B’Â\x081Ö<‹òŽŽ‹§"
  b"šÞT×àèHÏ7\x0E#`g\x1D\t#"
  b"ø\x18À5wæáç_mé¡┬üÔ "
  b"žuâ\túÈe¦F†åE鬣\t"
  b"Ÿ*?Â\x1C-@™$& v\x02ÎÝë"
  b" ÅéM\x1DNº;àZuºMã\tc"
  b"«;EIˆ Ú¸©/¯g7A\x08\x07"
  b"¼É\x03Ù‗`║Î\x7FÒ¿O\x7F\x1CƒÄ"
  b"\x01§\wü¨à\x06­ïÇCU2î"
  b"¸­È\x1F¼Ù-Îÿ±r­N2\t;"
  b"»\x1CLvG\x11Ÿùž\ÎÁ¬\x1EÄë"
  b"½ÿ\x1CU=ªwÝÙÊó'©¿Â£"
  b"┴ò¿\x08É\x15дpü╬M\x06C[r"
  b"Æîש_óñš?”Û»ÅQ-á"
  b"Êi\x1A\x000¸xö\fë>nƒ1\x04;"
  b"╦K5L\x17GØRò~¼\x05\x12├oî"
  b"ÐnJÿ\x12ªz\x1Ev\x02!‰<hµL"
  b"ÑJ•‰\x00\x1EÜ\x7FÑa/DG°0“"
  b"Ú^6µÈ»<<7\B·}\x12ò†"
  b"ÛúÃ\x00Šà\x05:­Ô.ç•\tÍo"
  b"Ü\x03\rý\x12>jÞÝ(ä•H.\x15Ü"
  b"Ü;Dõá¿XžÖ\x148žÑ£Ã\r"
  b"ÜÙt¯£ºáµuX‰´œ?¶Ñ"
  b"ݨ%†]:U%öt–×N‚3õ"
  b"߶äfµ{_ã¥│ت¥\3ò"
  b"ÕÞ®#ü▀F³a┬(å \v"
  b"æpn±ýÁÃT\x06-U\x11×m\x1Fm"
  b"""
    æ¡þM\x06reS?\x0F\n
    ÔId;`
    """
  b"þıT#\x17\x07l╗\eÉ¢\x10ËD>G"
  b"èÄŸhõ.ãk&¦syæ‘\x03Š"
  b"íå/\x1FBœ´ŠU{¹_xͬË"
  b"ñ\x05by´£tÄ\x06|>¯×›Ó°"
  b"ñ'†È²ò̃ñ‘y‰ß‘-\x18"
  b"ò44̸+pÕ3E•ªiW\x03¢"
  b"öÀÂ\x12¯²}˾ª€r Ã/"
  b"¸ü\x0E\x1CõÍxã\x1F;ëj]ÎôN"
  b"""
    °&~8.³\x05\n
    Å r╬╣7┴
    """
  b"ø||ÇU>MQ\x0Eò`ypÈ2\v"
  b"¹~}À\x06\x1CÆî═%É║¬såô"
  b"û˜Yü–Âa²a;\x07²\–uä"
  b"ýÆ¡Ž<øª6ÅSÇØ«£\x0E2"
  b"þäY(xÏTÎl\x10ÛäFu$_"
  b"\x01ñ*\x0EÁ\x08\x7FqW}’œâAŠ\x0E"
  b"\x04g\x16´ì;0’v:APM™€T"
  b"""
    \n
    ©\vƒqHÑŸ\x06Æh'm…mÜ
    """
  b"""
    \n
    ë²JŽ\x14LËÅ•¦¹‹\x07\x15Û
    """
  b"\vK)*±╗sì¼ý?;\x7F\x1DÂ\x1E"
  b"\rnÈaò·Ä"c¾\x10ñÀÅ+ñ"
  b"\x0E÷\x01ßoµÞ;ç@/t\tu•\x05"
  b"\x0F„6¾íö²»t\x18GÉÿ\x15"
  b"\x10QB>\±¨¬«†y=°ûLÝ"
  b"\x14ë`>ìëR\vVß Èˆ¥Ôƒ"
  b"\x16w\n\n\x00ü3ž\x187 ÷ó³"
  b"\x17\x04£,»QYKB'Q™\x00k±Z"
  b"\x1C!„W=Rëé¾b¥š3Ûžù"
  b"\x1DG\x1Cà\tB¥Û0/]w=\x12‚t"
  b" N|KÜg■\x03T]Pì±└Ô╗"
  b"'ìw┤m+ºzÆ?n´OËÑ\x1A"
  b"' í\x0E‹Tª¨o¨¦d =˜À"
  b"\x17î\x14:Fbn┌JÆ;\x19"
  b")Ø╗ù╦zëá\x14Ñ\x1E▓Á\x02\x0E"
  b"""
    \n
    t¶Ã)\x10wW&º\x1Dey|
    """
  b"\x08\x0FÍ \x1Dä¸\x15[ìC\x0F&H"
  b"7\t"þÓ2®!\x0ES~Åem\x12\x00"
  b";¾;T¶œu}-µ\x1Aw\x14oøÕ"
  b"<® ‹¸ ŸJ³n³G$íV„"
  b"=;ðG)é\õÈY\x07üTeªm"
  b"@©ãt/\x00\x04yÉ░¢\x06Ös*;"
  b"A\x1E³¬º|FŠà\x145NqX3\x17"
  b"F1▒vpÙ\x15¾Tª\x07SpéÅî"
  b"Hz\fRòqø4Žt\x1E÷K9\x03:"
  b"\x01çûnýæßÇ`\x14¤2ió"
  b"O\x14\x0FµþÞ<zL\rŸ\x1E\O"
  b"Tm¶Ã”è\x16$w­ßC\x17Ñê¨"
  b"T■7n8pÉÅÓeB!\x02-s\x02"
  b"V…^Š\x1Dásè\x0E\ejQ~"
  b"WC>N×höðÜP·ñ\x12\x12×±"
  b"Xa µPh\x10\x00Ž°…ÓMGôò"
  b"XØÄ╚1û$$æk▄\x12¸m©\x0E"
  b"]*˜Ü\x1E]i›\x03œ;Fó*äW"
  b"_Ñ%¨H\rþ_\x7Fà5üÝ%H¸"
  b"""
    b\fÐ+¼øäü?\x10°c\x11'\n
    \x0F
    """
  b"b@²©ÙüY\x03v3XO‘\x17"
  b"bl Ãz>j÷ÖfvzéóØ"
  b"gîÿ´ï"Š¥½ÀO\x16\x16†“\x06"
  b"gÿTh¯×>ò,~h\x17ÌßI\x1C"
  b"l\x03h\x17(└\x17j¬ÅÒ\x1D\x12FPÿ"
  b"lö‘&$Úø"Xê´½º?‡}"
  b"m‹1è2L=há‘Ùv˜­«\x1A"
  b"o0•$ª^ÓÜâçžÄ\x1D`>Î"
  b"""
    z€?ý²ÖÙ›Ó\n
    …ëZ+MT
    """
  b"\x15©u\x1A{\x04j1L÷á¤ôu"
  b"{4\x180#\x05×Éût¡Îá\x02;l"
  b"€¡m˜ÿÐÊŠËsv?\x06\x04"
  b"ü\tÜ&L\x109sòî┤┤©║ëý"
  b"""
    ü{\n
    \x16<r\x12÷öîõ╣û▒
    """
  b"„ž°£CZ~#\x06·3°]K?ü"
  b"…Á‰Ó†­=Ô³@\x18¦\x1E<sZ"
  b"ç}Fk┼üZw\x08!C>xR¾m"
  b"ì┬Ä╩TÔ §rJ▒¯ÙÒ\x10ı"
  b"Å\x00▓■®╦┴*¯IÏ'8ܼ\r"
  b"Å\x03ÍòÁ╗ªºô$ZõåZ¶ı"
  b"™ {"ER\x0EEãôÙ굕½ã"
  b"™BþŸ+ ûå¬Æ\x1CØ@†\x04r"
  b"¡ùÕ\x03xæ\öšcGâC\x12"
  b"ó\tµOÉòd?m\x06%¿iÍ└&"
  b"ª‡¶fÓ˜”ŽÒ«ì—;a˜R"
  b"¬4\x1Fí\x0F9Á*žšqÖ:\x11Ñè"
  b"®Ô·m’\x7F\x16qŽÀVŠ*ÿW~"
  b"²9\x1A%Êá°W\x01ÙÌ‚¥ŽÙ\x10"
  b"²ó‚\eb¤qöãÔ\t¡†Œ\x1AS"
  b"¸×ƒÃDÌ\x1E¨!É„a(ÛÍ€"
  b"ºMè›4³kø\x0F\x16\x08\x1D}"
  b"\fõë\x1EC6üê\trÝÎæÑz"
  b"""
    ½ †\x07­\x1DR\x11o\n
    ¹Ë?:&µ
    """
  b"½i>ÎÁÔ\x1F«‡î\x12¢¶Á•Q"
  b"À¿\x7FúFŽ}©\tÝC½•…~\x04"
  b"ÀÇp4‰„d…FÑdµ÷\x1D½º"
  b"Âdî“U³Ãó\x11­\x1FG¶f+#"
  b"Æm:\r„€Á1\x04-}fqšŸ¹"
  b"É/qBàej­\x08Ç\x1Eµ*¿@ˆ"
  b"═sô║ıÔÙ\x14\Ôû§s»ÙÉ"
  b"Ñ\x025§÷µ\x19òcûþ4\e\x1FÜ "
  b"ÒÈzЙà=á,G³\x1C\x03æ\x18ñ"
  b"×£î=ÌáŠCl\x193Œíƒ€""
  b"ÚBYj²CH‡¹\x14eËÒÙOã"
  b"ÜI\x04­€<>Q\r}ö”[öœ)"
  b"Ô\x1FÉ:÷\x15\f└¥ë¦ö\x1ED\x1A;"
  b"ýüNüj&╩EDî«%\x05³ò¤"
  b"ìÔå­˜Ô\x1C·ÂrÆmI\x14$Q"
  b"ï„àiª{|#Ä¿`2x©¥Ï"
  b"ðÙ,RŽ;\¼ŒÀj#…p¡\x7F"
  b"¾ìþÝ\x15~D\x1C\x06¥x÷ Q`}"
  b"°s▓╣3ÅS¯\x1C│§ß\x14ó±┴"
  b"ú+¤\x0E\x18\x15\x068ŸÃz·€*ií"
  b"··ycºñ\x13ug%\x02Zƒþع"
  b"üNò“gÍ'e\x17\x0Fµ]n/Ä÷"
  b"\x01kßý¨y‘’\x04ÁŒÈö;Œü"
  b"\x05ÿD É“YÆ3æÏJ€‹¼’"
  b"\x07©Lr0ƒT\x10¯YWTeQ¿8"
  b"\x08~ EýAKÁä§@Ô‰ü8G"
  b"""
    \fHzã+9Á4!\n
    B\x07šÀ¡&
    """
  b"\fñÈ\rt¶¨«@C&+J(•f"
  b"\x0E\tì:ö\x10\x04\x15„í„ë\x14š=\x12"
  b"\x19Øu$°s¶Š…ÓÆiÅÈ@K"
  b"\eåä\WÄ{4;úUèMS\v¥"
  b"\x1D…yï=·áeçÖÜšÁY5Ý"
  b"\x1E2\x1FäƒÀÉnBÞ~Ìòmú@"
  b"\x1F\x06·´{eÑMÍ-Ù%\x14])Ý"
  b"\x12Â\x04¼è~\x17Ì„:\x02øQx"
  b"#t%\t¥ûƒ\f\x16tOŠ\x19Å\x1EG"
  b"#ÂõT!!“\x07ì„Ý\x01\x1DÊŒ·"
  b"$ƒÈ)L┌ɤöR\x16ï51▓└"
  b"$þ‚M\x04„ã¬Ês‰ÊB¨l“"
  b")ljØP\x1E\rQöRòcÄè)Y"
  b"*­îõ▄jóAì╩ªÔ╦-\x060"
  b",?‰{Ý„°[Ê:ù¼‹]×À"
  b".gÅßP„\x17tðsf•u-°‹"
  b"2^ýìjöÝ ÂP;─,¶ât"
  b"4\rœ»19öR®Â\x03\x1D\x15ÒŸB"
  b"7+{\r\x07©oÑÄ ¹…ëMsï"
  b":¤øIÇ‹\x06à\x00Ö·gD/|„"
  b":÷ù\x7FTl¼ªAÇŒIáSœò"
  b";%Bz®\x15Á]ŠØãý¹ÏØÉ"
  b"<®5═Ç\x04▓\üê\&ë,«å"
  b"=™¹6ß\x10õΎоµýŽ\x01ê"
  b"@•o6²°$³kº¤!¼LÿÇ"
  b"@§÷̲\x1AÅf│9HË▓Mræ"
  b"@ûág»á(\x0EBìÃLè\x07"
  b"A\x12àe[6‹èŒæ§Íx~ª\x17"
  b"A¤Â´,1\f6›ìlú\x1FGP„"
  b"BXß\x150Í^Öô-3\x7F¯<=€"
  b"B½2ÌÒ=\x7FN\x7F•B‚7£Ôä"
  b"Dm\x05©\x1Ao´ûž‡„¢n@Äá"
  b"""
    F`ƒ\n
    í‹ÈFãû\x07©s10~
    """
  b"GöÀµ▄ü¦Û­Ó.)┘5T>"
  b"J¦>7\x01*\x01¨öTRåb=ìŽ"
  b"M\x08ï¡Vu4Í:Lq\x18ñG¤6"
  b"Sxø\x18åᾕ\x02»”Ð !¯\x01"
  b"S²·¦\x1AtÃ╠\x15ì\x0F\x13¤ýL\n"
  b"U<OœP\x06èLV»+áî\v¥È"
  b"X\x13é}\x17Øa\x11\x02\:0?¥\x1D"
  b"X¾X\x02âˆ;ßmàûÂ\x02Êñ“"
  b"XȠ˱ç:ÖÊÅ\x14\KEú‹"
  b"Z–þ]^ã8t*\x06ÌFv¨bb"
  b"\`═f╚Ò\eKìµ\r¬®\x08w\x13"
  b"\Ì»³─4ouÛì·\x02q^à\x08"
  b"]`¦¬ß(eÌ6åBb%’\x00¢"
  b"""
    f=ÁË<SוÐ\x1Dãs\x08\n
    
    """
  b"fÉEcÃÑ™þqšr´8iCü"
  b"gÞÞ–E¬÷\x11_Å”ÿøl\x13Ô"
  b"j\x0F░»\x1A¡¯ëØèpbõdªh"
  b"l@}ü\8H·¹┴S└ý\x02\x19"
  b"n™Ãk•\x08ª•*€ãÖ±‘³e"
  b"s\x0E\x17Ð-—{ì¸Ìð¥û‰zM"
  b"t´] ˆÙ a÷-ØbÚÂ\x18Ú"
  b"xH‡\x06\x03PõPèâL\x105f#\x13"
  b"yŸÚr8D\x13á6NÕ\x1DÜ;Äã"
  b"|$3ÖLK}¼£\x0Füçñ~´╗"
  b"\x7FØ¥häÔŠP{¹½¼Á'\e\v"
  b"\x7Fø)™]'oÚ©#ÖIÄÐxe"
  b"Ç\x0FÀÂnLB╚ðïdOìSÚ¦"
  b"ü\x02»Ná¦Ãk\x1E¥3Ñ­h\fp"
  b"‚Ah\x16&\r\x18|{\x05\x0E=\x1FýƒØ"
  b"ƒ¯.é\rµ5«ø\rŒÇÚ¡“­"
  b"ƒ´]ÕRkÔ\x0E\rÑžÂ-?Þ~"
  b"\x0F7!î\x1E”s:ɇM´®Ï\x12"
  b"‡9\x1EEÀt`pyê~–]åG–"
  b"‡“µŒŽ¯ò®0–ù\x02â\vçL"
  b"ŠN^éæ–Ž}û\x18ÙTäOsD"
  b"Šl–\x15(ãºþÉãRº¶:\x1Fú"
  b"ìÙ³æ\▓\x1D9É┤¨¾¹±é2"
  b"Åew°╣7æı\x1A█Él¸Í┬╦"
  b"""
    ųoâ\n
    R\x02ÞÛFçgM╔åÅ
    """
  b"Ém4ÌíÜ‗v\x7FÎÎr╔_â>"
  b"ÉÂ}$~{TR.ôw´n‗\x13S"
  b"æÙ¾=▀\x14'êa\x1CѸúÇÉý"
  b"’ÁB\x19\x08x:\x11òªgÖÒ)-\x06"
  b"”ðÐ\x04ÊEÑ\tBÿ¿„D]­ "
  b"•…‘8û_VŒ3Kë¹ðÜWÈ"
  b"\x15­Ü”î\x05®Œ-¬¼Î\x1F^,"
  b"\x1FJ%‘+]çøV|Ï'´c\x10"
  b"Øq┬Äò¬`-┐ÍÀ9$\x1E\e"
  b"×µ‗Ò°ñ╬\v]\x0FÝ<Éch═"
  b" 0ÍΨ-;¤\x07@pb€DÛÛ"
  b" Œ0Á†óΚ¨½—ÊB*¹º"
  b"£%;›Ó;#G³å>\x1EÌ\x15è½"
  b"¤^“KxÕÞÕ\x1Dq\x1EÚS,\x03¨"
  b"§hUÝ$á\rèép?SÉÉý½"
  b"¨aêQÁ\vè…—‰\x1EÓþ\x04§Ï"
  b"¨µÕ>lèãlÑîèÐQ\x7FZ,"
  b"«B¶sI.pÚäœfî\x18~oÃ"
  b"«óÌ4½çáˆR[Ã.…§fˆ"
  b"¬Ù,\x02Ðúâ¢\8ôL¨\x16\x10¹"
  b"±\x01´j=źPæO\x01Ƹ]ƒ\x1D"
  b"²³–º*ÉçFâpl”|-h\t"
  b"│É*╔\x0F\x7F®®{|\x13`T¨"
  b"¸Å"‡P®£ÐFÕà\x165Ç©¬"
  b"¹Tב^´V&Ip\x03_‡v&q"
  b"¹·ûÕS\x1AiN°g…Å\x08ñpk"
  b"¢`%ÄSÉ,io\x07\x13~¹E3\x16"
  b"¾<‚\x1F0¶zZ“&Â\flqê6"
  b"¿EžT£w=7í\x06¡~ÛÒ/|"
  b"¹96ôÓN\tú`Œ\e\x16”1‡"
  b"\x08A¨É.ƒH\x1Dä$Mb-1\f"
  b"ÃHߘxâÙeßÇ:œ ^¦9"
  b"─¢ì¶┬vÖ@ ¹:BU╠ß×"
  b"\x1C\vÅ@╝Üâ­¶\x1DÁrp&ù"
  b"É;|Ÿ(R7ßübÚQ"Ôð•"
  b"ÉCºâeø2\x07t¦Îí\x1AØ\v"
  b"Éóp#½¥ß¸Wwù×vLÑa"
  b"Ìýµ×¥R‹úÜQ®‹Ÿ¶\r\x18"
  b"Í\x00\x13Îä\x00¬¾dñc\x1F\x14Û ô"
  b"Í«– ä‰zšëèìÅdN¡\x03"
  b"ξíÄã\x10\x12R¸bµ\x07tG—Ô"
  b"ÓàquÃâ^\x08„âRpéK²“"
  b"Ôm\x18ãUˆ#Ùà†\x00Ä~ô¥j"
  b"ÔÉSw2ª«\eǾ™\x06ª;Rh"
  b"¦«ü\x12xWm┴U\x10¬à\x19\x02"
  b"ß-yÛ\x10Á&ÛŸ¤ke•3Ö%"
  b"à \x0F?\x17Œ×‹x\x12ªVzÛÉÆ"
  b"äù‹Ž\x1A\x00\x19.ûTa°K²¸L"
  b"å{2<Ç%'rI¥‘-ýx=š"
  b"Þ┬% Ã╝\x058ƒHØpW¢\x13,"
  b"""
    Ú¹é^À1Å\x18\n
    ¿v{s╬ê)
    """
  b"ês°àê;°M4ë}ÍÊek„"
  b"""
    ë.Ö\n
    @qN`FÓ™U\x08I·ü
    """
  b"ýs\x14-R╔¤\x17Õ═:f\x04gÅ┤"
  b"ìÛ<–M\x03T\x00\x083lÃþÔüŒ"
  b"îRŽì\x19RÔ3|*N[¼wex"
  b"ï½\x08´q\x05ÊüœT `Ë´\Ö"
  b"´┴ij\x04ï─┌É^¯t÷÷ü║"
  b"ð¨k]åtU¥xxéH\x17u\x0FM"
  b"ñsƒo–¢]ùüd^<UØô\x10"
  b"ò¢ŠrÒžUR%xŽ¿\­Ê\"
  b"ö\x08\x05\x124/“-ïã—ƒqœå®"
  b"÷{\í¼šÿU\x0Eâ\x16^À²¯6"
  b"ø{\x02$„Å\x13¢»QR\x08¶ENv"
  b"ùwnS\e\tKN\x07mì˜JEæÎ"
  b"úÝ`›Ë\x1C\f(}F‘ÕìÀÊ‹"
  b"ý\fÃY8Q?íéåŠÜºì6ì"
  b"ýQg‚Z»rÀILVV»ÂÔL"
  b"\v™Á:"\x1CšØdAr$¯\x00Hw"
  b"\væ-º³!R-\x10w58€\e¯^"
  b"\x10LÂÀÌ\x11iÆV÷’®B‡\x04\x1F"
  b"\x11–Ð={V5`›³î²\tîï&"
  b"\x1A›Ò\x1A¦§\x0FLRðå\x10µj7o"
  b"\x1F\x1C;ߥ\tÎt(iýÓiº»["
  b"\x1Ft║‗³®®\x16Ü5íð£C\x12ü"
  b" Ó\fÜ8\PQÜ\x01H¯ÿqû¢"
  b"!x▒±┬}¼!¹ÃÅ}\x1Fd÷`"
  b"$ÍÒgã0gr¦\x7Fû¹8*™n"
  b"*ÜZóh>_¡$¦=Æh}\x0FÊ"
  b"1Xç~'ìiŠéÑH2tqÒÁ"
  b":N╚┐\x1AðÛíxLÅJ®åoñ"
  b"?§³D\x02¶l‚ÍÐ=ƒªÜ¾N"
  b"EP(CJ´4Íží+qÆ\x15;e"
  b"Ek‚`:&É‹"d•‡bª}1"
  b"L\x0EVžÏþ,\x08Ý×£XÞ\x12™<"
  b"N/H¬ \x15}>\rZ\x025\x01ã®\x0E"
  b"NW\x18"┌ì¹8-┌\x1C┬<;Y{"
  b"O¼R\rû\x18KèÆ\x16\e€Ä;)\x06"
  b"S‗ùH5Øì,¨íR┤\x00\x01â┘"
  b"T–\x07³sVWžÑ;\fT)\x07ë$"
  b"W%"]ì!\x15h3#ê´/F╣╣"
  b"X\x02ä®\x10ʾŠ\x7F\x0EÈWa¿m½"
  b"kįõ\x13Dûdt\x15±\x0FªÑx/"
  b"qädÐÎÇojiêïÞ╬ì¹¹"
  b"{¡Ä#iL\x03´«’ÂÙ\x15Ö¡\x01"
  b"~\x16«Åû5╬\v÷ɵ%ÔÝ▓5"
  b"‚Bó(.hûV•°JmøtWµ"
  b"…yDOüâY\x02\x11\x1Al˜(\x0E¸@"
  b"É)║³┘,ã<\vë─\x19Ùç\r"
  b"ù\x1CÅÓæ\x13\x10I\x14\Uu¦fÕ■"
  b"ÜÚäüpJ\x12\x03╗▓ò&┘*Eg"
  b"ƒ$¸Èdª±V9─°OgÇfü"
  b"¡m&¸¨‚SSøך髼\x17|"
  b"ñf\x08"ã³Èú/àºØô"&2"
  b"§Pâó\x01ó_¤¼4AÁîI•Ô"
  b"¨\x0EG×@Èèά½[Ù®H\r>"
  b"©\x7F\fµ¥'ô>}Ù4¦‡“ÑX"
  b"ª,Üù^o©ÂŒhÅa\x13µÌÖ"
  b"ƦšU˜¹§­ (g“6l=F"
  b"È\x0EÓUñKTõ8©ž·\x00ÕG]"
  b"╦░¤\x1D\x14hÂÈ;\n¿?êÌØ"
  b"Ñ»7†ÜNh\x05¯J,ˆ\x00LŽ""
  b"Õ';\x12‡&+2ׂWL#^<1"
  b"Í\x1Cì§ùS\x15\x07╝êá$£6Dp"
  b"""
    Ù]{ù+@\n
    ÌÝáÉjn_&
    """
  b"┘Â\x19¬Éd\x04í\x11ı▒Ðïc\x0Eu"
  b"Ü‚\x06âõxUµP¬ËÍl\x06WH"
  b"ÕÉ]Ó­╔^ÐZ┼äÊIxN{"
  b"éžÚÍÇû5Ú×\x7F‚½^Ã\x02]"
  b"îÔ„O¸~ã÷ÞLhÚñ\vƒ"
  b"ñ:\ts¶GRí À&›\x00\x01ê"
  b"ò\x04 qð:?®=òºn~åÄ@"
  b"úKº\x11\x19\x07\x1D=¨×˘E"
  b"û^çœÊhš´Iþ˜¿\x18â˜ô"
]
70 2.48 ms
# product-listing::property-filter::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`config` as `property_group_option.media.config`, `property_group_option.media`.`path` as `property_group_option.media.path`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.media_id, `property_group_option.media.translation`.title as `property_group_option.media.translation.title`, `property_group_option.media.translation`.alt as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.custom_fields as `property_group_option.media.translation.customFields`, `property_group_option.media.translation`.created_at as `property_group_option.media.translation.createdAt`, `property_group_option.media.translation`.updated_at as `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation`.media_id as `property_group_option.media.translation.mediaId`, `property_group_option.media.translation`.language_id as `property_group_option.media.translation.languageId` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.language_id = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ñ¸ÕÙ|º\x1FwÁEø“=Â"
  b"\x02­\x17\x19yá˜òªÃ½`\x10Ǿ\v"
  b"\x06"┼)\v╠$ÝÌê┴É\x18ùRÿ"
  b"\x08d=Ή!å`»Á’‚T£›ú"
  b"\x08▒ô¿&░O╚¡\x11╦╝ìûi\x1D"
  b"\t\e\x18ü┌j┌]p\x1Dâ\x06R©&Ý"
  b"\ne\x16ë ÍsS\x00}®¯*þ×¹"
  b"\rÇ”oGæe¥~Τh˜–"×"
  b"\x10Þw\f\x1Ag\x04\x16$+àé¼z9"
  b"\x13ÛŽì `šÊæ\t¡¬Oƒö¾"
  b"\x13á‰\Ìúê\x16”oŽ\x17i‹O¯"
  b"\x14\x02§è.\x18ȇ)›Ö¬ß¶Ÿú"
  b"\x14dA—0²:K²òçY\x03\x01"
  b"\x16w\n\n\x00ü3ž\x187 ÷ó³"
  b"\x17\x04£,»QYKB'Q™\x00k±Z"
  b"\x18ä¸Å~ä╬ÚÇh°Uq¡ÎQ"
  b"\x1A›Ò\x1A¦§\x0FLRðå\x10µj7o"
  b"\x1C\x05›b±·\r\x10ÊaMzNFJi"
  b"\x1E\x10\x11\eä«b&ƒË\fì"
  b"\x1EÙ Éâu’Y>!¦Ý«¡©y"
  b"\x1Ft║‗³®®\x16Ü5íð£C\x12ü"
  b" ?õî:r8î\f*\x17¯×a\x12¤"
  b"!x▒±┬}¼!¹ÃÅ}\x1Fd÷`"
  b"$Ðü$©»h1ùÑ°¨2Qèï"
  b"(9*Ò\x17\x13$M™è­JÖPvË"
  b"04¥à\x1CïpgDëüšKj“‰"
  b"2]2>ù†Uµàϸ[“u‹\x07"
  b"6ñÀÂG,ë9k'À-„›¢\n"
  b"7+{\r\x07©oÑÄ ¹…ëMsï"
  b"7ê.ºq©ÉÄíÚ¬ÒÄk┌½"
  b"9.o\x01¶þ½¢\x12\x0Eã!_‡ä"
  b"9t?mJ¢\x04VU•îœpâý¡"
  b";ç¥IYû3ÿù[@\x1E¸Íà\x05"
  b"""
    <\n
    ¼Ã\f‰â&&\x05\x01`\x05¦ ³
    """
  b"<üôù½H µÊ745+Í!█"
  b">Ô~JæÚ„ìO%Z¹_Î&\x0F"
  b"@!—ífX†\x0Eå\x14F)\x10Äàí"
  b"@ûág»á(\x0EBìÃLè\x07"
  b"A╚W¿┌2!Ýü§¾³L«Ï¾"
  b"CJ@\x7F¥{MÓ'á …Ô$¿ô"
  b"E&iæ)F-y1*ñ\\x10¾¦`"
  b"N“ušP·\vC<ͱïA…üÁ"
  b"NÉi 2ho\tÞ0êÒ¨\x01À\x18"
  b"O¼R\rû\x18KèÆ\x16\e€Ä;)\x06"
  b"P$"wÌ&6\vœÛÐ;uÂÖT"
  b"Q\x1Fl¥èäý0MÂ2ƒQàü<"
  b"Qï;ı­È▒¼µ╔Ã\x16ü\x08üA"
  b"Q©{2BZ&K\x06\x13J`Ùñ>&"
  b"VÁ¡¸ŸJs\x7F\x1CzKRåìǪ"
  b"W%"]ì!\x15h3#ê´/F╣╣"
  b"Wš²\x00\x08\x15#ݵÍgB\x1F–µ’"
  b"WêDñ›t@_@º¤_ÅaI:"
  b"\Ì»³─4ouÛì·\x02q^à\x08"
  b"`É#┬õ®\x15╚g¢é\x15£|e§"
  b"b@²©ÙüY\x03v3XO‘\x17"
  b"ev÷i═æ$ÙÒÅ┬ÉÐ┬hü"
  b"fÉEcÃÑ™þqšr´8iCü"
  b"hÅРÅè\x11J™Þ"†~@ó "
  b"j»lë òêŸèÙËIÊK\v"
  b"kªfÈ{\f~XzPYØ€Ó$Á"
  b"l@}ü\8H·¹┴S└ý\x02\x19"
  b"p lz-W“\x13´½l2Yjá3"
  b"sÛQØ$“ðš{ckîIÄ› "
  b"xH‡\x06\x03PõPèâL\x105f#\x13"
  b"|\x03«\x1Aç˜\x01\x06¿>yg\x1F7­V"
  b"|X\x10úž´2¡¡êãn1\x1AÜ2"
  b"\x08\x01(ÍQw\x1F¿Þ'þ§\x02 "
  b"|à­\x7FÉPíðoM_\x10Äwv’"
  b"\x7F°■_Øñ\¨\x7Fíí⫵Jg"
  b"""
    ü{\n
    \x16<r\x12÷öîõ╣û▒
    """
  b"ü¨\x11¥8┤2├¯oÚÐ┌P²\x1E"
  b"‚ðQ)ÜÕ¬&î˜ö\x14»F©\x04"
  b"\x0F7!î\x1E”s:ɇM´®Ï\x12"
  b"\x07s)Ô\fök±f\x11PÙò>“"
  b"‰Ø\x18âÕÉ/£\x1Eú\x1Düák\x14\t"
  b"Šl–\x15(ãºþÉãRº¶:\x1Fú"
  b"ì┬Ä╩TÔ §rJ▒¯ÙÒ\x10ı"
  b"ìÙ³æ\▓\x1D9É┤¨¾¹±é2"
  b"ŽÒ\fá[ŸI‹a_îRB˜F&"
  b"Å\x03ÍòÁ╗ªºô$ZõåZ¶ı"
  b"‘87Eˆ|“Gt\x08^ÑuÜÐ\x12"
  b"—¡'ç\x18Ò¢G\x06Ö‚¿,EO\e"
  b"Ög«á:\x16Å╬\x1Dõ└ì5]╔Î"
  b"ó5Ñ+}VÉwxuq├╦W¡ı"
  b"¢=ÈD\x0Eƒ*Óð6ÀDô?\x10ï"
  b"Ñ«Ïsg­\x18ÿeèÅC30³¹"
  b"¨\x0EG×@Èèά½[Ù®H\r>"
  b"¼;▄\x19É\x08\x07\x17/\x1Cq▒ít"
  b"­Ž\x10-\x00\x02œH\rÈ…@mºyù"
  b"¡ÙTD&üñ█\x07\x14\x17┬╗\r"
  b"¯GQêHyL"Î…\rSO¶WÙ"
  b"²9\x1A%Êá°W\x01ÙÌ‚¥ŽÙ\x10"
  b"³h´þ+@J\x1E‘¬ßÏÂ5Ü?"
  b"À:\x1C’:µÒe"Ù™\x06‹Cßs"
  b"ÂMmRÛKºY\t©™”\r%\x1C\x14"
  b"┬vØyµ\x08Ú×f[¨µÎçñZ"
  b"ƦšU˜¹§­ (g“6l=F"
  b"Ç0P_\x1Cô~fó„\x1E}ðFÍz"
  b"Çy\x0F\x1Eú³Ø"‹\x04?¹ïÏ×"
  b"═-┬ÚÉ╚SÒñ\x1566¿¼Z╚"
  b"Ь–\x00A0AWí\x1Eá†ß\x17"
  b"Ðé¦\x19¤ÂàòÐøú^–¹(ì"
  b"ÑB4\x13mm3-–\x05Ðjzy¡""
  b"Ѧޅ(\x05{rÄkkdÔÞŒæ"
  b"Ï└W\Ï\x01\x11Ä▒3Å▓k÷┘6"
  b"à’¿A¶06xm'¦Út‹Mo"
  b"ã0¢Y³ŠH9ºäñ)\ZŠ˜"
  b"åY»øÅè¿vKb¬aò\rŽ\x19"
  b"æU/?[@­71ý\x08h\x0F,Ë…"
  b"æé®­Š\x00œó•Œ\x01JYZmG"
  b"éžÚÍÇû5Ú×\x7F‚½^Ã\x02]"
  b"Û$ù5ØÞ╚X■GdäV¿\x1D\x1D"
  b"í`Ö\x1CÿâËÃÙ>Úå¨0bt"
  b"ò\x04 qð:?®=òºn~åÄ@"
  b"‗÷kıfPM┼M{DA┤5ÅR"
  b"ó[\x14‡y‹§ªÓñ$†®C¥,"
  b"óæÕŸ=ñXÔkKï¨×ò6¶"
  b"÷╦\x13üÕoÙº'o\x00¯»÷ÏÅ"
  b"ø„\x04+,ü0×TüÁŒ@^.›"
  b"û˜Yü–Âa²a;\x07²\–uä"
  b"üE×õx/s\te=Pb<ªÛÁ"
  b"üL27(K§±¬ygŽz!\tû"
  b"ýU¥ „;™æ\x16L\x11sLlÕ "
  b"ýÆ¡Ž<øª6ÅSÇØ«£\x0E2"
]
71 3.98 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 500
Parameters:
[
  true
  b"æU/?[@­71ý\x08h\x0F,Ë…"
  b"\ne\x16ë ÍsS\x00}®¯*þ×¹"
  b"\x08d=Ή!å`»Á’‚T£›ú"
  b"æé®­Š\x00œó•Œ\x01JYZmG"
  b"Ç0P_\x1Cô~fó„\x1E}ðFÍz"
  b"ŽÒ\fá[ŸI‹a_îRB˜F&"
  b"åY»øÅè¿vKb¬aò\rŽ\x19"
  b"üL27(K§±¬ygŽz!\tû"
  b"Çy\x0F\x1Eú³Ø"‹\x04?¹ïÏ×"
  b"ã0¢Y³ŠH9ºäñ)\ZŠ˜"
  b"÷╦\x13üÕoÙº'o\x00¯»÷ÏÅ"
  b"┬vØyµ\x08Ú×f[¨µÎçñZ"
  b"E&iæ)F-y1*ñ\\x10¾¦`"
  b"kªfÈ{\f~XzPYØ€Ó$Á"
  b"—¡'ç\x18Ò¢G\x06Ö‚¿,EO\e"
  b"CJ@\x7F¥{MÓ'á …Ô$¿ô"
  b"¼;▄\x19É\x08\x07\x17/\x1Cq▒ít"
  b"NÉi 2ho\tÞ0êÒ¨\x01À\x18"
  b"WêDñ›t@_@º¤_ÅaI:"
  b"‗Úê\x0E\x14üb¦®ù\x16~c\x1F╦À"
  b"ýU¥ „;™æ\x16L\x11sLlÕ "
  b"\x1EÙ Éâu’Y>!¦Ý«¡©y"
  b"A;"BëÝ^RD|\x06üH\x08§É"
  b":ajS\x05àl̈;Ú:¶;\x10µ"
  b"þ¬³„§—‘q’àx1\x01xô "
  b"\x1E\x10\x11\eä«b&ƒË\fì"
  b"9.o\x01¶þ½¢\x12\x0Eã!_‡ä"
  b"ëâ”m8Ž\x15.N7ð‚Ÿø\x1ET"
  b"Ï└W\Ï\x01\x11Ä▒3Å▓k÷┘6"
  b"|X\x10úž´2¡¡êãn1\x1AÜ2"
  b"\x06"┼)\v╠$ÝÌê┴É\x18ùRÿ"
  b"Q\x1Fl¥èäý0MÂ2ƒQàü<"
  b"Ê\x15«┌Á"\x13éúz\x17tà&ü)"
  b"Ô‡Où*\šš\x11ôP\x1Fc2ÍF"
  b"ó5Ñ+}VÉwxuq├╦W¡ı"
  b"|à­\x7FÉPíðoM_\x10Äwv’"
  b"‚ðQ)ÜÕ¬&î˜ö\x14»F©\x04"
  b"•Û\e\x17käÓPšaI·ˆ\x1A\tQ"
  b"04¥à\x1CïpgDëüšKj“‰"
  b"VÁ¡¸ŸJs\x7F\x1CzKRåìǪ"
  b"‗÷kıfPM┼M{DA┤5ÅR"
  b"\x14\x02§è.\x18ȇ)›Ö¬ß¶Ÿú"
  b":~¨éÍC®Rþ’E4.ôÜM"
  b"\t\e\x18ü┌j┌]p\x1Dâ\x06R©&Ý"
  b"f£%–Э\x1Aûƒcƒ/\x10aŸ^"
  b"R‰né\x01\x05ß¹‹['M½ÀÒ\x16"
  b"Å\x02…Ä8›¼\x12ë\x7F9¥—3ø‡"
  b"g‗»ònP\x1E9BäóêÉÞba"
  b"¯GQêHyL"Î…\rSO¶WÙ"
  b"75íåÂc\x14Þ§╩é╠ØO<ª"
  b"P$"wÌ&6\vœÛÐ;uÂÖT"
  b"¤═╣ÏýÓZôÆ╝½8É\x1A"
  b"\rÍÃBô\x04œL@Eì9š¹"
  b"h╗y!¾§\x15╔Åé\x12ñI©┤4"
  b"\x13ÛŽì `šÊæ\t¡¬Oƒö¾"
  b"·JsÎ\x14#3─Dh¥Å\x1F&JÚ"
  b"EÉ┼4ï╚è\x07?é¢t¶R:ñ"
  b"Ög«á:\x16Å╬\x1Dõ└ì5]╔Î"
  b"\x14\x13-7v&i4ï»è+Qó\x02\n"
  b"N¶&P4º½Vi[·\x02ÝJ)Á"
  b"A╚W¿┌2!Ýü§¾³L«Ï¾"
  b"EAæi—ÙF\f+ž¹rvØrø"
  b"Ìй\x13\x10³b"Ø\v\x16]5\x06\x1F\x1E"
  b"³h´þ+@J\x1E‘¬ßÏÂ5Ü?"
  b" 50’\x7F»Ÿÿ\f?~'ömÿø"
  b"2]2>ù†Uµàϸ[“u‹\x07"
  b"p lz-W“\x13´½l2Yjá3"
  b";ç¥IYû3ÿù[@\x1E¸Íà\x05"
  b"Ó9üV║]\rû¸fM¨\x7Fíc9"
  b"║úqj┴ìÉ┬\x04æ F¢n`P"
  b"éz®»UŠNu;8³e¼\vë?"
  b">Ô~JæÚ„ìO%Z¹_Î&\x0F"
  b"ƒæUl°\x17@©ÜP\f\r£‡Œâ"
  b"Wu§%\x01šó?z\x14‡S±Ž×b"
  b"N“ušP·\vC<ͱïA…üÁ"
  b"\x14dA—0²:K²òçY\x03\x01"
  b"d,ã*\x17ÞÞ£Ò\x1A&‚j¥…\x02"
  b"þ¨ikv§\o²J”8Ýè~ç"
  b"!ÍRÄáJ¬zp‡¿bmý¿\x1D"
  b"”c‰·u<³²ÀyK,‹V|Î"
  b"Å…ªò<~4̾æ-Š‘7q\r"
  b"\x02­\x17\x19yá˜òªÃ½`\x10Ǿ\v"
  b"Ñ«Ïsg­\x18ÿeèÅC30³¹"
  b"ô•ïOr\x1FÛxi7ÁD²,\x16\x13"
  b"ÎÊÄ\x1F¸iâªP~^å\rù\x03ý"
  b"Ú╣þ±¸\x13╬Z\x1Aà}É6\x07Þ\x18"
  b"`É#┬õ®\x15╚g¢é\x15£|e§"
  b"┘ë26{¼ÍÁx¡Øå×µ¬\"
  b" Có_ÂÑ¢ýâ4BØé\x1F\tó"
  b"\x15\x16C\f–„ªvN°uW¤-Gx"
  b"Â\x01Sp¤À´\x1Am$ÌA®"/""
  b"\x11ž9l]KR•—UØÙþ½Ž"
  b"¨U1ß@R$Ý\x06¢I¼ƒä‚ö"
  b"-Õù╔«!^}[/P|2üñû"
  b"Ö\eÇïqøt\x02²X‚ë˜Ñ±K"
  b"\x05vÌ<3Ù#Ø═xO·a­Uâ"
  b"(];*\x04Ãü¾.@N)\x08ùËß"
  b"vî╝ôd?úÀ&Å\x19L\f£àÛ"
  b"\x0E¹Y\x16\x7F.5Œ\x03ê$OÄK¦N"
  b"\x07s)Ô\fök±f\x11PÙò>“"
  b"À:\x1C’:µÒe"Ù™\x06‹Cßs"
  b"Û$ù5ØÞ╚X■GdäV¿\x1D\x1D"
  b"ï?E!Ä\x02\e&ˆ:¾ù>Ã"
  b"ó&+¾z’–\x05¼êZ5î‘r~"
  b"úös¶ `aº2\x04êÄ¡.#Š"
  b"\x15\x1CØÁÃ×▄»ã╗_╝åá!¶"
  b"\x18!øYãAêé\eš†5›ÉÈv"
  b"#JÇ4ßdˆÎ\x1Aª\x10#Pìÿ\x19"
  b"Wš²\x00\x08\x15#ݵÍgB\x1F–µ’"
  b"™þjÃö‘XLG\x1F\t´®V…Õ"
  b"Ь–\x00A0AWí\x1Eá†ß\x17"
  b"Îgl\x08ÊÅ╠ÁÏ_Ñ!ܲ\x17#"
  b"å\x18Qâüì\x04Ã2'Lë\x7F\r\x1E\x15"
  b"6ñÀÂG,ë9k'À-„›¢\n"
  b"GÜ`ng\:\x0El?Úr\x17\x18\x06ˆ"
  b"\x15\x16ªõü%¼!±\x07¿µ\x1Ayõ…"
  b"├L\x0Emìk╬w^½Ý\x7F ╩âr"
  b"C!üvãÄf™àöwÉgéý\n"
  b"\x1C\x05›b±·\r\x10ÊaMzNFJi"
  b"¢=ÈD\x0Eƒ*Óð6ÀDô?\x10ï"
  b"Ù$\fOè}gÀ‡B½_\x7FG\x1C"
  b"½bvØÓÃW\x11\x0FmkÃôâÒ’"
  b"z\x07ü¼Ä“&‚H"Ã\x013Fc;"
  b"Žn_O…f÷\x00ÚCú%œ`Ùî"
  b"""
    \fm\x13þ\n
    üYDÍ\x1CuG0$>
    """
  b"šL÷é/T¥ºM\eŽd‘2‡»"
  b"\x15\x03ª╩tüg³ÃdæYÜe#v"
  b"$¤ì1/-Í“%ñ?®7˜!"
  b"cCþñMé?BŸo?$\x11\x1Eñ"
  b"j½¿m\x7F!ÝšØüVGMrŽ>"
  b"ù──¼æ»õèÝ¡Ñ┤CØ^\x19"
  b"ÀÈX„c7\x14%Ú—U(·'Kø"
  b"═-┬ÚÉ╚SÒñ\x1566¿¼Z╚"
  b"ê@S\eÒ+<J~ßS\x19Q‘kö"
  b"ïCr9)†¬hË'eÕ\rwBã"
  b"´╚ø÷\x1C+ƒÉ®╠Ý▄ÿm┌Õ"
  b"\x07o\eÂÛÉôÛÄ\x12BÓÁªP\x1E"
  b" ?õî:r8î\f*\x17¯×a\x12¤"
  b"ü¨\x11¥8┤2├¯oÚÐ┌P²\x1E"
  b"˜I5¦Ù&‹Ø\x1ASc\x1E¸n:\x19"
  b"¡ÙTD&üñ█\x07\x14\x17┬╗\r"
  b"ÑB4\x13mm3-–\x05Ðjzy¡""
  b"ó[\x14‡y‹§ªÓñ$†®C¥,"
  b"øIJ[ì Ý£Õþv\O\x13o_"
  b"u–\e&\x1AH\x19]‡†s‚SÐkÈ"
  b"ƒ'ìS±Y\x17{‰y`›)8e¥"
  b"ó{\vú\x1FÛÒÄY¦}J>Ø\x12U"
  b"ZFÿq:û¥Z}Ã(\x7FÓ'þI"
  b"–`§Ù\x10úÒ™¯ænÉ_\x7F"
  b"$tW+\x15þÂ4\x01#Ꙣûo "
  b"(9*Ò\x17\x13$M™è­JÖPvË"
  b"ûP4}ìúõoF>üøX®╩┴"
  b":L%å\x1Co%‡·O!üFŽ-°"
  b"î×®á)¸«nð([%±\x02"
  b"ø\x15\x07_Ú}kbŽ\x06Ã0\x7F"
  b"\x0Fç¸}zKÛ²Ø░cõc¢®\x19"
  b"\x1FÍ\x14\x01µ‚î\x00\x04\x19\x11,"
  b"#Éh>´¸▓òTÀÂ\x17ù/\&"
  b">]5\x00\tVòlœD:üv\x06|+"
  b"‘e\x15\x1D¿\x1A[‡\x0EÓF]ƒ3‰L"
  b"ûzë\x17Ý¿g2ˆi’~MŽ¡®"
  b"%C»w<îÒåJ \x05†£A@9"
  b"4Z\x07?™Þ<"ŒFf ᙶ&"
  b"9t?mJ¢\x04VU•îœpâý¡"
  b"@!—ífX†\x0Eå\x14F)\x10Äàí"
  b"BùÉD—\x18¦\x04L.'®Âœ%g"
  b"b\x14Þ—KÆg°F\x7F\x12\x18½C\x04W"
  b"m=ÒZñ"Æ'±zØ‹\x12lä%"
  b"…q®Pö\x16èíOú¡TAÚ$j"
  b"║ýwãÅ┤Y▒%\x15ê+à¿ãw"
  b"\µÌþÎ\vØóÃ╩ò¢ù´\x0E~"
  b"eÁØ~\x15}A7Uã1²ã@:€"
  b"~82ÄxÚå\x1C\x14¦ã\x00ß6Q©"
  b"´´»Ô¾s3qüFû»¢…Gq"
  b"¶üÌ'»Ó|‗│÷ñÂ+Å\x07s"
  b")Ùñç+▀êÉ\x18«÷╚ql■ï"
  b";™5ã€\e®%=™Š”ĸ k"
  b"Ck¡Ø»¥JÆ­¤¬\x19Ký0÷"
  b"áÍÊý\x05º\x12¡}¶¼¹\x1C\x07®«"
  b"Aû+b„ÓäŸï‘¸\x01N†\x07\x1A"
  b"ev÷i═æ$ÙÒÅ┬ÉÐ┬hü"
  b"‘87Eˆ|“Gt\x08^ÑuÜÐ\x12"
  b"\x10Þw\f\x1Ag\x04\x16$+àé¼z9"
  b"\x18ä¸Å~ä╬ÚÇh°Uq¡ÎQ"
  b""+k»©á§=dÖ÷\r*u·ü"
  b"D+2TË" ßáå¿\x15¾ñlB"
  b"F\fü¼k‹È\vâ\x06\‡?™—"
  b"aycaÑR–>ZÛQö%&\x1AS"
  b"e\x03g\x1D0\x17ËËØ*þæp9tn"
  b"{£/$\x15┴ÂòÙ\x14ØÂ4ıgA"
  b"\x08\x01(ÍQw\x1F¿Þ'þ§\x02 "
  b"­p‡( Å\x15î$\x02u“EL\x04y"
  b"¹ˆìñÐ)O2Ëuv†€ÊJÈ"
  b"½N¢ìS}Ý\fcý¸‹’IèÃ"
  b"ØNø98E\x14«^%ó³‘Ûòß"
  b"Û¨#Õ¦æ#œ5Ô\x1EX¬:)9"
  b"à’¿A¶06xm'¦Út‹Mo"
  b"äÜ•#SË¿ê<³´˜\x14™®ˆ"
  b"òU\x02ê6gpQœb$ò¡\x14"
  b"óæÕŸ=ñXÔkKï¨×ò6¶"
  b"\x01æ4šµ¥Ñ½k–÷æ\x166-¿"
  b"\x1F╗^ü*d¢ôÙ'7EU¿ÅW"
  b"/€ºê¡Ÿ7G-•7\x16k´ Ï"
  b"8\x12 \x17\x16¹Q\x1DÈþc\x19\x14¶z{"
  b"B¸þíõ1Ù³ï¨Gˆ[XZå"
  b"N–:\x7F\x01ªAñ—@zÜû¨¶Þ"
  b"©H]›`\x0F°.¬\t©Ç|`ÆÞ"
  b"¸f¦so‚¢¸\rp, Ì+mL"
  b"±\x13TìU½(\x10OT5Ô£_wõ"
  b"""
    \n
    ┴o╩Ù▓JìL\x15§ûµ¥ùÑ
    """
  b"\rÂ3Ÿ§¼®0]\x1E,\eS‡dŸ"
  b"KAbmñèiUª©Bk‡\e­í"
  b"R\x04Ø"\x03Ñ軦Ô\x1AdåsË–"
  b"Îã*™HWnõy¢~àâMÈŽ"
  b"ø„\x04+,ü0×TüÁŒ@^.›"
  b"\x08▒ô¿&░O╚¡\x11╦╝ìûi\x1D"
  b"\ríÁÐÏ\x06 ×Ê?êjþË\r\x1D"
  b",Ù4¹C\vã4\x16Ç\x11¸1\x1C"
  b"7ÿF¯xRòØ9z\x08&°W\x03Ã"
  b"L\f\x12^€`ÊÈüÜêWŒÁ=î"
  b"\rô\x1E\x17X¦ç\«¥i“\x18X"
  b"x jH\x11\x1Ejû3Â3ï\vúÌ"
  b"“'3W\x1D\x06Íükù"2k°Q9"
  b"¾]œGf\x06´ªjN8¾ýˆÐÛ"
  b"Ѧޅ(\x05{rÄkkdÔÞŒæ"
  b"ÿÙ’÷–7Ç&ËÔ57IYÃT"
  b"\t_CûçÁ÷½Rº•­ìp³\x1D"
  b"""
    \v\x1DÆ\x1AŒ\n
    »\n
    #õ («Eäl
    """
  b"\fÍ»5\x19f\re!•\x02¯Ázñö"
  b"\x12ñœÀ\x19ã¸ç¥\x1CÚt"X÷â"
  b"\x13~S!—©Üè\x07¶a¹ß\x0Eh‹"
  b"/˜­8\x11Á}í\x00·n;.ßÂx"
  b"4^ÿGÄÆüÄ▀Õ║SÍ,┤£"
  b"6\x1D\x12dØ░|ÉòéÎ\x0F\x0FÍâ"
  b"""
    9Nô\fwîÐ\n
    J\x05n\x15"sî\x1F
    """
  b"BsgŽ%á\x01bupÿ1\x01‰Ç@"
  b"Bì¹NquæÈmr׶‚ä‰â"
  b"ÇÖÆ\x7Fü\x17«Cî┌\v\e\x06d│ô"
  b"‰Ø\x18âÕÉ/£\x1Eú\x1Düák\x14\t"
  b"ŒÞ¦(Š9·…£~\x11/\rLf7"
  b"’è?^î\x1Do]\x0FÓó\fØ’†\e"
  b" +-sY¡ž•\x15\x16…Éy"\x01à"
  b"óä▓$ÓÉÓYy\┬©\x0Eıs\x1F"
  b"©ï±\x19$Ý7Øðo]ö▀\x01╚b"
  b"½@uæ–_†\x00Ga$F¥ÿû»"
  b"½ÐkW¦\x0Fºë@;#­Cs^ô"
  b"½ÿ’ZBÿ ]käÌþÐ~ñ."
  b"ÇŠ\t@æÃE»9U·6áMsÔ"
  b"É-5Pp–ÿ˜†—ð‡”“Á\e"
  b"Ðé¦\x19¤ÂàòÐøú^–¹(ì"
  b"Þ9­\x144FÀã³z‡¶„ñ\x11Ä"
  b"""
    ã#㚆¥s€«ßÁZ!×\n
    \x11
    """
  b"è$\x03+£éŒù®î\rU¥£]Ô"
  b"ë°\x18†A!§\x01|”º¤paÁœ"
  b"üE×õx/s\te=Pb<ªÛÁ"
  b"\x01ñ¸ÕÙ|º\x1FwÁEø“=Â"
  b"\x13á‰\Ìúê\x16”oŽ\x17i‹O¯"
  b"\x1Cƒa╔¬ô║üæ­ÚÅ╔ã░v"
  b"-Åysà}ýDµ‚>Ñ1ŒU?"
  b"/òcnáÇâA/¶\x1ELmŠ\x17ù"
  b"<“Fâ\x1CÅ6KÉ8ã‡{a¥·"
  b"Q©{2BZ&K\x06\x13J`Ùñ>&"
  b"WÞ™>\x1DkNvÅ\x0FFI½l2""
  b"h\x1C_?\x1A\x14§ñÒxHD[\fûG"
  b"h°¨\x1Cvô"4Ç´Ø™ÀÎ6c"
  b"j»lë òêŸèÙËIÊK\v"
  b"|\x03«\x1Aç˜\x01\x06¿>yg\x1F7­V"
  b"\x7F°■_Øñ\¨\x7Fíí⫵Jg"
  b"‡_\rfúù홨œ˜Î~$ç%"
  b"Æ\x16tcùöØ└@«=÷ßËÝL"
  b"£#}╚³╚?\x08}غ^┌═┌ï"
  b"°ÀK0\x1FK2´§p™F§¢/\x02"
  b"¸–þ{pÝÊG\x12ÊRêÕßnK"
  b"×]¥\x184´C‹(kÌ8cÔN"
  b"êæü[(ä^ÉÛ¯<8ãÑZ4"
  b"í`Ö\x1CÿâËÃÙ>Úå¨0bt"
  b"üA åÀº™†>ÿv¥\x08¨sˆ"
  b"\x06p\x0F»¸]B\x15\x08\x03š\tâ3"
  b"\x06ž\t ¬ùƒìg7\x19{B¦X©"
  b"\x0E±üêúÚ\vÀ„'re×B_-"
  b"\x0F8í‘Z™½É\x04A>}Jâ³á"
  b"\x1EÎë#\x13\x18 ô\fnÍçhQcÍ"
  b"\x1EÐ4î{\x15¤bì6ó\x0Fö[è}"
  b"/Åñ¸Š2(;Åžf¹-^\x00Ž"
  b"""
    ;aiò{SFH=\n
    fË«ÅgJ
    """
  b"<üôù½H µÊ745+Í!█"
  b"K\x0F°¯\x12ɽbTðB¤\x0E\x16Ü%"
  b"kªüEGà·Ê2ùNœ¾b\x1C¥"
  b"kàñ÷,?šÝ\x08Ky_Ûº\x13#"
  b"l’Õvéº3ÿª´ý˜yìŠé"
  b"níì•ÇM\x1E©¸Ÿ_-\x14!\x1D¬"
  b"ˆ£Ò°ˆ…Ù ’7ĉ!Ê/\r"
  b"—ü2\eɸHr\x15ƒt7Ê\x04\fu"
  b"ž+Ù–›ÍÁ\x06D\f\x055\x01ä\x00\x0F"
  b"¦ \x7FT\x12ie\f\x1DQ\x14\x0F"
  b"¸1¾šØ¼qéÃyàUq_’„"
  b"½-â>yÜ´þæmÊ1¦Á'¨"
  b"ÂMmRÛKºY\t©™”\r%\x1C\x14"
  b"ıÉÍò=lÒžµdLÖÿT3"
  b"╬░Í\x14\x10Ìo¢O┘í«p\6É"
  b"ÑQª\x14È\x1E\x19Ó†!]¢ú_Àm"
  b"ëŒMVßí\x05¢\x11”`üuäéj"
  b"þ¬\x1Dî.+ȳ›\x05àµ\x1E[h\x1A"
  b"\x01ñ\x07"µ…ÐNR\x02æ\x0E\x1DÓÎØ"
  b"\x06\x10\x08ô¨ÚüMO8÷8s‘\x03\x03"
  b"\rÇ”oGæe¥~Τh˜–"×"
  b"\x0EŸ\eEO”Õ!ß\x02`)§4à™"
  b"""
    \x16└T┌H▓ªª#ì\x02\n
    ðfͶ
    """
  b"'▓ní4\x16AFQbêz>Å╠┐"
  b"""
    <\n
    ¼Ã\f‰â&&\x05\x01`\x05¦ ³
    """
  b"]9\x12\x10ûábßq\vÓI8┴üÃ"
  b"i\tÁÐѲÌçÃÌXG\x03nzé"
  b"j'iÍ{ØëÞ┐+Wa\x023lO"
  b"\x10«³eo\x08ÆÏUj/Ây!"
  b"wØYfÜYk´\x11Κÿ¦Ò\x0Eq"
  b"£­¿\x18\x02bp╔ªjº▒\x7Fx"
  b"¢]ÿÛf‰B¥Êb/oã¼ÜZ"
  b"§\x14\x04Ôk‰0„0‡EnãAÇ…"
  b"­Ž\x10-\x00\x02œH\rÈ…@mºyù"
  b"³;79ÈjËoŒ\x11\x1Cç\x10Í›Í"
  b"¶¬&—úpï(èŒ×0¶Úeò"
  b"¸\eTtÜQ\x009¤)ëc\x12ÎD5"
  b"¼?\x00ˆXBRE5\r»\x7F\x13¡5i"
  b"À¬Þ™\x1CÒ\x17ŠÇšç€K¿PK"
  b"╚╩\x12\x05óYþS\"\x04═Ib­Å"
  b"ÚRÀ›\x7FÊ\x19ü\x14\x0EøNú¶Êû"
  b"ÙÛ@õZ╔K\eF(\x18╩╝õüþ"
  b"ú\x11§Îh¶õmÍLã˜p­Ý_"
  b"\x00ü9─!<d<\x05oë<·▓\¿"
  b"\x03ÊqC\x05%[÷w\eE.Üâ±["
  b"\x073KOC,\x0ERmXŽSË´z3"
  b"\x08ÞiÆ+íÚ©ÀúN¤¦"
  b"\f=ŠúÌH\r €dÍFFÛ\x06é"
  b"\fñåý\x02<±Ï]ã,ì`_%c"
  b"\rÒ7´Ài “½l˜ó\x16þvŠ"
  b"\x10bõ«ø°‰\x1Eôך\x06\x1ALeà"
  b"\x13àE­Á¬Þ-G­[Bòq†í"
  b"\x16ÔˆŽà\v©ü8”jq§\x11¾­"
  b"\x18~2hÝúYÇ¡║ÄM"oü▒"
  b"""
    "½ÔȲd.\n
    7Š£™¬Q\x16­
    """
  b"#EªuÙÉ,ønȪYÍ\x0F"
  b"#ÜjXõ0Ïj\x1EÇï\x04G=œ"
  b"$¥ü»\x05aEM@§\fNi¯ÐH"
  b"$Ðü$©»h1ùÑ°¨2Qèï"
  b"&Lk¦\x18òC\t^¿½(›Â\x19õ"
  b"&ów‡\x12&ˆ»\x00×qD‘D\x18O"
  b"-ÂìîÍ×5™'¤a¢\x0Fá»Ó"
  b"394NØ\x13LÜ@\x0FRóï2[\n"
  b"58ƒ\x15ɘ©o\€uÁ\x05ѽâ"
  b"7ê.ºq©ÉÄíÚ¬ÒÄk┌½"
  b"@-%bŸ\x1Cú…ÌC<\fS\x7FØé"
  b"@…Ýœ¥\x1Fö-³\f¸}ÊÖf}"
  b"Ck•)Ú¦í ¾\x08ÔX\x19ºïæ"
  b"D"íúí\x18 ÖBGzŸ:Ÿ\x1Då"
  b"""
    \n
    yãŒÿ§5W\¡’ÿÞt
    """
  b"L>µ,ãÖ\x08\x08ÔIl\x04\x039v\x1D"
  b"OåÈ)Nغ%ÚKÜÞžRÇÎ"
  b"PRÀ&*­Ö³\x048^V\‡¨Ã"
  b"""
    P¥ð­€ä_ܲªñ9µ\n
    z
    """
  b"Qï;ı­È▒¼µ╔Ã\x16ü\x08üA"
  b"Rº¶»>ÚÞf4\x01H«²÷\x1F\r"
  b"Uü■\x02±«l(&\r╩\┘┐»Á"
  b"W\x1EÑì7su„ž·ÅQÀƒ«{"
  b"ZùgxáØb~šè7F¢Ÿ¨ã"
  b"[eëú9Ý– Z\x18Š™ÁA>Q"
  b"[­ÿ0V(Ía'¤í…\x0F¦ÏÞ"
  b"dG¶)xj\x10?,y5nË×ÍH"
  b"hÅРÅè\x11J™Þ"†~@ó "
  b"i\rî›GbÎfe½SåQ\x16µ|"
  b"j‘\r§²Ò£@v¿˜-Ø)\x16½"
  b"k¿ŒS<ø<ä"[Ý,«nºg"
  b"o\eC±qj´_F[©º\x11\x12.}"
  b"sÛQØ$“ðš{ckîIÄ› "
  b"tv{äšcjžóFw\x0Fµ\rE"
  b"w(¨‹\x03cu˜ÿBþ¹h¢ŽÖ"
  b"y]Ê~3õ\x16Ó§ñö\vIs‚¼"
  b"{T!\\x02ågEzÐï|n\f.>"
  b"€&%Þt(Ù˜ëdR ÆŠ–"
  b"ü╩vßíïQ\x7Fá°wM£QÀ£"
  b"‚]X\x16\x02"uÑ\x08¼hÃv$lv"
  b"ä.[&4lâ¡ä3=â=ÏÌì"
  b"„{$éq2K’Á™DØÂKMŽ"
  b"\x05\x11ÙnT°¼Y*î±\x1A˜Ž\"
  b"†f¼$:ÖõYæE¶¯JÌ{Â"
  b"åÅ^¼ç£Q¦ƒ 4?k╝åÉ"
  b"çØü\x0F\x19zY`UYô(ƒu"
  b"ˆÕ\vÛùìž\x1F´¢AÙG§\x0E"
  b"‰ý,e\x0F£Ïì@6×)¥-~Q"
  b"ÅO¬à²╚B┘▀ô\x17PÖ²²\r"
  b"ÅZÆE\ãJ_ûlâ\x169\x12áI"
  b"""
    ɱ╗¥└@«Ú\n
    $=r\x07┤«H
    """
  b"”†^¤ÐuUÎ\rÃÀVL*\x06\x18"
  b"òü\x1D»├TÞªXû;Gä:\r\x01"
  b"•ÕÊ@Ä\tøZVA!Å÷°©."
  b"˜\x03»Íã: ‡wAJ‰¥€æ…"
  b"˜"ƒ‡¯¶ñyO¶Ê\x195v )"
  b"˜p„B’Â\x081Ö<‹òŽŽ‹§"
  b"šÞT×àèHÏ7\x0E#`g\x1D\t#"
  b"ø\x18À5wæáç_mé¡┬üÔ "
  b"žuâ\túÈe¦F†åE鬣\t"
  b"Ÿ*?Â\x1C-@™$& v\x02ÎÝë"
  b" ÅéM\x1DNº;àZuºMã\tc"
  b"«;EIˆ Ú¸©/¯g7A\x08\x07"
  b"¼É\x03Ù‗`║Î\x7FÒ¿O\x7F\x1CƒÄ"
  b"\x01§\wü¨à\x06­ïÇCU2î"
  b"¸­È\x1F¼Ù-Îÿ±r­N2\t;"
  b"»\x1CLvG\x11Ÿùž\ÎÁ¬\x1EÄë"
  b"½ÿ\x1CU=ªwÝÙÊó'©¿Â£"
  b"┴ò¿\x08É\x15дpü╬M\x06C[r"
  b"Æîש_óñš?”Û»ÅQ-á"
  b"Êi\x1A\x000¸xö\fë>nƒ1\x04;"
  b"╦K5L\x17GØRò~¼\x05\x12├oî"
  b"ÐnJÿ\x12ªz\x1Ev\x02!‰<hµL"
  b"ÑJ•‰\x00\x1EÜ\x7FÑa/DG°0“"
  b"Ú^6µÈ»<<7\B·}\x12ò†"
  b"ÛúÃ\x00Šà\x05:­Ô.ç•\tÍo"
  b"Ü\x03\rý\x12>jÞÝ(ä•H.\x15Ü"
  b"Ü;Dõá¿XžÖ\x148žÑ£Ã\r"
  b"ÜÙt¯£ºáµuX‰´œ?¶Ñ"
  b"ݨ%†]:U%öt–×N‚3õ"
  b"߶äfµ{_ã¥│ت¥\3ò"
  b"ÕÞ®#ü▀F³a┬(å \v"
  b"æpn±ýÁÃT\x06-U\x11×m\x1Fm"
  b"""
    æ¡þM\x06reS?\x0F\n
    ÔId;`
    """
  b"þıT#\x17\x07l╗\eÉ¢\x10ËD>G"
  b"èÄŸhõ.ãk&¦syæ‘\x03Š"
  b"íå/\x1FBœ´ŠU{¹_xͬË"
  b"ñ\x05by´£tÄ\x06|>¯×›Ó°"
  b"ñ'†È²ò̃ñ‘y‰ß‘-\x18"
  b"ò44̸+pÕ3E•ªiW\x03¢"
  b"öÀÂ\x12¯²}˾ª€r Ã/"
  b"¸ü\x0E\x1CõÍxã\x1F;ëj]ÎôN"
  b"""
    °&~8.³\x05\n
    Å r╬╣7┴
    """
  b"ø||ÇU>MQ\x0Eò`ypÈ2\v"
  b"¹~}À\x06\x1CÆî═%É║¬såô"
  b"û˜Yü–Âa²a;\x07²\–uä"
  b"ýÆ¡Ž<øª6ÅSÇØ«£\x0E2"
  b"þäY(xÏTÎl\x10ÛäFu$_"
  b"\x01ñ*\x0EÁ\x08\x7FqW}’œâAŠ\x0E"
  b"\x04g\x16´ì;0’v:APM™€T"
  b"""
    \n
    ©\vƒqHÑŸ\x06Æh'm…mÜ
    """
  b"""
    \n
    ë²JŽ\x14LËÅ•¦¹‹\x07\x15Û
    """
  b"\vK)*±╗sì¼ý?;\x7F\x1DÂ\x1E"
  b"\rnÈaò·Ä"c¾\x10ñÀÅ+ñ"
  b"\x0E÷\x01ßoµÞ;ç@/t\tu•\x05"
  b"\x0F„6¾íö²»t\x18GÉÿ\x15"
  b"\x10QB>\±¨¬«†y=°ûLÝ"
  b"\x14ë`>ìëR\vVß Èˆ¥Ôƒ"
  b"\x16w\n\n\x00ü3ž\x187 ÷ó³"
  b"\x17\x04£,»QYKB'Q™\x00k±Z"
  b"\x1C!„W=Rëé¾b¥š3Ûžù"
  b"\x1DG\x1Cà\tB¥Û0/]w=\x12‚t"
  b" N|KÜg■\x03T]Pì±└Ô╗"
  b"'ìw┤m+ºzÆ?n´OËÑ\x1A"
  b"' í\x0E‹Tª¨o¨¦d =˜À"
  b"\x17î\x14:Fbn┌JÆ;\x19"
  b")Ø╗ù╦zëá\x14Ñ\x1E▓Á\x02\x0E"
  b"""
    \n
    t¶Ã)\x10wW&º\x1Dey|
    """
  b"\x08\x0FÍ \x1Dä¸\x15[ìC\x0F&H"
  b"7\t"þÓ2®!\x0ES~Åem\x12\x00"
  b";¾;T¶œu}-µ\x1Aw\x14oøÕ"
  b"<® ‹¸ ŸJ³n³G$íV„"
  b"=;ðG)é\õÈY\x07üTeªm"
  b"@©ãt/\x00\x04yÉ░¢\x06Ös*;"
  b"A\x1E³¬º|FŠà\x145NqX3\x17"
  b"F1▒vpÙ\x15¾Tª\x07SpéÅî"
  b"Hz\fRòqø4Žt\x1E÷K9\x03:"
  b"\x01çûnýæßÇ`\x14¤2ió"
  b"O\x14\x0FµþÞ<zL\rŸ\x1E\O"
  b"Tm¶Ã”è\x16$w­ßC\x17Ñê¨"
  b"T■7n8pÉÅÓeB!\x02-s\x02"
  b"V…^Š\x1Dásè\x0E\ejQ~"
  b"WC>N×höðÜP·ñ\x12\x12×±"
  b"Xa µPh\x10\x00Ž°…ÓMGôò"
  b"XØÄ╚1û$$æk▄\x12¸m©\x0E"
  b"]*˜Ü\x1E]i›\x03œ;Fó*äW"
  b"_Ñ%¨H\rþ_\x7Fà5üÝ%H¸"
  b"""
    b\fÐ+¼øäü?\x10°c\x11'\n
    \x0F
    """
  b"b@²©ÙüY\x03v3XO‘\x17"
  b"bl Ãz>j÷ÖfvzéóØ"
  b"gîÿ´ï"Š¥½ÀO\x16\x16†“\x06"
  b"gÿTh¯×>ò,~h\x17ÌßI\x1C"
  b"l\x03h\x17(└\x17j¬ÅÒ\x1D\x12FPÿ"
  b"lö‘&$Úø"Xê´½º?‡}"
  b"m‹1è2L=há‘Ùv˜­«\x1A"
  b"o0•$ª^ÓÜâçžÄ\x1D`>Î"
  b"""
    z€?ý²ÖÙ›Ó\n
    …ëZ+MT
    """
  b"\x15©u\x1A{\x04j1L÷á¤ôu"
  b"{4\x180#\x05×Éût¡Îá\x02;l"
  b"€¡m˜ÿÐÊŠËsv?\x06\x04"
  b"ü\tÜ&L\x109sòî┤┤©║ëý"
  b"""
    ü{\n
    \x16<r\x12÷öîõ╣û▒
    """
  b"„ž°£CZ~#\x06·3°]K?ü"
  b"…Á‰Ó†­=Ô³@\x18¦\x1E<sZ"
  b"ç}Fk┼üZw\x08!C>xR¾m"
  b"ì┬Ä╩TÔ §rJ▒¯ÙÒ\x10ı"
  b"Å\x00▓■®╦┴*¯IÏ'8ܼ\r"
  b"Å\x03ÍòÁ╗ªºô$ZõåZ¶ı"
  b"™ {"ER\x0EEãôÙ굕½ã"
  b"™BþŸ+ ûå¬Æ\x1CØ@†\x04r"
  b"¡ùÕ\x03xæ\öšcGâC\x12"
  b"ó\tµOÉòd?m\x06%¿iÍ└&"
  b"ª‡¶fÓ˜”ŽÒ«ì—;a˜R"
  b"¬4\x1Fí\x0F9Á*žšqÖ:\x11Ñè"
  b"®Ô·m’\x7F\x16qŽÀVŠ*ÿW~"
  b"²9\x1A%Êá°W\x01ÙÌ‚¥ŽÙ\x10"
  b"²ó‚\eb¤qöãÔ\t¡†Œ\x1AS"
  b"¸×ƒÃDÌ\x1E¨!É„a(ÛÍ€"
  b"ºMè›4³kø\x0F\x16\x08\x1D}"
  b"\fõë\x1EC6üê\trÝÎæÑz"
  b"""
    ½ †\x07­\x1DR\x11o\n
    ¹Ë?:&µ
    """
  b"½i>ÎÁÔ\x1F«‡î\x12¢¶Á•Q"
  b"À¿\x7FúFŽ}©\tÝC½•…~\x04"
  b"ÀÇp4‰„d…FÑdµ÷\x1D½º"
  b"Âdî“U³Ãó\x11­\x1FG¶f+#"
  b"Æm:\r„€Á1\x04-}fqšŸ¹"
  b"É/qBàej­\x08Ç\x1Eµ*¿@ˆ"
  b"═sô║ıÔÙ\x14\Ôû§s»ÙÉ"
  b"Ñ\x025§÷µ\x19òcûþ4\e\x1FÜ "
  b"ÒÈzЙà=á,G³\x1C\x03æ\x18ñ"
  b"×£î=ÌáŠCl\x193Œíƒ€""
  b"ÚBYj²CH‡¹\x14eËÒÙOã"
  b"ÜI\x04­€<>Q\r}ö”[öœ)"
  b"Ô\x1FÉ:÷\x15\f└¥ë¦ö\x1ED\x1A;"
  b"ýüNüj&╩EDî«%\x05³ò¤"
  b"ìÔå­˜Ô\x1C·ÂrÆmI\x14$Q"
  b"ï„àiª{|#Ä¿`2x©¥Ï"
  b"ðÙ,RŽ;\¼ŒÀj#…p¡\x7F"
  b"¾ìþÝ\x15~D\x1C\x06¥x÷ Q`}"
  b"°s▓╣3ÅS¯\x1C│§ß\x14ó±┴"
  b"ú+¤\x0E\x18\x15\x068ŸÃz·€*ií"
  b"··ycºñ\x13ug%\x02Zƒþع"
  b"üNò“gÍ'e\x17\x0Fµ]n/Ä÷"
  b"\x01kßý¨y‘’\x04ÁŒÈö;Œü"
  b"\x05ÿD É“YÆ3æÏJ€‹¼’"
  b"\x07©Lr0ƒT\x10¯YWTeQ¿8"
  b"\x08~ EýAKÁä§@Ô‰ü8G"
  b"""
    \fHzã+9Á4!\n
    B\x07šÀ¡&
    """
  b"\fñÈ\rt¶¨«@C&+J(•f"
  b"\x0E\tì:ö\x10\x04\x15„í„ë\x14š=\x12"
  b"\x19Øu$°s¶Š…ÓÆiÅÈ@K"
  b"\eåä\WÄ{4;úUèMS\v¥"
  b"\x1D…yï=·áeçÖÜšÁY5Ý"
  b"\x1E2\x1FäƒÀÉnBÞ~Ìòmú@"
  b"\x1F\x06·´{eÑMÍ-Ù%\x14])Ý"
  b"\x12Â\x04¼è~\x17Ì„:\x02øQx"
  b"#t%\t¥ûƒ\f\x16tOŠ\x19Å\x1EG"
  b"#ÂõT!!“\x07ì„Ý\x01\x1DÊŒ·"
  b"$ƒÈ)L┌ɤöR\x16ï51▓└"
  b"$þ‚M\x04„ã¬Ês‰ÊB¨l“"
  b")ljØP\x1E\rQöRòcÄè)Y"
  b"*­îõ▄jóAì╩ªÔ╦-\x060"
  b",?‰{Ý„°[Ê:ù¼‹]×À"
  b".gÅßP„\x17tðsf•u-°‹"
  b"2^ýìjöÝ ÂP;─,¶ât"
  b"4\rœ»19öR®Â\x03\x1D\x15ÒŸB"
  b"7+{\r\x07©oÑÄ ¹…ëMsï"
  b":¤øIÇ‹\x06à\x00Ö·gD/|„"
  b":÷ù\x7FTl¼ªAÇŒIáSœò"
  b";%Bz®\x15Á]ŠØãý¹ÏØÉ"
  b"<®5═Ç\x04▓\üê\&ë,«å"
  b"=™¹6ß\x10õΎоµýŽ\x01ê"
  b"@•o6²°$³kº¤!¼LÿÇ"
  b"@§÷̲\x1AÅf│9HË▓Mræ"
  b"@ûág»á(\x0EBìÃLè\x07"
  b"A\x12àe[6‹èŒæ§Íx~ª\x17"
  b"A¤Â´,1\f6›ìlú\x1FGP„"
  b"BXß\x150Í^Öô-3\x7F¯<=€"
  b"B½2ÌÒ=\x7FN\x7F•B‚7£Ôä"
  b"Dm\x05©\x1Ao´ûž‡„¢n@Äá"
  b"""
    F`ƒ\n
    í‹ÈFãû\x07©s10~
    """
  b"GöÀµ▄ü¦Û­Ó.)┘5T>"
  b"J¦>7\x01*\x01¨öTRåb=ìŽ"
  b"M\x08ï¡Vu4Í:Lq\x18ñG¤6"
  b"Sxø\x18åᾕ\x02»”Ð !¯\x01"
  b"S²·¦\x1AtÃ╠\x15ì\x0F\x13¤ýL\n"
  b"U<OœP\x06èLV»+áî\v¥È"
  b"X\x13é}\x17Øa\x11\x02\:0?¥\x1D"
  b"X¾X\x02âˆ;ßmàûÂ\x02Êñ“"
  b"XȠ˱ç:ÖÊÅ\x14\KEú‹"
  b"Z–þ]^ã8t*\x06ÌFv¨bb"
  b"\`═f╚Ò\eKìµ\r¬®\x08w\x13"
  b"\Ì»³─4ouÛì·\x02q^à\x08"
  b"]`¦¬ß(eÌ6åBb%’\x00¢"
  b"""
    f=ÁË<SוÐ\x1Dãs\x08\n
    
    """
  b"fÉEcÃÑ™þqšr´8iCü"
  b"gÞÞ–E¬÷\x11_Å”ÿøl\x13Ô"
  b"j\x0F░»\x1A¡¯ëØèpbõdªh"
  b"l@}ü\8H·¹┴S└ý\x02\x19"
  b"n™Ãk•\x08ª•*€ãÖ±‘³e"
  b"s\x0E\x17Ð-—{ì¸Ìð¥û‰zM"
  b"t´] ˆÙ a÷-ØbÚÂ\x18Ú"
  b"xH‡\x06\x03PõPèâL\x105f#\x13"
  b"yŸÚr8D\x13á6NÕ\x1DÜ;Äã"
  b"|$3ÖLK}¼£\x0Füçñ~´╗"
  b"\x7FØ¥häÔŠP{¹½¼Á'\e\v"
  b"\x7Fø)™]'oÚ©#ÖIÄÐxe"
  b"Ç\x0FÀÂnLB╚ðïdOìSÚ¦"
  b"ü\x02»Ná¦Ãk\x1E¥3Ñ­h\fp"
  b"‚Ah\x16&\r\x18|{\x05\x0E=\x1FýƒØ"
  b"ƒ¯.é\rµ5«ø\rŒÇÚ¡“­"
  b"ƒ´]ÕRkÔ\x0E\rÑžÂ-?Þ~"
  b"\x0F7!î\x1E”s:ɇM´®Ï\x12"
  b"‡9\x1EEÀt`pyê~–]åG–"
  b"‡“µŒŽ¯ò®0–ù\x02â\vçL"
  b"ŠN^éæ–Ž}û\x18ÙTäOsD"
  b"Šl–\x15(ãºþÉãRº¶:\x1Fú"
  b"ìÙ³æ\▓\x1D9É┤¨¾¹±é2"
  b"Åew°╣7æı\x1A█Él¸Í┬╦"
  b"""
    ųoâ\n
    R\x02ÞÛFçgM╔åÅ
    """
  b"Ém4ÌíÜ‗v\x7FÎÎr╔_â>"
  b"ÉÂ}$~{TR.ôw´n‗\x13S"
  b"æÙ¾=▀\x14'êa\x1CѸúÇÉý"
  b"’ÁB\x19\x08x:\x11òªgÖÒ)-\x06"
  b"”ðÐ\x04ÊEÑ\tBÿ¿„D]­ "
  b"•…‘8û_VŒ3Kë¹ðÜWÈ"
  b"\x15­Ü”î\x05®Œ-¬¼Î\x1F^,"
  b"\x1FJ%‘+]çøV|Ï'´c\x10"
  b"Øq┬Äò¬`-┐ÍÀ9$\x1E\e"
  b"×µ‗Ò°ñ╬\v]\x0FÝ<Éch═"
  b" 0ÍΨ-;¤\x07@pb€DÛÛ"
  b" Œ0Á†óΚ¨½—ÊB*¹º"
  b"£%;›Ó;#G³å>\x1EÌ\x15è½"
  b"¤^“KxÕÞÕ\x1Dq\x1EÚS,\x03¨"
  b"§hUÝ$á\rèép?SÉÉý½"
  b"¨aêQÁ\vè…—‰\x1EÓþ\x04§Ï"
  b"¨µÕ>lèãlÑîèÐQ\x7FZ,"
  b"«B¶sI.pÚäœfî\x18~oÃ"
  b"«óÌ4½çáˆR[Ã.…§fˆ"
  b"¬Ù,\x02Ðúâ¢\8ôL¨\x16\x10¹"
  b"±\x01´j=źPæO\x01Ƹ]ƒ\x1D"
  b"²³–º*ÉçFâpl”|-h\t"
  b"│É*╔\x0F\x7F®®{|\x13`T¨"
  b"¸Å"‡P®£ÐFÕà\x165Ç©¬"
  b"¹Tב^´V&Ip\x03_‡v&q"
  b"¹·ûÕS\x1AiN°g…Å\x08ñpk"
  b"¢`%ÄSÉ,io\x07\x13~¹E3\x16"
  b"¾<‚\x1F0¶zZ“&Â\flqê6"
  b"¿EžT£w=7í\x06¡~ÛÒ/|"
  b"¹96ôÓN\tú`Œ\e\x16”1‡"
  b"\x08A¨É.ƒH\x1Dä$Mb-1\f"
  b"ÃHߘxâÙeßÇ:œ ^¦9"
  b"─¢ì¶┬vÖ@ ¹:BU╠ß×"
  b"\x1C\vÅ@╝Üâ­¶\x1DÁrp&ù"
  b"É;|Ÿ(R7ßübÚQ"Ôð•"
  b"ÉCºâeø2\x07t¦Îí\x1AØ\v"
  b"Éóp#½¥ß¸Wwù×vLÑa"
  b"Ìýµ×¥R‹úÜQ®‹Ÿ¶\r\x18"
  b"Í\x00\x13Îä\x00¬¾dñc\x1F\x14Û ô"
  b"Í«– ä‰zšëèìÅdN¡\x03"
  b"ξíÄã\x10\x12R¸bµ\x07tG—Ô"
  b"ÓàquÃâ^\x08„âRpéK²“"
  b"Ôm\x18ãUˆ#Ùà†\x00Ä~ô¥j"
  b"ÔÉSw2ª«\eǾ™\x06ª;Rh"
  b"¦«ü\x12xWm┴U\x10¬à\x19\x02"
  b"ß-yÛ\x10Á&ÛŸ¤ke•3Ö%"
  b"à \x0F?\x17Œ×‹x\x12ªVzÛÉÆ"
  b"äù‹Ž\x1A\x00\x19.ûTa°K²¸L"
  b"å{2<Ç%'rI¥‘-ýx=š"
  b"Þ┬% Ã╝\x058ƒHØpW¢\x13,"
  b"""
    Ú¹é^À1Å\x18\n
    ¿v{s╬ê)
    """
  b"ês°àê;°M4ë}ÍÊek„"
  b"""
    ë.Ö\n
    @qN`FÓ™U\x08I·ü
    """
  b"ýs\x14-R╔¤\x17Õ═:f\x04gÅ┤"
  b"ìÛ<–M\x03T\x00\x083lÃþÔüŒ"
  b"îRŽì\x19RÔ3|*N[¼wex"
  b"ï½\x08´q\x05ÊüœT `Ë´\Ö"
  b"´┴ij\x04ï─┌É^¯t÷÷ü║"
  b"ð¨k]åtU¥xxéH\x17u\x0FM"
  b"ñsƒo–¢]ùüd^<UØô\x10"
  b"ò¢ŠrÒžUR%xŽ¿\­Ê\"
  b"ö\x08\x05\x124/“-ïã—ƒqœå®"
  b"÷{\í¼šÿU\x0Eâ\x16^À²¯6"
  b"ø{\x02$„Å\x13¢»QR\x08¶ENv"
  b"ùwnS\e\tKN\x07mì˜JEæÎ"
  b"úÝ`›Ë\x1C\f(}F‘ÕìÀÊ‹"
  b"ý\fÃY8Q?íéåŠÜºì6ì"
  b"ýQg‚Z»rÀILVV»ÂÔL"
  b"\v™Á:"\x1CšØdAr$¯\x00Hw"
  b"\væ-º³!R-\x10w58€\e¯^"
  b"\x10LÂÀÌ\x11iÆV÷’®B‡\x04\x1F"
  b"\x11–Ð={V5`›³î²\tîï&"
  b"\x1A›Ò\x1A¦§\x0FLRðå\x10µj7o"
  b"\x1F\x1C;ߥ\tÎt(iýÓiº»["
  b"\x1Ft║‗³®®\x16Ü5íð£C\x12ü"
  b" Ó\fÜ8\PQÜ\x01H¯ÿqû¢"
  b"!x▒±┬}¼!¹ÃÅ}\x1Fd÷`"
  b"$ÍÒgã0gr¦\x7Fû¹8*™n"
  b"*ÜZóh>_¡$¦=Æh}\x0FÊ"
  b"1Xç~'ìiŠéÑH2tqÒÁ"
  b":N╚┐\x1AðÛíxLÅJ®åoñ"
  b"?§³D\x02¶l‚ÍÐ=ƒªÜ¾N"
  b"EP(CJ´4Íží+qÆ\x15;e"
  b"Ek‚`:&É‹"d•‡bª}1"
  b"L\x0EVžÏþ,\x08Ý×£XÞ\x12™<"
  b"N/H¬ \x15}>\rZ\x025\x01ã®\x0E"
  b"NW\x18"┌ì¹8-┌\x1C┬<;Y{"
  b"O¼R\rû\x18KèÆ\x16\e€Ä;)\x06"
  b"S‗ùH5Øì,¨íR┤\x00\x01â┘"
  b"T–\x07³sVWžÑ;\fT)\x07ë$"
  b"W%"]ì!\x15h3#ê´/F╣╣"
  b"X\x02ä®\x10ʾŠ\x7F\x0EÈWa¿m½"
  b"kįõ\x13Dûdt\x15±\x0FªÑx/"
  b"qädÐÎÇojiêïÞ╬ì¹¹"
  b"{¡Ä#iL\x03´«’ÂÙ\x15Ö¡\x01"
  b"~\x16«Åû5╬\v÷ɵ%ÔÝ▓5"
  b"‚Bó(.hûV•°JmøtWµ"
  b"…yDOüâY\x02\x11\x1Al˜(\x0E¸@"
  b"É)║³┘,ã<\vë─\x19Ùç\r"
  b"ù\x1CÅÓæ\x13\x10I\x14\Uu¦fÕ■"
  b"ÜÚäüpJ\x12\x03╗▓ò&┘*Eg"
  b"ƒ$¸Èdª±V9─°OgÇfü"
  b"¡m&¸¨‚SSøך髼\x17|"
  b"ñf\x08"ã³Èú/àºØô"&2"
  b"§Pâó\x01ó_¤¼4AÁîI•Ô"
  b"¨\x0EG×@Èèά½[Ù®H\r>"
  b"©\x7F\fµ¥'ô>}Ù4¦‡“ÑX"
  b"ª,Üù^o©ÂŒhÅa\x13µÌÖ"
  b"ƦšU˜¹§­ (g“6l=F"
  b"È\x0EÓUñKTõ8©ž·\x00ÕG]"
  b"╦░¤\x1D\x14hÂÈ;\n¿?êÌØ"
  b"Ñ»7†ÜNh\x05¯J,ˆ\x00LŽ""
  b"Õ';\x12‡&+2ׂWL#^<1"
  b"Í\x1Cì§ùS\x15\x07╝êá$£6Dp"
  b"""
    Ù]{ù+@\n
    ÌÝáÉjn_&
    """
  b"┘Â\x19¬Éd\x04í\x11ı▒Ðïc\x0Eu"
  b"Ü‚\x06âõxUµP¬ËÍl\x06WH"
  b"ÕÉ]Ó­╔^ÐZ┼äÊIxN{"
  b"éžÚÍÇû5Ú×\x7F‚½^Ã\x02]"
  b"îÔ„O¸~ã÷ÞLhÚñ\vƒ"
  b"ñ:\ts¶GRí À&›\x00\x01ê"
  b"ò\x04 qð:?®=òºn~åÄ@"
  b"úKº\x11\x19\x07\x1D=¨×˘E"
  b"û^çœÊhš´Iþ˜¿\x18â˜ô"
]
72 1.11 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`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND ((`category`.`parent_id` = ? AND (`category`.`id` = ? OR `category`.`path` LIKE ? OR `category`.`id` = ? OR `category`.`path` LIKE ? OR `category`.`id` = ? OR `category`.`path` LIKE ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  b"\x01‰NÒÄ\x00p\tœò]YòÑ©ž"
  "%|01894ed2c40070099cf25d59f2d1a99e|%"
  b"H\x12\x02S\f\x04HH­w]2δí#"
  "%|481202530c044848ad775d32ceb4ed23|%"
  b"zìï▄\x7FOKì»í\x02\f╣3H"
  "%|7a8d8bdc7f4f4b8dafa102c40cb93348|%"
]
73 0.27 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`, (SELECT GROUP_CONCAT(HEX(`sales_channel.paymentMethods.mapping`.`payment_method_id`) SEPARATOR '||')
                  FROM `sales_channel_payment_method` `sales_channel.paymentMethods.mapping`
                  WHERE `sales_channel.paymentMethods.mapping`.`sales_channel_id` = `sales_channel`.`id` ) as `sales_channel.paymentMethods.id_mapping`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name as `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
]
74 0.29 ms
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` WHERE `payment_method`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰NÒÃûsú´¶½\x03Dh{â"
  b"""
    \x01‰NÓ\n
    ¸q豬ÿJÎ%\x03:
    """
  b"""
    \x01‰NÓ\n
    ºr\x17•j\z€úƒ>
    """
  b"""
    \x01‰NÓ\n
    »r\x06 Ù½¿UÀå\x19
    """
  b"""
    \x01ëNË\n
    ╝rØÜ0.BÞçR█
    """
  b"""
    \x01ëNË\n
    ╝rØÜ0.BÚ+\t
    """
  b"\x01ëdch?p\x06ÅÁôòjÈh®"
  b"\x01‰dg§Ðq?¼÷7„\x01l9¾"
  b"\x01‰dg§Ðq?¼÷7„\x027€"
  b"\x01‰dg§Ðq?¼÷7„\x02æ\x16\x03"
  b"\x01‰dg§Ðq?¼÷7„\x03=‹u"
  b"\x01‰dg§Ðq?¼÷7„\x04ŸµÛ"
  b"\x01‰dg§Ðq?¼÷7„\x04´­\x17"
  b"\x01‰dg§Ðq?¼÷7„\x05ÆÏç"
  b"\x01‰dg§Ðq?¼÷7„\x06YRõ"
  b"\x01‰dg§Ðq?¼÷7„\x07:ײ"
  b"\x01‰dg§Ðq?¼÷7„\x08\x01\x03ß"
  b"\x01Œ «\x1DŠ\x7F®‡Ì¤@œ\x1D\x12"
  b"\x01Ä\x07ø[¢q ØÊk<┤\x06ÝZ"
  b"\x01Ä\x18eÒËs7ÿ=IØ\x02\x1688"
  b"\x01Ž1Ë‘Tq˜Ÿ—D „„Ûö"
  b"\Uù­Š9my!eE^\x07Š<_"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
]
75 0.15 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
76 0.09 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
77 0.07 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
78 0.20 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Æ2:«ðt═®®»½ø\x13ÄÉ"
]
79 0.10 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
80 0.17 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
81 0.12 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id IS NULL) AND (property.module = ?)
Parameters:
[
  "frontend.navigation.page"
]
82 0.10 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"\x16\x16†}JP¾\x7F¿Û»\x1DíÓ"
  "frontend.navigation.page"
]
83 0.10 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"pFÒ\x1D¦ôDÄ¢¤\x1F\x19Tßl˜"
  "frontend.navigation.page"
]
84 0.08 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"}\x17Y║§ÄC;ó¦%┌îŨD"
  "frontend.navigation.page"
]
85 0.13 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"äƪ=ð…›ð9éï:éÐ'\f"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
86 0.10 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"Æjšêw+Âá…Ž¿Þ\x02eºÞ"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
87 0.11 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"aë@DÇÊ7gþöHÍW$Z"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
88 0.61 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"Ÿd©PbYÅZíI^!?\x17\x01à"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
89 0.11 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"K¡|@©\x15\x1F8sv2^6\x11ŽÓ"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.09 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x1CK½Éß¹¾úQlA╠\vÀg"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
91 0.11 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"""
    kW”‰TNnþø\n
    |Èt\x08\x1AÔ
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
]
92 0.08 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"""
    £‗T5\x06-ü'E0øp\x19H\n
    /
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
]
93 0.18 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"/\x15Ü\x02š_üÒ\x02¦\r¬\ì\x19"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
94 0.11 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"„±Yk™šgÃ;vbp†©€D"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
95 0.10 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x04üœœö\x19\x0Fî~Î\ä…1"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
96 0.45 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x04\x06Å\x1A×pºv\x1D*N\x18~§─ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
97 0.88 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`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"2•ÇjËôÊ®Ó<6±µü,±"
]
98 0.16 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:
[]
99 0.31 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
100 1.20 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01èÀ\x13Â_\x7FrÉ▒ú§ÒäÒ+"
]
101 0.99 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01èÀ║=╔têѠʨ\x15[Ø╦"
]
102 1.71 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`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"üI\f¤\\x00±$›¾5T¤ýöû"
  b"2•ÇjËôÊ®Ó<6±µü,±"
]
103 0.97 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x03\x17Ü$@\f¥"ñü▓$Q\n"
]
104 0.55 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01Š¼ÑÅ\x10~¼·\x08ŒD\x16ŸÁM"
  b"\x01Š¼Òú\r\x03­Â\x00¹\x05ÙÂÅ"
]
105 1.00 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01‹#\x15f\x17}Ú³ÙØÔ/è¦ì"
  b"\x01‹#\x15f\x17}Ú³ÙØÔ/è¦ì"
  b"\x01èÀ\x13Â_\x7FrÉ▒ú§ÒäÒ+"
  b"\x01èÀ\x13Â_\x7FrÉ▒ú§ÒäÒ+"
]
106 3.39 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:
[
  "/navigation/3295c76acbf4caaed33c36b1b5fc2cb1"
  "/navigation/df41b8ba15674e349cacdfff2f86650c"
  "/navigation/018b227d792f7f719cdcbe4a61f4cdf8"
  "/navigation/10026ccddbed4da3b2057bf7aac9f4a5"
  "/navigation/f79fd420473142efbbd7c3bc4aa2f070"
  "/navigation/fc490ca45c00b1249bbe3554a4fdf6fb"
  "/navigation/33e75ff09dd601bbe69f351039152189"
  "/navigation/28dd2c7955ce926456240b2ff0100bde"
  "/navigation/f033ab37c30201f73f142449d037028d"
  "/navigation/9dfcd5e558dfa04aaf37f137a1d9d3e5"
  "/navigation/950a4152c2b4aa3ad78bdd6b366cc179"
  "/navigation/3fe94a002317b5f9259f82690aeea4cd"
  "/navigation/bbf94b34eb32268ada57a3be5062fe7d"
  "/navigation/4f4adcbf8c6f66dcfc8a3282ac2bf10a"
  "/navigation/8d3bba7425e7c98c50f52ca1b52d3735"
  "/navigation/bbcbff5c1f1ded46c25d28119a85c6c2"
  "/navigation/8cb22bdd0b7ba1ab13d742e22eed8da2"
  "/navigation/5737c6ec2e0716f3d8a7a5c4e0de0d9a"
  "/navigation/352fe25daf686bdb4edca223c921acea"
  "/navigation/d1f255a373a3cef72e03aa9d980c7eca"
  "/navigation/735b90b4568125ed6c3f678819b6e058"
  "/navigation/ad13a2a07ca4b7642959dc0c4c740ab6"
  "/navigation/a3f390d88e4c41f2747bfa2f1b5f87db"
  "/navigation/a666587afda6e89aec274a3657558a27"
  "/navigation/40008b9a5380fcacce3976bf7c08af5b"
  "/navigation/310dcbbf4cce62f762a2aaa148d556bd"
  "/navigation/018e603168d27b5ba5dfa4eded2b9143"
  "/navigation/34173cb38f07f89ddbebc2ac9128303f"
  "/navigation/c16a5320fa475530d9583c34fd356ef5"
  "/navigation/6364d3f0f495b6ab9dcf8d3b5c6e0b01"
  "/navigation/182be0c5cdcd5072bb1864cdee4d3d6e"
  "/navigation/a5771bce93e200c36f7cd9dfd0e5deaa"
  "/navigation/d67d8ab4f4c10bf22aa353e27879133c"
  "/navigation/d645920e395fedad7bbbed0eca3fe2e0"
  "/navigation/3416a75f4cea9109507cacd8e2f2aefc"
  "/navigation/a1d0c6e83f027327d8461063f4ac58a6"
  "/navigation/17e62166fc8586dfa4d1bc0e1742c08b"
  "/navigation/f7177163c833dff4b38fc8d2872f1ec6"
  "/navigation/6c8349cc7260ae62e3b1396831a8398f"
  "/navigation/d9d4f495e875a2e075a1a4a6e1b9770f"
  "/navigation/e369853df766fa44e1ed0ff613f563bd"
  "/navigation/0deb1c54814305ca9ad266f53bc82511"
  "/navigation/66808e327dc79d135ba18e051673d906"
  "/navigation/19ca14e7ea6328a42e0eb13d585e4c22"
  "/navigation/1c383cd30b7c298ab50293adfecb7b18"
  "/navigation/a5bfc9e07964f8dddeb95fc584cd965d"
  "/navigation/67c6a1e7ce56d3d6fa748ab6d9af3fd7"
  "/navigation/642e92efb79421734881b53e1e1b18b6"
  "/navigation/f457c545a9ded88f18ecee47145a72c0"
  "/navigation/72b32a1f754ba1c09b3695e0cb6cde7f"
  "/navigation/cf004fdc76fa1a4f25f62e0eb5261ca3"
  "/navigation/66f041e16a60928b05a7e228a89c3799"
  "/navigation/093f65e080a295f8076b1c5722a46aa2"
  "/navigation/072b030ba126b2f4b2374f342be9ed44"
  "/navigation/c0c7c76d30bd3dcaefc96f40275bdc0a"
  "/navigation/2838023a778dfaecdc212708f721b788"
  "/navigation/9a1158154dfa42caddbd0694a4e9bdc8"
  "/navigation/14bfa6bb14875e45bba028a21ed38046"
  "/navigation/7cbbc409ec990f19c78c75bd1e06f215"
  "/navigation/6855456e2fe46a9d49d3d3af4f57443d"
  "/navigation/41ae36ecb9b3eee609d05b90c14222fb"
  "/navigation/bd686fd640be98efaae0091fa301e613"
  "/navigation/289dff07669d7a23de0ef88d2f7129e7"
  "/navigation/a4f23670e1833f3fdb077ca70bbd5d66"
  "/navigation/577ef1154f3240ad5b9b413aa7346a1e"
  "/navigation/c5ff2543b53f4cc0ad3819a36752467b"
  "/navigation/0bb4aec1710521c12ee76289d9440817"
  "/navigation/854d6fae5ee42911677c739ee1734486"
  "/navigation/01386bd6d8e091c2ab4c7c7de644d37b"
  "/navigation/35f4a8d465e6e1edc05f3d8ab658c551"
  "/navigation/f7664060cc52bc6f3d620bcedc94a4b6"
  "/navigation/13f9896df61279c928f19721878fac41"
  "/navigation/8f121ce07d74717e0b1f21d122e04521"
  "/navigation/39059724f73a9969845dfe4146c5660e"
  "/navigation/7f100b7b36092fb9b06dfb4fac360931"
  "/navigation/9872ed9fc22fc182d371c3e9ed316094"
  "/navigation/31fefc0e570cb3860f2a6d4b38c6490d"
  "/navigation/0aa1883c6411f7873cb83dacb17b0afc"
  "/navigation/fb7b9ffa5462084c5f4e7e85a093e6d7"
  "/navigation/9dcb88e0137649590b755372b040afad"
  "/navigation/a2557a7b2e94197ff767970b67041697"
  "/navigation/58a2fc6ed39fd083f55d4182bf88826d"
  "/navigation/9fc3d7152ba9336a670e36d0ed79bc43"
  "/navigation/3988c7f88ebcb58c6ce932b957b6f332"
  "/navigation/1385974ed5904a438616ff7bdb3f7439"
  "/navigation/9de6d14fff9806d4bcd1ef555be766cd"
  "/navigation/903ce9225fca3e988c2af215d4e544d3"
  "/navigation/0a09c8844ba8f0936c20bd791130d6b6"
  "/navigation/02522a2b2726fb0a03bb19f2d8d9524d"
  "/navigation/8d5e957f297893487bd98fa830fa6413"
  "/navigation/357a6fdf7642bf815a88822c447d9dc4"
  "/navigation/a49e9411d64ff53eccfdd09ad10a15b3"
  "/navigation/e2ef524fbf3d9fe611d5a8e90fefdc9c"
  "/navigation/140f6969d5213fd0ece03148e62e461e"
  "/navigation/36660e59856b4de58a219bcf4e27eba3"
  "/navigation/e96ed478dab8595a7dbda4cbcbee168f"
  "/navigation/f340f1b1f65b6df5b5e3f94d95b11daf"
  "/navigation/d1fe173d08e959397adf34b1d77e88d7"
  "/navigation/43ec517d68b6edd3015b3edc9a11367b"
  "/navigation/9778d5d219c5080b9a6a17bef029331c"
  "/navigation/c7e1249ffc03eb9ded908c236bd1996d"
  "/navigation/fe9fc289c3ff0af142b6d3bead98a923"
  "/navigation/26657d5ff9020d2abefe558796b99584"
  "/navigation/82cec96096d4281b7c95cd7e74623496"
  "/navigation/d1f491a404d6854880943e5c3cd9ca25"
  "/navigation/819f46e52c25763a55cc642422644317"
  "/navigation/13fe9d84310e77f13a6d184dbf1232f3"
  "/navigation/eddea82ad2755b24c4e168c5fc2ebd40"
  "/navigation/cb70ab375662576bd1ac5aaf16b3fca4"
  "/navigation/1d7f7abc18fcb43975065399b0d1e48e"
  "/navigation/e4a6222cdb5b34375400904f03d8e6a5"
  "/navigation/37bc2f75bf1bcfe8450a1a41c200364c"
  "/navigation/496e05e1aea0a9c4655800e8a7b9ea28"
  "/navigation/6faa8040da20ef399b63a72d0e4ab575"
  "/navigation/816b112c6105b3ebd537828a39af4818"
  "/navigation/b83aac23b9528732c23cc7352950e880"
  "/navigation/d947bf06a885db0d477d707121934ff8"
  "/navigation/63923f49e5241343aa7acb6a06a751e7"
  "/navigation/0f49c89d1e7298bb9930789c8ed59d48"
  "/navigation/16a5cdae362b8d27a1d8f8c7b78b4330"
  "/navigation/5a4b25aaed25c2ee1b74de72dc03c14e"
  "/navigation/d395771085aab05244a4fb8fd91bf4ee"
  "/navigation/839ab46820b524afda05122893c2fe8e"
  "/navigation/1700002963a49da13542e0726b7bb758"
  "/navigation/49182f81e6a13cf5eaa496d51fea6406"
  "/navigation/a01a0380ca3c61428c26a231f0e49a09"
  "/navigation/18d8042386b79e2c279fd162df0205c8"
  "/navigation/69cb3ea317a32c4e6143e665fdb20b14"
  "/cbax/manufacturer/index"
  "/cbax/manufacturer/detail/4bbd9c23e810a10a299357ea4c2b94ff"
  "/cbax/manufacturer/detail/a8898d3439db66e2a670294067edefbf"
  "/cbax/manufacturer/detail/44bdcee382a044c24ba7477b33b1621b"
  "/cbax/manufacturer/detail/857ea8aa2763de1c32f6adc4d3b7e8b5"
  "/cbax/manufacturer/detail/a3e53a1877ed03bee5dadbea956b00fe"
  "/cbax/manufacturer/detail/71b82474e68e1a402330979a9936fd81"
  "/cbax/manufacturer/detail/abf9cd412ca678eaeb0c223c5106c6ab"
  "/cbax/manufacturer/detail/cf8a3f59abe95022116f5a666c8367ff"
  "/cbax/manufacturer/detail/f78833b45c46f32d5922a036b06062a0"
  "/cbax/manufacturer/detail/ebe4ac2125061050ea6f4f61d0ffc1dd"
  "/cbax/manufacturer/detail/2748595b0787cd229ed52976936ecc53"
  "/cbax/manufacturer/detail/9914b4a164534b7cd5a9385ea36bb0f9"
  "/cbax/manufacturer/detail/3b24adb00570f5613cc8706ee397b0c0"
  "/cbax/manufacturer/detail/8f6cb82673d87e7fa4117b9e71dadb59"
  "/cbax/manufacturer/detail/a294c80c3eede5f14c96e97536ef080e"
  "/cbax/manufacturer/detail/22f0d1db8a4bffe1caa4516d391588a5"
  "/cbax/manufacturer/detail/e87b2ad973028e550ad31b7a41d32df1"
  "/cbax/manufacturer/detail/88f60185502437d61b64caa4c8e052c0"
  "/cbax/manufacturer/detail/ddd93cb9c04e8558c0a4db7bc548ed4c"
  "/cbax/manufacturer/detail/0b7224ffb0e76b602812e27899c6df7f"
  "/cbax/manufacturer/detail/859ff07af35d40a4e936ad335d62bcb2"
  "/cbax/manufacturer/detail/5f5166c1f13757c72e0ab605ca43a070"
  "/cbax/manufacturer/detail/c4ca4238a0b923820dcc509a6f75849b"
  "/cbax/manufacturer/detail/c2f80bd113a8829ee96eb7457c64493b"
  "/cbax/manufacturer/detail/4aa47fce25c574893331b435fdddecd7"
  "/cbax/manufacturer/detail/756b3e2aeff691b7d674da6295299518"
  "/cbax/manufacturer/detail/02715b264be6320d09a0fa2a841e6551"
  "/cbax/manufacturer/detail/45c48cce2e2d7fbdea1afc51c7c6ad26"
  "/cbax/manufacturer/detail/56ebfbd98f92f90704f38a00be40420e"
  "/cbax/manufacturer/detail/144af2b96a34ff42b4783635fbe26369"
  "/cbax/manufacturer/detail/11fa3016cef67b32c3a69aa831929cca"
  "/cbax/manufacturer/detail/686a08d1969df147813ea618cbce76be"
  "/cbax/manufacturer/detail/15d5d6d420efdde1bf3a51eec69c974a"
  "/cbax/manufacturer/detail/0c45a901430e2d554f533a36de52b4ca"
  "/cbax/manufacturer/detail/113a80259eea2dabecb4f1d35f5aafb8"
  "/cbax/manufacturer/detail/32b8d83f411ecf0d3620850dd1d444aa"
  "/cbax/manufacturer/detail/c8d534d430a7c414b0599364bed8ed51"
  "/cbax/manufacturer/detail/eee7e1e68fc8e5e01c923895e1570acf"
  "/cbax/manufacturer/detail/a2f2f560e8199f2135f220c01af8744a"
  "/cbax/manufacturer/detail/6fd4696a4458819a4125314dba9dcad2"
  "/navigation/76d6a1a64bf74ee4a9a5c7a9ea81ff74"
  "/navigation/6ac18b0184b3472081d23c6cd0d3be6c"
  "/navigation/b5cd3fd52922492086dd9e6ecd2bdd08"
  "/navigation/376550aa4fad477d83174e95f685ad1f"
  "/navigation/cdbbb71db836462f817b5d5a17b396e9"
  "/navigation/6fa6434adc0e4725bf4dc803abea1d07"
  "/navigation/0e99b11ddff84bb5a3c3f03ba80c4652"
  "/navigation/481dcdf7f3a54443987980964e9a1ca3"
  "/navigation/1aa59333e7a04ba2ba93897cc60f8554"
  "/navigation/32179757e8974da692a79af3f6b969f5"
  "/landingPage/018a4565d4d7781396db135e242125ff"
  "/navigation/2f500e3e758341aa9b9d7595d40828fd"
  "/navigation/6ffaa09bc4534c6cb5761cbd54e16519"
  "/navigation/514eeeca73964ea2a6a289046ec7b626"
  "/navigation/b70da7099682416db74698c21feb6794"
  "/navigation/f9cb4618268d4a76b8085a5ea63ada80"
  "/navigation/f3da3ade5d2a4072b3ff8ebf04258029"
  "/detail/e4c6aa3df0859bf039e9ef3ae9d0270c"
  "/detail/c66a9aea772bc2e1858ebfde0265bade"
  "/detail/61eb4044c387ca3767fef648cd57245a"
  "/detail/fbc8fc117acb879389010a62e2203f12"
  "/detail/4ba17c40a9151f387376325e36118ed3"
  "/detail/a0e622fbefef5a175e66ecba77bb7f34"
  "/detail/6b579489544e6efef80a7cc874081ad4"
  "/detail/9cf25435062d812745309b7019480a2f"
  "/detail/2f15dc029a5ffcd202a60dac5cec1980"
  "/detail/84b1596b999a67c33b76627086a98044"
  "/detail/3bc904fc9c9cf6190fee7ece5ce48531"
  "/detail/4aecca295cc031532e1ba0e560d68978"
  "/navigation/018a685be96f7db891bcc2c1b5624790"
  "/navigation/018a685c4d6a727eb8c8b0607c5fdc34"
  "/navigation/018a685d6f887ddd96b1fc32f074fc45"
  "/navigation/018a685dd5117b59a78e507c94b046c3"
  "/navigation/174e6ad734ab403abbccba761868f03a"
  "/navigation/7698c7806a2b4c93b4beac1cccc5431e"
  "/navigation/6e355d018d19491a92c3c7628185932c"
  "/navigation/d2375b3fb5ed4247a58ddcc97aad1a44"
  "/navigation/3df26b12819d4725995e5a930a2de526"
  "/navigation/bc41d588c9f54f70b76cd1a6d52023b6"
  "/navigation/6e5293e04f2f414cb4ec33c894df6948"
  "/navigation/434b6b89aaef4df9a574c26253117bfd"
  "/navigation/3fde9c65ad334285a4783d0c642c5cba"
  "/navigation/4b3cc5d817784bde9846b23b574406a2"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
]
107 0.48 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‰NÒÃùrXƒý>,˜\n
    Úª
    """
  b"\x01ëNÊ├■r>×~gÉ╗b¡┴"
  b"\x01‰NÒÆ1psŠÁû\x06âù£Ï"
  b"\x01‰NÒÄ\vsç¢y%ý±g\x01«"
  b"\x01‹)\x15Ü\x11uošã3\x1D‹#½å"
  b"\x01‹4Lˆ0q¼€£P›Ä\x041@"
  b"\x01‹4MV1|B¿D»s6—2D"
  b"\x01‹4O[ }š˜¸l[ÇÑA\n"
  b"\x01‹4P\x0E…zã«\x1CÿÏ\x15”×{"
  b"\x01‹8ܱ9rm§çö/¯ñ`ú"
  b"\x01‹8áNw~8š8ŒÙ\x17\@Ì"
  b"\x01‹®\x1Di¼u±ª‚\x03\x16«â\x11ò"
  b"\x01‹×?\t×pU•ºÿ,Œù"\x03"
  b"\x01Œ\x15¸Þœp•™ßvŒ¶¢$¾"
  b"\x01î\x19¨ê¬|±║Åöc╦9\x04è"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.