Query Metrics
82
Database Queries
57
Different statements
200.93 ms
Query time
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.11 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 | 5.17 ms |
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
|
||||||||||||||||||||||||||||||
| 3 | 0.12 ms |
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags FROM custom_entity LEFT JOIN app ON app.id = custom_entity.app_id WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
|
||||||||||||||||||||||||||||||
| 4 | 0.18 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.14 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Üâ—" "Fahrrad-Werkzeug-fuer-Lenker-Pedale/W1" "Fahrrad-Werkzeug-fuer-Lenker-Pedale/W1/" ] |
||||||||||||||||||||||||||||||
| 6 | 0.10 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:
[ "/Fahrrad-Werkzeug-fuer-Lenker-Pedale/W1" "https://stage-sw6.radwelt-shop.de/Fahrrad-Werkzeug-fuer-Lenker-Pedale/W1" "stage-sw6.radwelt-shop.de/Fahrrad-Werkzeug-fuer-Lenker-Pedale/W1" 1 "regex" "/Fahrrad-Werkzeug-fuer-Lenker-Pedale/W1" "https://stage-sw6.radwelt-shop.de/Fahrrad-Werkzeug-fuer-Lenker-Pedale/W1" "stage-sw6.radwelt-shop.de/Fahrrad-Werkzeug-fuer-Lenker-Pedale/W1" "regex" "/Fahrrad-Werkzeug-fuer-Lenker-Pedale/W1" "https://stage-sw6.radwelt-shop.de/Fahrrad-Werkzeug-fuer-Lenker-Pedale/W1" "stage-sw6.radwelt-shop.de/Fahrrad-Werkzeug-fuer-Lenker-Pedale/W1" ]
|
||||||||||||||||||||||||||||||
| 7 | 1.06 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 | 1.53 ms |
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[ b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—" "Zb88OLg11ziZnCPwO4UCN5Wke3s5vpeW" ] |
||||||||||||||||||||||||||||||
| 9 | 0.54 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:
[
"Zb88OLg11ziZnCPwO4UCN5Wke3s5vpeW"
]
|
||||||||||||||||||||||||||||||
| 10 | 1.01 ms |
#cart-persister::load SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
"Zb88OLg11ziZnCPwO4UCN5Wke3s5vpeW"
]
|
||||||||||||||||||||||||||||||
| 11 | 0.13 ms |
# app-scripts::refresh::search-ids SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
true
]
|
||||||||||||||||||||||||||||||
| 12 | 0.18 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.09 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.40 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.13 ms |
# app-scripts::refresh::search-ids SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
true
]
|
||||||||||||||||||||||||||||||
| 16 | 0.26 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.09 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 | 0.18 ms |
SELECT module.module, module.response FROM wbm_data_layer_modules module
Parameters:
[] |
||||||||||||||||||||||||||||||
| 19 | 0.28 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 | 7.33 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"£å:\x18wí\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\x0Eh´\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+\x06t£\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"Ø\x08E»\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░║#¨,Å·îé\x12s¨" 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ó]@¤é63]b¼²" b""" _QfÁñ7WÇ.\n ¶\x05ÊC p """ b"ÄÊB8 ¹#‚\rÌPšou„›" b"Âø\vÑ\x13¨‚žén·E|dI;" b"J¤\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\x0EW«\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\x031Ý" b"\x17ÙÏò¬¡KVQþlq\x19Kî" 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"\fE©\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\x119ü" ] |
||||||||||||||||||||||||||||||
| 21 | 0.21 ms |
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[] |
||||||||||||||||||||||||||||||
| 22 | 2.05 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.68 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.13 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 | 2.77 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 | 3.74 ms |
# app-scripts::refresh::search-ids SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
true
]
|
||||||||||||||||||||||||||||||
| 27 | 0.19 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.10 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.35 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.41 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 | 2.28 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.69 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.13 ms |
SELECT `version` FROM `plugin` WHERE `base_class` = ? LIMIT 1
Parameters:
[
"Klaviyo\Integration\klavi_overd"
]
|
||||||||||||||||||||||||||||||
| 34 | 13.45 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 | 0.27 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Þ" ] |
||||||||||||||||||||||||||||||
| 36 | 6.74 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òÑ©ž" ] |
||||||||||||||||||||||||||||||
| 37 | 10.61 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"üƒFÕ,%v:U╠d$"dC\x17" ] |
||||||||||||||||||||||||||||||
| 38 | 0.41 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.91 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 | 1.18 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"\x1E™D߬\x1E¬z`-eb\vI*H" b"\x1E™D߬\x1E¬z`-eb\vI*H" 1 ] |
||||||||||||||||||||||||||||||
| 41 | 2.38 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"\x1E™D߬\x1E¬z`-eb\vI*H" b"\x1E™D߬\x1E¬z`-eb\vI*H" ] |
||||||||||||||||||||||||||||||
| 42 | 1.00 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‡Ì\x13\x0FAHÔðdZ¿‡šz" b"\x00·\t\x05-\x14pTNö¢‰eò\x16\x06" b"\x00ÄÍ\x1A\x0E\x05,¬Õ4\x031ö»iÏ" b"\x00Ï:Ü\x18ñ§ËYwù±üâ…C" b"\x01\x00dÔ\x1AÅžy\x1E/eu=r†·" b"\x013mŒ€Z†`‚\x12-)x\e+ª" b"\x01;÷\x0FC\Cz³Fæ'¢k!" 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‹Q›âÃ\x14\x15+7\x19ôzl•ü" b"\x01ïýÉ\e¶tÛØ¨Sq\r┴\n" b"\x01Œ9§n'}ùª$_å\x02ìŃ" b"\x01¿îé`—:üᇫ\x14G±ÝM" b"\x01ßÊ«ÏÆ╚\x06þrжQËÉ;" b"\x01ã\x19àÑ“,Ìs‹ãËß¼½$" b"\x02]Eq\x1Cì‘aÃUÈšL" b"\x02üó?Ýõ÷░ÉC$*éÊ▀9" b"\x02„-Kðµº\x0F–=¶º‚ûyq" b"\x02Ô·i\r\x06ÛöSP¸Éàí‗3" b"\x02¯\e8ãRMnsÅãk*\x14\x18i" b"\x02ô\vÙl\r\x14=,8¥\x0EÍ\x13Û\e" b"\x03\tÃzùÎ}´ïþ¢ˆh>å4" b"\x03%Õ+£;Ѳ|b9─\x01·Eü" b"\x03>x:Â-£y3┴üÙw\x1EG\x19" b"\x03KTÁ«7\x12Ð\x15‚]ÞiCåÕ" b"\x03UÈ^6M\vï§ÆÏÎF<\x14!" b""" \x03|b¤ð\x08öý`\n -Ò¿\rï" """ b"\x03ë║Ý\x07¥\x1C▒■P¢Ù┴Å>'" b"\x03ÜÝ3Åß…ÙÚM¾!ˆÎÞ(" b"\x03êjƒŸ\x11ÛN`§C„)\¤\x08" b""" \x04\n ÷óüÂ\x0Eñ„ÉüÙ\x1EBÆH """ b"\x04&{\r“D$Ð/Ì4Fe3ìx" b""" \x04K\n Áùò\x02\x08;¯TÝ«=¥/ """ b"\x04î9‗¥▒õGجWǾV¸\x16" b"\x04¬Zñ│╬Å\x13┴"oÎN0;Ú" b"\x04╣Qyh\x19±sÇìpÚí¹Uð" b"\x05\x06\x13\x07Æ2]²è—°.8&vê" b"\x05\x07▒3Q╣¦S▀VüÿYÓį" b"\x05\x1Aü·hmõÈ_ò‗û\x1A¹─" b"\x05!ÇuÉÓqD‗¼¯»+Ö«v" b"\x05Qè‘\x00zê2FšâMÈ—Gt" b"\x05²I¨òø\x1DÝ8’_¥×ÓâS" b"\x05á5.»•\fðÁD\¡\x18y–°" b"\x05êL9A÷ŸÆêmI„¾ä3ý" b"\x06"\x11C¾)tÀзғÐnsA" b"\x06()@ñž²4ÄtYF]…ã™" b"\x06[û6\ëˆ#¨©UNÚG\x11ë" b"\x06h2@X\x1D\x1D¢\f~‰\x1C±¤Ýl" b"\x06{H{öµ\x03£¡£ð£‹F\x1F|" b"\x06‘ä.**ªP\x18JáP¸\x05âd" b"\x07(Å£\x03^þ\x12Nå´üÌ▓Áö" b"\x07Agx+%\x186ÿ\x0F8ƒ°Ÿ%•" b"\x07o\x0F£JJ\\fÛ\x19íÌ)È\x15û" b"\x07ç \x1CRØñ_[=E¸┼»P╗" b"\x07§÷L'âC9c›¢\x118àö\t" b"\x07°¢,ôïÅNÞH\r«ólZ\f" b"\x08\x07ʡȥV‗»"▀ÉÖÛ+" b""" \x08\x15:N4„\n b½9 µÚغ¹ """ b"\x08Q~Ág7\x04\yRZ&¦ßu”" b"\x08VÝ›i j\x16Ð\x07®å\x1Dž”\x06" b"\x08p’°¹\x00¿Y\x13”\x7FD\x10ÛÑ" b"\x08yѪ>w\x16@¼>ÈÆ}û\x13L" b"\x08·K\x15櫉=\Q=Ѷ‚:‰" b"\x08Àá\x04Ø▒Å«Ô╠/9ØÚ\x10ø" b""" \x08ÈÇ)r-K1F\n \x15ð“Î@º """ b"\x08Ћ|4\x01QHnÁ/L\x18\x18[Á" b"\x08ÛjZ,åIç³Húñgø‡" b""" \t\n lE»Lwù\x01ÏD¥¥¢¾L """ b"\t\x16k\x12í˜éÀò>üçô‘ªK" b""" \t'yí@\v·\x02s³\n Z7 üê """ b"\tUr\x00JY\x08Ö|©\âä|Å1" b"\t’XN\x06{S"ïª\x04n¦my}" b"\tòõ╠▓▀½^║f{ÉÙ;äW" b"\tØ▒_\x12þÅA\1MÈ\x04\x04:÷" b"\tÛÚÊy¨%S’’\x19\x19À4\x04Ô" b"\tÙɶzå¯Mô®i╩wû|W" b""" \n ^íƒ\x18ô\x13Ic1dGAO’q """ b""" \n b[/0®)ºêb“®øG*n """ b""" \n h\x1CßMâÓ\x15§\ªÁEcó """ b""" \n ‰mñÒ‘Z\x10ÜS\tgÔ:wç """ b""" \n žÅïJIÖþ¶I\x18Ð@ø\x12 """ b""" \n ¹ô¸ˆ\tuõ²)mÕ\fãó¨ """ b""" \n ╦\n ¸É¸┘ µ´Ý#:ÓÅ« """ b"\v#•\ry×¥5È<Ù\x1F-¡×«" b"\v,€ÃRì;ÝÊž„Gš<,Ä" b"\vŒÁ\x0F>8nl\x07a\t<þï\rÃ" b"\vÓ½jÿ z\x15F“¬Ð0Ì\x7FG" b"\vöú€Ø2\x14âh\x08 s\vú¬N" b"\f1z\x19\x07MZËä…›Ãp\x7Fàš" b"\fJøVæ\x06\x0E×pü{ï▒$8" b"\füoáÉ\x13b¤íàr\x13\x16╗\x02V" b"\f¿\x14\fêÂ9OØñ@d‡\x1Fðó" b"\fçÄÛ=udŠvF;ƒBjh–" b"\fù–´ÞÍÍÊå\x0E\x0Fðº¦J™" b"\fþ)\ËÝ9¬eàŒ—L\x7FÝ" b"\fÿß³‹\x1Aò¯\x17ŠIªN–¢£" b"\r\x11╠'3#Å/¥k\x1Ci\x18÷{╝" b"\r\x1C˜žSÃ\x03¢„<*\x0F¼m®µ" b"\r(Ï΄vð3#\x10ÁÌ´ÅlÑ" b"\r)V"║╠Øç\x14ı>‗┼E\x11╠" b""" \rh#×oðNßî\x7F€Û\n ²\x13ñ """ b"\rnZ\fð–ŸQÅñëÓє֤" b"\r÷yËò+╚Å\x08W\x1EývÛã"" b"\x0EAT'ŽÏ\f\x13°² Ô5¹h\x16" b""" \x0E›Öl=Û’\n Ë1™\x14¥ò¦j """ b"\x0EÙÔ\x10—\tCø\x0EjÄ·u›ìe" b"\x0Eèõ¼¿\x15\x02å¡éégÜ" 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\x06┤çü_)Pw\x08╝jÄ]þ½" b"\x0F]§ÍÉðF ¸YCÍ\x15t>." b"\x0F•Á\x01éEãbËauŸ>ê¨ï" b"\x0F K“«°'Ð[¾Í^\x10ZÒ4" b"\x0FÔÅ\x04@êé\v\x04÷ÕÜ\x023\x07Q" b"\x10[u$Rp\x11¤mT\x11¬Ž^+Ö" b"\x10»Ó\x03\rmìFÎÿ4\x1A┬┘ùâ" b"\x10°Ýa\x0E¹S£˜û¡ (dPÑ" b"\x10Äž:·¯ñA·Œî‰?‘\Â" b"\x10ã\x11\x11½½¬@´A│«j¯ü^" b"\x10Ïx\x19˜F& /\x13\x07v|Î^" b"\x10è]·±êÄOÐ_\x0FjCC\x176" b"\x11\x13¯\x13ÉϽs¹\h²Ná’" b""" \x111\vå\n ö4óëÙ]µ·7@× """ b"\x117´d\tØ·k\x03ŽgV6̳}" b"\x119ã[Ø~\x1DnD\x14kë¾Y†Ï" b"\x11Ž2Kæ\x02–LÅ?&Úƒ¢~u" b"\x11ÚU8\x0EıØ{╠¬J¢┬ܱ┐" b"\x12\x07ƒüf¤ÌD\x04{¦¾À|2\x01" b"\x12\x1E\x14\x7FdØ©.VDf%“½C%" b"\x12kj:\x1D*uªø“̶' ;‘" b"\x12‚\x1CHa„ð¯ëõ\x1Fˆ1»â" b"\x12ƒs"þÅ\x14£Ý▄gç\x1EêI¦" b"\x12§<÷;qp\x10\x04Q¦µfpq\x00" b""" \x12¨\n áù)Ï}ÝœñEÕ\x1FhT """ b"\x12°\x19Ì•\x00ĵÜÄF,UÅV" b"\x12À\x15qÇq# Ãaö#\x11\x0E8ê" b"\x12├ØÿoRÉYj@e\x06Ýf5Ø" b"\x12׌èŽÁíÞ¤8|0w^?ý" b"\x12█År¢╬\x16é\x18éÃÃ\r'╦ç" b"\x13\x02ÕŸ&‚3Y\x06P(Ib’Èá" b"\x13)"▀W\x15×vÏ`¥²ì`V\x0F" b"\x133%A\x1F-»üi┐Ø║cÇwÌ" b"\x135˜šGïø¿jŠ8if y)" b"\x13C\x18\x02ê2\x15~<± ÚÓŽCŽ" b"\x13L-÷>t~╠\f¹É‗mÍ#\x01" b"\x13ä«Nœ…\x12jÀ×®˜\x1F3ÒF" b""" \x14\x1E\x01óo2\n '\x05µ€·;ly© """ b"\x14}[A6ÀH\x05\x13Ä9)$RÄü" b"\x14´Š—Kµ{ú®}q¥´¾Ü†" b"\x14êC¨îŒ5^«D¡–è\x01ß^" b"\x15\x1AP}tÕº©\x15\x15kÿ´×\x03W" b"\x156¤i(ÝÕö´áô=`ÓDä" b"\x15P޹LöÇ{Ðòòô$"j§" b"\x15q|°RñØ÷\x04Je#┘\x15\x00à" b"\x15íg†\x17‡aH$X”n㎷)" b"\x15ôé²°é¤qäý¯°6x8x" b"\x15ù“’ç7y¤gá\x14\vïl\x04Æ" b"\x16(7ö€'°[\x17Úì[ÓJ£U" b"\x16B·\žžÐq&\x00¶Oo?‰" b"\x16Ha—Uš@¢Æƒ:aþú\x13K" b"\x16Oìôv\x08 \r‗!е\x1A\x05´" b"\x16uOó\x1DÕ\x06(£¨ªcsð U" b"\x16y_4\x1A\x17å˜RÒò2F"‰Þ" b"\x16²9/ËaîCÃN4žêõU." b"\x16ã¿ør\x17v-ì2þ.\x1Cn\x175" b"\x16ó\t)h¾äÙµp]»ÿb¦!" b"\x17\tH¿õwI\x1ES©°Š½Í8\x12" b"\x17<wŒ¬â\x0E\x15\\x7F¤‘1§Ð€" b"\x17N\x1F[6\x15Y╝\tyü0Yÿù¬" b"\x17Õ\x1E½¬\x01Z¾Œ‚ÏUiÒ.y" b"\x17ün\f\x1Abop<<ø\x1Fƒy{¶" b"\x18\x16³FÞð¾Ã\x0EüGQüRÝõ" b"\x18\eÉþ!\x0EÀÒeHÀÍ<Í2Ž" b"\x181N€[ØP’ŠGhï‰Á\x1C " b"\x18:xX¸âu‹ÿò÷|\x00šc=" b""" \x18mä\x1EßL\x07¹\n \x1D\x18Ç]–Ñd """ b"\x18{É\x0E«?¿eSøµ\x1CÇJZ$" b"\x18‰¤1õîêb@\x18®^ÊÅp&" b"\x18’–W†‡H\eÒ\eÒgD±´Â" b"\x18Ä3ÙÅ*\x02ùH$UËâi;Í" b"\x18Èæ2ºI,¸Ò䎩\r÷ë\t" b"\x18Ùë\x08];ß:-ÔvÉÒ_$o" b"\x19\x19W¯7,H—\x1FÉUD&¡\x07" b""" \x19/‹u\x03=ô\n °\x08dÄ´ÇÑ+ """ b"\x19F\x12TƒGß¿c8ïrL…K" b"\x19F┴▄å¥Ýd]V¬Øñý¶´" b"\x19Å<ð®\tj ‗(ıüê▓°}" b"\x19Å×…þ•Û\x12+¡ibø\·Æ" b"\x1A\x01É\x7Ff¤\x17é¬─ì±}oz;" b"\x1A,ôn╬<\x08Cbi:░│├ÅM" b"\x1Ac\x15žÄ\x04äHý\x11eµrÅ\r\x0F" b"\x1AdI</P\x050ìEåŸ s\r@" b"\x1A\x7FúæÇݪdlt\x02ÿ}*tš" b"\x1A \x1Fh\v\x14(–cüŠeó\x08Øc" b"\x1A «aU_nAL@\x18ª\x17\x02,ò" b"\x1A▒ä`─<u\x0F\x174¢ó ┌"Ø" b"\x1Añä\x1Dv“>GÍÇ'y‰AdB" b"\e(¡Àà"%‰ä\Ä\x101kÃŒ" b"\e‰O0·Å\x003^Cõ\x17óèF&" b""" \ež‘Ò_ü9É\n ÜQ‡Í”n """ b"\e¦KÈ\x1F½vŠAÄ‹`Í‹B}" b"\e¡v\Ð\x153O\x1C§╚ª]´êü" b"\x1C\x00õÁ³…ûíZ™N\x0F¾M‚Ï" b"\x1CWÄ{Âu´ó)oö•\x17Êgƒ" b"\x1C}¤µ\x15‰l_Ü\x05}[\x04Š\x1C\x14" b"\x1CûX1\eIh}Å7ø<\x0FShÙ" b"\x1Cı騮êxJ¹J¡RíÎæ╔" b"\x1CúL$`ûY¹ñ\x04‰ñŸ\x13\x1Dä" b"\x1D#?W6&Úð\x15=Oi\x1FIoÏ" b"\x1DZTD\x15g5.¸å·ì•AoL" b"\x1D_Áõ´–´j¥Ì\x1E¡ÃU¯Ê" b"\x1DtzÉ£'Ü5±'ð\x1E┴*╠´" b"\x1Dìòqý╠┬\rÝ\x18 ÒãÑÐ┐" b"\x1Dؤ;óm;s±¡\x194jÉ\x10á" b"\x1DáÃc|9¿üçt<\x11³8"\x7F" b"\x1D¼\x1AVÊ╦bü-VÏ\f£Ô'X" b"\x1D×2¿™¥#˜•ù Qýú\x03a" b"\x1DåØQ\x12躊Y;fb_beü" b"\x1Dñ\rç¾VÅ\x14DãÏ‘Š÷Ž®" b"\x1DôîËS¹ûDäþïºç\x03tÊ" b"\x1E\x01|<¼\x01«\x14v\x13S»!èÊ" b"\x1EPŠ¡¾™Â5Ç\rD\x05 œD " b"\x1Ed¹s\x0Fa¨%©ümøó^õë" b"\x1Er%½É3Eä\x12’\x0Fô˜\x1C\x06Ã" b"\x1EwT°u´ÕŸÏ\x0F6\x12\v{¢a" b"\x1E‡”O”<?IÑ\x06…\x07\x1CnW" b"\x1E”\x7F\x1FÊʶ‡,ØìêßQ@\n" b"\x1E™°\x18Ù}[½á‹3TŠ\r#P" b""" \x1E¡\x12Ø\n âOë;ïL=%j\x1C_ """ b"\x1E│xçK*&%\rkı╝É$│Ù" b"\x1E¶S\x12'g&Ó˜¹/<Xþ¬ç" b"\x1EÎ%pA€[ç6@ø,í+=]" b""" \x1F ÷´\n \x05S‡ÊqY¥ùá1Ì """ b"\x1Fê¹‗ÐùÅïU\tw┤=▓ÔÞ" b"\x1Fæ8╚▒Â3«Â3ØÁ\x05±<\x14" b"\x1F‘È´ëxsGÓÕUÂ\x18R¹"" b"\x1F¥øNÚ\x01\x05Ê\x00š\n¶vój»" b"\x1FÇL‰\x13Üå£Ãó\x13‹9±Æ" b"\x1FËùä\x0F$Yã¡Ò\x19ì!\t\x12░" b"\x1FÖ\x12\x19_õ\x05sW§£>1I.ë" b"\x1Føg\fQG°ÏÅû‚ó\’Å\x03" b" 1oŠí”9ƒ@é!ž\x7Fî†\r" b" 5Ú3┴\x16Ø╗┐ò÷┌"x┼ı" b" EàÜBšU\x02êÞWZ*\x1AÆÆ" b" Ø,è7T¿õ7̲\x00þãg¡" b" ÒùrÌ\x01Âa`$ÆU\x13\x05}»" b""" !!T\x04Ú–4/\n }bÀ¬{'€ """ b"!?uö´\,ü┴ÿÏé╦V\x14¤" b"!“n|\x1EÉy«{²\x1DÊñõâ«" b"!ªÒCWbšß8å\x17´Öc\x10\x11" b"!Ê×JÉ=þ▄Á\x10┼ÚZ¥\x04û" b""\x1CÅ\x1FbãµõÄ\x01À°\x12ˆÈÛ" b""vÎ75g\x08\x1Eî WãÓsØS" b""¡¨\x11@\x00×\x1E‘ù•»\x04ÓË3" b""½Ž„>r(aÃô\x0EÇ âÛo" b""┴a5├\x02Ö╦ØXgá¦\f─Z" b""ÚýÖ\x08@ÊÞDh‹Ð”bsÍ" b""ñ(\x07ÑNq_\x05m\x16\x07\x1CäÑR" b""" #\n ╗%\x1F▄©æâë╬ìë\x7F5» """ b"#{ü'j*\x05I1ˆÑ\x00x†N„" b"#|å\x1F\x10\x1F\tT’šA6ÆÑ$Š" b"#ˆËW&eÜ—6y\t\vÀÊ‚†" b"#šCàÃŽK»œç%bŒð#‘" b"#ßÅ\\x15ا_ò┬»@¶\x08I" b"$–Kä3½L„SpYô6Cìø" b""" $ÃžÄ \n Q×;rÒ»ÙúI7 """ b"$î\x7FE tšºF¦ÿeg¥Ú©" b"%}±F0Ó¬ÕtÌÇ\tÓßc¬" b"%³…\x19ëYäkåÁ\x1Fy€\fšÝ" b"&\x02£è\tü9▀JTêϵ├EV" b""" &\n &<Q\f3\x16P¸ˆD©r·ú """ b"&,KÉ¿e╣ô£┬º®èh3" b"&4Qo± ¦å3.Šåÿ“öU" b"&LŠŒùiƪš¼HJ\x16ð€D" b"&ËÿÕ§Ø░ðJÆfì¢yhv" b"&ñ\x01\x1AÖ„Ù£¤Ë-Mlþ…\x1A" b"'\x03}G(³õ96§¸Ù\x00]ü‹" b"'#jnSË\x00ߊBæÂG+Ȩ" b""" '#¬\n ý<Õ\x14äÛìX\x1EƼ\v """ b"'…Î\f\rÍtÖe˜£»T¥û<" b"'‘µÓ¤ïk÷¾êÞýˆ•\x12\r" b"'éŠ~ºÿLå|.dìx¥È´" b"'ò6—ÇK\x06\x1C†ÀÂiçüzg" b"(HX—Ùc0³¬ß\e\x1Fd«ua" b"(õ\v5ð‰¾”âÑ+\x14çÍv " b"(÷ØÏ¹\er\x0EûËfY{U┤f" b")0eÉ9ˆ)?OŸ»Ø\x00›Tû" b")Bô;½å¾…(Ìa+÷û[N" b""" )Kjû£\x08eò9µê\fú\n Ÿó """ b")ùFM8ëHÔÅöÎ\x04´\x1A0├" b")Ê=ìäÒ·-\x03B®Œ«\x11ãQ" b"*\x0F1\f\x15þÄ\x10¬4\x02°ì┐u\x05" b"*Gu•èÚ(-\fÏÃ^\x1D3ø¤" b"*€K\x15-N.ª/_4¡Ä[$R" b"*¥ëÿïæD═¥║\¢Ø╝&1" b"*÷\x1Dn‚†—|s\x7Ftù·šê\x07" b"+\x1D¶1Ý\x02ˆjù w?½&ÇÑ" b"+¼õ¼qWäFo\x0F6L‹q\x1Cì" b"+ÍÒ\x07M(\rk_Ï"yáEœ«" b"+ås§ÕlõÅŽ_²æåb»l" b"+òÆÑ\x04ÚOË\x18Ùæ\x10\x08¾ì;" b",j\x1D╩ìÎЧé[╚\x03\\x180N" b",v\x1C\x7FÏþ¸\tû\x00×hÖÁ‰ò" b",×ì\x11=_±ã äu-}Ð‗ÿ" b",·ÿB¿O\x06]@F\x00§Ž„$w" b",ôÌh@\x1F!ÚÎô8Ha5\x17\x7F" b"-"¿\x02ì1UäÛì`\x11dÿ)9" b"-#xµK—,³o+ìG°WxË" b"-7í‹\x0Fä»Þg6\x04ÒÊ(P˜" b"-[¨\x01“§$¿¬_\x06x5\\x14³" b"-œDóû¬ôÙ>öùõÒ\x14‰À" b"-žM\r\x06\fˆñßîhÜ9\’\x15" b".A\x11K¼\x18ûLªî8",e4‡" b".a\x7FW3ñKU\x11\x17+¾>*Æ|" b".~¦Ô²ß\x1Dh\x1Eåë¼’–\x04\x1F" b".™ß\x12HaAêVF‡|Ön\x1Eñ" b".®\x05޽‡½ãÚJdH5ãjø" b"/\x08Z{ŒÇ\x1EŽH\x1AÅ\x10ç\r\x185" b""" /\n Ò\x02üÝsPPaÚ9\x03Ýiÿ """ b""" /\x1E\x1D\n ¥ožôl¡è¢\x08¶!; """ b"/3Ø>9]ô~îërb2œA{" b"/8ñ9*t‗üÃ;┴\x13Ú÷\x1C!" b"/W»*È\x17ÿÆ©§C░ü$êë" b"/ÉEZ▀,PÀXÜ■íµ\x1AZÝ" b"/▓v╬{ö¤\x0Eªg█OÅ\x17▀┼" b"/Å”¸$¥&<\x032ezPPE£" b"/â¬ÑÒ_˜Õ†”¬\vö{5õ" b"/þ9s+¥ñ_\x0FÅsë\x02cÎ@" b"/ð3[$¦ëýš\f±\x13\x0F\ea." b"/÷Ù¨¨]Ô3Hޏpþ\x02\x1A" b"0<‡´§€$h„¦j³\x1Dz(" b"0YÃe¾–‘Åöw\e\r‘ù\x04" b"0ÀófK@█ıÀnÌìZ╣\x06\x11" b"0·úÙÖ:eÓwã\x06\–jxÐ" b"1P\e›Ã\x12GFôY‚ù\x1Fk¿ò" b"1Y\x0F“V’c¶ªü1!E©Å’" b"1aK8╝M.äÔ6s×öÅ\x1D8" b"1ŠÄô]¾Y¬\x17¼v±4É\x03\x19" b"1À^K[a\x0EƆè\x085þ\x1AÆB" b"1Ë\x1C®[õv:\x01æé\x13’J9Û" b"1ßÉé\x7F5ÉUþò–¨é0ï4" b"1ãi˲BâP\t׊\x07˜\x1F\x12¸" b"1é!6ž:lÔ‰ìOðê"B´" b"1ýå\x15ÉÆP§Zœ\v#Æ“Gs" b"2\x03ã5¥\x06BÉ┬ò÷hí+├ã" b"2,\x17oá-¡Ú·F}ô\e\x18ÿá" b"2-dg½<”~ä.r£\f|þ»" b"2J0\x07Ø\r×ä\x11Æb¼c{O\x13" b"2Mt!q┌â!R\x03÷O\x05pØ\x1C" b"2ÇQ},à[‹úv_\x01w„\x1F÷" b"2Î}\x17\x1D¿\x04&\fÖ¾ñy" b"2Ñ*\x1C\x05˜Æ1à¦@\x1DšÀtÕ" b"2÷=\t4}B!\x03K.\x07gRi\x10" b"3£äJÁ¿Î:÷eeàe¦br" b"3¤ \x13©1Í\x0E-÷¡7MI0" b"3©(z‹tRv\x19°˜c9N9ÿ" b""" 3ª(ZÅ”Ï5°f•Mœn\n ü """ b"3»ËÉ^\x04\x1E\x11§ÿ~│\eßê\x07" b"3Þ×q\x0FG§±Z^žãÂ6\x06Y" b"4\x16Ô‘í;°³A°¬}\x0EñIÉ" b"4.±š 7ÒÝÝg\x10®ån,"" b"41Ù„˜\x07ÐI1\x13ª\x06ˆÃä‹" b"4n1\x07mW²\x06ò7¨GçððÊ" b"4t2±‡šOXÖ¡#Žêª\x16÷" b"4\x7F_\x13×€^Ò•Ål p\x19Hu" b"4Ø\x12Ëä┤\x02±‗Â\x05uXZv╗" b"4«Îà\x18±%ýÓ_\x14õ„¥xS" b"4Ë\x18›ò¡®e6ÿ:]\fåÞW" b"4Ù>0┘ÏÉöÅ╚V¯Bn´w" b"4õùÓ+1Ûñê<î$Å!»"" b"5\x0EDHí\x16d(\x17ʧß\fQNL" b"51\x7FÅW\x02?ÃN\x008ŽP”$\x1A" b""" 5Á\Á\n ‚Ü,L\x12R´?í´^ """ b"5ß\x1E‹ï\x04¼é\x02È‚%U4\x1F‹" b"5ã%ã¦YUâáö\x1FΔÂUe" b"6\x1EþÄI“ãk¼.×Ë—àB" b"6$œ/\x0E™²`\x08`eê»ÃŠõ" b"6;¹[„\x08?3Wî¡f]|.§" b"6pê¿u†´ªÊ•\x0Eè›f,\x1D" b"6wÕ+\x02Ìø3Èè\x18"NoôÀ" b"6¼ªô,ÿî\v╣\x13┘¼═ì\r[" b"6Â\x0F¸\x14µslÄÆ3—M\x1DÍn" b"6éâûj’s %zÔ0\x14®Æ©" b"7E\x1E¦\fü†ùÀ¼Jô3r”R" b"7Fí\x16ùX\x0EõßB┴³e\x1F\x11Å" b"7M\x10¥L/P\x1E’O\x1DÍ=\x08žï" b"7R\x01ûØ\x16í6ßÈ½Ç Á€?" b"7oBóRÞÂQµ~\x15®Þh8d" b"7qÛÆS$H\x15\x12J¾í_ÏóÅ" b"7tÝ9WˈkEr\\x12îŸöG" b"7“Mñ^â\x03K\x15\x13“sù+H4" b"7Øé×8 ã▀n╔╣┬ÿ\x03■\x7F" b"7▒┘A!QÀ\x07ïØGI¿·©(" b"7á„yuxS¶ÎnÙý’ÿ&à" b"7ò"è]\x17 ?OÜÍ\x1A‹F|š" b"8\x04`üI´ñÞmö÷åõ█äÝ" b"8\x1CfAûF‘ÒJc\x1AZ\x18\x16Wê" b"83Y╣|õ\x1Eý║..NÇüÂ┬" b"8c¶?┌\x08X;ØòõS@(\x04õ" b"8ø\x7F_▓¶f\x16eß]ÏØ\x05îv" b"8Æ}´4›\x00QÄ=×\x1FHÁÃ\x19" b"8ç†)‘QÒ¿N{\x00ÝK[G-" b"9\x14¡øû]Ö\fî&_‚’Õ3„" b"9_Ë›»Ky&O\x0Fõ¨æ\x0F”." b"9nRUDÇç²ãXMÝpÆ\x1CÉ" b"9½€Õrí* ¯œø\x02y;‚7" b":\x00Ö\x12?áwEóEÙ„ó‚â±" b""" :\x1DÒè\x11_\n └=)\të\x02\x1Füä """ b""" :'ûF\n bFLT°ý.¼åaf """ b":1H²p4¸ãã: •ãŸùî" b":X]Ñð1t‡/\x1AEÙe¿\x1C\x19" b":zQ│_ã'┘zW×ìqMMÙ" b":âïÖ\x02ªìN\x18┴╚5§2¤K" b":ä(1†·\x03’*ÐD¤G(Æh" b";>ÿX„VÄÆAÍ\x08o‹\x14O¤" b";OáäO×╝"lüú\x143^Ú\x08" b";–’„5a¨\x0F£\x12f‰\x1E\x0E4ç" b";¶~†ÑQ77\x7F\x12¬\x1Eyv0å" b";Íüç$─ß│;├þÒY¬Jþ" b";ßR▄Ç\x1DýÀ╣óp╦CÅ\x16Î" b";û\x0FÇÅ&Áõ\x1D\x12`\x10^ä|\x01" b"<\x12;\x1E‚¹\x00k@\x1E÷—‰•Óg" b"<7Éuc¾\x13¨ˆC¹2ilóè" b"<q¿\x07ßގݑхj•õ¸—" b"<‚¬>4zKápU†A¶k¹¶" b"=\x16Òã[;/\x02g™\x18É€i\x05Æ" b"=5ëAÈ¢£³À§D3ìÆ\r^" b"=?\ƒædÙOåX"\x1E\eøIü" b"=“˜À1%hó8Bß!hˆ¥\x01" b"=š$š/yðM°\x11}½}ìàú" b">\f÷ÏáL¼\e’˜_Œ;JŒ\f" b">\x127ÌWˆg|¾1\x11±s\rôë" b">'\x07‡\x03\x1EP½Ê]\e‹oÔg§" b">2õ\x04GýÉC¨╩cyö┴-Ð" b">a(x!U\tçI奟<¡\x1E¼" b">{ý†Y§û\x0FÖåŽÐ{`—L" b">°\fŒc1(\x13Z×%—5òì}" b">Ê*\v\x07\x1C ¥\x01ÕM1‰MÕ†" b">î5K¾l&F7\x02ó KwÎÌ" b"?5ûîf@Dñð:\x0EX[ø.\x10" b"?9’\x00ÃâÍL\x7F×xËÞŽÕ¥" b"?ÍDõÑ\x11\rk\tË\x11ŽNG{Ÿ" b"?Ó'4.Z—ŠÚ앤Û`#c" b""" ?è¡3OÝ\x07bUhX\x1F\n Í›Œ """ b"@\x02û§K³Ú˜Œ˜ë¨VÉVg" b"@aöÓs\x02]D\x7F]ø_ó±Š\x7F" b"@eÂ\x0Fo7W+5\x15j©b¥a@" b"@Ä«┼ȶÅh¦%J╩q'É4" b"@›ëN÷¡\tBÑøG[<•¾¶" b"@¥Å\x07õàøû▓&꯻ïhû" b"@╩¿Z¸;\eÿü├xR\x11ôX)" b"@æPâþº\x16¤\x19j±ký«ç}" b"A\x18%\x08\²Dw‚’³ô1ŠˆW" b"A\x1C┐\f]\x00╣×\x10▓ðÉ\x19▀O;" b"A1wewl¿fÚ\x03A‚ˆÛÈñ" b"A`ÚᎈKOË‹•÷~"\vÉ" b"Aß\x13Öbe\x06C?j8LÅDQ<" b"Aþñ+D|ï\x16Y\x17&ì"\x07»õ" b"AëáœÜž¥¹íEÚGç\x07z{" b"B\x00 ÉS"c$å-Tºñq…d" b"B\e{˜ˆsX\x15¸´¼–]z£d" b"B?óEËI½6hmz\x1Dþ‰g¥" b"BJ•]Øk\x08JëJ5º\\x05Øj" b"Bü@\x1E 6(5Ý\x19Éà\x1F▀\x0EO" b"B‚“ZXw½ï\x19Ý´ö3ìéG" b"B†öß‘\x06ÔqáÐýÞÛŒe”" b"B£\x19Û/´:Ó╠XcÅP╝Ò&" b"BœÁH\r½ØPI\x17ÌÛé¹w™" b"B└eä░*í¢M▄yƒFrgØ" b"BÓ¤:è2\x01`G’¦/¯óòb" b"C]RÂ\x02ë\x11\x04ÓcÕ\x18\x1Fž5" b"Cyåô\x1Aã@t\x1E‡ãÙ|ØW" b"C“ÃÜË\v*"¶\x1A\tBíŸ&V" b""" Cܬd\rÀ|F\x171äüI\n èr """ b"DQR’\r'`‘íècG¸$¢¾" b"DTl1åëU\x0F\x00š‰}Å\x08§E" b"D¤öc”ªqðž"E')n¨—" b"Dà\x12¸¹üÑ\x0Eç®_ï#¥ïÝ" b"DávÙDyqYY»mN4Ö‚\x7F" b"Dìtñ‡\x7Fýç\x1A…6Ý\x13™öÛ" b"DîÈôŒÇí›AH…ßšS\x1Dn" b"E\x07\x14ò¾\x00\x13ÞKÑy.Þ¦\x03†" b"E\x10¹DꑘÒJ‘\x02<D¸Ìë" b"EMY&*\x04\x7F\x03¢«–Ø\x05c\x18L" b"EZ~\x16òŠ’·wU\x16 \x19Ê“" b"Eµ9¨‰Î»Y\x1C¸\tså1%ê" b"EÞ™öù¾4݆Ê#E(’‘" b"F\x10«\x05°ä„à Z\r¡«a“\x1C" b"FO\x1F\x06MúâÅzîÂÇÝþ·" b"FY\tžvST¼Š«ìkM[¤(" b"Fª×q¹½üºdìS▓Â\x12Ö\x1F" b"F½æñÜ<Jþæ\x7FÞé\x1E\x19ÿÜ" b"F┘L\x0FEf°Ø║╔×9z1ùÐ" b"G6É\x7F\x02m¸ˆŽƒJÐÁ~¬’" b"G;ܯ`Øi™Ì0é…7/Ô¶" b"G<ø1ܹ\róÎHÉÄÖıÌØ" b"GC\Êj!ûŒBÒ¥[*õ\tj" b"GO]î0?¥:\x06`ëý•ž3‰" b"G_ÄÇÎL°¡£‹Wæ¹~ç\x13" b"Gne^¦\x16J]õ‰ÌÐ\x10^¾\x00" b"Gs©\x1AHÝùU‚è\Igsåh" b"GŽZ\x03ïÿ¿Ê:É6q0\x1A|\x16" b"Gµ”¬cÊRù³\x18DÏaž`=" b"HCNQºwGÁæ?¶U\x1AX'" b""" HM±§õo0X \n rlìn\x1Eº """ b"HrD¢cËP2b\x03:×p\x03t÷" b"HvømýYØù§{©┴ƃ'×" b"H}|9\x1DÝ)?ÝœJBç3¢ö" b"H™ß%q\eíU£Ó™,fmÍ" b"H°€K$\x10àz(£/\x08V\x001" b"HÉ\x1DÈ+\v©±³Ž½\x19“ùÿç" b"Hʈ¼–À\x00Ô| Æ\x15ÝŸm±" b"HÚÔ¶úQ¡\x12LÙ :85KÇ" b""" I\n ´;K\x08RÉPo¦‗▀°Øc """ b"I(€-ZÂüŽIïÂDiÕeÒ" b"I/÷\x08“\x10\e|Jóôp†¥6ä" b"IZl\eºm¸\x17&2ÐÔ4ß;y" b"Ih˜«îƒ³ó3 a Kq\x7FŒ" b"I} ù‹s‰×œ\f›^2¤&\x15" b"I›ˆÀ¿Ÿ¸Éi4Åw›Æ\v" b"I¼;TQÙü\x05µmPQ©\x1D¹½" b"IЄe\x19J4…‰†g˜I)ެ" b"Iàä˜1\v\x19\x06\x18t\x02£“ý=" b"Iè\x0E\x10[\x02™ðúWr"t#Mô" b"Iö\æró\x07WCÖ££\x13ÝÄÖ" b"J\x04¨›Ë5\x15fu~\x0E çRüD" b"JVcgm°ðì9ƒ\x11┤S\x13Hv" b"Jn³║‗Þð│╬wrØ?\x07²c" b"JzF«Û=Ø/Ðèp°Œá²" b"JªGYÒK’\x08\x1CÚ\x12eõé\t\x19" b"J┐k0Æ▀\x06C¥╩Xïb\x07ÏÉ" b"JÏWÉì£┤'\x12Ç\x16à╔\x05~t" b"Jùƒ¬Y\vã€ýÿKËã¡’¶" b"K©¤º¸eîé·ó \x07×õà\x12" b"KÑÍðL¼\x17Öϳ²É*Ø\x19\x13" b"K×·ˆSïz´¥2j;9\x19Ý÷" b"Kâ#]1Kƒ2§ì\x0F™w\x1Ea«" b"KÿWÿAE\x0EPŒL9Ô\x00H››" b"L\t\x15Ø_+ué£Ã9*\f°œô" b"L0{T\x14\f{´eÁ¢mË\x05lœ" b"L3;Œ\x19Ç\e1wÔ\x7FHAó(è" b"L5M\x13[¯Pzu™4æ¾Â*n" b""" LVKi┼Ø\x16Ø\n àèh>\x05ª0 """ b"Lòò~¼?■\x0F° 1°×\\x12É" b"L╠tÏqïî0Å┘Ú╝³8'╬" b"Lı鮵╔S¬ýjÉ\x06\x1F\x1A:$" b"LØ2'\x00\8?€*\x14!7\x1Elà" b"LíÛ-ß\x0E\x1F°ÍÚiŠŸû}F" b"Lö1\x0F;——Uè¶\x18I\x1C\x08‰t" b"L÷\x05\x04\x7FrY\x04Î\x7F\eQõÕË4" b"M\x19\x10®Ž&dÙà>¨}–s¼È" b"M{\x03C„¶{ö”±y\vçŒEl" b"M~[Â9Q¬Ž~µF %\x06ÆÐ" b"MºØôÏ3\x16çÈ}øfn§u…" b"M¤gM\x044ëBü\x0Eo┌¿×©§" b"MÓÅ–?}\x1Aa»Ä{ÕGãû›" b"Mã)êßdÕÉ_''ù„Ñö÷" b"M¯4yƒlü¿{îê\x06³▀\x19²" b"M¯p┘\tõ╠╝±Õw-fªüê" b"N\x1E'ˆ?Íú1Iqî-µÌ_ú" b"NY<\x1FŒEê§´U%ÛݤxQ" b"Nb;\x01Awv´œ\vºÉ¿ài6" b"NnÈCõÆ@\x0FÀ\x1Až\x0ES%}" b"Nw║¦░\x19´{µÊ\ìÜxÅ»" b""" N“Ð\x1Dä¬Å\n ½Œo}siÅÕ """ b"NÈ:ÃøcL‚ì›–òâFM\n" b"N┘Ï▄ì zR~§─yS¦¢p" b"Núžän=\x19³jbÖû:~–Ü" b"O\x01Òüæ\v\x7F\x1Aðe\x14ÿÐ!¤¿" b""" O\x04éÙgø▀Øè\x10¨\n \x07îÁ\n """ b"O\x1Dg\x15óNXÈsÀºâEò6a" b"OCÒdì^þ\x0E¾\v#©■ák9" b"OWRŠ\x117½^½\rˆ«¼ÒÝß" b"Od}2gÿìæéV\eLdV┴\v" b"Ooý—\r3³dd\x18w#\x12yrŠ" b"OŠ\x04ÈNYí;Ø9“5R²šx" b"P\x04çS■eìãW÷VôMÌH├" b""" P,øým\n àÙa\x16èÿÍ›íÆ """ b"P;Ž„eWø”œTëÙª7·\r" b"PKN‹ÃPhêÜ(l2õ^¸Œ" b"PU\x18ä‘®|\x10dé]$\x1FóÂÛ" b""" P[M°P›’©³\n ++#\x03ï) """ b"P«ï¼Î)XYµ¶\x16×\x15\x08\x04\x04" b""" P²Ÿ¡“H½\\x1EÞ\n žCA‡4 """ b"PÅ\vø˜>ð±JF {J…'Q" b"Pé ç 1&\x11Wr;V,›°\x0E" b"Q:%Yì[ȹï?z÷øn³ÿ" b"Q“ýû¥Ì\x1C½$\x15Ú…P\x04•ñ" b"Qæá»Â)lx–\x1A{G\x1EHÂ%" b"R\tãIšYaz"îäã¹Ô\x1F'" b"R5Yìèg▒º7ɬô▄±2¸" b"R‘¡\x1D˜G\x14\x10•e\tÈ駸Ñ" b"Rž¯A+*¿*lj–ˆm+\O" b"S\x02\x7Fã_Ç\x19êØ\x19Kz²Y%G" b"S"ô IIÏ═\x1Cq│\rÞSÄÉ" b"S/."þ~Ù´uÅï$Y┼å┌" b"S3=á¨d‹*\x04î·°”Ô\x13Ñ" b"SÂê¸\rm\x15╬³Ø\x16s4K\vM" b"S¸ŸîáÐ\x19ÍÏ\tUtsVê´" b"SìwÈÌ“g-ºÏ~¶+Yó±" b"T-ù‡ÿI\x16lGD7MxKŒ€" b"T[×%331¬èC–=^Ÿî…" b"T„Ü¢½Ý´OäfŠ\x04#ÏÆÒ" b"Tš[‚P£\x049Œò9¨ƒÂ\x1An" b"T┴\x11a\x11åwƒh\x01øÞÞØæ¼" b"Tó\x14Ù‚#¬.æÎ°`ÕM\x120" b"U\x0EŠ\x04—ŸÙ\x004\x17ëÖ„+ñB" b"U)gÜýÒgDz áîÃØ┬ì" b"UF\x1AX\x10ѳ$X\x1D̉Œ }¾" b"Ua`ÖÛTJ$œd±‹\x1EÁ¼·" b"VŽ\x18þ7>Nn\x06íø¼\t:\t&" b"V¾m¢.·CÏíçWaàÒ\x10û" b"VÒ;%½¦”?N®XlÒwó\x07" b"Vþ>Ë.Ïš…\x01\tq¥_Ó\x03\x7F" b"Vÿ†\x01Ê\x1A\x1F‚o=\x1C\x05\x00vT—" b"W\x08$¡\e òÃ*\x1FAzld#ç" b"W*ì░ÍüP,Ä}Zß└\vb~" b"X üvXée«³Ò¼3!┘ºè" b"X@ºé\x0E\x04}qºJØHù\x10è" b"X¬yT=¬ü%Nø=GD.(Ë" b"X¹XWdeÊ\x012\x08žnÑ™Ê\x1C" b"X╣½ê6ð Ê´u\x10░´JìÓ" b"XÐ**÷Ã{'╬-ØÛí\v©Z" b"X刖\x02Ì¡\r´Üè7\x15”§½" b"Y!`¾ƒR¤”ŽË\fUwt‡ö" b""" YDì"õßCU\n e£§à#×e """ b"YK\x11!aöÎçìe"\x13Év·(" b"Yßöö‡dÒog~p³¦\x08‡" b"YÔ╠║WÅG/Ýú\x17û\x043*U" b"Yð>¤DÇcÍá\x04p˜Ïbi " b"Y÷&2Þ\tˆ1SSã\x13\x1Fàü+" b"Z\x00*[Q2\x1D:Ï¢'ű¿╗|" b"Z\x03Ç\x1AfÝl#K┌öÔ\e▀ü«" b"Z\x0E┬iiÓ╩ü5Øu ÍJÜ" b"Z6¸ƒí'ò1Þ<\x12´¿\x17´Š" b"Z{L8á·\vÛ‡\x05ªP¨;M\x01" b"Z}Ÿ\vÀü\x08ˆ\x15x˜æîN{ÿ" b"Z\x1DVÓv›è˜\x04¥{¢\e´j" b"ZÃi+•Uƒ\x15¢ú•n˜pì'" b"[aòãÚy™2±D·è*ˆ¡\x07" b"[~Ü\x1E{ÃÞ_²\x08û×ò>Ú¢" b"[°ÒI°Ê²/¨÷SC¬â¿\x0E" b"[´ÐnXÒÀY½¿^yÑciÃ" b"[¸.\tû \x136Æ£ëûº\x18\x1FT" b"[ô¹}ö\vÖýsžñ¯ÚÎ^â" b""" \!~\n »ü°E·Ç7‘\x03q¢ """ b"\%n\rÙ\x19¶U\x04\x00^C&Y·Ó" b"\cTË7M▒┼sì╗╝|1ïè" b"\Øu²¾1╗┤çı╗█xÿkt" b"\µ}Á˶ûGZ"„Ç\x19Ûv\v" b"\ıA\x07uÎj\tÆ╬)§ì┤ÞJ" b"\å1…p*†0\x0E7¬@¹=[*" b"\ù.΃c\vñgJŽ\x17!\fB¢" b"\þÃèï¾1!㜓¡“¡ÝË" b"]<\x0Eá¼DÆUeîªG¤Ñ \e" b"]VÝr▓Ó.:_f*.\x04\x19tÉ" b"]‚(^RH±Éƒ\x1AZ\x12„üûü" b"]åÕæ▓×bZs:[ØÏæÄ{" b""" ]É:\n ¯TáU®Ï\n D~\n u """ b"]‘K»8!¥ÜÉ\x0Eá0\x16\x16÷Û" b"]š\x07ŒeaU7¶a\x07ñÀ%x“" b"]Ø®'Á%Ü|\x14î\x1E\x19ä╚╩;" b"]¨‘¤Z2!é\x17¡\e\x03s]¸p" b"]¯\x7F„Ì §ÁË©£Æ\x05V¶\x1D" b"]±É̪¤7\tvÿôé-,1á" b"]╣ı0ùðh╔\x15╚ÓØ5î2\x15" b"]Áå?R¬øØ7Ol¶9qSS" b"]Þîʃ£\x16ıÊØgÀb\x1A┐§" b"^\x0EIÂ\x16Ÿ}šËðÆªº\x1CéA" b"^\x18f\x08qÐ?B•~…µ\e¬æ}" b"^3ùü`\eáÊS*x¦el¾×" b"^?nÎ̳BJü Ý\t¾@“Z" b"^Nö’NÞ©{Äë:\x12©íƒ2" b"^V·Z\x00\x1EƒÀ¬nA\x1A?YÜ·" b"^X Ô]\x08³*ã\x19_†‘Bê\v" b"^ü£\x03P7├@[±-\x1D?5ƒ«" b"^À╦Ó┤8ìoz▓åìá\x00(▄" b"^ԇЋ4•\x13\x16\x08óiŸ1\x10s" b"^öx+!§Ãì\x1Cñž•GþÞ€" b"_$5bOL\x15¬ýì§\x17\r]U´" b"_GÆHq'˜„—'s5+Ï\x17–" b"_U×f!|\x10Z²xe\x0ElpLŠ" b"_fƒ;úÈŽŸH¾Ô\x08\x7Fø6\x10" b"_pŠ\\x07ÓD+Ȫ\x0Fý˜"Î¥" b"_œÉ¢ßûA¤ÓøÓYÐæÖh" b"_Åf¥ÌEó¬q¶\x02Š®PjE" b"_Ô\x04\fˆ¸Á¯žXðïd)\x02" b"_¨*N\x1DÜ\x07\eÉ7öKÉ▀,3" b"`\x1AÜlå;Zÿ°I@½%³9¼" b"``™Øq`9]0ŸÍpÌ7K\x19" b"`xñ7\x18X\x01°X'qåS÷ÿ " b"`õ“„+¢ƒ†àþ\x07\t\x15A{9" b"`õÞ"\x03ÉÕR{y'NÃ^Õù" b"a\e´\x0F;\x7F¿•ø\x11B”M¹mN" b"a>ć£Âí|ìlAT¢“6ù" b"aA’\x14Å®å©úz¡û—V:>" b"aN°V4y═JÉÔ)&▄¦▄k" b"aTÁCŒïö{Éî&<\x19äÉß" b"a“\x01Ì54\x0E¨|‚[\x1F6p\x04_" b"a˜3\x1C¯x6\x03Zh~ÅIä] " b"a┐¨°¾ñÂ\x17\x06¢ü\x06zÏ┤G" b"aÌâ*êy5fêVšªÐó·(" b"b^Çàÿ{>²\x1EýW\x05¤5õ" b"bgE-Unx▀uG3ßÌ│ü▓" b"b|•,ˆ\x0Ebêº%!¯ýƒ[Ä" b"bÞâè!빈`ØoÐÿÄÛ\x01" b"bæ÷¥–\x1EJòwÒËìw\x07ͳ" b"búÙ¨<\eëOƒ¸²è_6ê." b"c,=¾¸~é±\e\x19ñÚI\x0F^\x1A" b"cf\x00*_°Í\e2cvÌ3÷}…" b"cÐbµªm\x18\x1FEUVHÛ˜c\x04" b"dEŸ\x16Mb„ˆËÉ}‘1†9n" b"d_€»èƳΕ\x19_-¯ã\vÚ" b"d|\ã•\x0E\x0EPäh®%\v\x18„\x14" b"dˆôx\x16yÃJR{T\x08Ú›vƒ" b"dèhà3X\x03{9ØL■ì1\v█" b"d§y¨Ç_Zcv»3\x1EM‡„j" b"e\x1FóÇÎä_A~\x02\x087Œ›Ëä" b"e%f╬q\x15ÍÅ\vJ\r╦B(\t\x1F" b"e)`…6BóÕ2èò\r¦P\x7FP" b""" e9)AR\f\n ·ÂÎ\x1F†\x02a”Ê """ b"eCßÊ–Â ´bÍ-„Ö*\f-" b"eO¤\x08¨2soÕÓ–¨Ú‰4¸" b"epû»T›“s(\x03ÂN%o‘ƒ" b"e„\x16Q’@ä\x0Fh¾r\vE[?°" b"eì┼´\r¬╚æv\e÷ª¨µãÐ" b"e▀\x15\t>ì_p║▄°\x0Fà^oé" b"eøìê¢$ßSÛUŸcb Ä" b"f\fQz§¤8e.\x07— {m3Ï" b"f\x11[‡FWà\tpª£t\x13½¡¼" b"fšÂóÆ\x02ˆÍ@P½PŠD`" b"f›‹ºú}bß¹ëŽ]/®›ö" b"f®£ÜμZþ{ †b’/Ûl" b""" f┴v8û{A`þ \n ══ì▓╩ """ b"fïùvÇÞwÿbœ\x18\fÔø§æ" b"g\x04Ô±HŠ¿¯Ü³\r”Z\x14IÙ" b"g\x06ÈK─■òGìOi\v│é╔─" b"g\rVV•àƒö}ºÏß+oJÜ" b"gm¶(õÞ\x1E4J"ñ-ˆÿx" b""" grç\n ü‹O¿àD÷]AÁÂh """ b"g†éš˜}I\x0F·<ã[¤ÞMû" b"gÿxÉø3>µ½Ez¸┘\x05\x00╝" b"g©2¹K³Y[íª\x01Ž®^Ï„" b"gËV™÷ÅCP \v¼ Ú/z" b"gܪ\x15Ö\x03ÈËÒ\x12¸&èT‡U" b"gèÔZ… š\x06à7\x07\x06o1ß" b"h\x1F{ô–Tßö’Ù¯·\x02p4÷" b"h?Õ╚ýè\x04╝\x1D4¶Å\x15Tv«" b"hZàâþå`»5¡²;N¥E¾" b"h}ó§╣╣$\x00═ân/\x18Ø█°" b"h†ÍÚ9\x10\x1CBÝä‰ç@ƒè" b"hɳÿÚFY┼Ônkö┬╦ı]" b"hœ$Ø(ÃxÜ™0ývMW\x03\x0F" b"h°zH´ÇÚùV!ÕS\x14ƒñ}" b"hÔ\x08VÔ¯ŒÀà׈Ì\x1C~\x14}" b"i\x02\x03ÕYà…$ש\x04g·\x10Uø" b"ihcà\x12_ÅsïôØš™ñB-" b"j#ªÁexÀp¿YñÑç\fC" b"j7\edvP©H±ƒÇ¤à\x12iá" b"jS›uó1-%ÝçD\vcó,‡" b"jU\x19\v\x00\nFÀ┘3╠æÅî\x06Ë" b"j\C`»H”…ºŽÏpì§?W" b"jp¼§~o\x12r\x061"þÄa|u" b"jüb\x14jÌä¤ëô▓q\x18\x19hé" b"j‡rèù€zU$L‰éNùq×" b"jš‡Eé>5Xééz]ÔsïF" b"j¦_ø¼Q›èòFfƒ\x13‘ñ8" b"k\x14;║_z%-░g)º@\rÞØ" b"k>Æ–Õò!„µ\x03<(&â\x13\x14" b"k_Ù\f;ãæÙۈɹ|ñ:Ð" b"k|`Ù╝qNÇı\rÔÅ╗÷í\x12" b"kƒÇîr¤¶H‘z¯ñ?\x03Éu" b"kˆ\x0Eây/Gé!å%0\x10áÍã" b"k·ÕUçsXÍn}D \x15ðÀ" b"kô\x11Ù.\x18Yú•ù>æ~]‚\" b"l\x15û7\x18═8üAGåÏ¿\f\x0Ef" b"lSl5Ö\x03KVª7Žw95÷J" b"ly\8y°\x11y³í<'«ô5ú" b"l}äe¶ZÙØËu\x08¸Æ\x13¸i" b"l‹ï¥øaX‹”;c\x02\x02ÂJ£" b"l°\t"5€Î\x06åêiS\x00ŽÇù" b"lÁ\x19¤Ô‰~HÐq¬ëièA=" b"lø$Û\x1A\x02\eß²8\x1Em~·ž£" b""" m \x12_ï\n s¹wÇJ‹¿è<ð """ b"m-êx\tXmòÇ\x03œÍ¢ò¿)" b"m~Î\v\x05ÿ9Ä\x10\x05\x07åÙÓ§\x16" b"mŒÊ¬ï5|‚†{ˆ\x13Â#[\x1D" b"mØ‗\rûg\x1Fª6\x11î\f%╬╬8" b"m¼¢‹¬Èh¦8•\x1EBÚ¾z<" b"mûDøÖ¢²\x15\x07Ò2‡þˆ\x04µ" b"n\x052ì\x02ñÞLÛwºø1P\rm" b"n/▓kW▄@ÉvP╝\t\x16³ü║" b"n8@x\x03Žâì;Û\x0F¨>K—|" b"n@›Úâœå?-¤\f°3–ö€" b""" nXC=D\n sŠÚŽæÁ\x18¾öÇ """ b"nzK}\x08œ"àOm‚×^Ìb" b"nÁܾ#å€>Tmg"¯,0g" b"nÈ\x12…ž\x14Ú%¯Dß\x1C6\x08\x1FK" b"nÈjW-\x1FL¨™'ó³óà´U" b"nÈ\rçã©Ç7!\x16Ç\x0FÓ¥+" b"o>„ô^rì\x1Dð/tEÍPÊ–" b"oZ×3±b\t¬á ©ë\x1C–\x17^" b"okœÏ\x1E\x13Zyø>`mEÄŠE" b"o¼ÿ´ò—\x14ÍÛ\x08‘¿§]/â" b"oÒ*ŽQF©ÀïO×{ÚNær" b"p\x02O\x15lyùt³äüHǨÄÖ" b"p\x0E\x02ll‹¤¸Þ/?¦Ç>\x06" b"p\x0EðmCæ:i<Àolvi°°" b"p\x1FG©øÅ~Oj╣péQ¼\x04┼" b"p†ýoäí®pà¿zÄ\x0FGT\x17" b"p±«ŒkÇ\x05Ž\x04\x14NnLõƒ" b"pÏT|\x10\tZÁ/uÃ?DÎÀš" b""" pÎØû╗é\t'ëÉݧB)\n 2 """ b"p´úìú¸\x07ı\x0E1ëF\x06\r╚1" b"pð‚‹¿\eNsˆØqöë¡3ô" b"q\x03Ák\x03░j─èiº°ü¤Ê\x10" b"q\x13Ðëâ¢/õ\x0F!XéÆÖõ1" b""" q(¤\n >Eâ1– uÅL·Ì„ """ b"q0Y¸\x17\x06ñVÖE7ƒV’<j" b"q;|^?Ü>d\x17Íp.›Ä»B" b"q_(ùRôFAZÂ|PXÑ£\v" b"q`\x12 ÍO¤\x10˜"Íð èü…" b"qn¢—·/r¸òP F÷\v¥Þ" b"qù7ìý\x1AYµ-\\vü[Láö" b"qº¥)ß\x10‰$ !†p±äðÑ" b"qÊŽ\fÔØ.È;Œ¾,Ä\x1F›~" b"qñ‡è «=5ýŒI\r6\x1C,\" b"r.¥\f¶Ô┼Èj \x15Å_dæà" b"rawÅÝqöQ^q7A¥¦ké" b"rf9KŸöÓ&\x04¿* \x1D” Ö" b"rœî‡`Uj{çÊ\x0E\x03\x15-¬i" b"r¢²ýÙwGaü ¢▄V¢\x14\x13" b"rÉ–T'8ŽøQö\x1AI9EJå" b"rØÒj\x1FYF]7´\x1Evcú;Ä" b"rä:œâv\x11\x0EÁ•¥s2Ž\x06b" b"s\x03!\x05´'[$FGù&ç÷7\x12" b"s\x07SkÅ\x13\x0E‡ž¿êüZè\x10j" b"s+Í7áµÈOœÇˆ„Xh\x11\e" b"sT þ¶Y‡\x11óøé"l" b"sw\x02\ti@fM^wDR^ƒòè" b"sÙLÃ-;n?0¨\x07O߃—º" b"tÅ\r)öÃQ╬¸¸\x04h0OEÅ" b"t•Ƕʑ״X™7-æÅÞ¹" b"t¬\x06™Ê@€©E\x13¤g¥÷G„" b"t±%ýõ\x17g‰Ë5fFF<Ñ" b"tðÒIÝW\x00†¯p‹Ñt±zn" b"u\x17ðÝ0\x01ô¾%ô\vžl¶ç‡" b"u?½GÅ\x19¿%ºS—±\x19«I\x08" b""" uI5š¡•ªÝôד½Ú\n ‘\x10 """ b"u╔▒¹mÉ\x14╝E‗─Ri┘‗²" b"uúoä‹|\t^ÄbÊ\rYø:ç" b"u¹&Ø E$UV<óDä«*\x12" b"v\x04—Ó˜i¼9ûrs@l¿y%" b"v\x1EUNÅßÜ\x00B┤\x17¯×\x1C¢╩" b"v8;þ\x05Eæ9@®Îiž¤\x18œ" b"vc®²Î┬ÞÊÉ¡øÁ:×┴\x05" b"v}ýô&Ú2÷ñ¤\vÖ•\eÔi" b"vÐ\v¦(¦‗!h.qÅ\x0Fî\eæ" b"vµØ_õ┴ƒE!.┌Ñ│æ?" b"wh\x10´8£*ˆµKmÀòD^s" b"wÅnù\e\fWN╚ã@âÔƒj=" b"x\x14ÙAó—ò³^\x1A\fŒ‰¯é2" b"xS\x19;\x0E=ÊŒ\x10Vx"'„\tm" b"x^·y\vx)ôÆS\x04ŒÎû–/" b"xhDc\tÚxÞ6GZã¹,MÇ" b"xpn’…v\x02Qª\x1FùÃ\r\x0EKC" b"x„›9\x05m»·\væ\x1E"ö4j" b"xŠ?\x0E(\x0F©ÎÔ{\x7F\x1A>mÐG" b"xŠ“iWƒn\rŸ2Ä\x12¾µ‘" b"xµr\x02\x0EÜ,Q>•dg×_ç÷" b"x┼fÅ-¶\x02ÐX*6÷l¹‗Ç" b"y'p~OX\x06½]¼ú½k@É’" b"yH\fY▄\x19´Å╦Æy\x04iàuv" b"yçᎯ¼µ š´È\x7Fä¬<" b"yúÐY†Í²\vS.ÀOÒcÔb" b"yýÖ×ç\x1AAÖ6ƒwšra\x12\x07" b"z\x0E´'«<8ô\eT\x16¬\x7F¢H>" b"zYb7¢BÓB\x18Œôï_Nõ\r" b"z~‹-81ý+ʹ“-AîE2" b"zˆ¥Ÿ™-\x18brn\ebß!Ë" b"zÓsÅ¿ÐüÊ\x0F\x7F █¡¥æ\x17" b""" zûýãÙà\n Ð\x16®÷¿\x02kÕ2 """ b"{H\x0EciÁ¦þ\x12¹šú2Á\x1A" b"{Y„ Ìß\x19íœ:i}\x05@ý" b"{`_ATmE¸èŒ|n+\x11©8" b"{޲<ô<¶\x14^\x15ñ\x11a\x08î¹" b"{’ŸsB¿}@\x02;Ø\x16"¾Ž" b"{ªü\x18´\x0E—; -Ì\x10·¯x¿" b"{Ê¥|ûY\x16¤ª¥Û¢\x11\x18ÐÍ" b"{Ïž^\x04Ä…¢³Fe®>‰”Q" b"{Õ;L\x1CƒJ\x1E{P?êÒèOš" b"{øÒ¬juKéóuiâü\x17›x" b"|,\x0093L †££\x1ADž¾5º" b"|.\x0E}D'å\[WøŸƒ\x1Dj¶" b"|/òØL\x13¾ã§#\tÿº*ÛB" b"|9=\e;dt¹È}Ê¡—\x19d\x1E" b"|gb\x7FµŒ›îÛ"íÑ È|›" b"|–éâ2\x08ÿa\x02Çæ u9Üß" b"|Á9¯¨´\x04ÁǹBÃ_"àÃ" b"|Ä\x1Ccåm\x03Üèœ_XfÕ¿Ñ" b"|ýRÞ¹»Ygr…p@x à?" b"}/Œ)I¦eŽ›ô\x05ÊT ýË" b"}_!ïVëˆ\x0Eø“‡É@3¬\x07" b"}bº„‘\f\x10Öka/ùyè&\x08" b"}{1\x01Ã'TÑóvO7\r?\t*" b"}Ç?É▒G\tcE╠¿tAÿÂH" b"~=<V>║9h:ü{itìÝ[" b""" ~T5à\x06IŸÇD\n "O„\x16÷ò """ b"~ZÜ─┐░Å\x00õc ]À4ð║" b"~jÉ«î└ûıED¬g½Hö" b"~Êx¢i\x03öžíª˜ Mëú\x7F" b"~ÚS£lo›ÜŒUŽG6%5" b"~¦kgìʧ|¢┐┴ëFmÞf" b"\x7F\x08Y \x0E^—ú^Ê\x0EqèÁÁ¼" b"\x7F\x0E\rïk\rÛá±’˜»æ†ÿQ" b"\x7F\x12ù×dqìäyߪ\fùî▓Ë" b"\x7F?—´¡é–?ói‚·ŠY‘T" b"\x7FOÌ7\x15\róá®.ó+œüÆè" b"\x7FQÌÆä÷\x01Ek„tkòSRš" b"€:\x00òéF죰`x»¤\x18rÍ" b"€¥ÚŽ\x15Ì:•A{\x15õM˸\x1A" b"€Ë‰”˜\x0E\x13{S²®òòG\x00" b"€õi\x03¬²râ#?²ŽÏ½KL" b"ü\x19\x15█ó,ó\x19Oìr`K«░T" b"üOÈAßË\v\x07ÜI¥«è½T▒" b"üXßEÏI*¦ÝÜß\x1C³;╔è" b"ürdÓ\x07Bp\x04\x11═ƒh$æ÷" b"üßâ╦Ü2+¾]o┴øsr+c" b"é\x08┬\x01ÅEƒÅC‗©)µøJz" b"é\r¾*̲`O`º»ëü Ç" b"‚\x0F'0¯\x18Ï\x1A\x02äüŽØxC]" b"éCE\x1C·ú┘ÊRÖÀÞ!ìN¥" b"‚S>>êSupª$£õæ\fÛ£" b"é]JlM-è┬»ù\rbû¯Ø" b"é`\x025Éy┐┬u÷╗Êä3ã" b"‚bJÃóû}\x17èØ=¥ƒ<P\x0F" b"‚n«b»ýÃqøC¸\x16\x04°ëØ" b"évÙE\x1AÉ\x1Cô>\x14ÕÌE¨t" b"‚€ý6*zð\x15X¬[/\x1CûV—" b"é┌,Ѭ¶LNVÍ▀óÕÖêÉ" b""" ƒ\n ¶\x08KvŠÌ–\x05øôFê\fM """ b"ƒI‹$³kwMW>ºËm¶øá" b"âmM├═Ã1ÌÅ┘7┤Zû¶\x06" b"âÉ2«×\x02Åio\x15\x1C^ƒEÜ╦" b"ƒ¿^k{\r…Òhi²\x01ŽÉÌd" b"ƒÙ7Î+„«ÎÑyÇËÃì\x1A‘" b"ƒÜ?7æþvKpP\x18\x131Æ@\x03" b"ƒá\x7Fð$\x10!U\¥”\x04Ó™Q²" b"ä5┴1Ò\x007¡©╬·iµÁü" b"„:™ëvRëòe©ºR\r«â:" b"äO\x1AG|8O?©¹ìñÃÊ\M" b"„ZäBí£<]àÉ-ÿ±\x18š¤" b"„iÉ\x1CÿHë…M(e¢QLâ(" b"„™˜(3\x04‚™Y\fK7£žG~" b"…Øn(\x10¹§n³R\x01\v/ä8\x02" b"…Ý×wÍ‘¤ð‹¿ßE=‰xÕ" b"åO9)ó'÷»NjúÌ7vÅE" b"å¿àØ‗┐:▀║¦ÑsVEÞ\f" b"ç!Àü\x16²£×pÇ.'\x03ë-M" b"‡B!/Š£\x04'„ܬü\x04ªh4" b"‡Iàë,\x13¸óm\x15Î\r¢é\x13;" b"çVCþM~`ÜUcà\x02Î6ü^" b"çnåƒP§ï▓ KÚªÑ\t»Ø" b"‡\x7Fó4NäÈ9uþ\x16\x17Î~_J" b"‡©s.À\x196mF›¥WÐcU¨" b"‡¼\x18o \tÈ\x00Ì.ãt¶\x1Fñ\x1A" b"ê\x023Åp║E▓q×┐ÿ7Ìï\x12" b"ê\x03B{˺iZÉ\x14╣tK\x00d╠" b"ˆ+ÿ|@ÕEÊEV\e±3L0#" b"ˆMÜ‹úNå&žo\x16 ±0\e\x1E" b"ˆs™Åû-Œž¯¸‰Œƒˆ½\x11" b"êë\v┴■¢Jw\x01\x1FÅçShäÚ" b"ˆÌò»#²é‰\x14¶-ò6\x06Šñ" b"‰o\x02ã\x03§\x7F¦Ï[LXqJµÔ" b""" ë˨²C\n \rÅıRz®¦)ø╣ """ b"‰ø®¼ö¯*\fS\x08\x04ð“!¸k" b"ŠS\x00{×\x1C}ÛS½ÓêÇlÖÙ" b"Šßð\x10ï Àï>Ï\x0Eæ·Ñ¿Y" b"Šæ±PYÑQS'QQqYLߦ" b"‹tEF80:°ÓÂ¥$Ót^ö" b"‹‹\x18\x16Ñ!FC~\x02å\rrL…k" b"ïî,±┴═Lê╔½y:╣Yì" b"ïÞ\x7Fvn\x16ؼ\x7F:%3è%Úc" b"‹õ¯Qp.á\x14\x08Œ[©0À75" b"Œ\vDcÌŸ\x031}¬\x1AÚ|[\eå" b"Œ\x10A*\f„oEðg‡×âšaß" b"î\e┤Ýy┐z¬Óh×*Øn\x18\x00" b"Œ%\x02ÊDê"Ñ\e‰Ÿ–\x02µš³" b"Œ•»••Mv5.\rÿ;\x06ã\v/" b"Œ˜²0à9¾n·:\x12`Øh•\x15" b"ì"P±Ã4FÝclo╚;■áÇ" b"ìNiñSɼCFaıÎrIS´" b"ìNø<'¯\x16|çF¾\x11ÖEþh" b"ìNʦ\x10âlÓ÷┼À‗þW├'" b"ìO~¤«Øø%ÊwÞyº}ã╩" b"ìâ\x07îª\x04╔å1WÍ4Ý╠C " b"ìƒ─qöÕÚºÒs¯%\x02ö\x17M" b"ìó4\x1A<ÝÕç³Tð\t)ÈË\x1A" b"ì½l┘vb®B\x1AD\x1A\x12¯D╚\x12" b"ì┐ËÆåØ\x1FCpU>Ä@OƒH" b"ì╚^││Ò\x19ð├V#I\┤T▓" b"ìË{▀Ô-╬╔6▀░╚U¼ÛÜ" b"Ž\x05ò‹XˆjÝš”™'üç†Ù" b"Ž"Ä\¡\vZWÖ\x121\x10â\x01W/" b"Žt\x1C\x05ÖìžÁƒÂ\x19i>dz8" b"ްó©ÿ†`)Û!\x00^SO‡”" b"ÅNÜ{g\f\x11Ï╗│ñd³N(Ç" b"Å[¬╬\fc\tÓ©/0ƒ \x00é" b"Å¡\x18èT╦/;Õ\x13\x06fÝ&\x00┤" b"Éd3ó~ñ)mJsä&m└│þ" b""" ÉÉ9\x1Ca¹öô¹ÃJ\n e\x07®7 """ b"É═?ä\x08ÃÕû╣j}┼Î├\x08©" b"ɲI©6Í^2¥öÒfs┼Ûè" b"ɲ┘s®¯Ò\x1D\x00mnáºóy*" b"‘\x10š'"Jñë\v(Œáž,œÊ" b"æÉ\x15x©¡\x1Cr┤\f\x04E\r║\eð" b"‘£Ý÷¡øÌ\x16\x01·E#õ¨DÏ" b"‘øžç…Þ.ˆÏmO«\x05I´." b"Æ'ü$»:‗9#M\x076¼,÷¬" b"Æ5)ñ½─┴▄\x16þõ¯\x01ÖØd" b"Æk]®\x10¹þ\x04A║%¨¤Î^ì" b"’æ1M"LÂ"^\x10Àm°]ò>" b"“#nÜ2x“üE¸-®Cp\x1Dq" b"“$©5ä±õ¹j(Ôc\rÖ\x16\x06" b"“'q«LÜ\x06zýýB\x00çÖX?" b"“+¼¦¸\v\x1CÌ"zZFòª\x13;" b"“F\x12R{~£§¯§‰\x1F€ØEz" b"“º½ùÿ˜¿ 1r\vJt½q\x02" b"ö\x0FòÀÀÇj┴\x13õI#Ì╦ÇØ" b"”3½\tÇ‚pë¢!¼ì+å±<" b"”D\x10“s&Ö\x1Aè?bþâC\eY" b"”Lnfÿ½\x04²í\x08qŽÓùýß" b"öïhµÉ┘7Ê╬)\x16 \x1C─h:" b"”–dz:\v‰$n-=ýPóJI" b"”ß\r“\x06Z‡®4\f)u˜D\x10ë" b"”åŸ_ˆ\x7FªDýÇõflç¬7" b"”ð"C£\x1AãÅ\x0Fwy*¢+È?" b"ö·±co&n0\x06ùþÔ¸Õ/Ø" b"•:½\x04*=Ö3ngÜ˅ܹK" b"•p9¡¹ÊG.FÛæ^zdï“" b"•yâÉ¿Ãq&´nAŸìÝWÏ" b"ò╚ðûØî(Ö┤ð|\fIJ{\x07" b"òý?ôg\x18×ÑÅ8Õ¢\x1E╠ÙM" b"•ÿT\x07ܨg\x0EZ™{¾xÔ¬·" b"û¡õì6<¸├y \eËó¡#" b"–ámSíØ–\x1DmÃzÙ¨œ¢ƒ" b"—\x15H}°ëª(W0'\x1C$ š‡" b"—$2\x14¸çW\få¹½¶×h\x1Cx" b""" —^'¢™F0šÞœk(\x19\n e\x0F """ b"—™ßUÞçà\x07<ДÅ*‚\e—" b"—´Á\e\t \x04r)ñˆ|\x18-»»" b"—ÔK5Á7°d\x01\x1C\f¿)rY#" b"ù┘ÃpéDì╦¾┌Ôd×?ä¥" b""" —äòeÐUög\x7F\n •¼I{@µ """ b"—íI^¸=ß\r\x1C‘\x06µÈ¯‹€" b""" ù¶\x08â╔Hø\x11Ä\x18\n \fÉzwå """ b"ÿ#üR┤▄\x13T}Jô7öî▄ı" b"ÿ(n¤=╬Îî¹\x08ìƒ\x16ÿ\t>" b"˜1>¤‡~±¥!Xõïû¯¡" b"ÿ;8¬Û4²3╣õÅ{c╩Ó1" b"˜A¶²£V¬\x1AL¿\x03úô ö\x03" b"˜N%æºõ\x00à›c.LË\x16s?" b"˜†x¨\x1Có2Ø\x19±\x00QÑÃYÎ" b"˜÷óí\x12d:ÔûX\x19"Ô>ŸÅ" b"˜ø®Ù\x0Fa¶˜Iqÿ\x15@Û†f" b"™7TIÊ-!ùÆ‚€ˆ–\x15aj" b"™7q\x01fNž\e\x12WáØÅW€Ë" b"™ÃžÞ¦>¥N\x08¤ÝŠ\x10xV[" b"™ÔÙŽmi#\x1A\x1AâŒWW¿!e" b"šcM&ßñùwiˆöW‹vû™" b"š‘üa£Îo?ذ#k'Å“=" b""" šÄƒd\n ó4CQíoSÛ©- """ b"šÎ((„žªb¬^\f§h\x06;Q" b"šÿý¼Ã´þÝßÕ\x10°L#Sd" b"›\x10\x0FH®‘®ÃCÞW\x00\x16Cû8" b"›'€\f\x07pDs(vWV\x1E~—ì" b"›Y\f°ZäU6\x10`vÃ/\x10iK" b"›_/·ƒ(\f\ݱT<\eèÆ›" b"›uUÅÉõ-óG\x12§\x1Cš\x1D*)" b"›œÖ>å9Ã\x02?\x0F´î‹´=Â" b"ø┬·▀`ÐÃ┘#Þ▒│\x03üÚá" b"›Îa¢2F\x045|6ÃD¼tç;" b"œ\x13#9æ×…ñÛh$ò£]Û×" b"œ\x1D$•ܳÿÝæ|\en¥æX~" b"œ5‹‰º\x14ø\r‚ÚÒšá\x06åÙ" b"œ9Ê\x1A?NÞK-oHa‚)\x07" b"œL‚0ÓÄdº¬\x1EŽzù\x03<^" b"œr¿Ó,{“Ú³\vÙrOϪg" b"œÈàî,P>”–ß.\x1F;¯Õ," b"Ø\x01®²$¹Må-f├oï┌Ýı" b"Ø\v%æ×ı²¯\x02aBkÀ┌ƒ[" b"Ø\x17ïݦÀþÑq]\f×wÙM1" b"Ø-_7\x0F|×\Í S±\x11µq╝" b"Ø_è8║EWF©§\x19gÂ\x16l{" b"Øö,EÅÜËîpOÃP0└ûù" b"ؼpc.ÿg_ÄÔ!êËlH³" b"د▓fÐÃO\x15 ÒyÅ\v■׿" b"Ø·#U¾╚┼ı£\x1C\x1DÈ´ãXñ" b"ž\eÒe \x08ÐV\vHU‹zÕõâ" b"žD£ÔõE Sýx±§ä’"\r" b"žTZÙiE¾&ÒÓk´\x17I›˜" b"žf“W…Ç\v¯Oø±\x00¤ì¿\x06" b"žtÛOBƒé\x00péî›ZÈìÍ" b"×á \x00┴\x01ÿ\r'1Å\x1E0G)@" b"žµ»z\x17†Ý\x1Dš›¶p;&ÿ»" b"ŸY¤ÏØO-Ô¿®\x02\x05ú\x0F×\x1D" b"Ÿ®XÝ7qpø<˜ËüГá/" b"Ÿ²\x00\x16ôc°L/\nÚº…6¯á" b""" Ÿë‚äÈ\x1E"r\n ä¢'î\x14ðT """ b"ƒý\¸\x01]\x1Auö(¸VÅ\x0E═ð" b"áp¾/hó¿ƒ\x1C\x16ìhëa¹[" b" ¿#—±qªe·\x18›†Ñ‚§%" b"¡\x14B~_\x0Eý\x0Eñ(½oø¿““" b"¡=R0ÜÕ+HAÔLŸ¦U´ð" b""" í`ùq\n Ç╠ì~¤¤\eY9┤. """ b"¢AUTÅRæâ±úŸô!\x03¶5" b"¢Ö½?·Û\x01V<‹®é‚OR!" b"úTÉ#?cÅy:(╔ÖM¿À¹" b"£TáüÔì•í%‘\x06õ\tGÄŠ" b"£‹\x16Ç@AìTÀd\x1D\x12›@" " b"úÅ\x19ýë_1n¤▀MgÀ\x1F¬»" b"£³wqüÈ„.‚fZ‰©§Õo" b"ú╔f\rdl¬█C╩7\x1DüJ╦\x00" b"£çI·îã]<Ó\x7F$8<ßœ" b"£îøÎ\[~\v"ü\x14v·y×½" b"£ùIˆõÀ|Ÿ°Ê"ˆöÑQ" b"ñIüؤ¸═èÎå$-N\x10\x16Æ" b"¤SkJ—DýìΤ£ÿurLA" b"¤sŒàÂ_µ×›:?/¸™½ú" b"¤™Ø™\x1F:Ð Ue&KA‡{‡" b"ñØ÷°╔:=ñk╔a±┌╚ÖU" b"¤¥÷&·ø®õGñnù¡\x7Fâõ" b"ñ┌¿'x╗│ÉEÃ6¿\x0FM91" b"¤þœÐ1NÕNë#$˜4cÙ\x04" b"¥\x1Ez»X¿\x11QM–ãǽ\x08&n" b"¥<ýõ\x13Åwâ]‰\x00lו\x154" b"¥[5Š:·S`Ÿ‰öí¹ŒÞ©" b"¥ÈÐÊZ4\x06\x128\x0FS~ûc¾\x06" b"¥ò¨h\f-\x1A\x1EdT‹‘&ªïý" b"¦Q¦WaWyu’vÙÞ#$\x1E¢" b"ªÇ│$R¿ì▀╦ÁÏMäczK" b"¦„{Š\x04uŠ4\eÈ\x08·¥\x11gñ" b"¦§lGã:\x00\x16M€yé\x0E-\x14\x10" b"ª┴¿¡®oh┴^ì?¨\x12.`" b"ªıKV¹+v²ýÊ\x1AÅxVuc" b"ºlYH®[£c=¦\tì«┘K" b"§}øéÀ÷„®x<g.×ls•" b"§—\x14_|YUÔP\x17+d°$/]" b"º┤>\x17n\e¹ÉÎ-óFä■wð" b"¿\x06Xy³┤jÉ8¨*,D»═\x1D" b"¨\x16—\rö¨é\x13_d9®\x13OVŸ" b"¨K’óa‰B\x06\x1C\x1F×tñrÍ\v" b"¨Nìß]Ë€–mŽðàRVÞe" b"¿ü╦¢¼╠ªK4\x01©╩j\x13┴╠" b"¨‚\x02û!q\x16MúxÏ·vçÎÞ" b"¨¨\x1CPéÈœi3ÀZ‚±O\x0Ey" b"©\x19;ÔºÇ0À\x0E\x009’üt\x16-" b"©¼i·Ï” C›ö(ž‘óň" b"®¥\x04▀{Ø}l÷Äê¹\x185mO" b"©þSeOP\x1D$ãOx\x11\x05”Xh" b"ªQ>g\x15ØWé\x1A7›ï~=¡0" b"¬a¬ fƒî¯nwlÔT└ɧ" b"ªbê/Û®ˆÏ\x01Sý\en/]I" b"ªq× þØ_ÂÖl6ë\x7FIxÖ" b"½\x16t8^Ä┤úØi%─_µV┴" b"«\x1E\x07>¹B‘Œš¡\x1D\x0F\x07¼h" b"«!Ë•”¨ŒXF,Þ‰Ô¤\r•" b"«##ÂCNw’‰YÈ©¯¹A»" b"«'’\x1D\x16_Ð\x13Ùïáæ½cfŠ" b"½qP¡1¶4TJy=pÍ╬É&" b"«uB¨®þÔ×»O2\x12ëð©Ã" b"«„©‘@¹\x15\x15\vj(ïÿd\)" b"«‹·}S8‘(<ó•>\x13ÿ\x16¶" b"«¯{q²°5D\x153ÁP!Ç´¨" b"«î\x1FËÍ:\x04‡\x08\r\tÌîÊÅZ" b"¬U¹Í\x10hÒžRž:zlŽ¢u" b"¬^Â\x1F¿AÛ\x05ýjIYèÄS\x02" b"¬š«ŸPê\x18Ñ$ªÔ¶\x02\rê" b"¬ ä£J®†ðôáL\x19þ\x18ôš" b"¬ê\x02+µ”iöSãßí\x1E<\x7FÛ" b"¬ê¡Â£J\x12?‚yKô®ø´4" b"\x14®÷Š`¡:ŽýÓ9L†ÌŸ" b"¡k\x15mô┌K\x1Dü║ó\x1EN\x1D1" b"¡ü│þ26├\x15RFj³gIþ\x17" b""" «wE½'·â¸\e¡y\n ÅHt£ """ b"«û\t~øÇØC(jX03gw " b"®šv¾{Õaâ\•ýCàH·P" b"«▒,ÿôCl©\x13ü·aD"G\v" b"»\r]s\x11ioYx³\x08ýîØ┼" b"¯\x124ûÏ*»ØÁ]\x13W4•¡\x05" b"»5o1×\ruÛ)\x13╬\x07ɦX\x1D" b"¯AKð®ƒÖº’бöE>\x01ì" b"¯Cñ£È4X)ö©à´\x1E\x04Iû" b"¯PqJ«´\x1E\t÷xIué:Dì" b"»àïþ\x07ß{@Òz~ºÉg¤@" b"»çQ╚2┼í┤Ð\x03OüsË^»" b"¯²!õVUÝkåЕX“Þ\v" b"¯îx–4îê\x04 §¥Ã¬£:p" b"░$\x08\x18Ñcâýà\x1D3┘©ü§!" b"°F˜g@ø}äò³1™—¡0ˆ" b"°hXG\x01ë(Á¾4³ ‘ÞÎI" b"░æ\f┐$┌EúŸ\x12|~g╗g" b""" °¸«á¤M\n TP=\x02B\x7FÏ^} """ b"±eMI¾éÅ\x07ÞÚ‡r+¢×‡" b"±oîm\x13‹éW\e’ ¤½¾Ù\x1C" b"±qJ\x1AzvhFÈ€Yj‚\x00?ï" b"±s÷ܾÏÔsÁgJ€ìšÝL" b"±xï\x14>š$oáƒ.\x02º¼\x1Cƒ" b"±¦\x1CìÖâýÇ\x04.õÚû\x04e\x14" b"±Â¬õ\eù©ûJ˜0¬5tÛ" b"▒═╝Ñ┤Ö)ÍfD\rÉ\Ósº" b"²"ü°Jöo{[`¥mÉ©ÿM" b"²haT|çRéÊ\x1Dë@]\x13ŽÄ" b"²n8tdçÚ1>¤? ½¬£Å" b""" ²‹\r\x15®»Ô^Þ1\x03\n l(NV """ b"²•M$\x1C<°`ÝŸ\x16ÛQ\x01œ™" b"▓®;1ÝÆà~X■êß±æÑü" b"²ªvÜî¼2½_Ã\viY&Á\x13" b"²ÉEL:rf‹\x1E¢œ)¹Q(" b""" ²Øèìã\n mG*ϱ\x1Dy‚¬E """ b"²î^¯\x14Ëž\x18L\tž2"\x04\x00+" b"²õx#’\x06¦sO\x15ß®ŽG¾" b"²öBÿbYÎ…ãWu®Å\x10—\x11" b"│8M\x03\x18Êì`ZöÚWÕ\x01ÒO" b"³X Œ3þÉ%éuÚå|uW," b"³nɶ\x15íÕÍû‰T\x06\x1AÉíÐ" b"³~$ÈÞâø–Y¶´ÄìTpŒ" b"³™Â :c\x1DÉ´”«Þò+œí" b"┤y\x16-Ïk|Ð9#ÿæÎ╚ɸ" b"´¦s%“2èÛXÎ\x03(QßsL" b"´Ö\x1F1\x07h\x17H=–v®Nîý¸" b"´ÙÚã›VåZtÉ/«CÏé" b"´äÍÍ\x00-\x1A€\x11›]¯5Ò\x03ä" b"µ:m¹\¼ai¥Á\x03K—ßÒ\x19" b"µyª!–v†õp4\x02Þ†IE6" b"µ‘ÓÅ\x01Ëøyb\x1E;Ú\x06Ðu„" b"µ¤ ½èäŸ9Ý{GŸÂ\x0F¼á" b"µ³\x03ÑJ\x07\x1F5#\x08Ö\x02ô\x08ØÛ" b"µÅ’†*\x00NÝ{ˆÿÕ\x10+íC" b"µèLr\x1CƒÃ/ÒS9\x01ÌŸÝ×" b"ÂI\'\x1Fa·¼¬Ø×m┴Jã²" b"¶i-®\x1C˜ug5OÞÜø²-a" b"Âêå┐6\x01ëN\x19┼¶ùR\x17ü[" b"¶‘˜m\x10Í×ù\x14ÌB%Ú:Ì" b"¶§ž#aFÊ\x17Üïä\x0F8·\x131" b"¶§ôº Ñ]>ª¯Ã.^‚w\x12" b"¶ÔÎZÛ\x03$d~œ”Ž\x1E¢_\x1C" b"·\x1A‘âų#Æs\x05Ž¿V€P" b"·lô3Tìø!¾\x1F\t=\x1AÕk\e" b"·t¡<³¬ƒUÁm÷À}Þ>Ú" b"·“¯`úåíl+»\x19¹øy¼ß" b"·¦×¸äæFd ¶¤\x1CÅ;º\n" b"·øÑ’¨ƒ]^sr%ìi$\f," b"·ýk\x16v\x1CžÑ¬Ö8ÁZ”¸‡" b"À ▄Oü(bácwæ-©ìá\x12" b"¸O°\x1C‡õTwvL/´~\t“" b"©┴Í\x00>hÅ╦#/¢!:^*º" b"¸Ë’}¥_‰\x1FЦBA\x1FCÀ2" b"╣ /¦$ÍÐ■vÿ\x1E§\x13┴½Ø" b"¹JV¾–v\–Ve¶µN‡\vŒ" b"╣ª\x16Ñg¡cP)¨\x0F¦É@*Q" b"¹ÙW«—›¸\x0FaŠ\x1F2צ\x7F²" b"¹øŠ33Hâ×›ìí8±ƒ\x7F¢" b"║\x18HÈ9ñ\x15½3ÅÓ¸\x01\x7F╠_" b"º74§´æ/؈œJ0h<ó\x07" b"º<Z\x13h¨Ué4\t^!\x17\x11.^" b"ºX¡Œíñ†e\x0F¹<Ê@\exv" b"ºž‚m*¦:µªHšì\x12…ðÁ" b"º´\x17\x7F\x08·¿°\x1FVÚQH—{€" b"║ðì\x01\x06îd\x0Füí%┴┘\x06d" b"ºÖlB%½Äd\x1F–3o·C@" b"»9ä5\x07þ76ÂïÔYU+U-" b"»no©é\x1D¯\x15\x1AЏ>tÒž×" b"»oÆú@#ÔǶý]Å\x01\x1DU\" b"»w‘i«Ó“ÍÓ>\x1C!é]¶¿" b"╗zÃ─¹éÖÉz\x13æ¬Wb▒" b"»˜ç;˜Žý\x03©˜h\x13¹ºïö" b"╗óçö\x13\x00█å§r├ì-▒ùÛ" b"»ä•\x1AM×O>\x1FZ›«q=óˆ" b"¼.–“\x15õ¬\x06aû\e\x00ª¡aB" b"¼.×^ó,—7zÊË. ŸQ" b"¼C\x04Tl|‘nMVZÏ,ˆ±z" b"¼¦9˜2îµÅŸ\x7FÊÍçhhn" b"¼À;ëÅn²6Ê'yŒÊ©Lx" b"¼á\x11^aïËh¹\t\x0E›Qðnè" b"½\x16gè\fLŒœ\x01L”áÍ(ÈZ" b"½kΫ’µ`Ê>õm Ô¤=Í" b"½~èDè\fç©·³\x1Dq‹^¦ç" b"½”ÁFÚ[)9ˆö‘܈\x7F®K" b"¢ã:i▓å,╠sÉ┌▀6├║\x7F" b"½Î\x18YJj·\x0Foû×\x12b…¦E" b"½Ým.ëÖlòV%Tˆ{`\x00ú" b"¾.ô„\x1D6úå\x01ó1V·Œ“\x02" b"¾F\x13-³&Z\x10ßt¦>¥ð\e" b"¥UäöA\x06°═\rÿU^Åì╚╔" b"¾‹\x0E˜i®°Â'Á“Ö·Þyˆ" b"¾ÈK6OA#àÓC”‹6qGø" b"¥Èþü \x10=jT>"ß{+Zú" b"¿.6†_wRœ…òa=Né\x06P" b"┐}@þ¿1ß(å[§«É\x17~(" b"┐ÆoÓ[Ø}Â\x14áßáÍê\x05ì" b"¿“\x1A]áø\x0FL\x1Aä\x7Fèâì—Y" b"¿¼rçIäåê\x12s82\x7FàÙ—" b"¿É‘\x1D5\x19\x0Fa\x7Fc„\x00?)P‰" b"À\x00k?S\x06\x07\Û覶W¬l´" b"À\x1E‚~·\x18«‚lØô\x05*¼f¨" b"À«CÙDòÆüè\x0EÀ\x182ò{¸" b"└┌\eÒƒ\x12r#¶(ÕÐ.غ└" b"Àêá|«†þÍ\x1Fò\x12\x10 #\f¨" b"Á<^`É¥ë{)2Ø\x1A\x01p\x02\e" b"┴RHÉ"ÝÁ¯ôúÔ¨\x07\x06ô_" b"ÁY\x00ÏfÄJÅ\x16‰§\nâ” ¯" b"┴}^\x0F└┐\x08ýÅ<L■\x05\x13-¾" b"ÁŸ‡\x05Ú¥b˜oé‚\x15Ãs\x18é" b"ÁŸ½¹ðB‰Dm·–ÆîgCì" b"Á¸"b yÇû,{‹%Yè\x146" b"ÁÂ\x05\x00¹à)2\x14£(ê…^‡4" b"Â\x01Îzì{¾®aÇ)òô°‘_" b"┬F╝A\x1Csè{Z5u\x10µåìO" b""" ÂxË'\x16Ÿ\t\n 2WuåŸVÖò """ b"ÂŒ‘dqº&AöéÚ\x7F\x017!=" b"┬Ø*ë²┌Þ§mêi\x04¥┘åí" b"┬Àä0-§kÙÅì┴ME\x07n½" b"Ã\x00…¤Šf\t7Ú!Ge\x08Ïm¬" b"├\x02z@╚£\x00;-Å ®í¸¹\x00" b"Ã\x04ð\t0ó²—Ûê;IM„ò|" b"├\tö\x1EWy&Þz¤I\x17ÉL‗æ" b""" Ã\n <ŽJkâ,x\x12+:‰Ñ<J """ b"Ã+T?Í\x1CYˆïÃ(56Hyé" b"ÃIi†J·_9+Úç'_*4\x01" b"ÃJ³…aŸU½ãr\x01”½}X}" b"├eXÎ┤öÃ\x05캧\ÁÀ1ú" b"Ãeüèý\x07Ʀ1\vD\x05\x1E>|#" b"à \x00"\x00´»Ä¨ÒE(¼¾Há" b"ÃÌ\x06«ê\x14dO?$?šA”×p" b"├ß1»±#Ó┌\x02Ø\x00\x1A_¹0>" b"Ä\x02¨·\x056¿ƒ%Ô(·2\CÈ" b"ÄW¥|‡K\x04zî¸Ï L¯¹Ç" b"ÄeV¹\x0ED}NK?ÈaY\x11ø_" b"ÄkÒ~£Àq\x1Acm[?!g¨¸" b"Äsš´\r\f©!¡¦ô_et\x10}" b"─ÉL╚\x7F┘v7Õ#j9øªÐ¦" b"─ò̪UÅrgµE\x1E=■Ü┼o" b"ÄÃo¨nÛÊñÿy\x1AìhÛ¢ " b"Äͯ¸Åét/ÜQ9³ÌGøü" b"─ÔÁüè\r;Ã(ÛÌ£■C\x07û" b"─Rñ¬åâü<\x12ÎtnÅÜ█" b"Åh6QºÌ"òOånQ\x15°jÕ" b"┼j\x10¢/z¾`}uÅiÌ\x1A&À" b"Ån¬™Ø,vöñÝóï‘*\t£" b"Ѳü\x16Úʘ£.\x18]d\x13…B" b"Å•w-º"€\x16 @â>IVD›" b"Å ·ÿî8HZkîOŽX¨wI" b"Ű½TäÔ·§Ð\eÒ»÷“\x1D2" b"Å·øV~RÈÐ^—uòÌlC¤" b"ÅÆ^ÉáËfv°2`ü8ÍŒ" b"Åûínu¿ý’Æ$€±‚\x03Öú" b"Æ iPÀ’~]¯¸\x0Ec\x00(›Ö" b"Æ0BЂHWe\x1E¥¬jTBÖ¤" b"ãwüJ´æí╠¡B_ºwM\x03ë" b"ãÆ/╝Èãx\x14\x10âf\x00ìpÿÆ" b"Ã1A\x02ìúí?\x11ß¿ÿ£╝ù¸" b"Ç_B\t®\x1F_¿sv\x17:¼¿mô" b"Ç€ Ø<)Ê-P â'ˆv\x02\x11" b"Ç–±y*ö÷~\x16Eëíà\x027w" b"Ç¥Â\x1D‡\x12\x1Dðy|i\x13„WSü" b"ì[Ä¿oÅó¼5kC\x7FµÔ¤" b"ÈVˆ›ßu0,ý“~¾®×z\x1A" b""" Èr_[î\x1Em\n C·¡\x01\x0F[Žé """ b""" È¿[\x04\e\x05®5Iε\n b\x19RH """ b"ÈÇb—X\x16IèÖWÂ#G\#Ó" b"╚³\x03ÅQ"\x7F©°×RC\x1Có┐[" b"╔QPjT$*ý╚"\x06\x01┬áxÉ" b"ÉbDÌØÙ7›ÊzXà²\x15à\x15" b"Éf%}þFX\x14Ñà°2ä2\x17z" b"╔Ã\x13ÚN×ñòî█wo-¸¢É" b"Ê\eæ\x06ÚÀ\x071†¦ï8å;zS" b"Ê!\x04ÙÝ\x18Ï\x0E“\x01L\x1CñÉ4ƒ" b"Ê">}>³©tð\frl3ˆF¯" b"ÊB\x0FÌ\eòŒ…ªäÔª\x7F\x1F!\n" b"ÊGÇñ<Izc¼•'Úu\x08R^" b"Êdø–\x01¿\x1EóLÿsž”]HÙ" b"ÊÛ}ƒúO{Õª‹ù%0";ã" b""" ╦\n ŽXàý2ÖÀF▀I┤9\x08 """ b"Ë>ÙÈ\x0FtèÉ/T=\x03ÛËá:" b"Ë@(g+]\x10\x1DeG2ªòÇÃó" b""" ËXº\n üÊ»Y‰,?6\x13‚ËÕ """ b"ËŽa\x1D\r›/)«d5g\x00Ùf" b"Ë ¦\x7FŒö6\x04ð\r±\x06h6\x05ç" b"ËÛqÏœQ:,ø\x00éä#£.£" b"ËùçfO\x13¶\x10öY²”ÝéÖé" b"Ì\x01–z¾½¶\x1A\x1CAEé™Í\fx" b"Ì?æU„¥\x02®Œ\x10ZÁœ\x073±" b"ÌV_>óµ¼EšÿÒ\x05\fKèm" b"̳=»x\x11N“Ï\x17\x17Ö€ènà" b"ÌéTÉ5Zm\tæœg×™ÎÜ®" b"ÌøŸ#Ðz$”V\x0E¦,3Õ©’" b"ÌÿF¹‡ÃbuçÕjÝg'£Ä" b"Í'RÕ+×/öÒ?_\x10Í\x1DG\x7F" b"═2l─¤z▓ßt\x07▀8\x1Dì _" b""" ÍH²F}ût\n ùáÁýÀÜI\x12 """ b"Íbú'+]\x14Ú<€/ú\x14®§\x12" b"Ík“×\x17Êa›&‚¤\x0Eùý?j" b"Í„õæ‚u —yY\x0F»\x0F5Zv" b"Í—Ûý\\x19Ê\x11áo\x16§Ž„Ó\f" b"Í¢•\r²8n¨’]îwÑ.\x15\" b"Ͷ¸®.AšSu6̽\x19¾NË" b"ÍÝyb!Ý:ï"K½W£Î߯" b"ÍýÇ9™rš\v…djyw¼¥" b"Î.ÂR¡iÂøOûÉ}-\x04\e¼" b"╬ü\x05{Ù£ú\x19&yÎ2o╬ºN" b"╬ªÅøÖ³"\x14(\x02ÿ\x03\x171Ëô" b"╬╝\x11╣ãØ¥\x06]\x01Ót\x046Ù" b"ÎØhM\f`\x0E^O\x07}ÞÉ\x10¶E" b"ÏK÷žàÑè×\x7F¸‡ã¼Åd\x0E" b"¤üÍä¾ú±>Iùi▓é █ú" b"ÏÊìG\e>Œ\eY%‡/q¸;ù" b"ÏÌRË\x06'äN\x04l.ªª¸&Ó" b"¤Ð█ î¾Ø7;\x1Alá\x117▄2" b"Ïê\x00CðÆà\x19ë›`•½4Äv" b"Ð\e<xóVLe„zá#4.:=" b"ð&┬rÅãºbïAw³ìN├-" b"Ð1Ø¿îvv‘f€ÀÕÏ›d\x06" b"Ð<g‡\x16¿u[d\x04±Ï\x17'ÍV" b"й|V¿\x08m5;\x0FQò\x12\x052Ñ" b"ð¾¿M±^üRY\x01Î║«┐QÂ" b"Ðù]U(Pì\x16ßwmÇ’gü" b"Ðûtäî\x08ˆkœà÷¡ÉÉgg" b"Ñ;"ƒðÉ¡#¹‡0¨õ\x03.d" b"Ñ\¢h2ãÕÀP\x11ޤ\x08~êc" b"Ð\┬V│Çý&+Å\W\x05²\x10\v" b"Ðd\x13┴×?ä²#¶»TÉÿH_" b"Ф▀▄\x7FGÆ▓³@ÑEá\x17Ø&" b"Ò\v“8åË\x02Ͻ\x01Žf”¨\x1A" b"Ò\x1A™Ñth̶×Ö—§Œª7\" b"ÒFzØ\x10ëëí²¤\x7FŠ¿Çba" b"ÒdyN\x1D\Ùf\x11Y̲÷Qý\x08" b"Ò”£r7B*£±º!GŽ}³#" b"Ê£nfvZí▄#2¡×┴╠█É" b"Ê×\x06ðâS╩¸╦SìÈ9©?¦" b"ÒÒÜ\x10¸\eù÷ä\v\x16¸_q\tb" b"Òß5Ãìn¼Šjv+nI\x04¦_" b"Ê‗\e▀åË8ªõ\x1FÏ$ükıè" b"Òò.˜ÞðiƹÐ\x00\x15ü\x1AN³" b"Ë\x05æl£0ÀW|Ø┘¯Á¨u\f" b"ËcK\x10ůmGÜíת▄ø‗#" b"Óv!w}!È4‹ô<gÃ\x19Ú" b"Ó“3Q\x14Pà\x11‚Åèvhâ6*" b"Ó™:¦\x11˜½â’çÄ%\x13<.6" b"ÓÉÚ\x04@ ãЋq\x0F$ÈÞoI" b"È\x06Ø/j÷¾ê‗ ÌrÖ·ƒç" b"Ô\x12™âºk\x03ni€^E`gÍŽ" b"Ô=¸XÏÙzE—º4Z/Œ¿ç" b"Ô>\v°¢p´‡ef\x02?&-Ù" b"È@ëK┼#Ó£Á\eÉ3ñäÁ?" b"È[7ɶÝcÖÓE`\x7FCã(," b"Ô‰jÅ<1ñ>ª¹%\x1C{Ã*º" b""" Ô®nž•„*#Õ ¡ž\n £\x0F\x1C """ b"Ô÷ž\x17`\vïM\x01¨\x07\x1E=—Ò<" b"ıuG)5TyÄÅÊw\x14\x12V4╩" b"ıÉhT\x05}wuJ┌Ë\x10É·èƒ" b"Õž\x00oîkÆx´3†ò¿>M…" b"ÕòÇP\x1DæÎUp-;\x14fÄðQ" b"Ö\x06¦6×øMúŸ\x03Ó G<`Õ" b"Ö\x10ÊVK*_Âô''»|êÔ\e" b"Í\x12╦¶*ŦaâóJ\x075é¼]" b"ÖV¶*p1 ¾\x18Z±[¯!¶g" b"Ö†£é²è´¯pÒ9W¤3×\x1F" b"Ö©<$zÖGNHo…ÿ™ç»\x18" b"Ö°€o<…\x18ý$±œÓ¶lèû" b"×\x129³ðAt-\x13à“\f[ª“÷" b"×8ë±³ç¦\x11\x00Vu–ŸèQY" b"ÎSÜ\x00ü4n^Ç/\x04°¡ûp%" b"ÎcË▄Yı¨É\x1Aül3îXh\r" b"Î\x7F¿ò\x08®9╩ÏQXä╠ÿØ6" b"ά~\x16Q®D┴╝m\&ì3Mý" b"×Üö?‡Wc¾*1Vß\x05@«]" b"Ø\x13ÞX¾ï\x08‡\x16ë¡¡0Ú\x15ê" b"Ø\x159õÖ\x1A+?\x10ún²ÃCÝU" b"Ø^ž-@VÛ#\x1DªPôu\x00ÿ" b"Ø‚£õ_:úþF“õÚª\x16KÉ" b"Ø‘ƒõƒD÷\x1E‚0º\rÛ«Ð’" b"Ø®p<i¦‚ÃÆ€%‹þ³3Â" b"ذF=Û®¾6(ÅKN”_§\" b"ØÇ\x1947Y~÷?ØÄ™wmsØ" b"Ù\x00‚àÀ`6ŒIƒøbÚ" b"Ù\f‰OJ~qïHkµaôŠ4p" b"┘\x1CRÊ╬┘Í%üÆ5[ßÄþî" b"Ù%Ég'±šI\x19>Æc/¾›ã" b"┘&▓6S ¨^ö╬Å2£+╠┬" b""" Ù@Æ·L\n \x0Fí@j”G """ b"┘`Ö]ï╦Ø¥/£®è £ "" b"┘w©\x14ƒ_ñû└Å¥▄Z¹+ë" b"Ùœæ%<JÈZG!ΆÎrÈå" b"Ùá.\x1D=,e®9„¤A\x01šaS" b"Ùü¿cí%j\x14¯è\x06¥~Bv" b"┌?J\vì╗ÓË¥\x00}┴B¾┬\x11" b"ÚC!ÿÁå\x17ŠùR/æ\x16ôöV" b"ÚW%têvp\x18è\x17à\x1CºT4S" b"┌u╚ÊtÒX Ú^├±R¨Å¢" b"ÚÓ¸\x1E5`¼\x12ì&\x0F*æ^x@" b"Û\x14\x02tˆ\x1A:™^\x1DËU™\x04!š" b"Û6)ÅS_‰Ü‚œo\x00&µ§o" b"Ûx÷ÑT0`òͬ®ªDú€º" b"█Ü‗£Ì\x18*┼¸üØÁ& \f¹" b"█À¤┴Ö$Å¢┬ý─&û╬tã" b"Û»M¶Pfµ\x16œEªÂ#9Å$" b"Ü\x15q¸¸Û¦=;´äË{A\x08\x1E" b"ÜPôÊá¦þ\x00“‘²4ø°¸¤" b"Ük)ç³ÓèxÖ\x1Ct<r¾µ\x15" b"Üî*ë\x1A}éM‰Y\x0Fê5Ý—Ç" b"▄‗├▓O\x10╔\x00C\x05òi2îÉÅ" b"Ý,‰D\x18ƒìã`ÏÈÕ\eˆ\x1CÙ" b"Ým5k\x12o7\v»7A\È]Eã" b"¦©«┘ìÙw((0y_ûxj■" b"¦├ıËðyìÞvQ0íæ\x11Y¸" b"Ì\rÔÍ´3PJ7\r²d│4┘ì" b"Þ%·½ê%š§GÖh…Š*\x17/" b"Þ1gÈyÇ\x1ClmÁÆo\x01\x170\x1E" b"ÞCyó@åø™ÝNž\x14MEº$" b"Þ\’çŽ\x13\x10$ø²þ=\ešŠ" b"Ìi@ØôÁk^Lèª‗#┌¬`" b"ÞŽ LÆ\x0E¥6yÜqžÉâZË" b"Þ²(ÿÇ‹—¹»kTŸÌ\x07…" b"Þ÷ÄÈæ¤P¸\x08©Ÿ\x7F€¾Ûæ" b"ß\x01ë‹Wù\x14Ýkæ\x16ùýò\x0F0" b"ß\x06ÊÃ%áìT{¶\x108¤Ö.ž" b"ß\x10#Ô–Ò`\x05x\x0Fô›<LJ‡" b"ß§w<ÌDEÍ\x0F´6™ä\rðx" b"▀¬KH=Ç╣,JÉ`s‗\x1Dö×" b"▀«â÷┐\x01=t¹è▄(XÅ\vÍ" b"▀┴m±┘¡c\x08ZÁ\x08>ù\x13ØS" b"ß̸l ²Ë‘6´ôgæe`˜" b"à\x18%ý]iã|Išâ£Yâ,\r" b"àW¯N™™˜4åîÈýø3H'" b"àb\x16²ÁÛ‘âØ(£1̉E\x19" b"à‡z ¾ míz¬±ÚnpµY" b"à”\x1FIO\f7qœA\x01'n²4\x17" b"àª-Îécu‘)E\x1C\x1F˜-L^" b"Ó╗¼Ñ²▓ñ┌pÓ\x02\x1AÙÒÉ"" b"ààf:DÁm\x1E²¬Ãºè¸6Ø" b"á\x02¹Ù\x15#S\x1EH¯\x02ôËP.\v" b"á0i\x1E0€‡Ë\x07³Ñ ß×Ü7" b"á4ÓÙ€¡eïrôç1Èoa4" b"áNb7\x06Ÿ\x18¯îNíªñPÓQ" b"ßf─┐Cĸ>H\x0EûñÅÆø{" b"ßäüÂ\x110┤X╠ÁØ┴>ÑËå" b"áŠ\x0E›n®OpÐ'\x0E‰W1´l" b"á•‚ §†I\x11‚çh´pƒLE" b"ß═}▀=¼6;ÅW3W┼Ù¹è" b"áÍ—\x08Ý÷ÉH\x12†¢@a\v€ø" b"áïBgüÂ.z½{ËAÑšBõ" b"â\x05éÓöµµµ“0äŸó´nî" b"â\rë•ß¼)óMAþæ‚æ\x05ó" b"â(˜\x0E_bSÒçæÎ‹ßÿ°+" b"âA@€ü‚Ñ?ÌØ\x06¿Þ²ó*" b"âSd;/ÝÕ\x05 ‡\x06aÿþE˜" b"âfᇢq\x04‡@\x1C£¢£Âyÿ" b"âq’ù/é§rf+ØxZж›" b"âz~\x07ö·Wd\x13\x05\x12aÉø:\x1E" b"â«H\x0EõU&%>¨\x1EïÅbc_" b"Ôã\\x13¦<6L\x7FB\x06ÿ©Ø\x02}" b"âÉwß”nƒ\x15{\x15}.<‹ £" b"âç]‚¤ãÇZ03 $·«µÈ" b"ã\x16\x10š\x13Uc$éO?ed\x05ÿè" b"ã'í\x00l1î¬\x100nyÆQ‘\x17" b"ãJ\eZ5ž§p\x1E8¾\fLdúÄ" b"ãž“¼=¿X¬³XÔé¾—¿§" b"ãÓ\x7FÖ‘i€XÄ•C†Ç"íû" b"ãÕ\x7F~_V¿ã²Œ¡ÿ”2§ë" b"ãâ+\x19áB’¢\x0Fp4OilOÓ" b"ãù&»\t Ò@£~mñoφG" b"ä\x1C¨§"t#æÕñ\fÀÉ‘¾Y" b"ä5! ¨êTóz\tÀ'ý¡Žó" b"äjÍHXŹZ•\x12Âe@þ‘ " b"ä²½òûJ´<m,’\¤7'ª" b"äЈ-Cm±ÁÍÖ‘÷JSÌŠ" b"ä÷ïiD\x02"Ÿ~\t[<"@/É" b"Õ\x06Eìð╚4ùÒÄv▓┼\x12^▒" b"åRm×›Ùw®¯×Ô\x11îØ9\x1A" b"ÕY°²©HúOù×╠ÅJën\x1A" b"å]tú\x0E·\x04Õ¯³ØqÌJqK" b"å~Ç…\x18_°\e„²\vÈu>…í" b"å‚Ìcí2]Ö19\x19#]¬\x1F6" b"åõ\rF\x06Î\x19…m\x16f\rµ«Š%" b"æ\x02.\x08\x1FµMHàTvÁ§D\x14¿" b"æ8\x0FÕÂoMa=±„ά¦\x00I" b""" æHÒp9ùêãÔr—\e\n Õ\x1AP """ b"æª YpX(#O\x10°Çýßfd" b"æ²°?\x0Eä\x12`S\x11FhóôE9" b"æ´m¹oW6ÿmË\x10O9³'" b"ç6rÝOøÉ`œ©ò²À¿·î" b"çTÈÞ_óš1\téM\x1FGÔ4" b"þj═ÞkwÐ┬╩Á{\x06ÅæÍF" b"þp\x1A³Uüºãh■3z"Gwy" b"çvÐB-ð(Œ?;\x1A.\x19\x01mœ" b"çzäœX„ÀÕZ\x18€%½ÛÍ2" b"þ╗ërg¶;\x15ãîÎ8*{Å¢" b"þÛÏ%eòÆR■¹▓<É└e;" b"è\x04™WB\3\x08"‰/Æ»Žþ!" b""" Þf\n \f╗═þÝ■ï|ó■─\x05Å """ b"èt¸×£ˆ‰¹Äw\x01\x0Fl*›\v" b"è¬b¬–Õ~4vÂmå`O\eÙ" b"è±×ë\x18°§\x10\x15\x0Fy5©Z@ú" b"èÂY(\x17®d\óøÇ\x02ý½ÍÊ" b"èÍ\tyqåQ¯\x15˜‚Ö\x0E%_—" b"Þ╬DN\x0EH¦▓îp\x17&÷ìu" b"ÞÓg\rÝkÞD\x16Å■M<kÓU" b"é\x05Ùôol¦†‘Ö—ô™Ð.³" b"é\x08²ð*¦úû\x19é\x02Ã|Çpg" b"é\týÒ»¶[ý䓃\x7FÚ`X™" b"é#fÍ<Y©tª Í\x01Ã\x17ðd" b"éEt1”\f\x13[2»œ–?£¸" b""" Únµ\x08s\n 1¼└ÿ,ÅùQÌ£ """ b"éÃmÏmëÓ±ˆï×ÎS4½2" b"éá\x01Xu’Í6[Õ¸7‘[Ê„" b"ÚÛîE/'¸\x19\x00Ñ‗ì═kãJ" b"éíªWÍU\x02x×`2LÖÞ„ß" b"éöÏ#¹AS\x7F¨BvÓP\x13™»" b"ê(vHDs¦GšCvŽÔk°T" b"Û:"r^\r-\x19╬ZßÚ#uØU" b"êVNB}3ìL×ðûR‰Q¾Õ" b"êhÌ£9)0ŠÍRr-&Ѧ{" b"Û§╗Ð=îQ╗[¾\x10╠즡" b"êɋԱa65þI$3ôzòÿ" b"ÛÕ÷ð}XøÄì\r¸#È:F┐" b"êøÆÓ¦ª\x14\rà–Ó^Ñl¯w" b"ë}\x08\x15 ¨$\x06Cá\x158ŽRÍ<" b"딵¼ŸUÙ•6"5\x0F©èÕ" b""" ë®d\n º\x15àL\x01zk”‰³1\x11 """ b"ëåA†,œ{{/\x18‡Ÿ»ÀMÑ" b"ì\x17(×\x19Iû/Pb†Ÿ-\x00 û" b"ì?£ƒ™dXX0\vÆ;:–v0" b"ìD½Ã×<½MFû[÷ŒlÌO" b"ýiR{┤Ü\x15¨¹GÉö[Ò.\n" b"ì¸zòö\x1Eb–õ¿ Êzò\x00µ" b"ì»÷Ä£—°ž+šX´9I\x03ç" b""" ìëç\x7Fü\x19 \x1EX\n Þ\}\x07ûŠ """ b"ìÿQùÞ&¥¯±U o$k“È" b"ísÉ®Hœ\x1EMý\x00'DØ¡Bv" b"í³š\x04q»¤¥#v›ðR`°|" b"í×\x1D\x02ÞèVÿ™îÏ[Y†MÞ" b"íÙ1\x05\x05‘ÐøÌ=¦\x13ð§\x7F\x03" b"íñ?C^\x0F6ú½«"&\x04\x1F{\x1D" b"Ý·Hâ¾y,\x17║╬?vÇØû┤" b"îDÝéÀÜŸm)?QÕÁ¯,ó" b""" îqBšG\x11¼ÓÆ\n ÆlrW Á """ b"î‚#€êú8[\fd£<ø×—\n" b"îƒSÁÞ„e.ô«Ý¸¨Ì´*" b"îç•\x1Eª3ýbƒ”\x1Dc‹x«" b"îö™«\fLõ\x17¹n\x05Èü·Êõ" b"îùƒ8‡9v¦>Ÿÿo’\x1E˜Ç" b"´\vÊìß\x07Àº=\x1DìÚZüXm" b"ï.@\x02:þ\x08¬\EH\x14f×0!" b"´>vyúuúÅѦÆ\x1E\rxs1" b"ïj½›\x02—(ÃkÐ)Ý‚Î<ô" b"Ñ>¯\x02”\x04\x05\x00JƱ¦E" b"´╬\x02U½pRU\x18ü\x07d<>:·" b""" ïèS\x05–™}]+–â\n Îcøx """ b"ïéÒ‡Æí\x051ÔI.Ïô3è†" b"ð\x19–Á\x19ðØ‚Ë\x0F1r\x17ç£p" b"ðSš—8ò5\x08z\x1DP‹uß1R" b"ðU\tn’qÅõ-r˜E8ÑÈ/" b"ðb1p6ðK…´{Ñ$\x02"Û€" b"ðØ%ú5XD\x16ïh.Ãç\x15¨F" b"ðé\x1C¸Fw„$Îu#’íúÂá" b"ðñ×\x178CY¤¥çò$lðêV" b"±bQ\x04üN█e├ÑÏjb■kÏ" b"±eÂë+·üö\x06Ý;Çé\Æ9" b"ñkœ/ù´lŠ>QwÂé…/ˆ" b"ñ¬¸Ìë\r‘y\x0Er4\x05¤B&g" b"ñ¯æWe1(Ô8ÒÃ\x1Fá\x19û²" b"ñ¼³%³\x1A\v‰ \x1D\’¾hÀJ" b"‗\x08\x18O\x06·à\x01:n├öÉHY╣" b"‗\x19×AÅ#õ║è-4R╦■Ѫ" b"ò&ÂŒ&-»1h€óˆZ&éÒ" b"ò,ˆ"u,œ¤RRøc\v‚L<" b"ò9DmjV’¿Jp\x01\\t\x07¬þ" b"ò~NY:\x1CÓUZÑÃù£R)U" b"ò”ôæ}wWïôCe&Ug®ï" b"òž¦^Æf\x1FÊd|ò™ÏÞ²D" b"ò¡5\x07䃩ÿ×¢uß¡±ÑF" b"‗│ytH;{ðÅ\x1C#DFwØ\n" b"òÞs#ÎãW¦£#n‘x/ëo" b"‗‗%g\x02ƒ┘NZ┌Åx;E╩æ" b"óYPË\x1F$wmIÔð[³AjÆ" b"óe\x15Š;[^t½¥%©ù~¢÷" b"¾ò┘_┤èá7╠óò\x19VØÕn" b"ó–¿\x18ƒd»zg‘¨««1‡i" b"óȯt/\x10ó\x18Ÿ\e¼Íă2f" b"óÔ(cêá\x04s?†åe÷E\x17R" b"óêQÆÚM¾Är¸•®U\x1AÝ" b"ô+g\x18øÝâÊT\x18sÃ\x0Fï‡i" b"ô/ë>š]A;\x18‘Ç»›:\x19Í" b"ôE&Qn%ñ¶\x1Cœ\x1DîK)ª±" b"ôGX™Qš€”½´g%\x05ˆ£m" b"ôXrª¤Ú‰’A£\x04fí×#ˆ" b"¶d<▀cP\x1F¢ÓØÁ┘¥:Ú" b"ôn]WKÃ<\‘\v\x00V\x01ã“," b"ô‘@\x12ÈQ6íÕ\x07ûe\x1F" b""" ôÒ\ržÌBó\n A”깡Hž÷ """ b"ôÓ4\v¨óã¿@j¹zä!Ë•" b"ôÜé9\vñ zÒÓ!0V\fÆw" b"ôéÌS×\x16è\x04=?õ÷\x7FU&8" b"ôü4Ñp1³Io'u£¬o‘É" b"õ\x04²å?m·\x02¼4dWR»á" b""" §\n Ô@çØ©/ÏÓ$ß4w¨a """ b"õ\f¿ß\x02UR\v\x190ï‚×®]Ë" b"õ\x12Ã¥w~\x11G¥½DÐgü.k" b"ö)P¿AÙùgYðOž\x08y¹à" b"ö:Ý\x03e]\e\x04ÍÂ;F\x18z€%" b"öªŽ€eûcóš®b‘þ]°ö" b"ö¿~#\x00t9Wߎí\x016DS9" b"öÇÈl6‰°\x1FJ@]ºÞå+’" b"öÈWÀ\tWOI-_¾t`å€^" b"öÌμñmÁ@\x05¬ºÇâ4•¥" b"÷\x13gÙÅ\x0Eî-‘¶/•ec\v\x05" b"÷/\x13(«\x1C™Ë¢Å/Yo\x1A!†" b"÷9Kæ*\x11–Å.[uæí¶z'" b"÷:¤ð¡zôž’dOŸåþ\x05\x03" b"÷C«lóQ8C±WæÔ ƒ^" b"¸ü*DSe▄\x1FÊEt;N╦4÷" b"÷ólX’œùbôšbÕ\x11ïð" b"ø\x0E&\x10/µÁc©&<…‹hVè" b"ø@h\x05MôåÉwˆw^\x06؈[" b"°íÉÀÎ\x19\x1A'cÈùz´û\x05!" b"ø®AØÉQ40£¢~FÆ{ï\x15" b"ø»ÊÕÔÙˆL%\tþ)\x14\v…–" b"ù5‰Å@ó[œ\x14\x1E¤’G\x06‚)" b"ùF:(([\x17~‹¿‹ïš€³'" b"ù_jhå±\vã@\x1A£˜¬3wn" b"¨ãlØ┐\x08DNç║dñ\x08I@ö" b"ùü)ú\rëèI¡\x03sRy±tÙ" b"ú\e\x10¦\x12\t©\x1C÷ÿ õ\x14Žx" b"ú@ûóK½Ã\x16üÏÝrÜ=\x06½" b"·JTÀ:ð╬æì0┘§;àY"" b"úPºÓPRØM·¯hñ9o›ó" b"úUé\x05I¬Ž\x03¯“i•ƒ\eô*" b"·iW»{~æíj\x12ź%qâT" b"ú‹ËVü)¸I]/p\e~\x12T=" b"·│\x04ØH\fS\x7Fi0Þ╗\ewI\x10" b"úÛ\x14|ól›W\x01 ƒWºÕò%" b"úúç÷\x19÷æú\x1F®}H>YÏ{" b"úþ’Uôi\ez\x11ƒ£Eà\Å1" b"¹\x06ÜI÷ìòµý®^nÉÔÿË" b"ûP¶\x19œaQ/\x00ùà…ƒ¥'¼" b""" û\\n :\x03–\x04á\vœ©žØõoÜ """ b"¹a½Ç~▓Ø¿kZ-âO╔;R" b"û“©\fztï©*¹\x1FwúVÂú" b"¹óðA■ı╩Å^c½µ39o°" b"û£ªà\rÃ)\x0Eg‰2´j%\tß" b"û¿\x19?UO5FsZåL®q¦z" b"¹¦Û,X;ì©█Ó®¡ÅÇ└\x1C" b""" ¹Ûj?Ø\n Ü=6\x08t·═á©* """ b"³MÅb³î\í\x04ÿ¬└\x03«»¥" b"ü^ºƒðÃò¨þ\x10ê8:ªh¡" b"übå/)\x1CWSV¾\x14\x057KN’" b"³ÉÌuõ\x04░\vÛ9`▒*¨e¸" b"³░>Ú:J└Ð\x7F‗┘^\x1Eì*%" b"ü÷’Ú\x04Iùš±\x1C0û\x02\x006ñ" b"²\x0EÐn\eÊüÜ\x05▒6Ö[J¾ç" b"²4ÈL┤c?ìý4├fs\x1A║╦" b"ý6\x18\x01ûÓ„™\x17\x00^_Ð\x7F G" b"ýi\ršÌ•ˆZ|¹¼ðÍyfè" b"ýlºpï{‡™±wù¦\x00¶\x02ù" b"ý…g±HST‹Šø„Ÿò;oJ" b"²úØ=\x02▀┼;╠ÃáOÅel;" b"■\x1C¥ìI²mª8+■2├üÝl" b"þ J\x02ÍáûÇb¡z¸Ž\x1C\r" b"þ!règTcl/q*Æ¥V:\x06" b"þm’†N )\x05\x12z\x7F3Ô\x1EñÊ" b"þv2w–¶º€Š.»Ž šÍ;" b"þÆ—c\x1Fuù\f\x17€\x17~~rVr" b"þìä]â„Ͳͽ\fϼ\x1EP†" b"ÿ$ÙØ—ëR\x05“>a؇©\x11" b" M®¡rC¤╚3ÅKÔ\x06░æ" b"ÿy&/\x7F\x17¤lİnÈiQêÆ" b"ÿŠr\x14\x14*f#à×ëózøÙ´" b"ÿ¡}1£c¦ÝC‰À3\x0F†å\x1A" b"ÿñ>ÚHXCP>²±´“Ý<" true ] |
||||||||||||||||||||||||||||||
| 43 | 0.19 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.23 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.16 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 | 4.15 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 | 7.81 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"\x1E™D߬\x1E¬z`-eb\vI*H" true ] |
||||||||||||||||||||||||||||||
| 48 | 3.65 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"\x1E™D߬\x1E¬z`-eb\vI*H" true ] |
||||||||||||||||||||||||||||||
| 49 | 5.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 ] |
||||||||||||||||||||||||||||||
| 50 | 0.44 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.28 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 | 5.50 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 | 6.53 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 | 5.54 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 | 2.78 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/1e9944dfac1eac7a602d65620b492a48" b"/»_ââšMpªXTÎ|ãâ\v" b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—" ] |
||||||||||||||||||||||||||||||
| 56 | 3.94 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"¬-çØ–žn,WHÀ¬ð\t\x19ï" ] |
||||||||||||||||||||||||||||||
| 57 | 6.40 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 | 0.71 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"õª",█[47T\x00ÉO\x03ϵÑ" ] |
||||||||||||||||||||||||||||||
| 59 | 0.32 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"üƒFÕ,%v:U╠d$"dC\x17" ] |
||||||||||||||||||||||||||||||
| 60 | 6.48 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 | 0.30 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 | 5.06 ms |
# app-scripts::refresh::search-ids SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
true
]
|
||||||||||||||||||||||||||||||
| 63 | 3.92 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 | 3.97 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.24 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.09 ms |
SELECT `name`, `path`, `author` FROM `app` WHERE `active` = 1
Parameters:
[] |
||||||||||||||||||||||||||||||
| 67 | 4.62 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 | 3.54 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.24 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 | 2.67 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.12 ms |
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[ b"B›>Ÿ±N@P¸è ˜3C^H" "frontend.detail.page" ] |
||||||||||||||||||||||||||||||
| 72 | 0.07 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 | 5.23 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"\x1E™D߬\x1E¬z`-eb\vI*H" ] |
||||||||||||||||||||||||||||||
| 74 | 9.17 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"õª",█[47T\x00ÉO\x03ϵÑ" ] |
||||||||||||||||||||||||||||||
| 75 | 0.24 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"\x1E™D߬\x1E¬z`-eb\vI*H" b"/»_ââšMpªXTÎ|ãâ\v" ] |
||||||||||||||||||||||||||||||
| 76 | 6.54 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.22 ms |
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
"de-DE"
]
|
||||||||||||||||||||||||||||||
| 78 | 17.72 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 | 4.88 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 | 0.34 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.51 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/1e9944dfac1eac7a602d65620b492a48" "/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" "/detail/4e246a381baf2ce038b3b0f82c7d6fb4" "/detail/52fc2aee802efbad698503d28ebd3a1f" "/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 | 0.27 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.