GET https://stage-sw6.radwelt-shop.de/detail/4a46fbfca3f1465a27b210f4bdfe6ab3

Query Metrics

82 Database Queries
57 Different statements
176.16 ms Query time

Queries

Group similar statements

# Time Info
1 0.12 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 6.58 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
3 1.33 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 9.62 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.68 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Üâ—­"
  "KlickFix-Lenkeradapter-Oversize-E-0211-EB/8277"
  "KlickFix-Lenkeradapter-Oversize-E-0211-EB/8277/"
]
6 0.11 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:
[
  "/KlickFix-Lenkeradapter-Oversize-E-0211-EB/8277"
  "https://stage-sw6.radwelt-shop.de/KlickFix-Lenkeradapter-Oversize-E-0211-EB/8277"
  "stage-sw6.radwelt-shop.de/KlickFix-Lenkeradapter-Oversize-E-0211-EB/8277"
  1
  "regex"
  "/KlickFix-Lenkeradapter-Oversize-E-0211-EB/8277"
  "https://stage-sw6.radwelt-shop.de/KlickFix-Lenkeradapter-Oversize-E-0211-EB/8277"
  "stage-sw6.radwelt-shop.de/KlickFix-Lenkeradapter-Oversize-E-0211-EB/8277"
  "regex"
  "/KlickFix-Lenkeradapter-Oversize-E-0211-EB/8277"
  "https://stage-sw6.radwelt-shop.de/KlickFix-Lenkeradapter-Oversize-E-0211-EB/8277"
  "stage-sw6.radwelt-shop.de/KlickFix-Lenkeradapter-Oversize-E-0211-EB/8277"
]
7 12.38 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.14 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
  "IsoI7L156F2sB0VCy1sK8SewpdILfYOj"
]
9 5.78 ms
SELECT `easycredit_payment_state`.`token` as `easycredit_payment_state.token`, `easycredit_payment_state`.`payload` as `easycredit_payment_state.payload`, `easycredit_payment_state`.`created_at` as `easycredit_payment_state.createdAt`, `easycredit_payment_state`.`updated_at` as `easycredit_payment_state.updatedAt` FROM `easycredit_payment_state` WHERE `easycredit_payment_state`.`token` IN (?)
Parameters:
[
  "IsoI7L156F2sB0VCy1sK8SewpdILfYOj"
]
10 0.35 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "IsoI7L156F2sB0VCy1sK8SewpdILfYOj"
]
11 0.11 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
12 0.07 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:
[]
13 0.06 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:
[]
14 0.09 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ú¤"
]
15 0.15 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
16 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:
[]
17 0.06 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:
[]
18 1.45 ms
SELECT module.module, module.response FROM wbm_data_layer_modules module
Parameters:
[]
19 0.21 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%"
]
20 2.18 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"¥ì¹°]─1ÎÛ┐Èx\x1EʽÞ"
  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"\x01ÅÖ ╣Ûwøä¦(\x1E\x04\x16ïI"
  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"
]
21 0.14 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
22 12.15 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Ž"
]
23 0.27 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"
]
24 0.12 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"
]
25 0.13 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
]
26 0.08 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
27 0.07 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:
[]
28 0.06 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:
[]
29 0.33 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`.`handler_identifier` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "Netzkollektiv\EasyCredit\Payment\Handler\InstallmentPaymentHandler"
  "Netzkollektiv\EasyCredit\Payment\Handler\BillPaymentHandler"
]
30 0.18 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Üâ—­"
]
31 0.34 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"\x01–ç\x16Ÿ\x17qG•\x1F£ç\x1FÍ0#"
  b"\x01˜1 éYy9¬ í{8`w\x0E"
  b"\Uù­Š9my!eE^\x07Š<_"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
]
32 1.19 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—ô*Yžr4´qxkØ%›¡"
  b"\x01—ô*ZSq\f‘q\x04!\x18´)×"
]
33 0.45 ms
SELECT `version` FROM `plugin` WHERE `base_class` = ? LIMIT 1
Parameters:
[
  "Klaviyo\Integration\klavi_overd"
]
34 0.46 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"\x01‰NÒÄ\x00p\tœò]YòÑ©ž"
]
35 1.72 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"ŸÃ×\x15+©3jg\x0E6Ðíy¼C"
]
36 11.94 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"(Ý,yUÎ’dV$\v\x10\vÞ"
]
37 0.20 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"\x01‰NÒÄ\x00p\tœò]YòÑ©ž"
]
38 0.14 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"(Ý,yUÎ’dV$\v\x10\vÞ"
]
39 0.18 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"\x01‰NÒÄ\x00p\tœò]YòÑ©ž"
]
40 0.12 ms
SELECT `product_review`.`points` as `ratingMatrix.key`, COUNT(`product_review`.`id`) as `ratingMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE ((`product_review`.`status` = ? AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?))) AND ((`product_review`.`status` = ?)) GROUP BY `product_review`.`points`
Parameters:
[
  1
  b"JFûü£ñFZ'²\x10ô½þj³"
  b"JFûü£ñFZ'²\x10ô½þj³"
  1
]
41 0.07 ms
SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (`product_review`.`status` = ? AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)) ORDER BY `product_review`.`points` DESC LIMIT 10
Parameters:
[
  1
  b"JFûü£ñFZ'²\x10ô½þj³"
  b"JFûü£ñFZ'²\x10ô½þj³"
]
42 7.78 ms
SELECT `product_highlight`.`id` FROM `product_highlight` WHERE ((`product_highlight`.`product_stream_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND `product_highlight`.`active` = ?)) ORDER BY `product_highlight`.`position` ASC LIMIT 5
Parameters:
[
  b"\x00\x02øOñžñ‹VÝõ$-<°‰"
  b"\x00\x10ŸqÁ┐$ºÝ)L·Ñ\x0E,"
  b"\x00)IŸ¨ûsÑð\x10¤\x16\x08Í"
  b"\x00i▒\x7FÖ¬\x16o┼\tjJ7>üð"
  b"\x00Ï:Ü\x18ñ§ËYwù±üâ…C"
  b"\x01\x00\x1AÅžy\x1E/eu=r†·"
  b"\x01/>v܃œIze~ë#ƒö¤"
  b"\x01ŠJÈ´?{\x17½çReé‘\x175"
  b"\x01‹C\x13‚PyX²åêÄ\x1F\x15\x18\f"
  b"\x01‹C.ª]}\x0E°w×ì£å`Ì"
  b"\x01ïF¹[Éxñ¬\x10ëe®\x13`\x11"
  b"\x01ïýÉ\e¶tÛØ¨­Sq\r\n"
  b"\x01Œ9§n'}ùª$_å\x02ìŃ"
  b"\x01ÅdIÂY²VÔÙoX¯Ëa>"
  b"\x01Ö\x1F?\x19UF´Ø®¾▓òîBô"
  b"\x01ÀAeÍ`x\x1F\x10Ôү߾‹ÿ"
  b"\x01³Ù\x04þkÙ╝\x1Eì;╔üú\x11Ä"
  b"\x02H{ÍÙÖõOI?"Ã\x1Eº¥ö"
  b"\x02üó?Ýõ÷░ÉC$*éÊ▀9"
  b"\x02Á\x06ÂdÌ›Ó\x15/2âã9P\x1A"
  b"\x03\tÃzùÎ}´ïþ¢ˆh>å4"
  b"\x03>x:Â-£y3┴üÙw\x1EG\x19"
  b"\x03šJZé:\x11þwí)\x18\x1E‡Ù¨"
  b"\x04k}ÔµQ²)taµ K#Г"
  b"\x04¬Zñ│╬Å\x13┴"oÎN0;Ú"
  b"\x04¨■\x00Ðv\fÄî\x0E¢üµû\x02:"
  b"\x05\x07▒3Q╣¦S▀VüÿYÓį"
  b"\x05!ÇuÉÓqD‗¼¯»+Ö«v"
  b"\x05Q”Ì_v\x06˜ËÈ\x1AÒ³l‹W"
  b"\x05Qè‘\x00zê2FšâMÈ—Gt"
  b"\x05o\x0EGàê'DåXúHÔ°ã¾"
  b"\x05ãIÚöÉ\x006ïêÆÝCwŒ§"
  b"\x05ûÅ~\x00Jýâã_ÛîH3©2"
  b"\x06\x01ÂçÁbÅ¢ãIôá~\x1E"
  b"\x06\x03t¤*Ôanï\x1DMúfó6^"
  b"\x06\x15v~žmXzöhÓ¥\v%¨Y"
  b"\x06"\x11C¾)tÀзғÐnsA"
  b"\x064°:™ý‹î\x1DXÈ~ê#í\x04"
  b"\x06[û6\ëˆ#¨©UNÚG\x11ë"
  b"\x06mr¡\e%.d\x16\x16¾kð$ñÂ"
  b"\x06Æ÷\x12xýܯKÍT█Ê\t"
  b"\x06«>Ò­ö‹×?FŒjtv\x1D÷"
  b"\x06µœ&\x7F\fbq@\x045ô>–\x1A\x00"
  b"\x06ÆÄµ\x17²uŽ\x1F¦ÀÈÁ\x05ê\x13"
  b"\x07(Å£\x03\x12Nå´üÌ▓Áö"
  b"\x07Z½\,U#|à;']ê´ ¯"
  b"\x07rRÅ╣Âuà¬ð▀║Òuz÷"
  b"\x07 í«×‹¬ÅìÍÈXú\x7F&•"
  b"\x07\x7Fþ\v\x1FÅDÐÚ\x0Fó\e.┼J"
  b"\x08Q~Ág7\x04\yRZ&¦ßu”"
  b"\x08p’°¹­\x00¿Y\x13\x7FD\x10ÛÑ"
  b"\x08Ü|Õ¹ÓØhGí┴ır$jF"
  b"\x08Ћ|4\x01QHnÁ/L\x18\x18"
  b"\x08ÛjZ,åIç³­Húñgø‡"
  b"""
    \t\n
    lE»Lwù\x01ÏD¥¥¢¾L
    """
  b"\tÛÚÊy¨%S’’\x19\x19À4\x04Ô"
  b"""
    \n
    B@▄Ú\n
    þ©▀|\x1CjþÅ\x10\x10
    """
  b"""
    \n
    ^\x17ï®óâx¾ê\x06\x05Ùâƒä
    """
  b"""
    \n
    ^íƒ\x18ô\x13Ic1dGAO’q
    """
  b"""
    \n
    b[/0®)ºêb“®øG*n
    """
  b"""
    \n
    h\x1CßMâÓ\x15§\ªÁEcó 
    """
  b"""
    \n
    žÅïJI­Öþ¶I\x18Ð@ø\x12
    """
  b"""
    \n
    ¹ô¸ˆ\tuõ²)mÕ\fãó¨
    """
  b"\nÌU\x1F3f¢„¤4‚K\x00ŽWô"
  b"\v#•\ry×¥5È<Ù\x1F-¡×«"
  b"\v$¾rªÅ\x17¤„§=xê”>¸"
  b"\v,€ÃRì;ÝÊž„Gš<,Ä"
  b"\v3gâ\x16\x1C‗F±{\­jãäÉ"
  b"\vO«´œ¤äbÁI£!Õƒ\x10µ"
  b"\v[\x0Ff›œEpÃÒ¡¨Í)\x15Ï"
  b"\v┌N├îÇ@╝\x0EØ8y­à´6"
  b"\vè#\fã›BÄÓ$H¡2\x11\v\x10"
  b"\vô±\x134B\f¿ j5-d½~0"
  b"\f\x07G-ýêVqº„¤¹+\x10\f¯"
  b"\f1z\x19\x07MZËä…›Ãp\x7Fàš"
  b"\fs>ÂLiÁû\f¢▀Å╗┤ƒC"
  b"\f­‹°UÊ\x05Þ‹A‘‘Z\x03¶["
  b"\f¿\x14\fêÂ9OØñ@d‡\x1Fðó"
  b"\fÿß³‹\x1Aò¯\x17ŠIªN–¢£"
  b"\r\x00utŽ\n\x11—û!QÓ©<r\x00"
  b"\r\x10åø\x1C\x1F+¨rhOò²DÇ»"
  b"\r(Ï΄vð3#\x10ÁÌ´ÅlÑ"
  b"\rMÔÚ§ÍæE\x16q\x08y7³ƒ‹"
  b"\rd&¥ÿÙÑj5Ù\x1DDÝIZ "
  b"""
    \rh#×oðNßî\x7F€Û\n
    ²\x13ñ
    """
  b"\rŽyÛèº)\x0E`G‚‹b\x12Eg"
  b"\ršw1¡\x19<ØÃ\vD:ÕhÊ5"
  b"\râp\f×ä¬ð:ë¡:1±êœ"
  b"\r÷yËò+╚Å\x08W\x1EývÛã""
  b"\x0E%3—ú\x1Aµ´\x06âc\x08_F`ª"
  b"\x0EÙÔ\x10\t\x0EjÄ·u›ìe"
  b"\x0Eç9=1ƾ9+ñ°»[\x16\x1EÇ"
  b"\x0Eëêz¤å½\x1FOFÂIº"
  b"\x0Eòò ÏAý”\W^OÿˆÌ\n"
  b"\x0Eúâ\fL\x1D””ƒö2Ô\x15±û^"
  b"\x0E³@\t▓{ÉJ»7M\x14\x00█2╗"
  b"\x0Eþ¨Ü1g|'ˆËWe£iHù"
  b"\x0F\tÚoµ\x08dò|®™Oò\e™¿"
  b"\x0F^Ò‡)Ê\x04×¢\x13´^B r¥"
  b"""
    \x0FëÅ÷é▓®&_A\n
    \x1DDÆ┌╝
    """
  b"\x0Fæ+\v├§╠ØUÜKÀ¹┌u╣"
  b"\x0FÍß,,\x1A\x1E*Ð(X®§/Ùœ"
  b"\x0FÎ{Ñ(J¹k÷¶XgÛ¡O2"
  b"\x10"+¥DýÒ‡üÆ\x05±tJqæ"
  b"\x104L\vI0ð<š¬Î\x19Æ!¼ê"
  b"\x10[u$Rp\x11¤mT\x11¬Ž^+Ö"
  b"\x10iÄM/ÈÇO┬¦╩x=åÉ┐"
  b"\x10y¨=\x7F¹Ó—\x19ãK×J¬—¥"
  b"\x10»Ó\x03\rmìFÎÿ4\x1A┬┘ùâ"
  b"\x10°Ýa\x0E¹S£˜û¡ (dPÑ"
  b"\x10ã\x11\x11½½¬@´A│«j¯ü^"
  b"\x10ȶÐÝÜ”C }Ž>Ú‹U\x1D"
  b"\x10è]·±êÄOÐ_\x0FjCC\x176"
  b"\x11\x16Åø:.|F\x17‘c;¼Åâ‘"
  b"\x11Ž2Kæ\x02–LÅ?&Úƒ¢~u"
  b"\x11þóm█\x06ı Ö[l}É?4Í"
  b"\x12\x01VJDÏ\x1CK¤÷é:9G=\x16"
  b"\x12$Wn§>¼\vÍS0ýÔ”.Ú"
  b"\x12‰÷nRïÞÙcñ‡‡ \x03"
  b"\x12ƒs"þÅ\x14£Ý▄gç\x1EêI¦"
  b"\x12°\x19Ì•\x00Ä­µÜÄF,UÅV"
  b"\x12├ØÿoRÉYj@e\x06Ýf5Ø"
  b"\x12█År¢╬\x16é\x18éÃÃ\r'╦ç"
  b"\x13_ÌØÈµqÝ═éD╣╩,²ò"
  b"\x13é¡~}×7®Eè$Ôæ2\t]"
  b"\x14>Ìxr¸_@çY°AúÄc…"
  b"\x14KåT\x150ÅÍíÈUå\x0E©SÓ"
  b"\x14ƒ´‰cJÛ›\x00\x1EA\x05M."
  b"\x14®Ý$Wƒ bÐhÑ═Åh├d"
  b"\x14´Š—Kµ{ú®}q¥´¾Ü†"
  b"\x15\x03ŽÈ’\x1C`4$¼©R\x1AjÌi"
  b"\x156¤i(ÝÕö´áô=`ÓDä"
  b"\x15?§‚·\x13¶2CrHA<̈/"
  b"\x15P޹LöÇ{Ðòòô$"j§"
  b"\x15q|°RñØ÷\x04Je#┘\x15\x00à"
  b"\x15—£H±\e\x13\x03äxU‰ú»Â\x7F"
  b"\x15ôé²°é¤qäý¯°6x8x"
  b"\x15÷©Pr/Ô0äìÿæ_*\x164"
  b"\x16\x01÷Õ=XÐÊžj5YÅåv\x00"
  b"\x16\r┼zì(­Ä£▄╣ã\x02╣n\x01"
  b"\x16$▄pr}h:\x13Úùe\x14T£ü"
  b"\x16Ha—Uš@¢Æƒ:aþú\x13K"
  b"\x16žËjÈ8³E"\x10\tt¡çûI"
  b"\x16\x0EìéM¥\@÷gdóÌ\x03ô"
  b"\x16°ë¥&\x04\x1Cð_zùõ©m\x10Ô"
  b"\x16²9/ËaîCÃN4žêõU."
  b"\x16ÄøÎîìªÜ“&I¼?á\x1Dó"
  b"\x16Æž¥”Ÿ°oÑjÞâJý\x07\x18"
  b"\x16è9…\x12Y?ož´L¸\x13pÐ}"
  b"\x16ó\t)h¾äÙµp]»ÿb¦!"
  b"\x17\tH¿õwI\x1ES©°Š½Í8\x12"
  b"""
    \x17\n
    ­òwT\x04‹ p(÷\x13\x19
    """
  b"\x17$\x1FO\x06Y\x1CHYØLõlHÒ§"
  b"\x17.\x04Ó´qìí<Ð\x16Âë¶ÙÎ"
  b"\x17«»~YöÛ×LSí\x11†÷©L"
  b"\x17┘=╬_[Vl╔ãÏà\x1AØØ¹"
  b"\x18\eÉþ!\x0EÀÒeHÀÍ<Í2Ž"
  b"\x181N€[ØP’ŠGhï‰Á\x1C "
  b"\x18<\x18(Ñ\šMa\x069„r\x02ë\x13"
  b"\x18e]¿ê³o\x06\eÐQœùÔ_ˆ"
  b"\x18Èæ2ºI,¸Ò䎩\r÷ë\t"
  b"\x18úC.ÌUI8)óîL‘{dˆ"
  b"\x18þ¢öÃÆ—AÅ<ÄE|É6\x1A"
  b"""
    \x19/‹u\x03\n
    °\x08dÄ´ÇÑ+
    """
  b"\x19\x07É>Vüëz‚"‹méU"
  b"\x19X\x17Ô¤³–¯\tÿUI£‚@Ã"
  b"\x19w})\x1C>ý‚)ô›v–˜œ\x10"
  b"\x19ˆ\x08ضía¿\r\x08#‹—?c"
  b"\x19Å<ð®\tj ‗(ıüê▓°}"
  b"\x19Ìú:Ôåª ö_QI÷\rÂf"
  b"\x19æ=B{Á¬Bµ\x03Ø\x06š£Ë_"
  b"\x1A¤\tJ²’ž9K“l|6‡\eø"
  b"\e\f —µ+\x19L§|ѳ·¹\x19Ú"
  b"\e\x1Eþ-=êçfg0Ï\\rôÿî"
  b"""
    \ež‘Ò_ü9É\n
    ÜQ‡Í”­n
    """
  b"\e¦KÈ\x1F½vŠAÄ‹`Í‹B}"
  b"\eÔ`à┬╔ï­¦*╗Yw\r"
  b"\x1C\x00õÁ³…ûíZ™N\x0F¾M‚Ï"
  b"\x1C\x11?┬\x19©\x0F°üºÅo\x13Ñ\x05"
  b"\x1CKìw•&éï&Á˜\x18;\x16²ô"
  b"\x1CWßöfDìð\x1A7Ï'ËÎe¢"
  b"\x1CqÛ…±ëÝ(×\x08w\vɲ\x170"
  b"\x1C}¤µ\x15‰l_Ü\x05}[\x04Š\x1C\x14"
  b"\x1C¬à¡fìœXÐ>á¾\x18¹%\f"
  b"\x1Cî1(\x7FÁ”°1Ì£zñ[»ß"
  b"\x1D>\x1F\x17»\x0E[J|©gGwgî"
  b"\x1DZTD\x15g5.¸å·ì•AoL"
  b"\x1D]ð¥=m\x1E\x0EÃóÒ+CÖ>)"
  b"\x1Df\x13n=ªßÜà¤.±‹&k\x1C"
  b"\x1DÇJÒ╠Ø\t\x05i█┌¦\x1F+­|"
  b"\x1Dì\x11¶8■╗©ÞÍê]$┬┘\x04"
  b"\x1Dȹ\x00\f\x0E°>AR\x0EŠH\nÈø"
  b"\x1DÑü z·ýÌÏ\x7F\x0F´\x1F@\t4"
  b"\x1DåØQ\x12躊Y;fb_beü"
  b"\x1EOérÎd½–¤&^UÛ±ÀÝ"
  b"\x1E‡”O”<?IÑ\x06\x07\x1CnW"
  b"\x1Eè\x11«gÅ\x1A\x04lÃ▒Ûy\x08"
  b"""
    \x1E¡\x12Ø\n
    âOë;ïL=%j\x1C_
    """
  b"\x1F\x07KªÔ\x12lÙœS\x14ïòã¨b"
  b"\x1F\x1C\x0F•e©U›P\x1F\x19ù\x1A©ˆj"
  b"\x1F_à&HZ7JFØu╬T┬Òµ"
  b"\x1Fæ8╚▒Â3«Â3ØÁ\x05±<\x14"
  b"\x1F¥øNÚ\x01\x05Ê\x00š\n¶vój»"
  b"\x1FËùä\x0F$Yã¡Ò\x19ì!\t\x12"
  b"\x1FÖ\x12\x19\x05sW§£>1I.ë"
  b"\x1FÏw┼-|E┘\x12D█4ÄÅæh"
  b"\x1Fð tðPÛì1<€\x12\rU"
  b"\x1Føg\fQG°ÏÅû‚ó\’Å\x03"
  b"""
     \n
    ºP‘\x0Eωæ²ÔâtÑ\x1EZ
    """
  b" )"É´‚™þ\fb‘~qL¾…"
  b" 1oŠí”9ƒ@é!ž\x7Fî†\r"
  b" {Ànï'Š\x01¦#Z’ñ½9="
  b"!\x10ä:þ\x19ê¸$óS¾”¢vs"
  b"!<ƳAã%À·„»ag²[\x05"
  b"\x049›\v\x01§š\x14ìI\x10£|"
  b"!Ê×JÉ=þ▄Á\x10┼ÚZ¥\x04û"
  b"!█Ä+p\x12ô╔õË└ðÅ©▀]"
  b"!´?96öWk\x19=É^r\v%\x08"
  b""½Ž„>r(aÃô\x0EÇ âÛo"
  b""┴a5├\x02Ö╦ØXgá¦\f─Z"
  b"# àÒ\x1D- ISpÓ¹\f¥■ì"
  b"#'7ûÖGŽ_ré/}ø B¡"
  b"#‡å§ý(\x1Eë†iÍJ\x18õ‰»"
  b"#ˆËW&eÜ—6y\t\vÀÊ‚†"
  b"#╬║─\x01 qö7«a■Éȸk"
  b"#Î×ÂËÙ¢—d\x11w«¤íŸ"
  b"#ßÅ\­\x15ا_ò┬»@¶\x08I"
  b"$÷0ö\x05\f\x06§ºèYÁäIþf"
  b"%K!E\x1A¶ÀŽt’Øz‚üï/"
  b"%úab¹†\x08ù‰ýøªìý\x05~"
  b"&,KÉ¿e╣ô­£┬º®èh3"
  b"&|ö–µOæFz¨<n[\x18›S"
  b"&Éss\v×-T\x17┼§+Íh■,"
  b"&¡áŒ$1ÛaMÜ4F\x1EéOŸ"
  b"&▄æÂ4Ç╗╩9É╩8G¤╣╔"
  b"&Ûü^ïÑ&\x19┐Zv\x13\tÚıZ"
  b"&íIþ\x01¤Œ8‹\x1D×bÔƒmÐ"
  b"'#jnSË\x00ߊBæÂG+Ȩ"
  b"""
    '#¬\n
    ý<Õ\x14äÛìX\x1EƼ\v
    """
  b"'…Î\f\rÍtÖe˜£»T¥û<"
  b"'‘µÓ¤ïk÷¾êÞýˆ•\x12\r"
  b"'–N@‡5:,ßHòéµò—3"
  b"""
    'ïà\n
    Hü2\x03ƒÐ‘—ìä\r\x02
    """
  b"(8\x1Eÿê“\x1FÞÀù\x11\x11`.Ý\x14"
  b"(<5m-ŒüÅ„5\x18Çå!‚U"
  b"(Ïßìœã\x10Æ—n‘“\x7FE¼ï"
  b"(ûÊŠ\x1Ffµ.2¯ìZ*Iò\x04"
  b")+)§\x1EÕzòY\x1F}ÜÊļW"
  b")Ê=ìäÒ·-\x03B®Œ«\x11ãQ"
  b"*\x07ÖdÖi¤f]PK¹›½\eÀ"
  b"*€K\x15-N.ª/_4¡Ä[$R"
  b"* dªa’*'+Ì;A\Ç\x08\x08"
  b"+\x1D¶1Ý\x02ˆjù w?½&ÇÑ"
  b"+e\x7Fä˜ÈÏ{•F×®\x0E¹Ts"
  b"+ŽÃ}-“3æ£/7ŸuÒ±+"
  b"+Æ┐¬;p6[§┴¸ÇØ░ɦ"
  b"+¼õ¼qWäFo\x0F6L‹q\x1Cì"
  b"+Ë:Ž\x19\x00ƒ“ W\x12ƒ²GöÂ"
  b"+ÍÒ\x07M(\rk_Ï"yáEœ«"
  b"+ç°Éª£Ô\âdz4C>\f´"
  b",\x01Ä\x1Cý\r%€™\x17½q#Ë\x10="
  b",\x17 ó*\3£Oܰ4=å÷>"
  b",j\x1D╩ìÎЧé[╚\x03\\x180N"
  b",…á‘ݨ5ž«×(8öG¨á"
  b",ø╣#=måoâ║\x05ÅÀ═╔H"
  b",×ì\x11=_±ã äu-}Ð‗ÿ"
  b"\x14r¨-îJ\x003\äpĘ\x10"
  b"""
    ,┐ÑZQ\n
    OY[è▄UØÇ│╩
    """
  b",ÎêÆzÔNyqý\x10}µ2 ¶"
  b",Û/\x1D\x1E\x10\x11\x03€œˆGjâ\x01¼"
  b",ôÌh@\x1F!ÚÎô8Ha5\x17\x7F"
  b"-"¿\x02ì1UäÛì`\x11dÿ)9"
  b"-[¨\x01“§$¿¬_\x06x5\\x14³"
  b"-ØfùÚr{gãZÓ\x17Ç…š\t"
  b".A\x11\x18ûLªî8",e4‡"
  b".PÒ¹█ÐØþƒX?ÄÉt.└"
  b".[\x07Áó1ÀáªÕ—çx\x7F¬j"
  b".nŠ&¹ÌOndÊøM\x1FòS†"
  b".‹¬Âò>'\x00Ž©\x17æá4Ø{"
  b".™ß\x12HaAêVF‡|Ön\x1Eñ"
  b".Ÿ̗(–ÿ¼\r-;Rø\x18Â"
  b"\e\t|·½±’\x15¶>Ux\r{"
  b"""
    /\n
    Ò\x02üÝsPPaÚ9\x03Ýiÿ
    """
  b"/\x18,«ÊGêIú\x1AqgÑÐZ~"
  b"""
    /\x1E\x1D\n
    ¥ožôl¡è¢\x08¶!;
    """
  b"/W»*È\x17ÿÆ©§C░ü$êë"
  b"/n\x05˜Fˆ\x15ÅÙwå\x0E†=s/"
  b"""
    \n
    \x18IŠæ\x14[ZX%9>6Ê
    """
  b"/â¬ÑÒ_˜Õ†”¬\vö{5õ"
  b"/ð3[$¦ëýš\f±\x13\x0F\ea."
  b"/÷Ù¨¨]Ô3Hޏp­þ\x02\x1A"
  b"0<΢ÿnDØ*Ø¢Tƒ\vE\x18"
  b"0·úÙÖ:eÓwã\x06\–jxÐ"
  b"1N)\x15b\x7F.l\x04ü+U┤®í│"
  b"1lyS8\x17·\¨íßÈ·\x01o\n"
  b"1ŠÄô]¾Y¬\x17¼v±4É\x03\x19"
  b"2*Ž8\x108\x0EÔ§M4Ò\x19‘¸\x1E"
  b"2>I_õ@Pò\x00jô¢“_V]"
  b"2Mt!q┌â!R\x03÷O\x05\x1C"
  b"2lêИ·‚¨èw4•6\x06h\x03"
  b"2┼ı5CÒÌ\x1EäSÁÁ\x17ìÑÄ"
  b"2ÇQ},à[‹úv_\x01w„\x1F÷"
  b"2ÜÄT\x0E<5ˆÝê—?,\x10¨'"
  b"3\x14¸Ø%ò©g»¡V¯*yú\n"
  b"4\tö·oL;ù[ñ\x03\x12U‹·ê"
  b"4+ŽÎFç^Z¾R¹VÂ3§œ"
  b"4.±š 7ÒÝÝg\x10®ån,""
  b"4=Ñ,¿¤jW¬Ç¤\fÎðÅ!"
  b"4Xz”\Å+¿\x19FÖ*,P\x1DÖ"
  b"4d0\x13┌>{U\x10þüIGÎ\x1A¢"
  b"4╗W\fí█çØ·üÕ▓-­é▒"
  b"4½uÓc‡4Hµçzž\x1FPg"
  b"4Ù>0┘ÏÉöÅ╚V¯Bn´w"
  b"5\x0EDHí\x16d(\x17ʧß\fQNL"
  b"5p¯▄A\x006ö¡Áëýð┌Ø■"
  b"5»µ¨AZJ¥#L!ãi\x1A\eË"
  b"\x1E‹ï\x04¼é\x02È‚%U4\x1F"
  b"5ã%ã¦YUâáö\x1FΔÂUe"
  b"6$œ/\x0E™²`\x08`eê»ÃŠõ"
  b"6&ü8À&*¢ƒ‘\x0Fµü4ê€"
  b"6;¹[„\x08?3Wî¡f]|.§"
  b"6O^÷Š/ý\x17Ãê\v‚Ö\x19Â\x1F"
  b"6l\x1D‹¬Ð­­ô\x1A)\x0F*\x15\t6"
  b"6wÕ+\x02Ìø3Èè\x18"NoôÀ"
  b"\x0F¸\x14µslÄÆ3—M\x1DÍn"
  b"6ú;Óµó'±wàÂ(oDºf"
  b"7\x07ú£äF\x08¢Ô<W\x08‡^\x10Œ"
  b"7GÅ\x1Co³`‘I7ëcP”\v\r"
  b"7M\x10¥L/P\x1E’O\x1DÍ=\x08žï"
  b"7g„Ü\x1FÅ\eyÃÛ¼>ž'”F"
  b"7oBóRÞÂQµ~\x15®Þh8d"
  b"7qÛÆS$H\x15\x12J¾í_ÏóÅ"
  b"\x02t\x19B\x1DÀ\r:õàì\x111a"
  b"7Øé×8 ã▀n╔╣┬ÿ\x03\x7F"
  b"7¯Û\x11Ö¯\x02\r\x18Y\x0F\x1D\tÿ’"
  b"7▒┘A!QÀ\x07ïØGI¿·©("
  b"7ò"è]\x17 ?OÜÍ\x1A‹F|š"
  b"7ø¶‹8\x17½u\x0Fƒ®¨©s“s"
  b"8\v"9DÔ:½î\x07eR)£‚z"
  b"8\x1D\x0F\x01\x16$þJ▒\x1EK┬ÅÀ}|"
  b"8\x1DîŽÛ Ñ™3\x12\x18‹Â–)ê"
  b"8.ö‚ÊÕ_¤\x15Sjh8Â5K"
  b"87f¯\x0F0¯—±n\x148å®I""
  b"8c¶?┌\x08X;ØòõS@(\x04õ"
  b"8üiµQñ╔ûú┤ùâBî╝:"
  b"8¯qÔp¼”=Ê\x1F\rU“Ùyñ"
  b"9\x06c5{?~\x7FQ|\e\x1F÷\x1CÅ7"
  b"9_Ë›»Ky&O\x0Fõ¨æ\x0F”."
  b"9šyˆ\rU,Y̸”ë8E³\x1A"
  b"9ÒÉ=c█\x03üfü«t▓]8Ì"
  b"9ùôÙP‘X\x15…í\x07C'\x06s4"
  b":\r6\rlˆÙ8­‘ÏAE$­d"
  b":/cU˜€eÁˆ³¬fŽ\x01"
  b":1H²p4¸ãã: •ãŸùî"
  b":cÎ\x19\x19Å#UÙ¿2P“\x04¼ê"
  b":zQ│_ã'┘zW×ìqMMÙ"
  b":âïÖ\x02ªìN\x18┴╚5§2¤K"
  b";OáäO×╝"lüú\x143^Ú\x08"
  b";zC}8¤7팸\x08©\vWÄš"
  b";Å·ôáÙ¡Ø<§BÕª╚└S"
  b";žHF»çqï)‹ØëåÏ™Þ"
  b";¶~†ÑQ77\x7F\x12¬\x1Eyv0å"
  b";õØv\x00¹¼└½┼Óg\x15ø)ö"
  b"<-rÑbJºýZu\x11+1ñß\x03"
  b"<1/\x1CfÅëQ\x02õ┐T5¾¿╬"
  b"<b\x1FÛ.OùŸKI\x15¾ÀƒG*"
  b"<dÜYÌ╩; ÝR_\x0Eäüƒì"
  b"<q¿\x07ßގݑхj•õ¸—"
  b"<äëæ¤O&╠1sØEêp█╔"
  b"<▓\x15Õ┼ÉÔr\r▒)ñ\x10Ïàï"
  b"<ÌömUØh═à|@haÑ┤¥"
  b"=\x0F\fTÚyÌ4¡\tYÂ}ļo"
  b"=lkÖ\x04Æ\e/B\x15Õv8e\x16º"
  b"=zlblî²þ3┴KØ┌ªÆÕ"
  b"=“˜À1%hó8Bß!hˆ¥\x01"
  b"=ÛýHN2lÄì–¨\x02ð胆"
  b">\x127ÌWˆg|¾1\x11±s\rôë"
  b">2õ\x04GýÉC¨╩cyö┴-Ð"
  b"""
    >8å\x14Þª×\n
    Ò^ŸÛ–û‰ú
    """
  b">••JM°Tt¹\x1FÑ\f·‘\x0F2"
  b">­ä.|ö–‰™¾\x1D§\x1A½»\n"
  b">Ê*\v\x07\x1C ¥\x01ÕM1‰MÕ†"
  b"""
    >ÑIªóE@PÈð,®\n
    \x14
    """
  b"?4'\x01Éñ\x17u0Èy!ÒÇÉ÷"
  b"?ÍDõÑ\x11\rk\tË\x11ŽNG{Ÿ"
  b"?ܽþ\x0F•HÂà?Xý\x05\x1F"
  b"""
    ?è¡3OÝ\x07bUhX\x1F\n
    Í›Œ
    """
  b"?øs®\x11\x12û³\x11q\x07 Ûofk"
  b"@\x0Eò™\x1CŠ\x01brìíû?\e²—"
  b"@eÂ\x0Fo7W+5\x15j©b¥a@"
  b"@‡†\x19ó€©\x0F£ÒL´)O¶µ"
  b"@Ä«┼ȶÅh¦%J╩q'É4"
  b"@š~‡=»ÿ¹úFêWÛ8>Á"
  b"@›ëN÷¡\tBÑøG[<•¾¶"
  b"@×pù╔Zûıº@¦ÅUÉ Z"
  b"@ÈbÚß%¶Ñǯ!·»\x1F\x1C\x15"
  b"@ظ3”\x18\tJ2"33/团"
  b"@æPâþº\x16¤\x19j±ký«ç}"
  b"A1wewl¿fÚ\x03A‚ˆÛÈñ"
  b"AAU┌R╠┌_ö·.\x7FØèdÚ"
  b"Aı▒\x08Õ\x03?\x161Åè\x01IÄ8X"
  b"Aþñ+D|ï\x16Y\x17&ì"\x07»õ"
  b"B\e{˜ˆsX\x15¸´¼–]z£d"
  b"B,\vWÄügx\qݵÅ)ŸÓ"
  b"BJ•]Øk\x08JëJ5º\\x05Øj"
  b"\x19Û/´:Ó╠XcÅP╝Ò&"
  b"B¼:.7V»š{¦ƒ5jÅ\e\x07"
  b"B└eä░*í¢M▄yƒFrgØ"
  b"Bð[ IÄü׺à.çqM“ò"
  b"C]RÂ\x02ë\x11\x04ÓcÕ\x18\x1Fž5"
  b"Cyåô\x1Aã@t\x1E‡ãÙ­|ØW"
  b"D)Ôô€2Ž?1t4Þ\x04ñ)ñ"
  b"DKŠ8?(„\ž·´jn8å¦"
  b"DTl1åëU\x0F\x00š‰}Å\x08§E"
  b"Dj\x03±îX\x00¤\x10;ó9¶U€ð"
  b"D¡a\x12Ï -OÍd#»\x10AV)"
  b"D¤öc”ªqðž"E')n¨—"
  b"DîÈôŒÇí›AH…ßšS\x1Dn"
  b"E14?£6ñ\x01\x06\x13V\x11å…Ý“"
  b"EBdþ)¯Ô‘ëµÞ[ÚŠÀK"
  b"""
    ED°\n
    ïüC\x12Msè§¥0À*
    """
  b"EÞ™öù¾4݆Ê#E(’‘"
  b"F\f¾\x06É.¾\x1E\tŠ®\x1FÀŠ'¬"
  b"FPò@AC~ø’ba²œ…±ó"
  b"FY\tžvST¼Š«ìkM[¤("
  b"FhªtGë\x07ÓÁ½Ú(áãG\x1E"
  b"Fì7±Îº\vÚV╔4áA]ÛX"
  b"F“VNܪ\x1E\x01OC¤X@ÜÔˆ"
  b"F›ì¿L\x14Ÿ\t\x1E\x12\x02²\x08#\x05W"
  b"F½æñÜ<Jþæ\x7FÞé\x1E\x19ÿÜ"
  b"\vë\x18┘ıØ$y.▀\x15û C"
  b"Fñû‰\x7Fob8,pÖ×\§âí"
  b"G6É\x7F\x02m¸ˆŽƒJÐÁ~¬’"
  b"G=Õ±µ½¥%tÔ;û©çTÁ"
  b"GN—Z\x10M¹È•Ä~+øöéð"
  b"GZ³;\x19ð˜\x08Oä©úÏ nŒ"
  b"Go¾ö!†W±À—òBt2Š="
  b"GÚ£\x07nÁ·eã\x10Q\x19ï\x19uj"
  b"\x0Fº0D3˜ÞÒ+\x12¤?¶0"
  b"HC­NQºwGÁæ?¶U\x1AX'"
  b"H‹\x1D$¹¢\x16î¨×AeÃu\x1DÄ"
  b"HÚÔ¶úQ¡\x12LÙ :85KÇ"
  b"I5hùï\x05)NQ\x7F?ùwj=¯"
  b"I=.ï£\x19Ü│oØ╚ê\x03Møó"
  b"IvI6³äG\x1DõÍ÷ü\x1Aı\x7F\x08"
  b"I} ù‹s‰×œ\f›^2¤&\x15"
  b"""
    Iˆî\x16\v\x16\x1F;8¡Æž\n
    \n
    k‘
    """
  b"IûÔC,1ºsØb\x01ì├ô\x072"
  b"Ißs\x10|’#Ðèä¥b\x14£ªI"
  b"I¾»mÿıY┼Öú£É\x05HA9"
  b"J\x04¨›Ë5\x15fu~\x0E çRüD"
  b"J\x06‚ D:¯àïœ×ÒúnÀ¸"
  b"J\x14æ«Þ\f»L¥T»ü%‗\fƒ"
  b"JA\x00êÏì\x15\x0F+7╠╗)ñ¶ô"
  b"JDy\fe\f\x02qª╠XÅe;l»"
  b"Jn³║‗Þð│╬wrØ?\x07²c"
  b"Js–Ê4ÌN\x07ŸÈ6\x14¾’\tÑ"
  b"JzF«Û=Ø/Эèp°Œá²"
  b"JðY¾ÆdJTD²ØNUý¥\x05"
  b"Jùƒ¬Y\vã€ýÿKËã¡’¶"
  b"K\x17]¯▄¨░╚╬üÃJ¡]\x12"
  b"K\e0fpeÌq¦ƒ¨Œ¯Q\x10Í"
  b"\t\ey■9¼¬\x18\x15ø3oª╗"
  b"\x7FÚÔ#ØÁ ÐôVT®¸}"
  b"K×·ˆSïz´¥2j;9\x19Ý÷"
  b"Kâ#]1Kƒ2§ì\x0F™w\x1E"
  b"KÿWÿAE\x0EPŒL9Ô\x00H››"
  b"L\t\x15Ø_+ué£Ã9*\f°œô"
  b"L0{T\x14\f{´eÁ¢mË\x05"
  b"L5M\x13[¯Pzu™4æ¾Â*n"
  b"""
    LVKi┼Ø\x16Ø\n
    àèh>\x05ª0
    """
  b"L] w®=8\vã¬\r\x1D˜Ð<"
  b"Lî+│Çâ\x00 ¯é½¦ì:─Ê"
  b"M4\x17žæ\x18ê“K[Úû]ÎbL"
  b"M}\x11ªÈ\x7FRbãf®/Åd‚!"
  b"M»ö¯Q&8þ±^úåúÕ-R"
  b"MÏ:Æ\x1AÜ\x1CŒ4lÚ!˜9Ä\x02"
  b"MÜ;B®gk.X\x07 \rM80ˆ"
  b"M¯4yƒlü¿{îê\x06³▀\x19²"
  b"M¯p┘\tõ╠╝±Õw-fªüê"
  b"N1' ‹\x06‰Ô2`Ü–/v\x15´"
  b"NH.¡µo¥HØÑ'g\x7FfEc"
  b"Nb;\x01Awv´œ\vºÉ¿ài6"
  b"\x08\x08qRr¯├²Ã╠ü4""
  b"O\x01Òüæ\v\x7F\x1Aðe\x14ÿÐ!¤¿"
  b"\x04ÈNYí;Ø9“5R²šx"
  b"Oƒ.ÿä\x0E\x19ø·\x1C\x1F¬]╩É"
  b"OªØ5÷\x17Y+Žîåz\r1\x14Õ"
  b"O╚A*â\x1C\x117µÉKÂ\x7F\x01Û▓"
  b"PKN‹ÃPhêÜ(l2õ^¸Œ"
  b"""
    Pk­\x08cü)\x10g¥-‰\n
    ¦jÎ
    """
  b"P¿§Í\x19^íüª\x1CÛZ¾)QÜ"
  b"QE’{èOl=¸L\x1C8\x7FW\rÒ"
  b"QR:Bضb\x02<\x1AàÕ┬ó@"
  b"Q}\x1Fó\x19½‹k\x17\x00gž £àá"
  b"Q•ß`9×A%¶lbuÓ:òÈ"
  b"Qæá»Â)lx–\x1A{G\x1EHÂ%"
  b"QìáÉ·ð‹eÆáÙÏ\x08P.ß"
  b"QøWlzØå\x152,(8®šK\x00"
  b"R‹Î\x14žâáCcÓ'×n²Þë"
  b"R┴V\x12ò\v[ÕìJõî╠E²½"
  b"Ríärô_ßvvÊXð5y°ë"
  b"S"ô IIÏ═\x1Cq│\rÞSÄÉ"
  b"S@Œ Næ5Ø\x08\x1D–¬ÁÊ\x1F¢"
  b"S┌ÖÊ\x1C2tm\x13\x10n\x15É│ä╔"
  b"SáɦôÄ;KW\x1ḎÆl¢Ü"
  b"\x00\x02-\n’ɇ\x1A\x0FÉóÜ#š"
  b"Sò]uê?ܦ½j\x03:¼0Q\x15"
  b"S°╬9¢ì:}©╗▀¥¢ÓZK"
  b"T6[¡X.\eôïÝòŒ(f6§"
  b"T[×%331¬èC–=^Ÿî…"
  b"T…ÄˤMÒ\x17ŒÕ39ÒfŒ©"
  b"T¬Ë¸ZÊ,Â╣Óü\r\x7FÑQØ"
  b"Tÿ\x12M#Ø”K0ÜÚ<S\x18^\t"
  b"U\x01GTøµM}ĺ$ù®\x05àH"
  b"UBþô*þÛN\x16Ê#>*xýc"
  b"UF\x1AX\x10ѳ$X\x1D̉Œ }¾"
  b"UvèÃ,m{OŒTøB5àà\x0E"
  b"UÒ±\x11ı¹¤èʹ»\t\x14oâÉ"
  b"V\x0EúÒk©Zs]¡CZ\x15¨¡À"
  b"V\x1E¥³Á░Ê\x1EµØ\f\ftmµä"
  b"V.@WÈØß\x0F┼ǥ̸i]å"
  b"Vô©\tüýW²O\x1D»«NÓr."
  b"\x13ÉVjU\fÄ?{╗\x19mıË"
  b"VÂ┘gÚô\x14\x15ìnG/È▒Ï£"
  b"Vÿ†\x01Ê\x1A\x1F‚o=\x1C\x05\x00vT—"
  b"W\eÄÒ\x11Qg9]©b”õ‘R’"
  b"W*ì░ÍüP,Ä}Zß└\vb~"
  b"WS░▄z*\x06\x01ı\x17ÿî°CðÉ"
  b"W£ o¹\x18çGðl&’ܥѷ"
  b"X8!‡1ô\rUÖbŒß½"Þ "
  b"XrSãÞóx™\x12j^Rœãiü"
  b"X{\x17ôÞßQg7Î}\x10ñîïç"
  b"X╣½ê6ð Ê´u\x10░´JìÓ"
  b"XÐ**÷Ã{'╬-ØÛí\v©Z"
  b"XÙ«\x05û\x02¾»XÐé\x04Ë${\x14"
  b"Y!`¾ƒR¤”ŽË\fUwt‡ö"
  b"YŒûÞì@´0\x10Ë@-â¥Eå"
  b"Y­ßöö‡dÒog~p³¦\x08"
  b"YÝþ‡(\x1E^Äyªs\f»Gyu"
  b"Yð>¤DÇcÍá\x04p˜Ïbi "
  b"Y÷“=·b¾+&úﳟ‚ò\x16"
  b"Z6¸ƒí'ò1Þ<\x12´¿\x17´Š"
  b"Zž„‹\x02zCcØPïü~\x7Fè›"
  b"[~Ü\x1E{ÃÞ_²\x08û×ò>Ú¢"
  b"[ƒ#=È\x0EW\x07û\x19-Œ?‡8\x7F"
  b"""
    [«├î/\x04>\n
    ÁèJsØë▒\e
    """
  b"[°ÒI°Ê²/¨÷SC¬â¿\x0E"
  b"[¸.\tû \x136Æ£ëûº\x18\x1FT"
  b"[ç”ÕÊÏ\x1E\x02Lª&Î,\x1Cú˜"
  b"\x1Að\x1EÜ‚°r\x15ûžhù\x08¢"
  b"[ô¹}ö\vÖýsžñ¯ÚÎ^â"
  b"\*'a¬\x16ÎÏQè}\x10512î"
  b"\cTË7M▒┼sì╗╝|1ïè"
  b"\ıA\x07uÎj\tÆ╬)§ì┤ÞJ"
  b"\à–\x15ޝ|öV5rº‘mù}"
  b"\þÃèï¾1!㜓¡“¡ÝË"
  b"]3±D)OL(/\t\x180¨¦QJ"
  b"]åÕæ▓×bZs:[ØÏæÄ{"
  b"]‘K»8!¥ÜÉ\x0Eá0\x16\x16÷Û"
  b"\x07ŒeaU7¶a\x07ñÀ%x“"
  b"\x7F„Ì §ÁË©£Æ\x05\x1D"
  b"]╣ı0ùðh╔\x15╚ÓØ5î2\x15"
  b"]Þîʃ£\x16ıÊØgÀb\x1A┐§"
  b"^@\x03gbüø\x03Õ\x03\x07 ª©Z"
  b"^“¬GeÙW!{2\x00Âæo\x1Cß"
  b"^˜›.˜\x04\x19``Òá\x03î\x00"
  b"^™@ Ax®”Læ‰E}2ç"
  b"^öx+!§Ãì\x1Cñž•GþÞ€"
  b"_R¨2<\fʀݮæ\x08`èNW"
  b"_pŠ\\x07ÓD+Ȫ\x0Fý˜"Î¥"
  b"_w\x13㟩\x18cÎhäw\x10"
  b"_¢îGÌ“\x1C\eTró—ŒcVÄ"
  b"\x04\f­ˆ¸Á¯žXðïd)\x02"
  b"_Ýd\x11\x13ÕÙ¥4:”Ïóøì&"
  b"`)þ¼\x07│@ûü=e»=xY\x03"
  b"`€ªƒ\t€ö÷ps…¶\x11ÈMb"
  b"""
    `Þz\x12Ï╔\f¦è\n
    àÛ▀ü╚
    """
  b"`õ“„+¢ƒ†àþ\x07\t\x15A{9"
  b"a>ć£Âí|ìlAT¢“6ù"
  b"aTÁCŒïö{Éî&<\x19äÉß"
  b"""
    abfÖÆb[Æ\n
    P“|\x16餒
    """
  b"a“\x01Ì54\x0E¨|‚[\x1F6p\x04_"
  b"a àv  ÅžíÿVD1k'p"
  b"\x04+\x17Fõå™0€e\x18%;C"
  b"aÌâ*êy5fêVšªÐó·("
  b"aöÆwÔÕgspX¦¸\x19\vû”"
  b"""
    b<×q_Ûcß0º\n
    Ï´Ø\x1CQ
    """
  b"b|•,ˆ\x0Ebêº%!¯ýƒ[Ä"
  b"c\x07\x12гØá\x17└Ѭøô Rþ"
  b"c#šBYTÀ\v0¯œ\x11ø\x1Cÿ\x04"
  b"cf\x00*_°Í\e2cvÌ3÷}…"
  b"cȈHÃ\x13?ZÆî’ø{+ü\x1A"
  b"d6Ëi¥²yí^Jöbâ+S\"
  b"dEŸ\x16Mb„ˆËÉ}‘1†9n"
  b"d™.\t™ñL\v\x02Ioš¸ªäi"
  b"d┐}]lÅy¨\x14ËU░º ■È"
  b"dõ¶ð(ì*#uZ\x00\x06■Êà\t"
  b"e\x0E\x04ýà£VÙ¦r©è¬\x0Eñ "
  b"e)`…6BóÕ2èò\r¦P\x7FP"
  b"""
    e9)AR\f\n
    ·ÂÎ\x1F\x02a”Ê
    """
  b"es9 ÓËòT\x069\f>izŸI"
  b"f\x03\x03¢\x1Cª5eÒ²3·Ï=ÿË"
  b"f\fQz§¤8e.\x07— {m3Ï"
  b"f'#\x18:5e\x12W\x11èÅ.\vÂM"
  b"fK\├®:ª\\x02\x17v@hü¶\x16"
  b"ftƒÇè[Œe·\x03¨.7œ]\t"
  b"f˜hC¬´\x12Þl¶\r\x15…_Ä]"
  b"f¢‡ßÁÆŽ\x00ð=ÞòY2¥‡"
  b"fÛ║áãØÐQ«1\x0EÉb;xè"
  b"\x0E;Ú±¨í¸!¡ˆ_Îó¾"
  b"g\x04Ô±HŠ¿¯Ü³\r”Z\x14"
  b"g\x1D¾"’J&¥)·ä3\x1D½Ë$"
  b"gäÙ\x05Å\x12ˆ\x06ÀÍ”$_ªœÈ"
  b"gèÔZ… š\x06à7\x07\x06­o1ß"
  b"h\füÀ9¸¿æA!‡†è¼$‡"
  b"h\x13\x12\x02\x03ÿÖ\x08\x15-—Ä"
  b"h\x15°Ò^â²ì,¸\x0FãZƒb\x05"
  b"h\x1F{ô–Tßö’Ù¯·\x02p4÷"
  b"hlD¸Û<Á°hŸž½÷†½"
  b"h†ÍÚ­9\x10\x1CBÝä‰ç@ƒè"
  b"hœ$Ø(ÃxÜ™0ývMW\x03\x0F"
  b"\x08VÔ¯ŒÀà׈Ì\x1C~\x14}"
  b"håùmÉ\x00è\r1[Àn@‚\x0F"
  b"i\x02\x03ÕYà…$ש\x04\x10"
  b"i9\x03é¼PÞ*iÏ!\x0Fp‹+Å"
  b"iQ\x0Eª”\x06z¨ƒËŸ DÒÎñ"
  b"i¼mÛm¥\x137\x01-ëL\x154]l"
  b"j-\ff$OãVyË\x10¤ì=ÆÃ"
  b"jSVmœ\fFŠ›…Æ¥m.¯\x19"
  b"""
    jsŽ{ÊQF`ü\n
    Ö\x18j|zç
    """
  b"jüb\x14jÌä¤ëô▓q\x18\x19"
  b"j‡rèù€zU$L‰éNùq×"
  b"j½˜*€æü\x14"}p]äÖ_\x1F"
  b"k*ÔŽÌüÂ\x08ÊÏÿµC\e\x10á"
  b"ko²d;&\x12Rç¡G´\x19ê³c"
  b"kƒÇîr¤¶H‘z¯ñ?\x03Éu"
  b"\x0Eây/Gé!å%0\x10áÍã"
  b"k·ÕUçsXÍn}D  \x15ðÀ"
  b"k├\x02 Mò!6ɸ±À*`\x11^"
  b"""
    \n
    \x0EùA\x02¥\x03æzjD\r>N
    """
  b"kßÅÔºËöázq>Ñ·“b""
  b"küOš>Š}¾‘†„Ök'Z¥"
  b"l‹ï¥øaX‹”;c\x02\x02ÂJ£"
  b"\x17\x10Ï$¿Ø—Š©Ÿ=@\x0Fµ"
  b"løéÍy\fG£§\x7FØÆHNH»"
  b"m\vø\x16âV¾░À,\x19Å\x06\x1CÏ"
  b"mV_Ùš{“ÉŽñÿQ+?\x1A¢"
  b"mì˾Wûß╠$\x14¸G▄+\x1AË"
  b"mØ‗\rûg\x1Fª6\x11î\f%╬╬8"
  b"\x1D5 BW\v█Øö[ï├ú╚"
  b"\x1Eèæ0©­ð¯Òä웇"
  b"m¾Ó;@w5âÕ{Í\x0FÒ>Å,"
  b"mÞ])N\eêl¯mLe—™ñÊ"
  b"m■÷í┌ÉðclÒ¼£ÞÛE\x04"
  b"n8@x\x03Žâì;Û\x0F¨>K—|"
  b"nFÖ×|çå_>×ß èt½3"
  b"nlˆT¹õs­#Žd\x1DÊ­¯ý"
  b"nz+█üѧÇ\x11r"ú\x077Þ┌"
  b"nÓ¹?WÀ\eàÜÃ\x03ë+¶|Å"
  b"o\fSkò¢þ£x‡\x11Àê\x17=\x0E"
  b"oÒ*ŽQF©ÀïO×{ÚNær"
  b"oÞù~Oí\x14PÐü5ä/KÝ´"
  b"p9­ì.NðÔÕm·ã°©"ë"
  b"pEª×@¢,BUeb_›6Ðë"
  b"púá\x058ÒÆ┌Ù\x7F\x13þ1䨯"
  b"q\x13Ðëâ¢/õ\x0F!XéÆÖõ1"
  b"""
    q(¤\n
    >Eâ1– uÅL·Ì„
    """
  b"q@¸ÈÐmú\x18¥\x02ð¡ëNß+"
  b"q_(ùRôFAZÂ|PXÑ£\v"
  b"q’µ¤+¸w\e\r3o„罩\x01"
  b"qù7ìý\x1AYµ-\\vü[Láö"
  b"q§Û•âOßvÞ\e\x1C·²\v"
  b"qÊŽ\fÔØ.È;Œ¾,Ä\x1F›~"
  b"qñ‡è «=5ýŒI\r6\x1C,\"
  b"r\x1C”ï¹;ȸâ9Í@Æ ¦\t"
  b"rdP6ëúl{s}.p\x10┤Xì"
  b"ri╚Ø*!Ý/\x07\x0F3\r×h«Å"
  b"r’]ø>Ì€IY:êTFB®ø"
  b"r¢²ýÙwGaü ¢▄V¢\x14\x13"
  b"rÑbKêk”)¨\x11Œ¬\x19 ¼ß"
  b"rÞ"╣X,\x16\t┼QÉS©Ã"
  b"rê¯õ¡‡çº\x1D8Þª\x07–ÝÏ"
  b"s\x04\x02Ù4üä_¤╗╣╦─żå"
  b"s+Í7áµÈOœÇˆ„Xh\x11\e"
  b"""
    s0šž¯Å÷\x1Eã󟹱\n
    
    """
  b"""
    \x07d˜4$m\x17\n
    0O;T¨ü
    """
  b"s¥\ÃÝI\x0EUõÀÕ\Ë&¢O"
  b"s¥ýJûîŽVeü¢º®ÿ\x17!"
  b"t9·Ä¸0;2\x01Ј€ø?™,"
  b"taÒÿæ5Cm¡&†\v²OmB"
  b"t|W×P¢cÛób\x06`ìàw\x1E"
  b"t²¦¿Ø\x11\x1AÐü\x0E\x1A\x06]\x00"
  b"t¢6z\t▒ŵƒiã┴åqðƒ"
  b"u&õ{Ý1\x06¿"üb^ý2Œh"
  b"u?½GÅ\x19¿%ºS—±\x19«I\x08"
  b"u‹™¸Ðc¾n\x03\x17QÒoC$ø"
  b"uúoä‹|\t^ÄbÊ\rYø:ç"
  b"v*\f_&\x1AZíÇÂp\x05–¥\x06S"
  b"v8;þ\x05Eæ9@®Îiž¤\x18œ"
  b"v}ýô&Ú2÷ñ¤\vÖ•\eÔi"
  b"v¦y¸L¤³õòr|Xû[Ò°"
  b"\x01cŒ§2cíïߣeB$æ"
  b"""
    w0y/ø2\x01Š.\x1Fª\n
    °ÉyC
    """
  b"w4rËÃdS¬2ÿß„¢g¨q"
  b"wh\x10´8£*ˆµKmÀòD^s"
  b"w┤Y\x10ö\x0F\x16²╩«┐¨o¦"
  b"w‗Ñ5,9XÂü7╣»Î>e5"
  b"x\x06_\x08ƒãéÍß$\x14ɾâã\r"
  b"x\x14ÙAó—ò³^\x1A\fŒ‰¯é2"
  b"x-\f¢nI|ïÌbÈ\x11Øo?\e"
  b"xQºnx&ý,ýgb¯þ\x1D¦ë"
  b"xS\x19;\x0E=ÊŒ\x10Vx"'„\tm"
  b"xhDc\tÚxÞ6GZã¹,MÇ"
  b"xpn’…v\x02\x1FùÃ\r\x0EKC"
  b"x“®iÍ=¾E‹%󸨾ׅ"
  b"xµr\x02\x0EÜ,Q>•dg×_ç÷"
  b"xñ¦Å`ej7Ë\x13.@Òž)½"
  b"yH\fY▄\x19´Å╦Æy\x04iàuv"
  b"y™uEá’ÓMˆQ«_¾ÏÏ@"
  b"\e˜i•‰\rå\rè˹\x14"
  b"yÆä\x15Î\x11m?ùÚ¥xì<…¾"
  b"yúÐY†Í²\vS.ÀOÒcÔb"
  b"yýÖ×ç\x1AAÖ6ƒwšra\x12\x07"
  b"y■Ø╬Ohãå■j? ╔Og¹"
  b"z\x0E´'«<8ô\eT\x16¬\x7F¢H>"
  b"z\x15%|¬ ÈZiÌj4Œ\x14Æ|"
  b"zBn¹!\x1A‹ª\x1A¹*\x0Eص,Û"
  b"zYb7¢BÓB\x18Œôï_Nõ\r"
  b"zˆ¥­Ÿ™-\x18brn\ebß!Ë"
  b"""
    z®╚═╝Þ\n
    O«}ìl/Ò-ý
    """
  b"z¼j╬§│ØK‗`╗\eOÍ4▀"
  b"zÎq‡,™(ƒfžþÒ¥ƒþ÷"
  b"{:.–\x15\x0E3:“cYHò(Ïî"
  b"{Œ#S|;ÉPâÌrR7\x19vW"
  b"{Ô±RfÃŽ™@@\x0EJÞyEg"
  b"{þ*ì!è╩└Û═ÑË\x06ÞöÈ"
  b"{øÒ¬juKéóuiâü\x17›x"
  b"|\x02ó\x18ÕÞ<\x1F┌ò▓\Æñ\x1Cü"
  b"|\v@î-\x06Þ╔╣)èrì2¤v"
  b"|Bìp\x0F:²ÖÔ/L\v\x1F0\x0E&"
  b"|gb\x7FµŒ›îÛ"íÑ È|›"
  b"\x1Ccåm\x03Üèœ_XfÕ¿Ñ"
  b"|╚ì╬E\vúı║2­s\x119Ï×"
  b"|ýRÞ¹»Ygr…p@x à?"
  b"}\x02╣¢Kr~!É\x1E¤Í▒Ï`╔"
  b"}v²;nÙ®¼\x0FÜVØÎþ\x040"
  b"}Ç?É▒G\tcE╠¿tAÿÂH"
  b"~\x03Ií•ö¨ß•[x\x17Nÿæv"
  b"""
    ~T5à\x06IŸÇD\n
    "O„\x16÷ò
    """
  b"~b\ta\x15¼²ŽC\feìóþhê"
  b"~gx@\x02\x17v9a:òáa\x02"
  b"~m$ê0\x06èK*»Ç©Î‰Ó7"
  b"\x0E³Éû”œ¥t|\t\x0FHsŽ"
  b"~¦kgìʧ|¢┐┴ëFmÞf"
  b"\x7F\x03\x12\x1A\x05š¢½s)²Ï¸ç"
  b"\x7F<\x0ESì■`\x06┐‗Ëå2Ïaî"
  b"\x7F?—´¡é–?ói‚·ŠY‘T"
  b"\x7F‚¼Ì\v\x0Ec*z\x07<ô#úc3"
  b"\x7Fùß\\x10;Sù/ 4\x1D¶Á¨%"
  b"Ç\x19$²Éf ³\x1FcØ7/─éÁ"
  b"ü\x19\x15█ó,ó\x19Oìr`K«░T"
  b"ü]¬vOMÛÞ\x0EÔÈU»2¹ê"
  b"üßâ╦Ü2+¾]o┴øsr+c"
  b"üßÔ═¶b│~â,┴¼ª­Ú\x13"
  b"\x0F'0¯\x18Ï\x1A\x02äüŽØxC]"
  b"‚=ÄÚºÁ‰íê\x03ùçMk\x08V"
  b"‚¯äG-ÌûhXRj2\x13õ‡·"
  b"é┌,Ѭ¶LNVÍ▀óÕÖêÉ"
  b"ƒ\x1C?Ü©œ£û\x17Ì\x06ô\x04¨áŸ"
  b"âFèù▒ã\x1EÆK=\x0Fì÷hí\"
  b"âmM├═Ã1ÌÅ┘7┤Zû¶\x06"
  b"ƒzŸÊC}õI‡¡]2[‰”ÿ"
  b"äO\x1AG|8O?©¹ìñÃÊ\M"
  b"„ÁÀòv©m¼ºØV Š\x01\x0EG"
  b"…$^•<¯lóðpàÿ"\x15_†"
  b"…tVì?cÆLqŸL†NÚÄ'"
  b"…}I„=¡ì\x078\x1Eò%\eGÐç"
  b"…Æ\x01Íø\x1F\x01Î\x01\x0F\rõƒôÓ\x19"
  b"…Û\x19½}\x0E \x17çߺ\x7F\x1FG;ä"
  b"…õa\x14©ú ­ST#)þ»]\x14"
  b"†7ZÛxÎÑK⤴Y>IŒ›"
  b"†t\x19Üõ­FFí!d›I2/;"
  b"†Š<T})}ì[+µ\x0Fã\x06¨ç"
  b"å¬~╬ôL¾╗É5y§┼>Â>"
  b"†·2C2ü°\x076\x02’|f¤é`"
  b"""
    \n
    \x1C[“ÔwÉl\x19)Þ/!|þ
    """
  b"ç\x16\x04W╣CôÉF}\x12mSge\e"
  b"‡B!/Š£\x04'„ܬü\x04ªh4"
  b"‡Iàë,\x13¸óm\x15Î\r¢é\x13;"
  b"‡†Zu§ò{%Ûç 4´ýÈã"
  b"‡¬qÈ×½\x1A½\x1CáútÙÔ)'"
  b"""
    ‡ï$\n
    Â7‹›bx\x1Ar¡K\x17c
    """
  b"ˆ\x0E!öå]mÒuaUrXºdï"
  b"ˆ+ÿ|@ÕEÊEV\e±3L0#"
  b"ˆEÊY\x7FE\x07¡ZüÀ\x1A*rfV"
  b"ˆMÜ‹úNå&žo\x16 ±0\e\x1E"
  b"""
    \n
    ’db¶Õ§½Ýê›å9¡
    """
  b"‰,ü\x01ç¤\x16˜Á¤´áTZA·"
  b"\x7FÈ\x01¸‰æ–çZdì`\x06ϰ"
  b"è\eÿ5Íé║Ó\x14ì&┐Ún»4"
  b"Š\x1E h\x18\x02±Žë&ŠùÑ\x1C"
  b"ŠS\x00\x1C}ÛS½ÓêÇlÖÙ"
  b"Š’Á\t\x1EÀû 3\x13°™T8†T"
  b"Š•8²òè—¢¨…S¡gˆz\x16"
  b"Š•à¤ÃÀ}\x1E0°¾ª÷ƒ\x14D"
  b"‹2Juæz•\x01*bcžp÷\x05U"
  b"ï@©r~|█ƒ-ùüj╣¹CJ"
  b"ïqð\x02_ı/ÑÇ\x02\x15@dA¾Ø"
  b"ïü▒8«]ïÅ\x7F█ À\x16\x1Aƒ5"
  b"‹†Ü™’Ys¿Gä\x14k ù¾Æ"
  b"‹¢üâ\x19N²ñ8«Â‹}.Ç©"
  b"‹õ¯Qp.á\x14\x08Œ[©0À75"
  b"Œ\x03\x1Cgf9o=ð¦\t\x00"
  b"î\e┤Ýy┐z¬Óh×*Øn\x18\x00"
  b"Œ%\x02ÊDê"Ñ\e‰Ÿ–\x02µš³"
  b"ŒM”òz¬†ýÎ\v”V%2\x02+"
  b"ŒT‹Î\x12š‰L&K‡8´yÝ\x10"
  b"ŒY\x18X\x10E{¹X§ýÜ–…«ô"
  b"Œk%Øc\x04Õ#u9\x7Fý"õ>³"
  b"Œt!\5Xj\x0Fö…¼Y‚TÄ\x00"
  b"ŒÔóÜÚ!ðžKâyíË´3Þ"
  b"î¦├\x16\x7FÅú║g´\x08\x1A\v¾À"
  b"ìO~¤«Øø%ÊwÞyº}ã╩"
  b"ì½l┘vb®B\x1AD\x1A\x12¯D╚\x12"
  b"ì╚^││Ò\x19ð├V#I\┤T▓"
  b"ì╠µúQâAm\fà»!╔Fl«"
  b"ì±|\f"ß8}É1Uvçp░\x04"
  b"Ž\n\x10íïôzC¯QÊ‚°\x00»»"
  b"Ž&ÐLòÔùÏ(Ca\x16—f\x19@"
  b"ÄÙü#Á╚¹▓KÏ{+ü┐òP"
  b"ÅUÑÒ©gÈ\tk»├Í®├^5"
  b"ÅåXð9¥]C|ÌÃ\x1Dí\x01"
  b"ÅÎd×ÏÓ\x00Gþ╝\x1C│x▀­µ"
  b"ÅõW┘vÀı▓D£¡┌H#üw"
  b"Åý|ñ¿.B!ø+mÆ\x07p¼ã"
  b"Éd3ó~ñ)mJsä&m└│þ"
  b"ɽ\fSh"1ÆæÐC!üHa¨"
  b"‘dóïq?—Õùø\x1F\võ\x17Ê\x1A"
  b"æy\x07«¶Ã^§:Ô\x1F┌ì╩k"
  b"æÉ\x15x©¡\x1Cr┤\f\x04E\r\eð"
  b"æ░Z■¶Ç\x14\x05ì[y═├\x02³9"
  b"‘Û\x1E\x03Hÿ]S3s$µŒÐ$Æ"
  b"’,–ç÷\tZ¬ÁüJ{\x02-y\x1C"
  b"Æ5)ñ½─┴▄\x16þõ¯\x01ÖØd"
  b"Æ8l\x02øM░\x07õ·¦°╝ì┐x"
  b"ÆHh┴Ò├m╗■ÇnÉ1Ã\x07§"
  b"ÆMîå;®±w,kb-ê²░Ø"
  b"’p”Ø\x1Eê’^݃¤j\x12r\x11:"
  b"’zæÄw’GenA{J¨²,¹"
  b"Æââb╚\x08\x00ÊN·┐‗Åì¹d"
  b"’áPöx*7³ÑÚ\x17á.–çc"
  b"“#nÜ2x“üE¸-®Cp\x1Dq"
  b"“$©5ä±õ¹j(Ôc\rÖ\x16\x06"
  b"“'q«LÜ\x06zýýB\x00çÖX?"
  b"“Ýo~\x1C\x1AÓ`ñ½ \x01k6\t"
  b"ö\x0FòÀÀÇj┴\x13õI#Ì╦ÇØ"
  b"”D\x10“s&Ö\x1Aè?bþâC\eY"
  b"öI[&╝Åa4LäÁƒZóO\e"
  b"•:½\x04*=Ö3ngÜ˅ܹK"
  b"òF\x13¹\x1C<\x1F\x01èNLÄúJØ3"
  b"•Q/áIQûï=>ú\x04äcÝæ"
  b"òUpWÄ\e%┐\x1Cı"4╬\x1F"
  b"òV■½UÖù\x05uØPæ¸gF╣"
  b"•p9¡¹ÊG.FÛæ^zdï“"
  b"•yâÉ¿Ãq&´nAŸìÝWÏ"
  b"""
    •’^¿ôŸŸœsÖ\x16ß`ó\n
    A
    """
  b"• Ì\\x7F÷ûQNçPˆ(ÜWZ"
  b"ò©u©VÇÕ@íá\réI~ü0"
  b"û<£ô\x01ü┼òæ└│iÂ\fkW"
  b"ûò¶\x04▓½Ø█\x02S*\x1AjÔX\x16"
  b"ûÑı<#│@T|ì╝*┐ý¥9"
  b"û»ü\x7FÝÍ╠R5@█┤=ƒ\x1De"
  b"–ámSíØ–\x1DmÃzÙ¨œ¢ƒ"
  b"\x15H}°ëª(W0'\x1C$ š‡"
  b"""
    —^'¢™F0šÞœk(\x19\n
    e\x0F
    """
  b"ùü╝]\x15\x1Cà┤OÎÊéƒ!l+"
  b"—ÐcZj=NACšºx`Û˜Æ"
  b"—ÔK5Á7°d\x01\x1C\f¿)rY#"
  b"ù┘ÃpéDì╦¾┌Ôd×?ä¥"
  b"""
    ù¶\x08â╔Hø\x11Ä\x18\n
    \fÉzwå
    """
  b"ÿ;8¬Û4²3╣õÅ{c╩Ó1"
  b"˜†x¨\x1Có2Ø\x19±\x00QÑÃYÎ"
  b"˜™\x11J9ñ¸8ÝSó²³Ó Š"
  b"˜÷óí\x12d:ÔûX\x19"Ô>ŸÅ"
  b"™DY˸÷\x7F0‡"VÝa\x0EÔ‡"
  b"™…˜•Vý–w/\t³é\vÊ\x080"
  b"™º\x10\x08ä‡B©w$Qòâj"
  b"š‘üa£Îo?ذ#k'Å“="
  b"š´CšÙ© \x03¡^b,Û\x12ª„"
  b"šÀÆ\e©&H`Ó\x002dz£\x1F "
  b"›'€\f\x07pDs(vWV\x1E~—ì"
  b"øG┐XsYØ\tTÚÖ[Ø\r×ı"
  b"›_/·ƒ(\f\ݱT<\eèÆ›"
  b"›uUÅÉõ-óG\x12§\x1Cš\x1D*)"
  b"›œÖ>å9Ã\x02?\x0F´î‹´=Â"
  b"›Îa¢2F\x045|6ÃD¼tç;"
  b"›ØCV.÷—ŒŠª\e\t\x1Eˆ\vH"
  b"œ\x13#9æ×…ñÛh$ò£]Û×"
  b"œ/\v\x13e-\x12Lr1„Ž#x"
  b"œ9Ê\x1A?NÞK-oHa‚)\x07"
  b"£>ãá(.׿1\x06\x18EñSÿÉ"
  b"œA§\x17TÞ/\x10Ý¢:\x17Þî\x13"
  b"œL‚0ÓÄdº¬\x1EŽzù\x03<^"
  b"Ø\v%æ×ı²¯\x02aBkÀ┌ƒ["
  b"Ø\x15çÔ■|BÉ\x02S)É\x04\x07l&"
  b"Ø\x17ïݦÀþÑq]\f×wÙM1"
  b"Ø-_7\x0F|×\Í S±\x11µq╝"
  b"ؼpc.ÿg_ÄÔ!êËlH³"
  b"Ø▄1Å\x7FKËæ@>®ï\x0F|\x11a"
  b"د▓fÐÃO\x15 ÒyÅ\v■׿"
  b"ž\eÒe \x08ÐV\vHU‹zÕõâ"
  b"žD£ÔõE Sýx±§ä’"\r"
  b"žFhŸ3á&æ,û½q¤¦YÚ"
  b"žSž0Ë’(àô)ê1ãì×á"
  b"žY$§÷=Â_²êÀ\x04´±úg"
  b"žf“W…Ç\v¯Oø±\x00¤ì¿\x06"
  b"žtÛOBƒé\x00péî›ZÈìÍ"
  b"×~ë­©`ï%Fö\x0FØÙF┤═"
  b"×\x7F:ØÁÁò.┼â┬F┘³©Ö"
  b"žƒJ:]ÿk1\x17ElWZ¶9{"
  b"×á \x00\x01ÿ\r'1Å\x1E0G)@"
  b"ž¬Èµ·ÙHZ‰BÉÂò\tæ­"
  b"žàö’\x1A\x0F\r¼¾\x17ÝW\x18w\x0E"
  b"ŸPœFÞ\x11\x11ùPo[|}9Dm"
  b"ŸŒ0×™ˆ“r¦p\x7Fo‹F®Y"
  b"ƒÉaßõöò¿õfòú╔)\x1DT"
  b"ƒ¡pÝÉM\x1A\x18▀[╬3\tªÉÞ"
  b"Ÿ²\x00\x16ôc°L/\nÚº…6¯á"
  b"""
    Ÿë‚äÈ\x1E"r\n
    ä¢'î\x14ðT
    """
  b"Ÿð\x02\x01\x15\f♂ìá”-üªJ"
  b"áMÉzÝ\x1Dìh1\f╦«Ñ┤±§"
  b" …½E¨ÊO×Çx\x12ä\x07óÊ‘"
  b" ¯Ö¡o7'Ó¯³Ã¨Çx¸U"
  b"á└ÏP3òü²\x19)~\x0FöÜ|ð"
  b" ö×öB¥ì­ióÓ?ô®äk"
  b"¡\x14B~_\x0Eý\x0Eñ(½oø¿““"
  b"¡‘@á§\x01ô\x15Á\f:ÒÓÊáç"
  b"¡é\x04ÈÂü\x0FPT›l\e¯Nïe"
  b"¢Ö½?·Û\x01V<‹®é‚OR!"
  b"""
    ú\n
    \tÛý©\x0EÚÉjÝpÿ%g\e
    """
  b"£\x15„©ŒÎ\vž‡Ø@ƒ-®8b"
  b"£,îÏ\x03e§( ܆ åEFô"
  b"£_ã ±\x1ACØWéþ)×\x19"
  b"£qS2\x04\x10•±\x0F^/ÎB|¨n"
  b"£³wqüÈ„.‚fZ‰©§Õo"
  b"£îøÎ\[~\v\x14v·y×½"
  b"£ùIˆõÀ|Ÿ°Ê"ˆöÑQ­"
  b"ñ7ÆÎ½\x15╚â(Hü»ÿuI\x19"
  b"¤sŒàÂ_µ×›:?/¸™½ú"
  b"¤|Ö"Þ•†ƒ-4ïôqÎŒÀ"
  b"¤’µª\x08ê\x07¤žÖÚɦÊaó"
  b"ñØ÷°╔:=ñk╔a±┌╚ÖU"
  b"ñÑ"\x14ÅfÔiá¬Ä\x12ÃYxÚ"
  b"¥\x1Ez»X¿\x11QM–ãǽ\x08&n"
  b"¥‰lMc?Í¡`[€l4sÉ¡"
  b"¥š\x1FYKÛÝAô‹\x16ü–œ‹ˆ"
  b"¥¤W,q}ŽÁ¿*Üí¥þOß"
  b"¦/b\x02ÉË›\x17^—\x1DèD¹+\x05"
  b"¦OÝ\x07Q;¶ÄVØÜÌiÜ\x08p"
  b"¦„{Š\x04uŠ4\eÈ\x08·¥\x11"
  b"ª┴¿¡®oh┴^ì?­¨\x12.`"
  b"§\x12¹éd¿öeç\x0F\x14·\x11P@Þ"
  b"º(XõGäì┐f²²¶-8Ø╩"
  b"º]u°PØ](\rÁZ╗\x07ï┐²"
  b"§cÞ\r.\x03rQ\x1D€–’SRQÐ"
  b"§}øéÀ÷„®x<g.×ls•"
  b"§ÍñëÜ–\x06EÜ‘ŽÐr|Ãü"
  b"¨\x16\rö¨é\x13_d9®\x13OVŸ"
  b"¨B"1žG\€Ü¾U¸T\x1DnH"
  b"¨K’óa‰B\x06\x1C\x1F×tñrÍ\v"
  b"¨}÷JÀ$¨¡þß·³³›\x12þ"
  b"""
    ¨Ÿßhvcà_*+\n
    0P\x7F
    """
  b"¨¨\x1CPéÈœi3ÀZ‚±O\x0Ey"
  b"¨ózêA²u“—8rK`£½ý"
  b"©\x0E6ZËö\x01\tº>áF?î‚ñ"
  b"©.z\vƒ<ƒ·\x1D É\x13ä1ó†"
  b"©]<(σú\tä²ÄïË3\x1Dû"
  b"®ÜþæøÉ=«I«i:w(sr"
  b"®ÍwpK\x05U\x06ªØ?ýO4▄\x17"
  b"©ã\x1A™ÖŸµbî‹Î€+w¬Á"
  b"©ök\f'> {µæ#8.,-Ã"
  b"¬\x10nÉ╔ \x1E\x0F<hƸjûÚM"
  b"ªKøç¥”Í~îHGÑ ¸l¨"
  b"""
    ªª\x04\n
    ¥ÊÐ¥½\x1EŒ·Ògr†
    """
  b"«\x1E\x07>¹B‘Œš¡\x1D\x0F\x07¼h­"
  b"«!Ë•”¨ŒXF,Þ‰Ô¤\r"
  b"«'’\x1D\x16\x13Ùïáæ½cfŠ"
  b"«`e8^\x05è?—Úgœ5´§„"
  b"«‹·}S8‘(<ó•>\x13ÿ\x16"
  b"«ŽÂÎ¡ßÆŽ´\x0E®<“Ž\x15\x08"
  b"«Ö‹ëgQ%aÿµÒ\x0EÔ\x11t"
  b"¼\x17ìC4û`¹R╦┼║A\rÔl"
  b"¼=W§Z╚\x03¤Ç)YÒÉk█¢"
  b"¼j£ØË4Â■\x07ÏÛ\x1E¢æ\t:"
  b"""
    ¬|5–G“…\n
    °%\n
    \x02H\x02"0
    """
  b"¬ÆšÌbðƒIx5ƒçY·€z"
  b"¼§Åç \ìÔS~Ã=Z╦\x1E@"
  b"­WFCgƒÿ…\x1C<&z\eu\x15«"
  b"¡c\x0E]¬üTù÷▀¶R3dãC"
  b"¡ä×Þì\x13ImÙìxxòÊJ "
  b"­Õjþ\x03Í!\x7F\x04\x1DÉÀ3*"
  b"­ÞxÅÜý¯Ü1ÚÂ\x00m”U\x03"
  b"«2Óm\x1E\fФ®w)┤Çüh"
  b"®`û†3K&¬\x17\x1DƒÍÈ\x1F"
  b"»\v▓úFBpDúµÉ╦┬úµí"
  b"»\r]s\x11ioYx³\x08­ýîØ┼"
  b"¯\x124ûÏ*»ØÁ]\x13W4•¡\x05"
  b"»5o1×\ruÛ)\x13\x07ɦX\x1D"
  b"¯AKð®ƒÖº’бöE>\x01ì"
  b"¯Cñ£È4X)ö©à´\x1E\x04"
  b"¯PqJ«´\x1E\t÷xIué:Dì"
  b"»üûYF\x0E¹õ Zл*qn▒"
  b"»ì╠ë@j&vÑÐ"!¿þÙÈ"
  b"¯²!õVU­ÝkåЕX“Þ\v"
  b"»µÌ\x13█═\x0FÜ\x00­ì\x1F³»©t"
  b"°@C«¢V\x1E]À›Ú¬\x1FÚö\n"
  b"°hXG\x01ë(Á¾4³ ‘ÞÎI"
  b"░æ\f┐$┌EúŸ\x12|~g╗g"
  b"°¥‹ÀCÒ\x03Ö¨€ï¦¿øØ¨"
  b"""
    °¸«á¤M\n
    TP=\x02B\x7FÏ^}
    """
  b"°Ö4G{UŽÏ>\x7FùãS€ôé"
  b"±\x15\x0Eæx,'Àpp6\x01\x1C Çi"
  b"±qJ\x1AzvhFÈ€Yj‚\x00"
  b"±xï\x14>š$oáƒ.\x02º¼\x1Cƒ"
  b"±ˆ÷Ч\fZªœ­~+£øS7"
  b"±žªÖù™˜‡‰z»\x04\x02\v\x1E"
  b"""
    ▒­º÷DW_ã\x07\x1A╔ÉüT\n
    Ù
    """
  b"±ô\x07\x04ÞV\x1D(wÞI~\x08Í£:"
  b"▓┴Eº¡ÃØéÓݹé\x1F»C\x1F"
  b"▓┬9Ïá\v>q8ô╚`Ø+ö\x0E"
  b"²î^¯\x14Ëž\x18L\tž2"\x04\x00+"
  b"²õx#’\x06¦sO\x15߮ޭG¾"
  b"³nɶ\x15íÕÍû‰T\x06\x1AÉíÐ"
  b"│£ §█2┬Ø®¸┌\x12iv\x00K"
  b"³£¯pM˜pàïÜ„ìÕÓ&"
  b"³©t\x10Ý0J¥<=iE8r\x1FÚ"
  b"³÷\x00 ü¡K\x1A‡P“öëG„Ë"
  b"┤y\x16-Ïk|Ð9#ÿæÎ╚ɸ"
  b"´¦s%“2èÛXÎ\x03(QßsL"
  b"µ%ÎYï%óh½•Â\x12¹>{ò"
  b"Á'¾õ5Ý\x12Uv\x7Fiıìh7q"
  b"µ:m¹\¼ai¥Á\x03K—ßÒ\x19"
  b"µ¤ ½èäŸ9Ý{GŸÂ\x0F¼á"
  b"µ¦µò6+«Lg@ç½Ì—wU"
  b"Á┬uÀuª|║2y£tÀÅMo"
  b"µèLr\x1CƒÃ/ÒS9\x01ÌŸÝ×"
  b"µï\x1E\x18·†\t\x15\f\x0EþÅlÕ‡"
  b"¶ÔÎZÛ\x03$d~œ”Ž\x1E¢_\x1C"
  b"·t¡<³¬ƒUÁm÷À}Þ>Ú"
  b"·wö\x17sºîT¤VTcE\x02°ì"
  b"À ▄Oü(bácwæ-©ìá\x12"
  b"""
    ¸TÐÅ|àÉò\x07J\n
    \r\t“€Ù
    """
  b"©m´L`┼\x15\tÒf■[%ì+ñ"
  b"¸Ë’}¥_‰\x1FЦBA\x1FCÀ2"
  b"¸ÞÅ\x7F\x1Dßù_úÚªÛƒ\x12"
  b"©·¿q¬É©\r\x1Dfgb)þ\n"
  b"¹\x04ú˜qÃÃÙÚ\x15´\r“­©É"
  b"¹\x1C\f‹àâ{Rý˜œLŽ)"
  b"╣ /¦$ÍÐ■vÿ\x1E§\x13┴½Ø"
  b"¹F{¬£þ\x16\x00\x0E°š\f"
  b"""
    ╣UÐç│\t\n
    ┘«■Ø┴AF┌Ï
    """
  b"¹]Ô\rQ:„Yevb\x13\x17UÈï"
  b"¹^ÅG\vUÅ \x1Fœ\x17ê@Ö»ñ"
  b"¹wî5\x12H6ž*~‘4¯””L"
  b"╣îÓ\x1Få?Åû'}àx\x18îý>"
  b"╣ª\x16Ñg¡cP)¨\x0F¦É@*Q"
  b"¹ªšÖ#bñ»ÕxÛÕ·Ê™J"
  b"¹ÙW«—›¸\x0F\x1F2צ\x7F²"
  b"¹øŠ33Hâ×›ìí8±ƒ\x7F¢"
  b"º/o7EÙ.\x0Eu#Q\x17Œþ|Ë"
  b"º<Z\x13h¨Ué4\t^!\x17\x11.^"
  b"ºq\x01e€Z-\x07_Öü~\x14Uy\x1D"
  b"º¤W«"\x18õ{@\x0EXÕE’°Ò"
  b"║░·╬ê¥ÄØ\x17Þa$░`dÑ"
  b"º´\x17\x7F\x08·¿°\x1FVÚQH—{€"
  b"║ÏAßý69Ø:Pd¸yºp"
  b"»\fb\e;'<.â9‹N/\x15–r"
  b"»9ä5\x07þ76ÂïÔYU+U-"
  b"»no©é\x1D¯\x15\x1AЏ>tÒž×"
  b"╗zÃ─¹éÖÉ­z\x13æ¬Wb▒"
  b"»—a\eiÉ2V5K\x06\x154D"
  b"»˜ç;˜Žý\x03©˜h\x13¹ºïö"
  b"╗óçö\x13\x00█å§r├ì-▒ùÛ"
  b"»Ë7]"\x02\x19aôî©™­ú©°"
  b"»óH@e\x10¡h\v\x18`§lš:z"
  b"¼\x14”Ž\x16\x7FТ\x19¼åtª\x1CËL"
  b"╝>├╦îì¢\x0E╠ƒ\t╦ª\t)X"
  b"¼_m\x1AÝçk¿\x1DïC>d¢¼Õ"
  b"¼œß.ð-A½ê\x19[\x12ìé\x14é"
  b"¼¥ï\x08½&\x00\x1Ap\x19MQHJa\x17"
  b"¼À;ëÅn²6Ê'yŒÊ©Lx"
  b"¢\x10É\e31ª#ä\x1E¤þ\x1E¯\x7FÐ"
  b"½\x16\fLŒœ\x01L”áÍ(ÈZ"
  b"½A.Õ\x06?—Q2Ê\x10VÅÂH\n"
  b"½~èDè\fç©·³\x1Dq‹^¦ç"
  b"½³W20ÛCùÐ=\x11\x19“ùGM"
  b"½êå0Ç.mHr\x1DBT\x08`vƒ"
  b"¾\x1CkQYn¯]\x16\x07‘ï¢\x7F"
  b"¥/┴m/êu\x19Pìó4\x0F©È#"
  b"¥UäöA\x06°═\rÿU^Åì╚╔"
  b"¾‹\x0E˜i®°Â'Á“Ö·Þyˆ"
  b"¥Èþü \x10=jT>"ß{+Zú"
  b"¿)\x03ŠªCVL:ÛKf“E5."
  b"┐JÖîú ºý§┌ì¥óuàà"
  b"┐dè_Y6Å║&Íø%úe»C"
  b"¿±Ä¤DÕ–äéÌã'a3Ø7"
  b"¿¸â‹e*‹¸\vÒ16DCeì"
  b"À\x1E?7cà¸\x7FÉo¦ì‚l\x11"
  b"À~ì\x19\t\f\x0F\x05¡)–\x1FòÁïH"
  b"À¢9.vôôpY\x05DÝ$‰Éõ"
  b"Àâ’¸\x1A‘öÉ`ô3dY\r"
  b"┴ 8\x07±ë&æ╣ G┐ü\x06"
  b"┴$$c[ ¼ÞÅ║¨ä╔]µ║"
  b"ÁA!&ºâׯ\x11]‹¸–^0P"
  b"ÁY\x00ÏfÄJÅ\x16‰§\nâ” ¯"
  b"┴}^\x0F└┐\x08ýÅ<L■\x05\x13"
  b"ÁŸ‡\x05Ú¥b˜oé‚\x15Ãs\x18é"
  b"Á²pIwÍé0A¿\x12ãÖ·+Í"
  b"Á¸"b yÇû,{‹%Yè\x146"
  b"ÁÃXŸõ\f\x14é&#ø‹<Ɇ›"
  b"┴ı╚ËæÿðÅÏÅ\x7FÊ "ıT"
  b"Áú\x1Aà<Ä.y'#qèæ-îw"
  b"Â\x01Îzì{¾®aÇ)òô°‘_"
  b"""
    ÂxË'\x16Ÿ\t\n
    2WuåŸVÖò
    """
  b"""
    ¬\n
    *M\x13Æ┼\x03¾a;âÅ╔Ò
    """
  b"┬Àä0-§kÙÅì┴ME\x07"
  b"Â÷3zv\x13)\x0F\x149$VTaE!"
  b"Ã\x04ð\t0ó²—Ûê;IM„ò|"
  b"""
    Ã\n
    <ŽJkâ,x\x12+:‰Ñ<J
    """
  b"Ã+T?Í\x1CYˆïÃ(56Hyé"
  b"ÃIi†J·_9+Úç'_*4\x01"
  b"ÃJ³…aŸU½ãr\x01”½}X}"
  b"├`Ázìág\tıbo│Ë▒\t\x14"
  b"├ß1»±#Ó┌\x02Ø\x00\x1A_¹0>"
  b"ÄÝež´!&¬\x15\r4©GNuï"
  b"Äí¯¸xA36ác\x122¼06É"
  b"─­Rñ¬åâü<\x12ÎtnÅÜ█"
  b"┼1¹A\rÅÀõ\x1D\x10 \x08òÇl®"
  b"ÅKùæÇÞ>ù)\x13a¾3Ö&Ÿ"
  b"Åh6QºÌ"òOånQ\x15°jÕ"
  b"Ån¬™Ø,vöñÝóï‘*\t£"
  b"Å’Å\x13bë}lk¹e¾0—\x070"
  b"Å•w-º"€\x16 @â>IVD›"
  b"ÅÆ^ÉáËfv°2`ü8Í­Œ"
  b"┼¯l\x1D╦íÉÈS-Ø╩3«#G"
  b"Åûínu¿ý’Æ$€±‚\x03Öú"
  b"Æ0BЂHWe\x1E¥¬jTBÖ¤"
  b"Ƽ·»]³5-áö|V&\x03{l"
  b"ÆûÌpi%\x1C¸\x06´Hua\x7Fÿº"
  b"Ç\v\x1FßÀÝ0mu‡àgùmÈŒ"
  b"Ç_B\t®\x1F_¿sv\x17:¼¿mô"
  b"Ç€ Ø<)Ê-P â'ˆv\x02\x11"
  b"LJ\x0EüF«£\x00cfã\x13Â6¸3"
  b"ÇÃ*PY6\x16À£^\tdŸ/Ú4"
  b"ÈœHV0çŽ$\x072_Ž»Æ%È"
  b"É\x02,IÅŠ\x12ŽgÏEê“0,\x1D"
  b"""
    \n
    ¿2ý>ü&¿ñìêO/C¹
    """
  b"É),\t\x10R´—:¡&çšË¤5"
  b"É3€øÓõã7œÛ7\x1EÞ €\x1D"
  b"ÉbDÌØÙ7›ÊzXà²\x15à\x15"
  b"É’‰…¸l˜©ødØnæ\x05½†"
  b"╔Ã\x13ÚN×ñòî█wo-¸¢É"
  b"Éúw0ËçCqÛó³õ \fja"
  b"Ê!\x04ÙÝ\x18Ï\x0E\x01L\x1CñÉ4ƒ"
  b"ÊB\x0FÌ\eòŒ…ªäÔª\x7F\x1F!\n"
  b"Ê\x7F˜¡ÍV¬C£\tžøþcMk"
  b"Êœ\x0F´£\x03\x13à\x18D¤øj\x1DûO"
  b"ʨ$r\x06Ò–\x1FêkWgzù/l"
  b"Ê´\x11ÂÜa«bbË÷£ýyDf"
  b"ÊÝŒ<¦yŒÓÀ~wê\x0F. ò"
  b"╩ý╣¸Ú/ëÛ(ËdÀ¹Èì±"
  b"Êô}£m1(>cÓZŸðô\x02ä"
  b"Ë>ÙÈ\x0FtèÉ/T=\x03ÛËá:"
  b"ËEo·\x00z4ì4²K\x1C2vÁ°"
  b"ËŸ³,JÀúýC±« ü¾ä¨"
  b"ËÛqÏœQ:,ø\x00éä#£.£"
  b"Ëé·Ÿ\x02\x13÷\x0F’YáÐp$™Ó"
  b"Ì\x08â×¼§ù%/X”Þ\ÊóX"
  b"\x0F\x14à\x1A7cëØ\x06YÆiÍw╔"
  b"Ì\x1C\x02\x10>7ÙÇ"n~\x11E¡jæ"
  b"╠FU║┐0ìì\vêZÎ\x13¼╣\x1A"
  b"ÌV_>óµ¼EšÿÒ\x05\fKèm"
  b"Ìþ\x08Áä\x03¸$ ÿåp\x07Z)\x01"
  b"ÌÿF¹‡ÃbuçÕjÝg'£Ä"
  b"Í\x01¥Ié‚Ï.²¯{Óékgt"
  b"Í=]Êa”É<&ˆÎ-ƒhÐò"
  b"ÍAgA1t\x1A~q#ØØe±«–"
  b"ÍM\x13éØàL\x0F\x1FBº²‡ú"
  b"Ík“×\x17Êa›&‚¤\x0Eùý?j"
  b"ÍoÁZFo¢œ $°m‚âƒD"
  b"ͲðÔîíØl3\x1CD‚Ûýz5"
  b"ÍÎ{ˆ|U\x10|§eÑÛÕ\x05â­"
  b"ÎN—ˆCï4lã_nÉ\x00÷)µ"
  b"Ï\x02™ÉV\x03n_ØW:KôP:\x00"
  b"¤/ü¨Û~®╚P-¿ý6=\x18\x7F"
  b"Ï<w\x18þˤãù~{èùÃgŸ"
  b"Ï<Î\x15\x0F…í\x1D»‹\x10›‰\t¯«"
  b"ÏX7­Ä\x03¦/ʾ”Vn\x7F¸‘"
  b"Ï‚rë¯Þ[¹\x10Q[§ðÊ„O"
  b"Ï¿w1\x12l§ Æä·¯Á¶)…"
  b"¤Ð█ î¾Ø7;\x1A\x117▄2"
  b"Ð\x0E\x1C¿íÆ­t`=¢,\x14õÑ\x04"
  b"Ð\e<xóVLe„zá#4.:="
  b"ðbÑ1\x01ô#Ea┐ï▒­▓üb"
  b"Ñ >ŠX\x7F]\x07M\x01ñwÏ1‰M"
  b"Ñ)?´L3¬•3ÔÊEú«£\x05"
  b"Ñ3‰Üà½y±B9úVPFnT"
  b"ÐI$ËÙ«Å\x144[\x04_(ÂÄv"
  b"Ѷ\x11èéUˆ]ÅÇ›\vc÷á‚"
  b"Ð‗ò´u\x0E$ñï╣╔┴×\x05\x00ì"
  b"ÒFzØ\x10ëëí²¤\x7FŠ¿Çba"
  b"ÒdyN\x1D\Ùf\x11Y̲÷Qý\x08"
  b"ÒÒÜ\x10¸\eù÷ä\v\x16¸_q\tb"
  b"Òà[£œ\fÓ¥]BEÄn&©t"
  b"ʵbY´ôüjòf\fêÊ}╩╔"
  b"ÓC*\x1DÑ\x05ùùǤ7EÓfò­"
  b"ÓFt‰ñ_8DÀFa……•©A"
  b"ÓpŸlN\x07G·ñ2î™\x03lèX"
  b"Óv!w}!È4‹ô<gÃ\x19­Ú"
  b"Ó©œ[NcÌЮŠ~ð%Ͼ)"
  b"Óñò\x17ôHѪ\t­î<œM%¨"
  b"Ô\x12™âºk\x03ni€^E`gÍŽ"
  b"È@ëK┼#Ó£Á\eÉ3ñäÁ?"
  b"Ôª¶\x17\x13šï›x[\x055\x0EŠ\x1E¢"
  b"Ôëùêmüs\x7Fžn\x1Acu@N¼"
  b"Ⱦ_Å\x12U¸█\e\x1E\x18\x13`%@Ç"
  b"ÖNßC\x1C¿{\x1E\x12®©¾õ$"
  b"ÖV¶*p1 ¾\x18Z±[¯!¶g"
  b"Ö\x7F|«Úý@%¸\x11T\x04ûÃë\x07"
  b"""
    Ö€Àâ*Ü6»g›-\n
    \x02\x19Ç¡
    """
  b"Í¿ø\fboÜjï■ÍÊÜ\r"
  b"ÍÃ┤\x06\x13ÅZ©■]²¶\r\x1DX@"
  b"ÖÚ‡æ\x1D¹ö÷³„9}C®ì»"
  b"×\x129³ðAt-\x13à“\f[ª“÷"
  b"×\x14Ö),eÄÆ«c\x168/ho›"
  b"×8ë±³ç¦\x11\x00Vu–ŸèQY"
  b"ÎSÜ\x00ü4n^Ç/\x04°¡ûp%"
  b"×fºÇ\x1AQO>Ïòä\¬’\x16É"
  b"Ø\x1Fü5Ìç¿dä7ýøå\x00»"
  b"Ø^ž-@VÛ#\x1DªPôu\x00ÿ"
  b"Ø{p·\x1AL°Cj\x04WDn檶"
  b"Ø‚£õ_:úþF“õÚª\x16"
  b"Ù\f‰OJ~qïHkµaôŠ4p"
  b"Ù"qÎŽä*­e/óµ)oFG"
  b"ÙB´¹ôhO¢\x06äê~\x19´lÊ"
  b"Ù®Û.ÑG\x045Ó±¦J2\x1A\x13ß"
  b"Ùü¿cí%­j\x14¯è\x06¥~Bv"
  b"Ú1†ÈÀ¼ª¼ýÊ\x17\fúG"
  b"Ú<%j™7hÖmбó“¸\x06"
  b"┌?J\vì╗ÓË¥\x00}┴B¾┬\x11"
  b"Úd‹Ê`\x17Žì‚\x16ŠœS>œË"
  b"ÚvvyŒê6\x1F€»"Q\t\x1D"
  b"ÚˆTÄÓ\x06UÊmâ]ÁÂHª~"
  b"Ú¬Ý\x179óò\x13­¢fï³:\r8"
  b"ÚÓ¸\x1E5`¼\x12ì&\x0F*æ^x@"
  b"""
    ┌ÌGk\x17ÝınÅNW\x1Cæ\n
    ƒ8
    """
  b"ÛM)»ë´û4øÈ¼aýjR:"
  b"Ûx÷ÑT0`òͬ®ªDú€º"
  b"Û\x7FR¾ç\x12sÛ_f\x0EµÀ›ŽÀ"
  b"█Ü‗£Ì\x18*┼¸üØÁ& \f¹"
  b"Û»M¶Pfµ\x16œEªÂ#9Å$"
  b"ÜPôÊá¦þ\x00“‘²4ø°¸¤"
  b"܉߶.õ\x7FÝ\x04Ôå3<¾oB"
  b"ܸ¿š2Ò.mÂ1‰\x1C3ñØ""
  b"▄‗├▓O\x10\x00C\x05òi2îÉÅ"
  b"¦\r\x12çuý®b=\x1Eê2cu▒Ø"
  b"Ý\x11¿XÍùf„XDbÁ\x19\x1E™X"
  b"ÝVaƒì­\x1F×b\f\x06."9c6"
  b"""
    ÞNã3p;\x06øà€[\n
    ƒê¯'
    """
  b"Þj`&'T)Ò\x1EcÜr\x19\x18Ξ"
  b"Þ}!ÿÏm\x1E\x07#\x00—ºÍiíŽ"
  b"ÞŽ LÆ\x0E¥6yÜqžÉâZË"
  b"Þž6Eøê\x01j9Ø“\x01‰ZZ\x15"
  b"ß\x06ÊÃ%áìT{¶\x108¤Ö.ž"
  b"ßXÝpk2¾Ü\x11¨âVÞ\x0Eïh"
  b"▀{öÜeİ®\x14üÂ'ô¼cl"
  b"▀è\x7F³xüB-³\x04\x1EÎ\x0Ej\x07"
  b"ߌöˆ¢H”‚u:ÛHÌcù²"
  b"▀«â÷┐\x01=t¹è▄(XÅ\vÍ"
  b"▀┴m±┘¡c\x08\x08\x13ØS"
  b"▀þ¤Sj\x08»\x1A·┴\x0EÉ\x06mg3"
  b"ßþ$\x14ò=Y;¨»¹â´PÃJ"
  b"à~ÔOÄN–5ç.DG§¿§×"
  b"à‡z ¾ míz¬±ÚnpµY"
  b"àª-Îécu‘)E\x1C\x1F˜-L^"
  b"á0i\x1E0€‡Ë\x07³Ñ ß×Ü7"
  b"ß4ûróneZê¨r\x0E7Èì╝"
  b"áNb7\x06Ÿ\x18¯îNíªñPÓQ"
  b"ßf─┐Cĸ>H\x0EûñÅÆø{"
  b"ßäüÂ\x110┤X╠ÁØ┴>ÑËå"
  b"߯Pä░컸╔-■Ûlj╣º"
  b"á”Ý"w´ÇÑ8ªå“Å%u"
  b"áÕ\x0Eâå%½¯\x7FÖDÑO\x02ês"
  b"â\rë•ß¼)óMAþæ‚æ\x05ó"
  b"â@\x05eƒÍ\;<ËaÊ÷š? "
  b"âSd;/ÝÕ\x05 ‡\x06aÿþE˜"
  b"Ô|ô*┌\x141ò{Ô²ÅIu69"
  b"â«H\x0EõU&%>¨\x1EïÅbc_"
  b"""
    âÞ<ÎË_0b;·MRòH\n
    U
    """
  b"âé·ðȪ3`\x0E\x03Œ\x08\x1C\x13Ww"
  b"ã'í\x00l1î¬\x100nyÆQ‘\x17"
  b"ã?ÎG1rþ*º¦‚\x1FgMôu"
  b"ãQ¼\x14S.6$_–ý–ÿ%ï\x13"
  b"""
    ão¹\n
    3ª¦ˆçD:\x13»“Ž\x1A
    """
  b"Òú│üÁ߬ú\x15·=íî╣-\x7F"
  b"ÒÀOô\x06à0o%\x1F½¬ÀÅ'm"
  b"ãÕ\x7F~_V¿ã²Œ¡ÿ”2§ë"
  b"ãù&»\t Ò@£~mñoφG"
  b"äE¿\x11¾0\x1D¾Ð꿸æÙiK"
  b"äHz\x02økÅÜ*-î¹áDM\x13"
  b"õt▒É­­├\x1C■ï«Ê\x03$¹G"
  b"õáØ¾E╔_)ß'ı¹­a\x08\x05"
  b"䪿7FaÇè0f4>>\x1E"
  b"äº\x0E4…•têŸÇGÈ馈9"
  b"õ¶á­╗ŹN\vÚ?\x07\x19³¿O"
  b"Õ\x02¯Ø\x03\x11gîñ4_«¨Î'"
  b"Õ*E║¨▀;heoÏÃåÅÒÿ"
  b"ÕY°²©HúOù×╠ÅJën\x1A"
  b"åöï\œ‚FYý#¶ÀÐ\rŒA"
  b"æ\x02.\x08\x1FµMHàTvÁ§D\x14¿"
  b"æ\x08\x10¸\x02G™ô¬m}¨÷F:$"
  b"æ8\x0FÕÂoMa=±„ά¦\x00I"
  b"""
    æHÒp9ùêãÔr—\e\n
    Õ\x1AP
    """
  b"æ\x7F\x03wZŽ¢õ\x1E‡zKZþ\x1FY"
  b"æá§\x11Žž\x08?«Þ\x1CÐsD¡ª"
  b"ç6rÝOøÉ`œ©ò²À¿·î"
  b"çS×Åæù\x13¯XMX_û^Û•"
  b"þj═ÞkwÐ┬╩Á{\x06ÅæÍF"
  b"ç¶K\x0E±ó¥þžàÌHC“®Ò"
  b"è\x02j9‡\x7F“Ñ7Î~EÈ\x03)\x1A"
  b"Þ#\x0Eï═ÛÌ┐ZËn÷ ñÉP"
  b"èZÁˆ\x05ýóˆ}\x7Fª§ÆßÑq"
  b"è†WOñ¼ÊÕEž·\x1FäÃ1£"
  b"è¬b¬–Õ~4vÂmå`O\eÙ"
  b"è¯÷ó¨ãŽÅ‰{T½lO(G"
  b"èÂY(\x17®d\óøÇ\x02ý½ÍÊ"
  b"èÜŒuÁ\x12{•5ÕÓB´ÈƒÐ"
  b"èÜÌ쳬=×ÉåÏÝáz¾Š"
  b"""
    Únµ\x08s\n
    1¼└ÿ,ÅùQÌ£
    """
  b"é{lìA"»­Oñ’}€¾3Ü"
  b"éÃmÏmëÓ±ˆï×ÎS4½2"
  b"Ú█z\x16ıº2T\ØH]}Mg\x11"
  b"éöÏ#¹AS\x7F¨BvÓP\x13™»"
  b"ê\x16c9äü\x18Çð ²'gË­›"
  b"Û:"r^\r-\x19╬ZßÚ#uØU"
  b"êaè-µ:a1\x7FüXÞqôƱ"
  b"Û╚&~ß,│┬▀3¤ý▒╦õì"
  b"êɋԱa65þI$3ôzòÿ"
  b"ÛÕ÷ð}XøÄì\r¸#È:F┐"
  b"êéß݃…F›anÖ\rW\vèZ"
  b"ë/ˆ¶\x1EJrÝ‘à6,+{8\x1C"
  b"ÙI&d®Âñe4ÛDë▓█gÉ"
  b"ÙØÆy±¿░ïIãë\x16\x03S¹▓"
  b"ì\x02Ͱ5@\x17\x06Û\fÛÝ@É€"
  b"ì\x17\x19Iû/Pb†Ÿ-\x00 û"
  b"ísÉ®Hœ\x1E\x00'DØ¡Bv"
  b"í™|–;~°Ì’\fµ¶lÀä~"
  b"ݽeZb■¼ÑàÏ©IÕZ9ì"
  b"í×\x1D\x02ÞèVÿ™îÏ[Y†MÞ"
  b"íñ?C^\x0F6ú½«"&\x04\x1F{\x1D"
  b"Ý·Hâ¾y,\x17║╬?vÇØû┤"
  b"îž½þCËc\x13+\x1F'4[\x0EúZ"
  b"¯À°ZÅ■│¯ØRõ\rãÝ\x02b"
  b"îÙëè&w2yèè^ûå²+A"
  b"""
    îÞ;î¡\x10mýNÛÙÛ—P\n
    œ
    """
  b"îö™«\f\x17¹n\x05Èü·Êõ"
  b"´\vÊìß\x07Àº=\x1DìÚZüXm"
  b"ï.@\x02\x08¬\EH\x14f×0!"
  b"ï3JØ\v¹]O*Xýõ¤Ç*m"
  b"ïj½›\x02—(ÃkÐ)Ý‚Î<ô"
  b"ïkQ!‡\x02U/7裿Ð>Ãò"
  b"Ñ>¯\x02\x04\x05\x00JƱ¦E"
  b"ð&¶rº)Áß\r¹ŒAŽƒÒ"
  b"ðSš—8ò5\x08z\x1DP‹uß1R"
  b"­^\x16(ô 7E¼■1Þj▀Üì"
  b"ð•Ì–\tŽtaUËC\x17ËohM"
  b"ðØ%ú5XD\x16ïh.Ãç\x15¨F"
  b"ðñ×\x178CY¤¥çò$lðêV"
  b"ñj̈t«\x19¢bRy\x17\x08¨ß‹"
  b"ñkœ/ù´lŠ>QwÂé…/ˆ"
  b"ñ¨OèÖ‡Ó·%0¹ûOë–ø"
  b"\x08\x18O\x06·à\x01:n├öÉHY╣"
  b"ò\x17¨Q"\x0Eæ=ýÜx\x1CÛ}JZ"
  b"\x19×AÅ#õ║è-4R╦■Ѫ"
  b"òn¡†g¶¢½u\x00N¨îô\x04ð"
  b"òˆ}'.R,ÿƒ$“@\x1FÈœï"
  b"‗Å(±ÚÓË´<£'ë¤á­£"
  b"ò”ôæ}wWïôCe&Ug®ï"
  b"ò¡5\x07䃩ÿ×¢uß¡±ÑF"
  b"""
    ‗©ì╝&Ú\n
    ¸#ÖMø*ª─¡
    """
  b"ò¿!öüH~óåˆà8’%YÐ"
  b"òÁº¹“ßU»˜oD4=×”\x16"
  b"òÅ­ôJ諭=\x18ܱôbÿ\x02"
  b"óYPË\x1F$wmIÔð[³AjÆ"
  b"óe„JxÀ Uﯺœ*ðÏS"
  b"óˆëMxñПN\x0E\eŸ8óáS"
  b"¾Å~R\x12\e©ßóâ¶-(qª╩"
  b"ó™ø„°M)?Ò®\x07í\x0EÛ%ò"
  b"óȯt/\x10ó\x18Ÿ\e¼Íă2f"
  b"ó÷?Þ{ çxÏuí»ì›1Ž"
  b"ô+g\x18øÝâÊT\x18\x0Fï‡i"
  b"ô/ë>š]A;\x18‘Ç»›:\x19Í"
  b"ôÓ4\v¨óã¿@j¹zä!Ë•"
  b"ôÜé9\vñ zÒÓ!0V\fÆw"
  b"ôü4Ñp1³Io'u£¬o‘É"
  b"õ´D\x10žÙD’³çÜ}\x17\x03"
  b"õú=Õ2ÂH0\x07n–k¶ûW¶"
  b"ö\x01FªÏ\x7F/³ˆ…õ)5ï:{"
  b"ö4\x04U¥PÃÿ ‰~\x11ÝßûŽ"
  b"ö:Ý\x03e]\e\x04ÍÂ;F\x18z€%"
  b"ö“k“ñ\x10FèÍdæùø;\x1F<"
  b"öÇÈl6‰°\x1FJ@]ºÞå+’"
  b"öË WCôb\x1EÕ\x06‹z”ÀœÜ"
  b"öÞ´3\x18Y³‚¶åêe\x1CÅ}""
  b"÷/\x13\x1C™Ë¢Å/Yo\x1A!†"
  b"÷C«lóQ­8C±WæÔ ƒ^"
  b"÷M%\x19 Í0\x11R\x01á÷*5üz"
  b"÷S8ýÚúŸÛÙù(vÅÒ(:"
  b"÷‡\¦Ø®…\x18œçpØÀç§±"
  b"ø@h\x05MôåÉwˆw^\x06؈["
  b"°ú,\x1A,Ê¥bÅb~╚Í╠¤à"
  b"ù_jhå±\vã@\x1A£˜¬3wn"
  b"ùߟIÄܽ MäXŽ{Ÿ ¿"
  b"ùü)ú\rëèI¡\x03sRy±tÙ"
  b"úhé®\x14·Î×\rëe\x15Þ†HB"
  b"új\x16>Ôß\x1F\x06.[]suÀDÊ"
  b"ú‹ËVü)¸I]/p\e~\x12T="
  b"úœ$T#°\x7Få¿&Î'Á¹Xg"
  b"úþ’Uôi\ez\x11ƒ£Eà\Å1"
  b"û6¥ÑDª[È\x00§\x1D,¼JÜŸ"
  b"¹a½Ç~▓Ø¿kZ-âO╔;R"
  b"ûd+"o/Lfw‰…¨¯M†J"
  b"ûh"E¾\vy|oŽÀ%Føì\x01"
  b"û“©\fztï©*¹\x1FwúVÂú"
  b"¹óðA■ı╩Å^c½µ39o°"
  b"û£ªà\rÃ)\x0Eg‰2´j%\tß"
  b"û²÷n=mp}"ݺjjpÎp"
  b"ûÇ05¨•—Ä%ÖØy#³‰e"
  b"¹Ï\x10íåØ\x08⃶nJV|\vù"
  b"¹¦Û,X;ì©█Ó®¡ÅÇ└\x1C"
  b"übå/)\x1CWSV¾\x14\x057KN’"
  b"ü~ž5låf%ÓÑÃÝ=xºØ"
  b"üˆIÿ-´–qÿÁ\#•§®7"
  b"üãWŸÐ«b) x¥íZr\f÷"
  b"üç›x#{ÀÃ…·2RW\tG~"
  b"ü÷’Ú\x04Iùš±\x1C\x02\x00"
  b"²\x03\rø¼)òµ\x01çÙá║╔Ø‗"
  b"ý3™#½¥É\x00ÓìZÇ0\x04fz"
  b"²4ÈL┤c?ìý4├fs\x1A║╦"
  b"ýi\ršÌ•ˆZ|¹¼ðÍyfè"
  b"ý¤oô¿à\x17-«V\x0F5\x10c3ç"
  b"þ!règTcl/q*Æ¥V:\x06"
  b"þ/Wâ³¶°,\x03\x1Eð™ç•VI"
  b"þJ“IŸæÏn\x1C„éÈ—Y~å"
  b"þÁwVg‚zä\x1F½Áz‚,pe"
  b"þÕ\x05ÃRK®QMp\x07vÑ»·\x12"
  b"ÿ\x01\x12V"e€ëzwõGâòu#"
  b"ÿ\x1EåE\x02Ç@ǜٗ:ê\x12 ê"
  b"ÿ“\x00€Wy '\x05ÄD\x1Eݼ¸n"
  b"ÿ¡}1£c¦ÝC‰À3\x0F†å\x1A"
  b"ÿâ\x11=ˆ¤ÙÝàOO??\x07\x10("
  true
]
43 0.11 ms
SELECT `acris_snippets_product`.`id` FROM `acris_snippets_product` LEFT JOIN `acris_product_sales_channel` `acris_snippets_product.salesChannels.mapping` ON `acris_snippets_product`.`id` = `acris_snippets_product.salesChannels.mapping`.`product_snippet_id`  LEFT JOIN `sales_channel` `acris_snippets_product.salesChannels` ON `acris_snippets_product.salesChannels.mapping`.`sales_channel_id` = `acris_snippets_product.salesChannels`.`id`  WHERE ((`acris_snippets_product`.`assignment_active` = ? AND `acris_snippets_product.salesChannels`.`id` = ?)) GROUP BY `acris_snippets_product`.`id` ORDER BY LENGTH(`acris_snippets_product`.`priority`) DESC, MAX(`acris_snippets_product`.`priority`) DESC
Parameters:
[
  true
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
]
44 0.13 ms
SELECT `acris_snippets_product`.`id` as `acris_snippets_product.id`, `acris_snippets_product`.`assignment_active` as `acris_snippets_product.assignmentActive`, `acris_snippets_product`.`priority` as `acris_snippets_product.priority`, `acris_snippets_product`.`created_at` as `acris_snippets_product.createdAt`, `acris_snippets_product`.`updated_at` as `acris_snippets_product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`acris_snippets_product.productStreams.mapping`.`product_stream_id`) SEPARATOR '||')
                  FROM `acris_product_stream` `acris_snippets_product.productStreams.mapping`
                  WHERE `acris_snippets_product.productStreams.mapping`.`product_snippet_id` = `acris_snippets_product`.`id` ) as `acris_snippets_product.productStreams.id_mapping`, (SELECT GROUP_CONCAT(HEX(`acris_snippets_product.salesChannels.mapping`.`sales_channel_id`) SEPARATOR '||')
                  FROM `acris_product_sales_channel` `acris_snippets_product.salesChannels.mapping`
                  WHERE `acris_snippets_product.salesChannels.mapping`.`product_snippet_id` = `acris_snippets_product`.`id` ) as `acris_snippets_product.salesChannels.id_mapping`, `acris_snippets_product.translation.title`, COALESCE(`acris_snippets_product.translation.title`,`acris_snippets_product.translation.title`) as `acris_snippets_product.title`, `acris_snippets_product.translation.description`, COALESCE(`acris_snippets_product.translation.description`,`acris_snippets_product.translation.description`) as `acris_snippets_product.description`, `acris_snippets_product.translation.title_separator`, COALESCE(`acris_snippets_product.translation.title_separator`,`acris_snippets_product.translation.title_separator`) as `acris_snippets_product.title_separator`, `acris_snippets_product.translation.description_separator`, COALESCE(`acris_snippets_product.translation.description_separator`,`acris_snippets_product.translation.description_separator`) as `acris_snippets_product.description_separator`, `acris_snippets_product.translation.createdAt`, `acris_snippets_product.translation.updatedAt`, `acris_snippets_product.translation.acrisSnippetsProductId`, `acris_snippets_product.translation.languageId` FROM `acris_snippets_product` LEFT JOIN (SELECT `acris_snippets_product.translation`.acris_snippets_product_id, `acris_snippets_product.translation`.title as `acris_snippets_product.translation.title`, `acris_snippets_product.translation`.description as `acris_snippets_product.translation.description`, `acris_snippets_product.translation`.title_separator as `acris_snippets_product.translation.title_separator`, `acris_snippets_product.translation`.description_separator as `acris_snippets_product.translation.description_separator`, `acris_snippets_product.translation`.created_at as `acris_snippets_product.translation.createdAt`, `acris_snippets_product.translation`.updated_at as `acris_snippets_product.translation.updatedAt`, `acris_snippets_product.translation`.acris_snippets_product_id as `acris_snippets_product.translation.acrisSnippetsProductId`, `acris_snippets_product.translation`.language_id as `acris_snippets_product.translation.languageId` FROM `acris_snippets_product_translation` `acris_snippets_product.translation` WHERE `acris_snippets_product.translation`.language_id = ?) `acris_snippets_product.acris_snippets_product_translation` ON `acris_snippets_product.acris_snippets_product_translation`.`acris_snippets_product_id` = `acris_snippets_product`.`id` WHERE `acris_snippets_product`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ŠÛû.˜p\e°YØ—Á€$x"
]
45 0.11 ms
SELECT `product_stream`.`id` as `product_stream.id`, `product_stream`.`api_filter` as `product_stream.apiFilter`, `product_stream`.`invalid` as `product_stream.invalid`, `product_stream`.`created_at` as `product_stream.createdAt`, `product_stream`.`updated_at` as `product_stream.updatedAt`, `product_stream.translation.name`, COALESCE(`product_stream.translation.name`,`product_stream.translation.name`) as `product_stream.name`, `product_stream.translation.description`, COALESCE(`product_stream.translation.description`,`product_stream.translation.description`) as `product_stream.description`, `product_stream.translation.customFields`, COALESCE(`product_stream.translation.customFields`,`product_stream.translation.customFields`) as `product_stream.customFields`, `product_stream.translation.createdAt`, `product_stream.translation.updatedAt`, `product_stream.translation.productStreamId`, `product_stream.translation.languageId` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation`.product_stream_id, `product_stream.translation`.name as `product_stream.translation.name`, `product_stream.translation`.description as `product_stream.translation.description`, `product_stream.translation`.custom_fields as `product_stream.translation.customFields`, `product_stream.translation`.created_at as `product_stream.translation.createdAt`, `product_stream.translation`.updated_at as `product_stream.translation.updatedAt`, `product_stream.translation`.product_stream_id as `product_stream.translation.productStreamId`, `product_stream.translation`.language_id as `product_stream.translation.languageId` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation`.language_id = ?) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation`.`product_stream_id` = `product_stream`.`id` WHERE `product_stream`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹#\x08x§|pƒJÄÕÅ3\x1FÔ"
]
46 0.18 ms
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.translation.name`, 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Üâ—­"
]
47 0.29 ms
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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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` WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"JFûü£ñFZ'²\x10ô½þj³"
  true
]
48 10.39 ms
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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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` WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"JFûü£ñFZ'²\x10ô½þj³"
  true
]
49 0.22 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
]
50 0.14 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, COALESCE(`language.locale.translation.name`,`language.locale.translation.name`) as `language.locale.name`, `language.locale.translation.territory`, COALESCE(`language.locale.translation.territory`,`language.locale.translation.territory`) as `language.locale.territory`, `language.locale.translation.customFields`, COALESCE(`language.locale.translation.customFields`,`language.locale.translation.customFields`) as `language.locale.customFields`, `language.locale.translation.createdAt`, `language.locale.translation.updatedAt`, `language.locale.translation.localeId`, `language.locale.translation.languageId` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.locale_id, `language.locale.translation`.name as `language.locale.translation.name`, `language.locale.translation`.territory as `language.locale.translation.territory`, `language.locale.translation`.custom_fields as `language.locale.translation.customFields`, `language.locale.translation`.created_at as `language.locale.translation.createdAt`, `language.locale.translation`.updated_at as `language.locale.translation.updatedAt`, `language.locale.translation`.locale_id as `language.locale.translation.localeId`, `language.locale.translation`.language_id as `language.locale.translation.languageId` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.language_id = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
51 0.12 ms
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id`  WHERE (`country`.`shipping_available` = ? AND `country.salesChannels`.`id` = ?) GROUP BY `country`.`id`
Parameters:
[
  true
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
]
52 0.16 ms
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.addressFormat`, COALESCE(`country.translation.addressFormat`,`country.translation.addressFormat`) as `country.addressFormat`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.address_format as `country.translation.addressFormat`, `country.translation`.custom_fields as `country.translation.customFields`, `country.translation`.created_at as `country.translation.createdAt`, `country.translation`.updated_at as `country.translation.updatedAt`, `country.translation`.country_id as `country.translation.countryId`, `country.translation`.language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation`.language_id = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰NÒâq囩±â4Rú¤"
  b"\x01ëNÊ├®s󪶽┤═\x7F"
  b"\x01ëNÊ├Óp<½¦_VìB\x02V"
  b"\x01ëNÊ├ßq\x07½ËÃÉ▀ù,ƒ"
  b"\x01‰NÒÃâp¹†lŠ\x1D\x1AŽÍc"
  b"\x01‰NÒÃãpÓ¿QS6\x07ðï½"
  b"\x01‰NÒÃãpÓ¿QS6\x08d'5"
  b"\x01ëNÊ├õp»øE©}ü\x16Þe"
  b"\x01ëNÊ├õp»øE©}üEÀÑ"
  b"\x01ëNÊ├õp»øE©}üÅ_W"
  b"\x01‰NÒÃårÕ´³\x18/DB {"
  b"\x01‰NÒÃårÕ´³\x18/Dt\x1Fê"
  b"\x01‰NÒÃòqÿ‹Ü…–Ó|¼\x08"
  b"\x01‰NÒÃóq··Ë,\x00ÂíbW"
  b"\x01‰NÒÃóq··Ë,\x00Ä\x06"
  b"\x01‰NÒÃôr¶¬Û|Qixa\x19"
  b"\x01‰NÒÃôr¶¬Û|Qjs5E"
  b"""
    \x01‰NÒÃösw•\n
    ;\x01@\x10\x05%
    """
  b"""
    \x01‰NÒÃösw•\n
    ;\x01@–ÎÏ
    """
  b"""
    \x01‰NÒÃösw•\n
    ;\x01@¬÷Y
    """
  b"\x01‰NÒÃ÷s뱊­\x04ãø,A"
  b"\x01ëNÊãÓqSüê(zÆ<n█"
  b"\x01‰NÒÆâpH–×%óáÎ\x1Dp"
  b"\x01‰NÒÆâpH–×%óâÇ-N"
  b"\x01‰NÒÆãsÖ¾zމ’O²\x1A"
  b"\x01‰NÒÆäslŸ\x1E®M¡eS)"
]
53 8.26 ms
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
54 0.57 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.plugin`.`id` as `payment_method.plugin.id`, `payment_method.plugin`.`base_class` as `payment_method.plugin.baseClass`, `payment_method.plugin`.`name` as `payment_method.plugin.name`, `payment_method.plugin`.`composer_name` as `payment_method.plugin.composerName`, `payment_method.plugin`.`autoload` as `payment_method.plugin.autoload`, `payment_method.plugin`.`active` as `payment_method.plugin.active`, `payment_method.plugin`.`managed_by_composer` as `payment_method.plugin.managedByComposer`, `payment_method.plugin`.`path` as `payment_method.plugin.path`, `payment_method.plugin`.`author` as `payment_method.plugin.author`, `payment_method.plugin`.`copyright` as `payment_method.plugin.copyright`, `payment_method.plugin`.`license` as `payment_method.plugin.license`, `payment_method.plugin`.`version` as `payment_method.plugin.version`, `payment_method.plugin`.`upgrade_version` as `payment_method.plugin.upgradeVersion`, `payment_method.plugin`.`installed_at` as `payment_method.plugin.installedAt`, `payment_method.plugin`.`upgraded_at` as `payment_method.plugin.upgradedAt`, `payment_method.plugin`.`icon` as `payment_method.plugin.iconRaw`, `payment_method.plugin`.`created_at` as `payment_method.plugin.createdAt`, `payment_method.plugin`.`updated_at` as `payment_method.plugin.updatedAt`, `payment_method.plugin.translation.label`, COALESCE(`payment_method.plugin.translation.label`,`payment_method.plugin.translation.label`) as `payment_method.plugin.label`, `payment_method.plugin.translation.description`, COALESCE(`payment_method.plugin.translation.description`,`payment_method.plugin.translation.description`) as `payment_method.plugin.description`, `payment_method.plugin.translation.manufacturerLink`, COALESCE(`payment_method.plugin.translation.manufacturerLink`,`payment_method.plugin.translation.manufacturerLink`) as `payment_method.plugin.manufacturerLink`, `payment_method.plugin.translation.supportLink`, COALESCE(`payment_method.plugin.translation.supportLink`,`payment_method.plugin.translation.supportLink`) as `payment_method.plugin.supportLink`, `payment_method.plugin.translation.customFields`, COALESCE(`payment_method.plugin.translation.customFields`,`payment_method.plugin.translation.customFields`) as `payment_method.plugin.customFields`, `payment_method.plugin.translation.createdAt`, `payment_method.plugin.translation.updatedAt`, `payment_method.plugin.translation.pluginId`, `payment_method.plugin.translation.languageId`, `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` LEFT JOIN `plugin` `payment_method.plugin` ON `payment_method`.`plugin_id` = `payment_method.plugin`.`id` LEFT JOIN (SELECT `payment_method.plugin.translation`.plugin_id, `payment_method.plugin.translation`.label as `payment_method.plugin.translation.label`, `payment_method.plugin.translation`.description as `payment_method.plugin.translation.description`, `payment_method.plugin.translation`.manufacturer_link as `payment_method.plugin.translation.manufacturerLink`, `payment_method.plugin.translation`.support_link as `payment_method.plugin.translation.supportLink`, `payment_method.plugin.translation`.custom_fields as `payment_method.plugin.translation.customFields`, `payment_method.plugin.translation`.created_at as `payment_method.plugin.translation.createdAt`, `payment_method.plugin.translation`.updated_at as `payment_method.plugin.translation.updatedAt`, `payment_method.plugin.translation`.plugin_id as `payment_method.plugin.translation.pluginId`, `payment_method.plugin.translation`.language_id as `payment_method.plugin.translation.languageId` FROM `plugin_translation` `payment_method.plugin.translation` WHERE `payment_method.plugin.translation`.language_id = ?) `payment_method.plugin.plugin_translation` ON `payment_method.plugin.plugin_translation`.`plugin_id` = `payment_method.plugin`.`id` WHERE (`payment_method`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
]
55 4.91 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:
[
  "/detail/4a46fbfca3f1465a27b210f4bdfe6ab3"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
]
56 9.66 ms
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`config` as `product_media.media.config`, `product_media.media`.`path` as `product_media.media.path`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, COALESCE(`product_media.media.translation.title`,`product_media.media.translation.title`) as `product_media.media.title`, `product_media.media.translation.alt`, COALESCE(`product_media.media.translation.alt`,`product_media.media.translation.alt`) as `product_media.media.alt`, `product_media.media.translation.customFields`, COALESCE(`product_media.media.translation.customFields`,`product_media.media.translation.customFields`) as `product_media.media.customFields`, `product_media.media.translation.createdAt`, `product_media.media.translation.updatedAt`, `product_media.media.translation.mediaId`, `product_media.media.translation.languageId`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.media_id, `product_media.media.translation`.title as `product_media.media.translation.title`, `product_media.media.translation`.alt as `product_media.media.translation.alt`, `product_media.media.translation`.custom_fields as `product_media.media.translation.customFields`, `product_media.media.translation`.created_at as `product_media.media.translation.createdAt`, `product_media.media.translation`.updated_at as `product_media.media.translation.updatedAt`, `product_media.media.translation`.media_id as `product_media.media.translation.mediaId`, `product_media.media.translation`.language_id as `product_media.media.translation.languageId` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.language_id = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND (`product_media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"8MÚ4‗OZàÔƒ®oûü╔q"
]
57 1.01 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`.`product_assignment_type` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "product_stream"
]
58 3.66 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"ì^ò\x7F)xôH{┘Å¿0·d\x13"
]
59 6.20 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"ŸÃ×\x15+©3jg\x0E6Ðíy¼C"
]
60 0.70 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"(Ý,yUÎ’dV$\v\x10\vÞ"
]
61 2.69 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"\x01‰NÒÄ\x00p\tœò]YòÑ©ž"
]
62 0.45 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
63 0.23 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:
[]
64 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:
[]
65 0.77 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ÄÉ"
]
66 0.13 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
67 0.13 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
68 0.18 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
69 0.59 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.detail.page"
]
70 0.39 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"1ýOf\,L\x0EÉ\x16mo╚▄êÑ"
  "frontend.detail.page"
]
71 0.82 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"B›>Ÿ±N@P¸è ˜3C^H"
  "frontend.detail.page"
]
72 0.37 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"F\x191O®\x14B”œô{\x1Aj·£·"
  "frontend.detail.page"
]
73 1.04 ms
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`.`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`, `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 (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`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"JFûü£ñFZ'²\x10ô½þj³"
]
74 8.89 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"ì^ò\x7F)xôH{┘Å¿0·d\x13"
]
75 0.19 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"JFûü£ñFZ'²\x10ô½þj³"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
76 5.51 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:
[]
77 0.21 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
78 12.79 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É▒ú§ÒäÒ+"
]
79 9.45 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[Ø╦"
]
80 2.12 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"(Ý,yUÎ’dV$\v\x10\vÞ"
]
81 0.68 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:
[
  "/detail/4a46fbfca3f1465a27b210f4bdfe6ab3"
  "/navigation/df41b8ba15674e349cacdfff2f86650c"
  "/navigation/018b227d792f7f719cdcbe4a61f4cdf8"
  "/navigation/10026ccddbed4da3b2057bf7aac9f4a5"
  "/navigation/f79fd420473142efbbd7c3bc4aa2f070"
  "/navigation/fc490ca45c00b1249bbe3554a4fdf6fb"
  "/navigation/33e75ff09dd601bbe69f351039152189"
  "/navigation/28dd2c7955ce926456240b2ff0100bde"
  "/navigation/f033ab37c30201f73f142449d037028d"
  "/navigation/3295c76acbf4caaed33c36b1b5fc2cb1"
  "/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/fbd7939d674997cdb4692d34de8633c4"
  "/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/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/b83aac23b9528732c23cc7352950e880"
  "/navigation/d947bf06a885db0d477d707121934ff8"
  "/navigation/63923f49e5241343aa7acb6a06a751e7"
  "/navigation/0f49c89d1e7298bb9930789c8ed59d48"
  "/navigation/16a5cdae362b8d27a1d8f8c7b78b4330"
  "/navigation/a01a0380ca3c61428c26a231f0e49a09"
  "/navigation/d395771085aab05244a4fb8fd91bf4ee"
  "/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"
  "/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Üâ—­"
]
82 1.92 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"\x01—^óŒÅs4Œp­)õ\x03¼Õ"
  b"\x01Ø\v\x19Ôa}HóJÆ╩ÿ£mÊ"
  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.