96.49 ms (30.93%)
1
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `sales` ) DESC , MIN (`product` . `id` ) ASC LIMIT 48
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"‘ùnjÔ±Fçµ¼¾A/a{º "
true
b"BnE²ñþKT‹§a\f _7jg "
null
true
false
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x426E45B2F1FE4B548BA7610C5F376A67 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `sales` ) DESC , MIN (`product` . `id` ) ASC LIMIT 48 ;
Copy
68.91 ms (22.08%)
1
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `file_hash` as `product.cover.media.fileHash` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ôá¨YóJA'¿Åc}…FpŸ "
b"©ùÌ5¾|áï\x7F ûqáÃX»\x1F "
b"\x15\x19 67¨PL³¼ŒŽ¾ú½‚m "
b"¶2ÌV7®LÚ±\x1A ¨n\x13\x0E\x0E ? "
b")ÀÙ5ˆÐA¶–Ó)YbÉ`\x1D "
b"""
'¿ç\n
ñ\x03 Ñ8¢;±&ëD¿\x18
"""
b"¤ô\x05 ý•ÉE'¥×ËYåœNV "
b"gùÏÅÍîO¡¥ÁX\x15 T8Üx "
b"‘íçU\x08 œÇÏlH#Ø€mC "
b"˜0\x08 %üjH/¿ža/¶\\x10 î "
b"Ä3\x1E <µ•A¦tQ\x10 7…¤¼ "
b"vä_\x15 ¯7Në€_Ê\x19 ܽ3“ "
b"á ÍB·¹B+¥—¤‰‘ñ}þ "
b"|Dƒž]bHc¨\x19 LkùÇ$ "
b"> dDŽÅL…ƒƒõdx>,» "
b"²\x02 bò\x14 pLÚœºE\x16 T€Zú "
b")\x17 婜QCBº\x00 ±8XI\x04 1 "
b"«\x03 ¸Ã”"It¨Ûi\x7F Ù™Xv "
b"nfs¸(dè½'ÙÐ…ù#‡ "
b"\x06\x1D šÜ¹ÖÊèR!þú}â:À "
b";Dºô_\x06 T€aOO<v5 "
b"ö\Ë\x1D GK߆\r Áº§\x13 V "
b"ˆM9Æ¢ŒBÛ‚û¿¶Xm8 "
b"«¸Ç#4OïR\x13 ÐIï‰÷ "
b"Ì\v h™ÆHîƒç9䥱ÿ "
b"\r y¾õL´\x17 >ü\x16 {¾¨ý©G "
b"%>Ä¢TéA>»Û`÷ùbF¯ "
b"r@veœ‘HÕ¢o\x1C \x14 Á¤ö "
b"$›z}·úÖP¹{Ÿ¥…ºvG "
b"LV™\[ŒH¹ˆœ_ÿõ¤¢„ "
b"¤÷ˆ'\x16 ›KI—äci\x15 )˜¬ "
b"óóƒa‡¥]öÅC䋞ƛ| "
b"Ʊ\x0F\x1A\x1A ŸE0·¼û\x18\x11 ÿ6r "
b",¦þÓŽ‡rã4+\f ¬`\x00 ë "
b"\x16 ,\x03 ÅäêE?®Q£•e›ÓŸ "
b"L²%ÊC\x1E I{¡?\x0E üSŽ\x15 ³ "
b"Mø:j\x00 üH››\x14 Ÿ\x7F ²\t ¼+ "
b"nÝ•â\r \x11 ú^‡'Ñy\x1F d÷ "
b"\x08 ò¥]ZÉAvŽGOÁ\x12 D\x1A\x18 "
b"""
\n
^$\x1A TúJ;\x07 ¡¤~œêê
"""
b"\x02 LEöÍ\x10 E”¿¯|ž£=\x03 8 "
b"\x18 1ß3Ð2'bp¨\v Ìü\x00 >õ "
b"Ús 3ÉñN£€;ÜqëC\x13 "
b"òX@\x04 mÙÕ$‚Ú£¤–¶Ú\x15 "
b"\x13 aávØòM‘P⺼ɷm "
b"\x7F þ‰î#K\x18 ·Úy»¥ÙÍ‹ "
b"ªd—XOdI\x1A ®@\x0E ¹ÚE]ß "
b")^1ÛžœN\x0E §š´5\x1E ˆž= "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `file_hash` as `product.cover.media.fileHash` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `file_hash` as `product.cover.media.fileHash` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0xD4E1A859F34A4127BFC5637D8546709F , 0xA9F9CC35BE7CE1EF7FFB71E1C358BB1F , 0x15193637A8504CB3BC8C8DBEFABD826D , 0xB632CC5637AE4CDAB11AA86E130E0E3F , 0x29C0D93588D041B696D3295962C9601D , 0x27BFE70AF103D138A23BB126EB44BF18 , 0xA4F405FD95C94527A5D7CB59E59C4E56 , 0x67F9CFC5CDEE4FA1A5C158155438DC78 , 0x91EDE755089CC78FCF6C4823D8806D43 , 0x98300825FC6A482FBF9E612FB65C10EE , 0xC4331E3CB595418FA67451103785A4BC , 0x76E45F15AF374EEB805FCA19DCBD3393 , 0xE1A0CD42B7B9422BA597A48991F17DFE , 0x7C44839E5D62486390A8194C6BF9C724 , 0x3EA064448EC54C858383F564783E2CBB , 0xB20262F214704CDA9CBA451654805AFA , 0x2917E5A99C514342BA00B13858490431 , 0xAB03B8C394224974A8DB697FD9995876 , 0x6E66739DB82864E8BD27D9D085F92387 , 0x061D9ADCB9D6CAE85221FEFA7DE23AC0 , 0x3B448EBAF45F06815480614F4F3C7635 , 0xF65C9FCB1D474BDF860DC1BA90A71356 , 0x884D39C6A28C42C39B82FBBFB6586D38 , 0xAB9FB8C723344FEF8F5213D049EF89F7 , 0xCC0B9D6899C648EE83E739E4ADA5B1FF , 0x0D79BEF54CB4173EFC167BBEA8FDA947 , 0x253EC4A254E9413EBBDB60F7F96246AF , 0x724076659C9148D5A26F1C2014C1A4F6 , 0x249B7A7DB7FAD650B97B9FA585BA7647 , 0x4C56995C5B8C48B9889C5FFFF5A4A284 , 0xA4F78827169B4B4997E46369152998AC , 0xF3F3836187A55DF6C543E48B9EC69B7C , 0xC6B10F1A1A9F4530B7BCFB1811FF3672 , 0x2CA6FED38E8772E3342B0CAC6000EB20 , 0x162C03C5E4EA453FAE51A395659BD39F , 0x4CB225CA431E497BA13F0EFC538D15B3 , 0x4DF83A6A00FC489B9B149F7FB209BC2B , 0x6EDD95E20D11A0FA5E8727D1791F64F7 , 0x08F2A55D5AC941768E474FC112441A18 , 0x0A5E241A54FA4A3B8107A1A47E9CEAEA , 0x024C45F6CD104594BFAF7C9EA33D0338 , 0x1831DF33D032276270A80BCCFC003EF5 , 0xDA73A033C9F14EA3803BDC719DEB4313 , 0xF25840046DD9D52482DAA3A496B6DA15 , 0x1361E176D8F24D9D9150E2BABCC9B76D , 0x7FFE9089EE234B18B7DA79BBA5D9CD8B , 0xAA6497584F64491AAE400EB9DA455DDF , 0x295E31DB9E9C4E0EA79AB4351E889E3D ));
Copy
39.67 ms (12.71%)
1
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"‘ùnjÔ±Fçµ¼¾A/a{º "
true
b"BnE²ñþKT‹§a\f _7jg "
null
true
false
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.min` ,
MAX (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.max`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id`
AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id`
LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id`
AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND `product.categoriesRo` . `id` = ?
AND NOT (`product` . `display_group` < = > ? )
AND NOT (
IFNULL (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) < = > ?
AND `product` . `available` < = > ?
)
)
)
Copy
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x426E45B2F1FE4B548BA7610C5F376A67 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 )));
Copy
26.28 ms (8.42%)
1
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x02 LEöÍ\x10 E”¿¯|ž£=\x03 8 "
b"\x06\x1D šÜ¹ÖÊèR!þú}â:À "
b"\x08 ò¥]ZÉAvŽGOÁ\x12 D\x1A\x18 "
b"""
\n
^$\x1A TúJ;\x07 ¡¤~œêê
"""
b"\r y¾õL´\x17 >ü\x16 {¾¨ý©G "
b"\x13 aávØòM‘P⺼ɷm "
b"\x15\x19 67¨PL³¼ŒŽ¾ú½‚m "
b"\x16 ,\x03 ÅäêE?®Q£•e›ÓŸ "
b"\x18 1ß3Ð2'bp¨\v Ìü\x00 >õ "
b"$›z}·úÖP¹{Ÿ¥…ºvG "
b"%>Ä¢TéA>»Û`÷ùbF¯ "
b"""
'¿ç\n
ñ\x03 Ñ8¢;±&ëD¿\x18
"""
b")\x17 婜QCBº\x00 ±8XI\x04 1 "
b")^1ÛžœN\x0E §š´5\x1E ˆž= "
b")ÀÙ5ˆÐA¶–Ó)YbÉ`\x1D "
b",¦þÓŽ‡rã4+\f ¬`\x00 ë "
b";Dºô_\x06 T€aOO<v5 "
b"> dDŽÅL…ƒƒõdx>,» "
b"LV™\[ŒH¹ˆœ_ÿõ¤¢„ "
b"L²%ÊC\x1E I{¡?\x0E üSŽ\x15 ³ "
b"Mø:j\x00 üH››\x14 Ÿ\x7F ²\t ¼+ "
b"gùÏÅÍîO¡¥ÁX\x15 T8Üx "
b"nfs¸(dè½'ÙÐ…ù#‡ "
b"nÝ•â\r \x11 ú^‡'Ñy\x1F d÷ "
b"r@veœ‘HÕ¢o\x1C \x14 Á¤ö "
b"vä_\x15 ¯7Në€_Ê\x19 ܽ3“ "
b"|Dƒž]bHc¨\x19 LkùÇ$ "
b"\x7F þ‰î#K\x18 ·Úy»¥ÙÍ‹ "
b"ˆM9Æ¢ŒBÛ‚û¿¶Xm8 "
b"‘íçU\x08 œÇÏlH#Ø€mC "
b"˜0\x08 %üjH/¿ža/¶\\x10 î "
b"¤ô\x05 ý•ÉE'¥×ËYåœNV "
b"¤÷ˆ'\x16 ›KI—äci\x15 )˜¬ "
b"©ùÌ5¾|áï\x7F ûqáÃX»\x1F "
b"ªd—XOdI\x1A ®@\x0E ¹ÚE]ß "
b"«\x03 ¸Ã”"It¨Ûi\x7F Ù™Xv "
b"«¸Ç#4OïR\x13 ÐIï‰÷ "
b"²\x02 bò\x14 pLÚœºE\x16 T€Zú "
b"¶2ÌV7®LÚ±\x1A ¨n\x13\x0E\x0E ? "
b"Ä3\x1E <µ•A¦tQ\x10 7…¤¼ "
b"Ʊ\x0F\x1A\x1A ŸE0·¼û\x18\x11 ÿ6r "
b"Ì\v h™ÆHîƒç9䥱ÿ "
b"Ôá¨YóJA'¿Åc}…FpŸ "
b"Ús 3ÉñN£€;ÜqëC\x13 "
b"á ÍB·¹B+¥—¤‰‘ñ}þ "
b"òX@\x04 mÙÕ$‚Ú£¤–¶Ú\x15 "
b"óóƒa‡¥]öÅC䋞ƛ| "
b"ö\Ë\x1D GK߆\r Áº§\x13 V "
]
SELECT
`product_price` . `id` as `product_price.id` ,
`product_price` . `version_id` as `product_price.versionId` ,
`product_price` . `product_id` as `product_price.productId` ,
`product_price` . `product_version_id` as `product_price.productVersionId` ,
`product_price` . `rule_id` as `product_price.ruleId` ,
`product_price` . `price` as `product_price.price` ,
`product_price` . `quantity_start` as `product_price.quantityStart` ,
`product_price` . `quantity_end` as `product_price.quantityEnd` ,
`product_price` . `custom_fields` as `product_price.customFields` ,
`product_price` . `created_at` as `product_price.createdAt` ,
`product_price` . `updated_at` as `product_price.updatedAt`
FROM
`product_price`
WHERE
(`product_price` . `version_id` = ? )
AND (
(
`product_price` . `product_id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ?
)
)
)
Copy
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x024C45F6CD104594BFAF7C9EA33D0338 , 0x061D9ADCB9D6CAE85221FEFA7DE23AC0 , 0x08F2A55D5AC941768E474FC112441A18 , 0x0A5E241A54FA4A3B8107A1A47E9CEAEA , 0x0D79BEF54CB4173EFC167BBEA8FDA947 , 0x1361E176D8F24D9D9150E2BABCC9B76D , 0x15193637A8504CB3BC8C8DBEFABD826D , 0x162C03C5E4EA453FAE51A395659BD39F , 0x1831DF33D032276270A80BCCFC003EF5 , 0x249B7A7DB7FAD650B97B9FA585BA7647 , 0x253EC4A254E9413EBBDB60F7F96246AF , 0x27BFE70AF103D138A23BB126EB44BF18 , 0x2917E5A99C514342BA00B13858490431 , 0x295E31DB9E9C4E0EA79AB4351E889E3D , 0x29C0D93588D041B696D3295962C9601D , 0x2CA6FED38E8772E3342B0CAC6000EB20 , 0x3B448EBAF45F06815480614F4F3C7635 , 0x3EA064448EC54C858383F564783E2CBB , 0x4C56995C5B8C48B9889C5FFFF5A4A284 , 0x4CB225CA431E497BA13F0EFC538D15B3 , 0x4DF83A6A00FC489B9B149F7FB209BC2B , 0x67F9CFC5CDEE4FA1A5C158155438DC78 , 0x6E66739DB82864E8BD27D9D085F92387 , 0x6EDD95E20D11A0FA5E8727D1791F64F7 , 0x724076659C9148D5A26F1C2014C1A4F6 , 0x76E45F15AF374EEB805FCA19DCBD3393 , 0x7C44839E5D62486390A8194C6BF9C724 , 0x7FFE9089EE234B18B7DA79BBA5D9CD8B , 0x884D39C6A28C42C39B82FBBFB6586D38 , 0x91EDE755089CC78FCF6C4823D8806D43 , 0x98300825FC6A482FBF9E612FB65C10EE , 0xA4F405FD95C94527A5D7CB59E59C4E56 , 0xA4F78827169B4B4997E46369152998AC , 0xA9F9CC35BE7CE1EF7FFB71E1C358BB1F , 0xAA6497584F64491AAE400EB9DA455DDF , 0xAB03B8C394224974A8DB697FD9995876 , 0xAB9FB8C723344FEF8F5213D049EF89F7 , 0xB20262F214704CDA9CBA451654805AFA , 0xB632CC5637AE4CDAB11AA86E130E0E3F , 0xC4331E3CB595418FA67451103785A4BC , 0xC6B10F1A1A9F4530B7BCFB1811FF3672 , 0xCC0B9D6899C648EE83E739E4ADA5B1FF , 0xD4E1A859F34A4127BFC5637D8546709F , 0xDA73A033C9F14EA3803BDC719DEB4313 , 0xE1A0CD42B7B9422BA597A48991F17DFE , 0xF25840046DD9D52482DAA3A496B6DA15 , 0xF3F3836187A55DF6C543E48B9EC69B7C , 0xF65C9FCB1D474BDF860DC1BA90A71356 )));
Copy
15.48 ms (4.96%)
1
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product.properties` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"‘ùnjÔ±Fçµ¼¾A/a{º "
true
b"BnE²ñþKT‹§a\f _7jg "
null
true
false
]
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x426E45B2F1FE4B548BA7610C5F376A67 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product.properties` . `id` ;
Copy
11.39 ms (3.65%)
1
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (seo_url . language_id = ? ) AND (seo_url . sales_channel_id = ? OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 )
Parameters :
[
"/navigation/426e45b2f1fe4b548ba7610c5f376a67 "
"/navigation/09d2ce8488e94a28bce222e2e22ceda8 "
"/navigation/ef9dbacf27b240309d1e603cb49bd272 "
"/navigation/2370a606774546b48f8fcab6b8286ac6 "
"/navigation/3c44bafdc37d4cdbaaa2cd70ce60679a "
"/navigation/f2f4615d83d4426b8e5538b834d377a1 "
"/navigation/e0cdbc551b64462fa6c040eae8842902 "
"/navigation/b5acb8208d2949e599bcf94fa105490a "
"/navigation/d60fe3f633dc480da5908308921e64f7 "
"/navigation/5d85bbeedb9540bc97afb4ed0a9dbad4 "
"/navigation/feba94f259e941b38042d448ac9aa6f1 "
"/navigation/c61086d4d7134412b8387f3545f5be39 "
"/navigation/c51fcf901d364d1f86694cfcdd9eb9a7 "
"/navigation/d949a96e79ec4da58c1498cfafe19e68 "
"/navigation/f56c8688cb3547f4ba2664c24641cb08 "
"/navigation/e33d4c8a1f4b46fca20628f6fe5012b7 "
"/navigation/9d3a4568ecde49fdb93fdf766914e8fb "
"/navigation/9abccf9ea2a641eb8fbd3760ecc9cc88 "
"/navigation/d01af7cfd2d44febb5a5d96e1de41f38 "
"/navigation/eae6700d50254e468db1180ee308c2d5 "
"/navigation/ff69e61e866b4008bf8402adc3a026f4 "
"/navigation/06d451b0999f46379de73b08f22c169e "
"/navigation/134098a8a9874f7083c356442a7c710a "
"/navigation/104fe514648049ae84e042d16ebe95c7 "
"/navigation/b078ac6f26ae42859c481da342c6f2f7 "
"/navigation/1ce9780a765f40babc9e16b5b75cadb9 "
"/navigation/056b9e14cf59437286c5fc7e51857699 "
"/navigation/0f5360f936d84845a43fc16b52440765 "
"/navigation/16cf2784414f4f5fb6e2d29aea1325f1 "
"/navigation/b6358c1605014d239ef4110ef308b278 "
"/navigation/65865e4861674f58992ae92575262259 "
"/navigation/f650c74fc4e549ba9d2e44c777de1749 "
"/navigation/e066e96822e94b30bbc899d58b0ce7f7 "
"/navigation/9302bd5be0564517895eecb01c47d076 "
"/navigation/cb1119a34f6c4b18ac2de15e1f0e7d17 "
"/navigation/45e7335eb55447279ff2bec210c91bf4 "
"/navigation/24a7114488ff4c67b8aa944b3acfc5e3 "
"/navigation/fa5e0a07dc86401cbc53e4d8362724bd "
"/navigation/8ecc23ca4c234bfbb9579fc42c81f354 "
"/navigation/86b4bf5ed9464a68816e2db9dee5efd8 "
"/navigation/91b00ab8ff79421eadc62676665121f3 "
"/navigation/ad00b48057e346cb91fd31e90bf91c1a "
"/navigation/e72179143ba043a992c85e9b09777453 "
"/navigation/5e8ad69a8b81419f8a64c17118747503 "
"/navigation/defdcd2839114f3e83207d26bc37e743 "
"/navigation/14e4afa373334cc8ba21703f779ec4bc "
"/navigation/a4935291c57443639fbf61df1aad6d75 "
"/navigation/d727d8e1e5a545d0b88ca93ad8154c19 "
"/navigation/ee0648b5174542e5a4b158b16e4e7f0a "
"/navigation/30fb667374e44f0a9debd310e0f14c16 "
"/navigation/b86815e2f5d0477287a49c360f67fd9d "
"/navigation/9590101555f6405787a852875a427156 "
"/navigation/a4c48b49d58f46e9ac01d85e1c9057f4 "
"/navigation/ef972c4913a64f26aa2e86b916f2a01c "
"/navigation/dfcdebbe50ef40c0ae832ab10cf8d813 "
"/navigation/75a374f617c2492b83f41308577cb5fa "
"/navigation/fc545b6253bd47a7803344c1a216fd2b "
"/navigation/422384a875b845a28446aabefe5d02a1 "
"/navigation/15f6273398dd423daa6e469a7e736199 "
"/navigation/ad771ec2b0ae4a05a7f88d3e84347da0 "
"/navigation/da0b25c7107948d1b70d7857e7fbcd02 "
"/navigation/9b939e8b882a447689587c5c421fe6cd "
"/navigation/dad1b88e6b6a41d294742d7ed9debac6 "
"/navigation/5116877617ce402d944bce16aeffac60 "
"/navigation/b58df0a004ba4f0ebe1a07cc3e79b1a7 "
"/navigation/ca679e714414410ca085111a6ff6c0dd "
"/navigation/006cbd8a6ac0403db6659bed803062a4 "
"/navigation/c09bf64e62c54b2aa55124b3f2f41f2c "
"/navigation/89bb8a6fe5724ff4a37bb82024ab8ff0 "
"/navigation/6548102f1a7247678ce400fee2266eb7 "
"/navigation/fb87e77fde86450bb9e7f892e8247e65 "
"/navigation/c387095caf094709bbc7a9cbac1c0311 "
"/navigation/615b789f5ca54bed8d23a5fb0d2b33a1 "
"/navigation/92ab43d153734b61b09765a05ec804f3 "
"/navigation/c9462fd11b9c495ab138db44b0d3afb7 "
"/navigation/aaebbf30e73f4b85b48475e08a036d1b "
"/navigation/bc41d3bcc7904b92b86d187118a556cb "
"/navigation/12e08f52f92c4e4c871cfa0e8fe00117 "
"/navigation/2a6dcbb345f74304b3ac653e2ad4d2af "
"/navigation/3af54e649c494849810018fb527ad00c "
"/navigation/0a391de2b73841339e0b54e6fbd54849 "
"/navigation/82b891ec799749d0948652de007fa62f "
"/navigation/f5c215c7ca6e45c6930d6c4064ade126 "
"/navigation/f724f9f8b35f47a6b7d0ddac2c6e6d89 "
"/navigation/774ea5bab3c54623bd546d6c9c26b31e "
"/navigation/2470e66686d64905967defb9f5df8d3e "
"/navigation/a9367d93455344768b380e4f804db56c "
"/navigation/85a18b40594d4fb3bb91c46e011a77c0 "
"/navigation/0dc40f67884344b8929210b7e5aa22d1 "
"/navigation/920c097059bc4a61a9f4db41e59751fb "
"/navigation/19df51e552a24dee9c9a1710a94f095b "
"/navigation/70cdd05c6e5949468f37f121d2004236 "
"/navigation/ab609dd4871c4cbd89f1933a03432436 "
"/navigation/90114638303041f397bfc2b01d62ac43 "
"/navigation/7f2a966db1e9423aa96a0b1c36000533 "
"/navigation/f9b249d87650444baeff36af787a994f "
"/navigation/e19390ccdbd142da945af97c51c02703 "
"/navigation/3534cf2472f8488d8121d53e3f64d402 "
"/navigation/bffef678702747c28dfdd5dfa4cb1013 "
"/navigation/cd9682e97f77401e88162bdc19b9bb8c "
"/navigation/8cc96d18bbf747cc885db56f385a7a48 "
"/navigation/368b575ec8ba46cd9895c15e23f4c07d "
"/navigation/8a84d0868ec345f3a42f9fa7ec219490 "
"/navigation/036537f24ed0486385166e9c5154c5d7 "
"/navigation/0a84d4899018416ea8854e0ab81bd064 "
"/navigation/8127cbee394a4ba8b3d808a0ec6327bb "
"/navigation/ccecbf817e804b38b020a71d81bfbf79 "
"/navigation/454bd802e74f4f0d870a38d804536e92 "
"/navigation/893fbb14888b43b8865c44614d7ea60b "
"/navigation/5184aedfc2ae4f0580a10deb957d5a62 "
"/navigation/5d77f3b3b4e14fa8b3cfc7796bd64b7f "
"/navigation/99fb78b6e96c4ea2b54ad6903dc6cc01 "
"/navigation/4172c0af5ec34f7eb6bfef2fb5aa37ed "
"/navigation/68292ef0b97e48bb81461693e56b0bcc "
"/navigation/713a829050e5471cb4cda0a2b26b2f39 "
"/navigation/87f3f6762629429888985a90195f7949 "
"/navigation/c459c57eaff24880a80b8b41065d028d "
"/navigation/6adbebdfd7fe491499bcf721a6ecd9be "
"/navigation/462e35fe4d814c289acf712780ae5a0a "
"/navigation/018f105488a973419d7a3fdef1769030 "
"/navigation/018f1055aa18727fa63b0b0fa276dec1 "
"/navigation/018f10551c80759d953688d2db9bdc76 "
"/navigation/018f105531d97697b34bf9dbfa570399 "
"/navigation/4b837f8d150444b1ae7012b36be47fc3 "
"/navigation/4556885bcab94c2f9e32500268ce101a "
"/navigation/8b5d8dbe190b4cb2a715a8e84e0134c0 "
"/navigation/d66d2cd69db647698198417dfc53f326 "
"/navigation/84003fbb44074f0a9b83ad667ffd2647 "
"/navigation/54e09de87c5b49d792d4c62ff0202ae7 "
"/navigation/638f8832f9db4873a385133e83f55ca9 "
"/navigation/f64a5e8d15ec4ac8b0b175428682ed83 "
"/navigation/43b3fdf4370549e59ce6ee02eb8de4c2 "
"/navigation/1aefb6101b184c9eba1fa58b7c1429dd "
"/navigation/015bd7b4c20a474691fca3865af10ff4 "
"/navigation/7f07c7ee5c464e10810eaa2f7d9ded8c "
"/navigation/46b205b6674c4d63a7cea80b66abe2b9 "
"/navigation/6df7ff9efd56401e822a4d2fe28dda80 "
"/navigation/cee9773ef93e49ed974e13c8b11b018a "
"/navigation/859c9a152e79496fbd66893e9b9f0e5c "
"/navigation/49ba846a2d4e4629a7cce6e9e8abf961 "
"/navigation/019e1befa81474eda77a89045be428c8 "
"/navigation/019e20c472a7754cba4d2665698e8d08 "
"/navigation/019a106c94407322845029c7d35b9834 "
"/navigation/3165114444364cf3b28ee47710323dfe "
"/navigation/5477551a6ab041d398698925ef84ca73 "
"/navigation/018f58946ec77ef59e92d49096cc2ceb "
"/navigation/42e486a9da6f41c690ae788e01e678aa "
"/navigation/4d280192ab6541499f7fe9b410f16043 "
"/navigation/b71c02ce69ed4165935e2644b5709862 "
"/navigation/05bc063b0f174ce2b4197983ee595e10 "
"/navigation/b811032dfe6c4a958661d20310687704 "
"/navigation/43f227a5aa7649089e89abfb0897f481 "
"/navigation/d03e3eb2bc25436f92233b2572de00c7 "
"/navigation/432dc5bf111e433d9a10ca94a62dfc95 "
"/navigation/f8bd26a66d12405e9d4f9117386b7d45 "
"/navigation/f96131f133034be7a98f694b4e482e10 "
"/navigation/019e204f9c34749982ca85cc10c30ef6 "
"/navigation/018f58a30eba72f49fd5c41bd2f8a7c2 "
"/navigation/018f58a48429741eacb7c978f2d81e5f "
"/navigation/018f584347087eddbe3eb55771548e57 "
"/navigation/018f5843fb8678a48b0d7b71e7395aec "
"/navigation/f5c1ea4bfa9742d2ab485088707e37a5 "
"/navigation/8074e2e56e124fb7b5f22b301d016c0b "
"/navigation/989a1f466c4749ba8e94e9113c5729b7 "
"/navigation/018f5895c3e8741e9585ac7ad92ab304 "
"/navigation/42bacabd9bfc454881cb6137cda4fd8e "
"/navigation/8e626e4b91ca4da4bb7023877a79a7e6 "
"/navigation/018f589b832d7e00accc6f418e678b3d "
"/navigation/4ec2b3cdec0644a18fde0f212eb72858 "
"/navigation/018f58a5f001741eab3ab7b8f8ab6bc6 "
"/navigation/019e20cddbaa7830bf17b52e332b116c "
"/navigation/aef5fdd7403044c2a6b71ed862d78570 "
"/navigation/018f58a6d0487ad29748cd7a87e03308 "
"/navigation/8d1a0664060b47ed8b6dff68d8542201 "
"/navigation/4ae3558274454b4392a4f8664447808b "
"/navigation/2d712bcb1e254331b432b30a3aa8dcf9 "
"/navigation/7296c337397e4f289fa8858d3c7c7db4 "
"/navigation/018f58a7a5e773d38e838bfef5144e9e "
"/navigation/01917f39828f7c4aa86b0bc10a961564 "
"/navigation/019e1bf214c076e384cdcd14012ed5a1 "
"/navigation/018f5888c5fd746b8e81adc94b706511 "
"/navigation/8be671f0b6a641ca81d614173daba97d "
"/navigation/019e20bcdfcd7f6aba94ecd0e2a665af "
"/navigation/018f58ab72be72ff89009d9f10cfe544 "
"/navigation/018f58abf5767510867eacc579377b85 "
"/navigation/42d40f8fab8040938f7704eba01317ba "
"/navigation/018f58a9c9c77aad9bf956a9952ef9ec "
"/navigation/774a005e688043699bb458cd61fa654c "
"/navigation/018f58ad6525757a91d1887a0568fd3e "
"/navigation/9d22ae740d6a4af68b535cea8de49a48 "
"/navigation/019e20beedf374aeb94e9203dd0a2dad "
"/navigation/25c0986e665d49d88d4e39e76c43a3ff "
"/navigation/07f39c5d48154f86960c70d1974a4949 "
"/navigation/31a993622b6043f9a1e584eddad5bd8c "
"/navigation/83593a4483eb4ba0bd6cce81f7849726 "
"/navigation/b3d53be6cc204d0cb88d76401a213fa7 "
"/navigation/019e20c66e377fc6a6c26f7c5cd27bda "
"/navigation/0d2f58ca297042128ea1412e315f3e75 "
"/navigation/018faaddd34c78269b89a398bbc3aa9a "
"/navigation/018faadebe1873128eaf30752c7f31d1 "
"/navigation/018f58e2724e7400aab4510f6e910df5 "
"/navigation/018f58e2892a74a5a99a46b3bb6a8ae1 "
"/navigation/018faade6bcd7fea9ff6f25a3c4d1f8c "
"/navigation/019e2029c66f70488e31a7e4e9586737 "
"/navigation/018f588e30897945b8d9fcbfe2c79540 "
"/navigation/c6c324dc838046eb831c99d7bf68be82 "
"/navigation/01917f96f44575239eff331589a8dcc7 "
"/navigation/018f58afb245704d8d3baa2f9a9b6fce "
"/navigation/9bf305c290a342779cfcca8b02a680b0 "
"/navigation/018f58b303647f8aa29973566800f350 "
"/navigation/018f58b2556c72d0a63de9bd51b41580 "
"/navigation/019e1bfa9ab17792836c251ece779d03 "
"/navigation/018f58b634b27b1cb55b2f764e181924 "
"/navigation/f800f9d0a8b74166b7f7f3a3bbd962d6 "
"/navigation/018f58bba31b75d6ad492048b660ecbe "
"/navigation/019e1c04e7c47a178102f203c79abc0d "
"/navigation/aa57829479154f27a8973a09a5f5dc48 "
"/navigation/018f58b6dad37707901e8c6741ae1b41 "
"/navigation/018f58bc5db47bd180c44de3a547d6b6 "
"/navigation/018f58b8311a7a6781afda03e2ed9142 "
"/navigation/019e20d4261b7244a7a95d18604e1859 "
"/navigation/019e20dcc3127870ad58aaa9427f1fe2 "
"/navigation/019e20d75fd77768a45f326354174aad "
"/navigation/019e1beb62cd76bfb7068378a05d8703 "
"/navigation/018f58bdf30b7d7f8bb4d78731c66d0f "
"/navigation/018f4e7edeee7a328cd0a2ff91984719 "
"/navigation/018f58be88727cf4b0c5d8d2da46c68e "
"/navigation/018f58bf59137a78b65885c8d78c44aa "
"/navigation/352ee310d604455283058d09c0c88c1a "
"/navigation/018f58c944d9702bb062d2f08d4e877f "
"/navigation/019e202b82977407b3a6e2669a58f197 "
"/navigation/018f58c04f1a79cfaf9c5a0970671278 "
"/navigation/6443a8fda1554cff8aeafe31b163a516 "
"/navigation/019e20a6efdb7d5cae9aa2e94551478d "
"/navigation/018f58ca2d3972f99e25aa54249b7601 "
"/navigation/019e1bd6a68f71749b35930bdd8d7518 "
"/navigation/0f565502bc9f4bd988ead46b5d5b9f40 "
"/navigation/d06b487bb31143ceb4d9332f22418011 "
"/navigation/018f58c1083373e88cfce3e09c204be9 "
"/navigation/019e20cfaca97b0a8fac819f28f8d367 "
"/navigation/018f58cb07c87472bea38378111ba8b3 "
"/navigation/018f58c74da07370964dcbdcc11f8733 "
"/navigation/018f58c801d87e3d9bdcd4cc549ed7c9 "
"/navigation/019e20d1ecaf762cb0d8ec41f149e896 "
"/navigation/bbdb56acca91406d9803d6a0aa7d7ecd "
"/navigation/018f5876f2a87f59acc37e7379a44970 "
"/navigation/019e203cee7b74ee88782a00f84d3484 "
"/navigation/018f58cc9d9f7efca1f74a7deaf9b6c6 "
"/navigation/019e209f45b3745a8cc2050ab463a5eb "
"/navigation/019e49c9bff77afd8d0003653f65f8d6 "
"/navigation/018f58cebc6f71a0b57b556e71f54bd3 "
"/navigation/018f58cdc7f077fbbfdb03d568ff1e7c "
"/navigation/730ccb18b1314b0595ef1f00ff99125d "
"/navigation/018f58cfc5b67191b2700e8401928428 "
"/navigation/4c16fbdae26144aabdf70afe2ba385b3 "
"/navigation/018f58d37afd70c5b052883ce9fec785 "
"/navigation/a47b3083f64044f288cb10864c2a78c8 "
"/navigation/018f58d478cd7dfd8f700dcd3a0ba487 "
"/navigation/019e1be9343f71088988af6c045a41fd "
"/navigation/019e20cb0b4570cb8794fd68ec0a2459 "
"/navigation/018f86c106ff7c8cbc28d2ee12c5ff33 "
"/navigation/018f86c25e067e628f89776919f8c061 "
"/navigation/6d72d7f493b54d439ef51eed33448230 "
"/navigation/018f86c3730873308f3a1c9feef9c10c "
"/navigation/018f86c4821a7cda98e40bc9e9c8b7ea "
"/navigation/019e1c08ec5f79669cc5c68206b7fde4 "
"/navigation/4c969bd8bdce4d80bfe6c570ac4d00d0 "
"/navigation/49984716787b4a0cb55f560bb7f019e2 "
"/navigation/6667a42578994181b0e0476d9314dac4 "
"/navigation/d9845bc6cb2744b2be51dbe278884e35 "
"/navigation/ebad16ffe77d45b18ce7b1c7a9c0101e "
"/navigation/d9dbc04af29242529c8b50d95a853b71 "
"/navigation/d6fb34be4d314096821fbb232c71d035 "
"/navigation/a09958ff1c3b4ae7af1852b3a7d13bca "
"/navigation/02f91e5c5843433f99ade07249392e96 "
"/navigation/2e95e37fd5354c4eb92d4c60950f7109 "
"/navigation/018f86ceb8547494a790c02ce9d30580 "
"/navigation/2eb9deab99434f2687e8c2f51d913a4f "
"/navigation/018f86d067867c0c904c45ce692c3c43 "
"/navigation/018f86d326c97485bc72644a470fa607 "
"/navigation/fa7645c0394840a090f9f24ae3cec709 "
"/navigation/018f86d114d37512a5258aaf5db9d15a "
"/navigation/5e38efcf767d439a93f1c3af2e8df5ec "
"/navigation/364417ccaff2444ca97a01471ef6d1db "
"/navigation/5d9ff7f971ba4c24a8e03360dd37510a "
"/navigation/74f12524af5b4ff4b6dc773a1ec2689b "
"/navigation/78995c51bc1a4509bc6494fc25709100 "
"/navigation/cfcd478b9293496ca2dd9d563b4ad4c3 "
"/navigation/f3697d66d108419da156dd377102cdf0 "
"/navigation/fc07efd0b0fe43e682913fdf18320867 "
"/navigation/018f86d2329d74d583a1302304b37860 "
"/navigation/019e2032570d7e238cc9f864b2c02fdb "
"/navigation/018f86cf767c734ab59b1b3c2b26a7f6 "
"/navigation/018f86d3b038737f9fb0508190b5ec65 "
"/navigation/018f86d45a497dec9ebf9d61d7f17eaf "
"/navigation/231d9b2c8d6148338a974512b2f35ca2 "
"/navigation/019e49cf04dc717a99bfbcc7e988d9f8 "
"/navigation/019e2042a314724bb5b0b543f02ba392 "
"/navigation/10fb92aa6adf4c3ba27790a3e65f0afb "
"/navigation/2bbaa0b3ce824633a0ee745b5d40f1f6 "
"/navigation/32bb04eb735547eea9adb1e5d6f3c02b "
"/navigation/41121a8b60ee449b9680ceff21c884a0 "
"/navigation/53c81246805740eca69c786cb33d51cd "
"/navigation/54e19bb610dc453195496e5245c8cba5 "
"/navigation/6398d60bbddf4725bdd80e83b5646209 "
"/navigation/7047d4c32e344225a5c03c68bf7c7200 "
"/navigation/9c221ce85e6b4942a51d14ebb92a55ca "
"/navigation/a26f984941624c159b9ddfaa9a7af591 "
"/navigation/018f86d579ff7521ad9e6192fce76c4f "
"/navigation/019e1be6e2607b8498d6874933b5affd "
"/navigation/018f86d697567ac19b73aa3d10edfd4e "
"/navigation/737f838a91e6487d9abe59a096526dd1 "
"/navigation/a205163e939d4619bf192147c34e90ec "
"/navigation/018f86d77a1775f284b5047dac52e7b3 "
"/navigation/018f86dc27917fc5a7fffa266cdd1373 "
"/navigation/019e1bdec76c7c55ac3b5d841f9c353f "
"/navigation/c9c39f24ce0641c9917efa17f2f976cc "
"/navigation/018f86deeb3a7ffaa43ff8237ea66c93 "
"/navigation/018fc4eca0bf725584d1ebb0cc3f83cc "
"/navigation/018f86dd454c7385b12fb49238728674 "
"/navigation/7676e883a80b4366a4069b03b24a7c1f "
"/navigation/37235d9c71cb4ba9a8c183bf41a58fa3 "
"/navigation/8cf104918cc3456da7ed6c3e5105cd21 "
"/navigation/019f4be094897c2aa1e4bcc05588c8d4 "
"/navigation/019ff544f94677a890e6c03fa4e07eb0 "
"/navigation/019ff5451b7272be8aeb4df37525b50f "
"/navigation/019ff5456fdb79cdb8f0b4a43c6407e8 "
"/navigation/e72bf5b59cf641eeb41f2e22a4c5a13c "
"/navigation/018f86e0b4927c90bc8031f98b92d78a "
"/navigation/d671e1a157934d378b9cca8b9630ead4 "
"/navigation/019dcf57a98c7454a00c9b3c1844c17b "
"/navigation/019dcf58036c7a91ad9cfef50f6905b6 "
"/navigation/019dcf5820b1740ea5a87ef0d38f32a3 "
"/navigation/019dcf583d64774ba33a9e899a3b11f9 "
"/navigation/019d725cde0e75959c015afac70cc58a "
"/navigation/018f9c7821b978ffb7872e48aedb8730 "
"/navigation/018f86de30cf76159aef35493800037e "
"/navigation/7a7a6f1864764022bc13d5b0e1572814 "
"/navigation/019e20c08879776fa2588e3e3ca121c4 "
"/navigation/018f86dfd5667aaa885b6653a5215584 "
"/navigation/018f86e14ad77a448edc9790a736d3e6 "
"/navigation/97d5192f777f485ca657f2b2628bcee6 "
"/navigation/6cb0fa871e2646258d1e6090cb08f326 "
"/navigation/018f86e306a97b4ba10b9636ea4531b1 "
"/navigation/01933f4b9c097a7a8ccf6ff1c795e661 "
"/navigation/9efda7dc8c3c49328c4904f0ab587c91 "
"/navigation/a9a02947db474d85aaaa5ff84901e971 "
"/navigation/2357b863ecb348bfb1279078d907f56f "
"/navigation/9c36ba54df844f9f9d58edcaa93d0807 "
"/navigation/a52430ba3b484d8794567f3648f62687 "
"/navigation/c96abae891324a66a2175a6fb4d57f03 "
"/navigation/ca160c796a8e48b49a3a74da1e7fb584 "
"/navigation/f4498dccf59647f58a5ea7e638b6d675 "
"/navigation/019e20b0763472a6a09f0a19465f7491 "
"/navigation/797ab028d4214f9289d1ba3a7f5c907c "
"/navigation/c46c3c4de08c47ac8e857fb46155e69d "
"/navigation/018f86e72975763ca9abd49c4bcbd11a "
"/navigation/019e1c01e83e7c47ae2fca11799954df "
"/navigation/018f86e55808764eab6269a48c814331 "
"/navigation/019e20516e4a74f1a81c3789873152fd "
"/navigation/019e1c0d1cd770a18ef653f864e8f390 "
"/navigation/019e2083920970adacfa5ef0957ef3e0 "
"/navigation/d064f177abda4b89840f3263c3db2bc7 "
"/navigation/e5c3d96c18014d46a65778ab87cb8309 "
"/navigation/9a77b7482bd44ee088a01f8c6266d643 "
"/navigation/018ea3dbec697240aee76a39a7931286 "
"/navigation/018ea3dc002c72a9b87a5909419e1d86 "
"/navigation/019e1bff7a9e79bdaa7fa3962ae8ea26 "
"/navigation/018f86e6272f71cb841687b48ebd9a89 "
"/navigation/018f86f8491271ae92341b266e8755cb "
"/navigation/019e2037cbbd78928e4867af26623ec2 "
"/navigation/018f86ea40f879a0b6bde5aa45edfc3d "
"/navigation/018f86f12242771da8c8bd1516dc320c "
"/navigation/018f86f53cf47d61a2a688965bd91552 "
"/navigation/018f86f5fbed7bb382a7e481ae9352ab "
"/navigation/019e203a1bac71d5ad103f804317625e "
"/navigation/018f86f765157797a6da6dea84b279cd "
"/navigation/019e20b495d2749a9ef1d14a3bff3188 "
"/navigation/018f8709035e793993b89af2cf31f1c2 "
"/navigation/35c3d66f2acf427e942446d0ff05a66f "
"/navigation/1624265523f4482b8bf23049f538c927 "
"/navigation/44a2ec935fa445efbaeab216b2a75a07 "
"/navigation/018f871bd2af77b19b1a01514a14cfb8 "
"/navigation/019e20ab31e072a0b978cd906fe53d48 "
"/navigation/019e2040a634749caf6d1a40bd23523e "
"/navigation/65d40e675e054e51b1e67f35849f3d7d "
"/navigation/9dac66018fca4ac7b91e77d286136f0e "
"/navigation/6340ddccbbef4376975c4bcd26cfddab "
"/navigation/6b67ecfbd9be4a6d829fa43a44861daa "
"/navigation/b4f2058945ce4fd9bb12cdf24b8395a7 "
"/navigation/be0d0a13e9ec4a2984d095e5589735be "
"/navigation/d797eddba80349c0a8d540ac4b08c6f9 "
"/navigation/d9ae546c7c13449aabb95d787456d6a1 "
"/navigation/e051a078f914462a9ac55cc6e08c9cd0 "
"/navigation/019e2027da107f07b154e566bc23f0b1 "
"/navigation/018f8718835078448133b9a02d068dcc "
"/navigation/019e1bf8cf0c7fd0b15b46283062f5c9 "
"/navigation/9c8fc73be1404ac29bf23203c3c700c0 "
"/navigation/7218b56e2f194c2bae5b087bdeb116c0 "
"/navigation/0190bb9b9a9e7699921c89e632d39ee5 "
"/navigation/0190bb9baf3e7ef48024aa39b81b4835 "
"/navigation/0190bb9bbf267c29acf6fe1b459fa4d5 "
"/navigation/5a9c7c597abc48dfb596575f3794032d "
"/navigation/2dcb87292fc94feb91433acf5b1b2620 "
"/navigation/c743b88395cd4c77a81ec52851b8e930 "
"/navigation/018f871a431c75138d8e4afb59ed2da8 "
"/navigation/018f8714101a71daae7e38fa9b268048 "
"/navigation/018f871632607646818a51fd7717b75f "
"/navigation/019e209d39927418a8eb5b5c898eaaeb "
"/navigation/018fe3f7f4137fcabbaaa9dd399697b9 "
"/navigation/019e1bed64f477eabc69b627899118c2 "
"/navigation/018f871c99a27b63906885d10d77b273 "
"/navigation/019e20b28a7374a1b1adfd5f00ad7ad4 "
"/navigation/cbfa09808c5b477d87f8fa6c33bcfec9 "
"/navigation/176a29859d1a44e8b0da649a8784bf03 "
"/navigation/20ea8371dbf44afcad77f8ad4986a4bd "
"/navigation/2a4dbee07e9c44479fcdc66609cb0813 "
"/navigation/8386a293b47a417aaf5798ad4660560c "
"/navigation/84054e9d7c4a4cebbf43fb3034f1b8da "
"/navigation/60ebee6f33f24f3489ed4271abd7911d "
"/navigation/019db4c7b716784c88c63d69978141e5 "
"/navigation/019db4c8006f78baad5b42631b3c3e2f "
"/navigation/019e203057af724f9b15656a4360aba1 "
"/navigation/630d71b9871f439286688296b8b24a53 "
"/navigation/0b1538e8d7504ec5a2656ab64b400031 "
"/navigation/2ecbb0100d6c4136bc9ba1fbee2c73d3 "
"/navigation/313cbb63e61549af8893a8bc73c0512e "
"/navigation/96f8dfd69a0f438a98228afd7d13bbdc "
"/navigation/9df14c7afad6410cb0e6a0a2a6b2c091 "
"/navigation/dfb10b82f9774dbfbfb6216560790837 "
"/navigation/9e89c10ed8884841a94c3cf2af9779fc "
"/navigation/fd4364758e064a25b53d2cbde722f589 "
"/navigation/3408f8fa672b4600b6368411b0557031 "
"/navigation/72676f8b9757408e93d261938c8f509f "
"/navigation/018fe3f137f575e882969dec9aa0a792 "
"/navigation/018f871d5ab07342afe9b09e40186eee "
"/navigation/0e20abbcb8414049a36da59e1e724e66 "
"/navigation/a7dff32ee86f44d284f493c33c75955a "
"/navigation/f5e859db1ab3462089b0481fc0ae74eb "
"/navigation/7adf83f1be924e24893b3e3ba16a5bc8 "
"/navigation/6d6c6a4f39cf4691a30d2771225d1ca1 "
"/navigation/46279973be3a40b5b9115778cda25c5b "
"/navigation/1ab8513bb1dc4286a38e56a76f407bc7 "
"/navigation/018f871e45dc7ed8ac57cb9c371c2092 "
"/navigation/018fe917b5207a8fbab2fb7cab5c61d0 "
"/navigation/018fe3f98aa670a2836ae4f2e6ccafac "
"/navigation/44680a6dcd5a4d3bab548cbb125826cc "
"/navigation/a4e7b673b87946469818c4a28ab3a16f "
"/navigation/a220414b870740f9a3da8ed762775810 "
"/navigation/018fe3f645197dcda2a9e081147f2dd9 "
"/navigation/e28977a70a8c4dd484798d3646b62af5 "
"/navigation/926a4b6cfab9458599d609d7a2b09853 "
"/navigation/e4982f1154c24c98babae3568fc8603c "
"/navigation/3a35011cea5e4ba4a19da436b2e0341b "
"/navigation/fadeb1fade76439da69524d7ae21d8bc "
"/navigation/018fe3f03e457ed7a6e723838709d6a8 "
"/navigation/3739fdab7a1b40d88de960803a142ca0 "
"/navigation/019e49cd3b05798599c68350b5f02739 "
"/navigation/018f871f5e8e7b5f9e934481c673bf40 "
"/navigation/019e1bf697d571118669ff7d61bf30d5 "
"/navigation/fbb5101f17784a328f69d034872c9d19 "
"/navigation/b05943e98bb0434f920a24caeda9ab07 "
"/navigation/018f87201a2e7b85bbf5b45917b08288 "
"/navigation/019e20c8bc7074ce9fa1a4df7ebab802 "
"/navigation/25d3cff59961408a8c02c8ed8245873a "
"/navigation/018f8720e368785894112c131fbd0f31 "
"/navigation/019e1bfcbff07b0cb7820a19a223002f "
"/navigation/018f8721d0b57b1aa4a6ccc922f2e8f4 "
"/navigation/018f87229ca277a9badf1c0430e2655e "
"/navigation/056f9e298b074e02864d757008ff476d "
"/navigation/5ff0c5de111d45c38f43d6a27974c809 "
"/navigation/d0958611e5c24e2491dba6c611fd1bbc "
"/navigation/cd02b40a8a6f41499f7123ebbe272fe4 "
"/navigation/302709ed4ad24bd69d21594a01414f96 "
"/navigation/659d2eb76a2e4542806a4c062c18491b "
"/navigation/34fe0d46232346bba0683062171c193d "
"/navigation/d6c9a6103f4f4acd8380560ab62fedc4 "
"/navigation/e21e4837e34e445298e67f7e3820590f "
"/navigation/0c8d5653dfd64e3fa88c9f8c32246968 "
"/navigation/68f6324b036a4e0ab8ea2fb10b3a5e73 "
"/navigation/bba8ca88c2e14f3f8bbd8693c1da3b2f "
"/navigation/c52d26eafb664cffa41a05a95ebd2ccf "
"/navigation/e8b58fda942a428dbe988323c81f9774 "
"/navigation/550488753df64a3ea18dce89e733097a "
"/navigation/019787b92e4a75fe940835600c6d907f "
"/navigation/f5c5a20146f1405688146a20d052f819 "
"/navigation/018f872383a67f219cad6cc081ef1fd2 "
"/navigation/13e590db80c74464aaaa2c6ca0966fc4 "
"/navigation/23dc9bd86c0e4c65aec433e3d436cc2d "
"/navigation/6a45f8cb89ca4c8489d66d14355f3e7e "
"/navigation/018f872418b17732961b6a16855a8ad1 "
"/navigation/930d4a063d674bc1bf7ce28fcc748b3f "
"/navigation/547a7958847d45bc86df3a273efe6528 "
"/navigation/0ba99152f04649a58ef8f7a5cef28b4c "
"/navigation/018e80a13dbf7c8ca2e9473b6e796855 "
"/navigation/018e80a153ac7221befb06351332118e "
"/navigation/018e80a1660f7c27a146e9e53991f990 "
"/navigation/018e80a17a2a7d5588ddca72a71577f1 "
"/navigation/4ba66d12a123487b93fb9b5516aecb86 "
"/navigation/019e64b251f87b43ae1ee55464ef4c77 "
"/navigation/3fb4e3dc9678455ab54918fd6b8cdc79 "
"/navigation/432a0906efca45e7bfb6703221556cef "
"/navigation/d040608ecaed428da7290ad41b7db917 "
"/navigation/64a25f1825fc4a6b8d4be75308913a88 "
"/navigation/018e8078b121753ea246c8b8f090e641 "
"/navigation/019e64dbda4377fe90907608f58712ba "
"/navigation/019e64dc2bd274a2bec680ce072bc374 "
"/navigation/018f4e95411f70898c428edd129a46cc "
"/navigation/018f9f339445717e972d68c17d745dbd "
"/navigation/257a5d3679534e4bbfa0d4de13f4756b "
"/navigation/019e20c2a0a970009393e6f0710f437d "
"/navigation/018f872613f7736eba9d3af28987d88b "
"/navigation/018f8726daec726fbc077208e3220300 "
"/navigation/297d82027c3b4eb2bd8bee97d8f2f6f1 "
"/navigation/018fb9341783714cb2434a2a3c917e72 "
"/navigation/018fb93437f1796e92aa36e1ada6cc02 "
"/navigation/3ca638cfd61d474cab8fe06650891a07 "
"/navigation/018fb93456157c40a2575895d7b07b19 "
"/navigation/018fb93496dd78fe95b8cb3df2a6b774 "
"/navigation/018fb934ad37712393a489591b285478 "
"/navigation/018fb93489e8712fab60a3a9e22d7853 "
"/navigation/018fc365db6b7a8089a1bf83700e6305 "
"/navigation/7f944b82bbe24eb181c101245b457905 "
"/navigation/f2ee3e898b5d4a2e845510b2a2ab6540 "
"/navigation/396427618f744b0da682ac556e62a3b8 "
"/navigation/6e587cabd86f4a839a0a888156bf9bd0 "
"/navigation/62dda90b8b16427092a2f7a756ea08e9 "
"/navigation/96e2ff53acc6408e83129db3aab9839a "
"/navigation/1bb96785f81c47eaa9031c092dc973c7 "
"/navigation/a4d18364053445139a225e05342504e0 "
"/detail/d4e1a859f34a4127bfc5637d8546709f "
"/detail/a9f9cc35be7ce1ef7ffb71e1c358bb1f "
"/detail/15193637a8504cb3bc8c8dbefabd826d "
"/detail/b632cc5637ae4cdab11aa86e130e0e3f "
"/detail/29c0d93588d041b696d3295962c9601d "
"/detail/27bfe70af103d138a23bb126eb44bf18 "
"/detail/a4f405fd95c94527a5d7cb59e59c4e56 "
"/detail/67f9cfc5cdee4fa1a5c158155438dc78 "
"/detail/91ede755089cc78fcf6c4823d8806d43 "
"/detail/98300825fc6a482fbf9e612fb65c10ee "
"/detail/c4331e3cb595418fa67451103785a4bc "
"/detail/76e45f15af374eeb805fca19dcbd3393 "
"/detail/e1a0cd42b7b9422ba597a48991f17dfe "
"/detail/7c44839e5d62486390a8194c6bf9c724 "
"/detail/3ea064448ec54c858383f564783e2cbb "
"/detail/b20262f214704cda9cba451654805afa "
"/detail/2917e5a99c514342ba00b13858490431 "
"/detail/ab03b8c394224974a8db697fd9995876 "
"/detail/6e66739db82864e8bd27d9d085f92387 "
"/detail/061d9adcb9d6cae85221fefa7de23ac0 "
"/detail/3b448ebaf45f06815480614f4f3c7635 "
"/detail/f65c9fcb1d474bdf860dc1ba90a71356 "
"/detail/884d39c6a28c42c39b82fbbfb6586d38 "
"/detail/ab9fb8c723344fef8f5213d049ef89f7 "
"/detail/cc0b9d6899c648ee83e739e4ada5b1ff "
"/detail/0d79bef54cb4173efc167bbea8fda947 "
"/detail/253ec4a254e9413ebbdb60f7f96246af "
"/detail/724076659c9148d5a26f1c2014c1a4f6 "
"/detail/249b7a7db7fad650b97b9fa585ba7647 "
"/detail/4c56995c5b8c48b9889c5ffff5a4a284 "
"/detail/a4f78827169b4b4997e46369152998ac "
"/detail/f3f3836187a55df6c543e48b9ec69b7c "
"/detail/c6b10f1a1a9f4530b7bcfb1811ff3672 "
"/detail/2ca6fed38e8772e3342b0cac6000eb20 "
"/detail/162c03c5e4ea453fae51a395659bd39f "
"/detail/4cb225ca431e497ba13f0efc538d15b3 "
"/detail/4df83a6a00fc489b9b149f7fb209bc2b "
"/detail/6edd95e20d11a0fa5e8727d1791f64f7 "
"/detail/08f2a55d5ac941768e474fc112441a18 "
"/detail/0a5e241a54fa4a3b8107a1a47e9ceaea "
"/detail/024c45f6cd104594bfaf7c9ea33d0338 "
"/detail/1831df33d032276270a80bccfc003ef5 "
"/detail/da73a033c9f14ea3803bdc719deb4313 "
"/detail/f25840046dd9d52482daa3a496b6da15 "
"/detail/1361e176d8f24d9d9150e2babcc9b76d "
"/detail/7ffe9089ee234b18b7da79bba5d9cd8b "
"/detail/aa6497584f64491aae400eb9da455ddf "
"/detail/295e31db9e9c4e0ea79ab4351e889e3d "
"/navigation/29560bf318a44ad6ba8771662a0cc454 "
"/navigation/16299f54e03e4a548066aeb6ab3ab88e "
"/navigation/27afc901ff884ed192da8051379e66ce "
"/navigation/970658b3cbb74c73b869e617b203d80f "
"/navigation/59a193cfbfb140bd84295b5b993c20df "
"/navigation/0198413daab078f5bbc365b9b6983f5e "
"/navigation/687b40719e304c098c0a35edbd9bc508 "
"/navigation/05ed008099c64b18b4163957390cd455 "
"/navigation/bf17a18ba7aa4093871acea2bb2def22 "
"/navigation/cd6d9961b0564862b0f7913e41d4a68c "
"/navigation/f7ae62daea0640669aa4ce1db5965917 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"‘ùnjÔ±Fçµ¼¾A/a{º "
]
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 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/navigation/426e45b2f1fe4b548ba7610c5f376a67' , '/navigation/09d2ce8488e94a28bce222e2e22ceda8' , '/navigation/ef9dbacf27b240309d1e603cb49bd272' , '/navigation/2370a606774546b48f8fcab6b8286ac6' , '/navigation/3c44bafdc37d4cdbaaa2cd70ce60679a' , '/navigation/f2f4615d83d4426b8e5538b834d377a1' , '/navigation/e0cdbc551b64462fa6c040eae8842902' , '/navigation/b5acb8208d2949e599bcf94fa105490a' , '/navigation/d60fe3f633dc480da5908308921e64f7' , '/navigation/5d85bbeedb9540bc97afb4ed0a9dbad4' , '/navigation/feba94f259e941b38042d448ac9aa6f1' , '/navigation/c61086d4d7134412b8387f3545f5be39' , '/navigation/c51fcf901d364d1f86694cfcdd9eb9a7' , '/navigation/d949a96e79ec4da58c1498cfafe19e68' , '/navigation/f56c8688cb3547f4ba2664c24641cb08' , '/navigation/e33d4c8a1f4b46fca20628f6fe5012b7' , '/navigation/9d3a4568ecde49fdb93fdf766914e8fb' , '/navigation/9abccf9ea2a641eb8fbd3760ecc9cc88' , '/navigation/d01af7cfd2d44febb5a5d96e1de41f38' , '/navigation/eae6700d50254e468db1180ee308c2d5' , '/navigation/ff69e61e866b4008bf8402adc3a026f4' , '/navigation/06d451b0999f46379de73b08f22c169e' , '/navigation/134098a8a9874f7083c356442a7c710a' , '/navigation/104fe514648049ae84e042d16ebe95c7' , '/navigation/b078ac6f26ae42859c481da342c6f2f7' , '/navigation/1ce9780a765f40babc9e16b5b75cadb9' , '/navigation/056b9e14cf59437286c5fc7e51857699' , '/navigation/0f5360f936d84845a43fc16b52440765' , '/navigation/16cf2784414f4f5fb6e2d29aea1325f1' , '/navigation/b6358c1605014d239ef4110ef308b278' , '/navigation/65865e4861674f58992ae92575262259' , '/navigation/f650c74fc4e549ba9d2e44c777de1749' , '/navigation/e066e96822e94b30bbc899d58b0ce7f7' , '/navigation/9302bd5be0564517895eecb01c47d076' , '/navigation/cb1119a34f6c4b18ac2de15e1f0e7d17' , '/navigation/45e7335eb55447279ff2bec210c91bf4' , '/navigation/24a7114488ff4c67b8aa944b3acfc5e3' , '/navigation/fa5e0a07dc86401cbc53e4d8362724bd' , '/navigation/8ecc23ca4c234bfbb9579fc42c81f354' , '/navigation/86b4bf5ed9464a68816e2db9dee5efd8' , '/navigation/91b00ab8ff79421eadc62676665121f3' , '/navigation/ad00b48057e346cb91fd31e90bf91c1a' , '/navigation/e72179143ba043a992c85e9b09777453' , '/navigation/5e8ad69a8b81419f8a64c17118747503' , '/navigation/defdcd2839114f3e83207d26bc37e743' , '/navigation/14e4afa373334cc8ba21703f779ec4bc' , '/navigation/a4935291c57443639fbf61df1aad6d75' , '/navigation/d727d8e1e5a545d0b88ca93ad8154c19' , '/navigation/ee0648b5174542e5a4b158b16e4e7f0a' , '/navigation/30fb667374e44f0a9debd310e0f14c16' , '/navigation/b86815e2f5d0477287a49c360f67fd9d' , '/navigation/9590101555f6405787a852875a427156' , '/navigation/a4c48b49d58f46e9ac01d85e1c9057f4' , '/navigation/ef972c4913a64f26aa2e86b916f2a01c' , '/navigation/dfcdebbe50ef40c0ae832ab10cf8d813' , '/navigation/75a374f617c2492b83f41308577cb5fa' , '/navigation/fc545b6253bd47a7803344c1a216fd2b' , '/navigation/422384a875b845a28446aabefe5d02a1' , '/navigation/15f6273398dd423daa6e469a7e736199' , '/navigation/ad771ec2b0ae4a05a7f88d3e84347da0' , '/navigation/da0b25c7107948d1b70d7857e7fbcd02' , '/navigation/9b939e8b882a447689587c5c421fe6cd' , '/navigation/dad1b88e6b6a41d294742d7ed9debac6' , '/navigation/5116877617ce402d944bce16aeffac60' , '/navigation/b58df0a004ba4f0ebe1a07cc3e79b1a7' , '/navigation/ca679e714414410ca085111a6ff6c0dd' , '/navigation/006cbd8a6ac0403db6659bed803062a4' , '/navigation/c09bf64e62c54b2aa55124b3f2f41f2c' , '/navigation/89bb8a6fe5724ff4a37bb82024ab8ff0' , '/navigation/6548102f1a7247678ce400fee2266eb7' , '/navigation/fb87e77fde86450bb9e7f892e8247e65' , '/navigation/c387095caf094709bbc7a9cbac1c0311' , '/navigation/615b789f5ca54bed8d23a5fb0d2b33a1' , '/navigation/92ab43d153734b61b09765a05ec804f3' , '/navigation/c9462fd11b9c495ab138db44b0d3afb7' , '/navigation/aaebbf30e73f4b85b48475e08a036d1b' , '/navigation/bc41d3bcc7904b92b86d187118a556cb' , '/navigation/12e08f52f92c4e4c871cfa0e8fe00117' , '/navigation/2a6dcbb345f74304b3ac653e2ad4d2af' , '/navigation/3af54e649c494849810018fb527ad00c' , '/navigation/0a391de2b73841339e0b54e6fbd54849' , '/navigation/82b891ec799749d0948652de007fa62f' , '/navigation/f5c215c7ca6e45c6930d6c4064ade126' , '/navigation/f724f9f8b35f47a6b7d0ddac2c6e6d89' , '/navigation/774ea5bab3c54623bd546d6c9c26b31e' , '/navigation/2470e66686d64905967defb9f5df8d3e' , '/navigation/a9367d93455344768b380e4f804db56c' , '/navigation/85a18b40594d4fb3bb91c46e011a77c0' , '/navigation/0dc40f67884344b8929210b7e5aa22d1' , '/navigation/920c097059bc4a61a9f4db41e59751fb' , '/navigation/19df51e552a24dee9c9a1710a94f095b' , '/navigation/70cdd05c6e5949468f37f121d2004236' , '/navigation/ab609dd4871c4cbd89f1933a03432436' , '/navigation/90114638303041f397bfc2b01d62ac43' , '/navigation/7f2a966db1e9423aa96a0b1c36000533' , '/navigation/f9b249d87650444baeff36af787a994f' , '/navigation/e19390ccdbd142da945af97c51c02703' , '/navigation/3534cf2472f8488d8121d53e3f64d402' , '/navigation/bffef678702747c28dfdd5dfa4cb1013' , '/navigation/cd9682e97f77401e88162bdc19b9bb8c' , '/navigation/8cc96d18bbf747cc885db56f385a7a48' , '/navigation/368b575ec8ba46cd9895c15e23f4c07d' , '/navigation/8a84d0868ec345f3a42f9fa7ec219490' , '/navigation/036537f24ed0486385166e9c5154c5d7' , '/navigation/0a84d4899018416ea8854e0ab81bd064' , '/navigation/8127cbee394a4ba8b3d808a0ec6327bb' , '/navigation/ccecbf817e804b38b020a71d81bfbf79' , '/navigation/454bd802e74f4f0d870a38d804536e92' , '/navigation/893fbb14888b43b8865c44614d7ea60b' , '/navigation/5184aedfc2ae4f0580a10deb957d5a62' , '/navigation/5d77f3b3b4e14fa8b3cfc7796bd64b7f' , '/navigation/99fb78b6e96c4ea2b54ad6903dc6cc01' , '/navigation/4172c0af5ec34f7eb6bfef2fb5aa37ed' , '/navigation/68292ef0b97e48bb81461693e56b0bcc' , '/navigation/713a829050e5471cb4cda0a2b26b2f39' , '/navigation/87f3f6762629429888985a90195f7949' , '/navigation/c459c57eaff24880a80b8b41065d028d' , '/navigation/6adbebdfd7fe491499bcf721a6ecd9be' , '/navigation/462e35fe4d814c289acf712780ae5a0a' , '/navigation/018f105488a973419d7a3fdef1769030' , '/navigation/018f1055aa18727fa63b0b0fa276dec1' , '/navigation/018f10551c80759d953688d2db9bdc76' , '/navigation/018f105531d97697b34bf9dbfa570399' , '/navigation/4b837f8d150444b1ae7012b36be47fc3' , '/navigation/4556885bcab94c2f9e32500268ce101a' , '/navigation/8b5d8dbe190b4cb2a715a8e84e0134c0' , '/navigation/d66d2cd69db647698198417dfc53f326' , '/navigation/84003fbb44074f0a9b83ad667ffd2647' , '/navigation/54e09de87c5b49d792d4c62ff0202ae7' , '/navigation/638f8832f9db4873a385133e83f55ca9' , '/navigation/f64a5e8d15ec4ac8b0b175428682ed83' , '/navigation/43b3fdf4370549e59ce6ee02eb8de4c2' , '/navigation/1aefb6101b184c9eba1fa58b7c1429dd' , '/navigation/015bd7b4c20a474691fca3865af10ff4' , '/navigation/7f07c7ee5c464e10810eaa2f7d9ded8c' , '/navigation/46b205b6674c4d63a7cea80b66abe2b9' , '/navigation/6df7ff9efd56401e822a4d2fe28dda80' , '/navigation/cee9773ef93e49ed974e13c8b11b018a' , '/navigation/859c9a152e79496fbd66893e9b9f0e5c' , '/navigation/49ba846a2d4e4629a7cce6e9e8abf961' , '/navigation/019e1befa81474eda77a89045be428c8' , '/navigation/019e20c472a7754cba4d2665698e8d08' , '/navigation/019a106c94407322845029c7d35b9834' , '/navigation/3165114444364cf3b28ee47710323dfe' , '/navigation/5477551a6ab041d398698925ef84ca73' , '/navigation/018f58946ec77ef59e92d49096cc2ceb' , '/navigation/42e486a9da6f41c690ae788e01e678aa' , '/navigation/4d280192ab6541499f7fe9b410f16043' , '/navigation/b71c02ce69ed4165935e2644b5709862' , '/navigation/05bc063b0f174ce2b4197983ee595e10' , '/navigation/b811032dfe6c4a958661d20310687704' , '/navigation/43f227a5aa7649089e89abfb0897f481' , '/navigation/d03e3eb2bc25436f92233b2572de00c7' , '/navigation/432dc5bf111e433d9a10ca94a62dfc95' , '/navigation/f8bd26a66d12405e9d4f9117386b7d45' , '/navigation/f96131f133034be7a98f694b4e482e10' , '/navigation/019e204f9c34749982ca85cc10c30ef6' , '/navigation/018f58a30eba72f49fd5c41bd2f8a7c2' , '/navigation/018f58a48429741eacb7c978f2d81e5f' , '/navigation/018f584347087eddbe3eb55771548e57' , '/navigation/018f5843fb8678a48b0d7b71e7395aec' , '/navigation/f5c1ea4bfa9742d2ab485088707e37a5' , '/navigation/8074e2e56e124fb7b5f22b301d016c0b' , '/navigation/989a1f466c4749ba8e94e9113c5729b7' , '/navigation/018f5895c3e8741e9585ac7ad92ab304' , '/navigation/42bacabd9bfc454881cb6137cda4fd8e' , '/navigation/8e626e4b91ca4da4bb7023877a79a7e6' , '/navigation/018f589b832d7e00accc6f418e678b3d' , '/navigation/4ec2b3cdec0644a18fde0f212eb72858' , '/navigation/018f58a5f001741eab3ab7b8f8ab6bc6' , '/navigation/019e20cddbaa7830bf17b52e332b116c' , '/navigation/aef5fdd7403044c2a6b71ed862d78570' , '/navigation/018f58a6d0487ad29748cd7a87e03308' , '/navigation/8d1a0664060b47ed8b6dff68d8542201' , '/navigation/4ae3558274454b4392a4f8664447808b' , '/navigation/2d712bcb1e254331b432b30a3aa8dcf9' , '/navigation/7296c337397e4f289fa8858d3c7c7db4' , '/navigation/018f58a7a5e773d38e838bfef5144e9e' , '/navigation/01917f39828f7c4aa86b0bc10a961564' , '/navigation/019e1bf214c076e384cdcd14012ed5a1' , '/navigation/018f5888c5fd746b8e81adc94b706511' , '/navigation/8be671f0b6a641ca81d614173daba97d' , '/navigation/019e20bcdfcd7f6aba94ecd0e2a665af' , '/navigation/018f58ab72be72ff89009d9f10cfe544' , '/navigation/018f58abf5767510867eacc579377b85' , '/navigation/42d40f8fab8040938f7704eba01317ba' , '/navigation/018f58a9c9c77aad9bf956a9952ef9ec' , '/navigation/774a005e688043699bb458cd61fa654c' , '/navigation/018f58ad6525757a91d1887a0568fd3e' , '/navigation/9d22ae740d6a4af68b535cea8de49a48' , '/navigation/019e20beedf374aeb94e9203dd0a2dad' , '/navigation/25c0986e665d49d88d4e39e76c43a3ff' , '/navigation/07f39c5d48154f86960c70d1974a4949' , '/navigation/31a993622b6043f9a1e584eddad5bd8c' , '/navigation/83593a4483eb4ba0bd6cce81f7849726' , '/navigation/b3d53be6cc204d0cb88d76401a213fa7' , '/navigation/019e20c66e377fc6a6c26f7c5cd27bda' , '/navigation/0d2f58ca297042128ea1412e315f3e75' , '/navigation/018faaddd34c78269b89a398bbc3aa9a' , '/navigation/018faadebe1873128eaf30752c7f31d1' , '/navigation/018f58e2724e7400aab4510f6e910df5' , '/navigation/018f58e2892a74a5a99a46b3bb6a8ae1' , '/navigation/018faade6bcd7fea9ff6f25a3c4d1f8c' , '/navigation/019e2029c66f70488e31a7e4e9586737' , '/navigation/018f588e30897945b8d9fcbfe2c79540' , '/navigation/c6c324dc838046eb831c99d7bf68be82' , '/navigation/01917f96f44575239eff331589a8dcc7' , '/navigation/018f58afb245704d8d3baa2f9a9b6fce' , '/navigation/9bf305c290a342779cfcca8b02a680b0' , '/navigation/018f58b303647f8aa29973566800f350' , '/navigation/018f58b2556c72d0a63de9bd51b41580' , '/navigation/019e1bfa9ab17792836c251ece779d03' , '/navigation/018f58b634b27b1cb55b2f764e181924' , '/navigation/f800f9d0a8b74166b7f7f3a3bbd962d6' , '/navigation/018f58bba31b75d6ad492048b660ecbe' , '/navigation/019e1c04e7c47a178102f203c79abc0d' , '/navigation/aa57829479154f27a8973a09a5f5dc48' , '/navigation/018f58b6dad37707901e8c6741ae1b41' , '/navigation/018f58bc5db47bd180c44de3a547d6b6' , '/navigation/018f58b8311a7a6781afda03e2ed9142' , '/navigation/019e20d4261b7244a7a95d18604e1859' , '/navigation/019e20dcc3127870ad58aaa9427f1fe2' , '/navigation/019e20d75fd77768a45f326354174aad' , '/navigation/019e1beb62cd76bfb7068378a05d8703' , '/navigation/018f58bdf30b7d7f8bb4d78731c66d0f' , '/navigation/018f4e7edeee7a328cd0a2ff91984719' , '/navigation/018f58be88727cf4b0c5d8d2da46c68e' , '/navigation/018f58bf59137a78b65885c8d78c44aa' , '/navigation/352ee310d604455283058d09c0c88c1a' , '/navigation/018f58c944d9702bb062d2f08d4e877f' , '/navigation/019e202b82977407b3a6e2669a58f197' , '/navigation/018f58c04f1a79cfaf9c5a0970671278' , '/navigation/6443a8fda1554cff8aeafe31b163a516' , '/navigation/019e20a6efdb7d5cae9aa2e94551478d' , '/navigation/018f58ca2d3972f99e25aa54249b7601' , '/navigation/019e1bd6a68f71749b35930bdd8d7518' , '/navigation/0f565502bc9f4bd988ead46b5d5b9f40' , '/navigation/d06b487bb31143ceb4d9332f22418011' , '/navigation/018f58c1083373e88cfce3e09c204be9' , '/navigation/019e20cfaca97b0a8fac819f28f8d367' , '/navigation/018f58cb07c87472bea38378111ba8b3' , '/navigation/018f58c74da07370964dcbdcc11f8733' , '/navigation/018f58c801d87e3d9bdcd4cc549ed7c9' , '/navigation/019e20d1ecaf762cb0d8ec41f149e896' , '/navigation/bbdb56acca91406d9803d6a0aa7d7ecd' , '/navigation/018f5876f2a87f59acc37e7379a44970' , '/navigation/019e203cee7b74ee88782a00f84d3484' , '/navigation/018f58cc9d9f7efca1f74a7deaf9b6c6' , '/navigation/019e209f45b3745a8cc2050ab463a5eb' , '/navigation/019e49c9bff77afd8d0003653f65f8d6' , '/navigation/018f58cebc6f71a0b57b556e71f54bd3' , '/navigation/018f58cdc7f077fbbfdb03d568ff1e7c' , '/navigation/730ccb18b1314b0595ef1f00ff99125d' , '/navigation/018f58cfc5b67191b2700e8401928428' , '/navigation/4c16fbdae26144aabdf70afe2ba385b3' , '/navigation/018f58d37afd70c5b052883ce9fec785' , '/navigation/a47b3083f64044f288cb10864c2a78c8' , '/navigation/018f58d478cd7dfd8f700dcd3a0ba487' , '/navigation/019e1be9343f71088988af6c045a41fd' , '/navigation/019e20cb0b4570cb8794fd68ec0a2459' , '/navigation/018f86c106ff7c8cbc28d2ee12c5ff33' , '/navigation/018f86c25e067e628f89776919f8c061' , '/navigation/6d72d7f493b54d439ef51eed33448230' , '/navigation/018f86c3730873308f3a1c9feef9c10c' , '/navigation/018f86c4821a7cda98e40bc9e9c8b7ea' , '/navigation/019e1c08ec5f79669cc5c68206b7fde4' , '/navigation/4c969bd8bdce4d80bfe6c570ac4d00d0' , '/navigation/49984716787b4a0cb55f560bb7f019e2' , '/navigation/6667a42578994181b0e0476d9314dac4' , '/navigation/d9845bc6cb2744b2be51dbe278884e35' , '/navigation/ebad16ffe77d45b18ce7b1c7a9c0101e' , '/navigation/d9dbc04af29242529c8b50d95a853b71' , '/navigation/d6fb34be4d314096821fbb232c71d035' , '/navigation/a09958ff1c3b4ae7af1852b3a7d13bca' , '/navigation/02f91e5c5843433f99ade07249392e96' , '/navigation/2e95e37fd5354c4eb92d4c60950f7109' , '/navigation/018f86ceb8547494a790c02ce9d30580' , '/navigation/2eb9deab99434f2687e8c2f51d913a4f' , '/navigation/018f86d067867c0c904c45ce692c3c43' , '/navigation/018f86d326c97485bc72644a470fa607' , '/navigation/fa7645c0394840a090f9f24ae3cec709' , '/navigation/018f86d114d37512a5258aaf5db9d15a' , '/navigation/5e38efcf767d439a93f1c3af2e8df5ec' , '/navigation/364417ccaff2444ca97a01471ef6d1db' , '/navigation/5d9ff7f971ba4c24a8e03360dd37510a' , '/navigation/74f12524af5b4ff4b6dc773a1ec2689b' , '/navigation/78995c51bc1a4509bc6494fc25709100' , '/navigation/cfcd478b9293496ca2dd9d563b4ad4c3' , '/navigation/f3697d66d108419da156dd377102cdf0' , '/navigation/fc07efd0b0fe43e682913fdf18320867' , '/navigation/018f86d2329d74d583a1302304b37860' , '/navigation/019e2032570d7e238cc9f864b2c02fdb' , '/navigation/018f86cf767c734ab59b1b3c2b26a7f6' , '/navigation/018f86d3b038737f9fb0508190b5ec65' , '/navigation/018f86d45a497dec9ebf9d61d7f17eaf' , '/navigation/231d9b2c8d6148338a974512b2f35ca2' , '/navigation/019e49cf04dc717a99bfbcc7e988d9f8' , '/navigation/019e2042a314724bb5b0b543f02ba392' , '/navigation/10fb92aa6adf4c3ba27790a3e65f0afb' , '/navigation/2bbaa0b3ce824633a0ee745b5d40f1f6' , '/navigation/32bb04eb735547eea9adb1e5d6f3c02b' , '/navigation/41121a8b60ee449b9680ceff21c884a0' , '/navigation/53c81246805740eca69c786cb33d51cd' , '/navigation/54e19bb610dc453195496e5245c8cba5' , '/navigation/6398d60bbddf4725bdd80e83b5646209' , '/navigation/7047d4c32e344225a5c03c68bf7c7200' , '/navigation/9c221ce85e6b4942a51d14ebb92a55ca' , '/navigation/a26f984941624c159b9ddfaa9a7af591' , '/navigation/018f86d579ff7521ad9e6192fce76c4f' , '/navigation/019e1be6e2607b8498d6874933b5affd' , '/navigation/018f86d697567ac19b73aa3d10edfd4e' , '/navigation/737f838a91e6487d9abe59a096526dd1' , '/navigation/a205163e939d4619bf192147c34e90ec' , '/navigation/018f86d77a1775f284b5047dac52e7b3' , '/navigation/018f86dc27917fc5a7fffa266cdd1373' , '/navigation/019e1bdec76c7c55ac3b5d841f9c353f' , '/navigation/c9c39f24ce0641c9917efa17f2f976cc' , '/navigation/018f86deeb3a7ffaa43ff8237ea66c93' , '/navigation/018fc4eca0bf725584d1ebb0cc3f83cc' , '/navigation/018f86dd454c7385b12fb49238728674' , '/navigation/7676e883a80b4366a4069b03b24a7c1f' , '/navigation/37235d9c71cb4ba9a8c183bf41a58fa3' , '/navigation/8cf104918cc3456da7ed6c3e5105cd21' , '/navigation/019f4be094897c2aa1e4bcc05588c8d4' , '/navigation/019ff544f94677a890e6c03fa4e07eb0' , '/navigation/019ff5451b7272be8aeb4df37525b50f' , '/navigation/019ff5456fdb79cdb8f0b4a43c6407e8' , '/navigation/e72bf5b59cf641eeb41f2e22a4c5a13c' , '/navigation/018f86e0b4927c90bc8031f98b92d78a' , '/navigation/d671e1a157934d378b9cca8b9630ead4' , '/navigation/019dcf57a98c7454a00c9b3c1844c17b' , '/navigation/019dcf58036c7a91ad9cfef50f6905b6' , '/navigation/019dcf5820b1740ea5a87ef0d38f32a3' , '/navigation/019dcf583d64774ba33a9e899a3b11f9' , '/navigation/019d725cde0e75959c015afac70cc58a' , '/navigation/018f9c7821b978ffb7872e48aedb8730' , '/navigation/018f86de30cf76159aef35493800037e' , '/navigation/7a7a6f1864764022bc13d5b0e1572814' , '/navigation/019e20c08879776fa2588e3e3ca121c4' , '/navigation/018f86dfd5667aaa885b6653a5215584' , '/navigation/018f86e14ad77a448edc9790a736d3e6' , '/navigation/97d5192f777f485ca657f2b2628bcee6' , '/navigation/6cb0fa871e2646258d1e6090cb08f326' , '/navigation/018f86e306a97b4ba10b9636ea4531b1' , '/navigation/01933f4b9c097a7a8ccf6ff1c795e661' , '/navigation/9efda7dc8c3c49328c4904f0ab587c91' , '/navigation/a9a02947db474d85aaaa5ff84901e971' , '/navigation/2357b863ecb348bfb1279078d907f56f' , '/navigation/9c36ba54df844f9f9d58edcaa93d0807' , '/navigation/a52430ba3b484d8794567f3648f62687' , '/navigation/c96abae891324a66a2175a6fb4d57f03' , '/navigation/ca160c796a8e48b49a3a74da1e7fb584' , '/navigation/f4498dccf59647f58a5ea7e638b6d675' , '/navigation/019e20b0763472a6a09f0a19465f7491' , '/navigation/797ab028d4214f9289d1ba3a7f5c907c' , '/navigation/c46c3c4de08c47ac8e857fb46155e69d' , '/navigation/018f86e72975763ca9abd49c4bcbd11a' , '/navigation/019e1c01e83e7c47ae2fca11799954df' , '/navigation/018f86e55808764eab6269a48c814331' , '/navigation/019e20516e4a74f1a81c3789873152fd' , '/navigation/019e1c0d1cd770a18ef653f864e8f390' , '/navigation/019e2083920970adacfa5ef0957ef3e0' , '/navigation/d064f177abda4b89840f3263c3db2bc7' , '/navigation/e5c3d96c18014d46a65778ab87cb8309' , '/navigation/9a77b7482bd44ee088a01f8c6266d643' , '/navigation/018ea3dbec697240aee76a39a7931286' , '/navigation/018ea3dc002c72a9b87a5909419e1d86' , '/navigation/019e1bff7a9e79bdaa7fa3962ae8ea26' , '/navigation/018f86e6272f71cb841687b48ebd9a89' , '/navigation/018f86f8491271ae92341b266e8755cb' , '/navigation/019e2037cbbd78928e4867af26623ec2' , '/navigation/018f86ea40f879a0b6bde5aa45edfc3d' , '/navigation/018f86f12242771da8c8bd1516dc320c' , '/navigation/018f86f53cf47d61a2a688965bd91552' , '/navigation/018f86f5fbed7bb382a7e481ae9352ab' , '/navigation/019e203a1bac71d5ad103f804317625e' , '/navigation/018f86f765157797a6da6dea84b279cd' , '/navigation/019e20b495d2749a9ef1d14a3bff3188' , '/navigation/018f8709035e793993b89af2cf31f1c2' , '/navigation/35c3d66f2acf427e942446d0ff05a66f' , '/navigation/1624265523f4482b8bf23049f538c927' , '/navigation/44a2ec935fa445efbaeab216b2a75a07' , '/navigation/018f871bd2af77b19b1a01514a14cfb8' , '/navigation/019e20ab31e072a0b978cd906fe53d48' , '/navigation/019e2040a634749caf6d1a40bd23523e' , '/navigation/65d40e675e054e51b1e67f35849f3d7d' , '/navigation/9dac66018fca4ac7b91e77d286136f0e' , '/navigation/6340ddccbbef4376975c4bcd26cfddab' , '/navigation/6b67ecfbd9be4a6d829fa43a44861daa' , '/navigation/b4f2058945ce4fd9bb12cdf24b8395a7' , '/navigation/be0d0a13e9ec4a2984d095e5589735be' , '/navigation/d797eddba80349c0a8d540ac4b08c6f9' , '/navigation/d9ae546c7c13449aabb95d787456d6a1' , '/navigation/e051a078f914462a9ac55cc6e08c9cd0' , '/navigation/019e2027da107f07b154e566bc23f0b1' , '/navigation/018f8718835078448133b9a02d068dcc' , '/navigation/019e1bf8cf0c7fd0b15b46283062f5c9' , '/navigation/9c8fc73be1404ac29bf23203c3c700c0' , '/navigation/7218b56e2f194c2bae5b087bdeb116c0' , '/navigation/0190bb9b9a9e7699921c89e632d39ee5' , '/navigation/0190bb9baf3e7ef48024aa39b81b4835' , '/navigation/0190bb9bbf267c29acf6fe1b459fa4d5' , '/navigation/5a9c7c597abc48dfb596575f3794032d' , '/navigation/2dcb87292fc94feb91433acf5b1b2620' , '/navigation/c743b88395cd4c77a81ec52851b8e930' , '/navigation/018f871a431c75138d8e4afb59ed2da8' , '/navigation/018f8714101a71daae7e38fa9b268048' , '/navigation/018f871632607646818a51fd7717b75f' , '/navigation/019e209d39927418a8eb5b5c898eaaeb' , '/navigation/018fe3f7f4137fcabbaaa9dd399697b9' , '/navigation/019e1bed64f477eabc69b627899118c2' , '/navigation/018f871c99a27b63906885d10d77b273' , '/navigation/019e20b28a7374a1b1adfd5f00ad7ad4' , '/navigation/cbfa09808c5b477d87f8fa6c33bcfec9' , '/navigation/176a29859d1a44e8b0da649a8784bf03' , '/navigation/20ea8371dbf44afcad77f8ad4986a4bd' , '/navigation/2a4dbee07e9c44479fcdc66609cb0813' , '/navigation/8386a293b47a417aaf5798ad4660560c' , '/navigation/84054e9d7c4a4cebbf43fb3034f1b8da' , '/navigation/60ebee6f33f24f3489ed4271abd7911d' , '/navigation/019db4c7b716784c88c63d69978141e5' , '/navigation/019db4c8006f78baad5b42631b3c3e2f' , '/navigation/019e203057af724f9b15656a4360aba1' , '/navigation/630d71b9871f439286688296b8b24a53' , '/navigation/0b1538e8d7504ec5a2656ab64b400031' , '/navigation/2ecbb0100d6c4136bc9ba1fbee2c73d3' , '/navigation/313cbb63e61549af8893a8bc73c0512e' , '/navigation/96f8dfd69a0f438a98228afd7d13bbdc' , '/navigation/9df14c7afad6410cb0e6a0a2a6b2c091' , '/navigation/dfb10b82f9774dbfbfb6216560790837' , '/navigation/9e89c10ed8884841a94c3cf2af9779fc' , '/navigation/fd4364758e064a25b53d2cbde722f589' , '/navigation/3408f8fa672b4600b6368411b0557031' , '/navigation/72676f8b9757408e93d261938c8f509f' , '/navigation/018fe3f137f575e882969dec9aa0a792' , '/navigation/018f871d5ab07342afe9b09e40186eee' , '/navigation/0e20abbcb8414049a36da59e1e724e66' , '/navigation/a7dff32ee86f44d284f493c33c75955a' , '/navigation/f5e859db1ab3462089b0481fc0ae74eb' , '/navigation/7adf83f1be924e24893b3e3ba16a5bc8' , '/navigation/6d6c6a4f39cf4691a30d2771225d1ca1' , '/navigation/46279973be3a40b5b9115778cda25c5b' , '/navigation/1ab8513bb1dc4286a38e56a76f407bc7' , '/navigation/018f871e45dc7ed8ac57cb9c371c2092' , '/navigation/018fe917b5207a8fbab2fb7cab5c61d0' , '/navigation/018fe3f98aa670a2836ae4f2e6ccafac' , '/navigation/44680a6dcd5a4d3bab548cbb125826cc' , '/navigation/a4e7b673b87946469818c4a28ab3a16f' , '/navigation/a220414b870740f9a3da8ed762775810' , '/navigation/018fe3f645197dcda2a9e081147f2dd9' , '/navigation/e28977a70a8c4dd484798d3646b62af5' , '/navigation/926a4b6cfab9458599d609d7a2b09853' , '/navigation/e4982f1154c24c98babae3568fc8603c' , '/navigation/3a35011cea5e4ba4a19da436b2e0341b' , '/navigation/fadeb1fade76439da69524d7ae21d8bc' , '/navigation/018fe3f03e457ed7a6e723838709d6a8' , '/navigation/3739fdab7a1b40d88de960803a142ca0' , '/navigation/019e49cd3b05798599c68350b5f02739' , '/navigation/018f871f5e8e7b5f9e934481c673bf40' , '/navigation/019e1bf697d571118669ff7d61bf30d5' , '/navigation/fbb5101f17784a328f69d034872c9d19' , '/navigation/b05943e98bb0434f920a24caeda9ab07' , '/navigation/018f87201a2e7b85bbf5b45917b08288' , '/navigation/019e20c8bc7074ce9fa1a4df7ebab802' , '/navigation/25d3cff59961408a8c02c8ed8245873a' , '/navigation/018f8720e368785894112c131fbd0f31' , '/navigation/019e1bfcbff07b0cb7820a19a223002f' , '/navigation/018f8721d0b57b1aa4a6ccc922f2e8f4' , '/navigation/018f87229ca277a9badf1c0430e2655e' , '/navigation/056f9e298b074e02864d757008ff476d' , '/navigation/5ff0c5de111d45c38f43d6a27974c809' , '/navigation/d0958611e5c24e2491dba6c611fd1bbc' , '/navigation/cd02b40a8a6f41499f7123ebbe272fe4' , '/navigation/302709ed4ad24bd69d21594a01414f96' , '/navigation/659d2eb76a2e4542806a4c062c18491b' , '/navigation/34fe0d46232346bba0683062171c193d' , '/navigation/d6c9a6103f4f4acd8380560ab62fedc4' , '/navigation/e21e4837e34e445298e67f7e3820590f' , '/navigation/0c8d5653dfd64e3fa88c9f8c32246968' , '/navigation/68f6324b036a4e0ab8ea2fb10b3a5e73' , '/navigation/bba8ca88c2e14f3f8bbd8693c1da3b2f' , '/navigation/c52d26eafb664cffa41a05a95ebd2ccf' , '/navigation/e8b58fda942a428dbe988323c81f9774' , '/navigation/550488753df64a3ea18dce89e733097a' , '/navigation/019787b92e4a75fe940835600c6d907f' , '/navigation/f5c5a20146f1405688146a20d052f819' , '/navigation/018f872383a67f219cad6cc081ef1fd2' , '/navigation/13e590db80c74464aaaa2c6ca0966fc4' , '/navigation/23dc9bd86c0e4c65aec433e3d436cc2d' , '/navigation/6a45f8cb89ca4c8489d66d14355f3e7e' , '/navigation/018f872418b17732961b6a16855a8ad1' , '/navigation/930d4a063d674bc1bf7ce28fcc748b3f' , '/navigation/547a7958847d45bc86df3a273efe6528' , '/navigation/0ba99152f04649a58ef8f7a5cef28b4c' , '/navigation/018e80a13dbf7c8ca2e9473b6e796855' , '/navigation/018e80a153ac7221befb06351332118e' , '/navigation/018e80a1660f7c27a146e9e53991f990' , '/navigation/018e80a17a2a7d5588ddca72a71577f1' , '/navigation/4ba66d12a123487b93fb9b5516aecb86' , '/navigation/019e64b251f87b43ae1ee55464ef4c77' , '/navigation/3fb4e3dc9678455ab54918fd6b8cdc79' , '/navigation/432a0906efca45e7bfb6703221556cef' , '/navigation/d040608ecaed428da7290ad41b7db917' , '/navigation/64a25f1825fc4a6b8d4be75308913a88' , '/navigation/018e8078b121753ea246c8b8f090e641' , '/navigation/019e64dbda4377fe90907608f58712ba' , '/navigation/019e64dc2bd274a2bec680ce072bc374' , '/navigation/018f4e95411f70898c428edd129a46cc' , '/navigation/018f9f339445717e972d68c17d745dbd' , '/navigation/257a5d3679534e4bbfa0d4de13f4756b' , '/navigation/019e20c2a0a970009393e6f0710f437d' , '/navigation/018f872613f7736eba9d3af28987d88b' , '/navigation/018f8726daec726fbc077208e3220300' , '/navigation/297d82027c3b4eb2bd8bee97d8f2f6f1' , '/navigation/018fb9341783714cb2434a2a3c917e72' , '/navigation/018fb93437f1796e92aa36e1ada6cc02' , '/navigation/3ca638cfd61d474cab8fe06650891a07' , '/navigation/018fb93456157c40a2575895d7b07b19' , '/navigation/018fb93496dd78fe95b8cb3df2a6b774' , '/navigation/018fb934ad37712393a489591b285478' , '/navigation/018fb93489e8712fab60a3a9e22d7853' , '/navigation/018fc365db6b7a8089a1bf83700e6305' , '/navigation/7f944b82bbe24eb181c101245b457905' , '/navigation/f2ee3e898b5d4a2e845510b2a2ab6540' , '/navigation/396427618f744b0da682ac556e62a3b8' , '/navigation/6e587cabd86f4a839a0a888156bf9bd0' , '/navigation/62dda90b8b16427092a2f7a756ea08e9' , '/navigation/96e2ff53acc6408e83129db3aab9839a' , '/navigation/1bb96785f81c47eaa9031c092dc973c7' , '/navigation/a4d18364053445139a225e05342504e0' , '/detail/d4e1a859f34a4127bfc5637d8546709f' , '/detail/a9f9cc35be7ce1ef7ffb71e1c358bb1f' , '/detail/15193637a8504cb3bc8c8dbefabd826d' , '/detail/b632cc5637ae4cdab11aa86e130e0e3f' , '/detail/29c0d93588d041b696d3295962c9601d' , '/detail/27bfe70af103d138a23bb126eb44bf18' , '/detail/a4f405fd95c94527a5d7cb59e59c4e56' , '/detail/67f9cfc5cdee4fa1a5c158155438dc78' , '/detail/91ede755089cc78fcf6c4823d8806d43' , '/detail/98300825fc6a482fbf9e612fb65c10ee' , '/detail/c4331e3cb595418fa67451103785a4bc' , '/detail/76e45f15af374eeb805fca19dcbd3393' , '/detail/e1a0cd42b7b9422ba597a48991f17dfe' , '/detail/7c44839e5d62486390a8194c6bf9c724' , '/detail/3ea064448ec54c858383f564783e2cbb' , '/detail/b20262f214704cda9cba451654805afa' , '/detail/2917e5a99c514342ba00b13858490431' , '/detail/ab03b8c394224974a8db697fd9995876' , '/detail/6e66739db82864e8bd27d9d085f92387' , '/detail/061d9adcb9d6cae85221fefa7de23ac0' , '/detail/3b448ebaf45f06815480614f4f3c7635' , '/detail/f65c9fcb1d474bdf860dc1ba90a71356' , '/detail/884d39c6a28c42c39b82fbbfb6586d38' , '/detail/ab9fb8c723344fef8f5213d049ef89f7' , '/detail/cc0b9d6899c648ee83e739e4ada5b1ff' , '/detail/0d79bef54cb4173efc167bbea8fda947' , '/detail/253ec4a254e9413ebbdb60f7f96246af' , '/detail/724076659c9148d5a26f1c2014c1a4f6' , '/detail/249b7a7db7fad650b97b9fa585ba7647' , '/detail/4c56995c5b8c48b9889c5ffff5a4a284' , '/detail/a4f78827169b4b4997e46369152998ac' , '/detail/f3f3836187a55df6c543e48b9ec69b7c' , '/detail/c6b10f1a1a9f4530b7bcfb1811ff3672' , '/detail/2ca6fed38e8772e3342b0cac6000eb20' , '/detail/162c03c5e4ea453fae51a395659bd39f' , '/detail/4cb225ca431e497ba13f0efc538d15b3' , '/detail/4df83a6a00fc489b9b149f7fb209bc2b' , '/detail/6edd95e20d11a0fa5e8727d1791f64f7' , '/detail/08f2a55d5ac941768e474fc112441a18' , '/detail/0a5e241a54fa4a3b8107a1a47e9ceaea' , '/detail/024c45f6cd104594bfaf7c9ea33d0338' , '/detail/1831df33d032276270a80bccfc003ef5' , '/detail/da73a033c9f14ea3803bdc719deb4313' , '/detail/f25840046dd9d52482daa3a496b6da15' , '/detail/1361e176d8f24d9d9150e2babcc9b76d' , '/detail/7ffe9089ee234b18b7da79bba5d9cd8b' , '/detail/aa6497584f64491aae400eb9da455ddf' , '/detail/295e31db9e9c4e0ea79ab4351e889e3d' , '/navigation/29560bf318a44ad6ba8771662a0cc454' , '/navigation/16299f54e03e4a548066aeb6ab3ab88e' , '/navigation/27afc901ff884ed192da8051379e66ce' , '/navigation/970658b3cbb74c73b869e617b203d80f' , '/navigation/59a193cfbfb140bd84295b5b993c20df' , '/navigation/0198413daab078f5bbc365b9b6983f5e' , '/navigation/687b40719e304c098c0a35edbd9bc508' , '/navigation/05ed008099c64b18b4163957390cd455' , '/navigation/bf17a18ba7aa4093871acea2bb2def22' , '/navigation/cd6d9961b0564862b0f7913e41d4a68c' , '/navigation/f7ae62daea0640669aa4ce1db5965917' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x91F96E6AD4B146E7B5BCBE412F617BBA OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
6.23 ms (2.00%)
1
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product` . `display_group` ) total
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"‘ùnjÔ±Fçµ¼¾A/a{º "
true
b"BnE²ñþKT‹§a\f _7jg "
null
true
false
]
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x426E45B2F1FE4B548BA7610C5F376A67 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product` . `display_group` ) total ;
Copy
5.79 ms (1.86%)
1
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product.options` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"‘ùnjÔ±Fçµ¼¾A/a{º "
true
b"BnE²ñþKT‹§a\f _7jg "
null
true
false
]
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x426E45B2F1FE4B548BA7610C5F376A67 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product.options` . `id` ;
Copy
5.59 ms (1.79%)
1
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"\x00 J•h!ŒFÿ¿+|\x02 Ÿv¸Û "
b"\x00 nªÍDdH\x14 †ý¯†\x17 kù£ "
b"\x00 Ò\x19 ÿ’ûK¨’íš!ÙÉ›\x1D "
b"\x01 _›\x04 „…J`¡®åˆÝæûà "
b"\x01 r]›û}\x7F ¡D\x19 ²¨“ÖÎ "
b"\x01 ‘“ÕåôuНÀ,´ ,È= "
b"\x01 žd·k\x12 p‚†µíø\x11 Šn` "
b"\x01 žd·k&sg¥;¯JXžp "
b"\x01 žn%\r =p³¥\v ÇE‡dÙy "
b"\x01 žn%\r Rr\x10 ‚©zá¹ÿÎ "
b"\x01 žn%\x10 Jpi›}’\x1D å $õ "
b"\x01 žn%\x10 `r\x0E ®%æ\x06 ‡4Š» "
b"\x01 žn%\x12\x7F pјÝáS™R^¾ "
b"\x01 žn%\x13 sr;že?GÉߣ„ "
b"\x01 žn%\x13 ºpÀŠ.ý\x1C ž·Q„ "
b"\x01 žn%\x13 ürñ½Tû3w`¤ "
b"\x01 žn%\x15 as3›\x0F ¶¬³¦6\t "
b"\x01 žn%\x15 hs—¡l)“±¡g "
b"\x01 žn%\x15 {sI¸4ÈÙ\x03\x01 Ü\x01 "
b"\x01 žn%\x15 ŠqðŠ$ûí¢ç±m "
b"\x01 žn%\x15 ‘r\t W³#!¸Ð\x15 "
b"\x01 žn%\x15 •sÞ°f%øÆ€ÍK "
b"\x01 žn%\x15 ™q"Žm\x00 b\x1F ¡$o "
b"\x01 žn%\x15 ŸsŸٱÐM:w† "
b"\x01 žn%\x15 £p±§E\x1D xûW "
b"\x01 žn%\x15 ¦rÇ´>qŒÄ\v `| "
b"\x01 žn%\x15 ªp¥·±^þIÅ!B "
b"\x01 žn%\x15 ±r`¡q^žDñÄÙ "
b"\x01 žn%\x15 ´rD—c“`ï\x00 0¯ "
b"\x01 žn%\x15 ¸ró©7O'ç+Q¬ "
b"\x01 žn%\x15 ÊrŽ®6ƒõA\x16 v€ "
b"\x01 žn%\x15 ÍpÍ££²IÁ\x12 \r à "
b"\x01 žn%\x15 Ðrå¿Þ"ÂÝj¾! "
b"\x01 žn%\x15 Ös𦇱›gsPü "
b"\x01 žn%\x15 Ùq\x08 ™\x0E ÈÀ%"9 "
b"\x01 žn%\x15 Ýp¨Ž\x02\x10 ûœ\x15 ^å "
b"\x01 žn%\x15 ôp7·\e iËý\x14 Û! "
b"\x01 žn%\x16\x10 qݱÍHßcCV\x16 "
b"\x01 žn%\x16 ¦s’¦ª\x00 Ôˆe†M "
b"\x01 žn%\x16 ·q¥Œçô5åýç "
b"\x01 žn%\x16 Ápl¿3ï\x17 ¬\x03 ÉN "
b"\x01 žn%\x16 Îrôœ!t\x02 ¥é\x15 } "
b"\x01 žn%\x17\x03 qš¸Ò‰„\x15\x1F 5m "
b"\x01 žn%\x17\x05 rP¸¾F¸ ±S\x16 "
b"\x01 žn%\x17\x06 pvºX†²~°Ž0 "
b"\x01 žn%\x17\t s¥ƒ\x17 )¨mŠO$ "
b"""
\x01 žn%\x17 \n
qô½‚¾Ž*Rðr
"""
b"\x01 žn%\x17\x0E r\x1C ¹Œ½í=#¾˜ "
b"\x01 žn%\x17\x0F p\x7F ‹«~å¸vÅ "
b"\x01 žn%\x17\x10 r\x0F ƒ=”Ë*”*& "
b"\x01 žn%\x17\x11 rdg \v Ò›\x10 m "
b"\x01 žn%\x17\x13 qmƒ\x07 ƒtäé}” "
b"\x01 žn%\x17\x14 rÜœ;\x06 Õ\r ‹M "
b"""
\x01 žn%\x17\x16 r™Ó÷Í\n
Q.
"""
b"\x01 žn%\x17\x19 r\r ²³R\x07 žª\x19 "
b"\x01 žn%\x17 !p˜[d°ãûï "
b"\x01 žn%\x17 "rQ¥É€ù+c$Ñ "
b"\x01 žn%\x17 )q\x10 šJŒ‰&q.] "
b"\x01 žn%\x17 *p…š\e Û*qŒÄ´ "
b"\x01 žn%\x17 ,r"»çm\x11 •áWÄ "
b"\x01 žn%\x17 -sw®TuœØ&Ƽ "
b"\x01 žn%\x17 3q\x17 Œ&\x1F d×Ìec "
b"\x01 žn%\x17 7qp ½‹ ¦Õº "
b"\x01 žn%\x17 8s[ß<‹¥\x1F ±½ "
b"\x01 žn%\x17 ;s,³¿\x03 ´Ô4ý\x11 "
b"\x01 žn%\x17 ?s}·¨k3«ý£É "
b"\x01 žn%\x17 @r\f ¶D\x1F _ý&\x1A ¡ "
b"\x01 žƒ\‹irŸ¦÷Ë9™ê³g "
b"\x01 žƒ\‹‘rwºT¯\x1F câÆ² "
b"\x01 žƒ\‹šrìƒÚ£Á)ô\x14 ® "
b"\x01 žƒ\‹¯q§™\v ÷Õ…›1â "
b"\x01 ž‘º\x0E «qAµ<ú\x0F 6\x05 _1 "
b"\x01 ž‘º\x0F ëq£.G¼Äe\x04 I "
b"\x01 ž‘º\x10\x03 q9¹\x15 l\x10 ‰î*5 "
b"\x01 ž‘º\x10\x1C s »tñ¡Âæ\x02\x0E "
b"\x01 ž‘º\x10 oqà¾R\x1E Q€¸ä£ "
b"\x01 ž‘º\x10 ¾sú\x02\e\x18 FiX\v "
b"\x01 ž‘º\x10 îpã¿ûê\x0E K?UÛ "
b"\x01 ž‘º\x12 Ws\x1C ‰ù9tg9é "
b"\x01 ž‘º\x15 Kpãšé\x1D\x12 l\v k| "
b"\x01 ž‘º\x17 Üs¼¸§sy:g¨p "
b"\x01 ž‘º\x18 _r«½y8¤i=øê "
b"\x01 ž‘º\x1E\x18 rŽ”2¼» ¡]Ý "
b"\x01 ž‘º <s‚Œc‚{;š×… "
b"\x01 ž‘º!œq\v ““`Ty\x7F Þ€ "
b"\x01 ž‘º#Hs²‡\x18 TU5¦æœ "
b"\x01 ž‘º%(r÷‘ánÏ\x15\x1C\x0E ñ "
b"\x01 ž‘º)%pdC\x0F ÉtW\x10 G "
b"\x01 ž‘º+ërG³\x12 [cUõ,\x08 "
b"""
\x01 ž‘º,5qö§\n
^²\x15 úoÁ
"""
b"\x01 ž‘º-iqŘiiðT»¹Ã "
b"\x01 ž‘º14sdz¼Iì9x)d "
b"\x01 ž‘º2\x1C r¯§UtZ*ôø‡ "
b"""
\x01 ž‘º2Úr\n
µ%>Û¼\x16 !ï
"""
b"\x01 ž‘º7Åq†…N§96ªs7 "
b"\x01 ž‘º8Írr‹SSuðMÑ "
b"\x01 ž‘º9Mråµ\x00 n´\x7F NR> "
b"\x01 ž‘º9p›³u—GÐâ\t H "
b"\x01 ž‘º:\x13 p\x11 í†Ý LÚ "
b"\x01 ž‘º:/r[¡\x10 ¼?\x17\x12 ΄ "
b"\x01 ž‘º:3ry¿¼ÌúާB‚ "
b"\x01 ž‘º:7q6°æJàŽ\x00 ¾´ "
b"\x01 ž‘º:9sVæ^M¿æñý "
b"\x01 ž‘º:<rÄ«}Ù%õŇ' "
b"\x01 ž‘º:>r\x1F ’0\x14\x01 ±2¨z "
b"\x01 ž‘º:@r7‰c¦cÇèlˆ "
b"\x01 ž‘º:Bqy¯”NÂiLÒ "
b"\x01 ž‘º:Fpž,Ï:ט•\v "
b"\x01 ž‘º:Isw\x17 R9\x08 Âü "
b"\x01 ž‘º:Ms}Žá4™&L³\x01 "
b"\x01 ž‘º:Oqƒª\x12 ‰ºuC1. "
b"\x01 ž‘º:Qs7³ø\x15 `\x1A 8F "
b"\x01 ž‘º:Sp׸°^\x1C `€À] "
b"\x01 ž‘º:Vq†Ñ\x05 ýsH‘Ø "
b"\x01 ž‘º:Zs„‰\x1D rL¹?D^ "
b"\x01 ž‘º:\pš´“\e\x1C «rKY "
b"\x01 ž‘º:^s„½Ãl5N\x16 7j "
b"\x01 ž‘º:dpÀ³ÂK‡ÅO7ð "
b"\x01 ž‘º:frE‡\x11 S\x15 Ú³jP "
b"\x01 ž‘º:kq\x08 ¶Ík·†JöN "
b"\x01 ž‘º:oq¦€\x13 ¦\x14\x19 n\f * "
b"\x01 ž‘º:qp\x04 ’R;³=&\x15 ¤ "
b"\x01 ž‘º:uq5¸³\x17 r¬7\f K "
b"\x01 ž‘º:yr\x1C „¿~\x15\x03 É\x03 ¨ "
b"\x01 ž‘º:{pñ¿,T„^}€\x12 "
b"\x01 ž‘º:}s\x1F ¨NÁA\x14 I\x1F K "
b"\x01 ž‘º:\x7F s\x1C ¨Ž\x18 †½}ç„ "
b"\x01 ž‘º:…rz†üâí—\x1D p "
b"\x01 ž‘º:‡pªœôØ\x13 d*w› "
b"\x01 ž‘º:‰pˆ‘bå(B~Ôj "
b"""
\x01 ž‘º:‹sP¯\x1E Dsþ\n
ÄQ
"""
b"\x01 ž‘º:Žs\x18 ´b\f m\x15 ˆ³º "
b"\x01 ž‘º:r;»\v c¶¡X "
b"\x01 ž‘º:’r<˜H™¢ÆjÚ˜ "
b"\x01 ž‘º:”q‡¯äãæ>á, "
b"\x01 ž‘º:˜qZ‚ªF´i÷éK "
b"\x01 ž‘º:šrþ±\x01 QF5Óˆö "
b"\x01 ž‘º:œr>œzEh›Cˆ "
b"""
\x01 ž‘º:žr\x18 ¿\n
|³g\x03 I
"""
b"\x01 ž‘º: r§›¼\¿\x16 Ñi "
b"\x01 ž‘º:¢r\x07 ”÷¶‘\x18 "£ "
b"\x01 ž‘º:¥s¨¬“š5(;\x0E  "
b"\x01 ž‘º:§s\x0E £Nše\x10 *܃ "
b"\x01 ž‘º:©s¹«0Ò\x13 Àf²ô "
b"\x01 ž‘º:«sû‰£\B=nWs "
b"\x01 ž‘º:pjØ6R»o– "
b"\x01 ž‘º:±s—¹ý\x1E 2³\x16 Åô "
b"\x01 ž‘º:³sq—g@\x07 |6ñ "
b"\x01 ž‘º:¸p\x18 ŠR¶e˜üiz "
b"\x01 ž‘º:ÀsóšŽ?좸en "
b"\x01 ž‘º:Ås"´G\x7F «*ûì¼ "
b"\x01 ž‘º:Èqm™Z\x04 {<¾Û‹ "
b"\x01 ž‘º:ÊqZ’\T\f ý›lx "
b"\x01 ž‘º:Îpfƒãq\x05 ó²Á\t "
b"\x01 ž‘º:Øq\x10 ŽÍ _ok¹ð "
b"\x01 ž‘º:ÛpÂÎL¡¥ÙB\x07 "
b"\x01 ž‘º:Ýq̦–0Þ¥p}h "
b"\x01 ž‘º:ßsžÌ´\x0F ¾¬,l "
b"\x01 ž‘º:ásÀ¥,¾œáŽ\v ~ "
b"\x01 ž‘º:ãru°\x04 8\x14 V›\x0F % "
b"\x01 ž‘º:çpl‘×vÿW\t ÑŽ "
b"\x01 ž‘º:ép¦°7Æ•¹É\x17 k "
b"\x01 ž‘º:ðsç™ivPOÍPà "
b"\x01 ž‘º:òq¡ªý%AÊ\x14 jN "
b"\x01 ž‘º:öq~ŽÜ«8\x7F It> "
b"\x01 ž‘º:øs‘†d7ö»u?n "
b"\x01 ž‘º:üpK§À¤Ë\x13\x1F Õ€ "
b"\x01 ž‘º;\x07 qx™›\x1E ~ˆ\x1C ÇÈ "
b"\x01 ž‘º;\t qÓƒ-š-leŽD "
b"\x01 ž‘º;\v s\x1D ®€œ?–Ä"- "
b"\x01 ž‘º;\r r\x0E ‹ƒ®¯nzþ& "
b"\x01 ž‘º;\x0F r°—ÑXAÄï´ "
b"\x01 ž‘º;\x11 qd•!†Ì°·ó\x01 "
b"\x01 ž‘º;\x13 p~¥‡ØstŒ’\x05 "
b"\x01 ž‘º;\x18 r\x05 ¥b\x10 Û\x0E rž- "
b"\x01 ž‘º;\e q\x01 [YàÃT…Ë "
b"\x01 ž‘º;\x1D r|œÐ6B€‘L¹ "
b"\x01 ž‘º;\x1F p‹ˆ„àtå6ìÙ "
b"\x01 ž‘º;#s·±ETBm — "
b"\x01 ž‘º;'rÙ±„,ŽˆÛ\x02 ³ "
b"\x01 ž‘º;*r€¼åÕRÆ\x16\x1E Z "
b"\x01 ž‘º;.p¢»³'Ž˜ã^\x13 "
b"\x01 ž‘º;4pñ˜Í\x06 Ð5Ïbë "
b"\x01 ž‘º;8q1¥Û\x10 ;‚ÿ^U "
b"\x01 ž‘º;:r°Ÿ3 ø~R¿8 "
b"\x01 ž‘º;<s@©\x7F r¨\x1A …/Š "
b"\x01 ž‘º;?qPŒxǿ馔 "
b"\x01 ž‘º;Cqß„Ì\x19 òliü9 "
b"\x01 ž‘º;EpA½jtNG¨ãÔ "
b"\x01 ž‘º;Gq\x06 šÄ\x08 ¿ Z "
b"\x01 ž‘º;Is\x03 ž\x18 ÿ1OÖ\f U "
b"\x01 ž‘º;Mpå‚Èêÿ¬pë¸ "
b"\x01 ž‘º;Op©±n\x05 ºn‰K" "
b"\x01 ž‘º;Qr¹¹B\x7F\x08 ,`f¿ "
b"""
\x01 ž‘º;Sr\n
«”>ULÀš§
"""
b"\x01 ž‘º;UpÈŽ Ú«Ú\x11 \x07 "
b"\x01 ž‘º;Ypß®\v \x14 ©N• "
b"\x01 ž‘º;[p…¦¬\x02 ü°ù• "
b"\x01 ž‘º;^s|µF3¬Œ\x0F ` "
b"\x01 ž‘º;`sÚ¦/(Iý›ÿ† "
b"\x01 ž‘º;erºƒ¹\x1C ²¡£\f m "
b"\x01 ž‘º;gpÆ…Ð\x08 Ì,·õ= "
b"\x01 ž‘º;ir‚ \x0F «œ«\x1A µ, "
b"\x01 ž‘º;mp\x07 ¥‹\x18 W~˜Á "
b"\x01 ž‘º;ur1œÂ÷ø\x16 Òv6 "
b"\x01 ž‘º;xpP§‚«áõRÈc "
b"\x01 ž‘º;zpÆ«*¢ÃaW‰w "
b"\x01 ž‘º;|r™¢&.bÎ\x04 7€ "
b"\x01 ž‘º;~p"˜1¯4%K\x10 Æ "
b"\x01 ž‘º;‚s¶¤¯x{Y\x02 q‚ "
b"\x01 ž‘º;„rê¤øÄ\x14 H%Ôþ "
b"\x01 ž‘º;’qp›\f îØ‚šk: "
b"\x01 ž‘º;—rz€hú*e¸»n "
b"\x01 ž‘º;¡qòƒ§\x03 c@4ĵ "
b"\x01 ž‘º;£r\x00 ›|ü¬~vÍ„ "
b"\x01 ž‘º;§rÊ©oÜ4vœ\v % "
b"\x01 ž‘º;«p¢x\aHD.ˆ "
b"\x01 ž‘º;pâB“ºÃ%6· "
b"\x01 ž‘º;¯sަT43\x1E Å}6 "
b"\x01 ž‘º;´rЏí\x16 ¨4\x01 Ð3 "
b"\x01 ž‘º;¸qv²¨&Âðºò\x01 "
b"\x01 ž‘º;ºp¼¯gBÍ!ü°Í "
b"\x01 ž‘º;¾s” ߯é\x17 \r g€ "
b"\x01 ž‘º;Árµ‡’R!üÁ "
b"\x01 ž‘º;Æq}³m¼fd×Ú* "
b"\x01 ž‘º;Éq.¦’)\?W\x02 Š "
b"\x01 ž‘º;Ðqé—žã"\x15\x1D І "
b"""
\x01 ž‘º;×rÒ¸ü©\n
ߦ
"""
b"\x01 ž‘º;Ùqœ ÛÃ;\x08 (¶? "
b"\x01 ž‘º;ÜsÖœJñª¬=ƒ} "
b"\x01 ž‘º;ãs&¿*/¾>Û ± "
b"\x01 ž‘º;åpÚ‡]¡aøh# "
b"\x01 ž‘º;êrÐŒ’\x7F [Ã>Ð "
b"""
\x01 ž‘º;ûq$®¹ƒ\n
\x15 x\x06\x1C
"""
b"""
\x01 ž‘º<\x04 q«h2-\n
§ãø
"""
b"\x01 ž‘º<\x0E p¯œâ4WSÏ "
b"\x01 ž‘º<\x1A r'¯Þ\x14 '0wlã "
b"\x01 ž‘º<\x1C pºqj€~`ž[ "
b"\x01 ž‘º<\x1E sê–“=n”ì\x1D H "
b"\x01 ž‘º<&pBºØEñî9‡x "
b"\x01 ž‘º<+q\x10 ¹{\v ]½&U~ "
b"\x01 ž‘º<8sÖ”uÑq³7K’ "
b"\x01 ž‘º<Gríš‘×ÞØ½\x19\x15 "
b"\x01 ž‘º<Qp{·V'\x01 £I¸ "
b"\x01 ž‘º<Us¤•à+®Úò!™ "
b"\x01 ž‘º<ZpàŠ\f Ôqð\x14 À "
b"\x01 ž‘º<\qD· ãÙšŠƒ "
b"\x01 ž‘º<lrá®\x07 2ta¥cñ "
b"\x01 ž‘º<spêŽ~Þ€à\x16 vË "
b"\x01 ž‘º<zr†¼\x19 ïx½¤†[ "
b"\x01 ž‘º<\x7F pe‚ƒ…êÔ9åÕ "
b"\x01 ž‘º<ƒr²´v\x05 kå\x0F º¾ "
b"\x01 ž‘º<Šs¼§çÉà®9\x07 Ô "
b"\x01 ž‘º<ŒpŽº…7\x04\f\x0F\x05 0 "
b"\x01 ž‘º<‘pÊ«÷ÛÌÁ\r ? "
b"\x01 ž‘º<“rtˆ\x10 …Ä£Ë\x06 c "
b"\x01 ž‘º<œr(ã3\x05 ó®Õç "
b"\x01 ž‘º< p+©¥Í\x00 =\r wr "
b"\x01 ž‘º<§p\x05 ½\x1A œÉ\r õê "
b"\x01 ž‘º<©sޝkŸa€\x01\t ¼ "
b"\x01 ž‘º<«qû¤›á.¤ØqV "
b"\x01 ž‘º<®p*ƒØÜs%K”\x17 "
b"\x01 ž‘º<´sÖ¦:\x10\x1F Ëé´ÿ "
b"\x01 ž‘º<¸pá®%Q\x12 æ"x\t "
b"\x01 ž‘º<½pÈš\x05 %Ó¼²ì¡ "
b"\x01 ž‘º<Áp¥€bS\v PÐu” "
b"\x01 ž‘º<Èqü–\x07 $c"ƒ "
b"\x01 ž‘º<Îr˜º·kÝbŽš# "
b"\x01 ž‘º<Óq¯›\t ÐÍâªRž "
b"\x01 ž‘º<Õs±·ïóÛÄ!/ "
b"\x01 ž‘º<×q ¬\x1C 2Ôæˆç® "
b"\x01 ž‘º<ãr\r ŽÍiŠ\x17 sŦ "
b"\x01 ž‘º<årf¯ý‹åwÊ\x1F\x11 "
b"\x01 ž‘º<çr\f ¥„!1²³¿ "
b"\x01 ž‘º<ôp-—Ï\x7F —à "
b"\x01 ž‘º<ör¹¸\x1A +Ž¡à\x12 "
b"\x01 ž‘º=\x05 rh¤EŸÊ"ï\x1E ‚ "
b"\x01 ž‘º=\x08 q\x0E ‰d\x02 ªÍ%\f "
b"""
\x01 ž‘º=\n
r<™Rã\x1E ”\e\t ’
"""
b"\x01 ž‘º=\x15 pÁ‡ŠP/ÚÚàB "
b"\x01 ž‘º=\x19 sËŸF'ñ©\x02 3\x16 "
b"\x01 ž‘º=\x1C q„m°Ý¬4ƒ "
b"\x01 ž‘º='qm«]\x1D s¦ª¼a "
b"\x01 ž‘º=-r\x13 ¦\x1F ±™ç¬ë+ "
b"\x01 ž‘º=6p{·\x08\x19\v q³. "
b"\x01 ž‘º=9p€Žß:¡ÌÎS¹ "
b"\x01 ž‘º==q\x08 ¼?\x12 *(\x15 #} "
b"\x01 ž‘º=DsK¼ëÂ8\x04 ÖS\x07 "
b"\x01 ž‘º=FqD’5®¡\x1A 0š "
b"\x01 ž‘º=Hs!—Ö\x1F ã=l³š "
b"\x01 ž‘º=Mp]¨\x08 ÈÌC|oß "
b"\x01 ž‘º=OqN·œeÒäzô‹ "
b"\x01 ž‘º=Qs\x02 ‹L͇ n\x11 Ë "
b"\x01 ž‘º=_qq£¢\x02 r\t\x15\t\x17 "
b"\x01 ž‘º=gr\x07 †®±Uı¡· "
b"\x01 ž‘º=ns\x1D Ÿ²7]\x07 ñE# "
b"\x01 ž‘º=‚q½š\r :\x1C d¤s\x13 "
b"\x01 ž‘º=†qɃ\x13 RúàÞô "
b"\x01 ž‘º=‹pí¡ O\f K5t¹ "
b"\x01 ž‘º=sÑ‹HŠ/M…Qî "
b"\x01 ž‘º=›pL©Ið\x04\x06 "\x0F x "
b"\x01 ž‘º=s–§¾\x1D\x16\x11 0+ˆ "
b"\x01 ž‘º=¨q£ŽéÆŽÞ}ÞÑ "
b"\x01 ž‘º=½s²˜\x1E\x01 µçØ "
b"\x01 ž‘º=Íqë™âˆåML_§ "
b"\x01 ž‘º=Ôs²ˆb»ë¯¥\x15 L "
b"\x01 ž‘º=ðrĨÛ’i\x1C "
b"\x01 ž‘º> pž•ôŸrÜc„h "
b"\x01 ž‘º>&ph…E9ÁäÃ6D "
b"\x01 ž‘º>:s\r ·Y‘4)\x04 6h "
b"\x01 ž‘º>¥røˆÏ!××&DÎ "
b"\x01 ž‘º>«sޱžwBàŒQ "
b"\x01 ž‘º>së—"Û<çX\f õ "
b"\x01 ž‘º>½sêošU,0\x13 Í "
b"\x01 ž‘º>ùpò‹Í¤ùJ». "
b"\x01 ž‘º?™svŒßÆVR\x07\x00 O "
b"\x01 ž‘º@Asi¿Ôs®\eI* "
b"\x01 ž‘º@Nq\x16 œ\¿\x11 B1lº "
b"\x01 ž‘º@rri•ú\x19 4\r j6P "
b"\x01 ž‘º@~s°‚H\x02 [Ú²¡² "
b"\x01 ž‘º@•sU—èÞúçG7) "
b"\x01 ž‘º@Âq=“T_¨`ÉÌ” "
b"\x01 ž‘º@Îri¯5FçCsê\e "
b"\x01 ž‘º@ïp7¦\x00 Â÷ë3è "
b"\x01 ž‘ºA\x0F p:¡àg†â©¹/ "
b"\x01 ž‘ºA\x1E p.¶Q+*äd¼ "
b"\x01 ž‘ºA*r€˜óhÁG\x1D vN "
b"\x01 ž‘ºAJsï´î»/“¤=& "
b"\x01 ž‘ºAUq¢…\t Êœ^怩 "
b"\x01 ž‘ºA`p%’4(U?>\f ¢ "
b"\x01 ž‘ºA€rš¥SŽšR»}- "
b"""
\x01 ž‘ºA–sÔ<E+›\n
«
"""
b"\x01 ž‘ºAq¯¬(\x11 –ÜËwG "
b"\x01 ž‘ºAÐrž¡\x02 ,]ÒFAê "
b"\x01 ž‘ºAÜp, \x17 B“\x12 }é "
b"\x01 ž‘ºAçsc‘çï\x03 Y÷V¢ "
b"\x01 ž‘ºAôpeŠZVœÕ G• "
b"\x01 ž‘ºB\x06 r0ƒã+G|ÓÛ1 "
b"\x01 ž‘ºB\x1E s\x7F ®”ÝžØ\x16 ÖÑ "
b"\x01 ž‘ºB7sÍ–ÚJQ¨t¶% "
b"\x01 ž‘ºBOpëŒÚ(H\x1E \²| "
b"\x01 ž‘ºBgr¦òn+ ž\x11  "
b"\x01 ž‘ºBrpA®kG7ü¨Z "
b"\x01 ž‘ºB”rõ¢œš1\x17 W|[ "
b"\x01 ž‘ºBp\x1A ;\x19 +†@œÎ "
b"\x01 ž‘ºBºsó\x0F ñÛpíÂ\x1D "
b"\x01 ž‘ºBîrúµ\x1F Xªm£íˆ "
b"""
\x01 ž‘ºC\x07 q~„®ÓË„ñ\n
å
"""
b"\x01 ž‘ºC qD“7âK=\x1E "
b"\x01 ž‘ºCFpJ†·\x08 ?¶«w° "
b"\x01 ž‘ºCisŒ£È·c¶.AÆ "
b"\x01 ž‘ºCqq…øB¡821§ "
b"\x01 ž‘ºC©s¹·@$ïH:aª "
b"\x01 ž‘ºCÝq\x1A §\x15 DdéÒ¡• "
b"\x01 ž‘ºCérÖŽ\x13 p–I‚¯ "
b"\x01 ž‘ºCöp²°.ÂS(ï\x14 "
b"\x01 ž‘ºD\x03 pý¯ËªO$).| "
b"\x01 ž‘ºD\x10 qa£9K_›ú”R "
b"\x01 ž‘ºD(r@†K[Î ›B¿ "
b"\x01 ž‘ºDNqN½¬3ó–¼\x10 . "
b"\x01 ž‘ºDfs¸×"«Ã\x1E ™¡ "
b"\x01 ž‘ºDrq”ž±\x18 T\ö\x1F P "
b"\x01 ž‘ºD‰s\x1C ¹¿Î÷¨I#§ "
b"\x01 ž‘ºD•r7ï*¹Xß&§ "
b"\x01 ž‘ºD¡p¦…W_\x11 ¡Ï\x00 9 "
b"\x01 ž‘ºD¹rŒ«2\x0F J €‘ "
b"\x01 ž‘ºDØqˆ¯V|_Ú\r ;4 "
b"\x01 ž‘ºDäp\x1E §ÿ£Û\x0F V<~ "
b"\x01 ž‘ºDüqWžž§A‡+· "
b"\x01 ž‘ºE\x08 sb•va/Åû\ "
b"\x01 ž‘ºE p`œØÄ*ý¬^ä "
b"\x01 ž‘ºENq´¹Ö(íëöÊG "
b"\x01 ž‘ºEer\x01 ¦’\x1F ØX<…4 "
b"\x01 ž‘ºEˆqy³>=\x00 ‹D,Œ "
b"\x01 ž‘ºE½q\t ˆlc¼†ÉÇ\x1A "
b"\x01 ž‘ºEès®³;uCJ»÷! "
b"\x01 ž‘ºF\x01 sÕž\t Í•lɬ "
b"\x01 ž‘ºF(pp¹Ýu}”\7ÿ "
b"\x01 ž‘ºFBpjº¿”/5+J¥ "
b"\x01 ž‘ºFOrœ½ú¹.\x12 Õ/‡ "
b"\x01 ž‘ºFvs\x14 ¬,è¥ aÆÝ "
b"\x01 ž‘ºFŽs×½%•XRqÃÐ "
b"\x01 ž‘ºF›p‘¿Ð½\x18 ÜZ“‡ "
b"\x01 ž‘ºF¨sm»¯UK”(Êx "
b"\x01 ž‘ºFÌpz¡TGIÁD\e ` "
b"\x01 ž‘ºFåqÞ³5E¢½\x1E ”< "
b"\x01 ž‘ºFòsë€å•\x1D µe\x1C p "
b"\x01 ž‘ºG$r%˜„««Rk_Í "
b"\x01 ž‘ºG1pź“pÂf\x12 ¶g "
b"\x01 ž‘ºG=r¶«˜·]<ˆ¹“ "
b"\x01 ž‘ºGJqc±öíe\f oðó "
b"\x01 ž‘ºGVr¤½€\x0E\x0E 6}¾\x0E "
b"\x01 ž‘ºGcp©¾ò\x06 Ñ+„¦Q "
b"\x01 ž‘ºGˆpÍÄ\x11 «¿›_Þ "
b"\x01 ž‘ºG”qK¦èÆ\x00 ÊX¦ "
b"\x01 ž‘ºG¡re“\x1D ‘ü\x18 éB "
b"\x01 ž‘ºGsQ¯×#½§‚™U "
b"\x01 ž‘ºG¹rhŒÆ®ÀÝ\x0F "
b"\x01 ž‘ºGÓpM³®u¼;(\v + "
b"\x01 ž‘ºH\x07 rØ—‡N\x11 4€B< "
b"\x01 ž‘ºH!pX—y\x11 %³§¦> "
b"\x01 ž‘ºH-p\x02 ·´ög\x15 Óx– "
b"\x01 ž‘ºH:sߨË$¬…Ü~\n "
b"\x01 ž‘ºHGsaº‚soš ,& "
b"\x01 ž‘ºHTr‹ŒYF@¥\x11 »\x07 "
b"\x01 ž‘ºHp ´™5à#\x04 ) "
b"\x01 ž‘ºHŽsã¤×\x7F ò›õ\x04 y "
b"\x01 ž‘ºHrM°âí+¢\x10 L "
b"\x01 ž‘ºH¹pšª·r‘q?\x15 "
b"\x01 ž‘ºHÅp\r ”Z\x7F\x03\x11 zþë "
b"\x01 ž‘ºHÞrï’šŸ©5saw "
b"\x01 ž‘ºHës¿‰Ü|ÌI›õ4 "
b"\x01 ž‘ºH÷pĤtÊ©-\x16 ë× "
b"\x01 ž‘ºI\e s¯‚BÅJOY‰\x01 "
b"\x01 ž‘ºILpn¥²ÁhJþ2· "
b"\x01 ž‘ºI[r2œ?‡_pÄÚ/ "
b"\x01 ž‘ºItr½•Ä„v#3ª "
b"\x01 ž‘ºIŽr ‰(8•‰£a¡ "
b"\x01 ž‘ºIÊqá¼à\x15 hyÝrà "
b"\x01 ž‘ºIîpG€Ò‘0p}È\x18 "
b"\x01 ž‘ºIúqƃ£q*à\x18 (\x1C "
b"\x01 ž‘ºJ*rò²Ë‹-\x1C â\x10 Û "
b"\x01 ž‘ºJ7st£_\x1A\x7F b\x1E M "
b"\x01 ž‘ºJDpS«õn.\x1F :Úú "
b"\x01 ž‘ºJ^qf–L¾‘úÈ¨Ž "
b"\x01 ž‘ºJkqµý!Š-W³9 "
b"\x01 ž‘ºJ†rT‚±\x0F dÄÆz\r "
b"\x01 ž‘ºJºqÎŽ¼Ua\x10\x1C\x01\e "
b"\x01 ž‘ºJòq½‰ERœ›M„T "
b"\x01 ž‘ºK\f qᇅagÿ$}ì "
b"\x01 ž‘ºK3q\x07 ½Žøwå>ùg "
b"\x01 ž‘ºK@rÓ½¦)¦]ÅÞ\x13 "
b"\x01 ž‘ºKrq¿…®\x06 ¦–è\v ^ "
b"\x01 ž‘ºKŒrͧp¬\x1A ·äPR "
b"\x01 ž‘ºK¥s\e ŠZ\x7F\x01 0GŒ "
b"\x01 ž‘ºK¾p/¨h\x05 ;uìv "
b"\x01 ž‘ºKòs?šª÷žƒyx\t "
b"\x01 ž‘ºL\x17 p¯P\x16 ™E²¡ "
b"\x01 ž‘ºL0s^…SÃ>-øÝè "
b"\x01 ž‘ºLIrî¡z\x00\x1D #É\r Ž "
b"\x01 ž‘ºL…p`‹äÖ)\x7F KÚm "
b"\x01 ž‘ºLžs·ˆ\v ‘Ëæ£C´ "
b"\x01 ž‘ºL·sθ‹,Zà$R. "
b"\x01 ž‘ºLÄqt‡\f ιA8Ì› "
b"\x01 ž‘ºM\x05 qV”åRÀ%Ù0› "
b"\x01 ž‘ºM)p}µšÞ\x0E uÍÛy "
b"\x01 ž‘ºMMs˜¨G”M‰º"Á "
b"\x01 ž‘ºM˜q1º6Ùö°™âÖ "
b"\x01 ž‘ºM¼q\x0F „˜ü¡¯6Ÿ„ "
b"\x01 ž‘ºMör©ˆ`FSÉ›íî "
b"\x01 ž‘ºN\x02 p ½v“î;\x1A ˆ¯ "
b"\x01 ž‘ºN\x1A pÞ…\f\x18 q·»€þ "
b"\x01 ž‘ºN2s\v §ÂÃûÄh\x14 1 "
b"\x01 ž‘ºNbq‡½C•¯E¿ú* "
b"\x01 ž‘ºNoq>·¥ýÞ=‰ó "
b"\x01 ž‘ºNŠr®¯kr\x1A qh?ä "
b"\x01 ž‘ºNÍq\x10 ™\x7F à\v Ž•\x16 P "
b"\x01 ž‘ºNåp€µ\x17 xç¶–\x0E\x08 "
b"\x01 ž‘ºO\v r‰£»57´Ý’k "
b"\x01 ž‘ºO#sΡð\x01 J*óÐU "
b"\x01 ž‘ºO.rxŽ`n\x1A •7ìg "
b"\x01 ž‘ºO:p‰¹yêާŵ "
b"\x01 ž‘ºOPr\x14 „þö:C»K¼ "
b"\x01 ž‘ºO•q\x01 %Tàõ\x19 Ð "
b"\x01 ž‘ºOÇrâˆô1r‚äܤ "
b"\x01 ž‘ºOùrìŠ35jº¬©\t "
b"\x01 ž‘ºP\x05 rC„Õ#ã»_ "
b"\x01 ž‘ºP\x1D pY\x04 §ï \x03 °+ "
b"\x01 ž‘ºP5r¡£ä:_÷, "
b"\x01 ž‘ºPgsà¦Dóê?½\x10 ƒ "
b"\x01 ž‘ºP™pìŒâÌî\t Ø\x7F\x04 "
b"\x01 ž‘ºPÍp‰‰²øa.ìŽ "
b"\x01 ž‘ºQCr7ž\t\x1D ¥c8ñ\r "
b"\x01 ž‘ºQpu“Àì\x04 êM3Ò "
b"\x01 ž‘ºQôs\x05 ¬)”?~°up "
b"\x01 ž‘ºRzqðªHçÐóÄ\x1A Ÿ "
b"\x01 ž‘ºSAqŽƒldùær|1 "
b"\x01 ž‘ºSppÁ¦¸\g}¨Qç "
b"\x01 ž‘ºU\x16 sq¸\x19 lzH\x16 xÈ "
b"\x01 ž‘ºV#r*•é-'\x1C /ÈS "
b"\x01 ž‘ºV¦q#„y[\r 7‹¾{ "
b"\x01 ž‘ºW4qÕË&˜iRö# "
b"\x01 ž‘ºZÁs\x13 ‘\x17\x12 €‚ "
b"\x01 ž‘ºZÍq@Œ<'ôâÀU\x10 "
b"\x01 ž‘ºZùs¸Œa4\x18 ÝëG\x1F "
b"\x01 ž‘º[\x04 qá¥PXAÁ-O± "
b"\x01 ž‘º["p\x03 †H:H®¥ë= "
b"\x01 ž‘º[YpˆŸÿ\x07 81æ²Ý "
b"\x01 ž‘º[psä¥ô±¢Ž˜8> "
b"\x01 ž‘º[‘r‡ŒýÔÙ\x18 VÉ "
b"\x01 ž‘º[°p.†ÖÆ„0ÁHc "
b"\x01 ž‘º[ÐsD°W;Ž}BúÈ "
b"\x01 ž‘º[ôqç‚“b\x0F âQˆÕ "
b"\x01 ž‘º[ÿs¦ö¹Ób»/Ø "
b"""
\x01 ž‘º\\n
q“„ôc\x1C ;/‰"
"""
b"\x01 ž‘º\\x15 r\x7F «j— ’f†[ "
b"\x01 ž‘º\Hs\x18 ·VÀÆ.V\x18 O "
b"\x01 ž‘º\Rqp©\t 7Mñ\t äÒ "
b"\x01 ž‘º\]pÿ†íÐn\x15 Áè "
b"\x01 ž‘º\q,±ó•\x07 ‚ŽLT "
b"\x01 ž‘º\Ýp<¨:Ž]…×Ë• "
b"\x01 ž‘º\èrf½T¡,Å·5ï "
b"\x01 ž‘º\ôqD§êø+(4)@ "
b"\x01 ž‘º]"q'¤qóª©èF_ "
b"\x01 ž‘º]-sE§»íå\x10 +©Œ "
b"\x01 ž‘º]8py¤àäo„¨‰< "
b"\x01 ž‘º]Br¨¸X²'a\x15 ãD "
b"\x01 ž‘º]Mp\x10 —ëci\x17 ÎG¾ "
b"\x01 ž‘º]ap‡¸ì´ýgöá\x11 "
b"\x01 ž‘º]wr’²ôk\x17 ¸\x15 “¤ "
b"\x01 ž‘º]r?«^í$Ëù|ˆ "
b"\x01 ž‘º]‹s'¹ó7àå\x18 {‚ "
b"\x01 ž‘º]Ÿrã‰àëùàÇN: "
b"\x01 ž‘º]½q\x19 ¡v\x1E ,ï§} "
b"\x01 ž‘º]Òs¼Œ”Ã\x18 ù•”< "
b"\x01 ž‘º]óp5¼‚üÉ·eš\x14 "
b"\x01 ž‘º^\x08 sõ®3À³p5½ "
b"\x01 ž‘º^"sŠ”Æêf‡j3& "
b"\x01 ž‘º^;pkª\x14 Ûa\v\x03 =0 "
b"\x01 ž‘º^Fqîº\x08 †Œ±õ›î "
b"\x01 ž‘º^]ræ£\x02 ¬èÍ•Ày "
b"\x01 ž‘º^„pƒ¨t<Ü©„7¼ "
b"\x01 ž‘º^Ÿqק´`=pÎ "
b"\x01 ž‘º^ªq>›ˆ\x1D ·\x7F ì\x18 \n "
b"\x01 ž‘º^µq²“L0B=;x< "
b"\x01 ž‘º^ÀsHWÃüÌ`\x1A\x1D "
b"\x01 ž‘º^Ëp0…Ä¡ñ‹v$ "
b"\x01 ž‘º^ÖqY_ž,¡™œ "
b"\x01 ž‘º_Hs\x0F ”\x04 z\x05 úà€€ "
b"\x01 ž‘º_Sq%–åœ<|x6Ü "
b"\x01 ž‘º_ˆsߌ8#Î\x10 P\x1F - "
b"\x01 ž‘º_žs/·nÊ\x01 ŒV\x05 ` "
b"\x01 ž‘º_·rL ÷å®ÕŽ–¹ "
b"\x01 ž‘º_Ñph¤ç@Ú¥ô” "
b"\x01 ž‘º`1s¶˜\x7F ›&8¾ãŽ "
b"\x01 ž‘º`<s™ªò£/Žú’© "
b"\x01 ž‘º`]sG‚Ótw«os5 "
b"\x01 ž‘º`œpƒŽ/’Ült\x07 £ "
b"\x01 ž‘º`¨pú«ÚÆ»b¾z_ "
b"\x01 ž‘º`¿pš·ˆ\r ”CÕ! "
b"\x01 ž‘º`ìpЬå¤Çm»Ž "
b"\x01 ž‘ºasr\f …\x14\x1F }\x06 oWö "
b"\x01 ž‘ºa“s¾®«RÚ\x12 žD8 "
b"\x01 ž‘ºa§qΤBn”\x1F E¼r "
b"\x01 ž‘ºaÅs2²sÂå¡¡Žú "
b"""
\x01 ž‘ºaÛsÏÉB/ˆb\n
.
"""
b"\x01 ž‘ºb3pû¦]àiH\x04 W "
b"\x01 ž‘ºbIqtž-\x11 '‚Ê2¸ "
b"\x01 ž‘ºbisÒ¬ÀþÙb\x17 ž˜ "
b"\x01 ž‘ºbsq¸² ?:x;# "
b"\x01 ž‘ºbÞsï€âç\x00 zˆÒÙ "
b"\x01 ž‘ºc\f qñ¼Øð›+U² "
b"\x01 ž‘ºc\x18 rw½é£¾\x19\x0E ÑÇ "
b"\x01 ž‘ºc.qR²Ä¶ÈÝ8gV "
b"\x01 ž‘ºcar©¡ÐpBüœÎ½ "
b"\x01 ž‘ºc\x7F r`\x01 ùv‹\x13 á "
b"\x01 ž‘ºc‰rÔ•¥\x17 ã#‡Y¢ "
b"\x01 ž‘ºcrÆ’»Wu‡Tn "
b"\x01 ž‘ºc²py¤#<Ÿ†\f ya "
b"\x01 ž‘ºcÇs«ŽÜ§\t Òü¥Ç "
b"""
\x01 ž‘ºcÿq\n
ž£&\x1D\x10 ×ǵ
"""
b"""
\x01 ž‘ºd\n
qV¤/†ò°YÑÉ
"""
b"\x01 ž‘ºd\x15 q\x08 ¡ \x15 4\x0E Üu\ "
b"\x01 ž‘ºd‚rÔ¶!\x0F aze¶K "
b"\x01 ž‘ºdŽq|‹—ŒP¬C "
b"\x01 ž‘ºdÝsc½\x10 SËÉÞÞø "
b"\x01 ž‘ºdòq?¼\x15 ¸'S4 Ž "
b"\x01 ž‘ºe(så›êF=n\r =º "
b"\x01 ž‘ºf&p|ºK¶y\x10 Â\x7F ç "
b"\x01 ž‘ºfÒrÅ·÷ƒ†ÓŒ\x06 1 "
b"\x01 ž‘ºfçq\x12 ”ËÊCôcþ\x07 "
b"\x01 ž‘ºg@qw“–Í–„Ûy« "
b"\x01 ž‘ºgVqÍ”x±]IiX‰ "
b"\x01 ž‘ºgmsÁŸ*Þ¹„%{G "
b"\x01 ž‘ºg¯p‘½™jõ 3_@ "
b"\x01 ž‘ºgÆq\f ¡‚Ž’\x1D ²-X "
b"\x01 ž‘ºgñp¶ÝJW\x1C Ì\r "
b"\x01 ž‘ºh\x07 rCŽ\x13 pí“óIv "
b"\x01 ž‘ºh"rÿ›j½\x11 Jn^ "
b"\x01 ž‘ºh7sƒ¦çäu¾½Pà "
b"\x01 ž‘ºhMrF…I;E\x1C\x18 -\x01 "
b"\x01 ž‘ºhbrܧ=rlÝ\x05\x1F ² "
b"\x01 ž‘ºhxs»”Í‚\x08 ²q‰Ë "
b"\x01 ž‘ºh¢s8¥¸™Ÿ†'5¿ "
b"\x01 ž‘ºh¸pP¿\x0F bâúo²é "
b"\x01 ž‘ºhÎpîŸ\x11 ¿EC«OÈ "
b"\x01 ž‘ºhäp¹›ïPßjaP "
b"\x01 ž‘ºhúrÀ¨$à¹æ:‚c "
b"\x01 ž‘ºi\x10 q\x1C ¨8K\x1E D\x19\x16 "
b"\x01 ž‘ºi&rû¶\v\t °ÁH¶› "
b"\x01 ž‘ºi<q'«\x13 8K=£©ï "
b"""
\x01 ž‘ºiRp’‚Aª\e \n
ò̉
"""
b"\x01 ž‘ºihp\x18 —\f a#©t "
b"\x01 ž‘ºi~r¥š£½V]¾Ò\x00 "
b"\x01 ž‘ºi•q\x1F P.V\e OäG "
b"\x01 ž‘ºi¬q\x1D ”ïƒXvŽ\x1E + "
b"\x01 ž‘ºiÃp\x00 ¤M\x1E Ø„·LŠ "
b"\x01 ž‘ºiÚr³“Ê~UÒï™… "
b"\x01 ž‘ºj\x08 rǧN:‘ 2øI "
b"\x01 ž‘ºj r‰€Z£%ý^åè "
b"\x01 ž‘ºj8q…ˆ,É\x14 îè#a "
b"\x01 ž‘ºjgq÷œú¬þ¨Šú1 "
b"\x01 ž‘ºj±s#§‹øù/F\x19 Y "
b"\x01 ž‘ºjÈqsµS\x06 ©N/å} "
b"\x01 ž‘ºjßsl©C.ÂÁ\x15\x0F\x17 "
b"\x01 ž‘ºk:s«˜ÓÛH>ù¬ó "
b"\x01 ž‘ºkQsEµêô^\x10 ,äS "
b"\x01 ž‘ºkgq;¸`\x07 /Mº™= "
b"\x01 ž‘ºk•rÁ•Ìh*„èºÞ "
b"\x01 ž‘ºk«p\x10 ‰¥ŽJÑ> "
b"""
\x01 ž‘ºkÁsü³\n
›˜,Žl\x17
"""
b"\x01 ž‘ºk×q&‰\x14 Q\x1A ªzAe "
b"\x01 ž‘ºkíqÛ¯\x7F\x13 Ç\x00 ôGn "
b"\x01 ž‘ºl\x03 qJ¼P"ÀéË\ö "
b"\x01 ž‘ºl\x19 sé¦óî\x18 «2€l "
b"\x01 ž‘ºl/r4’Ql\x00 ²7à "
b"\x01 ž‘ºlEs"§žÓ–»\x00 à "
b"\x01 ž‘ºlZrß‘i<®WÉ "
b"\x01 ž‘ºlqpk–6ýGÆ'9\x0F "
b"\x01 ž‘ºl«rž”®ƒ¸^J¶6 "
b"\x01 ž‘ºlÃsP¢ Û¼nHƒÕ "
b"\x01 ž‘ºlÜpš®êE]nïÏ´ "
b"\x01 ž‘ºlõpüvw5Ï\x17 ŽÛ "
b"\x01 ž‘ºm\x1A rˆko\x11 lÝÜR "
b"\x01 ž‘ºm7qÀƒ÷ê@Ÿ\v\x02 “ "
b"\x01 ž‘ºmPr=ž;à&\x1C z\ "
b"\x01 ž‘ºmŽq\x06 ŠªÚÃ\x19 #¾Å "
b"\x01 ž‘ºmªpJ»èsÔpðÂñ "
b"\x01 ž‘ºmÇs“·\r ¢üŔ߯ "
b"\x01 ž‘ºmès‚\x15 Ü’½äÖ2 "
b"\x01 ž‘ºn\x02 qg–g^žïÖ·^ "
b"\x01 ž‘ºn\x1C sð¼¾\r ‡Ö§”Ì "
b"\x01 ž‘ºn5p¸µ\r Ê’\v ÃüÛ "
b"\x01 ž‘ºnOs\f š-,\x7F ì\x11 Öü "
b"\x01 ž‘ºnhq†’-0¹Ò™ÁM "
b"\x01 ž‘ºnr±¹ž\x17 Â猂 "
b"\x01 ž‘ºn™s¦ˆP¤Jº\x1A `¡ "
b"\x01 ž‘ºn°p®ª…zGÒkˆõ "
b"\x01 ž‘ºnÇq¼£–•Ë&ø\x19 "
b"\x01 ž‘ºnôsd´\x19 1ã\x08\e Û\n "
b"\x01 ž‘ºo\x10 sÜ¿Ï>ÈÞÍÄ¡ "
b"\x01 ž‘ºo;pù¸¯%Ó\x03 7Wˆ "
b"\x01 ž‘ºoos››\x17 ‹H8ªÑ& "
b"\x01 ž‘ºo†sܱÝ\x08 ñõ³¦\e "
b"\x01 ž‘ºo´sŒŒNP¬Ü)‚¬ "
b"\x01 ž‘ºoárC¾ºŠî?¬ "
b"\x01 ž‘ºoýqZ°ÞH\x1A\x14 ¹\x03 Ë "
b"\x01 ž‘ºp\x12 r²»mú¼m8| "
b"\x01 ž‘ºp'r»š\x1A \x1E Ì\x1D €Ì "
b"\x01 ž‘ºp=r¶‹ã\x7F FŒ#Ž] "
b"\x01 ž‘ºpSqy¯¹B•ÄEZü "
b"\x01 ž‘ºphs¯„?õÎ\x19 ùPa "
b"\x01 ž‘ºp’qO¡\x01 Ó:–¶Dí "
b"\x01 ž‘ºpªrw…ÆŽ*®ºJ¼ "
b"\x01 ž‘ºpÀr/“K_h¿dE› "
b"\x01 ž‘ºp×sõ¬iA\x13 ‡W:ö "
b"\x01 ž‘ºpîr\x01 ·ÔžPž¾~r "
b"\x01 ž‘ºq\x1A s(ªÉ\x03 TyÌÃÀ "
b"\x01 ž‘ºq0rr½2Ä-nÈ=š "
b"\x01 ž‘ºqbpé•Ò¥ÚSí\x06 Q "
b"\x01 ž‘ºqs´¤‰¡¸f¦¡S "
b"\x01 ž‘ºq—r\x1C L1¾}h– "
b"\x01 ž‘ºqËsE˜‹\x7F ØK¡V "
b"\x01 ž‘ºqâqi¢Ïűÿ[\x1E ä "
b"\x01 ž‘ºqøqm¦/Ô¯M 4Ù "
b"\x01 ž‘ºr\r qí¬r’®!UÃ} "
b"\x01 ž‘ºr#rø]AØ€G6ª "
b"\x01 ž‘ºr8s¹ŠQgM8QDr "
b"\x01 ž‘ºrNpº¨{‡Ð\x18 sNÁ "
b"\x01 ž‘ºrerB·\f Œ`\x05 c6S "
b"\x01 ž‘ºr|sPŽ\x18 d\e Ì”ù€ "
b"\x01 ž‘ºr’rЈCá\x07 >®\Q "
b"\x01 ž‘ºr¿q“šÏEˆœ3;ý "
b"\x01 ž‘ºs\x02 sÉ‚QáJÏ1\x03 P "
b"\x01 ž‘ºs\x18 s™¹H\t s·\x17 á "
b"\x01 ž‘ºs1p\x11 “‚À¾ÖÌ "
b"\x01 ž‘ºsIqF¸M)™\v ¶U\x19 "
b"\x01 ž‘ºsbsçÐ*\x14 4»\f "
b"\x01 ž‘ºs|pò€\x17 I\x1D\x10 =,¬ "
b"\x01 ž‘ºs“rQ¶Çë=ì¤!` "
b"\x01 ž‘ºsªs\x00 ½\x05 cÛ\x03 ÃX' "
b"\x01 ž‘ºsÁq}·†FU\e \$à "
b"\x01 ž‘ºsÙqÉ¢¾6á\x19 zŽ£ "
b"""
\x01 ž‘ºt\x06 sþ‚c\n
Â\x07 zÜ\f
"""
b"\x01 ž‘ºt\x1D q’†[”6Fú| "
b"\x01 ž‘ºt3p‘«\x01 Éb{\x19 C× "
b"\x01 ž‘ºtcrõŠ\x14 º.¢\x03 4š "
b"\x01 ž‘ºtzpb¥#Ñ>Ë\x00 ª® "
b"\x01 ž‘ºtpe½‘\x04 \\r %’Ø "
b"\x01 ž‘ºt¦r\x0E Ž–2Xq{¢í "
b"\x01 ž‘ºt¼sþ8‹Š\x06\x1E TP "
b"\x01 ž‘ºtçqv£\x06 '\x03 ¥Ê} "
b"\x01 ž‘ºtürØ¢IHÃÅ‚PÒ "
b"\x01 ž‘ºu'qG¸¶SË›£¦& "
b"\x01 ž‘ºump\x1C ¹ãŒ40\x1A ° "
b"\x01 ž‘ºu…pž•§Ü‡Ïu_¸ "
b"\x01 ž‘ºužrR¢ï\x03 n¹ÚŽÛ "
b"\x01 ž‘ºu¶p„·ˆ¯³ªýã "
b"\x01 ž‘ºuès\t ·\x14 ¬Kèþ\x18 ? "
b"\x01 ž‘ºv\e qN IÇóñ™ÆÜ "
b"\x01 ž‘ºv2sõˆ\x1E ØŽVÄmL "
b"\x01 ž‘ºv`p<›ìö+°Œs› "
b"\x01 ž‘ºvŒpæ·ïÚš¥ßå& "
b"\x01 ž‘ºv¢q¨§\e 6\x02 H™(c "
b"\x01 ž‘ºv·q\x16 ‚\•\x14 ZÕ¶ "
b"\x01 ž‘ºvÍrì—ö\x01 ˜–Wb\x14 "
b"\x01 ž‘ºvãr»¬,ÕßzÀ+´ "
b"\x01 ž‘ºvùs'ºï˜{\x0E ˜\x08 À "
b"\x01 ž‘ºw$q~¬–…aï#=a "
b"\x01 ž‘ºw9rä³·F\üÉV_ "
b"\x01 ž‘ºwOsÞ™Ö»§"+\x1E z "
b"\x01 ž‘ºw—sD£èËY½“\v ¤ "
b"\x01 ž‘ºw®sΘ† äkpõ½ "
b"\x01 ž‘ºwÄq’¼W¶Öó59† "
b"\x01 ž‘ºwõp´©7Ï‚QŠRÝ "
b"\x01 ž‘ºx\f rÚ¥v3ê%LQë "
b"\x01 ž‘ºx"p¾‹ÂÿbŽZàß "
b"\x01 ž‘ºx8p…®PMkÀÁÑe "
b"\x01 ž‘ºxOpd•)4ðH‘)µ "
b"\x01 ž‘ºxgqž‡t\x04 é†þÒV "
b"\x01 ž‘ºx•sË„÷Eÿ,s¯ "
b"\x01 ž‘ºx¬r\x00 ˆDô’\]¢K "
b"\x01 ž‘ºxØq-¦»õ¾fhLŸ "
b"\x01 ž‘ºy\x10 sO¸\x0E (Ž\x1E Á|ù "
b"\x01 ž‘ºy'p7¸\t\x02\x14 Bz\x07 "
b"\x01 ž‘ºySs@Ÿ¿b©ÄSh„ "
b"\x01 ž‘ºyks?–Cð.\x1D ª "
b"""
\x01 ž‘ºyp[t«\n
N“Š“
"""
b"\x01 ž‘ºy˜qn²3Ó<_\x08\x1D L "
b"\x01 ž‘ºyôsòŒu<±@%{Þ "
b"\x01 ž‘ºz:pÑ´`JºRrÄ> "
b"\x01 ž‘ºzPrdšÝƒÎ`v)Z "
b"""
\x01 ž‘ºzgq\n
±\x1D\x02\x17\x01 ê"Þ
"""
b"\x01 ž‘ºz‚rl±1˜•ñvù¯ "
b"\x01 ž‘ºzðp\x10 ¡\x06 LÊ\x05\e W\x08 "
b"\x01 ž‘º{\x1C pT\x19 Ôx\x03 a@ "
b"\x01 ž‘º{2reŽ#G-Ò\x0E #< "
b"\x01 ž‘º{HsS€Fkž@¾ ã "
b"\x01 ž‘º{^rm½BZ\t –×£} "
b"\x01 ž‘º{ur“ªZÝ\t Lt= "
b"\x01 ž‘º{Žsü–\x15\t oþ®m\x07 "
b"\x01 ž‘º{¬qÉ\x1C\x08 ÀD/\x06 û "
b"\x01 ž‘º{Äs+–õØ«ä7l_ "
b"\x01 ž‘º{Ûq¯–©9¨)»ù\e "
b"\x01 ž‘º{òp©\r ˜$Ý'ßÊ "
b"\x01 ž‘º|\t s‡±xlÛ€ò^~ "
b"\x01 ž‘º|aqf¸™•\x12\x1A ¸ÜJ "
b"\x01 ž‘º|wr˽BiÄ©-\x04 n "
b"\x01 ž‘º|Žs«¡}L‹56Í| "
b"\x01 ž‘º|§pP†ƒßŽ\x06 Ò½· "
b"\x01 ž‘º|¾sv»¬ß¥Dšzv "
b"\x01 ž‘º|Ôpo—ú(È\x17\x00 Þè "
b"\x01 ž‘º|ërP¨cÅšÏTtž "
b"\x01 ž‘º}\x00 r\x1F {žíàŽ\x03 H "
b"\x01 ž‘º}\x17 r”Œ\x08\x0E V¹”)g "
b"\x01 ž‘º}Ks•™ÿ\x0F Ð6ƒ/ "
b"\x01 ž‘º}€qµ‚˜\x12 í\x7F sºk "
b"\x01 ž‘º}—q/¨F*V1\x10 ØS "
b"\x01 ž‘º}s\r ªS¨^aÅŸþ "
b"\x01 ž‘º}ès\x03 œ{ö´ÅJŸ: "
b"\x01 ž‘º}þsDç.»3½ "
b"\x01 ž‘º~.rŒì\x00 ’jõú\n "
b"\x01 ž‘º~]rV´\x03 Ãç3\x13 / "
b"\x01 ž‘º~rscªÇb™DŽÜ€ "
b"""
\x01 ž‘º~ˆr±¾§\x1E @|\n
Ã(
"""
b"\x01 ž‘º~žs§w5"žrN¨ "
b"\x01 ž‘º~¶qÿŠ\x07 üGNË'd "
b"\x01 ž‘º~Ìs\x1C ª\t 4â…À‘\x02 "
b"\x01 ž‘º~þpŸ¦\x06 ÷“†ï¥Á "
b"\x01 ž‘º\x7F Fq9£ˆ´r£ë/\x03 "
b"\x01 ž‘º\x7F \s¼³@ùAÑv\x19 ™ "
b"\x01 ž‘º\x7F sr8µ`„þ¤\x0F\x13 "
b"\x01 ž‘º\x7F ‰s<\x18 •\f tO¡ "
b"\x01 ž‘º\x7F p\x1E ‘’¨ÁÖ½¢\x14 "
b"\x01 ž‘º\x7F ·s „nsRé=½„ "
b"\x01 ž‘º€>qŒ³E\x02 ߟÕêC "
b"\x01 ž‘º€TsYš\x01 Þ¼kZR" "
b"\x01 ž‘º€iq\r Õ\f Á\x05 ÚŠL "
b"\x01 ž‘º€\x7F p7³\r \x18 P°®%á "
b"\x01 ž‘º€”pâ‡ù…¼[òòõ "
b"\x01 ž‘º€ær¾ #\r njkI` "
b"\x01 ž‘º\x15 sQ®MB\x13 ¡].2 "
b"\x01 ž‘º[rW›\x7F z’VP/ò "
b"\x01 ž‘º sÅ™*KZ¾møÓ "
b"\x01 ž‘º¶s‹„h\x17 ¯\t\x00 BN "
b"\x01 ž‘º‚ip/´š\x04 ¤é+=% "
b"\x01 ž‘º‚\x7F sè°=ò¢\x16 giw "
b"\x01 ž‘º‚«r-°Ï\x1A £?ìÆc "
b"\x01 ž‘º‚Üq\x19 ”1+\x1F Ï´Ñ3 "
b"\x01 ž‘ºƒ>pˆi2ð\x1A %È\x04 "
b"\x01 ž‘ºƒkr7 \x1D ·$M\x1F Í\r "
b"\x01 ž‘ºƒ q\x00 ²ži-¨kâæ "
b"\x01 ž‘ºƒÌr\x16 «\x07 X€yÑÿ6 "
b"\x01 ž‘ºƒépð¼0Dãøa\x06 ö "
b"\x01 ž‘º„>ps•0>\e q*\x04\x04 "
b"\x01 ž‘º„Žp‰Áót¼™ó "
b"\x01 ž‘º„¤s\x19 —\x19 '&¿½\x18 "
b"\x01 ž‘º„Òq%ˆÅ\f §¢¥a "
b"\x01 ž‘º….pñœát&k¥¤B "
b"\x01 ž‘º…Dr5¡‚½©±\v\x08 "
b"\x01 ž‘º…žs®s\x1A\x07 îH2! "
b"\x01 ž‘º…Þs£ºü)\v Í>kQ "
b"\x01 ž‘º…ôqÇ•\x04 Ú{mâ—5 "
b"\x01 ž‘º†#sÉ£ð\e çIÒ\x05 Î "
b"\x01 ž‘º†:shŸYÜ)à!®i "
b"\x01 ž‘º†ipê¹£þ·&ÿt "
b"\x01 ž‘º†€qØŸÂŽ\x02 h„A\x02 "
b"\x01 ž‘º†Ãq§«Ñ?kØ[\x19 "
b"\x01 ž‘º‡FqüŒUyZÆÏ\x13 è "
b"\x01 ž‘º‡\p\x13 ¬¦lø<÷\x15 á "
b"\x01 ž‘º‡sr°¤aJ\x19 *ccD "
b"\x01 ž‘ºˆ\x16 r\x03 ¡¨À\x0E ³_D¥ "
b"\x01 ž‘ºˆ-rj‹®¨JÁjCÆ "
b"\x01 ž‘ºˆ¦q\r “@†&„ì±Ã "
b"\x01 ž‘ºˆésfš8\r TciŠy "
b"\x01 ž‘ºˆÿr\x10 ¦˜\x01 -E”À "
b"\x01 ž‘º‰\x15 rF¿_¥\x17 %Å\x08 b "
b"\x01 ž‘º‰Er3´+\x7F p0ðy\x15 "
b"\x01 ž‘º‰q\x05 ’$ÿ‘IÌž "
b"\x01 ž‘ºŠ\x00 qEóÉùøÇJ\e "
b"\x01 ž‘ºŠ\x1A s…®™0P€œÉ¢ "
b"\x01 ž‘ºŠ˜rË£A‡¾Hà\x18 m "
b"\x01 ž‘ºŠÆrí«†1@ÒŽôé "
b"\x01 ž‘º‹\v p\x05 ¸É@ŽÃzU® "
b"\x01 ž‘º‹Oqž¹hþ\r 6¶ "
b"\x01 ž‘º‹gq¤¥å½\x1F\x15\x13 hå "
b"\x01 ž‘º‹}s©€Nìž;õ‡ "
b"\x01 ž‘º‹”rÏ“B §\x1F Òú "
b"\x01 ž‘º‹©q%¬—B¨™LÝ\x15 "
b"\x01 ž‘ºŒ\x18 sú¼ÈVzb /+ "
b"\x01 ž‘ºŒvp2—‘b>q•é- "
b"\x01 ž‘ºŒ¼p^¨$ÑëqvÜÿ "
b"\x01 ž‘ºŽ5q\x00 –\x11 ÖŽTöé% "
b"\x01 ž‘ºŽès\f ¯¼Õ•Q••7 "
b"\x01 ž‘ºŽ-s‚Œ‡\x02 'EI&\x06 "
b"\x01 ž‘ºŽEs\x18 ˜i“ùêzQ\x16 "
b"\x01 ž‘ºŽ]pV±¨½¾\x15\t ò· "
b"\x01 ž‘º]p'šÿò\x0E ‡ÖC "
b"\x01 ž‘º¶q•«Z÷‹<.z, "
b"\x01 ž‘ºÍsRX×L+€Xð "
b"\x01 ž‘ºãp\x1F ¡äÆ}Ér›W "
b"\x01 ž‘ºÀsɶâ_‹ÿÂÁ! "
b"\x01 ž‘º‘dq¢Ž\x04 È\x02 fݤp "
b"\x01 ž‘º’7pN¿1ÞýþGù "
b"\x01 ž‘º’¯rì¶L¢\x1E õc\x10 ¼ "
b"\x01 ž‘º’àp\x04 ¡\x14 ñ\x0E\x18 ¹\x18 š "
b"\x01 ž‘º“vr³\x02 òɃ¤!\x7F "
b"\x01 ž‘º“Žq„‰ìljòN:\t "
b"\x01 ž‘º”¦pa˜“˜Òk·ï "
b"\x01 ž‘º”ßsÚ½?P\t ½@ÀJ "
b"\x01 ž‘º•>q–ƒqŽ\x11 }ïê¥ "
b"\x01 ž‘º•Ïsñ®\x02 ä[©3Él "
b"\x01 ž‘º–SrÕ”¯Q™\t æŽá "
b"\x01 ž‘º–Ðp‡Iü¯\r £± "
b"\x01 ž‘º—‡q^¶ë\x07\x13 /fa. "
b"\x01 ž‘º˜Rr\‚Ç S\x02 ú@J "
b"\x01 ž‘º˜pr"»\f\x1D £fjI "
b"\x01 ž‘º™PsýŠÕ™\x00 à>3Ú "
b"\x01 ž‘º™¿rçœó“¾‚qø "
b"\x01 ž‘ºš\x1C r‹«Ó\x1E Þ\e PÌq "
b"\x01 ž‘ºš×q™k\x15 wú¾Ë( "
b"\x01 ž‘º›ýqB¿áß~§8] "
b"\x01 ž‘ºœúp¹Õ>\x10 7œ\x01 ? "
b"\x01 ž‘º\x14 sõ¼ÒÒîV˜ù "
b"\x01 ž‘ºž\x17 sõ¤ º\L^F\x03 "
b"\x01 ž‘ºžCrBºì÷ísE\x1A \ "
b"\x01 ž‘ºžos™‹¿\x02\x17 núm% "
b"\x01 ž‘ºžôs‰Ž\x1F ]V¯FdB "
b"\x01 ž‘ºŸUq~¤â¹ CÁ¾> "
b"\x01 ž‘ºŸ²q߬7HËÔ\e W\x1E "
b"\x01 ž‘º -q3—'$|7¥Õ© "
b"\x01 ž‘º ˆs\x03 »¡Ès-3j\e "
b"\x01 ž‘º Ÿp毦3è›ÀOt "
b"\x01 ž‘º¡\f qÄŸ¶úâ~ð¶\x1A "
b"\x01 ž‘º¡‚qA«;¾—ˆÍŸw "
b"""
\x01 ž‘º¡™rÅœÚ\e \n
¥ü!6
"""
b"\x01 ž‘º¡Ïp;€\x13 Çå\x1F v° "
b"\x01 ž‘º¢€pµ„\x17 üYN¦Áz "
b"\x01 ž‘º¤apͧ\x00 ÷›ÝÈÿ\t "
b"\x01 ž‘º¤ìp¬ZüÒ\x12 „Ê\x1A "
b"\x01 ž‘º¥\x04 rò»þn‰%\e ܹ "
b"\x01 ž‘º¥4pa€(Å(\x7F AÓ¿ "
b"\x01 ž‘º¥¿p\t ‹\x0F «¬Y§i\x1C "
b"\x01 ž‘º¦_p¶‘²Z\x15 Ž`) "
b"\x01 ž‘º¦Žr”[)ñé<’ "
b"\x01 ž‘º§†s\x10 ª¸g‹I>l "
b"\x01 ž‘º§Îs[¬<ÈZ©U63 "
b"\x01 ž‘º¨éq‰ŒÈCcäÈYp "
b"\x01 ž‘ºª\x04 s@¨Õ>¸ìRqy "
b"\x01 ž‘ºª3sÙ¯e{ò€š¨© "
b"\x01 ž‘ºªr-Š®Ø\x1D ÌÖZ "
b"\x01 ž‘º«°r9†£ÿ÷ëè\x12 ö "
b"\x01 ž‘º¬?snRŽ©8uzâ "
b"\x01 ž‘º¬Ws‚¥n»ròµÚ\x16 "
b"\x01 ž‘º¬ñsTºþ3o[—f "
b"\x01 ž‘º®\v rE‰³\x11 ¸|Ô[t "
b"\x01 ž‘º®ss&±¸\x18 ¬}H3ñ "
b"\x01 ž‘º°‰rщ)†`çÈôµ "
b"\x01 ž‘º±Zs\x06 ›ši\x12 Ž5bÉ "
b"\x01 ž‘º±˜p\t ¨[ýÝ[Ùká "
b"\x01 ž‘º²¡s¼\e ¬GúSœ; "
b"\x01 ž‘º¶/s³õÁ]\ã‡\e "
b"\x01 ž‘º¶Àqyƒ\t ª‡–¢\r è "
b"\x01 ž‘º¶ðpòKšâk`ëE "
b"\x01 ž‘º¸Orc4u\x1C ±\r øì "
b"\x01 ž‘º¸°r¢º0ÌÀ—ܽ] "
b"\x01 ž‘º¹ip\x14 •\%\x05\x1A D‰ "
b"\x01 ž‘º¹˜r‡ƒ\x05 c\x07 Ó\x08 - "
b"\x01 ž‘º¹ßp¿§Î÷wBàPY "
b"\x01 ž‘º»‘q\x1A ¤\x07 ÒËû$¨\x11 "
b"\x01 ž‘º»Ûs\x15 ¶\x0E ?-\A¼z "
b"\x01 ž‘º¼OrãŸÂ¤\x08\x03 Ó5N "
b"\x01 ž‘º¼Âsà•\v\x19 [9®2Ë "
b"\x01 ž‘º½9qåˆv,=3-[ß "
b"\x01 ž‘ºÀWp •*á÷š4\r z "
b"\x01 ž‘ºÀÊrË–ÕÍF°åâ "
b"\x01 ž‘ºÁ›p½ƒâ;U±Àöº "
b"\x01 ž‘ºÆ¨sòƒ¥!Í\x7F\x12 ïŸ "
b"\x01 ž‘ºÈtqâ½s\x7F ]Œ+$ "
b"""
\x01 ž‘ºÈ¹rˆµ\n
SÝ\x7F §\x13
"""
b"\x01 ž‘ºÏ¶sÛŒý\x11 ÙøµÐb "
b"\x01 ž‘ºÐIq_º}\x17 ógr\x04 "
b"\x01 ž‘ºÑUp¶§(ÏÜC“\e ó "
b"\x01 ž‘ºÑšq˵zJ8¯»cè "
b"\x01 ž‘ºÑÞpƘ°‘.{r "
b"\x01 ž‘ºÒqpŽ¡\x07 ñZ\x05 ¨î "
b"\x01 ž‘ºÔ,q$¼)EMj‹ZÏ "
b"\x01 ž‘ºÔÖs¹¶rg\x14 ‚R "
b"\x01 ž‘º×Cr>™Qš£×\r ©[ "
b"\x01 ž‘º×Öp¯»²Ð\x14 «.]÷ "
b"\x01 ž‘ºÚ]pE˜ÃPÁA¸TÌ "
b"\x01 ž‘ºÞ\x03 pÕ¾jtMH\x10 Ã! "
b"\x01 ž‘ºß\e rHŸÏ¡>×tâS "
b"\x01 ž‘ºá,r˜¸¨\x1F\x18 ¿\x00 ,ð "
b"\x01 ž‘ºâöq÷‰^rs䌂s "
b"""
\x01 ž‘ºå\x06 s@¶™\n
y\x08 KP§
"""
b"\x01 ž‘ºèGs;›ì‚Úò³ "
b"\x01 ž‘ºìÃsÿ™8Î\x1C ;÷ßU "
b"\x01 ž‘ºíµr¡nj¡Í¢ûó "
b"\x01 ž‘ºî–s_–%¼(âú§Ø "
b"\x01 ž‘ºð¡qä“ô©ž¤_ûì "
b"\x01 ž‘ºñÞq1Ž:2/uZ’Î "
b"\x01 ž‘ºò½s:™B\x06 6ä„ÚØ "
b"\x01 ž‘ºòÕrVªÁ;(.öŽ "
b"\x01 ž‘ºø¸qÔ»¡Æ®¹\x08 Ä™ "
b"\x01 ž‘ºøÎp\x1A ‘\x13 sÁ££\x02\x14 "
b"\x01 ž‘ºù\x14 pQ¯\x02 ´¤g\f\x1F ¯ "
b"\x01 ž‘ºýNr\x06 ³ÚȪË\x1A gY "
b"\x01 ž‘»\x00 °sˆŠBY›WÊW "
b"\x01 ž‘»\x02 ˜q? ÷Ï{®¢ H "
b"\x01 ž‘»\x04 .qÙ°¬\r ¢zÈå¶ "
b"\x01 ž‘»\x08 Drú¾±ä_\x1F c\x0F á "
b"\x01 ž‘»\f EpΡ%£ó33\x10 > "
b"""
\x01 ž‘»\f \rk¯µü~\œ\n
ß
"""
b"\x01 ž‘»\x0F 's\x16 ¶œÐ\x08 ™#‘ë "
b"\x01 ž‘»\x0F Yqh·QpÞÒBQé "
b"\x01 ž‘»\x0F rqõ¥\x06 §Ûsa\x7F A "
b"\x01 ž‘»\x11 ñqþœS]H\x00 \x1F m "
b"\x01 ž‘»\x12 Œpœ‹½\x17 Þ¥ˆe® "
b"\x01 ž‘»\x1A \s\x06 «\x19 v¸Åo=q "
b"\x01 ž‘»\x1C šr8¹Ä$iωaM "
b"\x01 ž‘»\x1F 4r!’IöËË)ùÊ "
b"\x01 ž‘» ñpd´c€\x11 Ž,ܪ "
b"\x01 ž‘»"þrLŠ"‰¹„¿\x0F g "
b"\x01 ž‘»)ëqÈ U—±<®¾í "
b"\x01 ž‘».6s”úp$Ûr³Q "
b"\x01 ž‘».Þq=ÃPà?Ñ\x06\x00 "
b"\x01 ž‘»/\x0E p\x06 ”Y2'»¢uQ "
b"\x01 ž‘»:\x17 p2Ÿ–2ÓÿJVº "
b"\x01 ž‘»ADq\f ‰Ñä¯tY2‘ "
b"\x01 ž‘»C\x07 q\r …ƒcvŒî€k "
b"\x01 ž‘»E]s±šcÄ\x00 'ETþ "
b"\x01 ž‘»Gðq=hþÞI?¬9 "
b"\x01 ž‘»t®s\x7F µ\x10 ìäs[Ä "
b"\x01 ž‘»u¾p•‹ËjÄT\x04 »‚ "
b"\x01 ž‘»€¥q@•¦\x13 {6QÔä "
b"\x01 ž‘»…Ép_‚\x04 ³UkÍÍ} "
b"\x01 ž‘»†"p•éŠ2‹[ºP "
b"\x01 ž‘»†Orx¼§wr\x12\x17 ¼Ã "
b"\x01 ž‘»‡nrÔ‚íohIªŠð "
b"\x01 ž‘»‰kpòŽÈ\âã|™€ "
b"\x01 ž‘»Ž6sńױÉ`\x00 Š˜ "
b"\x01 ž‘»Ž÷p\x08 Ÿe"K\x0E ˇ\x18 "
b"\x01 ž‘»”up6†\x05 WbÿÉeª "
b"\x01 ž‘»šÛq÷¥G—vç—€ "
b"\x01 ž‘»›\x1E sß¶Ž\x19 IÅ{§· "
b"\x01 ž‘»ž×rF‘\x04 N\x1A\v ?\x7F « "
b"\x01 ž‘»³ãq±¦ß´?ø\x1C Z "
b"\x01 ž‘»µ2s9¯šœwü(îë "
b"\x01 ž‘»µ<sØŽ\x19 ¶ø<\x04 —¼ "
b"\x01 ž‘»µ@s\x18 ‰Iq{\x01 ¥ˆ‹ "
b"\x01 ž‘»µ€p·°¥uŠaR–Ë "
b"\x01 ž‘»µ¢syŸÇ3>S—‰Z "
b"\x01 ž‘»¶rq÷Ž>+\x1C Õ)\x15\x08 "
b"\x01 ž‘»¶¸qØ¢#\x1A mÉ3%v "
b"\x01 ž‘»¶Ñr\f Ž\x1A óm5±Sª "
b"""
\x01 ž‘»¶ïsB˜\n
¡ŸñtÒL
"""
b"\x01 ž‘»·\x04 pššŽFÈ;ì\x17 À "
b"\x01 ž‘»·\x05 s'¾Ç‚æ9³Ø7 "
b"\x01 ž‘»·\x13 pß¼¸¡ÇÄ–Þˆ "
b"\x01 ž‘»·\x15 q}ˆI\x11 ¥ \x08 ’@ "
b"""
\x01 ž‘»·\x1C qŽˆ\x06 $h\n
ùÐ
"""
b"\x01 ž‘»·+s×ëù;ØÔBŒ "
b"\x01 ž‘»·1pb—βï=E "
b"\x01 ž‘»·3sÇŠ¢\x01 Ò•\x06 ‹ó "
b"\x01 ž‘»·4sά‡C€êÇ6\x08 "
b"\x01 ž‘»·7rr†ºW‰3ñ×\t "
b"\x01 ž‘»·8s8£n·'ÙrH "
b"\x01 ž‘»·:qÞ°$Ð’÷\x1C á "
b"\x01 ž‘»·;ru¼%\t E(a\x16 "
b"\x01 ž‘»·=shЇžq\t D¶V "
b"\x01 ž‘»·>q\x0F †\f Ú\x08 ªÄÐ\x10 "
b"\x01 ž‘»·?r(£HXAÔh\x1E „ "
b"\x01 ž‘»·AsÞ®ÁÃ%\x05 -§© "
b"\x01 ž‘»·Ep¡œGGç+“\r d "
b"\x01 ž‘»·Gs0Á\t `£¤à\x16 "
b"\x01 ž‘»·Jq¸“§2ÚJ+å@ "
b"\x01 ž‘»·Ks‰¸ýñ?½q—1 "
b"\x01 ž‘»·LpÇ´HÔ/\•\x08 "
b"\x01 ž‘»·OsÔ©K¬büè\x07 3 "
b"\x01 ž‘»·PsN¨=BQÄIî\x7F "
b"\x01 ž‘»·RsA€iI‘ ÍÁ\x13 "
b"\x01 ž‘»·Spߘ¸úKL\x04\x16 "
b"\x01 ž‘»·Tq1¥\x1E J¾yÓ„ "
b"\x01 ž‘»·Vq ¿.¿\f *R‡\x17 "
b"\x01 ž‘»·Yp[¹5!óŬ¯x "
b"\x01 ž‘»·\sñ”KàötÂï "
b"\x01 ž‘»·_s¢™$hš¢=-\x11 "
b"\x01 ž‘»·brЈ\f cÔ+~\x15 "
b"\x01 ž‘»·dqã®kÉ\x1A ckP\f "
b"""
\x01 ž‘»·jpÀ½ùÕ\n
›´×æ
"""
b"\x01 ž‘»·lqÁ€«T;\e ©Šw "
b"\x01 ž‘»·nr>„´o‹.s›\t "
b"\x01 ž‘»·pq•€´ug±$޵ "
b"\x01 ž‘»·spè·N\x18 «·YÔÌ "
b"\x01 ž‘»·usô§\x03 ̇¡‹z± "
b"""
\x01 ž‘»·vr\x01 ·\n
\x11 ·»Âx
"""
b"\x01 ž‘»·xs^µl^U§\x01 ù "
b"\x01 ž‘»·{rg…¸ÃóWRF "
b"\x01 ž‘»·\x7F s<µ® Ùè„Î\x13 "
b"\x01 ž‘»·‚q.ŽºÙ–IÓ\x14 ( "
b"\x01 ž‘»·ƒrx²Öþ~B:‰µ "
b"\x01 ž‘»·ŠsÕ‘ªpÜê\x06 k~ "
b"\x01 ž‘»·Œr¸‘@\t Eæ\x18 î) "
b"\x01 ž‘»·ŽqSò\x1F „µÔ\x10 ! "
b"\x01 ž‘»·“r”¡ÚÎ<¶Ãqé "
b"\x01 ž‘»·–sœ¬\x15 áSè\x1D 2\x10 "
b"\x01 ž‘»·›s¥™o_úšþè\n "
b"\x01 ž‘»·s&¼.yµáÈZ "
b"\x01 ž‘»· rà‹v-H\x12 ú); "
b"\x01 ž‘»·¡qE‹–\r $Êã\x15 "
b"\x01 ž‘»·£p¾¿GNÞ¿^hp "
b"\x01 ž‘»·¤s\x1F ‡®™\x08 ‡*\x0E "
b"\x01 ž‘»·§rg€A_†æºûy "
b"\x01 ž‘»·¨sa‰íè_ÌìP¼ "
b"\x01 ž‘»·ªsI ™¾3§·¯1 "
b"\x01 ž‘»·«rT˜\x15 s\x0E\x16 \x19\x1C "
b"\x01 ž‘»·sÀ›ÍÏ/pBFÑ "
b"\x01 ž‘»·®q\x06 ›¼ï¢Ú]Æ? "
b"\x01 ž‘»·¯sð¾T·b—\x1F ³S "
b"\x01 ž‘»·¶pn†šƒs€qNX "
b"\x01 ž‘»·¸rVµa÷‡ˆ˜,Ö "
b"\x01 ž‘»·»sKŽ\x7F\x17 *ÉÍÎq "
b"\x01 ž‘»·½qS–Ô\x06 ý£ùh\x16 "
b"\x01 ž‘»·¿sE†Ôò\x1D î*ý• "
b"\x01 ž‘»·Âs\x15 „ilô”×, "
b"\x01 ž‘»·Ãq÷»\x10 ÒÙjg "
b"\x01 ž‘»·Æp˜°cü§£Ò`ù "
b"\x01 ž‘»·Çpޝ]ï\x0E i! ð "
b"\x01 ž‘»·Ésô¢=é—¬\x02 ‡ "
b"\x01 ž‘»·Êrެƒ×(þ5é "
b"\x01 ž‘»·Ìs…ª3\x18 ‘½o’ "
b"\x01 ž‘»·Ípñ—¿‚%±\x12 íÌ "
b"\x01 ž‘»·Ðpˆ¨¡GsÊØ¼@ "
b"\x01 ž‘»·ÓrHµäýG9‹Ð\x06 "
b"\x01 ž‘»·ÔqŽ„ô:KAþLQ "
b"\x01 ž‘»·Ösê¸Wùzì\x06 ”¦ "
b"\x01 ž‘»·Ûr‹²º0»ª–y© "
b"\x01 ž‘»·Ýsž#CÞO?bò "
b"\x01 ž‘»·Þq³Ÿü[±ÏGh\x1F "
b"\x01 ž‘»·às( „¦\x17\x0E Îkª "
b"\x01 ž‘»·ás Û®±øZ7ï "
b"\x01 ž‘»·ãsð‹\x07 V ƒüC¹ "
b"\x01 ž‘»·är‹¨bV$OË\x0E "
b"\x01 ž‘»·åpƒåðÿ£z9Ü "
b"\x01 ž‘»·çr¼’áNXÿ|\v © "
b"\x01 ž‘»·êq'‹y𩌚ñ "
b"\x01 ž‘»·íprœªÂÙL¢N0 "
b"\x01 ž‘»·îq”œ6UùK£D' "
b"\x01 ž‘»·ñpȲU\x14 „…\x06 ›Ú "
b"\x01 ž‘»·ôqÒ§ú."…|i# "
b"\x01 ž‘»·÷qa‰\x1A ¹_Óe\x1C ø "
b"\x01 ž‘»·øs‡”®)G–¥?ù "
b"\x01 ž‘»·úrä i-â<¼á« "
b"\x01 ž‘»·ûp˽ûîÇåKZ "
b"\x01 ž‘»·ýqê¡\ß1=ëЙ "
b"\x01 ž‘»·þqH¼`D‹ÇHTö "
b"\x01 ž‘»¸\x01 p°¬î§ –Â\x1C "
b"\x01 ž‘»¸\x03 sŇ\x10\x14 ?mpø "
b"\x01 ž‘»¸\x04 r°¼G§Rúœ]J "
b"\x01 ž‘»¸\x06 pæþ\x18 `èÇO "
b"\x01 ž‘»¸\x07 s޾+,·—Ò»r "
b"\x01 ž‘»¸\t r%„þ\f ÂÛ¿IQ "
b"""
\x01 ž‘»¸\n
qù®\x19\x16\x18 ‡;Vv
"""
b"\x01 ž‘»¸\f pÀ¼ñ)\x17 zò·Ï "
b"\x01 ž‘»¸\r r&·X_DŒId\x08 "
b"\x01 ž‘»¸\x0F sæŽo\x19 {Õ9}Ó "
b"\x01 ž‘»¸\x12 s\t ’“¬ïü6·æ "
b"\x01 ž‘»¸\x15 qF¥"Ð\x01 " "
b"\x01 ž‘»¸\x18 r\x1C Š?ùR\x07 w1· "
b"\x01 ž‘»¸\x19 s¦¶ZÕÑ„Êãç "
b"\x01 ž‘»¸\e qa¬¾¯\x08 •¼4í "
b"\x01 ž‘»¸\x1C sbƒyê¾ÁUö¬ "
b"\x01 ž‘»¸\x1E q8ŽA§&áã\x14 ) "
b"\x01 ž‘»¸\x1F sƺ‹\x0E ¢}÷†° "
b"\x01 ž‘»¸!rÀŽÁùà…«\t m "
b"\x01 ž‘»¸"q\n ¯CÌ7/\x00 `W "
b"\x01 ž‘»¸%qi“‘£yœ\x15 Í "
b"\x01 ž‘»¸,rŽ5}+\x13 3\e "
b"\x01 ž‘»¸.q²Ÿð\x16 ^\x11 xÆà "
b"\x01 ž‘»¸/rñ‰@Ôï,\x03 °\x16 "
b"\x01 ž‘»¸1qG¦—\x14 ,„‘=ò "
b"\x01 ž‘»¸2r¥ˆ\x11 a\x01 >æFÛ "
b"\x01 ž‘»¸4s}»Ñ\x0E\x08 —¸+i "
b"\x01 ž‘»¸5r°‡®rd_¶5 "
b"\x01 ž‘»¸8p§¤s>8ƒ!û} "
b"\x01 ž‘»¸:s»§9\x00 ›@ð@ "
b"\x01 ž‘»¸;pò¿µ¬·˜#@\t "
b"\x01 ž‘»¸=q\x18 ¯L›^£o\x11 ~ "
b"\x01 ž‘»¸>q\x1C ª$ÔäÍGŸ‘ "
b"\x01 ž‘»¸@p\x08 —\x19 žÄX¢¯¤ "
b"""
\x01 ž‘»¸Asõ‹NlÕ\n
Þ¹ž
"""
b"\x01 ž‘»¸DqÚ—úž\x0F À©Íc "
b"\x01 ž‘»¸Hp½¡œkÐ8\x11 ¥ "
b"\x01 ž‘»¸Iqù§|+\x04 ’9\x1D "
b"\x01 ž‘»¸KslªxÄoÕZ½E "
b"\x01 ž‘»¸Nq&½Ü\x14\x00 Ý…\x1D S "
b"\x01 ž‘»¸Os²‰—ŠÜ¤µït "
b"\x01 ž‘»¸QpR¯—¼²CxØ… "
b"\x01 ž‘»¸Rp’£…‹5€ŠÙÞ "
b"\x01 ž‘»¸`r*ú28:iŒW "
b"\x01 ž‘»¸brÅ®¥ŒÚüQ<æ "
b"\x01 ž‘»¸cs\™²í†C‚â¶ "
b"\x01 ž‘»¸er9ʳi¢\x04 '¥ "
b"\x01 ž‘»¸fr¤²éï”ÕÌQ¿ "
b"\x01 ž‘»¸hp#¯\x16\x01 ÂÝäU³ "
b"\x01 ž‘»¸ks1¹ÁÞvÌ^CA "
b"\x01 ž‘»¸np׬\x10 ÅÆFÜ¡l "
b"\x01 ž‘»¸orˆšÔk¶$;\x1D ‘ "
b"\x01 ž‘»¸rr÷«‚é.êÿ1c "
b"\x01 ž‘»¸tq¹œ_\f êV\x05\x1F × "
b"\x01 ž‘»¸ur×…ú–\x12\x05 ÿ-6 "
b"\x01 ž‘»¸wq~£\e &£¦N(ä "
b"\x01 ž‘»¸xr"€Ý–ªÝ\x1A\x08 Å "
b"\x01 ž‘»¸zp¤ž‘LSšå<Ë "
b"\x01 ž‘»¸{r\x0E ‘®\x05\x10 årÛ> "
b"\x01 ž‘»¸~r ¯\x1F åp ù¸ "
b"\x01 ž‘»¸q\x1F ±â®\r 6ˆC¯ "
b"\x01 ž‘»¸–p,€ud!ô\x14 F£ "
b"\x01 ž‘»¸˜qÂŒR!\x1E ªöv "
b"\x01 ž‘»¸›sŒ´›Îh•A\x12\x03 "
b"\x01 ž‘»¸œs.•Hø\x12 òÖR "
b"\x01 ž‘»¸žqÕ¡ƒ\x1F\x19 3\x12 åQ "
b"\x01 ž‘»¸ŸqÒ›rSÔ''s\f "
b"\x01 ž‘»¸¡r ~Žê¸˜P€ "
b"\x01 ž‘»¸¢só‚$¯¢þòRK "
b"\x01 ž‘»¸¥r\x17 °ºÁTv½{ "
b"\x01 ž‘»¸§s\x06 ˜¡Öw5m\x16 Í "
b"\x01 ž‘»¸¨s\x1C “ç$€`ù\x19 Z "
b"\x01 ž‘»¸¬pq—€¯\x01 'è'N "
b"\x01 ž‘»¸säš~ñèHY·Y "
b"\x01 ž‘»¸¯pß„(\x7F i\ù\x12 ø "
b"\x01 ž‘»¸°rá»<‘ðòuŸ "
b"\x01 ž‘»¸²r’ŒÃ”\x07 >ž\x14 ‹ "
b"""
\x01 ž‘»¸´p\n
¶DA7gPµ…
"""
b"\x01 ž‘»¸µsǪ_W&ºþ'Æ "
b"\x01 ž‘»¸·r\x7F ŽE‰(-¼1[ "
b"\x01 ž‘»¸¾r&¿V„@Õ÷\x07\e "
b"\x01 ž‘»¸Ás}£I«;(öLÚ "
b"\x01 ž‘»¸Åq¶ªUpæ|'/\x16 "
b"\x01 ž‘»¸Ës¡‹kˆü®Žq\x11 "
b"\x01 ž‘»¸Ðq€s2"”€Ï} "
b"\x01 ž‘»¸Òq.™2º‰^álA "
b"\x01 ž‘»¸Øq¾“"“è~ž\j "
b"\x01 ž‘»¸Þpëª\x08 ¶Þúïš "
b"\x01 ž‘»¸àsò\x04 Yj>Ï‹V "
b"\x01 ž‘»¸ãrɽÕü\BkÛ¥ "
b"\x01 ž‘»¸çr‹¼V3ËùË‹\ "
b"\x01 ž‘»¸éq±¡œ—Þë\f Qœ "
b"\x01 ž‘»¸ês0¿C›fQqêë "
b"\x01 ž‘»¸ðsʳ²ê7\x08 ìÚ] "
b"""
\x01 ž‘»¸òrBŽë’íÂ\n
m\x02
"""
b"\x01 ž‘»¸ôs„¹À·Ì|âß "
b"\x01 ž‘»¸öq©×1|y/â "
b"\x01 ž‘»¸÷pϼ“Y|˜ŸBÈ "
b"\x01 ž‘»¸ùpµ°\x1D ²bøj&‘ "
b"\x01 ž‘»¸üp$„\x1C 9K®°Œm "
b"\x01 ž‘»¹\x00 pX—ß\x06 –:jS "
b"\x01 ž‘»¹\x02 ru€£=Â…ý±G "
b"\x01 ž‘»¹\x07 ro©Tã‡C`™Ä "
b"""
\x01 ž‘»¹\n
rH–Qw\x07 ëÃ-L
"""
b"\x01 ž‘»¹\f sK™Î\t O„ã\x01 p "
b"\x01 ž‘»¹\x0F q7‰ílƒfúfä "
b"\x01 ž‘»¹\x13 rF¸¶×~žÈ¬ý "
b"\x01 ž‘»¹\x18 q]‚·N¬{”Õ= "
b"\x01 ž‘»¹\x1A qpÉ.¡öLe "
b"\x01 ž‘»¹\x1D s¼‹\e Ü\x02 iPh® "
b"\x01 ž‘»¹ s’‚ÉL¸&/À@ "
b"\x01 ž‘»¹#rZŠ?\x07 ±Œ¬%q "
b"\x01 ž‘»¹%s\x0E µ ÉO&ÆpV "
b"\x01 ž‘»¹'q\x13 ¶\x08 §I3•» "
b"\x01 ž‘»¹(qâº#8¥>`ã~ "
b"\x01 ž‘»¹*r…–lf¦\x0E Å@\x1C "
b"\x01 ž‘»¹+qL¯±ø‚à)R "
b"\x01 ž‘»¹-s„²ù;v>\t š• "
b"\x01 ž‘»¹/pÓ—\x11\x11 UT:…Ô "
b"\x01 ž‘»¹2p|…SÍ÷\x1D EÏ› "
b"\x01 ž‘»¹3rå† \f ¡\x0E hß( "
b"\x01 ž‘»¹5q4›””œOÕ, "
b"\x01 ž‘»¹:rZlb\f ÊúU\x00 "
b"\x01 ž‘»¹=r.R\x17 øã¥Ï "
b"\x01 ž‘»¹Bsl‰Ì\x0F\x1F ÿL'ð "
b"\x01 ž‘»¹Cr±®\x03 &‘+ƒV. "
b"\x01 ž‘»¹EsN›ü5a,ÀÆ% "
b"\x01 ž‘»¹Lr—\x06 Þªéǯ« "
b"\x01 ž‘»¹Pr—ªÏ±…\x19 B\x19 a "
b"\x01 ž‘»¹QqDžÚL\x01 ÎÎq\x12 "
b"\x01 ž‘»¹SsŽ{\x11 “ÏHq^ "
b"\x01 ž‘»¹TpYŽ‹/¼U\x11 Å "
b"\x01 ž‘»¹Vq8—¦’n\x06 ¦ƒ_ "
b"\x01 ž‘»¹Xp¼Ù“õت1 "
b"\x01 ž‘»¹]p‰²‚Ç}T›)€ "
b"\x01 ž‘»¹`p†•r|Å—C˜Ã "
b"\x01 ž‘»¹as\x08 ‚Ï®\x1D âReŒ "
b"\x01 ž‘»¹epO‚à5±©æUf "
b"\x01 ž‘»¹jr ¯^ÙiÚ³c+ "
b"\x01 ž‘»¹mqé‰\x7F ¯Ñ%T2„ "
b"\x01 ž‘»¹pp\x15 Ÿ¿£Ý_¯4m "
b"\x01 ž‘»¹rqë\x02 +ÎG\x7F ta "
b"\x01 ž‘»¹up=›ø™Ì²|¯\x04 "
b"\x01 ž‘»¹zp@¥#\x06 |‰Ek£ "
b"\x01 ž‘»¹|q¦¨œ½\x19 Ž>\x17\x03 "
b"\x01 ž‘»¹r’µbÚà20Øm "
b"""
\x01 ž‘»¹ƒp\n
‚¶æœ±C\x0F Ï
"""
b"\x01 ž‘»¹ŠpK‡¨¯éâ•mâ "
b"\x01 ž‘»¹‹pl¬o€P¯}ǽ "
b"\x01 ž‘»¹Žsk·ªš‰&î/\t "
b"\x01 ž‘»¹r\x14 …ïêi“t÷ "
b"\x01 ž‘»¹’qþœj\x1D <˜\x02 É3 "
b"\x01 ž‘»¹”r\x00 ˆp‚*pÚ÷‹ "
b"\x01 ž‘»¹•s\x1D r\x10 +ÜŦ\x01 "
b"\x01 ž‘»¹—qKµ´v¯kÝ\x19 – "
b"\x01 ž‘»¹™qB°CXUEvÝ "
b"\x01 ž‘»¹œs¦¬˜w˜pT`m "
b"\x01 ž‘»¹¦qª¸8q\x16 B!PÙ "
b"\x01 ž‘»¹«rŽž\x19 θœf\r ù "
b"\x01 ž‘»¹®p\x06 „.\x16 °—W\x01 "
b"\x01 ž‘»¹°s`©ýÏ*\x16 —Ìl "
b"\x01 ž‘»¹´p¾\x00 …—Æ\x05\x1D\x1A "
b"\x01 ž‘»¹»r¾=h!cN!À "
b"\x01 ž‘»¹¼qñŠ%Pà´Wt "
b"\x01 ž‘»¹Àq6´ø\x1F j<l[´ "
b"\x01 ž‘»¹Âp]¹~10%?xT "
b"\x01 ž‘»¹Åp[«Žf‰,þLú "
b"\x01 ž‘»¹Çpøœ2ÌVaÐñ3 "
b"\x01 ž‘»¹Ós¦…ç\v N„öŽ\x12 "
b"\x01 ž‘»¹Ùs„·ò\x01 €´ºˆÀ "
b"\x01 ž‘»¹âq\x05 „RRbbÀ^} "
b"\x01 ž‘»¹íq\r £\x00 mчÆYW "
b"\x01 ž‘»¹ïqúƒ\e £?êvg× "
b"\x01 ž‘»¹ør'’\x19 ü<E²™ "
b"\x01 ž‘»¹ûsý\x1E ÇצCH\x17 "
b"\x01 ž‘»º\x00 r\x17 ¡\x13\x0F Më_£‘ "
b"\x01 ž‘»º\x0E rŽºQ,˜[dx "
b"""
\x01 ž‘»º\x0F p\n
µûõï@ô…‹
"""
b"\x01 ž‘»º\x19 r¹°nA‡Õ†ô¥ "
b"\x01 ž‘»º\e qv–!%\x16 WW\] "
b"\x01 ž‘»º*q0€Lú6©\t ¸| "
b"\x01 ž‘»º-q¦¢¢¿‘$\x7F [Û "
b"\x01 ž‘»º`q–Žùé·ÏÅ[› "
b"\x01 ž‘»ºbrÔ†T\x13 ÿ²6â\ "
b"\x01 ž‘»ºhp?¼ªù!þ>lj "
b"\x01 ž‘»ºorª…Ÿ0ÓêÁÐ\r "
b"\x01 ž‘»ºxs\e »“1ñ\x14 ú»\x15 "
b"\x01 ž‘»º\x7F s6ƒæÕ=î¥A¾ "
b"\x01 ž‘»º‡pº†àõÛ\x01 Ùï“ "
b"\x01 ž‘»º”s ‰¤Pì,¢\x08 "
b"\x01 ž‘»º£pªˆ…§\x1A N»¢Û "
b"\x01 ž‘»º¬q‰¯Uû]¶hdµ "
b"\x01 ž‘»º½q\x08 „KþÐü,ª "
b"\x01 ž‘»ºêpÓ³š™k\x00 \x0E ½ "
b"\x01 ž‘»ºðs¹—@š\x15 îq<b "
b"\x01 ž‘»»\v pl¨6\x03 6ë#Î\e "
b"\x01 ž‘»»%rЮªÈ\r 2ÿF "
b"\x01 ž‘»»0s§‰\x02 „{e9Ë "
b"\x01 ž‘»»Is\x03 ™u\x06 8È "
b"\x01 ž‘»»as¥«O¶¸\x12 \» "
b"\x01 ž‘»»epí©Ü«äÂí "
b"\x01 ž‘»»°q!‚ÿÐ(\xç "
b"\x01 ž‘»»Æsè§Ù\e 9µ¬\x0F & "
b"\x01 ž‘»»þp«ŠŠv\x1F ²\f\x04 ñ "
b"""
\x01 ž‘»¼\x0F r\x10 Ÿ‹Ð\n
ô:в
"""
b"\x01 ž‘»¼\x11 q²šÐ&õqV–\x02 "
b"\x01 ž‘»¼\x1A rñ¸K:Œ`\x04 °ô "
b"\x01 ž‘»¼\x1D q\x1D œ‘‡G²ª¼° "
b"\x01 ž‘»¼\x1F pÿ°\x12 ý@µ¡ýý "
b"\x01 ž‘»¼"qv¢Øpì”ÎÁ\x02 "
b"\x01 ž‘»¼&qç´Þ¢¦²mY¿ "
b"\x01 ž‘»¼)sW‹oñ;lCìh "
b"\x01 ž‘»¼-s\x10 ¸\x1C\x06\x12 9ÂÚ‹ "
b"""
\x01 ž‘»¼0r1±.ô\n
Š¿z¬
"""
b"\x01 ž‘»¼1s²¤kX\x14 ¸´1 "
b"\x01 ž‘»¼4pð´}\x13 ˆbò} "
b"\x01 ž‘»¼5pˆ›=R¾¿¼\x17 I "
b"\x01 ž‘»¼7qzŸÏã\x0F A\f -¯ "
b"\x01 ž‘»¼<qޝV„ù\x16 ‹b "
b"\x01 ž‘»¼Ark’bz²àlÆ "
b"\x01 ž‘»¼Ep˜Œ\x0E Ù\x1A Š\x04 4\x02 "
b"\x01 ž‘»¼Fq¥½ÀW×€ÈâD "
b"\x01 ž‘»¼IqÁ¶Ì\x08 °\x08\x05 ªÅ "
b"\x01 ž‘»¼Lpe·né*ñ\x06 ÷È "
b"\x01 ž‘»¼Trp›ÑmO;;ÉX "
b"""
\x01 ž‘»¼Yp\n
€\x0E ÕÏ|a¡
"""
b"\x01 ž‘»¼_qé•P]ýÌ&‘¢ "
b"\x01 ž‘»¼aqÈyâg\x17 Áò/ "
b"\x01 ž‘»¼irÍ¿%øÏ·u\x03 · "
b"\x01 ž‘»¼lqí;ÎEš-0û "
b"\x01 ž‘»¼orFŒcPÞ·ÇKÚ "
b"\x01 ž‘»¼tp\x12 –\r h\x16 æÖv "
b"\x01 ž‘»¼xs䑺ºAÝÙ/– "
b"\x01 ž‘»¼{q¼ê¡}i`ƒÀ "
b"\x01 ž‘»¼\x7F pv¿\x06 ½,!Ú[¶ "
b"\x01 ž‘»¼…r뫜ù0\x1E Ÿðb "
b"\x01 ž‘»¼‡qù—î\x06 b »â "
b"\x01 ž‘»¼Œp\x1F ‡îË,jw;Z "
b"\x01 ž‘»¼r\x01 ‹‰–éè¿,è "
b"\x01 ž‘»¼’p\x10 ¤\x01 ¬\x19\x16 E\x15 ° "
b"\x01 ž‘»¼”r"‘ƒ\x1D JS¹\x13 * "
b"\x01 ž‘»¼™qz¨\e\x1D ±\x00\x00 Ê6 "
b"\x01 ž‘»¼r•ž\x1A ü\x04\x18 ?²7 "
b"\x01 ž‘»¼¢q$ ƒ\x1F *Ê\x02 r "
b"\x01 ž‘»¼¬rM¼—À¨ëøì "
b"\x01 ž‘»¼°rG£Ôa\x1E Â:;É "
b"\x01 ž‘»¼ºp\x0F ‘*¤3äî\x14 è "
b"\x01 ž‘»¼¿s\†rÀl`Fka "
b"\x01 ž‘»¼ÆqÜ…5‚ÌjlŽÅ "
b"\x01 ž‘»¼Ïp\x10 Žïš¾“\x17\x01 h "
b"\x01 ž‘»¼Ôpù¸/]p¡)£- "
b"\x01 ž‘»¼êp÷¿‹.\x1F\f\x13 ^Å "
b"\x01 ž‘»¼ïr=‡â]¾#áC\e "
b"\x01 ž‘»¼õqÉ›7eØsl«¸ "
b"\x01 ž‘»½\x18 p'†ÎÑ]\x08 Ž‘8 "
b"\x01 ž‘»½ rEŒ{š¦êzí¸ "
b"\x01 ž‘»½%sœ‰\x17 ˜<pCÛ\x13 "
b"\x01 ž‘»½0q§ƒ:¯‹\x1D ‰[ø "
b"\x01 ž‘»½2q ®\x07 qéáNÔú "
b"\x01 ž‘»½;rY°ÿÆÙ¹\n >\x00 "
b"\x01 ž‘»½=qË\x0F µ.ø\x05 Eø "
b"\x02 o#\x7F © OQ¸\x19 !ÕÒgé\x18 "
b"\x02 —àÚŸGC\x0E \x04 þ€röû= "
b"\x02 ͬãêâE\x13 ¨qª\x05 Üp›^ "
b"\x02 ÛÇ“f\x13 D\x7F §Øqñ8–"Í "
b"\x02 Ü ±kþBûºîߒؙṠ"
b"\x02 ê±ò߉AxR3st\x08 ƒô "
b"\x02 ÿ˜\x01 ›B\x02 ßy÷|%”ü "
b"\x05 m°LPKFÒ¢¯Ö#6²&F "
b"\x05 §¶Wƒ\x1E M`p×”\x03 Îc\x08 "
b"\x05 ²[•I\x17 G\x13 ¼“dJ“\x1C Ú{ "
b"\x05 Àë3‰,GÄW²üUfã "
b"\x06 Tó~\x12 ºAYŠC;°>ŸgÓ "
b"\x06 Ë~äO˜†–Yn\x04 * "
b"\x07\v %\x06\x17 %H˵¥Ð\x04 ä„¥— "
b"\x07 a\t ñg¦A™€—K,åP|\x10 "
b"\x07 fU†÷DЋÍ^(\t\x15 ®‰ "
b"\x08\x19 ÙÄQ¤NĈ;x¡‡’²C "
b"\x08 ¿wÛ(HOŽ_\x0E êeBi! "
b"\v %OÌNÑI9‚Ì&Ç|·§Þ "
b"\v QÂЕA¿£ôBä}žð "
b"\f WºÉ´«D9ªÖ·éxS\( "
b"\f ¸h$ð³Ce©-ñÎNWÙ¯ "
b"\x0E\x04 Œh–WDCšDµE\f 7U\x0E "
b"""
\x0F\f rû‚¯E2£p\n
é¾\e Ác
"""
b"\x0F )\x00 lÂ÷N¾€³Ìle&À¸ "
b"\x0F ¿h\x19 PÂA†³\x08 žZr\x1F ‰o "
b"\x10 AÁÐçBT‰Êr\x15 ÜñF\e "
b"\x10 »¯\r ÷\x1F JÔ¿w·N„qõ "
b"\x11 \r û9³7Ht†d\x01 1ÖÿMW "
b"\x12 ?Ò\x07 &´B›§Ø\x19\e `\x15 ͈ "
b"\x12 b{-šýOݸªAvjVú\x7F "
b"\x12 Â=ž<ËN\x1E ¼\x14 ŒÕ)\x01 ð# "
b"\x13 +PV™ÃH.·pN;Y³¨ý "
b"\x13 Ù»Gí\x10 Hæ—\x0E z\x01 9L-î "
b"\x16 yôòÂ\x03 @\f ¯ý‚\x1E 3iØ– "
b"\x16 \t Ù\x00 §Jè¯]\x00 ,‚I*ì "
b"\x18 ÷BLU¯G\x15 §2\x17 Ç$\x1F Ÿ˜ "
b"\x1A ¼ØùÕ–N-ž²ß*Õžç{ "
b"\e ¯w‡·\x18 LšƒQFMÈ×ãÞ "
b"\e ËŸ\x05 KÜFÅ–¥$ÃêŸ\x06\x18 "
b"\x1C\x0F Oj\x01 ËD‘¾\x13 ®¤š67ç "
b"\x1C ÷aÜ: M\x1C …Þc¦sb¬\x08 "
b"\x1D r¼Õ\x1D iF\x13 †€ß×<îô5 "
b"\x1D LÀ…K®»àœÄ\x1D Òeg "
b"\x1F Õk\x06 ‚þH(»ëV¥\x17 '½õ "
b" JGCN„DQ˜†ˆ8Äè?$ "
b" ù´Š™Oз.'¹Te+Ú "
b""\t uÑs½IN¨µMSz¶,½ "
b""©&¯ÆpJ\x10 ‚aE \x10 ò\x1A "
b""±\x00 ƒãSH©ŽñÙ\x17 ¾°L\e "
b"#.¼ËZgB\x14 ¾e3i¬$4 "
b"#Cþ\x11 a³K¶€…e—ϘÆÚ "
b"#\x7F\x1C ÞLÙ@ñœ\x14 @ñAKGW "
b"#Ñ."Z\x04 @Û™[z„üJŒ( "
b"%\x05 ·¶+¾Næ\x07 êK\x1E µq\x18 "
b"%“\t\x15 …@x¯ˆã¥&†3 "
b"%µZ(ŽïE¼–Ük\x01\t ^†¿ "
b"'Y_d"UIܱ\x06 Û–ÜÙŠ6 "
b"'¿\x04 ®\x0F ïJW±JÜýÖúÙ "
b"(\x1F ,ñdŠHú´\x18 ¨\x10\x17 îm\x07 "
b"(I«ƒ\PIñ¯ƒ#ç¥ñ( "
b"(™£ù.NöÏY÷~÷ˆx "
b"(Åj\x00 µ†Jr·JéRª®¿ "
b")\x0E 1p\f ‚@ë€"޲¿\x0F ´Õ "
b")lÑü\r éMÛÄ\x1A ØMxB "
b")ôí`ýÂB6‡ìÌD~ô "
b"+\x05 &Vs`KÒŸeCƺwiÆ "
b"+¡Æb-’@Œ ãÝß\(©ê "
b"-Bÿ,æ;JÜË®™é WL "
b".Ž\r …`òDN‘~^õSÍ‹ò "
b"/pæÝ\x02\x1F Fô±T´6î;ãÿ "
b"/–/èä¯Dhé…†årùü "
b"/§a6\x00 yA¦“ÞbhV‚Î\x03 "
b"/Ü4í›\x08 Fc‹¢4\x03 Ò–«. "
b"0\x08 Ÿv¤!D]³cmQ™½ŒË "
b"07qM4°K®š°ªÊ·\x0F ·\x16 "
b"2W©Z†0B^®ý¦F¾\x7F × "
b"4\t Ø\x00 “^Gñ'\x01 ¿\x12 6ª3 "
b"4\x1F ÖR×\x1C G[²ªI\x18 ›\x16 2ü "
b"4S\x0F ÆžÊNº¹ŠŠ/¼°dÙ "
b"4žXÑ/ÉAûœVX©áU‘\x15 "
b"7\x18 ‰\x1D Zi@r«,Á\x16 Z\x16 ö° "
b"8\x1A …¡g\x07 IB—AŸ³9±zB "
b"8“÷˜SGc³'l\x12 •Ø\x0F ; "
b"9P»ôØžAš£Pi$ºäSr "
b":\x11 H œ¬N*»â‡lj†ÜÊ "
b":˜8\x7F gìC"½\r ±K\r µ\r \ "
b"<\x05 <41îCaƒ\x1C ®ýBfHÕ "
b"=!Æ^ÓþIR¬\x08 L÷©iÁ "
b"><cmS„Mໆ\f -¢ô'Ž "
b">[¸\x0F ÛŸHf¹ÿq_’þ¡k "
b">ƒÅ¹){AJ¬\x01 6`LµLõ "
b"?\x08 óÀ*\f J\x03 ²ƒZEÒ\x05 ©ú "
b"@>«ë§\CÓ˜_I(öpQ "
b"@÷ËídO\x00 §´FgïN¢ "
b"C„†k\x00\x1A I°•¾uÙp\x00 ³å "
b"C‹\x1A ¯‹1AÇ™9\e EŽ¡\x0F ’ "
b"EÇ…~w„A6–\x13 úðs\x03 êÉ "
b"G>\x14 ‚TœIñ‚W÷ýÎu\\x08 "
b"H\x1F Ê@ì’H8º;Úð»a ÷ "
b"Hi<wF|FðŽ\x12 áCF¿øm "
b"JŠ7‚\x04 øD¦€¢‰*rØD² "
b"JõBÌ\x06 2D»˜½šŠ\x02\x04 d "
b"K‹³,§uNx\v &ü\x13 $7† "
b"L\x1C uERÛB$\x10 vÒæ¸ZZ "
b"L‡G\x1A âB\x15 šÖ°\f \\x1D Üç "
b"Mƒ\x03 dîéI™£\x03 Q\e æZ¿; "
b"O5áK0\v A¹˜,„ \x7F ¾ô½ "
b"P\x16\x1D ÐŒH–—Kâ"«\x12 "
b"P}üÎÐJG–§\x13 ÌØqå(Ÿ "
b"Q3Lþ›)Lx©Nµ¬ùzk8 "
b"Q‡ŽËT\e K\x04 †<ê÷þüºŽ "
b"R\v uT“FŽ\x0E TÉ@\x01 ½Õ "
b"R\x0F c3 KžªJ×ã[Ÿ©' "
b"RAªÑâ@\x04 š‡ Âé¬aå "
b"Tˆú\e\x11 sK‰’ÑñŽÞÆA— "
b"TÐŒ2\x00 ˜Oî§g߸¤êŽ£ "
b"U\x07 LK—±Hl Óê„\x01 Ï\x1C o "
b"U?\v\x1E X#KD“^¹%¾ûû% "
b"UX\x06 Þô“G־ĚãqõC "
b"V\x06 Ñ\f Þ\x1F H@‰›{í,†Bq "
b"V<{¥XàB»¼,°1×H½I "
b"V†\e W\f öE ¤ ³öÚÛ£‰ "
b"Vê&ëý\x17 O\t …º.5‰¼Õ\x13 "
b"Yè¨J¾tL›-Y4\x18 [‡s "
b"Z¦ûUÖxDª˜›EŽ\e ²\f N "
b"ZãK탋Ot‘\x07 )#c`–ñ "
b"[IÌ3‰ýH\x1D Š¢\x02 Aì#_\x7F "
b"[—+F Kä¾ÙJi\x07 ÷Ú "
b"\mÝ\x12 7\x1D Kû…ujÍÉZÉ" "
b"]&N翌Cá(=\e ²‹\x10 "
b"]B™¬ü¯@Ô‡†Mz\x1F PQI "
b"]†´·pYDä”\e CÔ‡(©½ "
b"]×ݱEHÕ>„åP1‹\x07 "
b"_¿ŽýW~L‰¿åò%¬¨j¾ "
b"bTu=\x05 §K\x19 ˜bŽÐvGhù "
b"bz\t ‚ýŽHG–.d’:»YR "
b"d--'hFKA§Ð\x1C\x05 >õ\x06 "
b"dôm\x05 ¯ZI\x08 ¡ûâEây* "
b"g [;Œ†A3‚Ñ&÷Àñlß "
b"gØ(áðKb¼}\x0F \r SË "
b"h\x08\x19 9`õFá¾’¾\x1F •£"R "
b"hm\x1A Mc„C\x06 ¬\x01 :êF<£õ "
b"i\x10 ©hÑ\x03 HÉ•cŽ/}_ "
b"i£’,Ž7Nn¡\x1A 8q÷\x01 È} "
b"i©^f\x1D BK÷´ä¹Þ„pxÊ "
b"iÏ<lå\f @eƒZKÏÍM\x15 › "
b"j¢\x1A ÁšîC1³'â&<ËK "
b"j¹J#,FC&§±±äëM9 "
b"jìB.&]NB’à‚\x04 È8á "
b"kÀ1`¡³B0•0ƒTMwr9 "
b"kÇ8[N¦F/‹W]°Æwoò "
b"kÌžÕ€KÏ‘ú*ê\v {R "
b"lÙt\x13 ¬XG÷œŽ\e €û\x12 @ÿ "
b"m3à“biFo \x15 [.×/áš "
b"m~±àTOò£ÅûØ\x1F ‡õb "
b"nð\f `Ý]Mé–ß#SmL\r » "
b"oEtYƒBI¦†„ân}Ŷ± "
b"p\x08 Ä6\x12 }E\x06 µ\Ótäx\x00 b "
b"""
plz\x0F ~ÔJ\n
•?ÂæM£!‡
"""
b"p§k]IÚIð‹T²ÕÂ0ø[ "
b"q–ÀŠ|\x18 Jñ‹ï¿§\x19 èš "
b"q×\x00 Þ·×E°®Ê’\x08 £…þp "
b"sœ¤ÿ8ÍOQ«Lß@\t\x1F ¶; "
b"tj^7õ=O:‰8D†Éò¤î "
b"""
u•¥ÝVèD¦ \x7F ]—\n
CBL
"""
b"v\x05 áBiØJL¾9ú~°BW "
b"v>k\x18 H=J\x10 ƒ]òX\x18 ÷xX "
b"v™\t ¥4·NÈŸ\x7F ,TIs\r µ "
b"v½5\x11 ¦ËLöŒ;\e I®F\x03 _ "
b"y‰¼¶øºA7³A€½Ú¼\x17 "
b"zº@±ãÈGø—˜•€Žõãx "
b"|"\e\f „TE5”às–!l¾Ò "
b"|CŽxâ¤Cb£\x1A ¶GrÇme "
b"| \x04 o#Ê@\t —³|xõè\x00 "
b"|« °:œK±«n¯+3BÁï "
b"~áD\t m'@”¨&~6B7€œ "
b"""
‚@\n
GëCx8Â[kñ
"""
b"""
„ë\r -œÞA3¹*\x1A ÄÜ\n
zˆ
"""
b"…áìF‚×L)«÷´Ð´ýÌ‚ "
b"†\e ëK£\x05 I¯‡\x7F ÚÌH® "
b"ˆ\x16 ÅnƈH—ùb9®à=\x1D "
b"ˆ\x18 Žðµ¬BM’¡>Ý\x02 6\x17 p "
b"‰„çÐJB\x02 ¢C›Qb) "
b"Šm)Kt\x7F D ‚#ûÇ¿ži€ "
b"‹B¼\x1D aÇOL¥¿~W\t ”Dõ "
b"Œ\x16 |ö¾¸Is…{¼\x01 ¹\x12 XÌ "
b"Œ•‡/¥JMY¶fsPàÊ’\x05 "
b"Ž*øyÕªA˜©„§°V\x11 × "
b"ŽlÈ&C:L(žt×bÆti "
b"Žån¦0“Iàƒ&s¥ŠÏÌ4 "
b"\x1F ûß\t 1B&–<ùrÑj’€ "
b"ÉQºñ1D\r ¨Ô¥_wü\x05\x03 "
b"‘\x15 ÷!)CxRΦ\x04 [¬\x1F "
b"Ù7?‚ÀE"…Í«§\x07 "jÚ "
b"ï˜â*øJÒ‡¡Ljõºÿ9 "
b"“J.Û\x02\x03 Iã±,ôæG ˆ "
b"“¸uwvPF«¯F\x1A G=<l‚ "
b"”9\x1C 6H1Od ÐÀÞ\t ÛR\x02 "
b"•dtÒ\x15 9B"•®Œò§"5~ "
b"•Ù\x7F E\8C%Ÿ`Y8æã}ø "
b"—P±ÝÙÞO\x1C fï\x16 ²R¡\x14 "
b"—V\x15 £ÒŽLF—ç0+Ý\x7F x° "
b"—l‰\x01 A.Nn¥5hÎ\x12 öõÓ "
b"—„ú)f±J££[±$!Sû² "
b"˜Uä=_\x17 I4‰ùû ÛÖ+¾ "
b"˜\x7F ž•GÿN;,—`\x11\x08 5 "
b"™•ÊAýÜIõ®ñHÕ\x7F ¹( "
b"›~’\x1E ]ßAä™ cï^Q8 "
b"""
\n
„w+ÌK¯»û—yÌé¬}
"""
b"\x1C Òaø/Ee¬©9¥;\e\x18 / "
b"&‰_Œ»M߆fÄÖ‚l5\x08 "
b"*\x13 Ú`\x13 FÕ•™¯”\x14 ¡%1 "
b"Ñ©é¬kMÕ˜äbS•@³\x10 "
b"ž\x17\x18 ]Ù(GÜ¡FEG“¹^’ "
b"ž?Ÿ¤<÷Dü¬\x18 ,å\v (Љ "
b"Ÿ´ÄBéÄHl¿ß¾]Þ\v\x1A r "
b" )§ŒþÏB"½¥°n}QŒø "
b" 0½N\x1D ÄG$·}ïÌ\x1A\x03 `Î "
b"¡\x06 !Úá\x0F EL‘ó…‡JÜ‘ƒ "
b"¡wKX@ªF>½äã;G™Ú– "
b"¡§ù\x0E ¾3J)“pTçöuÛ "
b"""
¢\t\x07 \n
˜0KÀ²/wÆ,Ðùú
"""
b"¢\x7F\x13\x04 ÕjCᯟ«ÆŽ\x1F ’Š "
b"¢ÓbÚ~pIÙ›7xA\x7F Ið¯ "
b"£ú\x17 v\x06 dK¶¸ì‚\x1E\x04  "
b"¤1ì™@ëOز\x03 H\t ‡Š¤› "
b"¤6áº@ñ@õ‘IP·êæ¦ "
b"¤^•\x17 OŒE‘«ã/» ¿cñ "
b"¤¹0C«ÄC¸¾þUÊåÝ®6 "
b"¦ø^\x19 TaLe”?Z}\x0F ôkb "
b"§g¸ýPVM\x05 °àüQÒÇc· "
b"§oZ±ƒ[C\x18 –a›ÂÅ0V "
b"§ÂJô`ÑIÍŽ\x7F }\x12 WÂ\x07 "
b"§ßÖ¼_aJ«YK¹“!¸… "
b"©"š\x12 §ÈD¢±Xèoƒ#J "
b"ªM\x1D ÿ\x19 ¼I¤žù;´bŸ| "
b"ªa??\x1E ÄJQ¤ø¶dVÛó\x04 "
b"«U&\x1F\x16 F,¦QÖÇìivß "
b"«r¹\x16 ƒôBž£)Òþén\x1D "
b"«™ÒÝ\x05 øD7º÷·î\x08\x04 íÌ "
b"¬J¾»²\x1A C\e ¡]:T\v šFø "
b"\x04 €ÞW·J¯¢gîù#¤\x0F ; "
b"!ÿx’CGrœ’Ø(ÒœÓâ "
b"®…^íN)C"¾äÉÏÇ<^) "
b"¯\x0F „T)rKJƒõ\x01 õÙ\x10 Wò "
b"°&\x01 –¯BK\x14 ª&|òôY\x1D\x1D "
b"°;“t*gGô¦¶‘fïü5 "
b"°<B\x08 {_Hæ\x1A\x00\x19 0zÞp "
b"""
°DÌU\x11 Bs·—*Ð\n
*âî
"""
b"°†`ųE⸣æ!Hʘ\f "
b"±\x01 nôGØG™¦rí[ÛŽêË "
b"±6„çR B½´xã\x0F ï\x00 \ "
b"±ä=]xõFY¼ÞI¸'óÞ{ "
b"²c\x17 ìÉ\x16 Jf·¦Ú^ÅRU` "
b"³\f «•\x10\f C\v ³j€Í‹vQœ "
b"³]5mè\x0F AåŒcëVOp`á "
b"³¦rôÀcJ'’z™\x06\x00 )N "
b"³é}ŸÌžFâ„úLá/œÆ' "
b"µ’33…GB8±ÂÀÕ–N: "
b"·ë¡Z\x18 º@³™3ú‰Fa[2 "
b"¸Bhôï\x08 NY¾žhb\x1D Úò’ "
b"¹\x03 '8>ÄAÉœšð\x06 O0»< "
b"¹©Z5CßM ŒË¶üîú¥ "
b"º¸$œÜUI¨¨TÁî3¹ï› "
b"»¬T#o‹D\x14 §€šs—z "
b"»ö޽×O0’¬h°xÏS? "
b"¼\x1F —y±5Bë—†ïZnóÆ\x19 "
b"¼u\x12 °þëC;–öÚé+¢\r _ "
b"½V\x17 h·ƒL_¤Ä?ÌÆi?\x02 "
b"¾ÄŠ’D”H\x15 –´™£F/¥? "
b"¿\n \x00 ŽƒÍK\x1A £ÎXqBiõU "
b"¿zH”‚_C\x1A »Záì\e „\x01 Á "
b"À\x01 DvºðH‚¤É™T?Z·\x1D "
b"ÂG®:Ï\x10 MV¬»\x16 ô–Æíþ "
b"Ä\x12 ˜SK2NŒµ5\x14 Œ¦El… "
b"""
Äõ\f ñ\x0F\x1D NE£\n
lœ|Æ÷]
"""
b"ÆL#²š\x02 Dî§*e\x16\x13 Ù "
b"ÇØœ.÷oNø´ƒ½i¸"³› "
b"È\x0F\f ¸¿ŒOM³»\x14 ]%¶\x02 › "
b"ÈË’ötNr§6P$jì!Ë "
b"Èá—ãdoL野ç^k.,E "
b"Èû¨=E\x14 Io»@€ØÐÜ•’ "
b"Êè%IökHT•‚cxú¯˜§ "
b"Êþ\x1A\x1C Û\f LÏ«F!\r \x1F\x1F "
b"Ë\x17 ¦\f OÃKF¿X\x05 6ŽÚè¡ "
b"Ë xÉøM©¤”\e >·\x14 ¤Ö "
b"ÌÔMÚM\x0E M›‹ƒghŽ.‹™ "
b"Ís=r¸ãD5“*Ì3ŠîfF "
b"ÎF)\x17 ¾jBy XÂ2v´Îý "
b"Îhù\x1A ²«NOàiKu$ïg "
b"ιer1dMÝ—šÜméVJ£ "
b"Ñ\x01 íé¼$@+¦‘'ƒã.&— "
b"ѯF\x04 Žz@R¾Ð/‘m.2\x1D "
b"ÔÅ…âe K;Û”^B(‡v "
b"ÔîÄE\x14 rDf–ËwÖܺåF "
b"Õj4\x1F\x02 ¢K\x03 ¹Î¿ó(Xœ\x04 "
b"ÕqQÎQ8J‹µÚ0ý3rW\n "
b"Õq¬,æ\r @éš\t ÚîUó³ "
b"؈\x03 5c¶OC ›¹ØöÙ%\x02 "
b"ÙÐëÜ\x7F PO/¶‘Þ€Ôéº5 "
b"Ù×ÿ,e6B*š8\x12 ½A—>ì "
b"Û\x17 ÂpÔ}Lõ¡\e %tÜÆM\x19 "
b"ÛŒ˜?.%I%•Òºõ— \x12 › "
b"""
Þ\x14 ®oURG#¬\x0E \n
Pƒe7\x10
"""
b"Þ gPµ\x14 Lž¹\x08 ìÕ\x17 Zf4 "
b"ßRþ\x08 k\x1E Nn¼\x1E $\x12 œ\x14 ZG "
b"á\x1D ÛBÆZCPºLuá†$Àš "
b"â\f o\x19 Û=DÓ±5:¾5<\x03 V "
b"âØÖ’å0O|œÿ9\x11 "-–y "
b"ãqsæ±\x11 N‹\x03 (ÄòÌ\v  "
b"ãœþ\x7F ¢"B+§\x01 L‘ì-‚c "
b"ãÀˆòø×A¼¨çY#Ä,y| "
b"å"\x1C\x1A «cDЍ®Ôæ\x1C J\x11 ö "
b"å8¶Ç·Mé±\x19 Ë‚>÷ÿ‰ "
b"æ\x06 M\x08 eÅH\x06 @ÁÒ¹Ë "
b"æ\x08 Z<±\x1C Ea¯\x1A ŒßM[\x07 9 "
b"æ·3ÿHL@\f 4?Lε®j "
b"çb(\x04 ’\x13 Ea“\x0E\x01 =î1‚\x1A "
b"èÜšç•%H\x05 žU†>éÒzš "
b"èá‚Ô°ÃFjŽeº‚\x1F òÝÈ "
b"鄘E+\x15 L΂-Ç\ú´[ "
b"êMHœÊ\x11 Jð‘ ¿2\^Ó' "
b"êO—˜#²Dê¢W/T§\x10 ¥\x1C "
b"ëVkU[‰CÙš³D\x12 ¤¿” "
b"ëŽq*ù\t C\t ¾DŒ\f kÃq\x14 "
b"ìYË:1pAŒ©æ?C\x03 Ä\x05 ð "
b"ìd\x00 °“êFP³\x0F\t ‹ëÁa: "
b"ìyL\x10 ÔAJq±éH=YvhR "
b"ìÎ"°ì¡Kó‘—F¤\x00 [\x03 | "
b"î/ÞeÁÒK%‘\x1F 0DŽƒ\x00 3 "
b"îÁñZ·ÕM龿ml5\x16 7¸ "
b"îÈJ@¿$A¡´Ã\x14 …Y\x1C 6g "
b"""
îÍY¾ƒÚJõ«»\x04 \n
¦&\v ˆ
"""
b"îÑD¤"H\x1F „\x07 ©Ëx™ÊÉ "
b"ð\x14 »„\x14 ÌF«ƒ³‚\x15\x02 ¶«@ "
b"ð±§^´ÈHƒ–\x1E w!£\x7F\v\x07 "
b"ðß*\x16 »+Fįgæ_^¢q= "
b"ñ†T‡,\x1C C\x01 ’÷¼ul—ú£ "
b"ñC‘ưN¸’‡¶\x1D Óüv "
b"ñý\x14 -Y[Ný‰ŒÈ ’\t |N "
b"ò¼\x18 íÂ\e A5¤“Ú\x00 Z®ö¸ "
b"óC8´H‘OžhÃhÉûr> "
b"ó€‹PšiOȘƒð´µÝ¼“ "
b"ô,Ì\x08\f (Mì·TÓ—A\x03 y~ "
b"öXz\x15\x02 âGƒŸ\x08 oïTÅ{/ "
b"÷7xjXB¼¬¡W&\x10 j\x1F É "
b"÷F*JÛKû„)\x15 ËXv”š "
b"÷™;n\x18 éI¯²ƒJo8\x16 æ "
b"""
÷þù½\x10 EI\x13 ±®Ç\n
•šü
"""
b"ø\x16 V¶#¢Dx…f\x16 åb\ï; "
b"øê; ¯\x05 B)«gú'Ú²`B "
b"""
û!Ý5aLK"\x13 /°’\n
—õ
"""
b"û©zj\x1D ˜I»ªPe|¤G4À "
b"ûö±\x1E _tK·¨£»^R–6Ì "
b"üáeí\x0F °Dw˜ð` G9çŠ "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x004A9568218C46FFBF2B7C029F76B8DB , 0x006EAACD4464481486FDAF86176BF9A3 , 0x00D219FF92FB4BA892ED9A21D9C99B1D , 0x015F9B0484854A60A1AEE588DDE6FBC3 , 0x0190725D9BFB7D7FA14419B2A893D6CE , 0x019193D5E5F4758AAFC02CB4202CC83D , 0x019E64B76B12708286B5EDF8118A6E60 , 0x019E64B76B267367A53BAF4A9D589E70 , 0x019E6E250D3D70B3A50BC7458764D979 , 0x019E6E250D52721082A97AE1B9FF81CE , 0x019E6E25104A70699B7D921DE52024F5 , 0x019E6E251060720EAE25E60687348ABB , 0x019E6E25127F70D198DDE15399525EBE , 0x019E6E251373723B9E653F47C9DFA384 , 0x019E6E2513BA70C08A2EFD1C9EB75184 , 0x019E6E2513FC72C3B1BD54FB337760A4 , 0x019E6E25156173339B0FB6ACB3A63609 , 0x019E6E2515687397A16C2993C2B1A167 , 0x019E6E25157B7349B834C8D90301DC01 , 0x019E6E25158A71F08A24FBEDA2E7B16D , 0x019E6E2515917209A057B32321B8D015 , 0x019E6E25159573DEB06625F8C680CD4B , 0x019E6E25159971228E6D00621FA1246F , 0x019E6E25159F73C29FD9B1D04D3A7786 , 0x019E6E2515A370B1A7451D207881FB57 , 0x019E6E2515A672C7B43E718CC40B607C , 0x019E6E2515AA70A5B7B15EFE49C52142 , 0x019E6E2515B17260A1715E9E44F1C4D9 , 0x019E6E2515B4724497639360EF0030AF , 0x019E6E2515B872F3A9374F27E72B51AC , 0x019E6E2515CA728EAE3683F541167680 , 0x019E6E2515CD70CDA3A3B249C1120DE0 , 0x019E6E2515D072E5BFDE22C2DD6ABE21 , 0x019E6E2515D6739AA687B19B677350FC , 0x019E6E2515D97108990EC8C02522399D , 0x019E6E2515DD70A88D0210FB9C155EE5 , 0x019E6E2515F47037B71B69CBFD14DB21 , 0x019E6E25161071DDB1CD48DF63435616 , 0x019E6E2516A67392A6AA00D48865864D , 0x019E6E2516B77181A58CE7F435E5FDE7 , 0x019E6E2516C1706CBF33EF17AC03C94E , 0x019E6E2516CE72F49C217402A5E9157D , 0x019E6E251703719AB8D28984151F356D , 0x019E6E2517057250B8BE46B8A0B15316 , 0x019E6E2517067076BA5886B27EB08D30 , 0x019E6E25170973A5831729A86D8A4F24 , 0x019E6E25170A71F4BD82BE8E2A52F072 , 0x019E6E25170E721CB98CBDED3D23BE98 , 0x019E6E25170F707F8BAB7EE5B8768FC5 , 0x019E6E251710720F833D94CB2A942A26 , 0x019E6E25171172648F67200BD29B106D , 0x019E6E251713716D83078374E4E97D94 , 0x019E6E25171472DC9C3B06ADD50D8B4D , 0x019E6E251716729D99D3F790CD0A512E , 0x019E6E251719720DB2B35207AD9EAA19 , 0x019E6E251721709881815B64B0E3FBEF , 0x019E6E2517227251A5C980F92B6324D1 , 0x019E6E25172971109A4A8C8926712E5D , 0x019E6E25172A70859A1BDB2A718CC4B4 , 0x019E6E25172C7222BBE76D1195E157C4 , 0x019E6E25172D7377AE54759CD826C6BC , 0x019E6E25173371178C261F64D7CC6563 , 0x019E6E2517377170A0BD8B9D20A6D5BA , 0x019E6E251738735BADDF3C8BA51FB1BD , 0x019E6E25173B732CB3BF03B4D434FD11 , 0x019E6E25173F737DB7A86B33ABFDA3C9 , 0x019E6E251740720CB6441F5FFD261AA1 , 0x019E835C8B69729FA6F7CB3999EAB367 , 0x019E835C8B917277BA54AF1F63E2C6B2 , 0x019E835C8B9A72EC83DAA3C129F414AE , 0x019E835C8BAF71A7990BF7D5859B31E2 , 0x019E91BA0EAB7141B53CFA0F36055F31 , 0x019E91BA0FEB7190A32E47BCC4650449 , 0x019E91BA10037139B9156C1089EE2A35 , 0x019E91BA101C7320BB74F1A1C2E6020E , 0x019E91BA106F71E0BE521E5180B8E4A3 , 0x019E91BA10BE73FA90021B184669580B , 0x019E91BA10EE70E3BFFBEA0E4B3F55DB , 0x019E91BA1257731C89F939749D6739E9 , 0x019E91BA154B70E39AE91D126C0B6B7C , 0x019E91BA17DC73BCB8A773793A67A870 , 0x019E91BA185F72ABBD7938A4693DF8EA , 0x019E91BA1E18728E9432BCBBA0A15DDD , 0x019E91BA203C73828C63827B3B9AD785 , 0x019E91BA219C710B93936054797FDE80 , 0x019E91BA234873B28718545535A6E69C , 0x019E91BA252872F791E16ECF151C0EF1 , 0x019E91BA292570648F430FC974571047 , 0x019E91BA2BEB7247B3125B6355F52C08 , 0x019E91BA2C3571F6A70A5EB215FA6FC1 , 0x019E91BA2D6971C5986969F054BBB9C3 , 0x019E91BA313473C7B3BC49EC39782964 , 0x019E91BA321C72AFA755745A2AF4F887 , 0x019E91BA32DA720AB5253EDBBC1621EF , 0x019E91BA37C57186854EA73936AA7337 , 0x019E91BA38CD72728B535375F04D8FD1 , 0x019E91BA394D72E5B5006EB47F4E523E , 0x019E91BA399D709BB3759747D0E20948 , 0x019E91BA3A13701181ED86ADDD204CDA , 0x019E91BA3A2F725BA110BC3F1712CE84 , 0x019E91BA3A337279BFBCCCFA8EA74282 , 0x019E91BA3A377136B0E64AE08E00BEB4 , 0x019E91BA3A3973568FE65E4DBFE6F1FD , 0x019E91BA3A3C72C4AB7DD925F5C58727 , 0x019E91BA3A3E721F92301401B132A87A , 0x019E91BA3A4072378963A663C7E86C88 , 0x019E91BA3A427179AF944EC269904CD2 , 0x019E91BA3A46709E902CCF3AD798950B , 0x019E91BA3A4973779DAD17523908C2FC , 0x019E91BA3A4D737D8EE13499264CB301 , 0x019E91BA3A4F7183AA1289BA7543312E , 0x019E91BA3A517337B3F815601AAD3846 , 0x019E91BA3A5370D7B8B05E1C6080C05D , 0x019E91BA3A5671869DD105FD734891D8 , 0x019E91BA3A5A7384891D724CB93F445E , 0x019E91BA3A5C709AB4931B1CAB724B59 , 0x019E91BA3A5E7384BDC36C354E16376A , 0x019E91BA3A6470C0B3C24B87C54F37F0 , 0x019E91BA3A66724587115315DAB36A50 , 0x019E91BA3A6B7108B6CD6BB7864AF64E , 0x019E91BA3A6F71A68013A614196E0C2A , 0x019E91BA3A71700492523BB33D2615A4 , 0x019E91BA3A757135B8B31772AC370C4B , 0x019E91BA3A79721C84BF7E1503C903A8 , 0x019E91BA3A7B70F1BF2C54845E7D8012 , 0x019E91BA3A7D731FA84EC14114491F4B , 0x019E91BA3A7F731CA88D1886BD7DE784 , 0x019E91BA3A85727A86FCE2ED979D1D70 , 0x019E91BA3A8770AA9CF4D813642A779B , 0x019E91BA3A8970889162E528427ED46A , 0x019E91BA3A8B7350AF1E4473FE0AC451 , 0x019E91BA3A8D7318B4620C6D1588B3BA , 0x019E91BA3A8F723BBB0B8F8F63B6A158 , 0x019E91BA3A92723C984899A2C66ADA98 , 0x019E91BA3A947187AFE4E3ADE63EE12C , 0x019E91BA3A98715A82AA46B469F7E94B , 0x019E91BA3A9A72FEB101514635D388F6 , 0x019E91BA3A9C723E9C7A45689B43888F , 0x019E91BA3A9E72188FBF0A7CB3670349 , 0x019E91BA3AA072A7819BBC5CBF16D169 , 0x019E91BA3AA272079481F7B6911822A3 , 0x019E91BA3AA573A8AC939A35283B0EC2 , 0x019E91BA3AA7730EA34E9A65102ADC83 , 0x019E91BA3AA973B9AB30D213C066B2F4 , 0x019E91BA3AAB73FB89A35C423D6E5773 , 0x019E91BA3AAD706A8ED8368F52BB6F96 , 0x019E91BA3AB17397B9FD1E32B316C5F4 , 0x019E91BA3AB37371976740079D7C36F1 , 0x019E91BA3AB870188A52B66598FC697A , 0x019E91BA3AC073F39A8D3FECA2B8656E , 0x019E91BA3AC57322B4477FAB2AFBECBC , 0x019E91BA3AC8716D995A047B3CBEDB8B , 0x019E91BA3ACA715A925C540CFD9B6C78 , 0x019E91BA3ACE706683E37105F3B2C109 , 0x019E91BA3AD871108ECDA05F6F6BB9F0 , 0x019E91BA3ADB70C29DCE4CA1A5D94207 , 0x019E91BA3ADD71CCA69630DEA5707D68 , 0x019E91BA3ADF739EADCCB40FBEAC2C6C , 0x019E91BA3AE173C0A52CBE9CE18D0B7E , 0x019E91BA3AE37275B0043814569B0F25 , 0x019E91BA3AE7706C91D776FF5709D18D , 0x019E91BA3AE970A6B037C695B9C9176B , 0x019E91BA3AF073E7996976504FCD50C3 , 0x019E91BA3AF271A1AAFD2541CA146A4E , 0x019E91BA3AF6717E8DDCAB387F49743E , 0x019E91BA3AF87391866437F6BB753F6E , 0x019E91BA3AFC704BA7C0A4CB131FD580 , 0x019E91BA3B077178999B1E7E881CC7C8 , 0x019E91BA3B0971D3832D9A2D6C658D44 , 0x019E91BA3B0B731DAE809C3F96C4222D , 0x019E91BA3B0D720E8B83AEAF6E7AFE26 , 0x019E91BA3B0F72B097D1815841C4EFB4 , 0x019E91BA3B117164952186CCB0B7F301 , 0x019E91BA3B13707EA587D873748C9205 , 0x019E91BA3B187205A56210DB0E729E2D , 0x019E91BA3B1B71019D5B59E0C35485CB , 0x019E91BA3B1D727C9CD0364280914CB9 , 0x019E91BA3B1F708B8884E074E536ECD9 , 0x019E91BA3B2373B7B14554426DA09781 , 0x019E91BA3B2772D9B1842C8D88DB02B3 , 0x019E91BA3B2A7280BCE5D552C6161E5A , 0x019E91BA3B2E70A2BBB3278E98E35E13 , 0x019E91BA3B3470F198CD06D035CF62EB , 0x019E91BA3B387131A5DB103B82FF5E55 , 0x019E91BA3B3A72B09F33A0F87E52BF38 , 0x019E91BA3B3C7340A97F72A81A852F8A , 0x019E91BA3B3F71508C78C7BFE9A694A0 , 0x019E91BA3B4371DF84CC19F26C69FC39 , 0x019E91BA3B457041BD6A744E47A8E3D4 , 0x019E91BA3B4771068F9AC408C2BFA05A , 0x019E91BA3B4973039E18FF314FD60C55 , 0x019E91BA3B4D70E582C8EAFFAC70EBB8 , 0x019E91BA3B4F70A9B16E05BA6E894B22 , 0x019E91BA3B5172B9B9427F082C6066BF , 0x019E91BA3B53720AAB943E554CC09AA7 , 0x019E91BA3B5570C88E20DAABDA112007 , 0x019E91BA3B5970DFAE0B811420A94E95 , 0x019E91BA3B5B70858FA6AC02FCB0F995 , 0x019E91BA3B5E737CB54633AC8C0F2060 , 0x019E91BA3B6073DAA62F2849FD9BFF86 , 0x019E91BA3B6572BA83B91CB2A1A30C6D , 0x019E91BA3B6770C685D008CC2CB7F53D , 0x019E91BA3B697282A00FAB9CAB1AB52C , 0x019E91BA3B6D7007A58F8B18577E98C1 , 0x019E91BA3B7572319CC2F7F816D27636 , 0x019E91BA3B787050A782ABE1F552C863 , 0x019E91BA3B7A70C6AB2AA2C361578977 , 0x019E91BA3B7C7299A2262E62CE043780 , 0x019E91BA3B7E70229831AF34254B10C6 , 0x019E91BA3B8273B6A4AF787B59027182 , 0x019E91BA3B8472EAA4F8C4144825D4FE , 0x019E91BA3B9271709B0CEED8829A6B3A , 0x019E91BA3B97727A8068FA2A65B8BB6E , 0x019E91BA3BA171F283A703634034C4B5 , 0x019E91BA3BA372009B7CFCAC7E76CD84 , 0x019E91BA3BA772CAA96FDC34769C0B25 , 0x019E91BA3BAB70C2A2785C6148442E88 , 0x019E91BA3BAD70E28F4293BAC32536B7 , 0x019E91BA3BAF738EA65434331EC57D36 , 0x019E91BA3BB4728AB8ED16A83401D033 , 0x019E91BA3BB87176B2A826C2F0BAF201 , 0x019E91BA3BBA70BCAF6742CD21FCB0CD , 0x019E91BA3BBE7394A0DFAFE9170D6780 , 0x019E91BA3BC172B587928F905221FCC1 , 0x019E91BA3BC6717DB36DBC6664D7DA2A , 0x019E91BA3BC9712EA692295C3F57028A , 0x019E91BA3BD071E9979EE322151DD086 , 0x019E91BA3BD772D2B88FFCA9900ADFA6 , 0x019E91BA3BD9719CA0DBC33B0828B63F , 0x019E91BA3BDC73D69C4AF1AAAC3D837D , 0x019E91BA3BE37326BF2A2FBE3EDB20B1 , 0x019E91BA3BE570DA9D875DA161F86823 , 0x019E91BA3BEA72D08C927F905BC33ED0 , 0x019E91BA3BFB7124AEB9830A1578061C , 0x019E91BA3C0471C2AB68322D0AA7E3F8 , 0x019E91BA3C0E7090AF8F9CE2345753CF , 0x019E91BA3C1A7227AFDE142730776CE3 , 0x019E91BA3C1C70BAAD716A807E609E5B , 0x019E91BA3C1E73EA96933D6E94EC1D48 , 0x019E91BA3C267042BAD845F1EE398778 , 0x019E91BA3C2B7110B97B0B5DBD26557E , 0x019E91BA3C3873D69475D171B3374B92 , 0x019E91BA3C4772ED9A91D7DED8BD1915 , 0x019E91BA3C51707BB7562701A349B881 , 0x019E91BA3C5573A495E02BAEDAF22199 , 0x019E91BA3C5A70E08A0CD471F014C0A0 , 0x019E91BA3C5C7144B720E3D99A8AAD83 , 0x019E91BA3C6C72E1AE07327461A563F1 , 0x019E91BA3C7370EA8E7EDE80E01676CB , 0x019E91BA3C7A7286BC19EF78BDA4865B , 0x019E91BA3C7F7065828385EAD439E5D5 , 0x019E91BA3C8372B2B476056BE50FBABE , 0x019E91BA3C8A73BCA7E7C9E0AE3907D4 , 0x019E91BA3C8C708EBA8537040C0F0530 , 0x019E91BA3C9170CAABF7DBCCC1900D3F , 0x019E91BA3C937274881085C4A3CB0663 , 0x019E91BA3C9C7228ADE33305F3AED5E7 , 0x019E91BA3CA0702BA9A5CD003D0D7772 , 0x019E91BA3CA77005BD1A9CC98F0DF5EA , 0x019E91BA3CA9738EAF6B9F61800109BC , 0x019E91BA3CAB71FBA49BE12EA4D87156 , 0x019E91BA3CAE702A83D8DC73254B9417 , 0x019E91BA3CB473D6A63A101FCBE9B4FF , 0x019E91BA3CB870E1AE255112E6227809 , 0x019E91BA3CBD70C89A0525D3BCB2ECA1 , 0x019E91BA3CC170A58062530B50D07594 , 0x019E91BA3CC871FC9607248F632283A0 , 0x019E91BA3CCE7298BAB76BDD628D9A23 , 0x019E91BA3CD371AF9B09D0CDE2AA529E , 0x019E91BA3CD573B1B7EFF3DBC384212F , 0x019E91BA3CD771A0AC1C32D4E688E7AE , 0x019E91BA3CE3720D8DCD698A1773C5A6 , 0x019E91BA3CE57266AFFD8BE577CA1F11 , 0x019E91BA3CE7720CA5842131B2B3BF20 , 0x019E91BA3CF4702D97CF7F97EEAC94E0 , 0x019E91BA3CF672B9B81A2B9F8DA1E012 , 0x019E91BA3D057268A4459FCA22EF1E82 , 0x019E91BA3D08710E89649D02AACD250C , 0x019E91BA3D0A723C9952E31E941B0992 , 0x019E91BA3D1570C1878A502FDADAE042 , 0x019E91BA3D1973CB9F4627F1A9023316 , 0x019E91BA3D1C718F846DB0DD8FAC3483 , 0x019E91BA3D27716DAB5D1D73A6AABC61 , 0x019E91BA3D2D7213A61FB199E7ACEB2B , 0x019E91BA3D36707BB708190B719DB32E , 0x019E91BA3D3970808DDF3AA1CCCE53B9 , 0x019E91BA3D3D7108BC3F122A2815237D , 0x019E91BA3D44734BBCEBC23804D65307 , 0x019E91BA3D4671449235AEA11A309AAD , 0x019E91BA3D48732197D61FE33D6CB39A , 0x019E91BA3D4D705DA808C8CC437C6FDF , 0x019E91BA3D4F714EB79C65D2E47AF48B , 0x019E91BA3D5173028B4CCD87A06E11CB , 0x019E91BA3D5F7171A3A2027209150917 , 0x019E91BA3D67720786AEB155C4B1A1B7 , 0x019E91BA3D6E731D9FB2375D07F14523 , 0x019E91BA3D8271BD9A0D3A1C64A47313 , 0x019E91BA3D8671C9831352ADFAE0DEF4 , 0x019E91BA3D8B70EDA1204F0C4B3574B9 , 0x019E91BA3D8F73D18B488A2F4D8551EE , 0x019E91BA3D9B704CA949F00406220F78 , 0x019E91BA3D9D7396A7BE1D1611302B88 , 0x019E91BA3DA871A38EE9C68EDE7DDED1 , 0x019E91BA3DBD73B2909F981E01B5E7D8 , 0x019E91BA3DCD71EB99E288E54D4C5FA7 , 0x019E91BA3DD473B28862BBEBAFA5154C , 0x019E91BA3DF072C4A8C39B926990AD1C , 0x019E91BA3E20709E95F49F72DC638468 , 0x019E91BA3E267068854539C1E4C33644 , 0x019E91BA3E3A730DB759913429043668 , 0x019E91BA3EA572F888CF21D7D72644CE , 0x019E91BA3EAB738DB19E778F42E08C51 , 0x019E91BA3EAD73EB9722DB3CE7580CF5 , 0x019E91BA3EBD73EA906F9A552C3013CD , 0x019E91BA3EF970F28BCDA4F94A9DBB2E , 0x019E91BA3F9973768CDFC6565207004F , 0x019E91BA40417369BFD473AE5C65492A , 0x019E91BA404E71169C5CBF1142316CBA , 0x019E91BA4072726995FA19340D6A3650 , 0x019E91BA407E73B08248025BDAB2A1B2 , 0x019E91BA4095735597E8DEFAE7473729 , 0x019E91BA40C2713D93545FA860C9CC94 , 0x019E91BA40CE7269AF3546E74373EA1B , 0x019E91BA40EF7037A600C2F7EB8133E8 , 0x019E91BA410F703AA1E06786E2A9B92F , 0x019E91BA411E702EB6512B2AE464BC20 , 0x019E91BA412A728098F368C1471D764E , 0x019E91BA414A73EFB4EEBB2F93A43D26 , 0x019E91BA415571A28509CA9C5EE680A9 , 0x019E91BA41607025923428553F3E0CA2 , 0x019E91BA4180729AA5538D9A52BB7D2D , 0x019E91BA419673D4813C452B9B0A8EAB , 0x019E91BA41AD71AFAC281196DCCB7747 , 0x019E91BA41D0729EA1022C5DD24641EA , 0x019E91BA41DC702CA081174293127DE9 , 0x019E91BA41E7736391E7EF0359F756A2 , 0x019E91BA41F470658A5A569CD5204795 , 0x019E91BA4206723083E32B477CD3DB31 , 0x019E91BA421E737FAE94DD9ED816D6D1 , 0x019E91BA423773CD96DA4A51A874B625 , 0x019E91BA424F70EB8CDA28481E5CB27C , 0x019E91BA426772A681F26E2B209E11C2 , 0x019E91BA42727041AE6B4737FCA85A8F , 0x019E91BA429472F5A29C9A3117577C5B , 0x019E91BA42AD701A903B192B86409CCE , 0x019E91BA42BA73F3AD0FF1DB70EDC21D , 0x019E91BA42EE72FAB51F58AA6DA3ED88 , 0x019E91BA4307717E84AED3CB84F10AE5 , 0x019E91BA432071449D939D37E24B3D1E , 0x019E91BA4346704A86B7083FB6AB77B0 , 0x019E91BA4369738CA3C8B763B62E41C6 , 0x019E91BA439D717185F842A1383231A7 , 0x019E91BA43A973B9B74024EF483A61AA , 0x019E91BA43DD711AA7154464E9D2A195 , 0x019E91BA43E972D68E1370C2964982AF , 0x019E91BA43F670B2B02EC3825328EF14 , 0x019E91BA440370FDAFCBAA4F24292E7C , 0x019E91BA44107161A3394B5F9BFA9452 , 0x019E91BA44287240864B5BCE209B42BF , 0x019E91BA444E714EBDAC33F396BC102E , 0x019E91BA4466738FB8D722ABC31E99A1 , 0x019E91BA447271949EB118545CF61F50 , 0x019E91BA4489731CB9BFCEF7A84923A7 , 0x019E91BA4495723781EF2AB958DF26A7 , 0x019E91BA44A170A685575F11A1CF0039 , 0x019E91BA44B9729D8CAB320F4AA08091 , 0x019E91BA44D87188AF567C5FDA0D3B34 , 0x019E91BA44E4701EA7FFA3DB0F563C7E , 0x019E91BA44FC71579E9EA79041872BB7 , 0x019E91BA45087362959076612FC5FB5C , 0x019E91BA452070609CD8C42AFDAC5EE4 , 0x019E91BA454E71B4B9D628EDEBF6CA47 , 0x019E91BA45657201A6921FD8583C8534 , 0x019E91BA45887179B33E3D008B442C8C , 0x019E91BA45BD7109886C63BC86C9C71A , 0x019E91BA45E873AEB33B75434ABBF721 , 0x019E91BA460173D59E09CD956CC9ACA0 , 0x019E91BA46287070B9DD757D945C37FF , 0x019E91BA4642706ABABF942F352B4AA5 , 0x019E91BA464F729CBDFAB92E12D52F87 , 0x019E91BA46767314AC2CE8A52061C6DD , 0x019E91BA468E73D7BD2595585271C3D0 , 0x019E91BA469B7091BFD0BD18DC5A9387 , 0x019E91BA46A8736DBBAF554B9428CA78 , 0x019E91BA46CC707AA1544749C1441B60 , 0x019E91BA46E571DEB33545A2BD1E943C , 0x019E91BA46F273EB80E5951DB5651C70 , 0x019E91BA472472259884ABAB526B5FCD , 0x019E91BA473170C5BA9370C26612B667 , 0x019E91BA473D72B6AB98B75D3C88B993 , 0x019E91BA474A7163B1F6ED650C6FF0F3 , 0x019E91BA475672A4BD800E0E367DBE0E , 0x019E91BA476370A9BEF206D12B84A651 , 0x019E91BA478870CD81C411ABBF9B5FDE , 0x019E91BA4794714B9DA6E8C600CA58A6 , 0x019E91BA47A1726590931D91FC18E942 , 0x019E91BA47AD7351AFD723BDA7829955 , 0x019E91BA47B972688CC68EAEC0DD0F90 , 0x019E91BA47D3704DB3AE75BC3B280B2B , 0x019E91BA480772D897874E113480423C , 0x019E91BA4821705897791125B3A7A63E , 0x019E91BA482D7002B7B4F66715D37896 , 0x019E91BA483A73DFA8CB24AC85DC7E0A , 0x019E91BA48477361BA82736F9A202C26 , 0x019E91BA4854728B8C594640A511BB07 , 0x019E91BA488170A0B49935E08F230429 , 0x019E91BA488E73E3A4D77FF29BF50479 , 0x019E91BA48AD724DB0E2ED2BA2104C9D , 0x019E91BA48B9709AAAB77291713F8115 , 0x019E91BA48C5700D945A7F03117AFEEB , 0x019E91BA48DE72EF929A9FA935736177 , 0x019E91BA48EB73BF89DC7CCC499BF534 , 0x019E91BA48F770C4A474CAA92D16EBD7 , 0x019E91BA491B73AF8242C54A4F598901 , 0x019E91BA494C706EA5B2C1684AFE32B7 , 0x019E91BA495B72329C3F875F70C4DA2F , 0x019E91BA497472BD95C4847623338FAA , 0x019E91BA498D72A08928389589A361A1 , 0x019E91BA49CA71E1BCE0156879DD72E0 , 0x019E91BA49EE704780D29130707DC818 , 0x019E91BA49FA71C683A3712AE018281C , 0x019E91BA4A2A72F2B2CB8B2D1CE210DB , 0x019E91BA4A377374A35F1A7F9D621E4D , 0x019E91BA4A447053ABF56E2E1F3ADAFA , 0x019E91BA4A5E7166964CBE91FAC8A88D , 0x019E91BA4A6B71B58FFD218A2D57B339 , 0x019E91BA4A86725482B10F64C4C67A0D , 0x019E91BA4ABA71CE8DBC5561101C011B , 0x019E91BA4AF271BD8945529C9B4D8454 , 0x019E91BA4B0C71E187856167FF247DEC , 0x019E91BA4B337107BD8EF877E53EF967 , 0x019E91BA4B4072D3BDA629A65DC5DE13 , 0x019E91BA4B7271BF85AE06A696E80B5E , 0x019E91BA4B8C72CDA770AC1AB7E45052 , 0x019E91BA4BA5731B908A5A7F0130478C , 0x019E91BA4BBE702FA86805813B75EC76 , 0x019E91BA4BF2733F9AAAF79E83797809 , 0x019E91BA4C1770AF8150169945C2B2A1 , 0x019E91BA4C30735E8553C33E2DF8DDE8 , 0x019E91BA4C4972EEA17A001D23C90D8D , 0x019E91BA4C8570608BE4D6297F4BDA6D , 0x019E91BA4C9E73B7880B91CBE6A343B4 , 0x019E91BA4CB773CEB88B2C5AE024522E , 0x019E91BA4CC47174870CCEB94138CC9B , 0x019E91BA4D05715694E552C025D9309B , 0x019E91BA4D29707DB59ADE0E75CDDB79 , 0x019E91BA4D4D7398A847944D89BA22C1 , 0x019E91BA4D987131BA36D9F6B099E2D6 , 0x019E91BA4DBC710F8498FCA1AF369F84 , 0x019E91BA4DF672A988604653C99BEDEE , 0x019E91BA4E0270A0BD7693EE3B1A88AF , 0x019E91BA4E1A70DE850C1871B7BB80FE , 0x019E91BA4E32730BA7C2C3FBC4681431 , 0x019E91BA4E627187BD4395AF45BFFA2A , 0x019E91BA4E6F713EB7A58FFDDE3D89F3 , 0x019E91BA4E8A72AEAF6B721A71683FE4 , 0x019E91BA4ECD7110997FE00B8E951650 , 0x019E91BA4EE57080B51778E7B6960E08 , 0x019E91BA4F0B7289A3BB3537B4DD926B , 0x019E91BA4F2373CEA1F0014A2AF3D055 , 0x019E91BA4F2E72788D606E1A9537EC67 , 0x019E91BA4F3A7089B9799DEADEA7C5B5 , 0x019E91BA4F50721484FEF63A43BB4BBC , 0x019E91BA4F957101902554E0F5199FD0 , 0x019E91BA4FC772E288F4317282E4DCA4 , 0x019E91BA4FF972EC8A33356ABAACA909 , 0x019E91BA50057243849090D523E3BB5F , 0x019E91BA501D70599D04A7EF2003B02B , 0x019E91BA50357281A1A3E43A5FF79D2C , 0x019E91BA506773E0A644F3EA3FBD1083 , 0x019E91BA509970EC8CE2CCEE09D87F04 , 0x019E91BA50CD708989B2F8612EEC8EA0 , 0x019E91BA514372379E091DA56338F10D , 0x019E91BA518F707593C0EC04EA4D33D2 , 0x019E91BA51F47305AC29943F7EB07570 , 0x019E91BA527A71F0AA48E7D0F3C41A9F , 0x019E91BA5341718D836C64F9E6727C31 , 0x019E91BA537070C1A6B85C677DA851E7 , 0x019E91BA55167371B8196C7A481678C8 , 0x019E91BA5623722A95E92D271C2FC853 , 0x019E91BA56A6712384795B0D378BBE7B , 0x019E91BA573471D5ADCB26986952F623 , 0x019E91BA5AC173139117128082EE8E80 , 0x019E91BA5ACD71408C3C27F4E2C05510 , 0x019E91BA5AF973B88C613418DDEB471F , 0x019E91BA5B0471E1A5505841C12D4FB1 , 0x019E91BA5B22700386483A48AEA5EB3D , 0x019E91BA5B5970889FFF073831E6B2DD , 0x019E91BA5B7073E4A5F4B1A28E98383E , 0x019E91BA5B9172878CFD8FD4D91856C9 , 0x019E91BA5BB0702E86D6C68430C14863 , 0x019E91BA5BD07344B0573B8E7D42FAC8 , 0x019E91BA5BF471E78293620FE25188D5 , 0x019E91BA5BFF7390A6F6B9D362BB2FD8 , 0x019E91BA5C0A719384F4631C3B2F8922 , 0x019E91BA5C15727FAB6A97A09266865B , 0x019E91BA5C487318B756C0C62E56184F , 0x019E91BA5C527170A909374DF109E4D2 , 0x019E91BA5C5D70FF86EDD06E15C1ADE8 , 0x019E91BA5C8F712CB1F39507828D4C54 , 0x019E91BA5CDD703CA83A8E5D85D7CB95 , 0x019E91BA5CE87266BD54A12CC5B735EF , 0x019E91BA5CF47144A7EAF82B28342940 , 0x019E91BA5D227127A471F3AAA9E8465F , 0x019E91BA5D2D7345A7BBEDE5102BA98C , 0x019E91BA5D387079A4E0E46F84A8893C , 0x019E91BA5D4272A8B858B2276115E344 , 0x019E91BA5D4D701097EB636917CE47BE , 0x019E91BA5D617087B8ECB4FD67F6E111 , 0x019E91BA5D777292B2F46B17B81593A4 , 0x019E91BA5D81723FAB5EED24CBF97C88 , 0x019E91BA5D8B7327B9F337E0E5187B82 , 0x019E91BA5D9F72E389E0EBF9E0C74E3A , 0x019E91BA5DBD7119A1761E2CEFA77DC2 , 0x019E91BA5DD273BC8C94C318F995943C , 0x019E91BA5DF37035BC82FCC9B7659A14 , 0x019E91BA5E0873F5AE33C0B37035ADBD , 0x019E91BA5E22738A94C6EA66876A3326 , 0x019E91BA5E3B706BAA14DB610B033D30 , 0x019E91BA5E4671EEBA08868CB1F59BEE , 0x019E91BA5E5D72E6A302ACE8CD95C079 , 0x019E91BA5E847083A8743CDCA98437BC , 0x019E91BA5E9F71D7A7ADC2B4603D70CE , 0x019E91BA5EAA713E9B881DB77FEC180A , 0x019E91BA5EB571B2934C30423D3B783C , 0x019E91BA5EC073488157C3FCCC601A1D , 0x019E91BA5ECB703085C4A18FF18B7624 , 0x019E91BA5ED671598F5F9E2CA1999C81 , 0x019E91BA5F48730F94047A05FAE08080 , 0x019E91BA5F53712596E59C3C7C7836DC , 0x019E91BA5F8873DF8C3823CE10501F2D , 0x019E91BA5F9E732FB76ECA018C560560 , 0x019E91BA5FB7724CA0F7E5AED58D96B9 , 0x019E91BA5FD17068A4E740DAA5F49094 , 0x019E91BA603173B6987F9B2638BEE38E , 0x019E91BA603C7399AAF2A32F8EFA92A9 , 0x019E91BA605D734782D37477AB6F7335 , 0x019E91BA609C70838E2F92DC6C7407A3 , 0x019E91BA60A870FAABDAC6BB62BE7A5F , 0x019E91BA60BF709AB7880D949043D521 , 0x019E91BA60EC70D0ACE590A4C76DBB8D , 0x019E91BA6173720C85141F7D066F57F6 , 0x019E91BA619373BEAEAB52DA129E4438 , 0x019E91BA61A771CEA4426E941F45BC72 , 0x019E91BA61C57332B273C2E5A1A18EFA , 0x019E91BA61DB73CF90C9422F88620A2E , 0x019E91BA623370FBA65DE06948042057 , 0x019E91BA624971749E2D112782CA32B8 , 0x019E91BA626973D2ACC0FED962179E98 , 0x019E91BA627371B8B2A03F3A789D3B23 , 0x019E91BA62DE73EF80E2E7007A88D2D9 , 0x019E91BA630C71F1BC9DD8F09B2B55B2 , 0x019E91BA63187277BDE9A3BE190ED1C7 , 0x019E91BA632E7152B2C4B6C8DD386756 , 0x019E91BA636172A9A1D07042FC9CCEBD , 0x019E91BA637F726081018EF9768B13E1 , 0x019E91BA638972D495A517E3238759A2 , 0x019E91BA639D72C68192BB577587546E , 0x019E91BA63B27079A4233C9F860C7961 , 0x019E91BA63C773AB8DDCA709D2FCA5C7 , 0x019E91BA63FF710A9EA3261D10D7C7B5 , 0x019E91BA640A7156A42F86F2B059D1C9 , 0x019E91BA64157108A12015340EDC755C , 0x019E91BA648272D4B6210F617A65B64B , 0x019E91BA648D717C8B978C8150AC8E43 , 0x019E91BA64DD7363BD1053CBC9DEDEF8 , 0x019E91BA64F2713FBC15B8275334208E , 0x019E91BA652873E59BEA463D6E0D3DBA , 0x019E91BA6626707CBA4BB67910C27FE7 , 0x019E91BA66D272C5B7F78386D38C0631 , 0x019E91BA66E7711294CBCA43F463FE07 , 0x019E91BA674071779396CD9684DB79AB , 0x019E91BA675671CD9478B15D49695889 , 0x019E91BA676D73C19F2ADEB984257B47 , 0x019E91BA67AF7091BD996AF520335F40 , 0x019E91BA67C6710CA1828D921DB22D58 , 0x019E91BA67F170B68FDD4A571CCC0D9F , 0x019E91BA680772438D1370ED93F34976 , 0x019E91BA682272FF9B6ABD114A6EAD5E , 0x019E91BA68377383A6E7E475BEBD50C3 , 0x019E91BA684D724685493B451C182D01 , 0x019E91BA686272DCA73D726CDD051FB2 , 0x019E91BA687873BB94CD8208B27189CB , 0x019E91BA68A27338A5B8999F862735BF , 0x019E91BA68B87050BF0F62E2FA6FB2E9 , 0x019E91BA68CE70EE9F11BF4543AB4FC8 , 0x019E91BA68E4709DB99BEF50DF6A6150 , 0x019E91BA68FA72C0A824E0B9E63A8263 , 0x019E91BA6910711CA8389D4B1E441916 , 0x019E91BA692672FBB60B09B0C148B69B , 0x019E91BA693C7127AB13384B3DA3A9EF , 0x019E91BA695270928241AA1B0AF2CC89 , 0x019E91BA69687018970C6123819DA974 , 0x019E91BA697E72A59AA3BD565DBED200 , 0x019E91BA6995711F81502E561B4FE447 , 0x019E91BA69AC711D94EF8358768E1E2B , 0x019E91BA69C37000A44D1ED884B74C8A , 0x019E91BA69DA72B393CA7E55D2EF9985 , 0x019E91BA6A0872C7A74E3A91A032F849 , 0x019E91BA6A207289805AA325FD5EE5E8 , 0x019E91BA6A387185882CC914EEE82361 , 0x019E91BA6A6771F79CFAACFEA88AFA31 , 0x019E91BA6AB17323A78BF8F92F461959 , 0x019E91BA6AC87173B55306A94E2FE57D , 0x019E91BA6ADF736CA9432EC2C1150F17 , 0x019E91BA6B3A73AB98D3DB483EF9ACF3 , 0x019E91BA6B517345B5EAF45E102CE453 , 0x019E91BA6B67713BB860072F4DBA993D , 0x019E91BA6B9572C195CC682A84E8BADE , 0x019E91BA6BAB701089A58D8E904AD13E , 0x019E91BA6BC173FCB30A9B982C8D6C17 , 0x019E91BA6BD771268914511AAA7A4165 , 0x019E91BA6BED71DBAF7F13C700F4476E , 0x019E91BA6C03714ABC5022C0E9CB5CF6 , 0x019E91BA6C1973E9A6F3EE18AB32806C , 0x019E91BA6C2F723492516C00B237C38F , 0x019E91BA6C457322A79ED3969DBB00E0 , 0x019E91BA6C5A72DF8F91693CC2AE57C9 , 0x019E91BA6C71706B9636FD47C627390F , 0x019E91BA6CAB729E94AE83B85E4AB636 , 0x019E91BA6CC37350A220DBBC6E4883D5 , 0x019E91BA6CDC709AAEEA455D6EEFCFB4 , 0x019E91BA6CF570FC8E767735CF178DDB , 0x019E91BA6D1A7290886B6F116CDDDC52 , 0x019E91BA6D3771C083F7EA409F0B0293 , 0x019E91BA6D50723D9E3BE0261C7A5CC2 , 0x019E91BA6D8D71068AAADAC31923BEC5 , 0x019E91BA6DAA704ABBE873D470F0C2F1 , 0x019E91BA6DC77393B70DA2FCC594DFAF , 0x019E91BA6DE873828F15DC92BDE4D632 , 0x019E91BA6E02716796675E9EEFD6B75E , 0x019E91BA6E1C73F0BCBE0D87D6A794CC , 0x019E91BA6E3570B8B50DCA920BC3FCDB , 0x019E91BA6E4F730C9A2D2C7FEC11D6FC , 0x019E91BA6E687186922D30B9D299C14D , 0x019E91BA6E8172B1B99E17C28FE78C82 , 0x019E91BA6E9973A68850A44ABA1A60A1 , 0x019E91BA6EB070AEAA857A47D26B88F5 , 0x019E91BA6EC771BCA39695CB269DF819 , 0x019E91BA6EF47364B41931E3081BDB0A , 0x019E91BA6F1073DCBFCF3EC8DECDC4A1 , 0x019E91BA6F3B70F9B8AF25D303375788 , 0x019E91BA6F6F739B9B178B4838AAD126 , 0x019E91BA6F8673DCB1DD08F1F5B3A61B , 0x019E91BA6FB4738C8C4E50ACDC2982AC , 0x019E91BA6FE1724381BEBA8AEE3FACA0 , 0x019E91BA6FFD715AB0DE481A14B903CB , 0x019E91BA701272B2BB6DFABC9D6D387C , 0x019E91BA702772BB9A1A201ECC1D80CC , 0x019E91BA703D72B68BE37F468C238D5D , 0x019E91BA70537179AFB94295C4455AFC , 0x019E91BA706873AF843FF5CE19F95061 , 0x019E91BA7092714FA101D33A96B644ED , 0x019E91BA70AA727785C68E2AAEBA4ABC , 0x019E91BA70C0722F934B5F68BF64459B , 0x019E91BA70D773F5AC69411387573AF6 , 0x019E91BA70EE7201B7D49E509EBE7E72 , 0x019E91BA711A7328AAC9035479CCC3C0 , 0x019E91BA71307272BD32C42D6EC83D9A , 0x019E91BA716270E995D2A5DA53ED0651 , 0x019E91BA718173B4A489A1B866A6A153 , 0x019E91BA7197721C8F4C3190BE7D6896 , 0x019E91BA71CB7345988B7F20D84BA156 , 0x019E91BA71E27169A2CFC5B1FF5B1EE4 , 0x019E91BA71F8716DA62FD4AF4D2034D9 , 0x019E91BA720D71EDAC7292AE2155C37D , 0x019E91BA722372F89D5D41D8804736AA , 0x019E91BA723873B98A51674D38514472 , 0x019E91BA724E70BAA87B87D018734EC1 , 0x019E91BA72657242B70C8C6005633653 , 0x019E91BA727C73508D18641BCC94F980 , 0x019E91BA729272D08843E1073EAE5C51 , 0x019E91BA72BF71939ACF45889C333BFD , 0x019E91BA730273C98251E14ACF310350 , 0x019E91BA73187399B9480973B717E18F , 0x019E91BA73317011938182C09DBED6CC , 0x019E91BA73497146B84D29990BB65519 , 0x019E91BA736273E78E8FD02A1434BB0C , 0x019E91BA737C70F28017491D103D2CAC , 0x019E91BA73937251B6C7EB3DECA42160 , 0x019E91BA73AA7300BD0563DB03C35827 , 0x019E91BA73C1717DB78646551B5C24E0 , 0x019E91BA73D971C9A2BE36E1197A8DA3 , 0x019E91BA740673FE82630AC2077ADC0C , 0x019E91BA741D719290865B943646FA7C , 0x019E91BA74337091AB01C9627B1943D7 , 0x019E91BA746372F58A14BA2EA203349A , 0x019E91BA747A7062A523D13ECB00AAAE , 0x019E91BA74907065BD91045C0D2592D8 , 0x019E91BA74A6720E8E963258717BA2ED , 0x019E91BA74BC73FE90388B8A061E5450 , 0x019E91BA74E77176A30627038FA5CA7D , 0x019E91BA74FC72D8A24948C3C58250D2 , 0x019E91BA75277147B8B653CB9BA3A626 , 0x019E91BA756D701CB9E38C3430901AB0 , 0x019E91BA7585709E95A7DC87CF755FB8 , 0x019E91BA759E7252A2EF036EB9DA8DDB , 0x019E91BA75B67084B788AFB3AA81FDE3 , 0x019E91BA75E87309B714AC4BE8FE183F , 0x019E91BA761B714EA049C7F3F199C6DC , 0x019E91BA763273F5881ED88E56C46D4C , 0x019E91BA7660703C9BECF62BB08C739B , 0x019E91BA768C70E6B7EFDA9AA5DFE526 , 0x019E91BA76A271A8A71B360248992863 , 0x019E91BA76B77116825C95145AD5B69D , 0x019E91BA76CD72EC97F6019896576214 , 0x019E91BA76E372BBAC2CD5DF7AC02BB4 , 0x019E91BA76F97327BAEF987B0E9808C0 , 0x019E91BA7724717EAC968561EF233D61 , 0x019E91BA773972E4B3B7465CFCC9565F , 0x019E91BA774F73DE99D6BBA7222B1E7A , 0x019E91BA77977344A3E8CB59BD930BA4 , 0x019E91BA77AE73CE988620E46B70F5BD , 0x019E91BA77C47192BC57B6D6F3353986 , 0x019E91BA77F570B4A937CF82518A52DD , 0x019E91BA780C72DAA57633EA254C51EB , 0x019E91BA782270BE8BC2FF628E5AE0DF , 0x019E91BA78387085AE504D6BC0C1D165 , 0x019E91BA784F7064952934F0489129B5 , 0x019E91BA7867719E877404E986FED256 , 0x019E91BA789573CB84F78145FF2C73AF , 0x019E91BA78AC72008844F4925C5DA24B , 0x019E91BA78D8712DA6BBF5BE66684C9F , 0x019E91BA7910734FB80E288E1EC17CF9 , 0x019E91BA79277037B809021442817A07 , 0x019E91BA795373409FBF62A9C4536884 , 0x019E91BA796B733F96439DF02E1D81AA , 0x019E91BA7981705B8F74AB0A4E938A93 , 0x019E91BA7998716EB233D33C5F081D4C , 0x019E91BA79F473F28C753CB140257BDE , 0x019E91BA7A3A70D1B4604ABA5272C43E , 0x019E91BA7A5072649ADD83CE6076295A , 0x019E91BA7A67710AB11D021701EA22DE , 0x019E91BA7A82726CB1319895F176F9AF , 0x019E91BA7AF07010A1064CCA051B5708 , 0x019E91BA7B1C70548F19D47803816140 , 0x019E91BA7B3272658D23472DD20E233C , 0x019E91BA7B48735380466B9E40BEA0E3 , 0x019E91BA7B5E726DBD425A0996D7A37D , 0x019E91BA7B7572AD93AA5ADD094C743D , 0x019E91BA7B8D73FC9615096FFEAE6D07 , 0x019E91BA7BAC71C9811C08C0442F06FB , 0x019E91BA7BC4732B96F5D8ABE4376C5F , 0x019E91BA7BDB71AF96A939A829BBF91B , 0x019E91BA7BF270A9810D9824DD27DFCA , 0x019E91BA7C097387B1786CDB80F25E7E , 0x019E91BA7C617166B89995121AB8DC4A , 0x019E91BA7C7772CBBD4269C4A92D046E , 0x019E91BA7C8E73ABA17D4C8B3536CD7C , 0x019E91BA7CA770508683DF8D06D2BDB7 , 0x019E91BA7CBE7376BBACDFA5449A7A76 , 0x019E91BA7CD4706F97FA28C81700DEE8 , 0x019E91BA7CEB7250A863C59ACF54749E , 0x019E91BA7D00721F9F7B9EEDE08D0348 , 0x019E91BA7D1772948C080E56B9942967 , 0x019E91BA7D4B739599FF0FD03690832F , 0x019E91BA7D8071B5829812ED7F73BA6B , 0x019E91BA7D97712FA8462A563110D853 , 0x019E91BA7DAD730DAA53A85E61C59FFE , 0x019E91BA7DE873039C7BF6B4C54A9F3A , 0x019E91BA7DFE73449DE72E9FBB338EBD , 0x019E91BA7E2E728C8FEC00926AF5FA0A , 0x019E91BA7E5D7256B403C3E733139D2F , 0x019E91BA7E727363AAC76299448EDC80 , 0x019E91BA7E8872B1BEA71E407C0AC328 , 0x019E91BA7E9E73A78F7735229E724EA8 , 0x019E91BA7EB671FF8A07FC474ECB2764 , 0x019E91BA7ECC731CAA0934E285C09102 , 0x019E91BA7EFE709FA606F79386EFA5C1 , 0x019E91BA7F467139A388B472A3EB2F03 , 0x019E91BA7F5C73BCB340F941D1761999 , 0x019E91BA7F737238B5608481FEA40F13 , 0x019E91BA7F89733C9D18950C744FA18F , 0x019E91BA7FA0701E9192A8C1D6BDA214 , 0x019E91BA7FB77320846E7352E93DBD84 , 0x019E91BA803E718CB34502DF9FD5EA43 , 0x019E91BA805473599A01DEBC6B5A5222 , 0x019E91BA8069710DADD50CC105DA8A4C , 0x019E91BA807F7037B30D1850B0AE25E1 , 0x019E91BA809470E287F985BC5BF2F2F5 , 0x019E91BA80E672BEA0230D6E6A6B4960 , 0x019E91BA81157351AE4D4213A15D2E32 , 0x019E91BA815B72579B7F7A9256502FF2 , 0x019E91BA81A073C5992A4B5ABE6DF8D3 , 0x019E91BA81B6738B846817AF0900424E , 0x019E91BA8269702FB49A04A4E92B3D25 , 0x019E91BA827F73E8B03DF2A216676977 , 0x019E91BA82AB722DB0CF1AA33FECC663 , 0x019E91BA82DC711994312B1FCFB4D133 , 0x019E91BA833E70CB866932F01A25C804 , 0x019E91BA836B7237A01DB7244D1FCD0D , 0x019E91BA83A07100B29E692DA86BE2E6 , 0x019E91BA83CC7216AB07588079D1FF36 , 0x019E91BA83E970F0BC3044E3F86106F6 , 0x019E91BA843E707395303E1B712A0404 , 0x019E91BA848D708189C1C3B374BC99F3 , 0x019E91BA84A473199719278126BFBD18 , 0x019E91BA84D2712588C50C8FA7A2A561 , 0x019E91BA852E70F19CE174266BA5A442 , 0x019E91BA8544723581A182BDA9B10B08 , 0x019E91BA859E73AE8F731A07EE483221 , 0x019E91BA85DE73A3BAFC290BCD3E6B51 , 0x019E91BA85F471C79504DA7B6DE29735 , 0x019E91BA862373C9A3F01BE749D205CE , 0x019E91BA863A73689F59DC29E021AE69 , 0x019E91BA866970EAB9A3FEB726FF748F , 0x019E91BA868071D89FC28E0268844102 , 0x019E91BA86C371A7ABD13F6BD85B8F19 , 0x019E91BA874671FC8C55795AC6CF13E8 , 0x019E91BA875C7013ACA66CF83CF715E1 , 0x019E91BA877372B0A4614A192A636344 , 0x019E91BA88167203A1A8C00EB35F44A5 , 0x019E91BA882D726A8BAEA84AC16A43C6 , 0x019E91BA88A6710D9340862684ECB1C3 , 0x019E91BA88E973669A380D5463698A79 , 0x019E91BA88FF7210A698012DAD4594C0 , 0x019E91BA89157246BF5FA51725C50862 , 0x019E91BA89457233B42B7F7030F07915 , 0x019E91BA899D71059224FF91498ECC9E , 0x019E91BA8A007145ADF3C9F9F8C74A1B , 0x019E91BA8A1A7385AE993050809CC9A2 , 0x019E91BA8A9872CBA34187BE48E0186D , 0x019E91BA8AC672EDAB863140D28DF4E9 , 0x019E91BA8B0B7005B8C9408DC37A55AE , 0x019E91BA8B4F719EB9688FFE0D3681B6 , 0x019E91BA8B6771A4A5E5BD1F151368E5 , 0x019E91BA8B7D73A9804EEC9E9D3BF587 , 0x019E91BA8B9472CF9342A0A79D1FD2FA , 0x019E91BA8BA97125AC9742A8994CDD15 , 0x019E91BA8C1873FABCC8567A62A02F2B , 0x019E91BA8C7670329791623E7195E92D , 0x019E91BA8CBC705EA824D1EB7176DCFF , 0x019E91BA8D3571009611D68D54F6E925 , 0x019E91BA8DE8730CAFBCD59551959537 , 0x019E91BA8E2D73828C87022745492606 , 0x019E91BA8E457318986993F9EA7A5116 , 0x019E91BA8E5D7056B1A8BDBE1509F2B7 , 0x019E91BA8F5D70279AFFF20E87D68143 , 0x019E91BA8FB67195AB5AF78B3C2E7A2C , 0x019E91BA8FCD73528E58D74C2B8058F0 , 0x019E91BA8FE3701FA1E4C67DC9729B57 , 0x019E91BA90C073C9B6E25F8BFFC2C121 , 0x019E91BA916471A28D04C80266DDA470 , 0x019E91BA9237704EBF31DEFDFE47F9A0 , 0x019E91BA92AF72ECB64CA21EF56310BC , 0x019E91BA92E07004A114F10E18B9189A , 0x019E91BA93767281B302F2C983A4217F , 0x019E91BA938D718489EC6C6AF24E3A09 , 0x019E91BA94A67061989398D26BB7EFC2 , 0x019E91BA94DF73DABD3F5009BD40C04A , 0x019E91BA953E719683718E117DEFEAA5 , 0x019E91BA95CF73F1AE02E45BA933C96C , 0x019E91BA965372D594AF519909E68EE1 , 0x019E91BA96D070879D49FCAF0DA0A3B1 , 0x019E91BA9787715EB6EB07132F66612E , 0x019E91BA9852725C82C7A05302FA404A , 0x019E91BA98707222BB0C1DA3666A8149 , 0x019E91BA995073FD8AD59900E03E33DA , 0x019E91BA99BF72E79CF393BE908271F8 , 0x019E91BA9A1C728BABD31EDE1B50CC71 , 0x019E91BA9AD7718F996B1577FABECB28 , 0x019E91BA9BFD7142BFE1DF7EADA7385D , 0x019E91BA9CFA70ADB9D53E10379C013F , 0x019E91BA9D1473F5BCD2D2EEAD5698F9 , 0x019E91BA9E1773F5A420BA5C4C5E4603 , 0x019E91BA9E437242BAECF7ED73451A5C , 0x019E91BA9E6F73998BBF02176EFA6D25 , 0x019E91BA9EF473898D1F5D56AF466442 , 0x019E91BA9F55717EA4E2B92043C1BE3E , 0x019E91BA9FB271DFAC3748CBD41B571E , 0x019E91BAA02D71339727247C37A5D5A9 , 0x019E91BAA0887303BBA1C8732D336A1B , 0x019E91BAA09F70E6AFA633E89BC04F74 , 0x019E91BAA10C71C49FB6FAE27EF0B61A , 0x019E91BAA1827141AB3BBE9788CD9F77 , 0x019E91BAA19972C59CDA1B0AA5FC2136 , 0x019E91BAA1CF703B8013C7E51F76B0AD , 0x019E91BAA28070B58417FC594EA6C17A , 0x019E91BAA46170CDA700F79BDDC8FF09 , 0x019E91BAA4EC709DAC5AFCD21284CA1A , 0x019E91BAA50472F2BBFE6E89251BDCB9 , 0x019E91BAA53470618028C5287F41D3BF , 0x019E91BAA5BF70098B0FABAC59A7691C , 0x019E91BAA65F70B691B25A159F8D6029 , 0x019E91BAA68D728E8F945B29F1E93C92 , 0x019E91BAA7867310ADAAB8678B493E6C , 0x019E91BAA7CE735BAC3CC85AA9553633 , 0x019E91BAA8E971898CC84363E4C85970 , 0x019E91BAAA047340A8D53EB8EC527179 , 0x019E91BAAA3373D9AF657BF2809AA8A9 , 0x019E91BAAA90722D8AAED81DCC8ED65A , 0x019E91BAABB0723986A3FFF7EBE812F6 , 0x019E91BAAC3F736E9D528DA938757AE2 , 0x019E91BAAC577382A56EBB72F2B5DA16 , 0x019E91BAACF17354BA90FE336F5B9766 , 0x019E91BAAE0B724589B311B87CD45B74 , 0x019E91BAAE737326B1B818AC7D4833F1 , 0x019E91BAB08972D189298660E7C8F4B5 , 0x019E91BAB15A73069B9A69128E3562C9 , 0x019E91BAB1987009A85BFDDD5BD96BE1 , 0x019E91BAB2A173ADBC1BAC47FA539C3B , 0x019E91BAB62F73B390F5C15D5CE3871B , 0x019E91BAB6C071798309AA8796A20DE8 , 0x019E91BAB6F070F2814B9AE26B60EB45 , 0x019E91BAB84F72639034751CB10DF8EC , 0x019E91BAB8B072A2BA30CCC097DCBD5D , 0x019E91BAB9697014955C25051A449D89 , 0x019E91BAB998728783056307D3082DA0 , 0x019E91BAB9DF70BFA7CEF77742E05059 , 0x019E91BABB91711AA407D2CBFB24A811 , 0x019E91BABBDB7315B60E3F2D5C41BC7A , 0x019E91BABC4F72E39FC2A40803D3354E , 0x019E91BABCC273E0950B195B39AE32CB , 0x019E91BABD3971E588762C3D332D5BDF , 0x019E91BAC0577020952AE1F79A340D7A , 0x019E91BAC0CA72CB96D5CD46B0E5E2AD , 0x019E91BAC19B70BD83E23B55B1C0F6BA , 0x019E91BAC6A873F283A521CD7F12EF9F , 0x019E91BAC87471E2BD737F5D8C2B249D , 0x019E91BAC8B97288B50A53DD7FA79013 , 0x019E91BACFB673DB8CFD11D9F8B5D062 , 0x019E91BAD049715FBA7D17F36772049D , 0x019E91BAD15570B6A728CFDC43931BF3 , 0x019E91BAD19A71CBB57A4A38AFBB63E8 , 0x019E91BAD1DE70C698B0AD912E8F7B72 , 0x019E91BAD271708DA107F15A05A89FEE , 0x019E91BAD42C7124BC29454D6A8B5ACF , 0x019E91BAD4D673B981B6907267148252 , 0x019E91BAD743723E99519AA3D70DA95B , 0x019E91BAD7D670AFBBB2D014AB2E5DF7 , 0x019E91BADA5D704598C350C141B854CC , 0x019E91BADE0370D5BE6A744D4810C321 , 0x019E91BADF1B72489FCFA13ED774E253 , 0x019E91BAE12C7298B8A81F18BF002CF0 , 0x019E91BAE2F671F7895E7273E48C8273 , 0x019E91BAE5067340B6990A79084B50A7 , 0x019E91BAE847733B9B8F81EC82DAF2B3 , 0x019E91BAECC373FF9938CE1C3BF7DF55 , 0x019E91BAEDB572A1906E6AA1CDA2FBF3 , 0x019E91BAEE96735F9625BC28E2FAA7D8 , 0x019E91BAF0A171E493F4A99EA45FFBEC , 0x019E91BAF1DE71318D3A322F755A92CE , 0x019E91BAF2BD733A99420636E484DAD8 , 0x019E91BAF2D57256AAC13B282EF68D8F , 0x019E91BAF8B871D4BBA1C6AEB908C499 , 0x019E91BAF8CE701A911373C1A3A30214 , 0x019E91BAF9147051AF02B4A4670C1FAF , 0x019E91BAFD4E7206B3DAC8AACB1A6759 , 0x019E91BB00B0738F888A42599B57CA57 , 0x019E91BB0298713FA0F7CF7BAEA22048 , 0x019E91BB042E71D9B0AC0DA27AC8E5B6 , 0x019E91BB084472FABEB1E45F1F630FE1 , 0x019E91BB0C4570CEA125A3F33333103E , 0x019E91BB0C5C726BAFB5FC7E5C9C0ADF , 0x019E91BB0F277316B69CD008992391EB , 0x019E91BB0F597168B75170DED24251E9 , 0x019E91BB0F7271F5A506A7DB73617F41 , 0x019E91BB11F171FE9C535D4800A01F6D , 0x019E91BB128C709C8BBD17DEA58865AE , 0x019E91BB1A5C7306AB1976B8C56F3D71 , 0x019E91BB1C9A7238B9C42469CF89614D , 0x019E91BB1F3472219249F6CBCB29F9CA , 0x019E91BB20F17064B46380118D2CDCAA , 0x019E91BB22FE724C8A2289B984BF0F67 , 0x019E91BB29EB71C8A05597B13CAEBEED , 0x019E91BB2E36739094FA7024DB72B351 , 0x019E91BB2EDE713D8FC350E03FD10600 , 0x019E91BB2F0E700694593227BBA27551 , 0x019E91BB3A1770329F9632D3FF4A56BA , 0x019E91BB4144710C89D1E4AF74593291 , 0x019E91BB4307710D858363768CEE806B , 0x019E91BB455D73B19A63C400274554FE , 0x019E91BB47F0713D8168FEDE493FAC39 , 0x019E91BB74AE737FB510ECE4735BC48F , 0x019E91BB75BE70958BCB6AC45404BB82 , 0x019E91BB80A5714095A6137B3651D4E4 , 0x019E91BB85C9705F8204B3556BCDCD7D , 0x019E91BB862270959DE98A328B5BBA50 , 0x019E91BB864F7278BCA777721217BCC3 , 0x019E91BB876E72D482ED6F6849AA8AF0 , 0x019E91BB896B70F28DC85CE2E37C9980 , 0x019E91BB8D3673C584D7B1C960008A98 , 0x019E91BB8EF770089F65224B0ECB8718 , 0x019E91BB9475703686055762FFC965AA , 0x019E91BB9ADB71F7A54797769DE79780 , 0x019E91BB9B1E73DFB68D1949C57BA7B7 , 0x019E91BB9ED7724691044E1A0B3F7FAB , 0x019E91BBB3E371B1A6DFB43FF81C5A8F , 0x019E91BBB5327339AF9A9C77FC28EEEB , 0x019E91BBB53C73D88E19B6F83C0497BC , 0x019E91BBB54073188949717B01A5888B , 0x019E91BBB58070B7B0A5758A615296CB , 0x019E91BBB5A273799FC7333E5397895A , 0x019E91BBB67271F78E3E2B1CD5291508 , 0x019E91BBB6B871D8A2231A6DC9332576 , 0x019E91BBB6D1720C8D1AF36D35B153AA , 0x019E91BBB6EF7342980AA19FF174D24C , 0x019E91BBB704709A9A8D46C83BEC17C0 , 0x019E91BBB7057327BEC782E639B3D837 , 0x019E91BBB71370DFBCB8A1C7C496DE88 , 0x019E91BBB715717D884911A520089240 , 0x019E91BBB71C718D880624680AF9D09F , 0x019E91BBB72B73C397EBF93BD8D4428C , 0x019E91BBB731706297CEB2EFAD3D45C2 , 0x019E91BBB73373C78AA201D295068BF3 , 0x019E91BBB73473CEAC874380EAC73608 , 0x019E91BBB737727286BA578933F1D709 , 0x019E91BBB7387338A36E90B727D97248 , 0x019E91BBB73A71DEB024D09D92F71CE1 , 0x019E91BBB73B7275BC25094528611620 , 0x019E91BBB73D73688A879E710944B656 , 0x019E91BBB73E710F860CDA08AAC4D010 , 0x019E91BBB73F7228A3485841D4681E84 , 0x019E91BBB74173DEAEC1C325052DA7A9 , 0x019E91BBB74570A19C4747E72B930D64 , 0x019E91BBB747733090C10960A3A4E016 , 0x019E91BBB74A71B893A732DA4A2BE540 , 0x019E91BBB74B7389B8FDF13FBD719731 , 0x019E91BBB74C70C7B448D49D2F5C9508 , 0x019E91BBB74F73D4A94BAC62FCE80733 , 0x019E91BBB750734EA83D4251C449EE7F , 0x019E91BBB752734180694991A0CDC113 , 0x019E91BBB75370DF98B8FA4B4C041620 , 0x019E91BBB7547131A51E4AC2BE79D384 , 0x019E91BBB75671A0BF2EBF0C2A528717 , 0x019E91BBB759705BB93521F3C5ACAF78 , 0x019E91BBB75C73F1944BE0F674C382EF , 0x019E91BBB75F73A29924689AA23D2D11 , 0x019E91BBB76272D0880C63D42B7EAD15 , 0x019E91BBB76471E3AE6BC91A636B500C , 0x019E91BBB76A70C0BDF9D50A9BB4D7E6 , 0x019E91BBB76C71C180AB543B1BA98A77 , 0x019E91BBB76E723E84B46F8B2E739B09 , 0x019E91BBB770719580B47567B1248EB5 , 0x019E91BBB77370E8B74E18ABB759D4CC , 0x019E91BBB77573F4A703CC87A18B7AB1 , 0x019E91BBB77672019DB70A11B7BBC278 , 0x019E91BBB778735EB56C5E55A701F981 , 0x019E91BBB77B726785ADB8C3F3575246 , 0x019E91BBB77F733CB5AEA0D9E884CE13 , 0x019E91BBB782712E8DBAD99649D31428 , 0x019E91BBB7837278B2D6FE7E423A89B5 , 0x019E91BBB78A73D591AA70DCEA066B7E , 0x019E91BBB78C72B891400945E618EE29 , 0x019E91BBB78D715390F21F84B5D41021 , 0x019E91BBB7937294A1DACE3CB6C371E9 , 0x019E91BBB796739CAC15E153E81D3210 , 0x019E91BBB79B73A5996F5FFA9AFEE80A , 0x019E91BBB79D7326BC9F2E79B5E1C85A , 0x019E91BBB7A072E08B762D4812FA293B , 0x019E91BBB7A171458B960D24CAE31590 , 0x019E91BBB7A370BEBF474EDEBF5E6870 , 0x019E91BBB7A4731F87AE99AD08872A0E , 0x019E91BBB7A7726780415F86E6BAFB79 , 0x019E91BBB7A8736189EDE85FCCEC50BC , 0x019E91BBB7AA7349A099BE33A7B7AF31 , 0x019E91BBB7AB72549815730E168F191C , 0x019E91BBB7AD73C09BCDCF2F704246D1 , 0x019E91BBB7AE71069BBCEFA2DA5DC63F , 0x019E91BBB7AF73F0BE54B762971FB353 , 0x019E91BBB7B6706E869A837380714E58 , 0x019E91BBB7B87256B561F78788982CD6 , 0x019E91BBB7BB734B8D7F172AC9CDCE71 , 0x019E91BBB7BD715396D406FDA3F96816 , 0x019E91BBB7BF734586D4F21DEE2AFD95 , 0x019E91BBB7C2731584696CF494D72C8F , 0x019E91BBB7C371F790BB10D2D96A679D , 0x019E91BBB7C67098B063FCA7A3D260F9 , 0x019E91BBB7C7708EAF5DEF0E692120F0 , 0x019E91BBB7C973F4A23DE9978FAC0287 , 0x019E91BBB7CA728D8EAC83D728FE35E9 , 0x019E91BBB7CC7385AA33188191BD6F92 , 0x019E91BBB7CD70F197BF8225B112EDCC , 0x019E91BBB7D07088A8A14773CAD8BC40 , 0x019E91BBB7D37248B5E4FD47398BD006 , 0x019E91BBB7D4718E84F43A4B41FE4C51 , 0x019E91BBB7D673EAB857F97AEC0694A6 , 0x019E91BBB7DB728BB2BA30BBAA9679A9 , 0x019E91BBB7DD739E9D2343DE4F3F62F2 , 0x019E91BBB7DE71B39FFC5BB1CF47681F , 0x019E91BBB7E07328A084A6170ECE6BAA , 0x019E91BBB7E1732081DBAEB1F85A37EF , 0x019E91BBB7E373F08B0756A083FC43B9 , 0x019E91BBB7E4728BA8625624AD4FCB0E , 0x019E91BBB7E5708390E5F0FFA37A39DC , 0x019E91BBB7E772BC92E14E58FF7C0BA9 , 0x019E91BBB7EA71278B79ADF0A98C9AF1 , 0x019E91BBB7ED70729CAAC2D94CA24E30 , 0x019E91BBB7EE71949C3655F94BA34427 , 0x019E91BBB7F170C8B255148485069BDA , 0x019E91BBB7F471D2A7FA2E22857C6923 , 0x019E91BBB7F77161891AB95FD3651CF8 , 0x019E91BBB7F8738794AE294796A53FF9 , 0x019E91BBB7FA72E4A0692DE23CBCE1AB , 0x019E91BBB7FB70CBBDFBEE9DC7E54B5A , 0x019E91BBB7FD71EAA15CDF313DEBD099 , 0x019E91BBB7FE7148BC60448BC74854F6 , 0x019E91BBB80170B0AC81EEA7A096C21C , 0x019E91BBB80373C58710143F906D70F8 , 0x019E91BBB80472B0BC47A752FA9C5D4A , 0x019E91BBB80670E69FFE1860E88FC74F , 0x019E91BBB807738DBE2B2CB797D2BB72 , 0x019E91BBB809722584FE0CC2DBBF4951 , 0x019E91BBB80A71F9AE191618873B5676 , 0x019E91BBB80C70C0BCF129177AF2B7CF , 0x019E91BBB80D7226B7585F448C496408 , 0x019E91BBB80F73E68E6F197BD5397DD3 , 0x019E91BBB81273099293ACEFFC36B7E6 , 0x019E91BBB8157146ADA522D001229F90 , 0x019E91BBB818721C8A3FF952077731B7 , 0x019E91BBB81973A6B65AD5D184CAE3E7 , 0x019E91BBB81B7161ACBEAF0895BC34ED , 0x019E91BBB81C73628379EABEC155F6AC , 0x019E91BBB81E71388D41A726E1E31429 , 0x019E91BBB81F73C6BA8B0EA27DF786B0 , 0x019E91BBB82172C08DC1F9E085AB096D , 0x019E91BBB822710AAF43CC372F006057 , 0x019E91BBB8257169939190A3799C15CD , 0x019E91BBB82C728D9F357D902B13331B , 0x019E91BBB82E71B29FF0165E1178C6E0 , 0x019E91BBB82F72F18940D4EF2C03B016 , 0x019E91BBB8317147A697142C84913DF2 , 0x019E91BBB83272A5881161013EE646DB , 0x019E91BBB834737DBBD10E0897B82B69 , 0x019E91BBB83572B087AE72645FB68135 , 0x019E91BBB83870A7A4733E388321FB7D , 0x019E91BBB83A73BBA739009B40F040C2 , 0x019E91BBB83B70F2BFB5ACB798234009 , 0x019E91BBB83D7118AF4C9B5EA36F117E , 0x019E91BBB83E711CAA24D4E4CD479F91 , 0x019E91BBB840700897199EC458A2AFA4 , 0x019E91BBB84173F58B4E6CD50ADEB99E , 0x019E91BBB84471DA97FA9E0FC0A9CD63 , 0x019E91BBB84870BDA19C6BD03811A590 , 0x019E91BBB84971F9A77C2BAD0492391D , 0x019E91BBB84B736CAA78C46FD55ABD45 , 0x019E91BBB84E7126BDDC1400DD851D53 , 0x019E91BBB84F73B289978ADCA4B5EF74 , 0x019E91BBB8517052AF97BCB24378D885 , 0x019E91BBB8527092A3858B35808AD9DE , 0x019E91BBB860722AADFA32383A698C57 , 0x019E91BBB86272C5AEA58CDAFC513CE6 , 0x019E91BBB863735C99B2ED864382E2B6 , 0x019E91BBB86572398FCAB369A20427A5 , 0x019E91BBB86672A4B2E9EF94D5CC51BF , 0x019E91BBB8687023AF1601C2DDE455B3 , 0x019E91BBB86B7331B9C1DE76CC5E4341 , 0x019E91BBB86E70D7AC10C5C646DCA16C , 0x019E91BBB86F72889AD46BB6243B1D91 , 0x019E91BBB87272F7AB82E92EEAFF3163 , 0x019E91BBB87471B99C5F0CEA56051FD7 , 0x019E91BBB87572D785FA961205FF2D36 , 0x019E91BBB877717EA31B26A3A64E28E4 , 0x019E91BBB878722280DD96AADD1A08C5 , 0x019E91BBB87A70A49E914C539AE53CCB , 0x019E91BBB87B720E91AE0510E572DB3E , 0x019E91BBB87E7220AF9D1FE57020F9B8 , 0x019E91BBB88F711FB1E2AE0D368843AF , 0x019E91BBB896702C80756421F41446A3 , 0x019E91BBB89871C28C5290211EAAF676 , 0x019E91BBB89B738CB49BCE6895411203 , 0x019E91BBB89C732E9548F812F2D6AD52 , 0x019E91BBB89E71D5A1831F193312E551 , 0x019E91BBB89F71D29B7253D42727730C , 0x019E91BBB8A172A0AD7E8DEAB8985080 , 0x019E91BBB8A273F38224AFA2FEF2524B , 0x019E91BBB8A57217B0BAC15476BD9D7B , 0x019E91BBB8A7730698A1D677356D16CD , 0x019E91BBB8A8731C93E7248060F9195A , 0x019E91BBB8AC70719780AF0127E8274E , 0x019E91BBB8AD73E49A7EF1E84859B759 , 0x019E91BBB8AF70DF84287F695CF912F8 , 0x019E91BBB8B072E1BB3C91F0F275C5B8 , 0x019E91BBB8B272928CC394073E9E148B , 0x019E91BBB8B4700AB64441376750B585 , 0x019E91BBB8B573C7AA5F5726BAFE27C6 , 0x019E91BBB8B7727F8D4589282DBC315B , 0x019E91BBB8BE7226BF568440D5F7071B , 0x019E91BBB8C1737DA349AB3B28F64CDA , 0x019E91BBB8C571B6AA5570E67C272F16 , 0x019E91BBB8CB73A18B6B88FCAE8D7111 , 0x019E91BBB8D071808F7332229480CF7D , 0x019E91BBB8D2712E9932BA895EE16C41 , 0x019E91BBB8D871BE932293E87E9E5C6A , 0x019E91BBB8DE70EBAA0820B6DEFAEF9A , 0x019E91BBB8E073F2AD04596A3ECF8B56 , 0x019E91BBB8E372C9BDD5FC5C426BDBA5 , 0x019E91BBB8E7728BBC5633CBF9CB8B5C , 0x019E91BBB8E971B1A19C97DEEB0C519C , 0x019E91BBB8EA7330BF439B665171EAEB , 0x019E91BBB8F073CAB3B2EA3708ECDA5D , 0x019E91BBB8F272428EEB92EDC20A6D02 , 0x019E91BBB8F4738490B9C0B7CC7CE2DF , 0x019E91BBB8F671A981D7317C792FE2AD , 0x019E91BBB8F770CFBC93597C989F42C8 , 0x019E91BBB8F970B5B01DB262F86A2691 , 0x019E91BBB8FC7024841C394BAEB08C6D , 0x019E91BBB9007058978FDF06963A6A53 , 0x019E91BBB902727580A33DC285FDB147 , 0x019E91BBB907726FA954E387436099C4 , 0x019E91BBB90A724896517707EBC32D4C , 0x019E91BBB90C734B99CE094F84E30170 , 0x019E91BBB90F713789ED6C8366FA66E4 , 0x019E91BBB9137246B8B6D77E9EC8ACFD , 0x019E91BBB918715D82B74EAC7B94D53D , 0x019E91BBB91A71708FC92EA1F64C659F , 0x019E91BBB91D73BC8B1BDC02695068AE , 0x019E91BBB920739282C94CB8262FC040 , 0x019E91BBB923725A8A3F07B18CAC2571 , 0x019E91BBB925730EB5A0C94F26C67056 , 0x019E91BBB9277113B608A74933958FBB , 0x019E91BBB92871E2BA2338A53E60E37E , 0x019E91BBB92A7285966C66A60EC5401C , 0x019E91BBB92B714CAFB1F882E02952C2 , 0x019E91BBB92D7384B2F93B763E099A95 , 0x019E91BBB92F70D397111155543A85D4 , 0x019E91BBB932707C8553CDF71D45CF9B , 0x019E91BBB93372E586200CA10E68DF28 , 0x019E91BBB93571349B94949C4F8FD52C , 0x019E91BBB93A725A9D6C620CCAFA5500 , 0x019E91BBB93D722E9F5217F890E3A5CF , 0x019E91BBB942736C89CC0F1FFF4C27F0 , 0x019E91BBB94372B1AE0326912B83562E , 0x019E91BBB945734E9BFC35612CC0C625 , 0x019E91BBB94C72979D06DEAAE9C7AFAB , 0x019E91BBB9507297AACFB18519421961 , 0x019E91BBB95171449EDA4C01CECE7112 , 0x019E91BBB953738D817B1193CF48715E , 0x019E91BBB95470598D8B2FBCAD5511C5 , 0x019E91BBB956713897A6926E06A6835F , 0x019E91BBB95870BC8ED993F5D8AA9D31 , 0x019E91BBB95D7089B282C77D549B2980 , 0x019E91BBB960708695727CC5974398C3 , 0x019E91BBB961730882CFAE1DE252658C , 0x019E91BBB965704F82E035B1A9E65566 , 0x019E91BBB96A7220AF5ED969DAB3632B , 0x019E91BBB96D71E9897FAFD125543284 , 0x019E91BBB97070159FBFA3DD5FAF346D , 0x019E91BBB97271C3AB022BCE477F7461 , 0x019E91BBB975703D9BF899CCB27CAF04 , 0x019E91BBB97A7040A523067C89456BA3 , 0x019E91BBB97C71A6A89CBD198E3E1703 , 0x019E91BBB9817292B562DAE03230D86D , 0x019E91BBB983700A82B6E69CB1430FCF , 0x019E91BBB98A704B87A8AFE9E2956DE2 , 0x019E91BBB98B706CAC6F8050AF7DC7BD , 0x019E91BBB98D736BB7AA9A8926EE2F09 , 0x019E91BBB99072148185EFEA699374F7 , 0x019E91BBB99271FE9C6A1D3C9802C933 , 0x019E91BBB99472008870822A70DAF78B , 0x019E91BBB995731DA072102BDCC5A601 , 0x019E91BBB997714BB5B476AF6BDD1996 , 0x019E91BBB9997142B0814358554576DD , 0x019E91BBB99C73A6AC9877987054606D , 0x019E91BBB9A671AAB8387116422150D9 , 0x019E91BBB9AB728D9E19CEB89C660DF9 , 0x019E91BBB9AE700684AD2E16B0975701 , 0x019E91BBB9B07360A9FDCF2A1697CC6C , 0x019E91BBB9B4709DBE008597C6051D1A , 0x019E91BBB9BB72ADBE3D6821634E21C0 , 0x019E91BBB9BC71F18A2550E0B45774AD , 0x019E91BBB9C07136B4F81F6A3C6C5BB4 , 0x019E91BBB9C2705DB97E3130253F7854 , 0x019E91BBB9C5705BAB8E66892CFE4CFA , 0x019E91BBB9C770F89C32CC5661D0F133 , 0x019E91BBB9D373A685E70B4E84F68D12 , 0x019E91BBB9D97384B7F20180B4BA88C0 , 0x019E91BBB9E271058452526262C05E7D , 0x019E91BBB9ED710DA3006DD187C65957 , 0x019E91BBB9EF71FA831BA33FEA7667D7 , 0x019E91BBB9F87227928119FC3C45B299 , 0x019E91BBB9FB73FD901EC7D7A6434817 , 0x019E91BBBA007217A1130F4DEB5FA391 , 0x019E91BBBA0E728DBA512C985B9F6478 , 0x019E91BBBA0F700AB5FBF5EF40F4858B , 0x019E91BBBA1972B9B06E4187D586F4A5 , 0x019E91BBBA1B71769621251657575C5D , 0x019E91BBBA2A7130804CFA36A909B87C , 0x019E91BBBA2D71A6A2A2BF91247F5BDB , 0x019E91BBBA6071968EF9E9B7CFC55B9B , 0x019E91BBBA6272D4865413FFB236E25C , 0x019E91BBBA68703FBCAAF921FE3EC789 , 0x019E91BBBA6F72AA859F30D3EAC1D00D , 0x019E91BBBA78731BBB9331F114FABB15 , 0x019E91BBBA7F733683E6D53DEEA541BE , 0x019E91BBBA8770BA86E0F5DB01D9EF93 , 0x019E91BBBA947320899DA450EC2CA208 , 0x019E91BBBAA370AA8885A71A4EBBA2DB , 0x019E91BBBAAC7189AF55FB5DB66864B5 , 0x019E91BBBABD7108844BFED0FC2CAA9D , 0x019E91BBBAEA70D3B39A996B00AD0EBD , 0x019E91BBBAF073B997409A15EE713C62 , 0x019E91BBBB0B706CA8360336EB23CE1B , 0x019E91BBBB2572D0AEAAC80D3290FF46 , 0x019E91BBBB3073A78902847B6539CB9D , 0x019E91BBBB4973EF86A60399750638C8 , 0x019E91BBBB6173A5AB4FB6B890125CBB , 0x019E91BBBB6570EDA9DCADABE4C2ADED , 0x019E91BBBBB0712182FFD08F285C78E7 , 0x019E91BBBBC673E8A7D91B39B5AC0F26 , 0x019E91BBBBFE70AB8A8A761FB20C04F1 , 0x019E91BBBC0F72109F8BD00AF43AD0B2 , 0x019E91BBBC1171B29AD026F571569602 , 0x019E91BBBC1A72F1B84B3A8C6004B0F4 , 0x019E91BBBC1D711D9C918747B2AABCB0 , 0x019E91BBBC1F70FFB012FD40B5A1FDFD , 0x019E91BBBC227176A2D870EC94CEC102 , 0x019E91BBBC2671E7B4DEA2A6B26D59BF , 0x019E91BBBC2973578B6FF13B6C43EC68 , 0x019E91BBBC2D7310B81C061239C2DA8B , 0x019E91BBBC307231B12EF40A8ABF7AAC , 0x019E91BBBC317381B2A46B5814B8B431 , 0x019E91BBBC3470F0B47D13C28862F27D , 0x019E91BBBC3570889B3D52BEBFBC1749 , 0x019E91BBBC37717A9FCFE30F410C2DAF , 0x019E91BBBC3C718EAF5684F916A08B62 , 0x019E91BBBC41726B92627AB2E06C81C6 , 0x019E91BBBC4570988C0ED91A8A043402 , 0x019E91BBBC4671A5BDC057D780C8E244 , 0x019E91BBBC4971C1B6CC08B00805AAC5 , 0x019E91BBBC4C7065B76EE92AF106F7C8 , 0x019E91BBBC5472709BD16D4F3B3BC958 , 0x019E91BBBC59700A800EA0D5CF7C61A1 , 0x019E91BBBC5F71E995505DFDCC2691A2 , 0x019E91BBBC6171C88179E26717C1F22F , 0x019E91BBBC6972CDBF25F8CFB77503B7 , 0x019E91BBBC6C71ED8F3BCE459A2D30FB , 0x019E91BBBC6F72468C6350DEB7C74BDA , 0x019E91BBBC747012960D688116E6D676 , 0x019E91BBBC7873E491BABA41DDD92F96 , 0x019E91BBBC7B719DBCEAA17D696083C0 , 0x019E91BBBC7F7076BF06BD2C21DA5BB6 , 0x019E91BBBC8572EBAB9CF9301E9FF062 , 0x019E91BBBC8771F997EEAD0662A0BBE2 , 0x019E91BBBC8C701F87EECB2C6A773B5A , 0x019E91BBBC8F72018B8996E9E8BF2CE8 , 0x019E91BBBC927010A401AC19164515B0 , 0x019E91BBBC94722291831D4A53B9132A , 0x019E91BBBC99717AA81B1DB10000CA36 , 0x019E91BBBC9D72959E1AFC04183FB237 , 0x019E91BBBCA27124A0831F2ACA0272A0 , 0x019E91BBBCAC724DBC97C08FA8EBF8EC , 0x019E91BBBCB07247A3D4611EC23A3BC9 , 0x019E91BBBCBA700F912AA433E4EE14E8 , 0x019E91BBBCBF735C8672C06C60466B61 , 0x019E91BBBCC671DC853582CC6A6C8EC5 , 0x019E91BBBCCF70108DEF9ABE93170168 , 0x019E91BBBCD470F9B82F5D70A129A32D , 0x019E91BBBCEA70F7BF8B2E1F0C135EC5 , 0x019E91BBBCEF723D87E25DBE23E1431B , 0x019E91BBBCF571C99B3765D8736CABB8 , 0x019E91BBBD18702786CED15D088D9138 , 0x019E91BBBD2072458C7B9AA6EA7AEDB8 , 0x019E91BBBD25739C8917983C7043DB13 , 0x019E91BBBD3071A7833AAF8B1D895BF8 , 0x019E91BBBD3271A0AE0771E9E14ED4FA , 0x019E91BBBD3B7259B0FFC6D9B90A3E00 , 0x019E91BBBD3D71CB810FB52EF80545F8 , 0x026F237FA9204F51B81921D5D267E918 , 0x0297E0DA9F47430EA004FE8072F6FB3D , 0x02CDACE3EAE24513A871AA05DC709B5E , 0x02DBC7936613447FA7D871F1389622CD , 0x02DC20B16BFE42FBBAEEDF92D899E1B9 , 0x02EAB1F2DF8941788F523373740883F4 , 0x02FF9801C29B4202A0DF79F77C2594FC , 0x056DB04C504B46D2A2AFD62336B22646 , 0x05A7B657831E4D608170D79403CE6308 , 0x05B25B9549174713BC93644A931CDA7B , 0x05C0EB33892C47C4AD57B2FC5566E3AD , 0x0654F37E12BA41598A433BB03E9F67D3 , 0x06CB7E8FADE44F988696819F596E042A , 0x070B2506172548CBB5A5D004E484A597 , 0x076109F167A6419980974B2CE5507C10 , 0x07668F5586F744D08BCD5E280915AE89 , 0x0819D9C451A44EC4883B78A18792B243 , 0x08BF77DB288E484F8D5F0EEA65426921 , 0x0B254FCC4ED1493982CC26C77CB7A7DE , 0x0B9D51C2D095419FBFA3F442E47D9EF0 , 0x0C57BAC9B4AB4439AAD6B7E978535C28 , 0x0CB86824F0B34365A92DF1CE4E57D9AF , 0x0E048C68965744439A44B5450C37550E , 0x0F0C72FB82AF4532A3700AE9BE1BC163 , 0x0F29006CC2F74EBE80B3CC6C6526C0B8 , 0x0FBF681950C24186B3089E5A721F896F , 0x1041C1D081E7425489CA7215DCF1461B , 0x10BBAF0DF71F4AD48FBF77B74E8471F5 , 0x110DFB39B337487486640131D6FF4D57 , 0x123FD20726B4429BA7D8191B6015CD88 , 0x12627B2D9AFD4FDDB8AA41766A56FA7F , 0x12C23D9E3CCB4E1EBC148CD52901F023 , 0x132B505699C3482EB7704E3B59B3A8FD , 0x13D9BB47ED1048E6970E7A01394C2DEE , 0x1679F4F2C203400CAFFD821E3369D896 , 0x168109D900A74AE8AF5D002C82492AEC , 0x18F7424C55AF4715A73217C7241F9F98 , 0x1ABCD8F9D5964E2D9EB2DF2AD59EE77B , 0x1BAF7787B7184C9A8351464DC8D7E3DE , 0x1BCB9F054BDC46C596A524C3EA9F0618 , 0x1C0F4F6A01CB4491BE13AEA49A3637E7 , 0x1CF761DC3AA04D1C85DE63A67362AC08 , 0x1D72BCD51D6946138680DFD73CEEF435 , 0x1D814CC0AD854BAEBBE09CC41DD26567 , 0x1FD56B0682FE4828BBEB56A51727BDF5 , 0x204A47434E84445198868838C4E83F24 , 0x20F9B48A999D4FD0B72E27B954652BDA , 0x220975D173BD494EA8B54D537AB62CBD , 0x22A926AFC6704A1090826145A010F21A , 0x22B10083E35348A98EF1D917BEB04C1B , 0x232EBCCB5A67421481BE653369AC2434 , 0x2343FE1161B34BB680856597CF98C6DA , 0x237F1CDE4CD940F19C1440F1414B4757 , 0x23D12E225A0440DB995B7A84FC4A8C28 , 0x2505B7B62BBE4EE69007EA4B1EB57118 , 0x2593091585814078AF88E3A526863390 , 0x25B55A288EEF45BC96DC6B01095E86BF , 0x27595F64225549DCB106DB96DCD98A36 , 0x27BF04AE0FEF4A57B14ADCFDD68FFAD9 , 0x281F2CF1648A48FAB418A81017EE6D07 , 0x2849AB835C5049F1AF8323E7A5F12820 , 0x2899A39DF92E4EF690CF59F77EF78878 , 0x28C56A00B5864A729DB74AE952AAAEBF , 0x290E31700C8240EB80228EB2BF0FB4D5 , 0x296CD1FC0DE94DDB9DC41AD84D78428F , 0x29F4ED60FDC2423687ECADCC447E9DF4 , 0x2B05265673604BD29F6543C6BA7769C6 , 0x2BA1C6622D92408CA0E3DDDF5C28A9EA , 0x2D42FF2CE63B4ADC8FCBAE99E9A0574C , 0x2E8D0D8560F2444E917E5EF553CD8BF2 , 0x2F70E6DD021F46F4B154B436EE3BE3FF , 0x2F962FE8E4AF4468ADE98586E572F9FC , 0x2FA76136007941A693DE62685682CE03 , 0x2FDC34ED9B0846638BA23403D296AB2E , 0x30089F76A421445DB3636D5199BD8CCB , 0x3037714D34B04BAE9AB0AACAB70FB716 , 0x3257A95A8630425EAEFDA646BE7FADD7 , 0x3409D800935E47C3B12701BF1236AA33 , 0x341FD652D71C475BB2AA49189B1632FC , 0x34530FC69ECA4EBAB98A8A2FBCB064D9 , 0x349E58D12FC941FB9C5658A9E1559115 , 0x3718891D5A694072AB2CC1165A16F6B0 , 0x381A85A16707494297419FB339B17A42 , 0x3893ADF798534763B3276C1295D80F3B , 0x3950BBF4D89E419AA3506924BAE45372 , 0x3A1148209CAC4E2ABBE2876C6A86DCCA , 0x3A98387F67EC4322BD0DB14B0DB50D5C , 0x3C053C3431EE4361831CAEFD426648D5 , 0x3D21C65ED3FE4952AC084CF7A969C181 , 0x3E3C636D53844DE0BB860C2DA2F4278D , 0x3E5BB80FDB9F4866B9FF715F92FEA16B , 0x3E83C5B9297B414AAC0136604CB54CF5 , 0x3F08F3C02A0C4A03B2835A45D205A9FA , 0x403EABEBA75C43D3985F9D4928F67051 , 0x40F790CBED644F00A7B4904667EF4EA2 , 0x4384866B001A49B095BE75D97000B3E5 , 0x438B1AAF8B3141C799391B458EA10F92 , 0x45C7857E778441369613FAF07303EAC9 , 0x473E1482549C49F18257F7FDCE755C08 , 0x481FCA40EC924838BA3BDAF0BB6120F7 , 0x48693C77467C46F08E12E14346BFF86D , 0x4A8A378204F844A680A2892A72D844B2 , 0x4AF542CC06324481BB98BD9A8A020464 , 0x4B8BB32CA7754E788F0B26FC13243786 , 0x4C1C754552DB42248F1076D2E6B85A5A , 0x4C9D87471AE242159AD6B00C5C1DDCE7 , 0x4D830364EEE94999A303511BE65ABF3B , 0x4F35E14B300B41B9982C84A07FBEF4BD , 0x50161D81D08C4896978E4BE2228FAB12 , 0x507DFCCED04A4796A713CCD871E5289F , 0x51334CFE9B294C78A94EB5ACF97A6B38 , 0x51878ECB541B4B04863CEAF7FEFCBA8E , 0x520B9D75549346AD8D0E54C94001BDD5 , 0x520F6333A0204B9EAA4AD7E35B9FA927 , 0x5241ADAAD1E240049A8720C2E9AC61E5 , 0x5488FA1B11734B8992D1F18EDEC64197 , 0x54D08C3200984FEEA767DFB8A4EA8DA3 , 0x55074C4B97B1486CA0D3EA8401CF1C6F , 0x553F0B1E58234B44935EB925BEFBFB25 , 0x555806DEF49347D6BEC49AE371C3B543 , 0x5606D10CDE1F4840899B7BED2C864271 , 0x563C7BA558E042BBBC2CB031D748BD49 , 0x56861B570CF64520A4A0B3F6DADBA389 , 0x56EA26EBFD174F0985BA2E3589BCD513 , 0x59E8A84ABE744C9B8F2D5934185B8773 , 0x5AA6FB55D67844AA989B458D1BB20C4E , 0x5AE34BED838B4F7491072923636096F1 , 0x5B49CC3389FD481D8AA20241EC235F7F , 0x5B979D2B46A04BE4BED94A699F07F7DA , 0x5C6DDD12371D4BFB85756ACDC95AC922 , 0x5D264EE7BF8C43C3A1283D1B8FB28B10 , 0x5D4299ACFCAF40D487864D7A1F505149 , 0x5D86B4B7705944E4941B43D48728A9BD , 0x5D9DD7DDB14548D5AD3E84E550318B07 , 0x5FBF8DFD577E4C89BFE5F225ACA86ABE , 0x6254753D05A74B1998628ED0764768F9 , 0x627A0982FD8D4847962E64923ABB5952 , 0x642D2D2768464B41A7D01C053EF50690 , 0x64F46D05AF5A4908A1FBE2459DE2792A , 0x67A05B3B8C86413382D126F7C0F16CDF , 0x67D828E18EF04B62BC7D0F9D0D539DCB , 0x6808193960F546E1BE92BE1F95A32252 , 0x686D1A4D63844306AC013AEA463CA3F5 , 0x6910A968D10348C995638D2F9F7D5FA0 , 0x69A3922C8D374E6EA11A3871F701C87D , 0x69A95E661D424BF7B4E4B9DE847078CA , 0x69CF3C6CE50C4065835A4BCFCD4D159B , 0x6AA21AC19AEE4331B327E28F263CCB4B , 0x6AB94A232C464326A7B1B1E4EB4D8F39 , 0x6AEC422E265D4E429D92E08204C838E1 , 0x6BC03160A1B34230953083544D777239 , 0x6BC7385B4EA6462F8B575DB0C6776FF2 , 0x6BCC9ED58F804BCF91FA2A90EA0B7B52 , 0x6CD97413AC5847F79C8D1B80FB1240FF , 0x6D33E0936269466FA0155B2ED72FE19A , 0x6D7EB1ADE0544FF2A3C5FBD81F87F562 , 0x6EF00C60DD5D4DE996DF23536D4C0DBB , 0x6F457459834249A68684E26E7DC5B6B1 , 0x7008C436127D4506B55CD374E4780062 , 0x706C7A0F7ED44A0A953FC2E64DA32187 , 0x70A76B5D49DA49F08B54B2D5C230F85B , 0x7196C08A7C184AF18BEFBFA719E89A9D , 0x71D700DEB7D745B0AECA9208A385FE70 , 0x739CA4FF38CD4F51AB4CDF40091FB63B , 0x746A5E37F53D4F3A89384486C9F2A4EE , 0x7595A5DD56E844A6A07F5D970A43424C , 0x7605E14269D84A4CBE39C3BA7EB04257 , 0x763E6B18483D4A10835DF25818F77858 , 0x769909A534B74EC89F7F2C5449730DB5 , 0x76BD3511A6CB4CF68C3B1B49AE46035F , 0x7989BCB6F8BA4137B341808FBDDABC17 , 0x7ABA40B1E3C847F8979895808DF5E378 , 0x7C221B0C8454453594E07396216CBED2 , 0x7C438E78E2A44362A31AB64772C76D65 , 0x7CA0046F23CA400997B37C78F590E800 , 0x7CABA0B03A9C4BB1AB6EAF2B3342C1EF , 0x7EE144096D274094A8267E364237809C , 0x82400A47EB9D43789038ADC25B6BC3B1 , 0x84EB0D2D9CDE4133B92A1AC4DC0A7A88 , 0x85E1EC4682D74C29ABF7B4D0B4FDCC82 , 0x861BEB4BA305498EAF877FDACC48AE8F , 0x8816C56EC688488197F96239AEE03D1D , 0x88188DF0B5AC424D92A13EDD02361770 , 0x8984E7ADD04A4202908FA2439B516229 , 0x8A6D294B747F44A08223FBC7BF9E6980 , 0x8B42BC1D61C74F4CA5BF7E57099444F5 , 0x8C167CF6BEB84973857BBC01B91258CC , 0x8C95872FA54A4D59B6667350E0CA9205 , 0x8D2AF879D5AA4198A984A7B056119FD7 , 0x8D6CC826433A4C289E74D762C69F7469 , 0x8EE56EA6309349E0832673A58ACFCC34 , 0x8F1FFBDF09314226963CF972D16A9280 , 0x8FC951BAF131440DA8D4A55F77FC0503 , 0x909115F7212943789052CEA6045BAC1F , 0x90D9373F82C0452285CDABA707226ADA , 0x90EF98E22AF84AD287A14C6AF5BAFF39 , 0x934A2EDB020349E3B12CF4E647A08890 , 0x93B87577765046ABAF461A473D3C6C82 , 0x94391C3648314F64A0D0C0DE09DB5202 , 0x956474D21539422295AE8CF2A722357E , 0x95D97F455C3843259F605938E6E37DF8 , 0x9750B1DDD9DE4F1CAD66EF16B252A114 , 0x975615A3D28E4C4697E7302BDD7F78B0 , 0x976C8901412E4E6EA53568CE12F6F5D3 , 0x9784FA2966B14AA3A35BB1242153FBB2 , 0x9855E43D5F17493489F9FBA0DBD62BBE , 0x987F9E9547FF4ECDBE2C976081110835 , 0x9995CA41FDDC49F5AEF148D57FB98128 , 0x9B7E921E5DDF41E499A063EF5E51388F , 0x9D0A84772BCC4BAFBBFB9779CCE9AC7D , 0x9D1CD261F82F4565ACA939A53B1B182F , 0x9D26895F8CBB4DDF8666C4D6826C3508 , 0x9D2A13DA601346D59599AF9414A12531 , 0x9DD1A9E9AC6B4DD598E462539540B310 , 0x9E17185DD92847DCA146454793B95E92 , 0x9E3F9FA43CF744FCAC182CE50B288A89 , 0x9FB4C442E9C4486CBFDFBE5DDE0B1A72 , 0xA029A78CFECF4222BDA5B06E7D518CF8 , 0xA030BD4E1DC44724B77DEFCC1A0360CE , 0xA10621DAE10F454C91F385874ADC9183 , 0xA1774B5840AA463EBDE4E33B4799DA96 , 0xA1A7F90EBE334A2993705481E7F675DB , 0xA209070A98304BC0B22F77C62CD0F9FA , 0xA27F1304D56A43E1AF9FABC68E1F928A , 0xA2D362DA7E7049D99B3778417F49F0AF , 0xA3FA177606644BB6B8EC821E04EF95A8 , 0xA431EC9940EB4FD8B2034809878AA49B , 0xA436E1BA40F140F581914950B7EAE6A6 , 0xA45E95174F8C4591ABE32FBB20BF63F1 , 0xA4B93043ABC443B8BEFE55CAE5DDAE36 , 0xA6F85E1954614C65943F5A7D0FF46B62 , 0xA767B8FD50564D05B0E0FC51D2C763B7 , 0xA76F5AB1835B431896619BC2C53056C2 , 0xA7C24AF460D149CD8D7F7D1257C20781 , 0xA7DFD6BC5F614A8FAB594BB99321B885 , 0xA9229A12A7C844A2B158E86F83234A81 , 0xAA4D1DFF19BC49C2A49EF93BB4629F7C , 0xAA613F3F1EC44A51A4F8B66456DBF304 , 0xAB5581261F16462CA651D6C7EC6976DF , 0xAB72B91683F4429EA329D29DFEE96E1D , 0xAB99D2DD05F84437BAF7B7EE0804EDCC , 0xAC4ABEBBB21A431BA15D3A540B9A46F8 , 0xAD0480DE57B74AAFA267EEF923A40F3B , 0xAD21FF78924347729C92D828D29CD3E2 , 0xAE855EED4E294322BEE4C9CFC73C5E29 , 0xAF0F845429724B4A83F501F5D91057F2 , 0xB0260196AF424B14AA267CF2F4591D1D , 0xB03B93742A6747F4A6B6819166EFFC35 , 0xB03C42087B5F48E6811A0019307ADE70 , 0xB044CC5590114273B7972AD00A2AE2EE , 0xB0868F60C5B345E2B8A3E62148CA980C , 0xB1016EF447D84799A672ED5BDB8DEACB , 0xB13684E7522042BDB478E30F8FEF005C , 0xB1E43D5D78F54659BCDE49B827F3DE7B , 0xB26317ECC9164A66B7A6DA5EC5525560 , 0xB30CAB95100C430BB36A80CD8B76519C , 0xB35D356DE80F41E58C63EB564F7060E1 , 0xB3A672F4C0634A27927A990600294EAD , 0xB3E97D9FCC9E46E284FA4CE12F9CC627 , 0xB592333385474238B1C2C0D5C2964E3A , 0xB7EBA15A18BA40B39933FA8946615B32 , 0xB84268F4EF084E59BE9E68621DDAF292 , 0xB90327383EC441C99C9AF0064F30BB3C , 0xB9A95A3543DF4D208CCBB6FCEEFA90A5 , 0xBAB8249CDC5549A8A854C1EE33B9EF9B , 0xBBAC54236F8B4414A780819A7381977A , 0xBBF68DBDD7AD4F3092AC68B078CF533F , 0xBC1F9779B13542EB9786EF5A6EF3C619 , 0xBC7512B0FEEB433B96F6DAE92BA20D5F , 0xBD561768B7834C5FA4C43FCCC6693F02 , 0xBEC48A924494481596B499A3462FA53F , 0xBF0A008D83CD4B1AA3CE58714269F555 , 0xBF7A4894825F431ABB5AE1EC1B8401C1 , 0xC0014476BAF04882A4C999543F5AB71D , 0xC247AE3ACF104D56ACBB16F496C6EDFE , 0xC41298534B324E8CB535148CA6456C85 , 0xC4F50CF10F1D4E45A30A6C9C7CC6F75D , 0xC64C23B29A0244C3AEA72A65901613D9 , 0xC7D89C2EF76F4EF8B483BD69B822B39B , 0xC80F0CB8BF8C4F4DB3BB145D25B6029B , 0xC8CB8192F6744E72A73650246AEC21CB , 0xC8E197E3646F4CE9878DE75E6B2E2C45 , 0xC8FBA83D4514496FBB4080D8D0DC9592 , 0xCAE82549F66B485495826378FAAF98A7 , 0xCAFE1A1CDB0C4CCF90AB4690210D1F1F , 0xCB17A60C4FC34B46BF5805368DDAE8A1 , 0xCBC22078C9F84DA9A4941B3EB714A4D6 , 0xCCD44DDA4D0E4D9B8B8367688D2E8B99 , 0xCD733D72B8E34435932ACC338AEE6646 , 0xCE462917BE6A4279A058C23276B4CEFD , 0xCE68F91AB2AB4E4F81E0694B7524EF67 , 0xCEB9657231644DDD979ADC6DE9564AA3 , 0xD101EDE9BC24402BA6912783E32E2697 , 0xD1AF46048E7A4052BED02F916D2E321D , 0xD4C585E265A04B3BADDB945E42288776 , 0xD4EEC4451472446696CB77D6DCBAE546 , 0xD56A341F02A24B03B9CEBFF328589C04 , 0xD57151CE51384A8BB5DA30FD3372570A , 0xD571AC2CE60D40E9909A09DAEE55F3B3 , 0xD888033563B64F43A09BB9D8F6D92502 , 0xD9D0EBDC7F504F2FB691DE80D4E9BA35 , 0xD9D7FF2C6536422A9A3812BD41973EEC , 0xDB17C270D47D4CF5A11B2574DCC64D19 , 0xDB8C983F2E25492595D2BAF597A0129B , 0xDE14AE6F55524723AC0E0A5083653710 , 0xDE206750B5144C9EB908ECD5175A6634 , 0xDF52FE086B1E4E6EBC1E24129C145A47 , 0xE11DDB42C65A4350BA4C75E18624C09A , 0xE20C6F19DB3D44D3B1353ABE353C0356 , 0xE2D8D692E5304F7C9CFF3911222D9679 , 0xE37173E6B1114E8F8B0328C4F2CC0BC2 , 0xE39CFE7FA222422BA7014C91EC2D8263 , 0xE3C088F2F8D741BCA8E75923C42C797C , 0xE5221C1AAB63448AA8AED4E61C4A11F6 , 0xE59D38B6C7B74DE9B119CB823EF7FF89 , 0xE6064D0865C548EEABB80640C1D2B9CB , 0xE6085A3CB11C4561AF1A8CDF4D5B0739 , 0xE6B733FF484C400CA0343F4CCEB5AE6A , 0xE762280492134561930E013DEE31821A , 0xE8DC9AE7952548059E55863EE9D27A9A , 0xE8E182D4B0C3466A8D65BA821FF2DDC8 , 0xE98498452B154CCE82812DC75CFAB45B , 0xEA4D489CCA114AF091A0BF325C5ED327 , 0xEA4F979823B244EAA2572F54A710A51C , 0xEB566B555B8943D99AB34412A4BF8194 , 0xEB8D712AF9094309BE448C0C6BC37114 , 0xEC59CB3A3170418CA9E63F4303C405F0 , 0xEC6400B093EA4650B30F098BEBC1613A , 0xEC794C10D4414A71B1E9483D59766852 , 0xECCE22B0ECA14BF3919746A4005B037C , 0xEE2FDE65C1D24B25911F30448E830033 , 0xEEC1F15AB7D54DE9BEE66D6C351637B8 , 0xEEC84A40BF2441A1B4C31485591C3667 , 0xEECD59BE83DA4AF5ABBB040AA6260B88 , 0xEED144A49022481F8407A9CB7899CAC9 , 0xF014BB8414CC46AB83B3821502B6AB40 , 0xF0B1A75EB4C84883961E7721A37F0B07 , 0xF0DF2A16BB2B46C4AF67E65F5EA2713D , 0xF18654872C1C430192F7BC756C97FAA3 , 0xF19D4391C6B04EB89287B6AD1DD3FC76 , 0xF1FD142D595B4EFD898CC8A092097C4E , 0xF2BC18EDC21B4135A493DA005AAEF6B8 , 0xF34338B448914FC29E68C368C9FB723E , 0xF3808B509A694FC89883F0B4B5DDBC93 , 0xF42CCC080C284DECB754D3974103797E , 0xF6587A1502E247839F086FEF54C57B2F , 0xF7379D786A5842BCACA15726106A1FC9 , 0xF790462A4ADB4BFB842915CB5876949A , 0xF7993B6E18E94981AFB2834A6F3816E6 , 0xF7FEF9BD10454913B19DAEC70A959AFC , 0xF81656B623A24478856616E5625CEF3B , 0xF8EA3BA0AF054229AB67FA27DAB26042 , 0xFB21DD35614C4B229D132FB0920A97F5 , 0xFBA97A6A1D9849BBAA50657CA44734C0 , 0xFBF6B11E5F744BB7A8A3BB5E529636CC , 0xFCE165ED0FB0447798F060A04739E78A )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
5.48 ms (1.76%)
1
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"‘ùnjÔ±Fçµ¼¾A/a{º "
true
b"BnE²ñþKT‹§a\f _7jg "
null
true
false
]
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x426E45B2F1FE4B548BA7610C5F376A67 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
5.15 ms (1.65%)
1
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500
Parameters :
[
true
b"\x00 J•h!ŒFÿ¿+|\x02 Ÿv¸Û "
b"\x00 nªÍDdH\x14 †ý¯†\x17 kù£ "
b"\x00 Ò\x19 ÿ’ûK¨’íš!ÙÉ›\x1D "
b"\x01 _›\x04 „…J`¡®åˆÝæûà "
b"\x01 r]›û}\x7F ¡D\x19 ²¨“ÖÎ "
b"\x01 ‘“ÕåôuНÀ,´ ,È= "
b"\x01 žd·k\x12 p‚†µíø\x11 Šn` "
b"\x01 žd·k&sg¥;¯JXžp "
b"\x01 žn%\r =p³¥\v ÇE‡dÙy "
b"\x01 žn%\r Rr\x10 ‚©zá¹ÿÎ "
b"\x01 žn%\x10 Jpi›}’\x1D å $õ "
b"\x01 žn%\x10 `r\x0E ®%æ\x06 ‡4Š» "
b"\x01 žn%\x12\x7F pјÝáS™R^¾ "
b"\x01 žn%\x13 sr;že?GÉߣ„ "
b"\x01 žn%\x13 ºpÀŠ.ý\x1C ž·Q„ "
b"\x01 žn%\x13 ürñ½Tû3w`¤ "
b"\x01 žn%\x15 as3›\x0F ¶¬³¦6\t "
b"\x01 žn%\x15 hs—¡l)“±¡g "
b"\x01 žn%\x15 {sI¸4ÈÙ\x03\x01 Ü\x01 "
b"\x01 žn%\x15 ŠqðŠ$ûí¢ç±m "
b"\x01 žn%\x15 ‘r\t W³#!¸Ð\x15 "
b"\x01 žn%\x15 •sÞ°f%øÆ€ÍK "
b"\x01 žn%\x15 ™q"Žm\x00 b\x1F ¡$o "
b"\x01 žn%\x15 ŸsŸٱÐM:w† "
b"\x01 žn%\x15 £p±§E\x1D xûW "
b"\x01 žn%\x15 ¦rÇ´>qŒÄ\v `| "
b"\x01 žn%\x15 ªp¥·±^þIÅ!B "
b"\x01 žn%\x15 ±r`¡q^žDñÄÙ "
b"\x01 žn%\x15 ´rD—c“`ï\x00 0¯ "
b"\x01 žn%\x15 ¸ró©7O'ç+Q¬ "
b"\x01 žn%\x15 ÊrŽ®6ƒõA\x16 v€ "
b"\x01 žn%\x15 ÍpÍ££²IÁ\x12 \r à "
b"\x01 žn%\x15 Ðrå¿Þ"ÂÝj¾! "
b"\x01 žn%\x15 Ös𦇱›gsPü "
b"\x01 žn%\x15 Ùq\x08 ™\x0E ÈÀ%"9 "
b"\x01 žn%\x15 Ýp¨Ž\x02\x10 ûœ\x15 ^å "
b"\x01 žn%\x15 ôp7·\e iËý\x14 Û! "
b"\x01 žn%\x16\x10 qݱÍHßcCV\x16 "
b"\x01 žn%\x16 ¦s’¦ª\x00 Ôˆe†M "
b"\x01 žn%\x16 ·q¥Œçô5åýç "
b"\x01 žn%\x16 Ápl¿3ï\x17 ¬\x03 ÉN "
b"\x01 žn%\x16 Îrôœ!t\x02 ¥é\x15 } "
b"\x01 žn%\x17\x03 qš¸Ò‰„\x15\x1F 5m "
b"\x01 žn%\x17\x05 rP¸¾F¸ ±S\x16 "
b"\x01 žn%\x17\x06 pvºX†²~°Ž0 "
b"\x01 žn%\x17\t s¥ƒ\x17 )¨mŠO$ "
b"""
\x01 žn%\x17 \n
qô½‚¾Ž*Rðr
"""
b"\x01 žn%\x17\x0E r\x1C ¹Œ½í=#¾˜ "
b"\x01 žn%\x17\x0F p\x7F ‹«~å¸vÅ "
b"\x01 žn%\x17\x10 r\x0F ƒ=”Ë*”*& "
b"\x01 žn%\x17\x11 rdg \v Ò›\x10 m "
b"\x01 žn%\x17\x13 qmƒ\x07 ƒtäé}” "
b"\x01 žn%\x17\x14 rÜœ;\x06 Õ\r ‹M "
b"""
\x01 žn%\x17\x16 r™Ó÷Í\n
Q.
"""
b"\x01 žn%\x17\x19 r\r ²³R\x07 žª\x19 "
b"\x01 žn%\x17 !p˜[d°ãûï "
b"\x01 žn%\x17 "rQ¥É€ù+c$Ñ "
b"\x01 žn%\x17 )q\x10 šJŒ‰&q.] "
b"\x01 žn%\x17 *p…š\e Û*qŒÄ´ "
b"\x01 žn%\x17 ,r"»çm\x11 •áWÄ "
b"\x01 žn%\x17 -sw®TuœØ&Ƽ "
b"\x01 žn%\x17 3q\x17 Œ&\x1F d×Ìec "
b"\x01 žn%\x17 7qp ½‹ ¦Õº "
b"\x01 žn%\x17 8s[ß<‹¥\x1F ±½ "
b"\x01 žn%\x17 ;s,³¿\x03 ´Ô4ý\x11 "
b"\x01 žn%\x17 ?s}·¨k3«ý£É "
b"\x01 žn%\x17 @r\f ¶D\x1F _ý&\x1A ¡ "
b"\x01 žƒ\‹irŸ¦÷Ë9™ê³g "
b"\x01 žƒ\‹‘rwºT¯\x1F câÆ² "
b"\x01 žƒ\‹šrìƒÚ£Á)ô\x14 ® "
b"\x01 žƒ\‹¯q§™\v ÷Õ…›1â "
b"\x01 ž‘º\x0E «qAµ<ú\x0F 6\x05 _1 "
b"\x01 ž‘º\x0F ëq£.G¼Äe\x04 I "
b"\x01 ž‘º\x10\x03 q9¹\x15 l\x10 ‰î*5 "
b"\x01 ž‘º\x10\x1C s »tñ¡Âæ\x02\x0E "
b"\x01 ž‘º\x10 oqà¾R\x1E Q€¸ä£ "
b"\x01 ž‘º\x10 ¾sú\x02\e\x18 FiX\v "
b"\x01 ž‘º\x10 îpã¿ûê\x0E K?UÛ "
b"\x01 ž‘º\x12 Ws\x1C ‰ù9tg9é "
b"\x01 ž‘º\x15 Kpãšé\x1D\x12 l\v k| "
b"\x01 ž‘º\x17 Üs¼¸§sy:g¨p "
b"\x01 ž‘º\x18 _r«½y8¤i=øê "
b"\x01 ž‘º\x1E\x18 rŽ”2¼» ¡]Ý "
b"\x01 ž‘º <s‚Œc‚{;š×… "
b"\x01 ž‘º!œq\v ““`Ty\x7F Þ€ "
b"\x01 ž‘º#Hs²‡\x18 TU5¦æœ "
b"\x01 ž‘º%(r÷‘ánÏ\x15\x1C\x0E ñ "
b"\x01 ž‘º)%pdC\x0F ÉtW\x10 G "
b"\x01 ž‘º+ërG³\x12 [cUõ,\x08 "
b"""
\x01 ž‘º,5qö§\n
^²\x15 úoÁ
"""
b"\x01 ž‘º-iqŘiiðT»¹Ã "
b"\x01 ž‘º14sdz¼Iì9x)d "
b"\x01 ž‘º2\x1C r¯§UtZ*ôø‡ "
b"""
\x01 ž‘º2Úr\n
µ%>Û¼\x16 !ï
"""
b"\x01 ž‘º7Åq†…N§96ªs7 "
b"\x01 ž‘º8Írr‹SSuðMÑ "
b"\x01 ž‘º9Mråµ\x00 n´\x7F NR> "
b"\x01 ž‘º9p›³u—GÐâ\t H "
b"\x01 ž‘º:\x13 p\x11 í†Ý LÚ "
b"\x01 ž‘º:/r[¡\x10 ¼?\x17\x12 ΄ "
b"\x01 ž‘º:3ry¿¼ÌúާB‚ "
b"\x01 ž‘º:7q6°æJàŽ\x00 ¾´ "
b"\x01 ž‘º:9sVæ^M¿æñý "
b"\x01 ž‘º:<rÄ«}Ù%õŇ' "
b"\x01 ž‘º:>r\x1F ’0\x14\x01 ±2¨z "
b"\x01 ž‘º:@r7‰c¦cÇèlˆ "
b"\x01 ž‘º:Bqy¯”NÂiLÒ "
b"\x01 ž‘º:Fpž,Ï:ט•\v "
b"\x01 ž‘º:Isw\x17 R9\x08 Âü "
b"\x01 ž‘º:Ms}Žá4™&L³\x01 "
b"\x01 ž‘º:Oqƒª\x12 ‰ºuC1. "
b"\x01 ž‘º:Qs7³ø\x15 `\x1A 8F "
b"\x01 ž‘º:Sp׸°^\x1C `€À] "
b"\x01 ž‘º:Vq†Ñ\x05 ýsH‘Ø "
b"\x01 ž‘º:Zs„‰\x1D rL¹?D^ "
b"\x01 ž‘º:\pš´“\e\x1C «rKY "
b"\x01 ž‘º:^s„½Ãl5N\x16 7j "
b"\x01 ž‘º:dpÀ³ÂK‡ÅO7ð "
b"\x01 ž‘º:frE‡\x11 S\x15 Ú³jP "
b"\x01 ž‘º:kq\x08 ¶Ík·†JöN "
b"\x01 ž‘º:oq¦€\x13 ¦\x14\x19 n\f * "
b"\x01 ž‘º:qp\x04 ’R;³=&\x15 ¤ "
b"\x01 ž‘º:uq5¸³\x17 r¬7\f K "
b"\x01 ž‘º:yr\x1C „¿~\x15\x03 É\x03 ¨ "
b"\x01 ž‘º:{pñ¿,T„^}€\x12 "
b"\x01 ž‘º:}s\x1F ¨NÁA\x14 I\x1F K "
b"\x01 ž‘º:\x7F s\x1C ¨Ž\x18 †½}ç„ "
b"\x01 ž‘º:…rz†üâí—\x1D p "
b"\x01 ž‘º:‡pªœôØ\x13 d*w› "
b"\x01 ž‘º:‰pˆ‘bå(B~Ôj "
b"""
\x01 ž‘º:‹sP¯\x1E Dsþ\n
ÄQ
"""
b"\x01 ž‘º:Žs\x18 ´b\f m\x15 ˆ³º "
b"\x01 ž‘º:r;»\v c¶¡X "
b"\x01 ž‘º:’r<˜H™¢ÆjÚ˜ "
b"\x01 ž‘º:”q‡¯äãæ>á, "
b"\x01 ž‘º:˜qZ‚ªF´i÷éK "
b"\x01 ž‘º:šrþ±\x01 QF5Óˆö "
b"\x01 ž‘º:œr>œzEh›Cˆ "
b"""
\x01 ž‘º:žr\x18 ¿\n
|³g\x03 I
"""
b"\x01 ž‘º: r§›¼\¿\x16 Ñi "
b"\x01 ž‘º:¢r\x07 ”÷¶‘\x18 "£ "
b"\x01 ž‘º:¥s¨¬“š5(;\x0E  "
b"\x01 ž‘º:§s\x0E £Nše\x10 *܃ "
b"\x01 ž‘º:©s¹«0Ò\x13 Àf²ô "
b"\x01 ž‘º:«sû‰£\B=nWs "
b"\x01 ž‘º:pjØ6R»o– "
b"\x01 ž‘º:±s—¹ý\x1E 2³\x16 Åô "
b"\x01 ž‘º:³sq—g@\x07 |6ñ "
b"\x01 ž‘º:¸p\x18 ŠR¶e˜üiz "
b"\x01 ž‘º:ÀsóšŽ?좸en "
b"\x01 ž‘º:Ås"´G\x7F «*ûì¼ "
b"\x01 ž‘º:Èqm™Z\x04 {<¾Û‹ "
b"\x01 ž‘º:ÊqZ’\T\f ý›lx "
b"\x01 ž‘º:Îpfƒãq\x05 ó²Á\t "
b"\x01 ž‘º:Øq\x10 ŽÍ _ok¹ð "
b"\x01 ž‘º:ÛpÂÎL¡¥ÙB\x07 "
b"\x01 ž‘º:Ýq̦–0Þ¥p}h "
b"\x01 ž‘º:ßsžÌ´\x0F ¾¬,l "
b"\x01 ž‘º:ásÀ¥,¾œáŽ\v ~ "
b"\x01 ž‘º:ãru°\x04 8\x14 V›\x0F % "
b"\x01 ž‘º:çpl‘×vÿW\t ÑŽ "
b"\x01 ž‘º:ép¦°7Æ•¹É\x17 k "
b"\x01 ž‘º:ðsç™ivPOÍPà "
b"\x01 ž‘º:òq¡ªý%AÊ\x14 jN "
b"\x01 ž‘º:öq~ŽÜ«8\x7F It> "
b"\x01 ž‘º:øs‘†d7ö»u?n "
b"\x01 ž‘º:üpK§À¤Ë\x13\x1F Õ€ "
b"\x01 ž‘º;\x07 qx™›\x1E ~ˆ\x1C ÇÈ "
b"\x01 ž‘º;\t qÓƒ-š-leŽD "
b"\x01 ž‘º;\v s\x1D ®€œ?–Ä"- "
b"\x01 ž‘º;\r r\x0E ‹ƒ®¯nzþ& "
b"\x01 ž‘º;\x0F r°—ÑXAÄï´ "
b"\x01 ž‘º;\x11 qd•!†Ì°·ó\x01 "
b"\x01 ž‘º;\x13 p~¥‡ØstŒ’\x05 "
b"\x01 ž‘º;\x18 r\x05 ¥b\x10 Û\x0E rž- "
b"\x01 ž‘º;\e q\x01 [YàÃT…Ë "
b"\x01 ž‘º;\x1D r|œÐ6B€‘L¹ "
b"\x01 ž‘º;\x1F p‹ˆ„àtå6ìÙ "
b"\x01 ž‘º;#s·±ETBm — "
b"\x01 ž‘º;'rÙ±„,ŽˆÛ\x02 ³ "
b"\x01 ž‘º;*r€¼åÕRÆ\x16\x1E Z "
b"\x01 ž‘º;.p¢»³'Ž˜ã^\x13 "
b"\x01 ž‘º;4pñ˜Í\x06 Ð5Ïbë "
b"\x01 ž‘º;8q1¥Û\x10 ;‚ÿ^U "
b"\x01 ž‘º;:r°Ÿ3 ø~R¿8 "
b"\x01 ž‘º;<s@©\x7F r¨\x1A …/Š "
b"\x01 ž‘º;?qPŒxǿ馔 "
b"\x01 ž‘º;Cqß„Ì\x19 òliü9 "
b"\x01 ž‘º;EpA½jtNG¨ãÔ "
b"\x01 ž‘º;Gq\x06 šÄ\x08 ¿ Z "
b"\x01 ž‘º;Is\x03 ž\x18 ÿ1OÖ\f U "
b"\x01 ž‘º;Mpå‚Èêÿ¬pë¸ "
b"\x01 ž‘º;Op©±n\x05 ºn‰K" "
b"\x01 ž‘º;Qr¹¹B\x7F\x08 ,`f¿ "
b"""
\x01 ž‘º;Sr\n
«”>ULÀš§
"""
b"\x01 ž‘º;UpÈŽ Ú«Ú\x11 \x07 "
b"\x01 ž‘º;Ypß®\v \x14 ©N• "
b"\x01 ž‘º;[p…¦¬\x02 ü°ù• "
b"\x01 ž‘º;^s|µF3¬Œ\x0F ` "
b"\x01 ž‘º;`sÚ¦/(Iý›ÿ† "
b"\x01 ž‘º;erºƒ¹\x1C ²¡£\f m "
b"\x01 ž‘º;gpÆ…Ð\x08 Ì,·õ= "
b"\x01 ž‘º;ir‚ \x0F «œ«\x1A µ, "
b"\x01 ž‘º;mp\x07 ¥‹\x18 W~˜Á "
b"\x01 ž‘º;ur1œÂ÷ø\x16 Òv6 "
b"\x01 ž‘º;xpP§‚«áõRÈc "
b"\x01 ž‘º;zpÆ«*¢ÃaW‰w "
b"\x01 ž‘º;|r™¢&.bÎ\x04 7€ "
b"\x01 ž‘º;~p"˜1¯4%K\x10 Æ "
b"\x01 ž‘º;‚s¶¤¯x{Y\x02 q‚ "
b"\x01 ž‘º;„rê¤øÄ\x14 H%Ôþ "
b"\x01 ž‘º;’qp›\f îØ‚šk: "
b"\x01 ž‘º;—rz€hú*e¸»n "
b"\x01 ž‘º;¡qòƒ§\x03 c@4ĵ "
b"\x01 ž‘º;£r\x00 ›|ü¬~vÍ„ "
b"\x01 ž‘º;§rÊ©oÜ4vœ\v % "
b"\x01 ž‘º;«p¢x\aHD.ˆ "
b"\x01 ž‘º;pâB“ºÃ%6· "
b"\x01 ž‘º;¯sަT43\x1E Å}6 "
b"\x01 ž‘º;´rЏí\x16 ¨4\x01 Ð3 "
b"\x01 ž‘º;¸qv²¨&Âðºò\x01 "
b"\x01 ž‘º;ºp¼¯gBÍ!ü°Í "
b"\x01 ž‘º;¾s” ߯é\x17 \r g€ "
b"\x01 ž‘º;Árµ‡’R!üÁ "
b"\x01 ž‘º;Æq}³m¼fd×Ú* "
b"\x01 ž‘º;Éq.¦’)\?W\x02 Š "
b"\x01 ž‘º;Ðqé—žã"\x15\x1D І "
b"""
\x01 ž‘º;×rÒ¸ü©\n
ߦ
"""
b"\x01 ž‘º;Ùqœ ÛÃ;\x08 (¶? "
b"\x01 ž‘º;ÜsÖœJñª¬=ƒ} "
b"\x01 ž‘º;ãs&¿*/¾>Û ± "
b"\x01 ž‘º;åpÚ‡]¡aøh# "
b"\x01 ž‘º;êrÐŒ’\x7F [Ã>Ð "
b"""
\x01 ž‘º;ûq$®¹ƒ\n
\x15 x\x06\x1C
"""
b"""
\x01 ž‘º<\x04 q«h2-\n
§ãø
"""
b"\x01 ž‘º<\x0E p¯œâ4WSÏ "
b"\x01 ž‘º<\x1A r'¯Þ\x14 '0wlã "
b"\x01 ž‘º<\x1C pºqj€~`ž[ "
b"\x01 ž‘º<\x1E sê–“=n”ì\x1D H "
b"\x01 ž‘º<&pBºØEñî9‡x "
b"\x01 ž‘º<+q\x10 ¹{\v ]½&U~ "
b"\x01 ž‘º<8sÖ”uÑq³7K’ "
b"\x01 ž‘º<Gríš‘×ÞØ½\x19\x15 "
b"\x01 ž‘º<Qp{·V'\x01 £I¸ "
b"\x01 ž‘º<Us¤•à+®Úò!™ "
b"\x01 ž‘º<ZpàŠ\f Ôqð\x14 À "
b"\x01 ž‘º<\qD· ãÙšŠƒ "
b"\x01 ž‘º<lrá®\x07 2ta¥cñ "
b"\x01 ž‘º<spêŽ~Þ€à\x16 vË "
b"\x01 ž‘º<zr†¼\x19 ïx½¤†[ "
b"\x01 ž‘º<\x7F pe‚ƒ…êÔ9åÕ "
b"\x01 ž‘º<ƒr²´v\x05 kå\x0F º¾ "
b"\x01 ž‘º<Šs¼§çÉà®9\x07 Ô "
b"\x01 ž‘º<ŒpŽº…7\x04\f\x0F\x05 0 "
b"\x01 ž‘º<‘pÊ«÷ÛÌÁ\r ? "
b"\x01 ž‘º<“rtˆ\x10 …Ä£Ë\x06 c "
b"\x01 ž‘º<œr(ã3\x05 ó®Õç "
b"\x01 ž‘º< p+©¥Í\x00 =\r wr "
b"\x01 ž‘º<§p\x05 ½\x1A œÉ\r õê "
b"\x01 ž‘º<©sޝkŸa€\x01\t ¼ "
b"\x01 ž‘º<«qû¤›á.¤ØqV "
b"\x01 ž‘º<®p*ƒØÜs%K”\x17 "
b"\x01 ž‘º<´sÖ¦:\x10\x1F Ëé´ÿ "
b"\x01 ž‘º<¸pá®%Q\x12 æ"x\t "
b"\x01 ž‘º<½pÈš\x05 %Ó¼²ì¡ "
b"\x01 ž‘º<Áp¥€bS\v PÐu” "
b"\x01 ž‘º<Èqü–\x07 $c"ƒ "
b"\x01 ž‘º<Îr˜º·kÝbŽš# "
b"\x01 ž‘º<Óq¯›\t ÐÍâªRž "
b"\x01 ž‘º<Õs±·ïóÛÄ!/ "
b"\x01 ž‘º<×q ¬\x1C 2Ôæˆç® "
b"\x01 ž‘º<ãr\r ŽÍiŠ\x17 sŦ "
b"\x01 ž‘º<årf¯ý‹åwÊ\x1F\x11 "
b"\x01 ž‘º<çr\f ¥„!1²³¿ "
b"\x01 ž‘º<ôp-—Ï\x7F —à "
b"\x01 ž‘º<ör¹¸\x1A +Ž¡à\x12 "
b"\x01 ž‘º=\x05 rh¤EŸÊ"ï\x1E ‚ "
b"\x01 ž‘º=\x08 q\x0E ‰d\x02 ªÍ%\f "
b"""
\x01 ž‘º=\n
r<™Rã\x1E ”\e\t ’
"""
b"\x01 ž‘º=\x15 pÁ‡ŠP/ÚÚàB "
b"\x01 ž‘º=\x19 sËŸF'ñ©\x02 3\x16 "
b"\x01 ž‘º=\x1C q„m°Ý¬4ƒ "
b"\x01 ž‘º='qm«]\x1D s¦ª¼a "
b"\x01 ž‘º=-r\x13 ¦\x1F ±™ç¬ë+ "
b"\x01 ž‘º=6p{·\x08\x19\v q³. "
b"\x01 ž‘º=9p€Žß:¡ÌÎS¹ "
b"\x01 ž‘º==q\x08 ¼?\x12 *(\x15 #} "
b"\x01 ž‘º=DsK¼ëÂ8\x04 ÖS\x07 "
b"\x01 ž‘º=FqD’5®¡\x1A 0š "
b"\x01 ž‘º=Hs!—Ö\x1F ã=l³š "
b"\x01 ž‘º=Mp]¨\x08 ÈÌC|oß "
b"\x01 ž‘º=OqN·œeÒäzô‹ "
b"\x01 ž‘º=Qs\x02 ‹L͇ n\x11 Ë "
b"\x01 ž‘º=_qq£¢\x02 r\t\x15\t\x17 "
b"\x01 ž‘º=gr\x07 †®±Uı¡· "
b"\x01 ž‘º=ns\x1D Ÿ²7]\x07 ñE# "
b"\x01 ž‘º=‚q½š\r :\x1C d¤s\x13 "
b"\x01 ž‘º=†qɃ\x13 RúàÞô "
b"\x01 ž‘º=‹pí¡ O\f K5t¹ "
b"\x01 ž‘º=sÑ‹HŠ/M…Qî "
b"\x01 ž‘º=›pL©Ið\x04\x06 "\x0F x "
b"\x01 ž‘º=s–§¾\x1D\x16\x11 0+ˆ "
b"\x01 ž‘º=¨q£ŽéÆŽÞ}ÞÑ "
b"\x01 ž‘º=½s²˜\x1E\x01 µçØ "
b"\x01 ž‘º=Íqë™âˆåML_§ "
b"\x01 ž‘º=Ôs²ˆb»ë¯¥\x15 L "
b"\x01 ž‘º=ðrĨÛ’i\x1C "
b"\x01 ž‘º> pž•ôŸrÜc„h "
b"\x01 ž‘º>&ph…E9ÁäÃ6D "
b"\x01 ž‘º>:s\r ·Y‘4)\x04 6h "
b"\x01 ž‘º>¥røˆÏ!××&DÎ "
b"\x01 ž‘º>«sޱžwBàŒQ "
b"\x01 ž‘º>së—"Û<çX\f õ "
b"\x01 ž‘º>½sêošU,0\x13 Í "
b"\x01 ž‘º>ùpò‹Í¤ùJ». "
b"\x01 ž‘º?™svŒßÆVR\x07\x00 O "
b"\x01 ž‘º@Asi¿Ôs®\eI* "
b"\x01 ž‘º@Nq\x16 œ\¿\x11 B1lº "
b"\x01 ž‘º@rri•ú\x19 4\r j6P "
b"\x01 ž‘º@~s°‚H\x02 [Ú²¡² "
b"\x01 ž‘º@•sU—èÞúçG7) "
b"\x01 ž‘º@Âq=“T_¨`ÉÌ” "
b"\x01 ž‘º@Îri¯5FçCsê\e "
b"\x01 ž‘º@ïp7¦\x00 Â÷ë3è "
b"\x01 ž‘ºA\x0F p:¡àg†â©¹/ "
b"\x01 ž‘ºA\x1E p.¶Q+*äd¼ "
b"\x01 ž‘ºA*r€˜óhÁG\x1D vN "
b"\x01 ž‘ºAJsï´î»/“¤=& "
b"\x01 ž‘ºAUq¢…\t Êœ^怩 "
b"\x01 ž‘ºA`p%’4(U?>\f ¢ "
b"\x01 ž‘ºA€rš¥SŽšR»}- "
b"""
\x01 ž‘ºA–sÔ<E+›\n
«
"""
b"\x01 ž‘ºAq¯¬(\x11 –ÜËwG "
b"\x01 ž‘ºAÐrž¡\x02 ,]ÒFAê "
b"\x01 ž‘ºAÜp, \x17 B“\x12 }é "
b"\x01 ž‘ºAçsc‘çï\x03 Y÷V¢ "
b"\x01 ž‘ºAôpeŠZVœÕ G• "
b"\x01 ž‘ºB\x06 r0ƒã+G|ÓÛ1 "
b"\x01 ž‘ºB\x1E s\x7F ®”ÝžØ\x16 ÖÑ "
b"\x01 ž‘ºB7sÍ–ÚJQ¨t¶% "
b"\x01 ž‘ºBOpëŒÚ(H\x1E \²| "
b"\x01 ž‘ºBgr¦òn+ ž\x11  "
b"\x01 ž‘ºBrpA®kG7ü¨Z "
b"\x01 ž‘ºB”rõ¢œš1\x17 W|[ "
b"\x01 ž‘ºBp\x1A ;\x19 +†@œÎ "
b"\x01 ž‘ºBºsó\x0F ñÛpíÂ\x1D "
b"\x01 ž‘ºBîrúµ\x1F Xªm£íˆ "
b"""
\x01 ž‘ºC\x07 q~„®ÓË„ñ\n
å
"""
b"\x01 ž‘ºC qD“7âK=\x1E "
b"\x01 ž‘ºCFpJ†·\x08 ?¶«w° "
b"\x01 ž‘ºCisŒ£È·c¶.AÆ "
b"\x01 ž‘ºCqq…øB¡821§ "
b"\x01 ž‘ºC©s¹·@$ïH:aª "
b"\x01 ž‘ºCÝq\x1A §\x15 DdéÒ¡• "
b"\x01 ž‘ºCérÖŽ\x13 p–I‚¯ "
b"\x01 ž‘ºCöp²°.ÂS(ï\x14 "
b"\x01 ž‘ºD\x03 pý¯ËªO$).| "
b"\x01 ž‘ºD\x10 qa£9K_›ú”R "
b"\x01 ž‘ºD(r@†K[Î ›B¿ "
b"\x01 ž‘ºDNqN½¬3ó–¼\x10 . "
b"\x01 ž‘ºDfs¸×"«Ã\x1E ™¡ "
b"\x01 ž‘ºDrq”ž±\x18 T\ö\x1F P "
b"\x01 ž‘ºD‰s\x1C ¹¿Î÷¨I#§ "
b"\x01 ž‘ºD•r7ï*¹Xß&§ "
b"\x01 ž‘ºD¡p¦…W_\x11 ¡Ï\x00 9 "
b"\x01 ž‘ºD¹rŒ«2\x0F J €‘ "
b"\x01 ž‘ºDØqˆ¯V|_Ú\r ;4 "
b"\x01 ž‘ºDäp\x1E §ÿ£Û\x0F V<~ "
b"\x01 ž‘ºDüqWžž§A‡+· "
b"\x01 ž‘ºE\x08 sb•va/Åû\ "
b"\x01 ž‘ºE p`œØÄ*ý¬^ä "
b"\x01 ž‘ºENq´¹Ö(íëöÊG "
b"\x01 ž‘ºEer\x01 ¦’\x1F ØX<…4 "
b"\x01 ž‘ºEˆqy³>=\x00 ‹D,Œ "
b"\x01 ž‘ºE½q\t ˆlc¼†ÉÇ\x1A "
b"\x01 ž‘ºEès®³;uCJ»÷! "
b"\x01 ž‘ºF\x01 sÕž\t Í•lɬ "
b"\x01 ž‘ºF(pp¹Ýu}”\7ÿ "
b"\x01 ž‘ºFBpjº¿”/5+J¥ "
b"\x01 ž‘ºFOrœ½ú¹.\x12 Õ/‡ "
b"\x01 ž‘ºFvs\x14 ¬,è¥ aÆÝ "
b"\x01 ž‘ºFŽs×½%•XRqÃÐ "
b"\x01 ž‘ºF›p‘¿Ð½\x18 ÜZ“‡ "
b"\x01 ž‘ºF¨sm»¯UK”(Êx "
b"\x01 ž‘ºFÌpz¡TGIÁD\e ` "
b"\x01 ž‘ºFåqÞ³5E¢½\x1E ”< "
b"\x01 ž‘ºFòsë€å•\x1D µe\x1C p "
b"\x01 ž‘ºG$r%˜„««Rk_Í "
b"\x01 ž‘ºG1pź“pÂf\x12 ¶g "
b"\x01 ž‘ºG=r¶«˜·]<ˆ¹“ "
b"\x01 ž‘ºGJqc±öíe\f oðó "
b"\x01 ž‘ºGVr¤½€\x0E\x0E 6}¾\x0E "
b"\x01 ž‘ºGcp©¾ò\x06 Ñ+„¦Q "
b"\x01 ž‘ºGˆpÍÄ\x11 «¿›_Þ "
b"\x01 ž‘ºG”qK¦èÆ\x00 ÊX¦ "
b"\x01 ž‘ºG¡re“\x1D ‘ü\x18 éB "
b"\x01 ž‘ºGsQ¯×#½§‚™U "
b"\x01 ž‘ºG¹rhŒÆ®ÀÝ\x0F "
b"\x01 ž‘ºGÓpM³®u¼;(\v + "
b"\x01 ž‘ºH\x07 rØ—‡N\x11 4€B< "
b"\x01 ž‘ºH!pX—y\x11 %³§¦> "
b"\x01 ž‘ºH-p\x02 ·´ög\x15 Óx– "
b"\x01 ž‘ºH:sߨË$¬…Ü~\n "
b"\x01 ž‘ºHGsaº‚soš ,& "
b"\x01 ž‘ºHTr‹ŒYF@¥\x11 »\x07 "
b"\x01 ž‘ºHp ´™5à#\x04 ) "
b"\x01 ž‘ºHŽsã¤×\x7F ò›õ\x04 y "
b"\x01 ž‘ºHrM°âí+¢\x10 L "
b"\x01 ž‘ºH¹pšª·r‘q?\x15 "
b"\x01 ž‘ºHÅp\r ”Z\x7F\x03\x11 zþë "
b"\x01 ž‘ºHÞrï’šŸ©5saw "
b"\x01 ž‘ºHës¿‰Ü|ÌI›õ4 "
b"\x01 ž‘ºH÷pĤtÊ©-\x16 ë× "
b"\x01 ž‘ºI\e s¯‚BÅJOY‰\x01 "
b"\x01 ž‘ºILpn¥²ÁhJþ2· "
b"\x01 ž‘ºI[r2œ?‡_pÄÚ/ "
b"\x01 ž‘ºItr½•Ä„v#3ª "
b"\x01 ž‘ºIŽr ‰(8•‰£a¡ "
b"\x01 ž‘ºIÊqá¼à\x15 hyÝrà "
b"\x01 ž‘ºIîpG€Ò‘0p}È\x18 "
b"\x01 ž‘ºIúqƃ£q*à\x18 (\x1C "
b"\x01 ž‘ºJ*rò²Ë‹-\x1C â\x10 Û "
b"\x01 ž‘ºJ7st£_\x1A\x7F b\x1E M "
b"\x01 ž‘ºJDpS«õn.\x1F :Úú "
b"\x01 ž‘ºJ^qf–L¾‘úÈ¨Ž "
b"\x01 ž‘ºJkqµý!Š-W³9 "
b"\x01 ž‘ºJ†rT‚±\x0F dÄÆz\r "
b"\x01 ž‘ºJºqÎŽ¼Ua\x10\x1C\x01\e "
b"\x01 ž‘ºJòq½‰ERœ›M„T "
b"\x01 ž‘ºK\f qᇅagÿ$}ì "
b"\x01 ž‘ºK3q\x07 ½Žøwå>ùg "
b"\x01 ž‘ºK@rÓ½¦)¦]ÅÞ\x13 "
b"\x01 ž‘ºKrq¿…®\x06 ¦–è\v ^ "
b"\x01 ž‘ºKŒrͧp¬\x1A ·äPR "
b"\x01 ž‘ºK¥s\e ŠZ\x7F\x01 0GŒ "
b"\x01 ž‘ºK¾p/¨h\x05 ;uìv "
b"\x01 ž‘ºKòs?šª÷žƒyx\t "
b"\x01 ž‘ºL\x17 p¯P\x16 ™E²¡ "
b"\x01 ž‘ºL0s^…SÃ>-øÝè "
b"\x01 ž‘ºLIrî¡z\x00\x1D #É\r Ž "
b"\x01 ž‘ºL…p`‹äÖ)\x7F KÚm "
b"\x01 ž‘ºLžs·ˆ\v ‘Ëæ£C´ "
b"\x01 ž‘ºL·sθ‹,Zà$R. "
b"\x01 ž‘ºLÄqt‡\f ιA8Ì› "
b"\x01 ž‘ºM\x05 qV”åRÀ%Ù0› "
b"\x01 ž‘ºM)p}µšÞ\x0E uÍÛy "
b"\x01 ž‘ºMMs˜¨G”M‰º"Á "
b"\x01 ž‘ºM˜q1º6Ùö°™âÖ "
b"\x01 ž‘ºM¼q\x0F „˜ü¡¯6Ÿ„ "
b"\x01 ž‘ºMör©ˆ`FSÉ›íî "
b"\x01 ž‘ºN\x02 p ½v“î;\x1A ˆ¯ "
b"\x01 ž‘ºN\x1A pÞ…\f\x18 q·»€þ "
b"\x01 ž‘ºN2s\v §ÂÃûÄh\x14 1 "
b"\x01 ž‘ºNbq‡½C•¯E¿ú* "
b"\x01 ž‘ºNoq>·¥ýÞ=‰ó "
b"\x01 ž‘ºNŠr®¯kr\x1A qh?ä "
b"\x01 ž‘ºNÍq\x10 ™\x7F à\v Ž•\x16 P "
b"\x01 ž‘ºNåp€µ\x17 xç¶–\x0E\x08 "
b"\x01 ž‘ºO\v r‰£»57´Ý’k "
b"\x01 ž‘ºO#sΡð\x01 J*óÐU "
b"\x01 ž‘ºO.rxŽ`n\x1A •7ìg "
b"\x01 ž‘ºO:p‰¹yêާŵ "
b"\x01 ž‘ºOPr\x14 „þö:C»K¼ "
b"\x01 ž‘ºO•q\x01 %Tàõ\x19 Ð "
b"\x01 ž‘ºOÇrâˆô1r‚äܤ "
b"\x01 ž‘ºOùrìŠ35jº¬©\t "
b"\x01 ž‘ºP\x05 rC„Õ#ã»_ "
b"\x01 ž‘ºP\x1D pY\x04 §ï \x03 °+ "
b"\x01 ž‘ºP5r¡£ä:_÷, "
b"\x01 ž‘ºPgsà¦Dóê?½\x10 ƒ "
b"\x01 ž‘ºP™pìŒâÌî\t Ø\x7F\x04 "
b"\x01 ž‘ºPÍp‰‰²øa.ìŽ "
b"\x01 ž‘ºQCr7ž\t\x1D ¥c8ñ\r "
b"\x01 ž‘ºQpu“Àì\x04 êM3Ò "
b"\x01 ž‘ºQôs\x05 ¬)”?~°up "
b"\x01 ž‘ºRzqðªHçÐóÄ\x1A Ÿ "
b"\x01 ž‘ºSAqŽƒldùær|1 "
b"\x01 ž‘ºSppÁ¦¸\g}¨Qç "
b"\x01 ž‘ºU\x16 sq¸\x19 lzH\x16 xÈ "
b"\x01 ž‘ºV#r*•é-'\x1C /ÈS "
b"\x01 ž‘ºV¦q#„y[\r 7‹¾{ "
b"\x01 ž‘ºW4qÕË&˜iRö# "
b"\x01 ž‘ºZÁs\x13 ‘\x17\x12 €‚ "
b"\x01 ž‘ºZÍq@Œ<'ôâÀU\x10 "
b"\x01 ž‘ºZùs¸Œa4\x18 ÝëG\x1F "
b"\x01 ž‘º[\x04 qá¥PXAÁ-O± "
b"\x01 ž‘º["p\x03 †H:H®¥ë= "
b"\x01 ž‘º[YpˆŸÿ\x07 81æ²Ý "
b"\x01 ž‘º[psä¥ô±¢Ž˜8> "
b"\x01 ž‘º[‘r‡ŒýÔÙ\x18 VÉ "
b"\x01 ž‘º[°p.†ÖÆ„0ÁHc "
b"\x01 ž‘º[ÐsD°W;Ž}BúÈ "
b"\x01 ž‘º[ôqç‚“b\x0F âQˆÕ "
b"\x01 ž‘º[ÿs¦ö¹Ób»/Ø "
b"""
\x01 ž‘º\\n
q“„ôc\x1C ;/‰"
"""
b"\x01 ž‘º\\x15 r\x7F «j— ’f†[ "
b"\x01 ž‘º\Hs\x18 ·VÀÆ.V\x18 O "
b"\x01 ž‘º\Rqp©\t 7Mñ\t äÒ "
b"\x01 ž‘º\]pÿ†íÐn\x15 Áè "
b"\x01 ž‘º\q,±ó•\x07 ‚ŽLT "
b"\x01 ž‘º\Ýp<¨:Ž]…×Ë• "
b"\x01 ž‘º\èrf½T¡,Å·5ï "
b"\x01 ž‘º\ôqD§êø+(4)@ "
b"\x01 ž‘º]"q'¤qóª©èF_ "
b"\x01 ž‘º]-sE§»íå\x10 +©Œ "
b"\x01 ž‘º]8py¤àäo„¨‰< "
b"\x01 ž‘º]Br¨¸X²'a\x15 ãD "
b"\x01 ž‘º]Mp\x10 —ëci\x17 ÎG¾ "
b"\x01 ž‘º]ap‡¸ì´ýgöá\x11 "
b"\x01 ž‘º]wr’²ôk\x17 ¸\x15 “¤ "
b"\x01 ž‘º]r?«^í$Ëù|ˆ "
b"\x01 ž‘º]‹s'¹ó7àå\x18 {‚ "
b"\x01 ž‘º]Ÿrã‰àëùàÇN: "
b"\x01 ž‘º]½q\x19 ¡v\x1E ,ï§} "
b"\x01 ž‘º]Òs¼Œ”Ã\x18 ù•”< "
b"\x01 ž‘º]óp5¼‚üÉ·eš\x14 "
b"\x01 ž‘º^\x08 sõ®3À³p5½ "
b"\x01 ž‘º^"sŠ”Æêf‡j3& "
b"\x01 ž‘º^;pkª\x14 Ûa\v\x03 =0 "
b"\x01 ž‘º^Fqîº\x08 †Œ±õ›î "
b"\x01 ž‘º^]ræ£\x02 ¬èÍ•Ày "
b"\x01 ž‘º^„pƒ¨t<Ü©„7¼ "
b"\x01 ž‘º^Ÿqק´`=pÎ "
b"\x01 ž‘º^ªq>›ˆ\x1D ·\x7F ì\x18 \n "
b"\x01 ž‘º^µq²“L0B=;x< "
b"\x01 ž‘º^ÀsHWÃüÌ`\x1A\x1D "
b"\x01 ž‘º^Ëp0…Ä¡ñ‹v$ "
b"\x01 ž‘º^ÖqY_ž,¡™œ "
b"\x01 ž‘º_Hs\x0F ”\x04 z\x05 úà€€ "
b"\x01 ž‘º_Sq%–åœ<|x6Ü "
b"\x01 ž‘º_ˆsߌ8#Î\x10 P\x1F - "
b"\x01 ž‘º_žs/·nÊ\x01 ŒV\x05 ` "
b"\x01 ž‘º_·rL ÷å®ÕŽ–¹ "
b"\x01 ž‘º_Ñph¤ç@Ú¥ô” "
b"\x01 ž‘º`1s¶˜\x7F ›&8¾ãŽ "
b"\x01 ž‘º`<s™ªò£/Žú’© "
b"\x01 ž‘º`]sG‚Ótw«os5 "
b"\x01 ž‘º`œpƒŽ/’Ült\x07 £ "
b"\x01 ž‘º`¨pú«ÚÆ»b¾z_ "
b"\x01 ž‘º`¿pš·ˆ\r ”CÕ! "
b"\x01 ž‘º`ìpЬå¤Çm»Ž "
b"\x01 ž‘ºasr\f …\x14\x1F }\x06 oWö "
b"\x01 ž‘ºa“s¾®«RÚ\x12 žD8 "
b"\x01 ž‘ºa§qΤBn”\x1F E¼r "
b"\x01 ž‘ºaÅs2²sÂå¡¡Žú "
b"""
\x01 ž‘ºaÛsÏÉB/ˆb\n
.
"""
b"\x01 ž‘ºb3pû¦]àiH\x04 W "
b"\x01 ž‘ºbIqtž-\x11 '‚Ê2¸ "
b"\x01 ž‘ºbisÒ¬ÀþÙb\x17 ž˜ "
b"\x01 ž‘ºbsq¸² ?:x;# "
b"\x01 ž‘ºbÞsï€âç\x00 zˆÒÙ "
b"\x01 ž‘ºc\f qñ¼Øð›+U² "
b"\x01 ž‘ºc\x18 rw½é£¾\x19\x0E ÑÇ "
b"\x01 ž‘ºc.qR²Ä¶ÈÝ8gV "
b"\x01 ž‘ºcar©¡ÐpBüœÎ½ "
b"\x01 ž‘ºc\x7F r`\x01 ùv‹\x13 á "
b"\x01 ž‘ºc‰rÔ•¥\x17 ã#‡Y¢ "
b"\x01 ž‘ºcrÆ’»Wu‡Tn "
b"\x01 ž‘ºc²py¤#<Ÿ†\f ya "
b"\x01 ž‘ºcÇs«ŽÜ§\t Òü¥Ç "
b"""
\x01 ž‘ºcÿq\n
ž£&\x1D\x10 ×ǵ
"""
b"""
\x01 ž‘ºd\n
qV¤/†ò°YÑÉ
"""
b"\x01 ž‘ºd\x15 q\x08 ¡ \x15 4\x0E Üu\ "
b"\x01 ž‘ºd‚rÔ¶!\x0F aze¶K "
b"\x01 ž‘ºdŽq|‹—ŒP¬C "
b"\x01 ž‘ºdÝsc½\x10 SËÉÞÞø "
b"\x01 ž‘ºdòq?¼\x15 ¸'S4 Ž "
b"\x01 ž‘ºe(så›êF=n\r =º "
b"\x01 ž‘ºf&p|ºK¶y\x10 Â\x7F ç "
b"\x01 ž‘ºfÒrÅ·÷ƒ†ÓŒ\x06 1 "
b"\x01 ž‘ºfçq\x12 ”ËÊCôcþ\x07 "
b"\x01 ž‘ºg@qw“–Í–„Ûy« "
b"\x01 ž‘ºgVqÍ”x±]IiX‰ "
b"\x01 ž‘ºgmsÁŸ*Þ¹„%{G "
b"\x01 ž‘ºg¯p‘½™jõ 3_@ "
b"\x01 ž‘ºgÆq\f ¡‚Ž’\x1D ²-X "
b"\x01 ž‘ºgñp¶ÝJW\x1C Ì\r "
b"\x01 ž‘ºh\x07 rCŽ\x13 pí“óIv "
b"\x01 ž‘ºh"rÿ›j½\x11 Jn^ "
b"\x01 ž‘ºh7sƒ¦çäu¾½Pà "
b"\x01 ž‘ºhMrF…I;E\x1C\x18 -\x01 "
b"\x01 ž‘ºhbrܧ=rlÝ\x05\x1F ² "
b"\x01 ž‘ºhxs»”Í‚\x08 ²q‰Ë "
b"\x01 ž‘ºh¢s8¥¸™Ÿ†'5¿ "
b"\x01 ž‘ºh¸pP¿\x0F bâúo²é "
b"\x01 ž‘ºhÎpîŸ\x11 ¿EC«OÈ "
b"\x01 ž‘ºhäp¹›ïPßjaP "
b"\x01 ž‘ºhúrÀ¨$à¹æ:‚c "
b"\x01 ž‘ºi\x10 q\x1C ¨8K\x1E D\x19\x16 "
b"\x01 ž‘ºi&rû¶\v\t °ÁH¶› "
b"\x01 ž‘ºi<q'«\x13 8K=£©ï "
b"""
\x01 ž‘ºiRp’‚Aª\e \n
ò̉
"""
b"\x01 ž‘ºihp\x18 —\f a#©t "
b"\x01 ž‘ºi~r¥š£½V]¾Ò\x00 "
b"\x01 ž‘ºi•q\x1F P.V\e OäG "
b"\x01 ž‘ºi¬q\x1D ”ïƒXvŽ\x1E + "
b"\x01 ž‘ºiÃp\x00 ¤M\x1E Ø„·LŠ "
b"\x01 ž‘ºiÚr³“Ê~UÒï™… "
b"\x01 ž‘ºj\x08 rǧN:‘ 2øI "
b"\x01 ž‘ºj r‰€Z£%ý^åè "
b"\x01 ž‘ºj8q…ˆ,É\x14 îè#a "
b"\x01 ž‘ºjgq÷œú¬þ¨Šú1 "
b"\x01 ž‘ºj±s#§‹øù/F\x19 Y "
b"\x01 ž‘ºjÈqsµS\x06 ©N/å} "
b"\x01 ž‘ºjßsl©C.ÂÁ\x15\x0F\x17 "
b"\x01 ž‘ºk:s«˜ÓÛH>ù¬ó "
b"\x01 ž‘ºkQsEµêô^\x10 ,äS "
b"\x01 ž‘ºkgq;¸`\x07 /Mº™= "
b"\x01 ž‘ºk•rÁ•Ìh*„èºÞ "
b"\x01 ž‘ºk«p\x10 ‰¥ŽJÑ> "
b"""
\x01 ž‘ºkÁsü³\n
›˜,Žl\x17
"""
b"\x01 ž‘ºk×q&‰\x14 Q\x1A ªzAe "
b"\x01 ž‘ºkíqÛ¯\x7F\x13 Ç\x00 ôGn "
b"\x01 ž‘ºl\x03 qJ¼P"ÀéË\ö "
b"\x01 ž‘ºl\x19 sé¦óî\x18 «2€l "
b"\x01 ž‘ºl/r4’Ql\x00 ²7à "
b"\x01 ž‘ºlEs"§žÓ–»\x00 à "
b"\x01 ž‘ºlZrß‘i<®WÉ "
b"\x01 ž‘ºlqpk–6ýGÆ'9\x0F "
b"\x01 ž‘ºl«rž”®ƒ¸^J¶6 "
b"\x01 ž‘ºlÃsP¢ Û¼nHƒÕ "
b"\x01 ž‘ºlÜpš®êE]nïÏ´ "
b"\x01 ž‘ºlõpüvw5Ï\x17 ŽÛ "
b"\x01 ž‘ºm\x1A rˆko\x11 lÝÜR "
b"\x01 ž‘ºm7qÀƒ÷ê@Ÿ\v\x02 “ "
b"\x01 ž‘ºmPr=ž;à&\x1C z\ "
b"\x01 ž‘ºmŽq\x06 ŠªÚÃ\x19 #¾Å "
b"\x01 ž‘ºmªpJ»èsÔpðÂñ "
b"\x01 ž‘ºmÇs“·\r ¢üŔ߯ "
b"\x01 ž‘ºmès‚\x15 Ü’½äÖ2 "
b"\x01 ž‘ºn\x02 qg–g^žïÖ·^ "
b"\x01 ž‘ºn\x1C sð¼¾\r ‡Ö§”Ì "
b"\x01 ž‘ºn5p¸µ\r Ê’\v ÃüÛ "
b"\x01 ž‘ºnOs\f š-,\x7F ì\x11 Öü "
b"\x01 ž‘ºnhq†’-0¹Ò™ÁM "
b"\x01 ž‘ºnr±¹ž\x17 Â猂 "
b"\x01 ž‘ºn™s¦ˆP¤Jº\x1A `¡ "
b"\x01 ž‘ºn°p®ª…zGÒkˆõ "
b"\x01 ž‘ºnÇq¼£–•Ë&ø\x19 "
b"\x01 ž‘ºnôsd´\x19 1ã\x08\e Û\n "
b"\x01 ž‘ºo\x10 sÜ¿Ï>ÈÞÍÄ¡ "
b"\x01 ž‘ºo;pù¸¯%Ó\x03 7Wˆ "
b"\x01 ž‘ºoos››\x17 ‹H8ªÑ& "
b"\x01 ž‘ºo†sܱÝ\x08 ñõ³¦\e "
b"\x01 ž‘ºo´sŒŒNP¬Ü)‚¬ "
b"\x01 ž‘ºoárC¾ºŠî?¬ "
b"\x01 ž‘ºoýqZ°ÞH\x1A\x14 ¹\x03 Ë "
b"\x01 ž‘ºp\x12 r²»mú¼m8| "
b"\x01 ž‘ºp'r»š\x1A \x1E Ì\x1D €Ì "
b"\x01 ž‘ºp=r¶‹ã\x7F FŒ#Ž] "
b"\x01 ž‘ºpSqy¯¹B•ÄEZü "
b"\x01 ž‘ºphs¯„?õÎ\x19 ùPa "
b"\x01 ž‘ºp’qO¡\x01 Ó:–¶Dí "
b"\x01 ž‘ºpªrw…ÆŽ*®ºJ¼ "
b"\x01 ž‘ºpÀr/“K_h¿dE› "
b"\x01 ž‘ºp×sõ¬iA\x13 ‡W:ö "
b"\x01 ž‘ºpîr\x01 ·ÔžPž¾~r "
b"\x01 ž‘ºq\x1A s(ªÉ\x03 TyÌÃÀ "
b"\x01 ž‘ºq0rr½2Ä-nÈ=š "
b"\x01 ž‘ºqbpé•Ò¥ÚSí\x06 Q "
b"\x01 ž‘ºqs´¤‰¡¸f¦¡S "
b"\x01 ž‘ºq—r\x1C L1¾}h– "
b"\x01 ž‘ºqËsE˜‹\x7F ØK¡V "
b"\x01 ž‘ºqâqi¢Ïűÿ[\x1E ä "
b"\x01 ž‘ºqøqm¦/Ô¯M 4Ù "
b"\x01 ž‘ºr\r qí¬r’®!UÃ} "
b"\x01 ž‘ºr#rø]AØ€G6ª "
b"\x01 ž‘ºr8s¹ŠQgM8QDr "
b"\x01 ž‘ºrNpº¨{‡Ð\x18 sNÁ "
b"\x01 ž‘ºrerB·\f Œ`\x05 c6S "
b"\x01 ž‘ºr|sPŽ\x18 d\e Ì”ù€ "
b"\x01 ž‘ºr’rЈCá\x07 >®\Q "
b"\x01 ž‘ºr¿q“šÏEˆœ3;ý "
b"\x01 ž‘ºs\x02 sÉ‚QáJÏ1\x03 P "
b"\x01 ž‘ºs\x18 s™¹H\t s·\x17 á "
b"\x01 ž‘ºs1p\x11 “‚À¾ÖÌ "
b"\x01 ž‘ºsIqF¸M)™\v ¶U\x19 "
b"\x01 ž‘ºsbsçÐ*\x14 4»\f "
b"\x01 ž‘ºs|pò€\x17 I\x1D\x10 =,¬ "
b"\x01 ž‘ºs“rQ¶Çë=ì¤!` "
b"\x01 ž‘ºsªs\x00 ½\x05 cÛ\x03 ÃX' "
b"\x01 ž‘ºsÁq}·†FU\e \$à "
b"\x01 ž‘ºsÙqÉ¢¾6á\x19 zŽ£ "
b"""
\x01 ž‘ºt\x06 sþ‚c\n
Â\x07 zÜ\f
"""
b"\x01 ž‘ºt\x1D q’†[”6Fú| "
b"\x01 ž‘ºt3p‘«\x01 Éb{\x19 C× "
b"\x01 ž‘ºtcrõŠ\x14 º.¢\x03 4š "
b"\x01 ž‘ºtzpb¥#Ñ>Ë\x00 ª® "
b"\x01 ž‘ºtpe½‘\x04 \\r %’Ø "
b"\x01 ž‘ºt¦r\x0E Ž–2Xq{¢í "
b"\x01 ž‘ºt¼sþ8‹Š\x06\x1E TP "
b"\x01 ž‘ºtçqv£\x06 '\x03 ¥Ê} "
b"\x01 ž‘ºtürØ¢IHÃÅ‚PÒ "
b"\x01 ž‘ºu'qG¸¶SË›£¦& "
b"\x01 ž‘ºump\x1C ¹ãŒ40\x1A ° "
b"\x01 ž‘ºu…pž•§Ü‡Ïu_¸ "
b"\x01 ž‘ºužrR¢ï\x03 n¹ÚŽÛ "
b"\x01 ž‘ºu¶p„·ˆ¯³ªýã "
b"\x01 ž‘ºuès\t ·\x14 ¬Kèþ\x18 ? "
b"\x01 ž‘ºv\e qN IÇóñ™ÆÜ "
b"\x01 ž‘ºv2sõˆ\x1E ØŽVÄmL "
b"\x01 ž‘ºv`p<›ìö+°Œs› "
b"\x01 ž‘ºvŒpæ·ïÚš¥ßå& "
b"\x01 ž‘ºv¢q¨§\e 6\x02 H™(c "
b"\x01 ž‘ºv·q\x16 ‚\•\x14 ZÕ¶ "
b"\x01 ž‘ºvÍrì—ö\x01 ˜–Wb\x14 "
b"\x01 ž‘ºvãr»¬,ÕßzÀ+´ "
b"\x01 ž‘ºvùs'ºï˜{\x0E ˜\x08 À "
b"\x01 ž‘ºw$q~¬–…aï#=a "
b"\x01 ž‘ºw9rä³·F\üÉV_ "
b"\x01 ž‘ºwOsÞ™Ö»§"+\x1E z "
b"\x01 ž‘ºw—sD£èËY½“\v ¤ "
b"\x01 ž‘ºw®sΘ† äkpõ½ "
b"\x01 ž‘ºwÄq’¼W¶Öó59† "
b"\x01 ž‘ºwõp´©7Ï‚QŠRÝ "
b"\x01 ž‘ºx\f rÚ¥v3ê%LQë "
b"\x01 ž‘ºx"p¾‹ÂÿbŽZàß "
b"\x01 ž‘ºx8p…®PMkÀÁÑe "
b"\x01 ž‘ºxOpd•)4ðH‘)µ "
b"\x01 ž‘ºxgqž‡t\x04 é†þÒV "
b"\x01 ž‘ºx•sË„÷Eÿ,s¯ "
b"\x01 ž‘ºx¬r\x00 ˆDô’\]¢K "
b"\x01 ž‘ºxØq-¦»õ¾fhLŸ "
b"\x01 ž‘ºy\x10 sO¸\x0E (Ž\x1E Á|ù "
b"\x01 ž‘ºy'p7¸\t\x02\x14 Bz\x07 "
b"\x01 ž‘ºySs@Ÿ¿b©ÄSh„ "
b"\x01 ž‘ºyks?–Cð.\x1D ª "
b"""
\x01 ž‘ºyp[t«\n
N“Š“
"""
b"\x01 ž‘ºy˜qn²3Ó<_\x08\x1D L "
b"\x01 ž‘ºyôsòŒu<±@%{Þ "
b"\x01 ž‘ºz:pÑ´`JºRrÄ> "
b"\x01 ž‘ºzPrdšÝƒÎ`v)Z "
b"""
\x01 ž‘ºzgq\n
±\x1D\x02\x17\x01 ê"Þ
"""
b"\x01 ž‘ºz‚rl±1˜•ñvù¯ "
b"\x01 ž‘ºzðp\x10 ¡\x06 LÊ\x05\e W\x08 "
b"\x01 ž‘º{\x1C pT\x19 Ôx\x03 a@ "
b"\x01 ž‘º{2reŽ#G-Ò\x0E #< "
b"\x01 ž‘º{HsS€Fkž@¾ ã "
b"\x01 ž‘º{^rm½BZ\t –×£} "
b"\x01 ž‘º{ur“ªZÝ\t Lt= "
b"\x01 ž‘º{Žsü–\x15\t oþ®m\x07 "
b"\x01 ž‘º{¬qÉ\x1C\x08 ÀD/\x06 û "
b"\x01 ž‘º{Äs+–õØ«ä7l_ "
b"\x01 ž‘º{Ûq¯–©9¨)»ù\e "
b"\x01 ž‘º{òp©\r ˜$Ý'ßÊ "
b"\x01 ž‘º|\t s‡±xlÛ€ò^~ "
b"\x01 ž‘º|aqf¸™•\x12\x1A ¸ÜJ "
b"\x01 ž‘º|wr˽BiÄ©-\x04 n "
b"\x01 ž‘º|Žs«¡}L‹56Í| "
b"\x01 ž‘º|§pP†ƒßŽ\x06 Ò½· "
b"\x01 ž‘º|¾sv»¬ß¥Dšzv "
b"\x01 ž‘º|Ôpo—ú(È\x17\x00 Þè "
b"\x01 ž‘º|ërP¨cÅšÏTtž "
b"\x01 ž‘º}\x00 r\x1F {žíàŽ\x03 H "
b"\x01 ž‘º}\x17 r”Œ\x08\x0E V¹”)g "
b"\x01 ž‘º}Ks•™ÿ\x0F Ð6ƒ/ "
b"\x01 ž‘º}€qµ‚˜\x12 í\x7F sºk "
b"\x01 ž‘º}—q/¨F*V1\x10 ØS "
b"\x01 ž‘º}s\r ªS¨^aÅŸþ "
b"\x01 ž‘º}ès\x03 œ{ö´ÅJŸ: "
b"\x01 ž‘º}þsDç.»3½ "
b"\x01 ž‘º~.rŒì\x00 ’jõú\n "
b"\x01 ž‘º~]rV´\x03 Ãç3\x13 / "
b"\x01 ž‘º~rscªÇb™DŽÜ€ "
b"""
\x01 ž‘º~ˆr±¾§\x1E @|\n
Ã(
"""
b"\x01 ž‘º~žs§w5"žrN¨ "
b"\x01 ž‘º~¶qÿŠ\x07 üGNË'd "
b"\x01 ž‘º~Ìs\x1C ª\t 4â…À‘\x02 "
b"\x01 ž‘º~þpŸ¦\x06 ÷“†ï¥Á "
b"\x01 ž‘º\x7F Fq9£ˆ´r£ë/\x03 "
b"\x01 ž‘º\x7F \s¼³@ùAÑv\x19 ™ "
b"\x01 ž‘º\x7F sr8µ`„þ¤\x0F\x13 "
b"\x01 ž‘º\x7F ‰s<\x18 •\f tO¡ "
b"\x01 ž‘º\x7F p\x1E ‘’¨ÁÖ½¢\x14 "
b"\x01 ž‘º\x7F ·s „nsRé=½„ "
b"\x01 ž‘º€>qŒ³E\x02 ߟÕêC "
b"\x01 ž‘º€TsYš\x01 Þ¼kZR" "
b"\x01 ž‘º€iq\r Õ\f Á\x05 ÚŠL "
b"\x01 ž‘º€\x7F p7³\r \x18 P°®%á "
b"\x01 ž‘º€”pâ‡ù…¼[òòõ "
b"\x01 ž‘º€ær¾ #\r njkI` "
b"\x01 ž‘º\x15 sQ®MB\x13 ¡].2 "
b"\x01 ž‘º[rW›\x7F z’VP/ò "
b"\x01 ž‘º sÅ™*KZ¾møÓ "
b"\x01 ž‘º¶s‹„h\x17 ¯\t\x00 BN "
b"\x01 ž‘º‚ip/´š\x04 ¤é+=% "
b"\x01 ž‘º‚\x7F sè°=ò¢\x16 giw "
b"\x01 ž‘º‚«r-°Ï\x1A £?ìÆc "
b"\x01 ž‘º‚Üq\x19 ”1+\x1F Ï´Ñ3 "
b"\x01 ž‘ºƒ>pˆi2ð\x1A %È\x04 "
b"\x01 ž‘ºƒkr7 \x1D ·$M\x1F Í\r "
b"\x01 ž‘ºƒ q\x00 ²ži-¨kâæ "
b"\x01 ž‘ºƒÌr\x16 «\x07 X€yÑÿ6 "
b"\x01 ž‘ºƒépð¼0Dãøa\x06 ö "
b"\x01 ž‘º„>ps•0>\e q*\x04\x04 "
b"\x01 ž‘º„Žp‰Áót¼™ó "
b"\x01 ž‘º„¤s\x19 —\x19 '&¿½\x18 "
b"\x01 ž‘º„Òq%ˆÅ\f §¢¥a "
b"\x01 ž‘º….pñœát&k¥¤B "
b"\x01 ž‘º…Dr5¡‚½©±\v\x08 "
b"\x01 ž‘º…žs®s\x1A\x07 îH2! "
b"\x01 ž‘º…Þs£ºü)\v Í>kQ "
b"\x01 ž‘º…ôqÇ•\x04 Ú{mâ—5 "
b"\x01 ž‘º†#sÉ£ð\e çIÒ\x05 Î "
b"\x01 ž‘º†:shŸYÜ)à!®i "
b"\x01 ž‘º†ipê¹£þ·&ÿt "
b"\x01 ž‘º†€qØŸÂŽ\x02 h„A\x02 "
b"\x01 ž‘º†Ãq§«Ñ?kØ[\x19 "
b"\x01 ž‘º‡FqüŒUyZÆÏ\x13 è "
b"\x01 ž‘º‡\p\x13 ¬¦lø<÷\x15 á "
b"\x01 ž‘º‡sr°¤aJ\x19 *ccD "
b"\x01 ž‘ºˆ\x16 r\x03 ¡¨À\x0E ³_D¥ "
b"\x01 ž‘ºˆ-rj‹®¨JÁjCÆ "
b"\x01 ž‘ºˆ¦q\r “@†&„ì±Ã "
b"\x01 ž‘ºˆésfš8\r TciŠy "
b"\x01 ž‘ºˆÿr\x10 ¦˜\x01 -E”À "
b"\x01 ž‘º‰\x15 rF¿_¥\x17 %Å\x08 b "
b"\x01 ž‘º‰Er3´+\x7F p0ðy\x15 "
b"\x01 ž‘º‰q\x05 ’$ÿ‘IÌž "
b"\x01 ž‘ºŠ\x00 qEóÉùøÇJ\e "
b"\x01 ž‘ºŠ\x1A s…®™0P€œÉ¢ "
b"\x01 ž‘ºŠ˜rË£A‡¾Hà\x18 m "
b"\x01 ž‘ºŠÆrí«†1@ÒŽôé "
b"\x01 ž‘º‹\v p\x05 ¸É@ŽÃzU® "
b"\x01 ž‘º‹Oqž¹hþ\r 6¶ "
b"\x01 ž‘º‹gq¤¥å½\x1F\x15\x13 hå "
b"\x01 ž‘º‹}s©€Nìž;õ‡ "
b"\x01 ž‘º‹”rÏ“B §\x1F Òú "
b"\x01 ž‘º‹©q%¬—B¨™LÝ\x15 "
b"\x01 ž‘ºŒ\x18 sú¼ÈVzb /+ "
b"\x01 ž‘ºŒvp2—‘b>q•é- "
b"\x01 ž‘ºŒ¼p^¨$ÑëqvÜÿ "
b"\x01 ž‘ºŽ5q\x00 –\x11 ÖŽTöé% "
b"\x01 ž‘ºŽès\f ¯¼Õ•Q••7 "
b"\x01 ž‘ºŽ-s‚Œ‡\x02 'EI&\x06 "
b"\x01 ž‘ºŽEs\x18 ˜i“ùêzQ\x16 "
b"\x01 ž‘ºŽ]pV±¨½¾\x15\t ò· "
b"\x01 ž‘º]p'šÿò\x0E ‡ÖC "
b"\x01 ž‘º¶q•«Z÷‹<.z, "
b"\x01 ž‘ºÍsRX×L+€Xð "
b"\x01 ž‘ºãp\x1F ¡äÆ}Ér›W "
b"\x01 ž‘ºÀsɶâ_‹ÿÂÁ! "
b"\x01 ž‘º‘dq¢Ž\x04 È\x02 fݤp "
b"\x01 ž‘º’7pN¿1ÞýþGù "
b"\x01 ž‘º’¯rì¶L¢\x1E õc\x10 ¼ "
b"\x01 ž‘º’àp\x04 ¡\x14 ñ\x0E\x18 ¹\x18 š "
b"\x01 ž‘º“vr³\x02 òɃ¤!\x7F "
b"\x01 ž‘º“Žq„‰ìljòN:\t "
b"\x01 ž‘º”¦pa˜“˜Òk·ï "
b"\x01 ž‘º”ßsÚ½?P\t ½@ÀJ "
b"\x01 ž‘º•>q–ƒqŽ\x11 }ïê¥ "
b"\x01 ž‘º•Ïsñ®\x02 ä[©3Él "
b"\x01 ž‘º–SrÕ”¯Q™\t æŽá "
b"\x01 ž‘º–Ðp‡Iü¯\r £± "
b"\x01 ž‘º—‡q^¶ë\x07\x13 /fa. "
b"\x01 ž‘º˜Rr\‚Ç S\x02 ú@J "
b"\x01 ž‘º˜pr"»\f\x1D £fjI "
b"\x01 ž‘º™PsýŠÕ™\x00 à>3Ú "
b"\x01 ž‘º™¿rçœó“¾‚qø "
b"\x01 ž‘ºš\x1C r‹«Ó\x1E Þ\e PÌq "
b"\x01 ž‘ºš×q™k\x15 wú¾Ë( "
b"\x01 ž‘º›ýqB¿áß~§8] "
b"\x01 ž‘ºœúp¹Õ>\x10 7œ\x01 ? "
b"\x01 ž‘º\x14 sõ¼ÒÒîV˜ù "
b"\x01 ž‘ºž\x17 sõ¤ º\L^F\x03 "
b"\x01 ž‘ºžCrBºì÷ísE\x1A \ "
b"\x01 ž‘ºžos™‹¿\x02\x17 núm% "
b"\x01 ž‘ºžôs‰Ž\x1F ]V¯FdB "
b"\x01 ž‘ºŸUq~¤â¹ CÁ¾> "
b"\x01 ž‘ºŸ²q߬7HËÔ\e W\x1E "
b"\x01 ž‘º -q3—'$|7¥Õ© "
b"\x01 ž‘º ˆs\x03 »¡Ès-3j\e "
b"\x01 ž‘º Ÿp毦3è›ÀOt "
b"\x01 ž‘º¡\f qÄŸ¶úâ~ð¶\x1A "
b"\x01 ž‘º¡‚qA«;¾—ˆÍŸw "
b"""
\x01 ž‘º¡™rÅœÚ\e \n
¥ü!6
"""
b"\x01 ž‘º¡Ïp;€\x13 Çå\x1F v° "
b"\x01 ž‘º¢€pµ„\x17 üYN¦Áz "
b"\x01 ž‘º¤apͧ\x00 ÷›ÝÈÿ\t "
b"\x01 ž‘º¤ìp¬ZüÒ\x12 „Ê\x1A "
b"\x01 ž‘º¥\x04 rò»þn‰%\e ܹ "
b"\x01 ž‘º¥4pa€(Å(\x7F AÓ¿ "
b"\x01 ž‘º¥¿p\t ‹\x0F «¬Y§i\x1C "
b"\x01 ž‘º¦_p¶‘²Z\x15 Ž`) "
b"\x01 ž‘º¦Žr”[)ñé<’ "
b"\x01 ž‘º§†s\x10 ª¸g‹I>l "
b"\x01 ž‘º§Îs[¬<ÈZ©U63 "
b"\x01 ž‘º¨éq‰ŒÈCcäÈYp "
b"\x01 ž‘ºª\x04 s@¨Õ>¸ìRqy "
b"\x01 ž‘ºª3sÙ¯e{ò€š¨© "
b"\x01 ž‘ºªr-Š®Ø\x1D ÌÖZ "
b"\x01 ž‘º«°r9†£ÿ÷ëè\x12 ö "
b"\x01 ž‘º¬?snRŽ©8uzâ "
b"\x01 ž‘º¬Ws‚¥n»ròµÚ\x16 "
b"\x01 ž‘º¬ñsTºþ3o[—f "
b"\x01 ž‘º®\v rE‰³\x11 ¸|Ô[t "
b"\x01 ž‘º®ss&±¸\x18 ¬}H3ñ "
b"\x01 ž‘º°‰rщ)†`çÈôµ "
b"\x01 ž‘º±Zs\x06 ›ši\x12 Ž5bÉ "
b"\x01 ž‘º±˜p\t ¨[ýÝ[Ùká "
b"\x01 ž‘º²¡s¼\e ¬GúSœ; "
b"\x01 ž‘º¶/s³õÁ]\ã‡\e "
b"\x01 ž‘º¶Àqyƒ\t ª‡–¢\r è "
b"\x01 ž‘º¶ðpòKšâk`ëE "
b"\x01 ž‘º¸Orc4u\x1C ±\r øì "
b"\x01 ž‘º¸°r¢º0ÌÀ—ܽ] "
b"\x01 ž‘º¹ip\x14 •\%\x05\x1A D‰ "
b"\x01 ž‘º¹˜r‡ƒ\x05 c\x07 Ó\x08 - "
b"\x01 ž‘º¹ßp¿§Î÷wBàPY "
b"\x01 ž‘º»‘q\x1A ¤\x07 ÒËû$¨\x11 "
b"\x01 ž‘º»Ûs\x15 ¶\x0E ?-\A¼z "
b"\x01 ž‘º¼OrãŸÂ¤\x08\x03 Ó5N "
b"\x01 ž‘º¼Âsà•\v\x19 [9®2Ë "
b"\x01 ž‘º½9qåˆv,=3-[ß "
b"\x01 ž‘ºÀWp •*á÷š4\r z "
b"\x01 ž‘ºÀÊrË–ÕÍF°åâ "
b"\x01 ž‘ºÁ›p½ƒâ;U±Àöº "
b"\x01 ž‘ºÆ¨sòƒ¥!Í\x7F\x12 ïŸ "
b"\x01 ž‘ºÈtqâ½s\x7F ]Œ+$ "
b"""
\x01 ž‘ºÈ¹rˆµ\n
SÝ\x7F §\x13
"""
b"\x01 ž‘ºÏ¶sÛŒý\x11 ÙøµÐb "
b"\x01 ž‘ºÐIq_º}\x17 ógr\x04 "
b"\x01 ž‘ºÑUp¶§(ÏÜC“\e ó "
b"\x01 ž‘ºÑšq˵zJ8¯»cè "
b"\x01 ž‘ºÑÞpƘ°‘.{r "
b"\x01 ž‘ºÒqpŽ¡\x07 ñZ\x05 ¨î "
b"\x01 ž‘ºÔ,q$¼)EMj‹ZÏ "
b"\x01 ž‘ºÔÖs¹¶rg\x14 ‚R "
b"\x01 ž‘º×Cr>™Qš£×\r ©[ "
b"\x01 ž‘º×Öp¯»²Ð\x14 «.]÷ "
b"\x01 ž‘ºÚ]pE˜ÃPÁA¸TÌ "
b"\x01 ž‘ºÞ\x03 pÕ¾jtMH\x10 Ã! "
b"\x01 ž‘ºß\e rHŸÏ¡>×tâS "
b"\x01 ž‘ºá,r˜¸¨\x1F\x18 ¿\x00 ,ð "
b"\x01 ž‘ºâöq÷‰^rs䌂s "
b"""
\x01 ž‘ºå\x06 s@¶™\n
y\x08 KP§
"""
b"\x01 ž‘ºèGs;›ì‚Úò³ "
b"\x01 ž‘ºìÃsÿ™8Î\x1C ;÷ßU "
b"\x01 ž‘ºíµr¡nj¡Í¢ûó "
b"\x01 ž‘ºî–s_–%¼(âú§Ø "
b"\x01 ž‘ºð¡qä“ô©ž¤_ûì "
b"\x01 ž‘ºñÞq1Ž:2/uZ’Î "
b"\x01 ž‘ºò½s:™B\x06 6ä„ÚØ "
b"\x01 ž‘ºòÕrVªÁ;(.öŽ "
b"\x01 ž‘ºø¸qÔ»¡Æ®¹\x08 Ä™ "
b"\x01 ž‘ºøÎp\x1A ‘\x13 sÁ££\x02\x14 "
b"\x01 ž‘ºù\x14 pQ¯\x02 ´¤g\f\x1F ¯ "
b"\x01 ž‘ºýNr\x06 ³ÚȪË\x1A gY "
b"\x01 ž‘»\x00 °sˆŠBY›WÊW "
b"\x01 ž‘»\x02 ˜q? ÷Ï{®¢ H "
b"\x01 ž‘»\x04 .qÙ°¬\r ¢zÈå¶ "
b"\x01 ž‘»\x08 Drú¾±ä_\x1F c\x0F á "
b"\x01 ž‘»\f EpΡ%£ó33\x10 > "
b"""
\x01 ž‘»\f \rk¯µü~\œ\n
ß
"""
b"\x01 ž‘»\x0F 's\x16 ¶œÐ\x08 ™#‘ë "
b"\x01 ž‘»\x0F Yqh·QpÞÒBQé "
b"\x01 ž‘»\x0F rqõ¥\x06 §Ûsa\x7F A "
b"\x01 ž‘»\x11 ñqþœS]H\x00 \x1F m "
b"\x01 ž‘»\x12 Œpœ‹½\x17 Þ¥ˆe® "
b"\x01 ž‘»\x1A \s\x06 «\x19 v¸Åo=q "
b"\x01 ž‘»\x1C šr8¹Ä$iωaM "
b"\x01 ž‘»\x1F 4r!’IöËË)ùÊ "
b"\x01 ž‘» ñpd´c€\x11 Ž,ܪ "
b"\x01 ž‘»"þrLŠ"‰¹„¿\x0F g "
b"\x01 ž‘»)ëqÈ U—±<®¾í "
b"\x01 ž‘».6s”úp$Ûr³Q "
b"\x01 ž‘».Þq=ÃPà?Ñ\x06\x00 "
b"\x01 ž‘»/\x0E p\x06 ”Y2'»¢uQ "
b"\x01 ž‘»:\x17 p2Ÿ–2ÓÿJVº "
b"\x01 ž‘»ADq\f ‰Ñä¯tY2‘ "
b"\x01 ž‘»C\x07 q\r …ƒcvŒî€k "
b"\x01 ž‘»E]s±šcÄ\x00 'ETþ "
b"\x01 ž‘»Gðq=hþÞI?¬9 "
b"\x01 ž‘»t®s\x7F µ\x10 ìäs[Ä "
b"\x01 ž‘»u¾p•‹ËjÄT\x04 »‚ "
b"\x01 ž‘»€¥q@•¦\x13 {6QÔä "
b"\x01 ž‘»…Ép_‚\x04 ³UkÍÍ} "
b"\x01 ž‘»†"p•éŠ2‹[ºP "
b"\x01 ž‘»†Orx¼§wr\x12\x17 ¼Ã "
b"\x01 ž‘»‡nrÔ‚íohIªŠð "
b"\x01 ž‘»‰kpòŽÈ\âã|™€ "
b"\x01 ž‘»Ž6sńױÉ`\x00 Š˜ "
b"\x01 ž‘»Ž÷p\x08 Ÿe"K\x0E ˇ\x18 "
b"\x01 ž‘»”up6†\x05 WbÿÉeª "
b"\x01 ž‘»šÛq÷¥G—vç—€ "
b"\x01 ž‘»›\x1E sß¶Ž\x19 IÅ{§· "
b"\x01 ž‘»ž×rF‘\x04 N\x1A\v ?\x7F « "
b"\x01 ž‘»³ãq±¦ß´?ø\x1C Z "
b"\x01 ž‘»µ2s9¯šœwü(îë "
b"\x01 ž‘»µ<sØŽ\x19 ¶ø<\x04 —¼ "
b"\x01 ž‘»µ@s\x18 ‰Iq{\x01 ¥ˆ‹ "
b"\x01 ž‘»µ€p·°¥uŠaR–Ë "
b"\x01 ž‘»µ¢syŸÇ3>S—‰Z "
b"\x01 ž‘»¶rq÷Ž>+\x1C Õ)\x15\x08 "
b"\x01 ž‘»¶¸qØ¢#\x1A mÉ3%v "
b"\x01 ž‘»¶Ñr\f Ž\x1A óm5±Sª "
b"""
\x01 ž‘»¶ïsB˜\n
¡ŸñtÒL
"""
b"\x01 ž‘»·\x04 pššŽFÈ;ì\x17 À "
b"\x01 ž‘»·\x05 s'¾Ç‚æ9³Ø7 "
b"\x01 ž‘»·\x13 pß¼¸¡ÇÄ–Þˆ "
b"\x01 ž‘»·\x15 q}ˆI\x11 ¥ \x08 ’@ "
b"""
\x01 ž‘»·\x1C qŽˆ\x06 $h\n
ùÐ
"""
b"\x01 ž‘»·+s×ëù;ØÔBŒ "
b"\x01 ž‘»·1pb—βï=E "
b"\x01 ž‘»·3sÇŠ¢\x01 Ò•\x06 ‹ó "
b"\x01 ž‘»·4sά‡C€êÇ6\x08 "
b"\x01 ž‘»·7rr†ºW‰3ñ×\t "
b"\x01 ž‘»·8s8£n·'ÙrH "
b"\x01 ž‘»·:qÞ°$Ð’÷\x1C á "
b"\x01 ž‘»·;ru¼%\t E(a\x16 "
b"\x01 ž‘»·=shЇžq\t D¶V "
b"\x01 ž‘»·>q\x0F †\f Ú\x08 ªÄÐ\x10 "
b"\x01 ž‘»·?r(£HXAÔh\x1E „ "
b"\x01 ž‘»·AsÞ®ÁÃ%\x05 -§© "
b"\x01 ž‘»·Ep¡œGGç+“\r d "
b"\x01 ž‘»·Gs0Á\t `£¤à\x16 "
b"\x01 ž‘»·Jq¸“§2ÚJ+å@ "
b"\x01 ž‘»·Ks‰¸ýñ?½q—1 "
b"\x01 ž‘»·LpÇ´HÔ/\•\x08 "
b"\x01 ž‘»·OsÔ©K¬büè\x07 3 "
b"\x01 ž‘»·PsN¨=BQÄIî\x7F "
b"\x01 ž‘»·RsA€iI‘ ÍÁ\x13 "
b"\x01 ž‘»·Spߘ¸úKL\x04\x16 "
b"\x01 ž‘»·Tq1¥\x1E J¾yÓ„ "
b"\x01 ž‘»·Vq ¿.¿\f *R‡\x17 "
b"\x01 ž‘»·Yp[¹5!óŬ¯x "
b"\x01 ž‘»·\sñ”KàötÂï "
b"\x01 ž‘»·_s¢™$hš¢=-\x11 "
b"\x01 ž‘»·brЈ\f cÔ+~\x15 "
b"\x01 ž‘»·dqã®kÉ\x1A ckP\f "
b"""
\x01 ž‘»·jpÀ½ùÕ\n
›´×æ
"""
b"\x01 ž‘»·lqÁ€«T;\e ©Šw "
b"\x01 ž‘»·nr>„´o‹.s›\t "
b"\x01 ž‘»·pq•€´ug±$޵ "
b"\x01 ž‘»·spè·N\x18 «·YÔÌ "
b"\x01 ž‘»·usô§\x03 ̇¡‹z± "
b"""
\x01 ž‘»·vr\x01 ·\n
\x11 ·»Âx
"""
b"\x01 ž‘»·xs^µl^U§\x01 ù "
b"\x01 ž‘»·{rg…¸ÃóWRF "
b"\x01 ž‘»·\x7F s<µ® Ùè„Î\x13 "
b"\x01 ž‘»·‚q.ŽºÙ–IÓ\x14 ( "
b"\x01 ž‘»·ƒrx²Öþ~B:‰µ "
b"\x01 ž‘»·ŠsÕ‘ªpÜê\x06 k~ "
b"\x01 ž‘»·Œr¸‘@\t Eæ\x18 î) "
b"\x01 ž‘»·ŽqSò\x1F „µÔ\x10 ! "
b"\x01 ž‘»·“r”¡ÚÎ<¶Ãqé "
b"\x01 ž‘»·–sœ¬\x15 áSè\x1D 2\x10 "
b"\x01 ž‘»·›s¥™o_úšþè\n "
b"\x01 ž‘»·s&¼.yµáÈZ "
b"\x01 ž‘»· rà‹v-H\x12 ú); "
b"\x01 ž‘»·¡qE‹–\r $Êã\x15 "
b"\x01 ž‘»·£p¾¿GNÞ¿^hp "
b"\x01 ž‘»·¤s\x1F ‡®™\x08 ‡*\x0E "
b"\x01 ž‘»·§rg€A_†æºûy "
b"\x01 ž‘»·¨sa‰íè_ÌìP¼ "
b"\x01 ž‘»·ªsI ™¾3§·¯1 "
b"\x01 ž‘»·«rT˜\x15 s\x0E\x16 \x19\x1C "
b"\x01 ž‘»·sÀ›ÍÏ/pBFÑ "
b"\x01 ž‘»·®q\x06 ›¼ï¢Ú]Æ? "
b"\x01 ž‘»·¯sð¾T·b—\x1F ³S "
b"\x01 ž‘»·¶pn†šƒs€qNX "
b"\x01 ž‘»·¸rVµa÷‡ˆ˜,Ö "
b"\x01 ž‘»·»sKŽ\x7F\x17 *ÉÍÎq "
b"\x01 ž‘»·½qS–Ô\x06 ý£ùh\x16 "
b"\x01 ž‘»·¿sE†Ôò\x1D î*ý• "
b"\x01 ž‘»·Âs\x15 „ilô”×, "
b"\x01 ž‘»·Ãq÷»\x10 ÒÙjg "
b"\x01 ž‘»·Æp˜°cü§£Ò`ù "
b"\x01 ž‘»·Çpޝ]ï\x0E i! ð "
b"\x01 ž‘»·Ésô¢=é—¬\x02 ‡ "
b"\x01 ž‘»·Êrެƒ×(þ5é "
b"\x01 ž‘»·Ìs…ª3\x18 ‘½o’ "
b"\x01 ž‘»·Ípñ—¿‚%±\x12 íÌ "
b"\x01 ž‘»·Ðpˆ¨¡GsÊØ¼@ "
b"\x01 ž‘»·ÓrHµäýG9‹Ð\x06 "
b"\x01 ž‘»·ÔqŽ„ô:KAþLQ "
b"\x01 ž‘»·Ösê¸Wùzì\x06 ”¦ "
b"\x01 ž‘»·Ûr‹²º0»ª–y© "
b"\x01 ž‘»·Ýsž#CÞO?bò "
b"\x01 ž‘»·Þq³Ÿü[±ÏGh\x1F "
b"\x01 ž‘»·às( „¦\x17\x0E Îkª "
b"\x01 ž‘»·ás Û®±øZ7ï "
b"\x01 ž‘»·ãsð‹\x07 V ƒüC¹ "
b"\x01 ž‘»·är‹¨bV$OË\x0E "
b"\x01 ž‘»·åpƒåðÿ£z9Ü "
b"\x01 ž‘»·çr¼’áNXÿ|\v © "
b"\x01 ž‘»·êq'‹y𩌚ñ "
b"\x01 ž‘»·íprœªÂÙL¢N0 "
b"\x01 ž‘»·îq”œ6UùK£D' "
b"\x01 ž‘»·ñpȲU\x14 „…\x06 ›Ú "
b"\x01 ž‘»·ôqÒ§ú."…|i# "
b"\x01 ž‘»·÷qa‰\x1A ¹_Óe\x1C ø "
b"\x01 ž‘»·øs‡”®)G–¥?ù "
b"\x01 ž‘»·úrä i-â<¼á« "
b"\x01 ž‘»·ûp˽ûîÇåKZ "
b"\x01 ž‘»·ýqê¡\ß1=ëЙ "
b"\x01 ž‘»·þqH¼`D‹ÇHTö "
b"\x01 ž‘»¸\x01 p°¬î§ –Â\x1C "
b"\x01 ž‘»¸\x03 sŇ\x10\x14 ?mpø "
b"\x01 ž‘»¸\x04 r°¼G§Rúœ]J "
b"\x01 ž‘»¸\x06 pæþ\x18 `èÇO "
b"\x01 ž‘»¸\x07 s޾+,·—Ò»r "
b"\x01 ž‘»¸\t r%„þ\f ÂÛ¿IQ "
b"""
\x01 ž‘»¸\n
qù®\x19\x16\x18 ‡;Vv
"""
b"\x01 ž‘»¸\f pÀ¼ñ)\x17 zò·Ï "
b"\x01 ž‘»¸\r r&·X_DŒId\x08 "
b"\x01 ž‘»¸\x0F sæŽo\x19 {Õ9}Ó "
b"\x01 ž‘»¸\x12 s\t ’“¬ïü6·æ "
b"\x01 ž‘»¸\x15 qF¥"Ð\x01 " "
b"\x01 ž‘»¸\x18 r\x1C Š?ùR\x07 w1· "
b"\x01 ž‘»¸\x19 s¦¶ZÕÑ„Êãç "
b"\x01 ž‘»¸\e qa¬¾¯\x08 •¼4í "
b"\x01 ž‘»¸\x1C sbƒyê¾ÁUö¬ "
b"\x01 ž‘»¸\x1E q8ŽA§&áã\x14 ) "
b"\x01 ž‘»¸\x1F sƺ‹\x0E ¢}÷†° "
b"\x01 ž‘»¸!rÀŽÁùà…«\t m "
b"\x01 ž‘»¸"q\n ¯CÌ7/\x00 `W "
b"\x01 ž‘»¸%qi“‘£yœ\x15 Í "
b"\x01 ž‘»¸,rŽ5}+\x13 3\e "
b"\x01 ž‘»¸.q²Ÿð\x16 ^\x11 xÆà "
b"\x01 ž‘»¸/rñ‰@Ôï,\x03 °\x16 "
b"\x01 ž‘»¸1qG¦—\x14 ,„‘=ò "
b"\x01 ž‘»¸2r¥ˆ\x11 a\x01 >æFÛ "
b"\x01 ž‘»¸4s}»Ñ\x0E\x08 —¸+i "
b"\x01 ž‘»¸5r°‡®rd_¶5 "
b"\x01 ž‘»¸8p§¤s>8ƒ!û} "
b"\x01 ž‘»¸:s»§9\x00 ›@ð@ "
b"\x01 ž‘»¸;pò¿µ¬·˜#@\t "
b"\x01 ž‘»¸=q\x18 ¯L›^£o\x11 ~ "
b"\x01 ž‘»¸>q\x1C ª$ÔäÍGŸ‘ "
b"\x01 ž‘»¸@p\x08 —\x19 žÄX¢¯¤ "
b"""
\x01 ž‘»¸Asõ‹NlÕ\n
Þ¹ž
"""
b"\x01 ž‘»¸DqÚ—úž\x0F À©Íc "
b"\x01 ž‘»¸Hp½¡œkÐ8\x11 ¥ "
b"\x01 ž‘»¸Iqù§|+\x04 ’9\x1D "
b"\x01 ž‘»¸KslªxÄoÕZ½E "
b"\x01 ž‘»¸Nq&½Ü\x14\x00 Ý…\x1D S "
b"\x01 ž‘»¸Os²‰—ŠÜ¤µït "
b"\x01 ž‘»¸QpR¯—¼²CxØ… "
b"\x01 ž‘»¸Rp’£…‹5€ŠÙÞ "
b"\x01 ž‘»¸`r*ú28:iŒW "
b"\x01 ž‘»¸brÅ®¥ŒÚüQ<æ "
b"\x01 ž‘»¸cs\™²í†C‚â¶ "
b"\x01 ž‘»¸er9ʳi¢\x04 '¥ "
b"\x01 ž‘»¸fr¤²éï”ÕÌQ¿ "
b"\x01 ž‘»¸hp#¯\x16\x01 ÂÝäU³ "
b"\x01 ž‘»¸ks1¹ÁÞvÌ^CA "
b"\x01 ž‘»¸np׬\x10 ÅÆFÜ¡l "
b"\x01 ž‘»¸orˆšÔk¶$;\x1D ‘ "
b"\x01 ž‘»¸rr÷«‚é.êÿ1c "
b"\x01 ž‘»¸tq¹œ_\f êV\x05\x1F × "
b"\x01 ž‘»¸ur×…ú–\x12\x05 ÿ-6 "
b"\x01 ž‘»¸wq~£\e &£¦N(ä "
b"\x01 ž‘»¸xr"€Ý–ªÝ\x1A\x08 Å "
b"\x01 ž‘»¸zp¤ž‘LSšå<Ë "
b"\x01 ž‘»¸{r\x0E ‘®\x05\x10 årÛ> "
b"\x01 ž‘»¸~r ¯\x1F åp ù¸ "
b"\x01 ž‘»¸q\x1F ±â®\r 6ˆC¯ "
b"\x01 ž‘»¸–p,€ud!ô\x14 F£ "
b"\x01 ž‘»¸˜qÂŒR!\x1E ªöv "
b"\x01 ž‘»¸›sŒ´›Îh•A\x12\x03 "
b"\x01 ž‘»¸œs.•Hø\x12 òÖR "
b"\x01 ž‘»¸žqÕ¡ƒ\x1F\x19 3\x12 åQ "
b"\x01 ž‘»¸ŸqÒ›rSÔ''s\f "
b"\x01 ž‘»¸¡r ~Žê¸˜P€ "
b"\x01 ž‘»¸¢só‚$¯¢þòRK "
b"\x01 ž‘»¸¥r\x17 °ºÁTv½{ "
b"\x01 ž‘»¸§s\x06 ˜¡Öw5m\x16 Í "
b"\x01 ž‘»¸¨s\x1C “ç$€`ù\x19 Z "
b"\x01 ž‘»¸¬pq—€¯\x01 'è'N "
b"\x01 ž‘»¸säš~ñèHY·Y "
b"\x01 ž‘»¸¯pß„(\x7F i\ù\x12 ø "
b"\x01 ž‘»¸°rá»<‘ðòuŸ "
b"\x01 ž‘»¸²r’ŒÃ”\x07 >ž\x14 ‹ "
b"""
\x01 ž‘»¸´p\n
¶DA7gPµ…
"""
b"\x01 ž‘»¸µsǪ_W&ºþ'Æ "
b"\x01 ž‘»¸·r\x7F ŽE‰(-¼1[ "
b"\x01 ž‘»¸¾r&¿V„@Õ÷\x07\e "
b"\x01 ž‘»¸Ás}£I«;(öLÚ "
b"\x01 ž‘»¸Åq¶ªUpæ|'/\x16 "
b"\x01 ž‘»¸Ës¡‹kˆü®Žq\x11 "
b"\x01 ž‘»¸Ðq€s2"”€Ï} "
b"\x01 ž‘»¸Òq.™2º‰^álA "
b"\x01 ž‘»¸Øq¾“"“è~ž\j "
b"\x01 ž‘»¸Þpëª\x08 ¶Þúïš "
b"\x01 ž‘»¸àsò\x04 Yj>Ï‹V "
b"\x01 ž‘»¸ãrɽÕü\BkÛ¥ "
b"\x01 ž‘»¸çr‹¼V3ËùË‹\ "
b"\x01 ž‘»¸éq±¡œ—Þë\f Qœ "
b"\x01 ž‘»¸ês0¿C›fQqêë "
b"\x01 ž‘»¸ðsʳ²ê7\x08 ìÚ] "
b"""
\x01 ž‘»¸òrBŽë’íÂ\n
m\x02
"""
b"\x01 ž‘»¸ôs„¹À·Ì|âß "
b"\x01 ž‘»¸öq©×1|y/â "
b"\x01 ž‘»¸÷pϼ“Y|˜ŸBÈ "
b"\x01 ž‘»¸ùpµ°\x1D ²bøj&‘ "
b"\x01 ž‘»¸üp$„\x1C 9K®°Œm "
b"\x01 ž‘»¹\x00 pX—ß\x06 –:jS "
b"\x01 ž‘»¹\x02 ru€£=Â…ý±G "
b"\x01 ž‘»¹\x07 ro©Tã‡C`™Ä "
b"""
\x01 ž‘»¹\n
rH–Qw\x07 ëÃ-L
"""
b"\x01 ž‘»¹\f sK™Î\t O„ã\x01 p "
b"\x01 ž‘»¹\x0F q7‰ílƒfúfä "
b"\x01 ž‘»¹\x13 rF¸¶×~žÈ¬ý "
b"\x01 ž‘»¹\x18 q]‚·N¬{”Õ= "
b"\x01 ž‘»¹\x1A qpÉ.¡öLe "
b"\x01 ž‘»¹\x1D s¼‹\e Ü\x02 iPh® "
b"\x01 ž‘»¹ s’‚ÉL¸&/À@ "
b"\x01 ž‘»¹#rZŠ?\x07 ±Œ¬%q "
b"\x01 ž‘»¹%s\x0E µ ÉO&ÆpV "
b"\x01 ž‘»¹'q\x13 ¶\x08 §I3•» "
b"\x01 ž‘»¹(qâº#8¥>`ã~ "
b"\x01 ž‘»¹*r…–lf¦\x0E Å@\x1C "
b"\x01 ž‘»¹+qL¯±ø‚à)R "
b"\x01 ž‘»¹-s„²ù;v>\t š• "
b"\x01 ž‘»¹/pÓ—\x11\x11 UT:…Ô "
b"\x01 ž‘»¹2p|…SÍ÷\x1D EÏ› "
b"\x01 ž‘»¹3rå† \f ¡\x0E hß( "
b"\x01 ž‘»¹5q4›””œOÕ, "
b"\x01 ž‘»¹:rZlb\f ÊúU\x00 "
b"\x01 ž‘»¹=r.R\x17 øã¥Ï "
b"\x01 ž‘»¹Bsl‰Ì\x0F\x1F ÿL'ð "
b"\x01 ž‘»¹Cr±®\x03 &‘+ƒV. "
b"\x01 ž‘»¹EsN›ü5a,ÀÆ% "
b"\x01 ž‘»¹Lr—\x06 Þªéǯ« "
b"\x01 ž‘»¹Pr—ªÏ±…\x19 B\x19 a "
b"\x01 ž‘»¹QqDžÚL\x01 ÎÎq\x12 "
b"\x01 ž‘»¹SsŽ{\x11 “ÏHq^ "
b"\x01 ž‘»¹TpYŽ‹/¼U\x11 Å "
b"\x01 ž‘»¹Vq8—¦’n\x06 ¦ƒ_ "
b"\x01 ž‘»¹Xp¼Ù“õت1 "
b"\x01 ž‘»¹]p‰²‚Ç}T›)€ "
b"\x01 ž‘»¹`p†•r|Å—C˜Ã "
b"\x01 ž‘»¹as\x08 ‚Ï®\x1D âReŒ "
b"\x01 ž‘»¹epO‚à5±©æUf "
b"\x01 ž‘»¹jr ¯^ÙiÚ³c+ "
b"\x01 ž‘»¹mqé‰\x7F ¯Ñ%T2„ "
b"\x01 ž‘»¹pp\x15 Ÿ¿£Ý_¯4m "
b"\x01 ž‘»¹rqë\x02 +ÎG\x7F ta "
b"\x01 ž‘»¹up=›ø™Ì²|¯\x04 "
b"\x01 ž‘»¹zp@¥#\x06 |‰Ek£ "
b"\x01 ž‘»¹|q¦¨œ½\x19 Ž>\x17\x03 "
b"\x01 ž‘»¹r’µbÚà20Øm "
b"""
\x01 ž‘»¹ƒp\n
‚¶æœ±C\x0F Ï
"""
b"\x01 ž‘»¹ŠpK‡¨¯éâ•mâ "
b"\x01 ž‘»¹‹pl¬o€P¯}ǽ "
b"\x01 ž‘»¹Žsk·ªš‰&î/\t "
b"\x01 ž‘»¹r\x14 …ïêi“t÷ "
b"\x01 ž‘»¹’qþœj\x1D <˜\x02 É3 "
b"\x01 ž‘»¹”r\x00 ˆp‚*pÚ÷‹ "
b"\x01 ž‘»¹•s\x1D r\x10 +ÜŦ\x01 "
b"\x01 ž‘»¹—qKµ´v¯kÝ\x19 – "
b"\x01 ž‘»¹™qB°CXUEvÝ "
b"\x01 ž‘»¹œs¦¬˜w˜pT`m "
b"\x01 ž‘»¹¦qª¸8q\x16 B!PÙ "
b"\x01 ž‘»¹«rŽž\x19 θœf\r ù "
b"\x01 ž‘»¹®p\x06 „.\x16 °—W\x01 "
b"\x01 ž‘»¹°s`©ýÏ*\x16 —Ìl "
b"\x01 ž‘»¹´p¾\x00 …—Æ\x05\x1D\x1A "
b"\x01 ž‘»¹»r¾=h!cN!À "
b"\x01 ž‘»¹¼qñŠ%Pà´Wt "
b"\x01 ž‘»¹Àq6´ø\x1F j<l[´ "
b"\x01 ž‘»¹Âp]¹~10%?xT "
b"\x01 ž‘»¹Åp[«Žf‰,þLú "
b"\x01 ž‘»¹Çpøœ2ÌVaÐñ3 "
b"\x01 ž‘»¹Ós¦…ç\v N„öŽ\x12 "
b"\x01 ž‘»¹Ùs„·ò\x01 €´ºˆÀ "
b"\x01 ž‘»¹âq\x05 „RRbbÀ^} "
b"\x01 ž‘»¹íq\r £\x00 mчÆYW "
b"\x01 ž‘»¹ïqúƒ\e £?êvg× "
b"\x01 ž‘»¹ør'’\x19 ü<E²™ "
b"\x01 ž‘»¹ûsý\x1E ÇצCH\x17 "
b"\x01 ž‘»º\x00 r\x17 ¡\x13\x0F Më_£‘ "
b"\x01 ž‘»º\x0E rŽºQ,˜[dx "
b"""
\x01 ž‘»º\x0F p\n
µûõï@ô…‹
"""
b"\x01 ž‘»º\x19 r¹°nA‡Õ†ô¥ "
b"\x01 ž‘»º\e qv–!%\x16 WW\] "
b"\x01 ž‘»º*q0€Lú6©\t ¸| "
b"\x01 ž‘»º-q¦¢¢¿‘$\x7F [Û "
b"\x01 ž‘»º`q–Žùé·ÏÅ[› "
b"\x01 ž‘»ºbrÔ†T\x13 ÿ²6â\ "
b"\x01 ž‘»ºhp?¼ªù!þ>lj "
b"\x01 ž‘»ºorª…Ÿ0ÓêÁÐ\r "
b"\x01 ž‘»ºxs\e »“1ñ\x14 ú»\x15 "
b"\x01 ž‘»º\x7F s6ƒæÕ=î¥A¾ "
b"\x01 ž‘»º‡pº†àõÛ\x01 Ùï“ "
b"\x01 ž‘»º”s ‰¤Pì,¢\x08 "
b"\x01 ž‘»º£pªˆ…§\x1A N»¢Û "
b"\x01 ž‘»º¬q‰¯Uû]¶hdµ "
b"\x01 ž‘»º½q\x08 „KþÐü,ª "
b"\x01 ž‘»ºêpÓ³š™k\x00 \x0E ½ "
b"\x01 ž‘»ºðs¹—@š\x15 îq<b "
b"\x01 ž‘»»\v pl¨6\x03 6ë#Î\e "
b"\x01 ž‘»»%rЮªÈ\r 2ÿF "
b"\x01 ž‘»»0s§‰\x02 „{e9Ë "
b"\x01 ž‘»»Is\x03 ™u\x06 8È "
b"\x01 ž‘»»as¥«O¶¸\x12 \» "
b"\x01 ž‘»»epí©Ü«äÂí "
b"\x01 ž‘»»°q!‚ÿÐ(\xç "
b"\x01 ž‘»»Æsè§Ù\e 9µ¬\x0F & "
b"\x01 ž‘»»þp«ŠŠv\x1F ²\f\x04 ñ "
b"""
\x01 ž‘»¼\x0F r\x10 Ÿ‹Ð\n
ô:в
"""
b"\x01 ž‘»¼\x11 q²šÐ&õqV–\x02 "
b"\x01 ž‘»¼\x1A rñ¸K:Œ`\x04 °ô "
b"\x01 ž‘»¼\x1D q\x1D œ‘‡G²ª¼° "
b"\x01 ž‘»¼\x1F pÿ°\x12 ý@µ¡ýý "
b"\x01 ž‘»¼"qv¢Øpì”ÎÁ\x02 "
b"\x01 ž‘»¼&qç´Þ¢¦²mY¿ "
b"\x01 ž‘»¼)sW‹oñ;lCìh "
b"\x01 ž‘»¼-s\x10 ¸\x1C\x06\x12 9ÂÚ‹ "
b"""
\x01 ž‘»¼0r1±.ô\n
Š¿z¬
"""
b"\x01 ž‘»¼1s²¤kX\x14 ¸´1 "
b"\x01 ž‘»¼4pð´}\x13 ˆbò} "
b"\x01 ž‘»¼5pˆ›=R¾¿¼\x17 I "
b"\x01 ž‘»¼7qzŸÏã\x0F A\f -¯ "
b"\x01 ž‘»¼<qޝV„ù\x16 ‹b "
b"\x01 ž‘»¼Ark’bz²àlÆ "
b"\x01 ž‘»¼Ep˜Œ\x0E Ù\x1A Š\x04 4\x02 "
b"\x01 ž‘»¼Fq¥½ÀW×€ÈâD "
b"\x01 ž‘»¼IqÁ¶Ì\x08 °\x08\x05 ªÅ "
b"\x01 ž‘»¼Lpe·né*ñ\x06 ÷È "
b"\x01 ž‘»¼Trp›ÑmO;;ÉX "
b"""
\x01 ž‘»¼Yp\n
€\x0E ÕÏ|a¡
"""
b"\x01 ž‘»¼_qé•P]ýÌ&‘¢ "
b"\x01 ž‘»¼aqÈyâg\x17 Áò/ "
b"\x01 ž‘»¼irÍ¿%øÏ·u\x03 · "
b"\x01 ž‘»¼lqí;ÎEš-0û "
b"\x01 ž‘»¼orFŒcPÞ·ÇKÚ "
b"\x01 ž‘»¼tp\x12 –\r h\x16 æÖv "
b"\x01 ž‘»¼xs䑺ºAÝÙ/– "
b"\x01 ž‘»¼{q¼ê¡}i`ƒÀ "
b"\x01 ž‘»¼\x7F pv¿\x06 ½,!Ú[¶ "
b"\x01 ž‘»¼…r뫜ù0\x1E Ÿðb "
b"\x01 ž‘»¼‡qù—î\x06 b »â "
b"\x01 ž‘»¼Œp\x1F ‡îË,jw;Z "
b"\x01 ž‘»¼r\x01 ‹‰–éè¿,è "
b"\x01 ž‘»¼’p\x10 ¤\x01 ¬\x19\x16 E\x15 ° "
b"\x01 ž‘»¼”r"‘ƒ\x1D JS¹\x13 * "
b"\x01 ž‘»¼™qz¨\e\x1D ±\x00\x00 Ê6 "
b"\x01 ž‘»¼r•ž\x1A ü\x04\x18 ?²7 "
b"\x01 ž‘»¼¢q$ ƒ\x1F *Ê\x02 r "
b"\x01 ž‘»¼¬rM¼—À¨ëøì "
b"\x01 ž‘»¼°rG£Ôa\x1E Â:;É "
b"\x01 ž‘»¼ºp\x0F ‘*¤3äî\x14 è "
b"\x01 ž‘»¼¿s\†rÀl`Fka "
b"\x01 ž‘»¼ÆqÜ…5‚ÌjlŽÅ "
b"\x01 ž‘»¼Ïp\x10 Žïš¾“\x17\x01 h "
b"\x01 ž‘»¼Ôpù¸/]p¡)£- "
b"\x01 ž‘»¼êp÷¿‹.\x1F\f\x13 ^Å "
b"\x01 ž‘»¼ïr=‡â]¾#áC\e "
b"\x01 ž‘»¼õqÉ›7eØsl«¸ "
b"\x01 ž‘»½\x18 p'†ÎÑ]\x08 Ž‘8 "
b"\x01 ž‘»½ rEŒ{š¦êzí¸ "
b"\x01 ž‘»½%sœ‰\x17 ˜<pCÛ\x13 "
b"\x01 ž‘»½0q§ƒ:¯‹\x1D ‰[ø "
b"\x01 ž‘»½2q ®\x07 qéáNÔú "
b"\x01 ž‘»½;rY°ÿÆÙ¹\n >\x00 "
b"\x01 ž‘»½=qË\x0F µ.ø\x05 Eø "
b"\x02 o#\x7F © OQ¸\x19 !ÕÒgé\x18 "
b"\x02 —àÚŸGC\x0E \x04 þ€röû= "
b"\x02 ͬãêâE\x13 ¨qª\x05 Üp›^ "
b"\x02 ÛÇ“f\x13 D\x7F §Øqñ8–"Í "
b"\x02 Ü ±kþBûºîߒؙṠ"
b"\x02 ê±ò߉AxR3st\x08 ƒô "
b"\x02 ÿ˜\x01 ›B\x02 ßy÷|%”ü "
b"\x05 m°LPKFÒ¢¯Ö#6²&F "
b"\x05 §¶Wƒ\x1E M`p×”\x03 Îc\x08 "
b"\x05 ²[•I\x17 G\x13 ¼“dJ“\x1C Ú{ "
b"\x05 Àë3‰,GÄW²üUfã "
b"\x06 Tó~\x12 ºAYŠC;°>ŸgÓ "
b"\x06 Ë~äO˜†–Yn\x04 * "
b"\x07\v %\x06\x17 %H˵¥Ð\x04 ä„¥— "
b"\x07 a\t ñg¦A™€—K,åP|\x10 "
b"\x07 fU†÷DЋÍ^(\t\x15 ®‰ "
b"\x08\x19 ÙÄQ¤NĈ;x¡‡’²C "
b"\x08 ¿wÛ(HOŽ_\x0E êeBi! "
b"\v %OÌNÑI9‚Ì&Ç|·§Þ "
b"\v QÂЕA¿£ôBä}žð "
b"\f WºÉ´«D9ªÖ·éxS\( "
b"\f ¸h$ð³Ce©-ñÎNWÙ¯ "
b"\x0E\x04 Œh–WDCšDµE\f 7U\x0E "
b"""
\x0F\f rû‚¯E2£p\n
é¾\e Ác
"""
b"\x0F )\x00 lÂ÷N¾€³Ìle&À¸ "
b"\x0F ¿h\x19 PÂA†³\x08 žZr\x1F ‰o "
b"\x10 AÁÐçBT‰Êr\x15 ÜñF\e "
b"\x10 »¯\r ÷\x1F JÔ¿w·N„qõ "
b"\x11 \r û9³7Ht†d\x01 1ÖÿMW "
b"\x12 ?Ò\x07 &´B›§Ø\x19\e `\x15 ͈ "
b"\x12 b{-šýOݸªAvjVú\x7F "
b"\x12 Â=ž<ËN\x1E ¼\x14 ŒÕ)\x01 ð# "
b"\x13 +PV™ÃH.·pN;Y³¨ý "
b"\x13 Ù»Gí\x10 Hæ—\x0E z\x01 9L-î "
b"\x16 yôòÂ\x03 @\f ¯ý‚\x1E 3iØ– "
b"\x16 \t Ù\x00 §Jè¯]\x00 ,‚I*ì "
b"\x18 ÷BLU¯G\x15 §2\x17 Ç$\x1F Ÿ˜ "
b"\x1A ¼ØùÕ–N-ž²ß*Õžç{ "
b"\e ¯w‡·\x18 LšƒQFMÈ×ãÞ "
b"\e ËŸ\x05 KÜFÅ–¥$ÃêŸ\x06\x18 "
b"\x1C\x0F Oj\x01 ËD‘¾\x13 ®¤š67ç "
b"\x1C ÷aÜ: M\x1C …Þc¦sb¬\x08 "
b"\x1D r¼Õ\x1D iF\x13 †€ß×<îô5 "
b"\x1D LÀ…K®»àœÄ\x1D Òeg "
b"\x1F Õk\x06 ‚þH(»ëV¥\x17 '½õ "
b" JGCN„DQ˜†ˆ8Äè?$ "
b" ù´Š™Oз.'¹Te+Ú "
b""\t uÑs½IN¨µMSz¶,½ "
b""©&¯ÆpJ\x10 ‚aE \x10 ò\x1A "
b""±\x00 ƒãSH©ŽñÙ\x17 ¾°L\e "
b"#.¼ËZgB\x14 ¾e3i¬$4 "
b"#Cþ\x11 a³K¶€…e—ϘÆÚ "
b"#\x7F\x1C ÞLÙ@ñœ\x14 @ñAKGW "
b"#Ñ."Z\x04 @Û™[z„üJŒ( "
b"%\x05 ·¶+¾Næ\x07 êK\x1E µq\x18 "
b"%“\t\x15 …@x¯ˆã¥&†3 "
b"%µZ(ŽïE¼–Ük\x01\t ^†¿ "
b"'Y_d"UIܱ\x06 Û–ÜÙŠ6 "
b"'¿\x04 ®\x0F ïJW±JÜýÖúÙ "
b"(\x1F ,ñdŠHú´\x18 ¨\x10\x17 îm\x07 "
b"(I«ƒ\PIñ¯ƒ#ç¥ñ( "
b"(™£ù.NöÏY÷~÷ˆx "
b"(Åj\x00 µ†Jr·JéRª®¿ "
b")\x0E 1p\f ‚@ë€"޲¿\x0F ´Õ "
b")lÑü\r éMÛÄ\x1A ØMxB "
b")ôí`ýÂB6‡ìÌD~ô "
b"+\x05 &Vs`KÒŸeCƺwiÆ "
b"+¡Æb-’@Œ ãÝß\(©ê "
b"-Bÿ,æ;JÜË®™é WL "
b".Ž\r …`òDN‘~^õSÍ‹ò "
b"/pæÝ\x02\x1F Fô±T´6î;ãÿ "
b"/–/èä¯Dhé…†årùü "
b"/§a6\x00 yA¦“ÞbhV‚Î\x03 "
b"/Ü4í›\x08 Fc‹¢4\x03 Ò–«. "
b"0\x08 Ÿv¤!D]³cmQ™½ŒË "
b"07qM4°K®š°ªÊ·\x0F ·\x16 "
b"2W©Z†0B^®ý¦F¾\x7F × "
b"4\t Ø\x00 “^Gñ'\x01 ¿\x12 6ª3 "
b"4\x1F ÖR×\x1C G[²ªI\x18 ›\x16 2ü "
b"4S\x0F ÆžÊNº¹ŠŠ/¼°dÙ "
b"4žXÑ/ÉAûœVX©áU‘\x15 "
b"7\x18 ‰\x1D Zi@r«,Á\x16 Z\x16 ö° "
b"8\x1A …¡g\x07 IB—AŸ³9±zB "
b"8“÷˜SGc³'l\x12 •Ø\x0F ; "
b"9P»ôØžAš£Pi$ºäSr "
b":\x11 H œ¬N*»â‡lj†ÜÊ "
b":˜8\x7F gìC"½\r ±K\r µ\r \ "
b"<\x05 <41îCaƒ\x1C ®ýBfHÕ "
b"=!Æ^ÓþIR¬\x08 L÷©iÁ "
b"><cmS„Mໆ\f -¢ô'Ž "
b">[¸\x0F ÛŸHf¹ÿq_’þ¡k "
b">ƒÅ¹){AJ¬\x01 6`LµLõ "
b"?\x08 óÀ*\f J\x03 ²ƒZEÒ\x05 ©ú "
b"@>«ë§\CÓ˜_I(öpQ "
b"@÷ËídO\x00 §´FgïN¢ "
b"C„†k\x00\x1A I°•¾uÙp\x00 ³å "
b"C‹\x1A ¯‹1AÇ™9\e EŽ¡\x0F ’ "
b"EÇ…~w„A6–\x13 úðs\x03 êÉ "
b"G>\x14 ‚TœIñ‚W÷ýÎu\\x08 "
b"H\x1F Ê@ì’H8º;Úð»a ÷ "
b"Hi<wF|FðŽ\x12 áCF¿øm "
b"JŠ7‚\x04 øD¦€¢‰*rØD² "
b"JõBÌ\x06 2D»˜½šŠ\x02\x04 d "
b"K‹³,§uNx\v &ü\x13 $7† "
b"L\x1C uERÛB$\x10 vÒæ¸ZZ "
b"L‡G\x1A âB\x15 šÖ°\f \\x1D Üç "
b"Mƒ\x03 dîéI™£\x03 Q\e æZ¿; "
b"O5áK0\v A¹˜,„ \x7F ¾ô½ "
b"P\x16\x1D ÐŒH–—Kâ"«\x12 "
b"P}üÎÐJG–§\x13 ÌØqå(Ÿ "
b"Q3Lþ›)Lx©Nµ¬ùzk8 "
b"Q‡ŽËT\e K\x04 †<ê÷þüºŽ "
b"R\v uT“FŽ\x0E TÉ@\x01 ½Õ "
b"R\x0F c3 KžªJ×ã[Ÿ©' "
b"RAªÑâ@\x04 š‡ Âé¬aå "
b"Tˆú\e\x11 sK‰’ÑñŽÞÆA— "
b"TÐŒ2\x00 ˜Oî§g߸¤êŽ£ "
b"U\x07 LK—±Hl Óê„\x01 Ï\x1C o "
b"U?\v\x1E X#KD“^¹%¾ûû% "
b"UX\x06 Þô“G־ĚãqõC "
b"V\x06 Ñ\f Þ\x1F H@‰›{í,†Bq "
b"V<{¥XàB»¼,°1×H½I "
b"V†\e W\f öE ¤ ³öÚÛ£‰ "
b"Vê&ëý\x17 O\t …º.5‰¼Õ\x13 "
b"Yè¨J¾tL›-Y4\x18 [‡s "
b"Z¦ûUÖxDª˜›EŽ\e ²\f N "
b"ZãK탋Ot‘\x07 )#c`–ñ "
b"[IÌ3‰ýH\x1D Š¢\x02 Aì#_\x7F "
b"[—+F Kä¾ÙJi\x07 ÷Ú "
b"\mÝ\x12 7\x1D Kû…ujÍÉZÉ" "
b"]&N翌Cá(=\e ²‹\x10 "
b"]B™¬ü¯@Ô‡†Mz\x1F PQI "
b"]†´·pYDä”\e CÔ‡(©½ "
b"]×ݱEHÕ>„åP1‹\x07 "
b"_¿ŽýW~L‰¿åò%¬¨j¾ "
b"bTu=\x05 §K\x19 ˜bŽÐvGhù "
b"bz\t ‚ýŽHG–.d’:»YR "
b"d--'hFKA§Ð\x1C\x05 >õ\x06 "
b"dôm\x05 ¯ZI\x08 ¡ûâEây* "
b"g [;Œ†A3‚Ñ&÷Àñlß "
b"gØ(áðKb¼}\x0F \r SË "
b"h\x08\x19 9`õFá¾’¾\x1F •£"R "
b"hm\x1A Mc„C\x06 ¬\x01 :êF<£õ "
b"i\x10 ©hÑ\x03 HÉ•cŽ/}_ "
b"i£’,Ž7Nn¡\x1A 8q÷\x01 È} "
b"i©^f\x1D BK÷´ä¹Þ„pxÊ "
b"iÏ<lå\f @eƒZKÏÍM\x15 › "
b"j¢\x1A ÁšîC1³'â&<ËK "
b"j¹J#,FC&§±±äëM9 "
b"jìB.&]NB’à‚\x04 È8á "
b"kÀ1`¡³B0•0ƒTMwr9 "
b"kÇ8[N¦F/‹W]°Æwoò "
b"kÌžÕ€KÏ‘ú*ê\v {R "
b"lÙt\x13 ¬XG÷œŽ\e €û\x12 @ÿ "
b"m3à“biFo \x15 [.×/áš "
b"m~±àTOò£ÅûØ\x1F ‡õb "
b"nð\f `Ý]Mé–ß#SmL\r » "
b"oEtYƒBI¦†„ân}Ŷ± "
b"p\x08 Ä6\x12 }E\x06 µ\Ótäx\x00 b "
b"""
plz\x0F ~ÔJ\n
•?ÂæM£!‡
"""
b"p§k]IÚIð‹T²ÕÂ0ø[ "
b"q–ÀŠ|\x18 Jñ‹ï¿§\x19 èš "
b"q×\x00 Þ·×E°®Ê’\x08 £…þp "
b"sœ¤ÿ8ÍOQ«Lß@\t\x1F ¶; "
b"tj^7õ=O:‰8D†Éò¤î "
b"""
u•¥ÝVèD¦ \x7F ]—\n
CBL
"""
b"v\x05 áBiØJL¾9ú~°BW "
b"v>k\x18 H=J\x10 ƒ]òX\x18 ÷xX "
b"v™\t ¥4·NÈŸ\x7F ,TIs\r µ "
b"v½5\x11 ¦ËLöŒ;\e I®F\x03 _ "
b"y‰¼¶øºA7³A€½Ú¼\x17 "
b"zº@±ãÈGø—˜•€Žõãx "
b"|"\e\f „TE5”às–!l¾Ò "
b"|CŽxâ¤Cb£\x1A ¶GrÇme "
b"| \x04 o#Ê@\t —³|xõè\x00 "
b"|« °:œK±«n¯+3BÁï "
b"~áD\t m'@”¨&~6B7€œ "
b"""
‚@\n
GëCx8Â[kñ
"""
b"""
„ë\r -œÞA3¹*\x1A ÄÜ\n
zˆ
"""
b"…áìF‚×L)«÷´Ð´ýÌ‚ "
b"†\e ëK£\x05 I¯‡\x7F ÚÌH® "
b"ˆ\x16 ÅnƈH—ùb9®à=\x1D "
b"ˆ\x18 Žðµ¬BM’¡>Ý\x02 6\x17 p "
b"‰„çÐJB\x02 ¢C›Qb) "
b"Šm)Kt\x7F D ‚#ûÇ¿ži€ "
b"‹B¼\x1D aÇOL¥¿~W\t ”Dõ "
b"Œ\x16 |ö¾¸Is…{¼\x01 ¹\x12 XÌ "
b"Œ•‡/¥JMY¶fsPàÊ’\x05 "
b"Ž*øyÕªA˜©„§°V\x11 × "
b"ŽlÈ&C:L(žt×bÆti "
b"Žån¦0“Iàƒ&s¥ŠÏÌ4 "
b"\x1F ûß\t 1B&–<ùrÑj’€ "
b"ÉQºñ1D\r ¨Ô¥_wü\x05\x03 "
b"‘\x15 ÷!)CxRΦ\x04 [¬\x1F "
b"Ù7?‚ÀE"…Í«§\x07 "jÚ "
b"ï˜â*øJÒ‡¡Ljõºÿ9 "
b"“J.Û\x02\x03 Iã±,ôæG ˆ "
b"“¸uwvPF«¯F\x1A G=<l‚ "
b"”9\x1C 6H1Od ÐÀÞ\t ÛR\x02 "
b"•dtÒ\x15 9B"•®Œò§"5~ "
b"•Ù\x7F E\8C%Ÿ`Y8æã}ø "
b"—P±ÝÙÞO\x1C fï\x16 ²R¡\x14 "
b"—V\x15 £ÒŽLF—ç0+Ý\x7F x° "
b"—l‰\x01 A.Nn¥5hÎ\x12 öõÓ "
b"—„ú)f±J££[±$!Sû² "
b"˜Uä=_\x17 I4‰ùû ÛÖ+¾ "
b"˜\x7F ž•GÿN;,—`\x11\x08 5 "
b"™•ÊAýÜIõ®ñHÕ\x7F ¹( "
b"›~’\x1E ]ßAä™ cï^Q8 "
b"""
\n
„w+ÌK¯»û—yÌé¬}
"""
b"\x1C Òaø/Ee¬©9¥;\e\x18 / "
b"&‰_Œ»M߆fÄÖ‚l5\x08 "
b"*\x13 Ú`\x13 FÕ•™¯”\x14 ¡%1 "
b"Ñ©é¬kMÕ˜äbS•@³\x10 "
b"ž\x17\x18 ]Ù(GÜ¡FEG“¹^’ "
b"ž?Ÿ¤<÷Dü¬\x18 ,å\v (Љ "
b"Ÿ´ÄBéÄHl¿ß¾]Þ\v\x1A r "
b" )§ŒþÏB"½¥°n}QŒø "
b" 0½N\x1D ÄG$·}ïÌ\x1A\x03 `Î "
b"¡\x06 !Úá\x0F EL‘ó…‡JÜ‘ƒ "
b"¡wKX@ªF>½äã;G™Ú– "
b"¡§ù\x0E ¾3J)“pTçöuÛ "
b"""
¢\t\x07 \n
˜0KÀ²/wÆ,Ðùú
"""
b"¢\x7F\x13\x04 ÕjCᯟ«ÆŽ\x1F ’Š "
b"¢ÓbÚ~pIÙ›7xA\x7F Ið¯ "
b"£ú\x17 v\x06 dK¶¸ì‚\x1E\x04  "
b"¤1ì™@ëOز\x03 H\t ‡Š¤› "
b"¤6áº@ñ@õ‘IP·êæ¦ "
b"¤^•\x17 OŒE‘«ã/» ¿cñ "
b"¤¹0C«ÄC¸¾þUÊåÝ®6 "
b"¦ø^\x19 TaLe”?Z}\x0F ôkb "
b"§g¸ýPVM\x05 °àüQÒÇc· "
b"§oZ±ƒ[C\x18 –a›ÂÅ0V "
b"§ÂJô`ÑIÍŽ\x7F }\x12 WÂ\x07 "
b"§ßÖ¼_aJ«YK¹“!¸… "
b"©"š\x12 §ÈD¢±Xèoƒ#J "
b"ªM\x1D ÿ\x19 ¼I¤žù;´bŸ| "
b"ªa??\x1E ÄJQ¤ø¶dVÛó\x04 "
b"«U&\x1F\x16 F,¦QÖÇìivß "
b"«r¹\x16 ƒôBž£)Òþén\x1D "
b"«™ÒÝ\x05 øD7º÷·î\x08\x04 íÌ "
b"¬J¾»²\x1A C\e ¡]:T\v šFø "
b"\x04 €ÞW·J¯¢gîù#¤\x0F ; "
b"!ÿx’CGrœ’Ø(ÒœÓâ "
b"®…^íN)C"¾äÉÏÇ<^) "
b"¯\x0F „T)rKJƒõ\x01 õÙ\x10 Wò "
b"°&\x01 –¯BK\x14 ª&|òôY\x1D\x1D "
b"°;“t*gGô¦¶‘fïü5 "
b"°<B\x08 {_Hæ\x1A\x00\x19 0zÞp "
b"""
°DÌU\x11 Bs·—*Ð\n
*âî
"""
b"°†`ųE⸣æ!Hʘ\f "
b"±\x01 nôGØG™¦rí[ÛŽêË "
b"±6„çR B½´xã\x0F ï\x00 \ "
b"±ä=]xõFY¼ÞI¸'óÞ{ "
b"²c\x17 ìÉ\x16 Jf·¦Ú^ÅRU` "
b"³\f «•\x10\f C\v ³j€Í‹vQœ "
b"³]5mè\x0F AåŒcëVOp`á "
b"³¦rôÀcJ'’z™\x06\x00 )N "
b"³é}ŸÌžFâ„úLá/œÆ' "
b"µ’33…GB8±ÂÀÕ–N: "
b"·ë¡Z\x18 º@³™3ú‰Fa[2 "
b"¸Bhôï\x08 NY¾žhb\x1D Úò’ "
b"¹\x03 '8>ÄAÉœšð\x06 O0»< "
b"¹©Z5CßM ŒË¶üîú¥ "
b"º¸$œÜUI¨¨TÁî3¹ï› "
b"»¬T#o‹D\x14 §€šs—z "
b"»ö޽×O0’¬h°xÏS? "
b"¼\x1F —y±5Bë—†ïZnóÆ\x19 "
b"¼u\x12 °þëC;–öÚé+¢\r _ "
b"½V\x17 h·ƒL_¤Ä?ÌÆi?\x02 "
b"¾ÄŠ’D”H\x15 –´™£F/¥? "
b"¿\n \x00 ŽƒÍK\x1A £ÎXqBiõU "
b"¿zH”‚_C\x1A »Záì\e „\x01 Á "
b"À\x01 DvºðH‚¤É™T?Z·\x1D "
b"ÂG®:Ï\x10 MV¬»\x16 ô–Æíþ "
b"Ä\x12 ˜SK2NŒµ5\x14 Œ¦El… "
b"""
Äõ\f ñ\x0F\x1D NE£\n
lœ|Æ÷]
"""
b"ÆL#²š\x02 Dî§*e\x16\x13 Ù "
b"ÇØœ.÷oNø´ƒ½i¸"³› "
b"È\x0F\f ¸¿ŒOM³»\x14 ]%¶\x02 › "
b"ÈË’ötNr§6P$jì!Ë "
b"Èá—ãdoL野ç^k.,E "
b"Èû¨=E\x14 Io»@€ØÐÜ•’ "
b"Êè%IökHT•‚cxú¯˜§ "
b"Êþ\x1A\x1C Û\f LÏ«F!\r \x1F\x1F "
b"Ë\x17 ¦\f OÃKF¿X\x05 6ŽÚè¡ "
b"Ë xÉøM©¤”\e >·\x14 ¤Ö "
b"ÌÔMÚM\x0E M›‹ƒghŽ.‹™ "
b"Ís=r¸ãD5“*Ì3ŠîfF "
b"ÎF)\x17 ¾jBy XÂ2v´Îý "
b"Îhù\x1A ²«NOàiKu$ïg "
b"ιer1dMÝ—šÜméVJ£ "
b"Ñ\x01 íé¼$@+¦‘'ƒã.&— "
b"ѯF\x04 Žz@R¾Ð/‘m.2\x1D "
b"ÔÅ…âe K;Û”^B(‡v "
b"ÔîÄE\x14 rDf–ËwÖܺåF "
b"Õj4\x1F\x02 ¢K\x03 ¹Î¿ó(Xœ\x04 "
b"ÕqQÎQ8J‹µÚ0ý3rW\n "
b"Õq¬,æ\r @éš\t ÚîUó³ "
b"؈\x03 5c¶OC ›¹ØöÙ%\x02 "
b"ÙÐëÜ\x7F PO/¶‘Þ€Ôéº5 "
b"Ù×ÿ,e6B*š8\x12 ½A—>ì "
b"Û\x17 ÂpÔ}Lõ¡\e %tÜÆM\x19 "
b"ÛŒ˜?.%I%•Òºõ— \x12 › "
b"""
Þ\x14 ®oURG#¬\x0E \n
Pƒe7\x10
"""
b"Þ gPµ\x14 Lž¹\x08 ìÕ\x17 Zf4 "
b"ßRþ\x08 k\x1E Nn¼\x1E $\x12 œ\x14 ZG "
b"á\x1D ÛBÆZCPºLuá†$Àš "
b"â\f o\x19 Û=DÓ±5:¾5<\x03 V "
b"âØÖ’å0O|œÿ9\x11 "-–y "
b"ãqsæ±\x11 N‹\x03 (ÄòÌ\v  "
b"ãœþ\x7F ¢"B+§\x01 L‘ì-‚c "
b"ãÀˆòø×A¼¨çY#Ä,y| "
b"å"\x1C\x1A «cDЍ®Ôæ\x1C J\x11 ö "
b"å8¶Ç·Mé±\x19 Ë‚>÷ÿ‰ "
b"æ\x06 M\x08 eÅH\x06 @ÁÒ¹Ë "
b"æ\x08 Z<±\x1C Ea¯\x1A ŒßM[\x07 9 "
b"æ·3ÿHL@\f 4?Lε®j "
b"çb(\x04 ’\x13 Ea“\x0E\x01 =î1‚\x1A "
b"èÜšç•%H\x05 žU†>éÒzš "
b"èá‚Ô°ÃFjŽeº‚\x1F òÝÈ "
b"鄘E+\x15 L΂-Ç\ú´[ "
b"êMHœÊ\x11 Jð‘ ¿2\^Ó' "
b"êO—˜#²Dê¢W/T§\x10 ¥\x1C "
b"ëVkU[‰CÙš³D\x12 ¤¿” "
b"ëŽq*ù\t C\t ¾DŒ\f kÃq\x14 "
b"ìYË:1pAŒ©æ?C\x03 Ä\x05 ð "
b"ìd\x00 °“êFP³\x0F\t ‹ëÁa: "
b"ìyL\x10 ÔAJq±éH=YvhR "
b"ìÎ"°ì¡Kó‘—F¤\x00 [\x03 | "
b"î/ÞeÁÒK%‘\x1F 0DŽƒ\x00 3 "
b"îÁñZ·ÕM龿ml5\x16 7¸ "
b"îÈJ@¿$A¡´Ã\x14 …Y\x1C 6g "
b"""
îÍY¾ƒÚJõ«»\x04 \n
¦&\v ˆ
"""
b"îÑD¤"H\x1F „\x07 ©Ëx™ÊÉ "
b"ð\x14 »„\x14 ÌF«ƒ³‚\x15\x02 ¶«@ "
b"ð±§^´ÈHƒ–\x1E w!£\x7F\v\x07 "
b"ðß*\x16 »+Fįgæ_^¢q= "
b"ñ†T‡,\x1C C\x01 ’÷¼ul—ú£ "
b"ñC‘ưN¸’‡¶\x1D Óüv "
b"ñý\x14 -Y[Ný‰ŒÈ ’\t |N "
b"ò¼\x18 íÂ\e A5¤“Ú\x00 Z®ö¸ "
b"óC8´H‘OžhÃhÉûr> "
b"ó€‹PšiOȘƒð´µÝ¼“ "
b"ô,Ì\x08\f (Mì·TÓ—A\x03 y~ "
b"öXz\x15\x02 âGƒŸ\x08 oïTÅ{/ "
b"÷7xjXB¼¬¡W&\x10 j\x1F É "
b"÷F*JÛKû„)\x15 ËXv”š "
b"÷™;n\x18 éI¯²ƒJo8\x16 æ "
b"""
÷þù½\x10 EI\x13 ±®Ç\n
•šü
"""
b"ø\x16 V¶#¢Dx…f\x16 åb\ï; "
b"øê; ¯\x05 B)«gú'Ú²`B "
b"""
û!Ý5aLK"\x13 /°’\n
—õ
"""
b"û©zj\x1D ˜I»ªPe|¤G4À "
b"ûö±\x1E _tK·¨£»^R–6Ì "
b"üáeí\x0F °Dw˜ð` G9çŠ "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
OFFSET
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x004A9568218C46FFBF2B7C029F76B8DB , 0x006EAACD4464481486FDAF86176BF9A3 , 0x00D219FF92FB4BA892ED9A21D9C99B1D , 0x015F9B0484854A60A1AEE588DDE6FBC3 , 0x0190725D9BFB7D7FA14419B2A893D6CE , 0x019193D5E5F4758AAFC02CB4202CC83D , 0x019E64B76B12708286B5EDF8118A6E60 , 0x019E64B76B267367A53BAF4A9D589E70 , 0x019E6E250D3D70B3A50BC7458764D979 , 0x019E6E250D52721082A97AE1B9FF81CE , 0x019E6E25104A70699B7D921DE52024F5 , 0x019E6E251060720EAE25E60687348ABB , 0x019E6E25127F70D198DDE15399525EBE , 0x019E6E251373723B9E653F47C9DFA384 , 0x019E6E2513BA70C08A2EFD1C9EB75184 , 0x019E6E2513FC72C3B1BD54FB337760A4 , 0x019E6E25156173339B0FB6ACB3A63609 , 0x019E6E2515687397A16C2993C2B1A167 , 0x019E6E25157B7349B834C8D90301DC01 , 0x019E6E25158A71F08A24FBEDA2E7B16D , 0x019E6E2515917209A057B32321B8D015 , 0x019E6E25159573DEB06625F8C680CD4B , 0x019E6E25159971228E6D00621FA1246F , 0x019E6E25159F73C29FD9B1D04D3A7786 , 0x019E6E2515A370B1A7451D207881FB57 , 0x019E6E2515A672C7B43E718CC40B607C , 0x019E6E2515AA70A5B7B15EFE49C52142 , 0x019E6E2515B17260A1715E9E44F1C4D9 , 0x019E6E2515B4724497639360EF0030AF , 0x019E6E2515B872F3A9374F27E72B51AC , 0x019E6E2515CA728EAE3683F541167680 , 0x019E6E2515CD70CDA3A3B249C1120DE0 , 0x019E6E2515D072E5BFDE22C2DD6ABE21 , 0x019E6E2515D6739AA687B19B677350FC , 0x019E6E2515D97108990EC8C02522399D , 0x019E6E2515DD70A88D0210FB9C155EE5 , 0x019E6E2515F47037B71B69CBFD14DB21 , 0x019E6E25161071DDB1CD48DF63435616 , 0x019E6E2516A67392A6AA00D48865864D , 0x019E6E2516B77181A58CE7F435E5FDE7 , 0x019E6E2516C1706CBF33EF17AC03C94E , 0x019E6E2516CE72F49C217402A5E9157D , 0x019E6E251703719AB8D28984151F356D , 0x019E6E2517057250B8BE46B8A0B15316 , 0x019E6E2517067076BA5886B27EB08D30 , 0x019E6E25170973A5831729A86D8A4F24 , 0x019E6E25170A71F4BD82BE8E2A52F072 , 0x019E6E25170E721CB98CBDED3D23BE98 , 0x019E6E25170F707F8BAB7EE5B8768FC5 , 0x019E6E251710720F833D94CB2A942A26 , 0x019E6E25171172648F67200BD29B106D , 0x019E6E251713716D83078374E4E97D94 , 0x019E6E25171472DC9C3B06ADD50D8B4D , 0x019E6E251716729D99D3F790CD0A512E , 0x019E6E251719720DB2B35207AD9EAA19 , 0x019E6E251721709881815B64B0E3FBEF , 0x019E6E2517227251A5C980F92B6324D1 , 0x019E6E25172971109A4A8C8926712E5D , 0x019E6E25172A70859A1BDB2A718CC4B4 , 0x019E6E25172C7222BBE76D1195E157C4 , 0x019E6E25172D7377AE54759CD826C6BC , 0x019E6E25173371178C261F64D7CC6563 , 0x019E6E2517377170A0BD8B9D20A6D5BA , 0x019E6E251738735BADDF3C8BA51FB1BD , 0x019E6E25173B732CB3BF03B4D434FD11 , 0x019E6E25173F737DB7A86B33ABFDA3C9 , 0x019E6E251740720CB6441F5FFD261AA1 , 0x019E835C8B69729FA6F7CB3999EAB367 , 0x019E835C8B917277BA54AF1F63E2C6B2 , 0x019E835C8B9A72EC83DAA3C129F414AE , 0x019E835C8BAF71A7990BF7D5859B31E2 , 0x019E91BA0EAB7141B53CFA0F36055F31 , 0x019E91BA0FEB7190A32E47BCC4650449 , 0x019E91BA10037139B9156C1089EE2A35 , 0x019E91BA101C7320BB74F1A1C2E6020E , 0x019E91BA106F71E0BE521E5180B8E4A3 , 0x019E91BA10BE73FA90021B184669580B , 0x019E91BA10EE70E3BFFBEA0E4B3F55DB , 0x019E91BA1257731C89F939749D6739E9 , 0x019E91BA154B70E39AE91D126C0B6B7C , 0x019E91BA17DC73BCB8A773793A67A870 , 0x019E91BA185F72ABBD7938A4693DF8EA , 0x019E91BA1E18728E9432BCBBA0A15DDD , 0x019E91BA203C73828C63827B3B9AD785 , 0x019E91BA219C710B93936054797FDE80 , 0x019E91BA234873B28718545535A6E69C , 0x019E91BA252872F791E16ECF151C0EF1 , 0x019E91BA292570648F430FC974571047 , 0x019E91BA2BEB7247B3125B6355F52C08 , 0x019E91BA2C3571F6A70A5EB215FA6FC1 , 0x019E91BA2D6971C5986969F054BBB9C3 , 0x019E91BA313473C7B3BC49EC39782964 , 0x019E91BA321C72AFA755745A2AF4F887 , 0x019E91BA32DA720AB5253EDBBC1621EF , 0x019E91BA37C57186854EA73936AA7337 , 0x019E91BA38CD72728B535375F04D8FD1 , 0x019E91BA394D72E5B5006EB47F4E523E , 0x019E91BA399D709BB3759747D0E20948 , 0x019E91BA3A13701181ED86ADDD204CDA , 0x019E91BA3A2F725BA110BC3F1712CE84 , 0x019E91BA3A337279BFBCCCFA8EA74282 , 0x019E91BA3A377136B0E64AE08E00BEB4 , 0x019E91BA3A3973568FE65E4DBFE6F1FD , 0x019E91BA3A3C72C4AB7DD925F5C58727 , 0x019E91BA3A3E721F92301401B132A87A , 0x019E91BA3A4072378963A663C7E86C88 , 0x019E91BA3A427179AF944EC269904CD2 , 0x019E91BA3A46709E902CCF3AD798950B , 0x019E91BA3A4973779DAD17523908C2FC , 0x019E91BA3A4D737D8EE13499264CB301 , 0x019E91BA3A4F7183AA1289BA7543312E , 0x019E91BA3A517337B3F815601AAD3846 , 0x019E91BA3A5370D7B8B05E1C6080C05D , 0x019E91BA3A5671869DD105FD734891D8 , 0x019E91BA3A5A7384891D724CB93F445E , 0x019E91BA3A5C709AB4931B1CAB724B59 , 0x019E91BA3A5E7384BDC36C354E16376A , 0x019E91BA3A6470C0B3C24B87C54F37F0 , 0x019E91BA3A66724587115315DAB36A50 , 0x019E91BA3A6B7108B6CD6BB7864AF64E , 0x019E91BA3A6F71A68013A614196E0C2A , 0x019E91BA3A71700492523BB33D2615A4 , 0x019E91BA3A757135B8B31772AC370C4B , 0x019E91BA3A79721C84BF7E1503C903A8 , 0x019E91BA3A7B70F1BF2C54845E7D8012 , 0x019E91BA3A7D731FA84EC14114491F4B , 0x019E91BA3A7F731CA88D1886BD7DE784 , 0x019E91BA3A85727A86FCE2ED979D1D70 , 0x019E91BA3A8770AA9CF4D813642A779B , 0x019E91BA3A8970889162E528427ED46A , 0x019E91BA3A8B7350AF1E4473FE0AC451 , 0x019E91BA3A8D7318B4620C6D1588B3BA , 0x019E91BA3A8F723BBB0B8F8F63B6A158 , 0x019E91BA3A92723C984899A2C66ADA98 , 0x019E91BA3A947187AFE4E3ADE63EE12C , 0x019E91BA3A98715A82AA46B469F7E94B , 0x019E91BA3A9A72FEB101514635D388F6 , 0x019E91BA3A9C723E9C7A45689B43888F , 0x019E91BA3A9E72188FBF0A7CB3670349 , 0x019E91BA3AA072A7819BBC5CBF16D169 , 0x019E91BA3AA272079481F7B6911822A3 , 0x019E91BA3AA573A8AC939A35283B0EC2 , 0x019E91BA3AA7730EA34E9A65102ADC83 , 0x019E91BA3AA973B9AB30D213C066B2F4 , 0x019E91BA3AAB73FB89A35C423D6E5773 , 0x019E91BA3AAD706A8ED8368F52BB6F96 , 0x019E91BA3AB17397B9FD1E32B316C5F4 , 0x019E91BA3AB37371976740079D7C36F1 , 0x019E91BA3AB870188A52B66598FC697A , 0x019E91BA3AC073F39A8D3FECA2B8656E , 0x019E91BA3AC57322B4477FAB2AFBECBC , 0x019E91BA3AC8716D995A047B3CBEDB8B , 0x019E91BA3ACA715A925C540CFD9B6C78 , 0x019E91BA3ACE706683E37105F3B2C109 , 0x019E91BA3AD871108ECDA05F6F6BB9F0 , 0x019E91BA3ADB70C29DCE4CA1A5D94207 , 0x019E91BA3ADD71CCA69630DEA5707D68 , 0x019E91BA3ADF739EADCCB40FBEAC2C6C , 0x019E91BA3AE173C0A52CBE9CE18D0B7E , 0x019E91BA3AE37275B0043814569B0F25 , 0x019E91BA3AE7706C91D776FF5709D18D , 0x019E91BA3AE970A6B037C695B9C9176B , 0x019E91BA3AF073E7996976504FCD50C3 , 0x019E91BA3AF271A1AAFD2541CA146A4E , 0x019E91BA3AF6717E8DDCAB387F49743E , 0x019E91BA3AF87391866437F6BB753F6E , 0x019E91BA3AFC704BA7C0A4CB131FD580 , 0x019E91BA3B077178999B1E7E881CC7C8 , 0x019E91BA3B0971D3832D9A2D6C658D44 , 0x019E91BA3B0B731DAE809C3F96C4222D , 0x019E91BA3B0D720E8B83AEAF6E7AFE26 , 0x019E91BA3B0F72B097D1815841C4EFB4 , 0x019E91BA3B117164952186CCB0B7F301 , 0x019E91BA3B13707EA587D873748C9205 , 0x019E91BA3B187205A56210DB0E729E2D , 0x019E91BA3B1B71019D5B59E0C35485CB , 0x019E91BA3B1D727C9CD0364280914CB9 , 0x019E91BA3B1F708B8884E074E536ECD9 , 0x019E91BA3B2373B7B14554426DA09781 , 0x019E91BA3B2772D9B1842C8D88DB02B3 , 0x019E91BA3B2A7280BCE5D552C6161E5A , 0x019E91BA3B2E70A2BBB3278E98E35E13 , 0x019E91BA3B3470F198CD06D035CF62EB , 0x019E91BA3B387131A5DB103B82FF5E55 , 0x019E91BA3B3A72B09F33A0F87E52BF38 , 0x019E91BA3B3C7340A97F72A81A852F8A , 0x019E91BA3B3F71508C78C7BFE9A694A0 , 0x019E91BA3B4371DF84CC19F26C69FC39 , 0x019E91BA3B457041BD6A744E47A8E3D4 , 0x019E91BA3B4771068F9AC408C2BFA05A , 0x019E91BA3B4973039E18FF314FD60C55 , 0x019E91BA3B4D70E582C8EAFFAC70EBB8 , 0x019E91BA3B4F70A9B16E05BA6E894B22 , 0x019E91BA3B5172B9B9427F082C6066BF , 0x019E91BA3B53720AAB943E554CC09AA7 , 0x019E91BA3B5570C88E20DAABDA112007 , 0x019E91BA3B5970DFAE0B811420A94E95 , 0x019E91BA3B5B70858FA6AC02FCB0F995 , 0x019E91BA3B5E737CB54633AC8C0F2060 , 0x019E91BA3B6073DAA62F2849FD9BFF86 , 0x019E91BA3B6572BA83B91CB2A1A30C6D , 0x019E91BA3B6770C685D008CC2CB7F53D , 0x019E91BA3B697282A00FAB9CAB1AB52C , 0x019E91BA3B6D7007A58F8B18577E98C1 , 0x019E91BA3B7572319CC2F7F816D27636 , 0x019E91BA3B787050A782ABE1F552C863 , 0x019E91BA3B7A70C6AB2AA2C361578977 , 0x019E91BA3B7C7299A2262E62CE043780 , 0x019E91BA3B7E70229831AF34254B10C6 , 0x019E91BA3B8273B6A4AF787B59027182 , 0x019E91BA3B8472EAA4F8C4144825D4FE , 0x019E91BA3B9271709B0CEED8829A6B3A , 0x019E91BA3B97727A8068FA2A65B8BB6E , 0x019E91BA3BA171F283A703634034C4B5 , 0x019E91BA3BA372009B7CFCAC7E76CD84 , 0x019E91BA3BA772CAA96FDC34769C0B25 , 0x019E91BA3BAB70C2A2785C6148442E88 , 0x019E91BA3BAD70E28F4293BAC32536B7 , 0x019E91BA3BAF738EA65434331EC57D36 , 0x019E91BA3BB4728AB8ED16A83401D033 , 0x019E91BA3BB87176B2A826C2F0BAF201 , 0x019E91BA3BBA70BCAF6742CD21FCB0CD , 0x019E91BA3BBE7394A0DFAFE9170D6780 , 0x019E91BA3BC172B587928F905221FCC1 , 0x019E91BA3BC6717DB36DBC6664D7DA2A , 0x019E91BA3BC9712EA692295C3F57028A , 0x019E91BA3BD071E9979EE322151DD086 , 0x019E91BA3BD772D2B88FFCA9900ADFA6 , 0x019E91BA3BD9719CA0DBC33B0828B63F , 0x019E91BA3BDC73D69C4AF1AAAC3D837D , 0x019E91BA3BE37326BF2A2FBE3EDB20B1 , 0x019E91BA3BE570DA9D875DA161F86823 , 0x019E91BA3BEA72D08C927F905BC33ED0 , 0x019E91BA3BFB7124AEB9830A1578061C , 0x019E91BA3C0471C2AB68322D0AA7E3F8 , 0x019E91BA3C0E7090AF8F9CE2345753CF , 0x019E91BA3C1A7227AFDE142730776CE3 , 0x019E91BA3C1C70BAAD716A807E609E5B , 0x019E91BA3C1E73EA96933D6E94EC1D48 , 0x019E91BA3C267042BAD845F1EE398778 , 0x019E91BA3C2B7110B97B0B5DBD26557E , 0x019E91BA3C3873D69475D171B3374B92 , 0x019E91BA3C4772ED9A91D7DED8BD1915 , 0x019E91BA3C51707BB7562701A349B881 , 0x019E91BA3C5573A495E02BAEDAF22199 , 0x019E91BA3C5A70E08A0CD471F014C0A0 , 0x019E91BA3C5C7144B720E3D99A8AAD83 , 0x019E91BA3C6C72E1AE07327461A563F1 , 0x019E91BA3C7370EA8E7EDE80E01676CB , 0x019E91BA3C7A7286BC19EF78BDA4865B , 0x019E91BA3C7F7065828385EAD439E5D5 , 0x019E91BA3C8372B2B476056BE50FBABE , 0x019E91BA3C8A73BCA7E7C9E0AE3907D4 , 0x019E91BA3C8C708EBA8537040C0F0530 , 0x019E91BA3C9170CAABF7DBCCC1900D3F , 0x019E91BA3C937274881085C4A3CB0663 , 0x019E91BA3C9C7228ADE33305F3AED5E7 , 0x019E91BA3CA0702BA9A5CD003D0D7772 , 0x019E91BA3CA77005BD1A9CC98F0DF5EA , 0x019E91BA3CA9738EAF6B9F61800109BC , 0x019E91BA3CAB71FBA49BE12EA4D87156 , 0x019E91BA3CAE702A83D8DC73254B9417 , 0x019E91BA3CB473D6A63A101FCBE9B4FF , 0x019E91BA3CB870E1AE255112E6227809 , 0x019E91BA3CBD70C89A0525D3BCB2ECA1 , 0x019E91BA3CC170A58062530B50D07594 , 0x019E91BA3CC871FC9607248F632283A0 , 0x019E91BA3CCE7298BAB76BDD628D9A23 , 0x019E91BA3CD371AF9B09D0CDE2AA529E , 0x019E91BA3CD573B1B7EFF3DBC384212F , 0x019E91BA3CD771A0AC1C32D4E688E7AE , 0x019E91BA3CE3720D8DCD698A1773C5A6 , 0x019E91BA3CE57266AFFD8BE577CA1F11 , 0x019E91BA3CE7720CA5842131B2B3BF20 , 0x019E91BA3CF4702D97CF7F97EEAC94E0 , 0x019E91BA3CF672B9B81A2B9F8DA1E012 , 0x019E91BA3D057268A4459FCA22EF1E82 , 0x019E91BA3D08710E89649D02AACD250C , 0x019E91BA3D0A723C9952E31E941B0992 , 0x019E91BA3D1570C1878A502FDADAE042 , 0x019E91BA3D1973CB9F4627F1A9023316 , 0x019E91BA3D1C718F846DB0DD8FAC3483 , 0x019E91BA3D27716DAB5D1D73A6AABC61 , 0x019E91BA3D2D7213A61FB199E7ACEB2B , 0x019E91BA3D36707BB708190B719DB32E , 0x019E91BA3D3970808DDF3AA1CCCE53B9 , 0x019E91BA3D3D7108BC3F122A2815237D , 0x019E91BA3D44734BBCEBC23804D65307 , 0x019E91BA3D4671449235AEA11A309AAD , 0x019E91BA3D48732197D61FE33D6CB39A , 0x019E91BA3D4D705DA808C8CC437C6FDF , 0x019E91BA3D4F714EB79C65D2E47AF48B , 0x019E91BA3D5173028B4CCD87A06E11CB , 0x019E91BA3D5F7171A3A2027209150917 , 0x019E91BA3D67720786AEB155C4B1A1B7 , 0x019E91BA3D6E731D9FB2375D07F14523 , 0x019E91BA3D8271BD9A0D3A1C64A47313 , 0x019E91BA3D8671C9831352ADFAE0DEF4 , 0x019E91BA3D8B70EDA1204F0C4B3574B9 , 0x019E91BA3D8F73D18B488A2F4D8551EE , 0x019E91BA3D9B704CA949F00406220F78 , 0x019E91BA3D9D7396A7BE1D1611302B88 , 0x019E91BA3DA871A38EE9C68EDE7DDED1 , 0x019E91BA3DBD73B2909F981E01B5E7D8 , 0x019E91BA3DCD71EB99E288E54D4C5FA7 , 0x019E91BA3DD473B28862BBEBAFA5154C , 0x019E91BA3DF072C4A8C39B926990AD1C , 0x019E91BA3E20709E95F49F72DC638468 , 0x019E91BA3E267068854539C1E4C33644 , 0x019E91BA3E3A730DB759913429043668 , 0x019E91BA3EA572F888CF21D7D72644CE , 0x019E91BA3EAB738DB19E778F42E08C51 , 0x019E91BA3EAD73EB9722DB3CE7580CF5 , 0x019E91BA3EBD73EA906F9A552C3013CD , 0x019E91BA3EF970F28BCDA4F94A9DBB2E , 0x019E91BA3F9973768CDFC6565207004F , 0x019E91BA40417369BFD473AE5C65492A , 0x019E91BA404E71169C5CBF1142316CBA , 0x019E91BA4072726995FA19340D6A3650 , 0x019E91BA407E73B08248025BDAB2A1B2 , 0x019E91BA4095735597E8DEFAE7473729 , 0x019E91BA40C2713D93545FA860C9CC94 , 0x019E91BA40CE7269AF3546E74373EA1B , 0x019E91BA40EF7037A600C2F7EB8133E8 , 0x019E91BA410F703AA1E06786E2A9B92F , 0x019E91BA411E702EB6512B2AE464BC20 , 0x019E91BA412A728098F368C1471D764E , 0x019E91BA414A73EFB4EEBB2F93A43D26 , 0x019E91BA415571A28509CA9C5EE680A9 , 0x019E91BA41607025923428553F3E0CA2 , 0x019E91BA4180729AA5538D9A52BB7D2D , 0x019E91BA419673D4813C452B9B0A8EAB , 0x019E91BA41AD71AFAC281196DCCB7747 , 0x019E91BA41D0729EA1022C5DD24641EA , 0x019E91BA41DC702CA081174293127DE9 , 0x019E91BA41E7736391E7EF0359F756A2 , 0x019E91BA41F470658A5A569CD5204795 , 0x019E91BA4206723083E32B477CD3DB31 , 0x019E91BA421E737FAE94DD9ED816D6D1 , 0x019E91BA423773CD96DA4A51A874B625 , 0x019E91BA424F70EB8CDA28481E5CB27C , 0x019E91BA426772A681F26E2B209E11C2 , 0x019E91BA42727041AE6B4737FCA85A8F , 0x019E91BA429472F5A29C9A3117577C5B , 0x019E91BA42AD701A903B192B86409CCE , 0x019E91BA42BA73F3AD0FF1DB70EDC21D , 0x019E91BA42EE72FAB51F58AA6DA3ED88 , 0x019E91BA4307717E84AED3CB84F10AE5 , 0x019E91BA432071449D939D37E24B3D1E , 0x019E91BA4346704A86B7083FB6AB77B0 , 0x019E91BA4369738CA3C8B763B62E41C6 , 0x019E91BA439D717185F842A1383231A7 , 0x019E91BA43A973B9B74024EF483A61AA , 0x019E91BA43DD711AA7154464E9D2A195 , 0x019E91BA43E972D68E1370C2964982AF , 0x019E91BA43F670B2B02EC3825328EF14 , 0x019E91BA440370FDAFCBAA4F24292E7C , 0x019E91BA44107161A3394B5F9BFA9452 , 0x019E91BA44287240864B5BCE209B42BF , 0x019E91BA444E714EBDAC33F396BC102E , 0x019E91BA4466738FB8D722ABC31E99A1 , 0x019E91BA447271949EB118545CF61F50 , 0x019E91BA4489731CB9BFCEF7A84923A7 , 0x019E91BA4495723781EF2AB958DF26A7 , 0x019E91BA44A170A685575F11A1CF0039 , 0x019E91BA44B9729D8CAB320F4AA08091 , 0x019E91BA44D87188AF567C5FDA0D3B34 , 0x019E91BA44E4701EA7FFA3DB0F563C7E , 0x019E91BA44FC71579E9EA79041872BB7 , 0x019E91BA45087362959076612FC5FB5C , 0x019E91BA452070609CD8C42AFDAC5EE4 , 0x019E91BA454E71B4B9D628EDEBF6CA47 , 0x019E91BA45657201A6921FD8583C8534 , 0x019E91BA45887179B33E3D008B442C8C , 0x019E91BA45BD7109886C63BC86C9C71A , 0x019E91BA45E873AEB33B75434ABBF721 , 0x019E91BA460173D59E09CD956CC9ACA0 , 0x019E91BA46287070B9DD757D945C37FF , 0x019E91BA4642706ABABF942F352B4AA5 , 0x019E91BA464F729CBDFAB92E12D52F87 , 0x019E91BA46767314AC2CE8A52061C6DD , 0x019E91BA468E73D7BD2595585271C3D0 , 0x019E91BA469B7091BFD0BD18DC5A9387 , 0x019E91BA46A8736DBBAF554B9428CA78 , 0x019E91BA46CC707AA1544749C1441B60 , 0x019E91BA46E571DEB33545A2BD1E943C , 0x019E91BA46F273EB80E5951DB5651C70 , 0x019E91BA472472259884ABAB526B5FCD , 0x019E91BA473170C5BA9370C26612B667 , 0x019E91BA473D72B6AB98B75D3C88B993 , 0x019E91BA474A7163B1F6ED650C6FF0F3 , 0x019E91BA475672A4BD800E0E367DBE0E , 0x019E91BA476370A9BEF206D12B84A651 , 0x019E91BA478870CD81C411ABBF9B5FDE , 0x019E91BA4794714B9DA6E8C600CA58A6 , 0x019E91BA47A1726590931D91FC18E942 , 0x019E91BA47AD7351AFD723BDA7829955 , 0x019E91BA47B972688CC68EAEC0DD0F90 , 0x019E91BA47D3704DB3AE75BC3B280B2B , 0x019E91BA480772D897874E113480423C , 0x019E91BA4821705897791125B3A7A63E , 0x019E91BA482D7002B7B4F66715D37896 , 0x019E91BA483A73DFA8CB24AC85DC7E0A , 0x019E91BA48477361BA82736F9A202C26 , 0x019E91BA4854728B8C594640A511BB07 , 0x019E91BA488170A0B49935E08F230429 , 0x019E91BA488E73E3A4D77FF29BF50479 , 0x019E91BA48AD724DB0E2ED2BA2104C9D , 0x019E91BA48B9709AAAB77291713F8115 , 0x019E91BA48C5700D945A7F03117AFEEB , 0x019E91BA48DE72EF929A9FA935736177 , 0x019E91BA48EB73BF89DC7CCC499BF534 , 0x019E91BA48F770C4A474CAA92D16EBD7 , 0x019E91BA491B73AF8242C54A4F598901 , 0x019E91BA494C706EA5B2C1684AFE32B7 , 0x019E91BA495B72329C3F875F70C4DA2F , 0x019E91BA497472BD95C4847623338FAA , 0x019E91BA498D72A08928389589A361A1 , 0x019E91BA49CA71E1BCE0156879DD72E0 , 0x019E91BA49EE704780D29130707DC818 , 0x019E91BA49FA71C683A3712AE018281C , 0x019E91BA4A2A72F2B2CB8B2D1CE210DB , 0x019E91BA4A377374A35F1A7F9D621E4D , 0x019E91BA4A447053ABF56E2E1F3ADAFA , 0x019E91BA4A5E7166964CBE91FAC8A88D , 0x019E91BA4A6B71B58FFD218A2D57B339 , 0x019E91BA4A86725482B10F64C4C67A0D , 0x019E91BA4ABA71CE8DBC5561101C011B , 0x019E91BA4AF271BD8945529C9B4D8454 , 0x019E91BA4B0C71E187856167FF247DEC , 0x019E91BA4B337107BD8EF877E53EF967 , 0x019E91BA4B4072D3BDA629A65DC5DE13 , 0x019E91BA4B7271BF85AE06A696E80B5E , 0x019E91BA4B8C72CDA770AC1AB7E45052 , 0x019E91BA4BA5731B908A5A7F0130478C , 0x019E91BA4BBE702FA86805813B75EC76 , 0x019E91BA4BF2733F9AAAF79E83797809 , 0x019E91BA4C1770AF8150169945C2B2A1 , 0x019E91BA4C30735E8553C33E2DF8DDE8 , 0x019E91BA4C4972EEA17A001D23C90D8D , 0x019E91BA4C8570608BE4D6297F4BDA6D , 0x019E91BA4C9E73B7880B91CBE6A343B4 , 0x019E91BA4CB773CEB88B2C5AE024522E , 0x019E91BA4CC47174870CCEB94138CC9B , 0x019E91BA4D05715694E552C025D9309B , 0x019E91BA4D29707DB59ADE0E75CDDB79 , 0x019E91BA4D4D7398A847944D89BA22C1 , 0x019E91BA4D987131BA36D9F6B099E2D6 , 0x019E91BA4DBC710F8498FCA1AF369F84 , 0x019E91BA4DF672A988604653C99BEDEE , 0x019E91BA4E0270A0BD7693EE3B1A88AF , 0x019E91BA4E1A70DE850C1871B7BB80FE , 0x019E91BA4E32730BA7C2C3FBC4681431 , 0x019E91BA4E627187BD4395AF45BFFA2A , 0x019E91BA4E6F713EB7A58FFDDE3D89F3 , 0x019E91BA4E8A72AEAF6B721A71683FE4 , 0x019E91BA4ECD7110997FE00B8E951650 , 0x019E91BA4EE57080B51778E7B6960E08 , 0x019E91BA4F0B7289A3BB3537B4DD926B , 0x019E91BA4F2373CEA1F0014A2AF3D055 , 0x019E91BA4F2E72788D606E1A9537EC67 , 0x019E91BA4F3A7089B9799DEADEA7C5B5 , 0x019E91BA4F50721484FEF63A43BB4BBC , 0x019E91BA4F957101902554E0F5199FD0 , 0x019E91BA4FC772E288F4317282E4DCA4 , 0x019E91BA4FF972EC8A33356ABAACA909 , 0x019E91BA50057243849090D523E3BB5F , 0x019E91BA501D70599D04A7EF2003B02B , 0x019E91BA50357281A1A3E43A5FF79D2C , 0x019E91BA506773E0A644F3EA3FBD1083 , 0x019E91BA509970EC8CE2CCEE09D87F04 , 0x019E91BA50CD708989B2F8612EEC8EA0 , 0x019E91BA514372379E091DA56338F10D , 0x019E91BA518F707593C0EC04EA4D33D2 , 0x019E91BA51F47305AC29943F7EB07570 , 0x019E91BA527A71F0AA48E7D0F3C41A9F , 0x019E91BA5341718D836C64F9E6727C31 , 0x019E91BA537070C1A6B85C677DA851E7 , 0x019E91BA55167371B8196C7A481678C8 , 0x019E91BA5623722A95E92D271C2FC853 , 0x019E91BA56A6712384795B0D378BBE7B , 0x019E91BA573471D5ADCB26986952F623 , 0x019E91BA5AC173139117128082EE8E80 , 0x019E91BA5ACD71408C3C27F4E2C05510 , 0x019E91BA5AF973B88C613418DDEB471F , 0x019E91BA5B0471E1A5505841C12D4FB1 , 0x019E91BA5B22700386483A48AEA5EB3D , 0x019E91BA5B5970889FFF073831E6B2DD , 0x019E91BA5B7073E4A5F4B1A28E98383E , 0x019E91BA5B9172878CFD8FD4D91856C9 , 0x019E91BA5BB0702E86D6C68430C14863 , 0x019E91BA5BD07344B0573B8E7D42FAC8 , 0x019E91BA5BF471E78293620FE25188D5 , 0x019E91BA5BFF7390A6F6B9D362BB2FD8 , 0x019E91BA5C0A719384F4631C3B2F8922 , 0x019E91BA5C15727FAB6A97A09266865B , 0x019E91BA5C487318B756C0C62E56184F , 0x019E91BA5C527170A909374DF109E4D2 , 0x019E91BA5C5D70FF86EDD06E15C1ADE8 , 0x019E91BA5C8F712CB1F39507828D4C54 , 0x019E91BA5CDD703CA83A8E5D85D7CB95 , 0x019E91BA5CE87266BD54A12CC5B735EF , 0x019E91BA5CF47144A7EAF82B28342940 , 0x019E91BA5D227127A471F3AAA9E8465F , 0x019E91BA5D2D7345A7BBEDE5102BA98C , 0x019E91BA5D387079A4E0E46F84A8893C , 0x019E91BA5D4272A8B858B2276115E344 , 0x019E91BA5D4D701097EB636917CE47BE , 0x019E91BA5D617087B8ECB4FD67F6E111 , 0x019E91BA5D777292B2F46B17B81593A4 , 0x019E91BA5D81723FAB5EED24CBF97C88 , 0x019E91BA5D8B7327B9F337E0E5187B82 , 0x019E91BA5D9F72E389E0EBF9E0C74E3A , 0x019E91BA5DBD7119A1761E2CEFA77DC2 , 0x019E91BA5DD273BC8C94C318F995943C , 0x019E91BA5DF37035BC82FCC9B7659A14 , 0x019E91BA5E0873F5AE33C0B37035ADBD , 0x019E91BA5E22738A94C6EA66876A3326 , 0x019E91BA5E3B706BAA14DB610B033D30 , 0x019E91BA5E4671EEBA08868CB1F59BEE , 0x019E91BA5E5D72E6A302ACE8CD95C079 , 0x019E91BA5E847083A8743CDCA98437BC , 0x019E91BA5E9F71D7A7ADC2B4603D70CE , 0x019E91BA5EAA713E9B881DB77FEC180A , 0x019E91BA5EB571B2934C30423D3B783C , 0x019E91BA5EC073488157C3FCCC601A1D , 0x019E91BA5ECB703085C4A18FF18B7624 , 0x019E91BA5ED671598F5F9E2CA1999C81 , 0x019E91BA5F48730F94047A05FAE08080 , 0x019E91BA5F53712596E59C3C7C7836DC , 0x019E91BA5F8873DF8C3823CE10501F2D , 0x019E91BA5F9E732FB76ECA018C560560 , 0x019E91BA5FB7724CA0F7E5AED58D96B9 , 0x019E91BA5FD17068A4E740DAA5F49094 , 0x019E91BA603173B6987F9B2638BEE38E , 0x019E91BA603C7399AAF2A32F8EFA92A9 , 0x019E91BA605D734782D37477AB6F7335 , 0x019E91BA609C70838E2F92DC6C7407A3 , 0x019E91BA60A870FAABDAC6BB62BE7A5F , 0x019E91BA60BF709AB7880D949043D521 , 0x019E91BA60EC70D0ACE590A4C76DBB8D , 0x019E91BA6173720C85141F7D066F57F6 , 0x019E91BA619373BEAEAB52DA129E4438 , 0x019E91BA61A771CEA4426E941F45BC72 , 0x019E91BA61C57332B273C2E5A1A18EFA , 0x019E91BA61DB73CF90C9422F88620A2E , 0x019E91BA623370FBA65DE06948042057 , 0x019E91BA624971749E2D112782CA32B8 , 0x019E91BA626973D2ACC0FED962179E98 , 0x019E91BA627371B8B2A03F3A789D3B23 , 0x019E91BA62DE73EF80E2E7007A88D2D9 , 0x019E91BA630C71F1BC9DD8F09B2B55B2 , 0x019E91BA63187277BDE9A3BE190ED1C7 , 0x019E91BA632E7152B2C4B6C8DD386756 , 0x019E91BA636172A9A1D07042FC9CCEBD , 0x019E91BA637F726081018EF9768B13E1 , 0x019E91BA638972D495A517E3238759A2 , 0x019E91BA639D72C68192BB577587546E , 0x019E91BA63B27079A4233C9F860C7961 , 0x019E91BA63C773AB8DDCA709D2FCA5C7 , 0x019E91BA63FF710A9EA3261D10D7C7B5 , 0x019E91BA640A7156A42F86F2B059D1C9 , 0x019E91BA64157108A12015340EDC755C , 0x019E91BA648272D4B6210F617A65B64B , 0x019E91BA648D717C8B978C8150AC8E43 , 0x019E91BA64DD7363BD1053CBC9DEDEF8 , 0x019E91BA64F2713FBC15B8275334208E , 0x019E91BA652873E59BEA463D6E0D3DBA , 0x019E91BA6626707CBA4BB67910C27FE7 , 0x019E91BA66D272C5B7F78386D38C0631 , 0x019E91BA66E7711294CBCA43F463FE07 , 0x019E91BA674071779396CD9684DB79AB , 0x019E91BA675671CD9478B15D49695889 , 0x019E91BA676D73C19F2ADEB984257B47 , 0x019E91BA67AF7091BD996AF520335F40 , 0x019E91BA67C6710CA1828D921DB22D58 , 0x019E91BA67F170B68FDD4A571CCC0D9F , 0x019E91BA680772438D1370ED93F34976 , 0x019E91BA682272FF9B6ABD114A6EAD5E , 0x019E91BA68377383A6E7E475BEBD50C3 , 0x019E91BA684D724685493B451C182D01 , 0x019E91BA686272DCA73D726CDD051FB2 , 0x019E91BA687873BB94CD8208B27189CB , 0x019E91BA68A27338A5B8999F862735BF , 0x019E91BA68B87050BF0F62E2FA6FB2E9 , 0x019E91BA68CE70EE9F11BF4543AB4FC8 , 0x019E91BA68E4709DB99BEF50DF6A6150 , 0x019E91BA68FA72C0A824E0B9E63A8263 , 0x019E91BA6910711CA8389D4B1E441916 , 0x019E91BA692672FBB60B09B0C148B69B , 0x019E91BA693C7127AB13384B3DA3A9EF , 0x019E91BA695270928241AA1B0AF2CC89 , 0x019E91BA69687018970C6123819DA974 , 0x019E91BA697E72A59AA3BD565DBED200 , 0x019E91BA6995711F81502E561B4FE447 , 0x019E91BA69AC711D94EF8358768E1E2B , 0x019E91BA69C37000A44D1ED884B74C8A , 0x019E91BA69DA72B393CA7E55D2EF9985 , 0x019E91BA6A0872C7A74E3A91A032F849 , 0x019E91BA6A207289805AA325FD5EE5E8 , 0x019E91BA6A387185882CC914EEE82361 , 0x019E91BA6A6771F79CFAACFEA88AFA31 , 0x019E91BA6AB17323A78BF8F92F461959 , 0x019E91BA6AC87173B55306A94E2FE57D , 0x019E91BA6ADF736CA9432EC2C1150F17 , 0x019E91BA6B3A73AB98D3DB483EF9ACF3 , 0x019E91BA6B517345B5EAF45E102CE453 , 0x019E91BA6B67713BB860072F4DBA993D , 0x019E91BA6B9572C195CC682A84E8BADE , 0x019E91BA6BAB701089A58D8E904AD13E , 0x019E91BA6BC173FCB30A9B982C8D6C17 , 0x019E91BA6BD771268914511AAA7A4165 , 0x019E91BA6BED71DBAF7F13C700F4476E , 0x019E91BA6C03714ABC5022C0E9CB5CF6 , 0x019E91BA6C1973E9A6F3EE18AB32806C , 0x019E91BA6C2F723492516C00B237C38F , 0x019E91BA6C457322A79ED3969DBB00E0 , 0x019E91BA6C5A72DF8F91693CC2AE57C9 , 0x019E91BA6C71706B9636FD47C627390F , 0x019E91BA6CAB729E94AE83B85E4AB636 , 0x019E91BA6CC37350A220DBBC6E4883D5 , 0x019E91BA6CDC709AAEEA455D6EEFCFB4 , 0x019E91BA6CF570FC8E767735CF178DDB , 0x019E91BA6D1A7290886B6F116CDDDC52 , 0x019E91BA6D3771C083F7EA409F0B0293 , 0x019E91BA6D50723D9E3BE0261C7A5CC2 , 0x019E91BA6D8D71068AAADAC31923BEC5 , 0x019E91BA6DAA704ABBE873D470F0C2F1 , 0x019E91BA6DC77393B70DA2FCC594DFAF , 0x019E91BA6DE873828F15DC92BDE4D632 , 0x019E91BA6E02716796675E9EEFD6B75E , 0x019E91BA6E1C73F0BCBE0D87D6A794CC , 0x019E91BA6E3570B8B50DCA920BC3FCDB , 0x019E91BA6E4F730C9A2D2C7FEC11D6FC , 0x019E91BA6E687186922D30B9D299C14D , 0x019E91BA6E8172B1B99E17C28FE78C82 , 0x019E91BA6E9973A68850A44ABA1A60A1 , 0x019E91BA6EB070AEAA857A47D26B88F5 , 0x019E91BA6EC771BCA39695CB269DF819 , 0x019E91BA6EF47364B41931E3081BDB0A , 0x019E91BA6F1073DCBFCF3EC8DECDC4A1 , 0x019E91BA6F3B70F9B8AF25D303375788 , 0x019E91BA6F6F739B9B178B4838AAD126 , 0x019E91BA6F8673DCB1DD08F1F5B3A61B , 0x019E91BA6FB4738C8C4E50ACDC2982AC , 0x019E91BA6FE1724381BEBA8AEE3FACA0 , 0x019E91BA6FFD715AB0DE481A14B903CB , 0x019E91BA701272B2BB6DFABC9D6D387C , 0x019E91BA702772BB9A1A201ECC1D80CC , 0x019E91BA703D72B68BE37F468C238D5D , 0x019E91BA70537179AFB94295C4455AFC , 0x019E91BA706873AF843FF5CE19F95061 , 0x019E91BA7092714FA101D33A96B644ED , 0x019E91BA70AA727785C68E2AAEBA4ABC , 0x019E91BA70C0722F934B5F68BF64459B , 0x019E91BA70D773F5AC69411387573AF6 , 0x019E91BA70EE7201B7D49E509EBE7E72 , 0x019E91BA711A7328AAC9035479CCC3C0 , 0x019E91BA71307272BD32C42D6EC83D9A , 0x019E91BA716270E995D2A5DA53ED0651 , 0x019E91BA718173B4A489A1B866A6A153 , 0x019E91BA7197721C8F4C3190BE7D6896 , 0x019E91BA71CB7345988B7F20D84BA156 , 0x019E91BA71E27169A2CFC5B1FF5B1EE4 , 0x019E91BA71F8716DA62FD4AF4D2034D9 , 0x019E91BA720D71EDAC7292AE2155C37D , 0x019E91BA722372F89D5D41D8804736AA , 0x019E91BA723873B98A51674D38514472 , 0x019E91BA724E70BAA87B87D018734EC1 , 0x019E91BA72657242B70C8C6005633653 , 0x019E91BA727C73508D18641BCC94F980 , 0x019E91BA729272D08843E1073EAE5C51 , 0x019E91BA72BF71939ACF45889C333BFD , 0x019E91BA730273C98251E14ACF310350 , 0x019E91BA73187399B9480973B717E18F , 0x019E91BA73317011938182C09DBED6CC , 0x019E91BA73497146B84D29990BB65519 , 0x019E91BA736273E78E8FD02A1434BB0C , 0x019E91BA737C70F28017491D103D2CAC , 0x019E91BA73937251B6C7EB3DECA42160 , 0x019E91BA73AA7300BD0563DB03C35827 , 0x019E91BA73C1717DB78646551B5C24E0 , 0x019E91BA73D971C9A2BE36E1197A8DA3 , 0x019E91BA740673FE82630AC2077ADC0C , 0x019E91BA741D719290865B943646FA7C , 0x019E91BA74337091AB01C9627B1943D7 , 0x019E91BA746372F58A14BA2EA203349A , 0x019E91BA747A7062A523D13ECB00AAAE , 0x019E91BA74907065BD91045C0D2592D8 , 0x019E91BA74A6720E8E963258717BA2ED , 0x019E91BA74BC73FE90388B8A061E5450 , 0x019E91BA74E77176A30627038FA5CA7D , 0x019E91BA74FC72D8A24948C3C58250D2 , 0x019E91BA75277147B8B653CB9BA3A626 , 0x019E91BA756D701CB9E38C3430901AB0 , 0x019E91BA7585709E95A7DC87CF755FB8 , 0x019E91BA759E7252A2EF036EB9DA8DDB , 0x019E91BA75B67084B788AFB3AA81FDE3 , 0x019E91BA75E87309B714AC4BE8FE183F , 0x019E91BA761B714EA049C7F3F199C6DC , 0x019E91BA763273F5881ED88E56C46D4C , 0x019E91BA7660703C9BECF62BB08C739B , 0x019E91BA768C70E6B7EFDA9AA5DFE526 , 0x019E91BA76A271A8A71B360248992863 , 0x019E91BA76B77116825C95145AD5B69D , 0x019E91BA76CD72EC97F6019896576214 , 0x019E91BA76E372BBAC2CD5DF7AC02BB4 , 0x019E91BA76F97327BAEF987B0E9808C0 , 0x019E91BA7724717EAC968561EF233D61 , 0x019E91BA773972E4B3B7465CFCC9565F , 0x019E91BA774F73DE99D6BBA7222B1E7A , 0x019E91BA77977344A3E8CB59BD930BA4 , 0x019E91BA77AE73CE988620E46B70F5BD , 0x019E91BA77C47192BC57B6D6F3353986 , 0x019E91BA77F570B4A937CF82518A52DD , 0x019E91BA780C72DAA57633EA254C51EB , 0x019E91BA782270BE8BC2FF628E5AE0DF , 0x019E91BA78387085AE504D6BC0C1D165 , 0x019E91BA784F7064952934F0489129B5 , 0x019E91BA7867719E877404E986FED256 , 0x019E91BA789573CB84F78145FF2C73AF , 0x019E91BA78AC72008844F4925C5DA24B , 0x019E91BA78D8712DA6BBF5BE66684C9F , 0x019E91BA7910734FB80E288E1EC17CF9 , 0x019E91BA79277037B809021442817A07 , 0x019E91BA795373409FBF62A9C4536884 , 0x019E91BA796B733F96439DF02E1D81AA , 0x019E91BA7981705B8F74AB0A4E938A93 , 0x019E91BA7998716EB233D33C5F081D4C , 0x019E91BA79F473F28C753CB140257BDE , 0x019E91BA7A3A70D1B4604ABA5272C43E , 0x019E91BA7A5072649ADD83CE6076295A , 0x019E91BA7A67710AB11D021701EA22DE , 0x019E91BA7A82726CB1319895F176F9AF , 0x019E91BA7AF07010A1064CCA051B5708 , 0x019E91BA7B1C70548F19D47803816140 , 0x019E91BA7B3272658D23472DD20E233C , 0x019E91BA7B48735380466B9E40BEA0E3 , 0x019E91BA7B5E726DBD425A0996D7A37D , 0x019E91BA7B7572AD93AA5ADD094C743D , 0x019E91BA7B8D73FC9615096FFEAE6D07 , 0x019E91BA7BAC71C9811C08C0442F06FB , 0x019E91BA7BC4732B96F5D8ABE4376C5F , 0x019E91BA7BDB71AF96A939A829BBF91B , 0x019E91BA7BF270A9810D9824DD27DFCA , 0x019E91BA7C097387B1786CDB80F25E7E , 0x019E91BA7C617166B89995121AB8DC4A , 0x019E91BA7C7772CBBD4269C4A92D046E , 0x019E91BA7C8E73ABA17D4C8B3536CD7C , 0x019E91BA7CA770508683DF8D06D2BDB7 , 0x019E91BA7CBE7376BBACDFA5449A7A76 , 0x019E91BA7CD4706F97FA28C81700DEE8 , 0x019E91BA7CEB7250A863C59ACF54749E , 0x019E91BA7D00721F9F7B9EEDE08D0348 , 0x019E91BA7D1772948C080E56B9942967 , 0x019E91BA7D4B739599FF0FD03690832F , 0x019E91BA7D8071B5829812ED7F73BA6B , 0x019E91BA7D97712FA8462A563110D853 , 0x019E91BA7DAD730DAA53A85E61C59FFE , 0x019E91BA7DE873039C7BF6B4C54A9F3A , 0x019E91BA7DFE73449DE72E9FBB338EBD , 0x019E91BA7E2E728C8FEC00926AF5FA0A , 0x019E91BA7E5D7256B403C3E733139D2F , 0x019E91BA7E727363AAC76299448EDC80 , 0x019E91BA7E8872B1BEA71E407C0AC328 , 0x019E91BA7E9E73A78F7735229E724EA8 , 0x019E91BA7EB671FF8A07FC474ECB2764 , 0x019E91BA7ECC731CAA0934E285C09102 , 0x019E91BA7EFE709FA606F79386EFA5C1 , 0x019E91BA7F467139A388B472A3EB2F03 , 0x019E91BA7F5C73BCB340F941D1761999 , 0x019E91BA7F737238B5608481FEA40F13 , 0x019E91BA7F89733C9D18950C744FA18F , 0x019E91BA7FA0701E9192A8C1D6BDA214 , 0x019E91BA7FB77320846E7352E93DBD84 , 0x019E91BA803E718CB34502DF9FD5EA43 , 0x019E91BA805473599A01DEBC6B5A5222 , 0x019E91BA8069710DADD50CC105DA8A4C , 0x019E91BA807F7037B30D1850B0AE25E1 , 0x019E91BA809470E287F985BC5BF2F2F5 , 0x019E91BA80E672BEA0230D6E6A6B4960 , 0x019E91BA81157351AE4D4213A15D2E32 , 0x019E91BA815B72579B7F7A9256502FF2 , 0x019E91BA81A073C5992A4B5ABE6DF8D3 , 0x019E91BA81B6738B846817AF0900424E , 0x019E91BA8269702FB49A04A4E92B3D25 , 0x019E91BA827F73E8B03DF2A216676977 , 0x019E91BA82AB722DB0CF1AA33FECC663 , 0x019E91BA82DC711994312B1FCFB4D133 , 0x019E91BA833E70CB866932F01A25C804 , 0x019E91BA836B7237A01DB7244D1FCD0D , 0x019E91BA83A07100B29E692DA86BE2E6 , 0x019E91BA83CC7216AB07588079D1FF36 , 0x019E91BA83E970F0BC3044E3F86106F6 , 0x019E91BA843E707395303E1B712A0404 , 0x019E91BA848D708189C1C3B374BC99F3 , 0x019E91BA84A473199719278126BFBD18 , 0x019E91BA84D2712588C50C8FA7A2A561 , 0x019E91BA852E70F19CE174266BA5A442 , 0x019E91BA8544723581A182BDA9B10B08 , 0x019E91BA859E73AE8F731A07EE483221 , 0x019E91BA85DE73A3BAFC290BCD3E6B51 , 0x019E91BA85F471C79504DA7B6DE29735 , 0x019E91BA862373C9A3F01BE749D205CE , 0x019E91BA863A73689F59DC29E021AE69 , 0x019E91BA866970EAB9A3FEB726FF748F , 0x019E91BA868071D89FC28E0268844102 , 0x019E91BA86C371A7ABD13F6BD85B8F19 , 0x019E91BA874671FC8C55795AC6CF13E8 , 0x019E91BA875C7013ACA66CF83CF715E1 , 0x019E91BA877372B0A4614A192A636344 , 0x019E91BA88167203A1A8C00EB35F44A5 , 0x019E91BA882D726A8BAEA84AC16A43C6 , 0x019E91BA88A6710D9340862684ECB1C3 , 0x019E91BA88E973669A380D5463698A79 , 0x019E91BA88FF7210A698012DAD4594C0 , 0x019E91BA89157246BF5FA51725C50862 , 0x019E91BA89457233B42B7F7030F07915 , 0x019E91BA899D71059224FF91498ECC9E , 0x019E91BA8A007145ADF3C9F9F8C74A1B , 0x019E91BA8A1A7385AE993050809CC9A2 , 0x019E91BA8A9872CBA34187BE48E0186D , 0x019E91BA8AC672EDAB863140D28DF4E9 , 0x019E91BA8B0B7005B8C9408DC37A55AE , 0x019E91BA8B4F719EB9688FFE0D3681B6 , 0x019E91BA8B6771A4A5E5BD1F151368E5 , 0x019E91BA8B7D73A9804EEC9E9D3BF587 , 0x019E91BA8B9472CF9342A0A79D1FD2FA , 0x019E91BA8BA97125AC9742A8994CDD15 , 0x019E91BA8C1873FABCC8567A62A02F2B , 0x019E91BA8C7670329791623E7195E92D , 0x019E91BA8CBC705EA824D1EB7176DCFF , 0x019E91BA8D3571009611D68D54F6E925 , 0x019E91BA8DE8730CAFBCD59551959537 , 0x019E91BA8E2D73828C87022745492606 , 0x019E91BA8E457318986993F9EA7A5116 , 0x019E91BA8E5D7056B1A8BDBE1509F2B7 , 0x019E91BA8F5D70279AFFF20E87D68143 , 0x019E91BA8FB67195AB5AF78B3C2E7A2C , 0x019E91BA8FCD73528E58D74C2B8058F0 , 0x019E91BA8FE3701FA1E4C67DC9729B57 , 0x019E91BA90C073C9B6E25F8BFFC2C121 , 0x019E91BA916471A28D04C80266DDA470 , 0x019E91BA9237704EBF31DEFDFE47F9A0 , 0x019E91BA92AF72ECB64CA21EF56310BC , 0x019E91BA92E07004A114F10E18B9189A , 0x019E91BA93767281B302F2C983A4217F , 0x019E91BA938D718489EC6C6AF24E3A09 , 0x019E91BA94A67061989398D26BB7EFC2 , 0x019E91BA94DF73DABD3F5009BD40C04A , 0x019E91BA953E719683718E117DEFEAA5 , 0x019E91BA95CF73F1AE02E45BA933C96C , 0x019E91BA965372D594AF519909E68EE1 , 0x019E91BA96D070879D49FCAF0DA0A3B1 , 0x019E91BA9787715EB6EB07132F66612E , 0x019E91BA9852725C82C7A05302FA404A , 0x019E91BA98707222BB0C1DA3666A8149 , 0x019E91BA995073FD8AD59900E03E33DA , 0x019E91BA99BF72E79CF393BE908271F8 , 0x019E91BA9A1C728BABD31EDE1B50CC71 , 0x019E91BA9AD7718F996B1577FABECB28 , 0x019E91BA9BFD7142BFE1DF7EADA7385D , 0x019E91BA9CFA70ADB9D53E10379C013F , 0x019E91BA9D1473F5BCD2D2EEAD5698F9 , 0x019E91BA9E1773F5A420BA5C4C5E4603 , 0x019E91BA9E437242BAECF7ED73451A5C , 0x019E91BA9E6F73998BBF02176EFA6D25 , 0x019E91BA9EF473898D1F5D56AF466442 , 0x019E91BA9F55717EA4E2B92043C1BE3E , 0x019E91BA9FB271DFAC3748CBD41B571E , 0x019E91BAA02D71339727247C37A5D5A9 , 0x019E91BAA0887303BBA1C8732D336A1B , 0x019E91BAA09F70E6AFA633E89BC04F74 , 0x019E91BAA10C71C49FB6FAE27EF0B61A , 0x019E91BAA1827141AB3BBE9788CD9F77 , 0x019E91BAA19972C59CDA1B0AA5FC2136 , 0x019E91BAA1CF703B8013C7E51F76B0AD , 0x019E91BAA28070B58417FC594EA6C17A , 0x019E91BAA46170CDA700F79BDDC8FF09 , 0x019E91BAA4EC709DAC5AFCD21284CA1A , 0x019E91BAA50472F2BBFE6E89251BDCB9 , 0x019E91BAA53470618028C5287F41D3BF , 0x019E91BAA5BF70098B0FABAC59A7691C , 0x019E91BAA65F70B691B25A159F8D6029 , 0x019E91BAA68D728E8F945B29F1E93C92 , 0x019E91BAA7867310ADAAB8678B493E6C , 0x019E91BAA7CE735BAC3CC85AA9553633 , 0x019E91BAA8E971898CC84363E4C85970 , 0x019E91BAAA047340A8D53EB8EC527179 , 0x019E91BAAA3373D9AF657BF2809AA8A9 , 0x019E91BAAA90722D8AAED81DCC8ED65A , 0x019E91BAABB0723986A3FFF7EBE812F6 , 0x019E91BAAC3F736E9D528DA938757AE2 , 0x019E91BAAC577382A56EBB72F2B5DA16 , 0x019E91BAACF17354BA90FE336F5B9766 , 0x019E91BAAE0B724589B311B87CD45B74 , 0x019E91BAAE737326B1B818AC7D4833F1 , 0x019E91BAB08972D189298660E7C8F4B5 , 0x019E91BAB15A73069B9A69128E3562C9 , 0x019E91BAB1987009A85BFDDD5BD96BE1 , 0x019E91BAB2A173ADBC1BAC47FA539C3B , 0x019E91BAB62F73B390F5C15D5CE3871B , 0x019E91BAB6C071798309AA8796A20DE8 , 0x019E91BAB6F070F2814B9AE26B60EB45 , 0x019E91BAB84F72639034751CB10DF8EC , 0x019E91BAB8B072A2BA30CCC097DCBD5D , 0x019E91BAB9697014955C25051A449D89 , 0x019E91BAB998728783056307D3082DA0 , 0x019E91BAB9DF70BFA7CEF77742E05059 , 0x019E91BABB91711AA407D2CBFB24A811 , 0x019E91BABBDB7315B60E3F2D5C41BC7A , 0x019E91BABC4F72E39FC2A40803D3354E , 0x019E91BABCC273E0950B195B39AE32CB , 0x019E91BABD3971E588762C3D332D5BDF , 0x019E91BAC0577020952AE1F79A340D7A , 0x019E91BAC0CA72CB96D5CD46B0E5E2AD , 0x019E91BAC19B70BD83E23B55B1C0F6BA , 0x019E91BAC6A873F283A521CD7F12EF9F , 0x019E91BAC87471E2BD737F5D8C2B249D , 0x019E91BAC8B97288B50A53DD7FA79013 , 0x019E91BACFB673DB8CFD11D9F8B5D062 , 0x019E91BAD049715FBA7D17F36772049D , 0x019E91BAD15570B6A728CFDC43931BF3 , 0x019E91BAD19A71CBB57A4A38AFBB63E8 , 0x019E91BAD1DE70C698B0AD912E8F7B72 , 0x019E91BAD271708DA107F15A05A89FEE , 0x019E91BAD42C7124BC29454D6A8B5ACF , 0x019E91BAD4D673B981B6907267148252 , 0x019E91BAD743723E99519AA3D70DA95B , 0x019E91BAD7D670AFBBB2D014AB2E5DF7 , 0x019E91BADA5D704598C350C141B854CC , 0x019E91BADE0370D5BE6A744D4810C321 , 0x019E91BADF1B72489FCFA13ED774E253 , 0x019E91BAE12C7298B8A81F18BF002CF0 , 0x019E91BAE2F671F7895E7273E48C8273 , 0x019E91BAE5067340B6990A79084B50A7 , 0x019E91BAE847733B9B8F81EC82DAF2B3 , 0x019E91BAECC373FF9938CE1C3BF7DF55 , 0x019E91BAEDB572A1906E6AA1CDA2FBF3 , 0x019E91BAEE96735F9625BC28E2FAA7D8 , 0x019E91BAF0A171E493F4A99EA45FFBEC , 0x019E91BAF1DE71318D3A322F755A92CE , 0x019E91BAF2BD733A99420636E484DAD8 , 0x019E91BAF2D57256AAC13B282EF68D8F , 0x019E91BAF8B871D4BBA1C6AEB908C499 , 0x019E91BAF8CE701A911373C1A3A30214 , 0x019E91BAF9147051AF02B4A4670C1FAF , 0x019E91BAFD4E7206B3DAC8AACB1A6759 , 0x019E91BB00B0738F888A42599B57CA57 , 0x019E91BB0298713FA0F7CF7BAEA22048 , 0x019E91BB042E71D9B0AC0DA27AC8E5B6 , 0x019E91BB084472FABEB1E45F1F630FE1 , 0x019E91BB0C4570CEA125A3F33333103E , 0x019E91BB0C5C726BAFB5FC7E5C9C0ADF , 0x019E91BB0F277316B69CD008992391EB , 0x019E91BB0F597168B75170DED24251E9 , 0x019E91BB0F7271F5A506A7DB73617F41 , 0x019E91BB11F171FE9C535D4800A01F6D , 0x019E91BB128C709C8BBD17DEA58865AE , 0x019E91BB1A5C7306AB1976B8C56F3D71 , 0x019E91BB1C9A7238B9C42469CF89614D , 0x019E91BB1F3472219249F6CBCB29F9CA , 0x019E91BB20F17064B46380118D2CDCAA , 0x019E91BB22FE724C8A2289B984BF0F67 , 0x019E91BB29EB71C8A05597B13CAEBEED , 0x019E91BB2E36739094FA7024DB72B351 , 0x019E91BB2EDE713D8FC350E03FD10600 , 0x019E91BB2F0E700694593227BBA27551 , 0x019E91BB3A1770329F9632D3FF4A56BA , 0x019E91BB4144710C89D1E4AF74593291 , 0x019E91BB4307710D858363768CEE806B , 0x019E91BB455D73B19A63C400274554FE , 0x019E91BB47F0713D8168FEDE493FAC39 , 0x019E91BB74AE737FB510ECE4735BC48F , 0x019E91BB75BE70958BCB6AC45404BB82 , 0x019E91BB80A5714095A6137B3651D4E4 , 0x019E91BB85C9705F8204B3556BCDCD7D , 0x019E91BB862270959DE98A328B5BBA50 , 0x019E91BB864F7278BCA777721217BCC3 , 0x019E91BB876E72D482ED6F6849AA8AF0 , 0x019E91BB896B70F28DC85CE2E37C9980 , 0x019E91BB8D3673C584D7B1C960008A98 , 0x019E91BB8EF770089F65224B0ECB8718 , 0x019E91BB9475703686055762FFC965AA , 0x019E91BB9ADB71F7A54797769DE79780 , 0x019E91BB9B1E73DFB68D1949C57BA7B7 , 0x019E91BB9ED7724691044E1A0B3F7FAB , 0x019E91BBB3E371B1A6DFB43FF81C5A8F , 0x019E91BBB5327339AF9A9C77FC28EEEB , 0x019E91BBB53C73D88E19B6F83C0497BC , 0x019E91BBB54073188949717B01A5888B , 0x019E91BBB58070B7B0A5758A615296CB , 0x019E91BBB5A273799FC7333E5397895A , 0x019E91BBB67271F78E3E2B1CD5291508 , 0x019E91BBB6B871D8A2231A6DC9332576 , 0x019E91BBB6D1720C8D1AF36D35B153AA , 0x019E91BBB6EF7342980AA19FF174D24C , 0x019E91BBB704709A9A8D46C83BEC17C0 , 0x019E91BBB7057327BEC782E639B3D837 , 0x019E91BBB71370DFBCB8A1C7C496DE88 , 0x019E91BBB715717D884911A520089240 , 0x019E91BBB71C718D880624680AF9D09F , 0x019E91BBB72B73C397EBF93BD8D4428C , 0x019E91BBB731706297CEB2EFAD3D45C2 , 0x019E91BBB73373C78AA201D295068BF3 , 0x019E91BBB73473CEAC874380EAC73608 , 0x019E91BBB737727286BA578933F1D709 , 0x019E91BBB7387338A36E90B727D97248 , 0x019E91BBB73A71DEB024D09D92F71CE1 , 0x019E91BBB73B7275BC25094528611620 , 0x019E91BBB73D73688A879E710944B656 , 0x019E91BBB73E710F860CDA08AAC4D010 , 0x019E91BBB73F7228A3485841D4681E84 , 0x019E91BBB74173DEAEC1C325052DA7A9 , 0x019E91BBB74570A19C4747E72B930D64 , 0x019E91BBB747733090C10960A3A4E016 , 0x019E91BBB74A71B893A732DA4A2BE540 , 0x019E91BBB74B7389B8FDF13FBD719731 , 0x019E91BBB74C70C7B448D49D2F5C9508 , 0x019E91BBB74F73D4A94BAC62FCE80733 , 0x019E91BBB750734EA83D4251C449EE7F , 0x019E91BBB752734180694991A0CDC113 , 0x019E91BBB75370DF98B8FA4B4C041620 , 0x019E91BBB7547131A51E4AC2BE79D384 , 0x019E91BBB75671A0BF2EBF0C2A528717 , 0x019E91BBB759705BB93521F3C5ACAF78 , 0x019E91BBB75C73F1944BE0F674C382EF , 0x019E91BBB75F73A29924689AA23D2D11 , 0x019E91BBB76272D0880C63D42B7EAD15 , 0x019E91BBB76471E3AE6BC91A636B500C , 0x019E91BBB76A70C0BDF9D50A9BB4D7E6 , 0x019E91BBB76C71C180AB543B1BA98A77 , 0x019E91BBB76E723E84B46F8B2E739B09 , 0x019E91BBB770719580B47567B1248EB5 , 0x019E91BBB77370E8B74E18ABB759D4CC , 0x019E91BBB77573F4A703CC87A18B7AB1 , 0x019E91BBB77672019DB70A11B7BBC278 , 0x019E91BBB778735EB56C5E55A701F981 , 0x019E91BBB77B726785ADB8C3F3575246 , 0x019E91BBB77F733CB5AEA0D9E884CE13 , 0x019E91BBB782712E8DBAD99649D31428 , 0x019E91BBB7837278B2D6FE7E423A89B5 , 0x019E91BBB78A73D591AA70DCEA066B7E , 0x019E91BBB78C72B891400945E618EE29 , 0x019E91BBB78D715390F21F84B5D41021 , 0x019E91BBB7937294A1DACE3CB6C371E9 , 0x019E91BBB796739CAC15E153E81D3210 , 0x019E91BBB79B73A5996F5FFA9AFEE80A , 0x019E91BBB79D7326BC9F2E79B5E1C85A , 0x019E91BBB7A072E08B762D4812FA293B , 0x019E91BBB7A171458B960D24CAE31590 , 0x019E91BBB7A370BEBF474EDEBF5E6870 , 0x019E91BBB7A4731F87AE99AD08872A0E , 0x019E91BBB7A7726780415F86E6BAFB79 , 0x019E91BBB7A8736189EDE85FCCEC50BC , 0x019E91BBB7AA7349A099BE33A7B7AF31 , 0x019E91BBB7AB72549815730E168F191C , 0x019E91BBB7AD73C09BCDCF2F704246D1 , 0x019E91BBB7AE71069BBCEFA2DA5DC63F , 0x019E91BBB7AF73F0BE54B762971FB353 , 0x019E91BBB7B6706E869A837380714E58 , 0x019E91BBB7B87256B561F78788982CD6 , 0x019E91BBB7BB734B8D7F172AC9CDCE71 , 0x019E91BBB7BD715396D406FDA3F96816 , 0x019E91BBB7BF734586D4F21DEE2AFD95 , 0x019E91BBB7C2731584696CF494D72C8F , 0x019E91BBB7C371F790BB10D2D96A679D , 0x019E91BBB7C67098B063FCA7A3D260F9 , 0x019E91BBB7C7708EAF5DEF0E692120F0 , 0x019E91BBB7C973F4A23DE9978FAC0287 , 0x019E91BBB7CA728D8EAC83D728FE35E9 , 0x019E91BBB7CC7385AA33188191BD6F92 , 0x019E91BBB7CD70F197BF8225B112EDCC , 0x019E91BBB7D07088A8A14773CAD8BC40 , 0x019E91BBB7D37248B5E4FD47398BD006 , 0x019E91BBB7D4718E84F43A4B41FE4C51 , 0x019E91BBB7D673EAB857F97AEC0694A6 , 0x019E91BBB7DB728BB2BA30BBAA9679A9 , 0x019E91BBB7DD739E9D2343DE4F3F62F2 , 0x019E91BBB7DE71B39FFC5BB1CF47681F , 0x019E91BBB7E07328A084A6170ECE6BAA , 0x019E91BBB7E1732081DBAEB1F85A37EF , 0x019E91BBB7E373F08B0756A083FC43B9 , 0x019E91BBB7E4728BA8625624AD4FCB0E , 0x019E91BBB7E5708390E5F0FFA37A39DC , 0x019E91BBB7E772BC92E14E58FF7C0BA9 , 0x019E91BBB7EA71278B79ADF0A98C9AF1 , 0x019E91BBB7ED70729CAAC2D94CA24E30 , 0x019E91BBB7EE71949C3655F94BA34427 , 0x019E91BBB7F170C8B255148485069BDA , 0x019E91BBB7F471D2A7FA2E22857C6923 , 0x019E91BBB7F77161891AB95FD3651CF8 , 0x019E91BBB7F8738794AE294796A53FF9 , 0x019E91BBB7FA72E4A0692DE23CBCE1AB , 0x019E91BBB7FB70CBBDFBEE9DC7E54B5A , 0x019E91BBB7FD71EAA15CDF313DEBD099 , 0x019E91BBB7FE7148BC60448BC74854F6 , 0x019E91BBB80170B0AC81EEA7A096C21C , 0x019E91BBB80373C58710143F906D70F8 , 0x019E91BBB80472B0BC47A752FA9C5D4A , 0x019E91BBB80670E69FFE1860E88FC74F , 0x019E91BBB807738DBE2B2CB797D2BB72 , 0x019E91BBB809722584FE0CC2DBBF4951 , 0x019E91BBB80A71F9AE191618873B5676 , 0x019E91BBB80C70C0BCF129177AF2B7CF , 0x019E91BBB80D7226B7585F448C496408 , 0x019E91BBB80F73E68E6F197BD5397DD3 , 0x019E91BBB81273099293ACEFFC36B7E6 , 0x019E91BBB8157146ADA522D001229F90 , 0x019E91BBB818721C8A3FF952077731B7 , 0x019E91BBB81973A6B65AD5D184CAE3E7 , 0x019E91BBB81B7161ACBEAF0895BC34ED , 0x019E91BBB81C73628379EABEC155F6AC , 0x019E91BBB81E71388D41A726E1E31429 , 0x019E91BBB81F73C6BA8B0EA27DF786B0 , 0x019E91BBB82172C08DC1F9E085AB096D , 0x019E91BBB822710AAF43CC372F006057 , 0x019E91BBB8257169939190A3799C15CD , 0x019E91BBB82C728D9F357D902B13331B , 0x019E91BBB82E71B29FF0165E1178C6E0 , 0x019E91BBB82F72F18940D4EF2C03B016 , 0x019E91BBB8317147A697142C84913DF2 , 0x019E91BBB83272A5881161013EE646DB , 0x019E91BBB834737DBBD10E0897B82B69 , 0x019E91BBB83572B087AE72645FB68135 , 0x019E91BBB83870A7A4733E388321FB7D , 0x019E91BBB83A73BBA739009B40F040C2 , 0x019E91BBB83B70F2BFB5ACB798234009 , 0x019E91BBB83D7118AF4C9B5EA36F117E , 0x019E91BBB83E711CAA24D4E4CD479F91 , 0x019E91BBB840700897199EC458A2AFA4 , 0x019E91BBB84173F58B4E6CD50ADEB99E , 0x019E91BBB84471DA97FA9E0FC0A9CD63 , 0x019E91BBB84870BDA19C6BD03811A590 , 0x019E91BBB84971F9A77C2BAD0492391D , 0x019E91BBB84B736CAA78C46FD55ABD45 , 0x019E91BBB84E7126BDDC1400DD851D53 , 0x019E91BBB84F73B289978ADCA4B5EF74 , 0x019E91BBB8517052AF97BCB24378D885 , 0x019E91BBB8527092A3858B35808AD9DE , 0x019E91BBB860722AADFA32383A698C57 , 0x019E91BBB86272C5AEA58CDAFC513CE6 , 0x019E91BBB863735C99B2ED864382E2B6 , 0x019E91BBB86572398FCAB369A20427A5 , 0x019E91BBB86672A4B2E9EF94D5CC51BF , 0x019E91BBB8687023AF1601C2DDE455B3 , 0x019E91BBB86B7331B9C1DE76CC5E4341 , 0x019E91BBB86E70D7AC10C5C646DCA16C , 0x019E91BBB86F72889AD46BB6243B1D91 , 0x019E91BBB87272F7AB82E92EEAFF3163 , 0x019E91BBB87471B99C5F0CEA56051FD7 , 0x019E91BBB87572D785FA961205FF2D36 , 0x019E91BBB877717EA31B26A3A64E28E4 , 0x019E91BBB878722280DD96AADD1A08C5 , 0x019E91BBB87A70A49E914C539AE53CCB , 0x019E91BBB87B720E91AE0510E572DB3E , 0x019E91BBB87E7220AF9D1FE57020F9B8 , 0x019E91BBB88F711FB1E2AE0D368843AF , 0x019E91BBB896702C80756421F41446A3 , 0x019E91BBB89871C28C5290211EAAF676 , 0x019E91BBB89B738CB49BCE6895411203 , 0x019E91BBB89C732E9548F812F2D6AD52 , 0x019E91BBB89E71D5A1831F193312E551 , 0x019E91BBB89F71D29B7253D42727730C , 0x019E91BBB8A172A0AD7E8DEAB8985080 , 0x019E91BBB8A273F38224AFA2FEF2524B , 0x019E91BBB8A57217B0BAC15476BD9D7B , 0x019E91BBB8A7730698A1D677356D16CD , 0x019E91BBB8A8731C93E7248060F9195A , 0x019E91BBB8AC70719780AF0127E8274E , 0x019E91BBB8AD73E49A7EF1E84859B759 , 0x019E91BBB8AF70DF84287F695CF912F8 , 0x019E91BBB8B072E1BB3C91F0F275C5B8 , 0x019E91BBB8B272928CC394073E9E148B , 0x019E91BBB8B4700AB64441376750B585 , 0x019E91BBB8B573C7AA5F5726BAFE27C6 , 0x019E91BBB8B7727F8D4589282DBC315B , 0x019E91BBB8BE7226BF568440D5F7071B , 0x019E91BBB8C1737DA349AB3B28F64CDA , 0x019E91BBB8C571B6AA5570E67C272F16 , 0x019E91BBB8CB73A18B6B88FCAE8D7111 , 0x019E91BBB8D071808F7332229480CF7D , 0x019E91BBB8D2712E9932BA895EE16C41 , 0x019E91BBB8D871BE932293E87E9E5C6A , 0x019E91BBB8DE70EBAA0820B6DEFAEF9A , 0x019E91BBB8E073F2AD04596A3ECF8B56 , 0x019E91BBB8E372C9BDD5FC5C426BDBA5 , 0x019E91BBB8E7728BBC5633CBF9CB8B5C , 0x019E91BBB8E971B1A19C97DEEB0C519C , 0x019E91BBB8EA7330BF439B665171EAEB , 0x019E91BBB8F073CAB3B2EA3708ECDA5D , 0x019E91BBB8F272428EEB92EDC20A6D02 , 0x019E91BBB8F4738490B9C0B7CC7CE2DF , 0x019E91BBB8F671A981D7317C792FE2AD , 0x019E91BBB8F770CFBC93597C989F42C8 , 0x019E91BBB8F970B5B01DB262F86A2691 , 0x019E91BBB8FC7024841C394BAEB08C6D , 0x019E91BBB9007058978FDF06963A6A53 , 0x019E91BBB902727580A33DC285FDB147 , 0x019E91BBB907726FA954E387436099C4 , 0x019E91BBB90A724896517707EBC32D4C , 0x019E91BBB90C734B99CE094F84E30170 , 0x019E91BBB90F713789ED6C8366FA66E4 , 0x019E91BBB9137246B8B6D77E9EC8ACFD , 0x019E91BBB918715D82B74EAC7B94D53D , 0x019E91BBB91A71708FC92EA1F64C659F , 0x019E91BBB91D73BC8B1BDC02695068AE , 0x019E91BBB920739282C94CB8262FC040 , 0x019E91BBB923725A8A3F07B18CAC2571 , 0x019E91BBB925730EB5A0C94F26C67056 , 0x019E91BBB9277113B608A74933958FBB , 0x019E91BBB92871E2BA2338A53E60E37E , 0x019E91BBB92A7285966C66A60EC5401C , 0x019E91BBB92B714CAFB1F882E02952C2 , 0x019E91BBB92D7384B2F93B763E099A95 , 0x019E91BBB92F70D397111155543A85D4 , 0x019E91BBB932707C8553CDF71D45CF9B , 0x019E91BBB93372E586200CA10E68DF28 , 0x019E91BBB93571349B94949C4F8FD52C , 0x019E91BBB93A725A9D6C620CCAFA5500 , 0x019E91BBB93D722E9F5217F890E3A5CF , 0x019E91BBB942736C89CC0F1FFF4C27F0 , 0x019E91BBB94372B1AE0326912B83562E , 0x019E91BBB945734E9BFC35612CC0C625 , 0x019E91BBB94C72979D06DEAAE9C7AFAB , 0x019E91BBB9507297AACFB18519421961 , 0x019E91BBB95171449EDA4C01CECE7112 , 0x019E91BBB953738D817B1193CF48715E , 0x019E91BBB95470598D8B2FBCAD5511C5 , 0x019E91BBB956713897A6926E06A6835F , 0x019E91BBB95870BC8ED993F5D8AA9D31 , 0x019E91BBB95D7089B282C77D549B2980 , 0x019E91BBB960708695727CC5974398C3 , 0x019E91BBB961730882CFAE1DE252658C , 0x019E91BBB965704F82E035B1A9E65566 , 0x019E91BBB96A7220AF5ED969DAB3632B , 0x019E91BBB96D71E9897FAFD125543284 , 0x019E91BBB97070159FBFA3DD5FAF346D , 0x019E91BBB97271C3AB022BCE477F7461 , 0x019E91BBB975703D9BF899CCB27CAF04 , 0x019E91BBB97A7040A523067C89456BA3 , 0x019E91BBB97C71A6A89CBD198E3E1703 , 0x019E91BBB9817292B562DAE03230D86D , 0x019E91BBB983700A82B6E69CB1430FCF , 0x019E91BBB98A704B87A8AFE9E2956DE2 , 0x019E91BBB98B706CAC6F8050AF7DC7BD , 0x019E91BBB98D736BB7AA9A8926EE2F09 , 0x019E91BBB99072148185EFEA699374F7 , 0x019E91BBB99271FE9C6A1D3C9802C933 , 0x019E91BBB99472008870822A70DAF78B , 0x019E91BBB995731DA072102BDCC5A601 , 0x019E91BBB997714BB5B476AF6BDD1996 , 0x019E91BBB9997142B0814358554576DD , 0x019E91BBB99C73A6AC9877987054606D , 0x019E91BBB9A671AAB8387116422150D9 , 0x019E91BBB9AB728D9E19CEB89C660DF9 , 0x019E91BBB9AE700684AD2E16B0975701 , 0x019E91BBB9B07360A9FDCF2A1697CC6C , 0x019E91BBB9B4709DBE008597C6051D1A , 0x019E91BBB9BB72ADBE3D6821634E21C0 , 0x019E91BBB9BC71F18A2550E0B45774AD , 0x019E91BBB9C07136B4F81F6A3C6C5BB4 , 0x019E91BBB9C2705DB97E3130253F7854 , 0x019E91BBB9C5705BAB8E66892CFE4CFA , 0x019E91BBB9C770F89C32CC5661D0F133 , 0x019E91BBB9D373A685E70B4E84F68D12 , 0x019E91BBB9D97384B7F20180B4BA88C0 , 0x019E91BBB9E271058452526262C05E7D , 0x019E91BBB9ED710DA3006DD187C65957 , 0x019E91BBB9EF71FA831BA33FEA7667D7 , 0x019E91BBB9F87227928119FC3C45B299 , 0x019E91BBB9FB73FD901EC7D7A6434817 , 0x019E91BBBA007217A1130F4DEB5FA391 , 0x019E91BBBA0E728DBA512C985B9F6478 , 0x019E91BBBA0F700AB5FBF5EF40F4858B , 0x019E91BBBA1972B9B06E4187D586F4A5 , 0x019E91BBBA1B71769621251657575C5D , 0x019E91BBBA2A7130804CFA36A909B87C , 0x019E91BBBA2D71A6A2A2BF91247F5BDB , 0x019E91BBBA6071968EF9E9B7CFC55B9B , 0x019E91BBBA6272D4865413FFB236E25C , 0x019E91BBBA68703FBCAAF921FE3EC789 , 0x019E91BBBA6F72AA859F30D3EAC1D00D , 0x019E91BBBA78731BBB9331F114FABB15 , 0x019E91BBBA7F733683E6D53DEEA541BE , 0x019E91BBBA8770BA86E0F5DB01D9EF93 , 0x019E91BBBA947320899DA450EC2CA208 , 0x019E91BBBAA370AA8885A71A4EBBA2DB , 0x019E91BBBAAC7189AF55FB5DB66864B5 , 0x019E91BBBABD7108844BFED0FC2CAA9D , 0x019E91BBBAEA70D3B39A996B00AD0EBD , 0x019E91BBBAF073B997409A15EE713C62 , 0x019E91BBBB0B706CA8360336EB23CE1B , 0x019E91BBBB2572D0AEAAC80D3290FF46 , 0x019E91BBBB3073A78902847B6539CB9D , 0x019E91BBBB4973EF86A60399750638C8 , 0x019E91BBBB6173A5AB4FB6B890125CBB , 0x019E91BBBB6570EDA9DCADABE4C2ADED , 0x019E91BBBBB0712182FFD08F285C78E7 , 0x019E91BBBBC673E8A7D91B39B5AC0F26 , 0x019E91BBBBFE70AB8A8A761FB20C04F1 , 0x019E91BBBC0F72109F8BD00AF43AD0B2 , 0x019E91BBBC1171B29AD026F571569602 , 0x019E91BBBC1A72F1B84B3A8C6004B0F4 , 0x019E91BBBC1D711D9C918747B2AABCB0 , 0x019E91BBBC1F70FFB012FD40B5A1FDFD , 0x019E91BBBC227176A2D870EC94CEC102 , 0x019E91BBBC2671E7B4DEA2A6B26D59BF , 0x019E91BBBC2973578B6FF13B6C43EC68 , 0x019E91BBBC2D7310B81C061239C2DA8B , 0x019E91BBBC307231B12EF40A8ABF7AAC , 0x019E91BBBC317381B2A46B5814B8B431 , 0x019E91BBBC3470F0B47D13C28862F27D , 0x019E91BBBC3570889B3D52BEBFBC1749 , 0x019E91BBBC37717A9FCFE30F410C2DAF , 0x019E91BBBC3C718EAF5684F916A08B62 , 0x019E91BBBC41726B92627AB2E06C81C6 , 0x019E91BBBC4570988C0ED91A8A043402 , 0x019E91BBBC4671A5BDC057D780C8E244 , 0x019E91BBBC4971C1B6CC08B00805AAC5 , 0x019E91BBBC4C7065B76EE92AF106F7C8 , 0x019E91BBBC5472709BD16D4F3B3BC958 , 0x019E91BBBC59700A800EA0D5CF7C61A1 , 0x019E91BBBC5F71E995505DFDCC2691A2 , 0x019E91BBBC6171C88179E26717C1F22F , 0x019E91BBBC6972CDBF25F8CFB77503B7 , 0x019E91BBBC6C71ED8F3BCE459A2D30FB , 0x019E91BBBC6F72468C6350DEB7C74BDA , 0x019E91BBBC747012960D688116E6D676 , 0x019E91BBBC7873E491BABA41DDD92F96 , 0x019E91BBBC7B719DBCEAA17D696083C0 , 0x019E91BBBC7F7076BF06BD2C21DA5BB6 , 0x019E91BBBC8572EBAB9CF9301E9FF062 , 0x019E91BBBC8771F997EEAD0662A0BBE2 , 0x019E91BBBC8C701F87EECB2C6A773B5A , 0x019E91BBBC8F72018B8996E9E8BF2CE8 , 0x019E91BBBC927010A401AC19164515B0 , 0x019E91BBBC94722291831D4A53B9132A , 0x019E91BBBC99717AA81B1DB10000CA36 , 0x019E91BBBC9D72959E1AFC04183FB237 , 0x019E91BBBCA27124A0831F2ACA0272A0 , 0x019E91BBBCAC724DBC97C08FA8EBF8EC , 0x019E91BBBCB07247A3D4611EC23A3BC9 , 0x019E91BBBCBA700F912AA433E4EE14E8 , 0x019E91BBBCBF735C8672C06C60466B61 , 0x019E91BBBCC671DC853582CC6A6C8EC5 , 0x019E91BBBCCF70108DEF9ABE93170168 , 0x019E91BBBCD470F9B82F5D70A129A32D , 0x019E91BBBCEA70F7BF8B2E1F0C135EC5 , 0x019E91BBBCEF723D87E25DBE23E1431B , 0x019E91BBBCF571C99B3765D8736CABB8 , 0x019E91BBBD18702786CED15D088D9138 , 0x019E91BBBD2072458C7B9AA6EA7AEDB8 , 0x019E91BBBD25739C8917983C7043DB13 , 0x019E91BBBD3071A7833AAF8B1D895BF8 , 0x019E91BBBD3271A0AE0771E9E14ED4FA , 0x019E91BBBD3B7259B0FFC6D9B90A3E00 , 0x019E91BBBD3D71CB810FB52EF80545F8 , 0x026F237FA9204F51B81921D5D267E918 , 0x0297E0DA9F47430EA004FE8072F6FB3D , 0x02CDACE3EAE24513A871AA05DC709B5E , 0x02DBC7936613447FA7D871F1389622CD , 0x02DC20B16BFE42FBBAEEDF92D899E1B9 , 0x02EAB1F2DF8941788F523373740883F4 , 0x02FF9801C29B4202A0DF79F77C2594FC , 0x056DB04C504B46D2A2AFD62336B22646 , 0x05A7B657831E4D608170D79403CE6308 , 0x05B25B9549174713BC93644A931CDA7B , 0x05C0EB33892C47C4AD57B2FC5566E3AD , 0x0654F37E12BA41598A433BB03E9F67D3 , 0x06CB7E8FADE44F988696819F596E042A , 0x070B2506172548CBB5A5D004E484A597 , 0x076109F167A6419980974B2CE5507C10 , 0x07668F5586F744D08BCD5E280915AE89 , 0x0819D9C451A44EC4883B78A18792B243 , 0x08BF77DB288E484F8D5F0EEA65426921 , 0x0B254FCC4ED1493982CC26C77CB7A7DE , 0x0B9D51C2D095419FBFA3F442E47D9EF0 , 0x0C57BAC9B4AB4439AAD6B7E978535C28 , 0x0CB86824F0B34365A92DF1CE4E57D9AF , 0x0E048C68965744439A44B5450C37550E , 0x0F0C72FB82AF4532A3700AE9BE1BC163 , 0x0F29006CC2F74EBE80B3CC6C6526C0B8 , 0x0FBF681950C24186B3089E5A721F896F , 0x1041C1D081E7425489CA7215DCF1461B , 0x10BBAF0DF71F4AD48FBF77B74E8471F5 , 0x110DFB39B337487486640131D6FF4D57 , 0x123FD20726B4429BA7D8191B6015CD88 , 0x12627B2D9AFD4FDDB8AA41766A56FA7F , 0x12C23D9E3CCB4E1EBC148CD52901F023 , 0x132B505699C3482EB7704E3B59B3A8FD , 0x13D9BB47ED1048E6970E7A01394C2DEE , 0x1679F4F2C203400CAFFD821E3369D896 , 0x168109D900A74AE8AF5D002C82492AEC , 0x18F7424C55AF4715A73217C7241F9F98 , 0x1ABCD8F9D5964E2D9EB2DF2AD59EE77B , 0x1BAF7787B7184C9A8351464DC8D7E3DE , 0x1BCB9F054BDC46C596A524C3EA9F0618 , 0x1C0F4F6A01CB4491BE13AEA49A3637E7 , 0x1CF761DC3AA04D1C85DE63A67362AC08 , 0x1D72BCD51D6946138680DFD73CEEF435 , 0x1D814CC0AD854BAEBBE09CC41DD26567 , 0x1FD56B0682FE4828BBEB56A51727BDF5 , 0x204A47434E84445198868838C4E83F24 , 0x20F9B48A999D4FD0B72E27B954652BDA , 0x220975D173BD494EA8B54D537AB62CBD , 0x22A926AFC6704A1090826145A010F21A , 0x22B10083E35348A98EF1D917BEB04C1B , 0x232EBCCB5A67421481BE653369AC2434 , 0x2343FE1161B34BB680856597CF98C6DA , 0x237F1CDE4CD940F19C1440F1414B4757 , 0x23D12E225A0440DB995B7A84FC4A8C28 , 0x2505B7B62BBE4EE69007EA4B1EB57118 , 0x2593091585814078AF88E3A526863390 , 0x25B55A288EEF45BC96DC6B01095E86BF , 0x27595F64225549DCB106DB96DCD98A36 , 0x27BF04AE0FEF4A57B14ADCFDD68FFAD9 , 0x281F2CF1648A48FAB418A81017EE6D07 , 0x2849AB835C5049F1AF8323E7A5F12820 , 0x2899A39DF92E4EF690CF59F77EF78878 , 0x28C56A00B5864A729DB74AE952AAAEBF , 0x290E31700C8240EB80228EB2BF0FB4D5 , 0x296CD1FC0DE94DDB9DC41AD84D78428F , 0x29F4ED60FDC2423687ECADCC447E9DF4 , 0x2B05265673604BD29F6543C6BA7769C6 , 0x2BA1C6622D92408CA0E3DDDF5C28A9EA , 0x2D42FF2CE63B4ADC8FCBAE99E9A0574C , 0x2E8D0D8560F2444E917E5EF553CD8BF2 , 0x2F70E6DD021F46F4B154B436EE3BE3FF , 0x2F962FE8E4AF4468ADE98586E572F9FC , 0x2FA76136007941A693DE62685682CE03 , 0x2FDC34ED9B0846638BA23403D296AB2E , 0x30089F76A421445DB3636D5199BD8CCB , 0x3037714D34B04BAE9AB0AACAB70FB716 , 0x3257A95A8630425EAEFDA646BE7FADD7 , 0x3409D800935E47C3B12701BF1236AA33 , 0x341FD652D71C475BB2AA49189B1632FC , 0x34530FC69ECA4EBAB98A8A2FBCB064D9 , 0x349E58D12FC941FB9C5658A9E1559115 , 0x3718891D5A694072AB2CC1165A16F6B0 , 0x381A85A16707494297419FB339B17A42 , 0x3893ADF798534763B3276C1295D80F3B , 0x3950BBF4D89E419AA3506924BAE45372 , 0x3A1148209CAC4E2ABBE2876C6A86DCCA , 0x3A98387F67EC4322BD0DB14B0DB50D5C , 0x3C053C3431EE4361831CAEFD426648D5 , 0x3D21C65ED3FE4952AC084CF7A969C181 , 0x3E3C636D53844DE0BB860C2DA2F4278D , 0x3E5BB80FDB9F4866B9FF715F92FEA16B , 0x3E83C5B9297B414AAC0136604CB54CF5 , 0x3F08F3C02A0C4A03B2835A45D205A9FA , 0x403EABEBA75C43D3985F9D4928F67051 , 0x40F790CBED644F00A7B4904667EF4EA2 , 0x4384866B001A49B095BE75D97000B3E5 , 0x438B1AAF8B3141C799391B458EA10F92 , 0x45C7857E778441369613FAF07303EAC9 , 0x473E1482549C49F18257F7FDCE755C08 , 0x481FCA40EC924838BA3BDAF0BB6120F7 , 0x48693C77467C46F08E12E14346BFF86D , 0x4A8A378204F844A680A2892A72D844B2 , 0x4AF542CC06324481BB98BD9A8A020464 , 0x4B8BB32CA7754E788F0B26FC13243786 , 0x4C1C754552DB42248F1076D2E6B85A5A , 0x4C9D87471AE242159AD6B00C5C1DDCE7 , 0x4D830364EEE94999A303511BE65ABF3B , 0x4F35E14B300B41B9982C84A07FBEF4BD , 0x50161D81D08C4896978E4BE2228FAB12 , 0x507DFCCED04A4796A713CCD871E5289F , 0x51334CFE9B294C78A94EB5ACF97A6B38 , 0x51878ECB541B4B04863CEAF7FEFCBA8E , 0x520B9D75549346AD8D0E54C94001BDD5 , 0x520F6333A0204B9EAA4AD7E35B9FA927 , 0x5241ADAAD1E240049A8720C2E9AC61E5 , 0x5488FA1B11734B8992D1F18EDEC64197 , 0x54D08C3200984FEEA767DFB8A4EA8DA3 , 0x55074C4B97B1486CA0D3EA8401CF1C6F , 0x553F0B1E58234B44935EB925BEFBFB25 , 0x555806DEF49347D6BEC49AE371C3B543 , 0x5606D10CDE1F4840899B7BED2C864271 , 0x563C7BA558E042BBBC2CB031D748BD49 , 0x56861B570CF64520A4A0B3F6DADBA389 , 0x56EA26EBFD174F0985BA2E3589BCD513 , 0x59E8A84ABE744C9B8F2D5934185B8773 , 0x5AA6FB55D67844AA989B458D1BB20C4E , 0x5AE34BED838B4F7491072923636096F1 , 0x5B49CC3389FD481D8AA20241EC235F7F , 0x5B979D2B46A04BE4BED94A699F07F7DA , 0x5C6DDD12371D4BFB85756ACDC95AC922 , 0x5D264EE7BF8C43C3A1283D1B8FB28B10 , 0x5D4299ACFCAF40D487864D7A1F505149 , 0x5D86B4B7705944E4941B43D48728A9BD , 0x5D9DD7DDB14548D5AD3E84E550318B07 , 0x5FBF8DFD577E4C89BFE5F225ACA86ABE , 0x6254753D05A74B1998628ED0764768F9 , 0x627A0982FD8D4847962E64923ABB5952 , 0x642D2D2768464B41A7D01C053EF50690 , 0x64F46D05AF5A4908A1FBE2459DE2792A , 0x67A05B3B8C86413382D126F7C0F16CDF , 0x67D828E18EF04B62BC7D0F9D0D539DCB , 0x6808193960F546E1BE92BE1F95A32252 , 0x686D1A4D63844306AC013AEA463CA3F5 , 0x6910A968D10348C995638D2F9F7D5FA0 , 0x69A3922C8D374E6EA11A3871F701C87D , 0x69A95E661D424BF7B4E4B9DE847078CA , 0x69CF3C6CE50C4065835A4BCFCD4D159B , 0x6AA21AC19AEE4331B327E28F263CCB4B , 0x6AB94A232C464326A7B1B1E4EB4D8F39 , 0x6AEC422E265D4E429D92E08204C838E1 , 0x6BC03160A1B34230953083544D777239 , 0x6BC7385B4EA6462F8B575DB0C6776FF2 , 0x6BCC9ED58F804BCF91FA2A90EA0B7B52 , 0x6CD97413AC5847F79C8D1B80FB1240FF , 0x6D33E0936269466FA0155B2ED72FE19A , 0x6D7EB1ADE0544FF2A3C5FBD81F87F562 , 0x6EF00C60DD5D4DE996DF23536D4C0DBB , 0x6F457459834249A68684E26E7DC5B6B1 , 0x7008C436127D4506B55CD374E4780062 , 0x706C7A0F7ED44A0A953FC2E64DA32187 , 0x70A76B5D49DA49F08B54B2D5C230F85B , 0x7196C08A7C184AF18BEFBFA719E89A9D , 0x71D700DEB7D745B0AECA9208A385FE70 , 0x739CA4FF38CD4F51AB4CDF40091FB63B , 0x746A5E37F53D4F3A89384486C9F2A4EE , 0x7595A5DD56E844A6A07F5D970A43424C , 0x7605E14269D84A4CBE39C3BA7EB04257 , 0x763E6B18483D4A10835DF25818F77858 , 0x769909A534B74EC89F7F2C5449730DB5 , 0x76BD3511A6CB4CF68C3B1B49AE46035F , 0x7989BCB6F8BA4137B341808FBDDABC17 , 0x7ABA40B1E3C847F8979895808DF5E378 , 0x7C221B0C8454453594E07396216CBED2 , 0x7C438E78E2A44362A31AB64772C76D65 , 0x7CA0046F23CA400997B37C78F590E800 , 0x7CABA0B03A9C4BB1AB6EAF2B3342C1EF , 0x7EE144096D274094A8267E364237809C , 0x82400A47EB9D43789038ADC25B6BC3B1 , 0x84EB0D2D9CDE4133B92A1AC4DC0A7A88 , 0x85E1EC4682D74C29ABF7B4D0B4FDCC82 , 0x861BEB4BA305498EAF877FDACC48AE8F , 0x8816C56EC688488197F96239AEE03D1D , 0x88188DF0B5AC424D92A13EDD02361770 , 0x8984E7ADD04A4202908FA2439B516229 , 0x8A6D294B747F44A08223FBC7BF9E6980 , 0x8B42BC1D61C74F4CA5BF7E57099444F5 , 0x8C167CF6BEB84973857BBC01B91258CC , 0x8C95872FA54A4D59B6667350E0CA9205 , 0x8D2AF879D5AA4198A984A7B056119FD7 , 0x8D6CC826433A4C289E74D762C69F7469 , 0x8EE56EA6309349E0832673A58ACFCC34 , 0x8F1FFBDF09314226963CF972D16A9280 , 0x8FC951BAF131440DA8D4A55F77FC0503 , 0x909115F7212943789052CEA6045BAC1F , 0x90D9373F82C0452285CDABA707226ADA , 0x90EF98E22AF84AD287A14C6AF5BAFF39 , 0x934A2EDB020349E3B12CF4E647A08890 , 0x93B87577765046ABAF461A473D3C6C82 , 0x94391C3648314F64A0D0C0DE09DB5202 , 0x956474D21539422295AE8CF2A722357E , 0x95D97F455C3843259F605938E6E37DF8 , 0x9750B1DDD9DE4F1CAD66EF16B252A114 , 0x975615A3D28E4C4697E7302BDD7F78B0 , 0x976C8901412E4E6EA53568CE12F6F5D3 , 0x9784FA2966B14AA3A35BB1242153FBB2 , 0x9855E43D5F17493489F9FBA0DBD62BBE , 0x987F9E9547FF4ECDBE2C976081110835 , 0x9995CA41FDDC49F5AEF148D57FB98128 , 0x9B7E921E5DDF41E499A063EF5E51388F , 0x9D0A84772BCC4BAFBBFB9779CCE9AC7D , 0x9D1CD261F82F4565ACA939A53B1B182F , 0x9D26895F8CBB4DDF8666C4D6826C3508 , 0x9D2A13DA601346D59599AF9414A12531 , 0x9DD1A9E9AC6B4DD598E462539540B310 , 0x9E17185DD92847DCA146454793B95E92 , 0x9E3F9FA43CF744FCAC182CE50B288A89 , 0x9FB4C442E9C4486CBFDFBE5DDE0B1A72 , 0xA029A78CFECF4222BDA5B06E7D518CF8 , 0xA030BD4E1DC44724B77DEFCC1A0360CE , 0xA10621DAE10F454C91F385874ADC9183 , 0xA1774B5840AA463EBDE4E33B4799DA96 , 0xA1A7F90EBE334A2993705481E7F675DB , 0xA209070A98304BC0B22F77C62CD0F9FA , 0xA27F1304D56A43E1AF9FABC68E1F928A , 0xA2D362DA7E7049D99B3778417F49F0AF , 0xA3FA177606644BB6B8EC821E04EF95A8 , 0xA431EC9940EB4FD8B2034809878AA49B , 0xA436E1BA40F140F581914950B7EAE6A6 , 0xA45E95174F8C4591ABE32FBB20BF63F1 , 0xA4B93043ABC443B8BEFE55CAE5DDAE36 , 0xA6F85E1954614C65943F5A7D0FF46B62 , 0xA767B8FD50564D05B0E0FC51D2C763B7 , 0xA76F5AB1835B431896619BC2C53056C2 , 0xA7C24AF460D149CD8D7F7D1257C20781 , 0xA7DFD6BC5F614A8FAB594BB99321B885 , 0xA9229A12A7C844A2B158E86F83234A81 , 0xAA4D1DFF19BC49C2A49EF93BB4629F7C , 0xAA613F3F1EC44A51A4F8B66456DBF304 , 0xAB5581261F16462CA651D6C7EC6976DF , 0xAB72B91683F4429EA329D29DFEE96E1D , 0xAB99D2DD05F84437BAF7B7EE0804EDCC , 0xAC4ABEBBB21A431BA15D3A540B9A46F8 , 0xAD0480DE57B74AAFA267EEF923A40F3B , 0xAD21FF78924347729C92D828D29CD3E2 , 0xAE855EED4E294322BEE4C9CFC73C5E29 , 0xAF0F845429724B4A83F501F5D91057F2 , 0xB0260196AF424B14AA267CF2F4591D1D , 0xB03B93742A6747F4A6B6819166EFFC35 , 0xB03C42087B5F48E6811A0019307ADE70 , 0xB044CC5590114273B7972AD00A2AE2EE , 0xB0868F60C5B345E2B8A3E62148CA980C , 0xB1016EF447D84799A672ED5BDB8DEACB , 0xB13684E7522042BDB478E30F8FEF005C , 0xB1E43D5D78F54659BCDE49B827F3DE7B , 0xB26317ECC9164A66B7A6DA5EC5525560 , 0xB30CAB95100C430BB36A80CD8B76519C , 0xB35D356DE80F41E58C63EB564F7060E1 , 0xB3A672F4C0634A27927A990600294EAD , 0xB3E97D9FCC9E46E284FA4CE12F9CC627 , 0xB592333385474238B1C2C0D5C2964E3A , 0xB7EBA15A18BA40B39933FA8946615B32 , 0xB84268F4EF084E59BE9E68621DDAF292 , 0xB90327383EC441C99C9AF0064F30BB3C , 0xB9A95A3543DF4D208CCBB6FCEEFA90A5 , 0xBAB8249CDC5549A8A854C1EE33B9EF9B , 0xBBAC54236F8B4414A780819A7381977A , 0xBBF68DBDD7AD4F3092AC68B078CF533F , 0xBC1F9779B13542EB9786EF5A6EF3C619 , 0xBC7512B0FEEB433B96F6DAE92BA20D5F , 0xBD561768B7834C5FA4C43FCCC6693F02 , 0xBEC48A924494481596B499A3462FA53F , 0xBF0A008D83CD4B1AA3CE58714269F555 , 0xBF7A4894825F431ABB5AE1EC1B8401C1 , 0xC0014476BAF04882A4C999543F5AB71D , 0xC247AE3ACF104D56ACBB16F496C6EDFE , 0xC41298534B324E8CB535148CA6456C85 , 0xC4F50CF10F1D4E45A30A6C9C7CC6F75D , 0xC64C23B29A0244C3AEA72A65901613D9 , 0xC7D89C2EF76F4EF8B483BD69B822B39B , 0xC80F0CB8BF8C4F4DB3BB145D25B6029B , 0xC8CB8192F6744E72A73650246AEC21CB , 0xC8E197E3646F4CE9878DE75E6B2E2C45 , 0xC8FBA83D4514496FBB4080D8D0DC9592 , 0xCAE82549F66B485495826378FAAF98A7 , 0xCAFE1A1CDB0C4CCF90AB4690210D1F1F , 0xCB17A60C4FC34B46BF5805368DDAE8A1 , 0xCBC22078C9F84DA9A4941B3EB714A4D6 , 0xCCD44DDA4D0E4D9B8B8367688D2E8B99 , 0xCD733D72B8E34435932ACC338AEE6646 , 0xCE462917BE6A4279A058C23276B4CEFD , 0xCE68F91AB2AB4E4F81E0694B7524EF67 , 0xCEB9657231644DDD979ADC6DE9564AA3 , 0xD101EDE9BC24402BA6912783E32E2697 , 0xD1AF46048E7A4052BED02F916D2E321D , 0xD4C585E265A04B3BADDB945E42288776 , 0xD4EEC4451472446696CB77D6DCBAE546 , 0xD56A341F02A24B03B9CEBFF328589C04 , 0xD57151CE51384A8BB5DA30FD3372570A , 0xD571AC2CE60D40E9909A09DAEE55F3B3 , 0xD888033563B64F43A09BB9D8F6D92502 , 0xD9D0EBDC7F504F2FB691DE80D4E9BA35 , 0xD9D7FF2C6536422A9A3812BD41973EEC , 0xDB17C270D47D4CF5A11B2574DCC64D19 , 0xDB8C983F2E25492595D2BAF597A0129B , 0xDE14AE6F55524723AC0E0A5083653710 , 0xDE206750B5144C9EB908ECD5175A6634 , 0xDF52FE086B1E4E6EBC1E24129C145A47 , 0xE11DDB42C65A4350BA4C75E18624C09A , 0xE20C6F19DB3D44D3B1353ABE353C0356 , 0xE2D8D692E5304F7C9CFF3911222D9679 , 0xE37173E6B1114E8F8B0328C4F2CC0BC2 , 0xE39CFE7FA222422BA7014C91EC2D8263 , 0xE3C088F2F8D741BCA8E75923C42C797C , 0xE5221C1AAB63448AA8AED4E61C4A11F6 , 0xE59D38B6C7B74DE9B119CB823EF7FF89 , 0xE6064D0865C548EEABB80640C1D2B9CB , 0xE6085A3CB11C4561AF1A8CDF4D5B0739 , 0xE6B733FF484C400CA0343F4CCEB5AE6A , 0xE762280492134561930E013DEE31821A , 0xE8DC9AE7952548059E55863EE9D27A9A , 0xE8E182D4B0C3466A8D65BA821FF2DDC8 , 0xE98498452B154CCE82812DC75CFAB45B , 0xEA4D489CCA114AF091A0BF325C5ED327 , 0xEA4F979823B244EAA2572F54A710A51C , 0xEB566B555B8943D99AB34412A4BF8194 , 0xEB8D712AF9094309BE448C0C6BC37114 , 0xEC59CB3A3170418CA9E63F4303C405F0 , 0xEC6400B093EA4650B30F098BEBC1613A , 0xEC794C10D4414A71B1E9483D59766852 , 0xECCE22B0ECA14BF3919746A4005B037C , 0xEE2FDE65C1D24B25911F30448E830033 , 0xEEC1F15AB7D54DE9BEE66D6C351637B8 , 0xEEC84A40BF2441A1B4C31485591C3667 , 0xEECD59BE83DA4AF5ABBB040AA6260B88 , 0xEED144A49022481F8407A9CB7899CAC9 , 0xF014BB8414CC46AB83B3821502B6AB40 , 0xF0B1A75EB4C84883961E7721A37F0B07 , 0xF0DF2A16BB2B46C4AF67E65F5EA2713D , 0xF18654872C1C430192F7BC756C97FAA3 , 0xF19D4391C6B04EB89287B6AD1DD3FC76 , 0xF1FD142D595B4EFD898CC8A092097C4E , 0xF2BC18EDC21B4135A493DA005AAEF6B8 , 0xF34338B448914FC29E68C368C9FB723E , 0xF3808B509A694FC89883F0B4B5DDBC93 , 0xF42CCC080C284DECB754D3974103797E , 0xF6587A1502E247839F086FEF54C57B2F , 0xF7379D786A5842BCACA15726106A1FC9 , 0xF790462A4ADB4BFB842915CB5876949A , 0xF7993B6E18E94981AFB2834A6F3816E6 , 0xF7FEF9BD10454913B19DAEC70A959AFC , 0xF81656B623A24478856616E5625CEF3B , 0xF8EA3BA0AF054229AB67FA27DAB26042 , 0xFB21DD35614C4B229D132FB0920A97F5 , 0xFBA97A6A1D9849BBAA50657CA44734C0 , 0xFBF6B11E5F744BB7A8A3BB5E529636CC , 0xFCE165ED0FB0447798F060A04739E78A )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
4.59 ms (1.47%)
3
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|ca910c95cfe24f0faee100911472c07b|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|ca910c95cfe24f0faee100911472c07b|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
4.56 ms (1.46%)
1
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"‘ùnjÔ±Fçµ¼¾A/a{º "
true
b"BnE²ñþKT‹§a\f _7jg "
null
true
false
0
]
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x426E45B2F1FE4B548BA7610C5F376A67 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
4.07 ms (1.31%)
1
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"‘ùnjÔ±Fçµ¼¾A/a{º "
true
b"BnE²ñþKT‹§a\f _7jg "
null
true
false
true
]
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x426E45B2F1FE4B548BA7610C5F376A67 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
2.50 ms (0.80%)
1
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `file_hash` as `property_group_option.media.fileHash` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 _›\x04 „…J`¡®åˆÝæûà "
b"\x01 žd·k\x12 p‚†µíø\x11 Šn` "
b"\x01 žd·k&sg¥;¯JXžp "
b"\x01 žn%\x16 ¦s’¦ª\x00 Ôˆe†M "
b"\x01 žn%\x16 ·q¥Œçô5åýç "
b"\x01 žn%\x16 Ápl¿3ï\x17 ¬\x03 ÉN "
b"\x01 žn%\x16 Îrôœ!t\x02 ¥é\x15 } "
b"\x01 žn%\x17\x03 qš¸Ò‰„\x15\x1F 5m "
b"\x01 žn%\x17\x05 rP¸¾F¸ ±S\x16 "
b"\x01 žn%\x17\x06 pvºX†²~°Ž0 "
b"\x01 žn%\x17\t s¥ƒ\x17 )¨mŠO$ "
b"""
\x01 žn%\x17 \n
qô½‚¾Ž*Rðr
"""
b"\x01 žn%\x17\x0E r\x1C ¹Œ½í=#¾˜ "
b"\x01 žn%\x17\x0F p\x7F ‹«~å¸vÅ "
b"\x01 žn%\x17\x10 r\x0F ƒ=”Ë*”*& "
b"\x01 žn%\x17\x11 rdg \v Ò›\x10 m "
b"\x01 žn%\x17\x13 qmƒ\x07 ƒtäé}” "
b"\x01 žn%\x17\x14 rÜœ;\x06 Õ\r ‹M "
b"""
\x01 žn%\x17\x16 r™Ó÷Í\n
Q.
"""
b"\x01 žn%\x17\x19 r\r ²³R\x07 žª\x19 "
b"\x01 žn%\x17 !p˜[d°ãûï "
b"\x01 žn%\x17 "rQ¥É€ù+c$Ñ "
b"\x01 žn%\x17 )q\x10 šJŒ‰&q.] "
b"\x01 žn%\x17 *p…š\e Û*qŒÄ´ "
b"\x01 žn%\x17 ,r"»çm\x11 •áWÄ "
b"\x01 žn%\x17 -sw®TuœØ&Ƽ "
b"\x01 žn%\x17 3q\x17 Œ&\x1F d×Ìec "
b"\x01 žn%\x17 7qp ½‹ ¦Õº "
b"\x01 žn%\x17 8s[ß<‹¥\x1F ±½ "
b"\x01 žn%\x17 ;s,³¿\x03 ´Ô4ý\x11 "
b"\x01 žn%\x17 ?s}·¨k3«ý£É "
b"\x01 žn%\x17 @r\f ¶D\x1F _ý&\x1A ¡ "
b"\x01 ž‘º\x0E «qAµ<ú\x0F 6\x05 _1 "
b"\x01 ž‘º\x0F ëq£.G¼Äe\x04 I "
b"\x01 ž‘º\x10\x03 q9¹\x15 l\x10 ‰î*5 "
b"\x01 ž‘º\x10\x1C s »tñ¡Âæ\x02\x0E "
b"\x01 ž‘º\x10 oqà¾R\x1E Q€¸ä£ "
b"\x01 ž‘º\x10 ¾sú\x02\e\x18 FiX\v "
b"\x01 ž‘º\x10 îpã¿ûê\x0E K?UÛ "
b"\x01 ž‘º\x12 Ws\x1C ‰ù9tg9é "
b"\x01 ž‘º\x15 Kpãšé\x1D\x12 l\v k| "
b"\x01 ž‘º\x17 Üs¼¸§sy:g¨p "
b"\x01 ž‘º\x18 _r«½y8¤i=øê "
b"\x01 ž‘º\x1E\x18 rŽ”2¼» ¡]Ý "
b"\x01 ž‘º <s‚Œc‚{;š×… "
b"\x01 ž‘º!œq\v ““`Ty\x7F Þ€ "
b"\x01 ž‘º#Hs²‡\x18 TU5¦æœ "
b"\x01 ž‘º%(r÷‘ánÏ\x15\x1C\x0E ñ "
b"\x01 ž‘º)%pdC\x0F ÉtW\x10 G "
b"\x01 ž‘º+ërG³\x12 [cUõ,\x08 "
b"""
\x01 ž‘º,5qö§\n
^²\x15 úoÁ
"""
b"\x01 ž‘º-iqŘiiðT»¹Ã "
b"\x01 ž‘º14sdz¼Iì9x)d "
b"\x01 ž‘º2\x1C r¯§UtZ*ôø‡ "
b"""
\x01 ž‘º2Úr\n
µ%>Û¼\x16 !ï
"""
b"\x01 ž‘º7Åq†…N§96ªs7 "
b"\x01 ž‘º8Írr‹SSuðMÑ "
b"\x01 ž‘º9Mråµ\x00 n´\x7F NR> "
b"\x01 ž‘º9p›³u—GÐâ\t H "
b"\x01 ž‘»µ2s9¯šœwü(îë "
b"\x01 ž‘»µ<sØŽ\x19 ¶ø<\x04 —¼ "
b"\x01 ž‘»µ@s\x18 ‰Iq{\x01 ¥ˆ‹ "
b"\x01 ž‘»µ€p·°¥uŠaR–Ë "
b"\x01 ž‘»µ¢syŸÇ3>S—‰Z "
b"\x01 ž‘»¶rq÷Ž>+\x1C Õ)\x15\x08 "
b"\x01 ž‘»¶¸qØ¢#\x1A mÉ3%v "
b"\x01 ž‘»¶Ñr\f Ž\x1A óm5±Sª "
b"""
\x01 ž‘»¶ïsB˜\n
¡ŸñtÒL
"""
b"\x01 ž‘»·\x04 pššŽFÈ;ì\x17 À "
b"\x01 ž‘»·\x05 s'¾Ç‚æ9³Ø7 "
b"\x01 ž‘»·\x13 pß¼¸¡ÇÄ–Þˆ "
b"\x01 ž‘»·\x15 q}ˆI\x11 ¥ \x08 ’@ "
b"""
\x01 ž‘»·\x1C qŽˆ\x06 $h\n
ùÐ
"""
b"\x01 ž‘»·+s×ëù;ØÔBŒ "
b"\x01 ž‘»·1pb—βï=E "
b"\x01 ž‘»·3sÇŠ¢\x01 Ò•\x06 ‹ó "
b"\x01 ž‘»·4sά‡C€êÇ6\x08 "
b"\x01 ž‘»·7rr†ºW‰3ñ×\t "
b"\x01 ž‘»·8s8£n·'ÙrH "
b"\x01 ž‘»·:qÞ°$Ð’÷\x1C á "
b"\x01 ž‘»·;ru¼%\t E(a\x16 "
b"\x01 ž‘»·=shЇžq\t D¶V "
b"\x01 ž‘»·>q\x0F †\f Ú\x08 ªÄÐ\x10 "
b"\x01 ž‘»·?r(£HXAÔh\x1E „ "
b"\x01 ž‘»·AsÞ®ÁÃ%\x05 -§© "
b"\x01 ž‘»·Ep¡œGGç+“\r d "
b"\x01 ž‘»·Gs0Á\t `£¤à\x16 "
b"\x01 ž‘»·Jq¸“§2ÚJ+å@ "
b"\x01 ž‘»·Ks‰¸ýñ?½q—1 "
b"\x01 ž‘»·LpÇ´HÔ/\•\x08 "
b"\x01 ž‘»·OsÔ©K¬büè\x07 3 "
b"\x01 ž‘»·PsN¨=BQÄIî\x7F "
b"\x01 ž‘»·RsA€iI‘ ÍÁ\x13 "
b"\x01 ž‘»·Spߘ¸úKL\x04\x16 "
b"\x01 ž‘»·Tq1¥\x1E J¾yÓ„ "
b"\x01 ž‘»·Vq ¿.¿\f *R‡\x17 "
b"\x01 ž‘»·Yp[¹5!óŬ¯x "
b"\x01 ž‘»·\sñ”KàötÂï "
b"\x01 ž‘»·_s¢™$hš¢=-\x11 "
b"\x01 ž‘»·brЈ\f cÔ+~\x15 "
b"\x01 ž‘»·dqã®kÉ\x1A ckP\f "
b"""
\x01 ž‘»·jpÀ½ùÕ\n
›´×æ
"""
b"\x01 ž‘»·lqÁ€«T;\e ©Šw "
b"\x01 ž‘»·nr>„´o‹.s›\t "
b"\x01 ž‘»·pq•€´ug±$޵ "
b"\x01 ž‘»·spè·N\x18 «·YÔÌ "
b"\x01 ž‘»·usô§\x03 ̇¡‹z± "
b"""
\x01 ž‘»·vr\x01 ·\n
\x11 ·»Âx
"""
b"\x01 ž‘»·xs^µl^U§\x01 ù "
b"\x01 ž‘»·{rg…¸ÃóWRF "
b"\x01 ž‘»·\x7F s<µ® Ùè„Î\x13 "
b"\x01 ž‘»·‚q.ŽºÙ–IÓ\x14 ( "
b"\x01 ž‘»·ƒrx²Öþ~B:‰µ "
b"\x01 ž‘»·ŠsÕ‘ªpÜê\x06 k~ "
b"\x01 ž‘»·Œr¸‘@\t Eæ\x18 î) "
b"\x01 ž‘»·ŽqSò\x1F „µÔ\x10 ! "
b"\x01 ž‘»·“r”¡ÚÎ<¶Ãqé "
b"\x01 ž‘»·–sœ¬\x15 áSè\x1D 2\x10 "
b"\x01 ž‘»·›s¥™o_úšþè\n "
b"\x01 ž‘»·s&¼.yµáÈZ "
b"\x01 ž‘»· rà‹v-H\x12 ú); "
b"\x01 ž‘»·¡qE‹–\r $Êã\x15 "
b"\x01 ž‘»·£p¾¿GNÞ¿^hp "
b"\x01 ž‘»·¤s\x1F ‡®™\x08 ‡*\x0E "
b"\x01 ž‘»·§rg€A_†æºûy "
b"\x01 ž‘»·¨sa‰íè_ÌìP¼ "
b"\x01 ž‘»·ªsI ™¾3§·¯1 "
b"\x01 ž‘»·«rT˜\x15 s\x0E\x16 \x19\x1C "
b"\x01 ž‘»·sÀ›ÍÏ/pBFÑ "
b"\x01 ž‘»·®q\x06 ›¼ï¢Ú]Æ? "
b"\x01 ž‘»·¯sð¾T·b—\x1F ³S "
b"\x01 ž‘»·¶pn†šƒs€qNX "
b"\x01 ž‘»·¸rVµa÷‡ˆ˜,Ö "
b"\x01 ž‘»·»sKŽ\x7F\x17 *ÉÍÎq "
b"\x01 ž‘»·½qS–Ô\x06 ý£ùh\x16 "
b"\x01 ž‘»·¿sE†Ôò\x1D î*ý• "
b"\x01 ž‘»·Âs\x15 „ilô”×, "
b"\x01 ž‘»·Ãq÷»\x10 ÒÙjg "
b"\x01 ž‘»·Æp˜°cü§£Ò`ù "
b"\x01 ž‘»·Çpޝ]ï\x0E i! ð "
b"\x01 ž‘»·Ésô¢=é—¬\x02 ‡ "
b"\x01 ž‘»·Êrެƒ×(þ5é "
b"\x01 ž‘»·Ìs…ª3\x18 ‘½o’ "
b"\x01 ž‘»·Ípñ—¿‚%±\x12 íÌ "
b"\x01 ž‘»·Ðpˆ¨¡GsÊØ¼@ "
b"\x01 ž‘»·ÓrHµäýG9‹Ð\x06 "
b"\x01 ž‘»·ÔqŽ„ô:KAþLQ "
b"\x01 ž‘»·Ösê¸Wùzì\x06 ”¦ "
b"\x01 ž‘»·Ûr‹²º0»ª–y© "
b"\x01 ž‘»·Ýsž#CÞO?bò "
b"\x01 ž‘»·Þq³Ÿü[±ÏGh\x1F "
b"\x01 ž‘»·às( „¦\x17\x0E Îkª "
b"\x01 ž‘»·ás Û®±øZ7ï "
b"\x01 ž‘»·ãsð‹\x07 V ƒüC¹ "
b"\x01 ž‘»·är‹¨bV$OË\x0E "
b"\x01 ž‘»·åpƒåðÿ£z9Ü "
b"\x01 ž‘»·çr¼’áNXÿ|\v © "
b"\x01 ž‘»·êq'‹y𩌚ñ "
b"\x01 ž‘»·íprœªÂÙL¢N0 "
b"\x01 ž‘»·îq”œ6UùK£D' "
b"\x01 ž‘»·ñpȲU\x14 „…\x06 ›Ú "
b"\x01 ž‘»·ôqÒ§ú."…|i# "
b"\x01 ž‘»·÷qa‰\x1A ¹_Óe\x1C ø "
b"\x01 ž‘»·øs‡”®)G–¥?ù "
b"\x01 ž‘»·úrä i-â<¼á« "
b"\x01 ž‘»·ûp˽ûîÇåKZ "
b"\x01 ž‘»·ýqê¡\ß1=ëЙ "
b"\x01 ž‘»·þqH¼`D‹ÇHTö "
b"\x01 ž‘»¸\x01 p°¬î§ –Â\x1C "
b"\x01 ž‘»¸\x03 sŇ\x10\x14 ?mpø "
b"\x01 ž‘»¸\x04 r°¼G§Rúœ]J "
b"\x01 ž‘»¸\x06 pæþ\x18 `èÇO "
b"\x01 ž‘»¸\x07 s޾+,·—Ò»r "
b"\x01 ž‘»¸\t r%„þ\f ÂÛ¿IQ "
b"""
\x01 ž‘»¸\n
qù®\x19\x16\x18 ‡;Vv
"""
b"\x01 ž‘»¸\f pÀ¼ñ)\x17 zò·Ï "
b"\x01 ž‘»¸\r r&·X_DŒId\x08 "
b"\x01 ž‘»¸\x0F sæŽo\x19 {Õ9}Ó "
b"\x01 ž‘»¸\x12 s\t ’“¬ïü6·æ "
b"\x01 ž‘»¸\x15 qF¥"Ð\x01 " "
b"\x01 ž‘»¸\x18 r\x1C Š?ùR\x07 w1· "
b"\x01 ž‘»¸\x19 s¦¶ZÕÑ„Êãç "
b"\x01 ž‘»¸\e qa¬¾¯\x08 •¼4í "
b"\x01 ž‘»¸\x1C sbƒyê¾ÁUö¬ "
b"\x01 ž‘»¸\x1E q8ŽA§&áã\x14 ) "
b"\x01 ž‘»¸\x1F sƺ‹\x0E ¢}÷†° "
b"\x01 ž‘»¸!rÀŽÁùà…«\t m "
b"\x01 ž‘»¸"q\n ¯CÌ7/\x00 `W "
b"\x01 ž‘»¸%qi“‘£yœ\x15 Í "
b"\x01 ž‘»¸,rŽ5}+\x13 3\e "
b"\x01 ž‘»¸.q²Ÿð\x16 ^\x11 xÆà "
b"\x01 ž‘»¸/rñ‰@Ôï,\x03 °\x16 "
b"\x01 ž‘»¸1qG¦—\x14 ,„‘=ò "
b"\x01 ž‘»¸2r¥ˆ\x11 a\x01 >æFÛ "
b"\x01 ž‘»¸4s}»Ñ\x0E\x08 —¸+i "
b"\x01 ž‘»¸5r°‡®rd_¶5 "
b"\x01 ž‘»¸8p§¤s>8ƒ!û} "
b"\x01 ž‘»¸:s»§9\x00 ›@ð@ "
b"\x01 ž‘»¸;pò¿µ¬·˜#@\t "
b"\x01 ž‘»¸=q\x18 ¯L›^£o\x11 ~ "
b"\x01 ž‘»¸>q\x1C ª$ÔäÍGŸ‘ "
b"\x01 ž‘»¸@p\x08 —\x19 žÄX¢¯¤ "
b"""
\x01 ž‘»¸Asõ‹NlÕ\n
Þ¹ž
"""
b"\x01 ž‘»¸DqÚ—úž\x0F À©Íc "
b"\x01 ž‘»¸Hp½¡œkÐ8\x11 ¥ "
b"\x01 ž‘»¸Iqù§|+\x04 ’9\x1D "
b"\x01 ž‘»¸KslªxÄoÕZ½E "
b"\x01 ž‘»¸Nq&½Ü\x14\x00 Ý…\x1D S "
b"\x01 ž‘»¸Os²‰—ŠÜ¤µït "
b"\x01 ž‘»¸QpR¯—¼²CxØ… "
b"\x01 ž‘»¸Rp’£…‹5€ŠÙÞ "
b"\x01 ž‘»¸`r*ú28:iŒW "
b"\x01 ž‘»¸brÅ®¥ŒÚüQ<æ "
b"\x01 ž‘»¸cs\™²í†C‚â¶ "
b"\x01 ž‘»¸er9ʳi¢\x04 '¥ "
b"\x01 ž‘»¸fr¤²éï”ÕÌQ¿ "
b"\x01 ž‘»¸hp#¯\x16\x01 ÂÝäU³ "
b"\x01 ž‘»¸ks1¹ÁÞvÌ^CA "
b"\x01 ž‘»¸np׬\x10 ÅÆFÜ¡l "
b"\x01 ž‘»¸orˆšÔk¶$;\x1D ‘ "
b"\x01 ž‘»¸rr÷«‚é.êÿ1c "
b"\x01 ž‘»¸tq¹œ_\f êV\x05\x1F × "
b"\x01 ž‘»¸ur×…ú–\x12\x05 ÿ-6 "
b"\x01 ž‘»¸wq~£\e &£¦N(ä "
b"\x01 ž‘»¸xr"€Ý–ªÝ\x1A\x08 Å "
b"\x01 ž‘»¸zp¤ž‘LSšå<Ë "
b"\x01 ž‘»¸{r\x0E ‘®\x05\x10 årÛ> "
b"\x01 ž‘»¸~r ¯\x1F åp ù¸ "
b"\x01 ž‘»¸q\x1F ±â®\r 6ˆC¯ "
b"\x01 ž‘»¸–p,€ud!ô\x14 F£ "
b"\x01 ž‘»¸˜qÂŒR!\x1E ªöv "
b"\x01 ž‘»¸›sŒ´›Îh•A\x12\x03 "
b"\x01 ž‘»¸œs.•Hø\x12 òÖR "
b"\x01 ž‘»¸žqÕ¡ƒ\x1F\x19 3\x12 åQ "
b"\x01 ž‘»¸ŸqÒ›rSÔ''s\f "
b"\x01 ž‘»¸¡r ~Žê¸˜P€ "
b"\x01 ž‘»¸¢só‚$¯¢þòRK "
b"\x01 ž‘»¸¥r\x17 °ºÁTv½{ "
b"\x01 ž‘»¸§s\x06 ˜¡Öw5m\x16 Í "
b"\x01 ž‘»¸¨s\x1C “ç$€`ù\x19 Z "
b"\x01 ž‘»¸¬pq—€¯\x01 'è'N "
b"\x01 ž‘»¸säš~ñèHY·Y "
b"\x01 ž‘»¸¯pß„(\x7F i\ù\x12 ø "
b"\x01 ž‘»¸°rá»<‘ðòuŸ "
b"\x01 ž‘»¸²r’ŒÃ”\x07 >ž\x14 ‹ "
b"""
\x01 ž‘»¸´p\n
¶DA7gPµ…
"""
b"\x01 ž‘»¸µsǪ_W&ºþ'Æ "
b"\x01 ž‘»¸·r\x7F ŽE‰(-¼1[ "
b"\x01 ž‘»¸¾r&¿V„@Õ÷\x07\e "
b"\x01 ž‘»¸Ás}£I«;(öLÚ "
b"\x01 ž‘»¸Åq¶ªUpæ|'/\x16 "
b"\x01 ž‘»¸Ës¡‹kˆü®Žq\x11 "
b"\x01 ž‘»¸Ðq€s2"”€Ï} "
b"\x01 ž‘»¸Òq.™2º‰^álA "
b"\x01 ž‘»¸Øq¾“"“è~ž\j "
b"\x01 ž‘»¸Þpëª\x08 ¶Þúïš "
b"\x01 ž‘»¸àsò\x04 Yj>Ï‹V "
b"\x01 ž‘»¸ãrɽÕü\BkÛ¥ "
b"\x01 ž‘»¸çr‹¼V3ËùË‹\ "
b"\x01 ž‘»¸éq±¡œ—Þë\f Qœ "
b"\x01 ž‘»¸ês0¿C›fQqêë "
b"\x01 ž‘»¸ðsʳ²ê7\x08 ìÚ] "
b"""
\x01 ž‘»¸òrBŽë’íÂ\n
m\x02
"""
b"\x01 ž‘»¸ôs„¹À·Ì|âß "
b"\x01 ž‘»¸öq©×1|y/â "
b"\x01 ž‘»¸÷pϼ“Y|˜ŸBÈ "
b"\x01 ž‘»¸ùpµ°\x1D ²bøj&‘ "
b"\x01 ž‘»¸üp$„\x1C 9K®°Œm "
b"\x01 ž‘»¹\x00 pX—ß\x06 –:jS "
b"\x01 ž‘»¹\x02 ru€£=Â…ý±G "
b"\x01 ž‘»¹\x07 ro©Tã‡C`™Ä "
b"""
\x01 ž‘»¹\n
rH–Qw\x07 ëÃ-L
"""
b"\x01 ž‘»¹\f sK™Î\t O„ã\x01 p "
b"\x01 ž‘»¹\x0F q7‰ílƒfúfä "
b"\x01 ž‘»¹\x13 rF¸¶×~žÈ¬ý "
b"\x01 ž‘»¹\x18 q]‚·N¬{”Õ= "
b"\x01 ž‘»¹\x1A qpÉ.¡öLe "
b"\x01 ž‘»¹\x1D s¼‹\e Ü\x02 iPh® "
b"\x01 ž‘»¹ s’‚ÉL¸&/À@ "
b"\x01 ž‘»¹#rZŠ?\x07 ±Œ¬%q "
b"\x01 ž‘»¹%s\x0E µ ÉO&ÆpV "
b"\x01 ž‘»¹'q\x13 ¶\x08 §I3•» "
b"\x01 ž‘»¹(qâº#8¥>`ã~ "
b"\x01 ž‘»¹*r…–lf¦\x0E Å@\x1C "
b"\x01 ž‘»¹+qL¯±ø‚à)R "
b"\x01 ž‘»¹-s„²ù;v>\t š• "
b"\x01 ž‘»¹/pÓ—\x11\x11 UT:…Ô "
b"\x01 ž‘»¹2p|…SÍ÷\x1D EÏ› "
b"\x01 ž‘»¹3rå† \f ¡\x0E hß( "
b"\x01 ž‘»¹5q4›””œOÕ, "
b"\x01 ž‘»¹:rZlb\f ÊúU\x00 "
b"\x01 ž‘»¹=r.R\x17 øã¥Ï "
b"\x01 ž‘»¹Bsl‰Ì\x0F\x1F ÿL'ð "
b"\x01 ž‘»¹Cr±®\x03 &‘+ƒV. "
b"\x01 ž‘»¹EsN›ü5a,ÀÆ% "
b"\x01 ž‘»¹Lr—\x06 Þªéǯ« "
b"\x01 ž‘»¹Pr—ªÏ±…\x19 B\x19 a "
b"\x01 ž‘»¹QqDžÚL\x01 ÎÎq\x12 "
b"\x01 ž‘»¹SsŽ{\x11 “ÏHq^ "
b"\x01 ž‘»¹TpYŽ‹/¼U\x11 Å "
b"\x01 ž‘»¹Vq8—¦’n\x06 ¦ƒ_ "
b"\x01 ž‘»¹Xp¼Ù“õت1 "
b"\x01 ž‘»¹]p‰²‚Ç}T›)€ "
b"\x01 ž‘»¹`p†•r|Å—C˜Ã "
b"\x01 ž‘»¹as\x08 ‚Ï®\x1D âReŒ "
b"\x01 ž‘»¹epO‚à5±©æUf "
b"\x01 ž‘»¹jr ¯^ÙiÚ³c+ "
b"\x01 ž‘»¹mqé‰\x7F ¯Ñ%T2„ "
b"\x01 ž‘»¹pp\x15 Ÿ¿£Ý_¯4m "
b"\x01 ž‘»¹rqë\x02 +ÎG\x7F ta "
b"\x01 ž‘»¹up=›ø™Ì²|¯\x04 "
b"\x01 ž‘»¹zp@¥#\x06 |‰Ek£ "
b"\x01 ž‘»¹|q¦¨œ½\x19 Ž>\x17\x03 "
b"\x01 ž‘»¹r’µbÚà20Øm "
b"""
\x01 ž‘»¹ƒp\n
‚¶æœ±C\x0F Ï
"""
b"\x01 ž‘»¹ŠpK‡¨¯éâ•mâ "
b"\x01 ž‘»¹‹pl¬o€P¯}ǽ "
b"\x01 ž‘»¹Žsk·ªš‰&î/\t "
b"\x01 ž‘»¹r\x14 …ïêi“t÷ "
b"\x01 ž‘»¹’qþœj\x1D <˜\x02 É3 "
b"\x01 ž‘»¹”r\x00 ˆp‚*pÚ÷‹ "
b"\x01 ž‘»¹•s\x1D r\x10 +ÜŦ\x01 "
b"\x01 ž‘»¹—qKµ´v¯kÝ\x19 – "
b"\x01 ž‘»¹™qB°CXUEvÝ "
b"\x01 ž‘»¹œs¦¬˜w˜pT`m "
b"\x01 ž‘»¹¦qª¸8q\x16 B!PÙ "
b"\x01 ž‘»¹«rŽž\x19 θœf\r ù "
b"\x01 ž‘»¹®p\x06 „.\x16 °—W\x01 "
b"\x01 ž‘»¹°s`©ýÏ*\x16 —Ìl "
b"\x01 ž‘»¹´p¾\x00 …—Æ\x05\x1D\x1A "
b"\x01 ž‘»¹»r¾=h!cN!À "
b"\x01 ž‘»¹¼qñŠ%Pà´Wt "
b"\x01 ž‘»¹Àq6´ø\x1F j<l[´ "
b"\x01 ž‘»¹Âp]¹~10%?xT "
b"\x01 ž‘»¹Åp[«Žf‰,þLú "
b"\x01 ž‘»¹Çpøœ2ÌVaÐñ3 "
b"\x01 ž‘»¹Ós¦…ç\v N„öŽ\x12 "
b"\x01 ž‘»¹Ùs„·ò\x01 €´ºˆÀ "
b"\x01 ž‘»¹âq\x05 „RRbbÀ^} "
b"\x01 ž‘»¹íq\r £\x00 mчÆYW "
b"\x01 ž‘»¹ïqúƒ\e £?êvg× "
b"\x01 ž‘»¹ør'’\x19 ü<E²™ "
b"\x01 ž‘»¹ûsý\x1E ÇצCH\x17 "
b"\x01 ž‘»º\x00 r\x17 ¡\x13\x0F Më_£‘ "
b"\x01 ž‘»º\x0E rŽºQ,˜[dx "
b"""
\x01 ž‘»º\x0F p\n
µûõï@ô…‹
"""
b"\x01 ž‘»º\x19 r¹°nA‡Õ†ô¥ "
b"\x01 ž‘»º\e qv–!%\x16 WW\] "
b"\x01 ž‘»º*q0€Lú6©\t ¸| "
b"\x01 ž‘»º-q¦¢¢¿‘$\x7F [Û "
b"\x01 ž‘»º`q–Žùé·ÏÅ[› "
b"\x01 ž‘»ºbrÔ†T\x13 ÿ²6â\ "
b"\x01 ž‘»ºhp?¼ªù!þ>lj "
b"\x01 ž‘»ºorª…Ÿ0ÓêÁÐ\r "
b"\x01 ž‘»ºxs\e »“1ñ\x14 ú»\x15 "
b"\x01 ž‘»º\x7F s6ƒæÕ=î¥A¾ "
b"\x01 ž‘»º‡pº†àõÛ\x01 Ùï“ "
b"\x01 ž‘»º”s ‰¤Pì,¢\x08 "
b"\x01 ž‘»º£pªˆ…§\x1A N»¢Û "
b"\x01 ž‘»º¬q‰¯Uû]¶hdµ "
b"\x01 ž‘»º½q\x08 „KþÐü,ª "
b"\x01 ž‘»ºêpÓ³š™k\x00 \x0E ½ "
b"\x01 ž‘»ºðs¹—@š\x15 îq<b "
b"\x01 ž‘»»\v pl¨6\x03 6ë#Î\e "
b"\x01 ž‘»»%rЮªÈ\r 2ÿF "
b"\x01 ž‘»»0s§‰\x02 „{e9Ë "
b"\x01 ž‘»»Is\x03 ™u\x06 8È "
b"\x01 ž‘»»as¥«O¶¸\x12 \» "
b"\x01 ž‘»»epí©Ü«äÂí "
b"\x01 ž‘»»°q!‚ÿÐ(\xç "
b"\x01 ž‘»»Æsè§Ù\e 9µ¬\x0F & "
b"\x01 ž‘»»þp«ŠŠv\x1F ²\f\x04 ñ "
b"""
\x01 ž‘»¼\x0F r\x10 Ÿ‹Ð\n
ô:в
"""
b"\x01 ž‘»¼\x11 q²šÐ&õqV–\x02 "
b"\x01 ž‘»¼\x1A rñ¸K:Œ`\x04 °ô "
b"\x01 ž‘»¼\x1D q\x1D œ‘‡G²ª¼° "
b"\x01 ž‘»¼\x1F pÿ°\x12 ý@µ¡ýý "
b"\x01 ž‘»¼"qv¢Øpì”ÎÁ\x02 "
b"\x01 ž‘»¼&qç´Þ¢¦²mY¿ "
b"\x01 ž‘»¼)sW‹oñ;lCìh "
b"\x01 ž‘»¼-s\x10 ¸\x1C\x06\x12 9ÂÚ‹ "
b"""
\x01 ž‘»¼0r1±.ô\n
Š¿z¬
"""
b"\x01 ž‘»¼1s²¤kX\x14 ¸´1 "
b"\x01 ž‘»¼4pð´}\x13 ˆbò} "
b"\x01 ž‘»¼5pˆ›=R¾¿¼\x17 I "
b"\x01 ž‘»¼7qzŸÏã\x0F A\f -¯ "
b"\x01 ž‘»¼<qޝV„ù\x16 ‹b "
b"\x01 ž‘»¼Ark’bz²àlÆ "
b"\x01 ž‘»¼Ep˜Œ\x0E Ù\x1A Š\x04 4\x02 "
b"\x01 ž‘»¼Fq¥½ÀW×€ÈâD "
b"\x01 ž‘»¼IqÁ¶Ì\x08 °\x08\x05 ªÅ "
b"\x01 ž‘»¼Lpe·né*ñ\x06 ÷È "
b"\x01 ž‘»¼Trp›ÑmO;;ÉX "
b"""
\x01 ž‘»¼Yp\n
€\x0E ÕÏ|a¡
"""
b"\x01 ž‘»¼_qé•P]ýÌ&‘¢ "
b"\x01 ž‘»¼aqÈyâg\x17 Áò/ "
b"\x01 ž‘»¼irÍ¿%øÏ·u\x03 · "
b"\x01 ž‘»¼lqí;ÎEš-0û "
b"\x01 ž‘»¼orFŒcPÞ·ÇKÚ "
b"\x01 ž‘»¼tp\x12 –\r h\x16 æÖv "
b"\x01 ž‘»¼xs䑺ºAÝÙ/– "
b"\x01 ž‘»¼{q¼ê¡}i`ƒÀ "
b"\x01 ž‘»¼\x7F pv¿\x06 ½,!Ú[¶ "
b"\x01 ž‘»¼…r뫜ù0\x1E Ÿðb "
b"\x01 ž‘»¼‡qù—î\x06 b »â "
b"\x01 ž‘»¼Œp\x1F ‡îË,jw;Z "
b"\x01 ž‘»¼r\x01 ‹‰–éè¿,è "
b"\x01 ž‘»¼’p\x10 ¤\x01 ¬\x19\x16 E\x15 ° "
b"\x01 ž‘»¼”r"‘ƒ\x1D JS¹\x13 * "
b"\x01 ž‘»¼™qz¨\e\x1D ±\x00\x00 Ê6 "
b"\x01 ž‘»¼r•ž\x1A ü\x04\x18 ?²7 "
b"\x01 ž‘»¼¢q$ ƒ\x1F *Ê\x02 r "
b"\x01 ž‘»¼¬rM¼—À¨ëøì "
b"\x01 ž‘»¼°rG£Ôa\x1E Â:;É "
b"\x01 ž‘»¼ºp\x0F ‘*¤3äî\x14 è "
b"\x01 ž‘»¼¿s\†rÀl`Fka "
b"\x01 ž‘»¼ÆqÜ…5‚ÌjlŽÅ "
b"\x01 ž‘»¼Ïp\x10 Žïš¾“\x17\x01 h "
b"\x01 ž‘»¼Ôpù¸/]p¡)£- "
b"\x01 ž‘»¼êp÷¿‹.\x1F\f\x13 ^Å "
b"\x01 ž‘»¼ïr=‡â]¾#áC\e "
b"\x01 ž‘»¼õqÉ›7eØsl«¸ "
b"\x01 ž‘»½\x18 p'†ÎÑ]\x08 Ž‘8 "
b"\x01 ž‘»½ rEŒ{š¦êzí¸ "
b"\x01 ž‘»½%sœ‰\x17 ˜<pCÛ\x13 "
b"\x01 ž‘»½0q§ƒ:¯‹\x1D ‰[ø "
b"\x01 ž‘»½2q ®\x07 qéáNÔú "
b"\x01 ž‘»½;rY°ÿÆÙ¹\n >\x00 "
b"\x01 ž‘»½=qË\x0F µ.ø\x05 Eø "
b"\x02 o#\x7F © OQ¸\x19 !ÕÒgé\x18 "
b"\x10 »¯\r ÷\x1F JÔ¿w·N„qõ "
b"\x1A ¼ØùÕ–N-ž²ß*Õžç{ "
b" ù´Š™Oз.'¹Te+Ú "
b"'¿\x04 ®\x0F ïJW±JÜýÖúÙ "
b")ôí`ýÂB6‡ìÌD~ô "
b"K‹³,§uNx\v &ü\x13 $7† "
b"P\x16\x1D ÐŒH–—Kâ"«\x12 "
b"UX\x06 Þô“G־ĚãqõC "
b"ZãK탋Ot‘\x07 )#c`–ñ "
b"bz\t ‚ýŽHG–.d’:»YR "
b"q×\x00 Þ·×E°®Ê’\x08 £…þp "
b"tj^7õ=O:‰8D†Éò¤î "
b"""
u•¥ÝVèD¦ \x7F ]—\n
CBL
"""
b"†\e ëK£\x05 I¯‡\x7F ÚÌH® "
b"Žån¦0“Iàƒ&s¥ŠÏÌ4 "
b"\x1C Òaø/Ee¬©9¥;\e\x18 / "
b" 0½N\x1D ÄG$·}ïÌ\x1A\x03 `Î "
b"¡§ù\x0E ¾3J)“pTçöuÛ "
b"""
¢\t\x07 \n
˜0KÀ²/wÆ,Ðùú
"""
b"!ÿx’CGrœ’Ø(ÒœÓâ "
b"¸Bhôï\x08 NY¾žhb\x1D Úò’ "
b"º¸$œÜUI¨¨TÁî3¹ï› "
b"Ë\x17 ¦\f OÃKF¿X\x05 6ŽÚè¡ "
b"Ë xÉøM©¤”\e >·\x14 ¤Ö "
b"ÔîÄE\x14 rDf–ËwÖܺåF "
b"ÕqQÎQ8J‹µÚ0ý3rW\n "
b"؈\x03 5c¶OC ›¹ØöÙ%\x02 "
b"ãœþ\x7F ¢"B+§\x01 L‘ì-‚c "
b"鄘E+\x15 L΂-Ç\ú´[ "
b"êMHœÊ\x11 Jð‘ ¿2\^Ó' "
b"ëŽq*ù\t C\t ¾DŒ\f kÃq\x14 "
b"ìÎ"°ì¡Kó‘—F¤\x00 [\x03 | "
b"ðß*\x16 »+Fįgæ_^¢q= "
b"ñý\x14 -Y[Ný‰ŒÈ ’\t |N "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `file_hash` as `property_group_option.media.fileHash` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . `property_group_id` ,
`property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `file_hash` as `property_group_option.media.fileHash` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (0x015F9B0484854A60A1AEE588DDE6FBC3 , 0x019E64B76B12708286B5EDF8118A6E60 , 0x019E64B76B267367A53BAF4A9D589E70 , 0x019E6E2516A67392A6AA00D48865864D , 0x019E6E2516B77181A58CE7F435E5FDE7 , 0x019E6E2516C1706CBF33EF17AC03C94E , 0x019E6E2516CE72F49C217402A5E9157D , 0x019E6E251703719AB8D28984151F356D , 0x019E6E2517057250B8BE46B8A0B15316 , 0x019E6E2517067076BA5886B27EB08D30 , 0x019E6E25170973A5831729A86D8A4F24 , 0x019E6E25170A71F4BD82BE8E2A52F072 , 0x019E6E25170E721CB98CBDED3D23BE98 , 0x019E6E25170F707F8BAB7EE5B8768FC5 , 0x019E6E251710720F833D94CB2A942A26 , 0x019E6E25171172648F67200BD29B106D , 0x019E6E251713716D83078374E4E97D94 , 0x019E6E25171472DC9C3B06ADD50D8B4D , 0x019E6E251716729D99D3F790CD0A512E , 0x019E6E251719720DB2B35207AD9EAA19 , 0x019E6E251721709881815B64B0E3FBEF , 0x019E6E2517227251A5C980F92B6324D1 , 0x019E6E25172971109A4A8C8926712E5D , 0x019E6E25172A70859A1BDB2A718CC4B4 , 0x019E6E25172C7222BBE76D1195E157C4 , 0x019E6E25172D7377AE54759CD826C6BC , 0x019E6E25173371178C261F64D7CC6563 , 0x019E6E2517377170A0BD8B9D20A6D5BA , 0x019E6E251738735BADDF3C8BA51FB1BD , 0x019E6E25173B732CB3BF03B4D434FD11 , 0x019E6E25173F737DB7A86B33ABFDA3C9 , 0x019E6E251740720CB6441F5FFD261AA1 , 0x019E91BA0EAB7141B53CFA0F36055F31 , 0x019E91BA0FEB7190A32E47BCC4650449 , 0x019E91BA10037139B9156C1089EE2A35 , 0x019E91BA101C7320BB74F1A1C2E6020E , 0x019E91BA106F71E0BE521E5180B8E4A3 , 0x019E91BA10BE73FA90021B184669580B , 0x019E91BA10EE70E3BFFBEA0E4B3F55DB , 0x019E91BA1257731C89F939749D6739E9 , 0x019E91BA154B70E39AE91D126C0B6B7C , 0x019E91BA17DC73BCB8A773793A67A870 , 0x019E91BA185F72ABBD7938A4693DF8EA , 0x019E91BA1E18728E9432BCBBA0A15DDD , 0x019E91BA203C73828C63827B3B9AD785 , 0x019E91BA219C710B93936054797FDE80 , 0x019E91BA234873B28718545535A6E69C , 0x019E91BA252872F791E16ECF151C0EF1 , 0x019E91BA292570648F430FC974571047 , 0x019E91BA2BEB7247B3125B6355F52C08 , 0x019E91BA2C3571F6A70A5EB215FA6FC1 , 0x019E91BA2D6971C5986969F054BBB9C3 , 0x019E91BA313473C7B3BC49EC39782964 , 0x019E91BA321C72AFA755745A2AF4F887 , 0x019E91BA32DA720AB5253EDBBC1621EF , 0x019E91BA37C57186854EA73936AA7337 , 0x019E91BA38CD72728B535375F04D8FD1 , 0x019E91BA394D72E5B5006EB47F4E523E , 0x019E91BA399D709BB3759747D0E20948 , 0x019E91BBB5327339AF9A9C77FC28EEEB , 0x019E91BBB53C73D88E19B6F83C0497BC , 0x019E91BBB54073188949717B01A5888B , 0x019E91BBB58070B7B0A5758A615296CB , 0x019E91BBB5A273799FC7333E5397895A , 0x019E91BBB67271F78E3E2B1CD5291508 , 0x019E91BBB6B871D8A2231A6DC9332576 , 0x019E91BBB6D1720C8D1AF36D35B153AA , 0x019E91BBB6EF7342980AA19FF174D24C , 0x019E91BBB704709A9A8D46C83BEC17C0 , 0x019E91BBB7057327BEC782E639B3D837 , 0x019E91BBB71370DFBCB8A1C7C496DE88 , 0x019E91BBB715717D884911A520089240 , 0x019E91BBB71C718D880624680AF9D09F , 0x019E91BBB72B73C397EBF93BD8D4428C , 0x019E91BBB731706297CEB2EFAD3D45C2 , 0x019E91BBB73373C78AA201D295068BF3 , 0x019E91BBB73473CEAC874380EAC73608 , 0x019E91BBB737727286BA578933F1D709 , 0x019E91BBB7387338A36E90B727D97248 , 0x019E91BBB73A71DEB024D09D92F71CE1 , 0x019E91BBB73B7275BC25094528611620 , 0x019E91BBB73D73688A879E710944B656 , 0x019E91BBB73E710F860CDA08AAC4D010 , 0x019E91BBB73F7228A3485841D4681E84 , 0x019E91BBB74173DEAEC1C325052DA7A9 , 0x019E91BBB74570A19C4747E72B930D64 , 0x019E91BBB747733090C10960A3A4E016 , 0x019E91BBB74A71B893A732DA4A2BE540 , 0x019E91BBB74B7389B8FDF13FBD719731 , 0x019E91BBB74C70C7B448D49D2F5C9508 , 0x019E91BBB74F73D4A94BAC62FCE80733 , 0x019E91BBB750734EA83D4251C449EE7F , 0x019E91BBB752734180694991A0CDC113 , 0x019E91BBB75370DF98B8FA4B4C041620 , 0x019E91BBB7547131A51E4AC2BE79D384 , 0x019E91BBB75671A0BF2EBF0C2A528717 , 0x019E91BBB759705BB93521F3C5ACAF78 , 0x019E91BBB75C73F1944BE0F674C382EF , 0x019E91BBB75F73A29924689AA23D2D11 , 0x019E91BBB76272D0880C63D42B7EAD15 , 0x019E91BBB76471E3AE6BC91A636B500C , 0x019E91BBB76A70C0BDF9D50A9BB4D7E6 , 0x019E91BBB76C71C180AB543B1BA98A77 , 0x019E91BBB76E723E84B46F8B2E739B09 , 0x019E91BBB770719580B47567B1248EB5 , 0x019E91BBB77370E8B74E18ABB759D4CC , 0x019E91BBB77573F4A703CC87A18B7AB1 , 0x019E91BBB77672019DB70A11B7BBC278 , 0x019E91BBB778735EB56C5E55A701F981 , 0x019E91BBB77B726785ADB8C3F3575246 , 0x019E91BBB77F733CB5AEA0D9E884CE13 , 0x019E91BBB782712E8DBAD99649D31428 , 0x019E91BBB7837278B2D6FE7E423A89B5 , 0x019E91BBB78A73D591AA70DCEA066B7E , 0x019E91BBB78C72B891400945E618EE29 , 0x019E91BBB78D715390F21F84B5D41021 , 0x019E91BBB7937294A1DACE3CB6C371E9 , 0x019E91BBB796739CAC15E153E81D3210 , 0x019E91BBB79B73A5996F5FFA9AFEE80A , 0x019E91BBB79D7326BC9F2E79B5E1C85A , 0x019E91BBB7A072E08B762D4812FA293B , 0x019E91BBB7A171458B960D24CAE31590 , 0x019E91BBB7A370BEBF474EDEBF5E6870 , 0x019E91BBB7A4731F87AE99AD08872A0E , 0x019E91BBB7A7726780415F86E6BAFB79 , 0x019E91BBB7A8736189EDE85FCCEC50BC , 0x019E91BBB7AA7349A099BE33A7B7AF31 , 0x019E91BBB7AB72549815730E168F191C , 0x019E91BBB7AD73C09BCDCF2F704246D1 , 0x019E91BBB7AE71069BBCEFA2DA5DC63F , 0x019E91BBB7AF73F0BE54B762971FB353 , 0x019E91BBB7B6706E869A837380714E58 , 0x019E91BBB7B87256B561F78788982CD6 , 0x019E91BBB7BB734B8D7F172AC9CDCE71 , 0x019E91BBB7BD715396D406FDA3F96816 , 0x019E91BBB7BF734586D4F21DEE2AFD95 , 0x019E91BBB7C2731584696CF494D72C8F , 0x019E91BBB7C371F790BB10D2D96A679D , 0x019E91BBB7C67098B063FCA7A3D260F9 , 0x019E91BBB7C7708EAF5DEF0E692120F0 , 0x019E91BBB7C973F4A23DE9978FAC0287 , 0x019E91BBB7CA728D8EAC83D728FE35E9 , 0x019E91BBB7CC7385AA33188191BD6F92 , 0x019E91BBB7CD70F197BF8225B112EDCC , 0x019E91BBB7D07088A8A14773CAD8BC40 , 0x019E91BBB7D37248B5E4FD47398BD006 , 0x019E91BBB7D4718E84F43A4B41FE4C51 , 0x019E91BBB7D673EAB857F97AEC0694A6 , 0x019E91BBB7DB728BB2BA30BBAA9679A9 , 0x019E91BBB7DD739E9D2343DE4F3F62F2 , 0x019E91BBB7DE71B39FFC5BB1CF47681F , 0x019E91BBB7E07328A084A6170ECE6BAA , 0x019E91BBB7E1732081DBAEB1F85A37EF , 0x019E91BBB7E373F08B0756A083FC43B9 , 0x019E91BBB7E4728BA8625624AD4FCB0E , 0x019E91BBB7E5708390E5F0FFA37A39DC , 0x019E91BBB7E772BC92E14E58FF7C0BA9 , 0x019E91BBB7EA71278B79ADF0A98C9AF1 , 0x019E91BBB7ED70729CAAC2D94CA24E30 , 0x019E91BBB7EE71949C3655F94BA34427 , 0x019E91BBB7F170C8B255148485069BDA , 0x019E91BBB7F471D2A7FA2E22857C6923 , 0x019E91BBB7F77161891AB95FD3651CF8 , 0x019E91BBB7F8738794AE294796A53FF9 , 0x019E91BBB7FA72E4A0692DE23CBCE1AB , 0x019E91BBB7FB70CBBDFBEE9DC7E54B5A , 0x019E91BBB7FD71EAA15CDF313DEBD099 , 0x019E91BBB7FE7148BC60448BC74854F6 , 0x019E91BBB80170B0AC81EEA7A096C21C , 0x019E91BBB80373C58710143F906D70F8 , 0x019E91BBB80472B0BC47A752FA9C5D4A , 0x019E91BBB80670E69FFE1860E88FC74F , 0x019E91BBB807738DBE2B2CB797D2BB72 , 0x019E91BBB809722584FE0CC2DBBF4951 , 0x019E91BBB80A71F9AE191618873B5676 , 0x019E91BBB80C70C0BCF129177AF2B7CF , 0x019E91BBB80D7226B7585F448C496408 , 0x019E91BBB80F73E68E6F197BD5397DD3 , 0x019E91BBB81273099293ACEFFC36B7E6 , 0x019E91BBB8157146ADA522D001229F90 , 0x019E91BBB818721C8A3FF952077731B7 , 0x019E91BBB81973A6B65AD5D184CAE3E7 , 0x019E91BBB81B7161ACBEAF0895BC34ED , 0x019E91BBB81C73628379EABEC155F6AC , 0x019E91BBB81E71388D41A726E1E31429 , 0x019E91BBB81F73C6BA8B0EA27DF786B0 , 0x019E91BBB82172C08DC1F9E085AB096D , 0x019E91BBB822710AAF43CC372F006057 , 0x019E91BBB8257169939190A3799C15CD , 0x019E91BBB82C728D9F357D902B13331B , 0x019E91BBB82E71B29FF0165E1178C6E0 , 0x019E91BBB82F72F18940D4EF2C03B016 , 0x019E91BBB8317147A697142C84913DF2 , 0x019E91BBB83272A5881161013EE646DB , 0x019E91BBB834737DBBD10E0897B82B69 , 0x019E91BBB83572B087AE72645FB68135 , 0x019E91BBB83870A7A4733E388321FB7D , 0x019E91BBB83A73BBA739009B40F040C2 , 0x019E91BBB83B70F2BFB5ACB798234009 , 0x019E91BBB83D7118AF4C9B5EA36F117E , 0x019E91BBB83E711CAA24D4E4CD479F91 , 0x019E91BBB840700897199EC458A2AFA4 , 0x019E91BBB84173F58B4E6CD50ADEB99E , 0x019E91BBB84471DA97FA9E0FC0A9CD63 , 0x019E91BBB84870BDA19C6BD03811A590 , 0x019E91BBB84971F9A77C2BAD0492391D , 0x019E91BBB84B736CAA78C46FD55ABD45 , 0x019E91BBB84E7126BDDC1400DD851D53 , 0x019E91BBB84F73B289978ADCA4B5EF74 , 0x019E91BBB8517052AF97BCB24378D885 , 0x019E91BBB8527092A3858B35808AD9DE , 0x019E91BBB860722AADFA32383A698C57 , 0x019E91BBB86272C5AEA58CDAFC513CE6 , 0x019E91BBB863735C99B2ED864382E2B6 , 0x019E91BBB86572398FCAB369A20427A5 , 0x019E91BBB86672A4B2E9EF94D5CC51BF , 0x019E91BBB8687023AF1601C2DDE455B3 , 0x019E91BBB86B7331B9C1DE76CC5E4341 , 0x019E91BBB86E70D7AC10C5C646DCA16C , 0x019E91BBB86F72889AD46BB6243B1D91 , 0x019E91BBB87272F7AB82E92EEAFF3163 , 0x019E91BBB87471B99C5F0CEA56051FD7 , 0x019E91BBB87572D785FA961205FF2D36 , 0x019E91BBB877717EA31B26A3A64E28E4 , 0x019E91BBB878722280DD96AADD1A08C5 , 0x019E91BBB87A70A49E914C539AE53CCB , 0x019E91BBB87B720E91AE0510E572DB3E , 0x019E91BBB87E7220AF9D1FE57020F9B8 , 0x019E91BBB88F711FB1E2AE0D368843AF , 0x019E91BBB896702C80756421F41446A3 , 0x019E91BBB89871C28C5290211EAAF676 , 0x019E91BBB89B738CB49BCE6895411203 , 0x019E91BBB89C732E9548F812F2D6AD52 , 0x019E91BBB89E71D5A1831F193312E551 , 0x019E91BBB89F71D29B7253D42727730C , 0x019E91BBB8A172A0AD7E8DEAB8985080 , 0x019E91BBB8A273F38224AFA2FEF2524B , 0x019E91BBB8A57217B0BAC15476BD9D7B , 0x019E91BBB8A7730698A1D677356D16CD , 0x019E91BBB8A8731C93E7248060F9195A , 0x019E91BBB8AC70719780AF0127E8274E , 0x019E91BBB8AD73E49A7EF1E84859B759 , 0x019E91BBB8AF70DF84287F695CF912F8 , 0x019E91BBB8B072E1BB3C91F0F275C5B8 , 0x019E91BBB8B272928CC394073E9E148B , 0x019E91BBB8B4700AB64441376750B585 , 0x019E91BBB8B573C7AA5F5726BAFE27C6 , 0x019E91BBB8B7727F8D4589282DBC315B , 0x019E91BBB8BE7226BF568440D5F7071B , 0x019E91BBB8C1737DA349AB3B28F64CDA , 0x019E91BBB8C571B6AA5570E67C272F16 , 0x019E91BBB8CB73A18B6B88FCAE8D7111 , 0x019E91BBB8D071808F7332229480CF7D , 0x019E91BBB8D2712E9932BA895EE16C41 , 0x019E91BBB8D871BE932293E87E9E5C6A , 0x019E91BBB8DE70EBAA0820B6DEFAEF9A , 0x019E91BBB8E073F2AD04596A3ECF8B56 , 0x019E91BBB8E372C9BDD5FC5C426BDBA5 , 0x019E91BBB8E7728BBC5633CBF9CB8B5C , 0x019E91BBB8E971B1A19C97DEEB0C519C , 0x019E91BBB8EA7330BF439B665171EAEB , 0x019E91BBB8F073CAB3B2EA3708ECDA5D , 0x019E91BBB8F272428EEB92EDC20A6D02 , 0x019E91BBB8F4738490B9C0B7CC7CE2DF , 0x019E91BBB8F671A981D7317C792FE2AD , 0x019E91BBB8F770CFBC93597C989F42C8 , 0x019E91BBB8F970B5B01DB262F86A2691 , 0x019E91BBB8FC7024841C394BAEB08C6D , 0x019E91BBB9007058978FDF06963A6A53 , 0x019E91BBB902727580A33DC285FDB147 , 0x019E91BBB907726FA954E387436099C4 , 0x019E91BBB90A724896517707EBC32D4C , 0x019E91BBB90C734B99CE094F84E30170 , 0x019E91BBB90F713789ED6C8366FA66E4 , 0x019E91BBB9137246B8B6D77E9EC8ACFD , 0x019E91BBB918715D82B74EAC7B94D53D , 0x019E91BBB91A71708FC92EA1F64C659F , 0x019E91BBB91D73BC8B1BDC02695068AE , 0x019E91BBB920739282C94CB8262FC040 , 0x019E91BBB923725A8A3F07B18CAC2571 , 0x019E91BBB925730EB5A0C94F26C67056 , 0x019E91BBB9277113B608A74933958FBB , 0x019E91BBB92871E2BA2338A53E60E37E , 0x019E91BBB92A7285966C66A60EC5401C , 0x019E91BBB92B714CAFB1F882E02952C2 , 0x019E91BBB92D7384B2F93B763E099A95 , 0x019E91BBB92F70D397111155543A85D4 , 0x019E91BBB932707C8553CDF71D45CF9B , 0x019E91BBB93372E586200CA10E68DF28 , 0x019E91BBB93571349B94949C4F8FD52C , 0x019E91BBB93A725A9D6C620CCAFA5500 , 0x019E91BBB93D722E9F5217F890E3A5CF , 0x019E91BBB942736C89CC0F1FFF4C27F0 , 0x019E91BBB94372B1AE0326912B83562E , 0x019E91BBB945734E9BFC35612CC0C625 , 0x019E91BBB94C72979D06DEAAE9C7AFAB , 0x019E91BBB9507297AACFB18519421961 , 0x019E91BBB95171449EDA4C01CECE7112 , 0x019E91BBB953738D817B1193CF48715E , 0x019E91BBB95470598D8B2FBCAD5511C5 , 0x019E91BBB956713897A6926E06A6835F , 0x019E91BBB95870BC8ED993F5D8AA9D31 , 0x019E91BBB95D7089B282C77D549B2980 , 0x019E91BBB960708695727CC5974398C3 , 0x019E91BBB961730882CFAE1DE252658C , 0x019E91BBB965704F82E035B1A9E65566 , 0x019E91BBB96A7220AF5ED969DAB3632B , 0x019E91BBB96D71E9897FAFD125543284 , 0x019E91BBB97070159FBFA3DD5FAF346D , 0x019E91BBB97271C3AB022BCE477F7461 , 0x019E91BBB975703D9BF899CCB27CAF04 , 0x019E91BBB97A7040A523067C89456BA3 , 0x019E91BBB97C71A6A89CBD198E3E1703 , 0x019E91BBB9817292B562DAE03230D86D , 0x019E91BBB983700A82B6E69CB1430FCF , 0x019E91BBB98A704B87A8AFE9E2956DE2 , 0x019E91BBB98B706CAC6F8050AF7DC7BD , 0x019E91BBB98D736BB7AA9A8926EE2F09 , 0x019E91BBB99072148185EFEA699374F7 , 0x019E91BBB99271FE9C6A1D3C9802C933 , 0x019E91BBB99472008870822A70DAF78B , 0x019E91BBB995731DA072102BDCC5A601 , 0x019E91BBB997714BB5B476AF6BDD1996 , 0x019E91BBB9997142B0814358554576DD , 0x019E91BBB99C73A6AC9877987054606D , 0x019E91BBB9A671AAB8387116422150D9 , 0x019E91BBB9AB728D9E19CEB89C660DF9 , 0x019E91BBB9AE700684AD2E16B0975701 , 0x019E91BBB9B07360A9FDCF2A1697CC6C , 0x019E91BBB9B4709DBE008597C6051D1A , 0x019E91BBB9BB72ADBE3D6821634E21C0 , 0x019E91BBB9BC71F18A2550E0B45774AD , 0x019E91BBB9C07136B4F81F6A3C6C5BB4 , 0x019E91BBB9C2705DB97E3130253F7854 , 0x019E91BBB9C5705BAB8E66892CFE4CFA , 0x019E91BBB9C770F89C32CC5661D0F133 , 0x019E91BBB9D373A685E70B4E84F68D12 , 0x019E91BBB9D97384B7F20180B4BA88C0 , 0x019E91BBB9E271058452526262C05E7D , 0x019E91BBB9ED710DA3006DD187C65957 , 0x019E91BBB9EF71FA831BA33FEA7667D7 , 0x019E91BBB9F87227928119FC3C45B299 , 0x019E91BBB9FB73FD901EC7D7A6434817 , 0x019E91BBBA007217A1130F4DEB5FA391 , 0x019E91BBBA0E728DBA512C985B9F6478 , 0x019E91BBBA0F700AB5FBF5EF40F4858B , 0x019E91BBBA1972B9B06E4187D586F4A5 , 0x019E91BBBA1B71769621251657575C5D , 0x019E91BBBA2A7130804CFA36A909B87C , 0x019E91BBBA2D71A6A2A2BF91247F5BDB , 0x019E91BBBA6071968EF9E9B7CFC55B9B , 0x019E91BBBA6272D4865413FFB236E25C , 0x019E91BBBA68703FBCAAF921FE3EC789 , 0x019E91BBBA6F72AA859F30D3EAC1D00D , 0x019E91BBBA78731BBB9331F114FABB15 , 0x019E91BBBA7F733683E6D53DEEA541BE , 0x019E91BBBA8770BA86E0F5DB01D9EF93 , 0x019E91BBBA947320899DA450EC2CA208 , 0x019E91BBBAA370AA8885A71A4EBBA2DB , 0x019E91BBBAAC7189AF55FB5DB66864B5 , 0x019E91BBBABD7108844BFED0FC2CAA9D , 0x019E91BBBAEA70D3B39A996B00AD0EBD , 0x019E91BBBAF073B997409A15EE713C62 , 0x019E91BBBB0B706CA8360336EB23CE1B , 0x019E91BBBB2572D0AEAAC80D3290FF46 , 0x019E91BBBB3073A78902847B6539CB9D , 0x019E91BBBB4973EF86A60399750638C8 , 0x019E91BBBB6173A5AB4FB6B890125CBB , 0x019E91BBBB6570EDA9DCADABE4C2ADED , 0x019E91BBBBB0712182FFD08F285C78E7 , 0x019E91BBBBC673E8A7D91B39B5AC0F26 , 0x019E91BBBBFE70AB8A8A761FB20C04F1 , 0x019E91BBBC0F72109F8BD00AF43AD0B2 , 0x019E91BBBC1171B29AD026F571569602 , 0x019E91BBBC1A72F1B84B3A8C6004B0F4 , 0x019E91BBBC1D711D9C918747B2AABCB0 , 0x019E91BBBC1F70FFB012FD40B5A1FDFD , 0x019E91BBBC227176A2D870EC94CEC102 , 0x019E91BBBC2671E7B4DEA2A6B26D59BF , 0x019E91BBBC2973578B6FF13B6C43EC68 , 0x019E91BBBC2D7310B81C061239C2DA8B , 0x019E91BBBC307231B12EF40A8ABF7AAC , 0x019E91BBBC317381B2A46B5814B8B431 , 0x019E91BBBC3470F0B47D13C28862F27D , 0x019E91BBBC3570889B3D52BEBFBC1749 , 0x019E91BBBC37717A9FCFE30F410C2DAF , 0x019E91BBBC3C718EAF5684F916A08B62 , 0x019E91BBBC41726B92627AB2E06C81C6 , 0x019E91BBBC4570988C0ED91A8A043402 , 0x019E91BBBC4671A5BDC057D780C8E244 , 0x019E91BBBC4971C1B6CC08B00805AAC5 , 0x019E91BBBC4C7065B76EE92AF106F7C8 , 0x019E91BBBC5472709BD16D4F3B3BC958 , 0x019E91BBBC59700A800EA0D5CF7C61A1 , 0x019E91BBBC5F71E995505DFDCC2691A2 , 0x019E91BBBC6171C88179E26717C1F22F , 0x019E91BBBC6972CDBF25F8CFB77503B7 , 0x019E91BBBC6C71ED8F3BCE459A2D30FB , 0x019E91BBBC6F72468C6350DEB7C74BDA , 0x019E91BBBC747012960D688116E6D676 , 0x019E91BBBC7873E491BABA41DDD92F96 , 0x019E91BBBC7B719DBCEAA17D696083C0 , 0x019E91BBBC7F7076BF06BD2C21DA5BB6 , 0x019E91BBBC8572EBAB9CF9301E9FF062 , 0x019E91BBBC8771F997EEAD0662A0BBE2 , 0x019E91BBBC8C701F87EECB2C6A773B5A , 0x019E91BBBC8F72018B8996E9E8BF2CE8 , 0x019E91BBBC927010A401AC19164515B0 , 0x019E91BBBC94722291831D4A53B9132A , 0x019E91BBBC99717AA81B1DB10000CA36 , 0x019E91BBBC9D72959E1AFC04183FB237 , 0x019E91BBBCA27124A0831F2ACA0272A0 , 0x019E91BBBCAC724DBC97C08FA8EBF8EC , 0x019E91BBBCB07247A3D4611EC23A3BC9 , 0x019E91BBBCBA700F912AA433E4EE14E8 , 0x019E91BBBCBF735C8672C06C60466B61 , 0x019E91BBBCC671DC853582CC6A6C8EC5 , 0x019E91BBBCCF70108DEF9ABE93170168 , 0x019E91BBBCD470F9B82F5D70A129A32D , 0x019E91BBBCEA70F7BF8B2E1F0C135EC5 , 0x019E91BBBCEF723D87E25DBE23E1431B , 0x019E91BBBCF571C99B3765D8736CABB8 , 0x019E91BBBD18702786CED15D088D9138 , 0x019E91BBBD2072458C7B9AA6EA7AEDB8 , 0x019E91BBBD25739C8917983C7043DB13 , 0x019E91BBBD3071A7833AAF8B1D895BF8 , 0x019E91BBBD3271A0AE0771E9E14ED4FA , 0x019E91BBBD3B7259B0FFC6D9B90A3E00 , 0x019E91BBBD3D71CB810FB52EF80545F8 , 0x026F237FA9204F51B81921D5D267E918 , 0x10BBAF0DF71F4AD48FBF77B74E8471F5 , 0x1ABCD8F9D5964E2D9EB2DF2AD59EE77B , 0x20F9B48A999D4FD0B72E27B954652BDA , 0x27BF04AE0FEF4A57B14ADCFDD68FFAD9 , 0x29F4ED60FDC2423687ECADCC447E9DF4 , 0x4B8BB32CA7754E788F0B26FC13243786 , 0x50161D81D08C4896978E4BE2228FAB12 , 0x555806DEF49347D6BEC49AE371C3B543 , 0x5AE34BED838B4F7491072923636096F1 , 0x627A0982FD8D4847962E64923ABB5952 , 0x71D700DEB7D745B0AECA9208A385FE70 , 0x746A5E37F53D4F3A89384486C9F2A4EE , 0x7595A5DD56E844A6A07F5D970A43424C , 0x861BEB4BA305498EAF877FDACC48AE8F , 0x8EE56EA6309349E0832673A58ACFCC34 , 0x9D1CD261F82F4565ACA939A53B1B182F , 0xA030BD4E1DC44724B77DEFCC1A0360CE , 0xA1A7F90EBE334A2993705481E7F675DB , 0xA209070A98304BC0B22F77C62CD0F9FA , 0xAD21FF78924347729C92D828D29CD3E2 , 0xB84268F4EF084E59BE9E68621DDAF292 , 0xBAB8249CDC5549A8A854C1EE33B9EF9B , 0xCB17A60C4FC34B46BF5805368DDAE8A1 , 0xCBC22078C9F84DA9A4941B3EB714A4D6 , 0xD4EEC4451472446696CB77D6DCBAE546 , 0xD57151CE51384A8BB5DA30FD3372570A , 0xD888033563B64F43A09BB9D8F6D92502 , 0xE39CFE7FA222422BA7014C91EC2D8263 , 0xE98498452B154CCE82812DC75CFAB45B , 0xEA4D489CCA114AF091A0BF325C5ED327 , 0xEB8D712AF9094309BE448C0C6BC37114 , 0xECCE22B0ECA14BF3919746A4005B037C , 0xF0DF2A16BB2B46C4AF67E65F5EA2713D , 0xF1FD142D595B4EFD898CC8A092097C4E );
Copy
0.77 ms (0.25%)
1
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 = ? )) AND (seo_url . is_deleted = 0 )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"‘ùnjÔ±Fçµ¼¾A/a{º "
"Essen/Kuechenhelfer "
"Essen/Kuechenhelfer/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x91F96E6AD4B146E7B5BCBE412F617BBA OR sales_channel_id IS NULL )) AND ((seo_path_info = 'Essen/Kuechenhelfer' OR seo_path_info = 'Essen/Kuechenhelfer/' )) AND (seo_url . is_deleted = 0 );
Copy
0.63 ms (0.20%)
1
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"‘ùnjÔ±Fçµ¼¾A/a{º "
"rEbqCMQmFpyXGjh54VcaVO2MiH8iL9bI "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x91F96E6AD4B146E7B5BCBE412F617BBA ) AND (token = 'rEbqCMQmFpyXGjh54VcaVO2MiH8iL9bI' ) LIMIT 1 ;
Copy
0.52 ms (0.17%)
1
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"‘ùnjÔ±Fçµ¼¾A/a{º "
true
b"Ôá¨YóJA'¿Åc}…FpŸ "
b"©ùÌ5¾|áï\x7F ûqáÃX»\x1F "
b"\x15\x19 67¨PL³¼ŒŽ¾ú½‚m "
b"¶2ÌV7®LÚ±\x1A ¨n\x13\x0E\x0E ? "
b")ÀÙ5ˆÐA¶–Ó)YbÉ`\x1D "
b"""
'¿ç\n
ñ\x03 Ñ8¢;±&ëD¿\x18
"""
b"¤ô\x05 ý•ÉE'¥×ËYåœNV "
b"gùÏÅÍîO¡¥ÁX\x15 T8Üx "
b"‘íçU\x08 œÇÏlH#Ø€mC "
b"˜0\x08 %üjH/¿ža/¶\\x10 î "
b"Ä3\x1E <µ•A¦tQ\x10 7…¤¼ "
b"vä_\x15 ¯7Në€_Ê\x19 ܽ3“ "
b"á ÍB·¹B+¥—¤‰‘ñ}þ "
b"|Dƒž]bHc¨\x19 LkùÇ$ "
b"> dDŽÅL…ƒƒõdx>,» "
b"²\x02 bò\x14 pLÚœºE\x16 T€Zú "
b")\x17 婜QCBº\x00 ±8XI\x04 1 "
b"«\x03 ¸Ã”"It¨Ûi\x7F Ù™Xv "
b"nfs¸(dè½'ÙÐ…ù#‡ "
b"\x06\x1D šÜ¹ÖÊèR!þú}â:À "
b";Dºô_\x06 T€aOO<v5 "
b"ö\Ë\x1D GK߆\r Áº§\x13 V "
b"ˆM9Æ¢ŒBÛ‚û¿¶Xm8 "
b"«¸Ç#4OïR\x13 ÐIï‰÷ "
b"Ì\v h™ÆHîƒç9䥱ÿ "
b"\r y¾õL´\x17 >ü\x16 {¾¨ý©G "
b"%>Ä¢TéA>»Û`÷ùbF¯ "
b"r@veœ‘HÕ¢o\x1C \x14 Á¤ö "
b"$›z}·úÖP¹{Ÿ¥…ºvG "
b"LV™\[ŒH¹ˆœ_ÿõ¤¢„ "
b"¤÷ˆ'\x16 ›KI—äci\x15 )˜¬ "
b"óóƒa‡¥]öÅC䋞ƛ| "
b"Ʊ\x0F\x1A\x1A ŸE0·¼û\x18\x11 ÿ6r "
b",¦þÓŽ‡rã4+\f ¬`\x00 ë "
b"\x16 ,\x03 ÅäêE?®Q£•e›ÓŸ "
b"L²%ÊC\x1E I{¡?\x0E üSŽ\x15 ³ "
b"Mø:j\x00 üH››\x14 Ÿ\x7F ²\t ¼+ "
b"nÝ•â\r \x11 ú^‡'Ñy\x1F d÷ "
b"\x08 ò¥]ZÉAvŽGOÁ\x12 D\x1A\x18 "
b"""
\n
^$\x1A TúJ;\x07 ¡¤~œêê
"""
b"\x02 LEöÍ\x10 E”¿¯|ž£=\x03 8 "
b"\x18 1ß3Ð2'bp¨\v Ìü\x00 >õ "
b"Ús 3ÉñN£€;ÜqëC\x13 "
b"òX@\x04 mÙÕ$‚Ú£¤–¶Ú\x15 "
b"\x13 aávØòM‘P⺼ɷm "
b"\x7F þ‰î#K\x18 ·Úy»¥ÙÍ‹ "
b"ªd—XOdI\x1A ®@\x0E ¹ÚE]ß "
b")^1ÛžœN\x0E §š´5\x1E ˆž= "
]
SELECT
`product` . `id` ,
`product` . `product_number` ,
`product` . `auto_increment`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
)
)
AND (
`product` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ?
)
)
GROUP BY
`product` . `id`
Copy
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0xD4E1A859F34A4127BFC5637D8546709F , 0xA9F9CC35BE7CE1EF7FFB71E1C358BB1F , 0x15193637A8504CB3BC8C8DBEFABD826D , 0xB632CC5637AE4CDAB11AA86E130E0E3F , 0x29C0D93588D041B696D3295962C9601D , 0x27BFE70AF103D138A23BB126EB44BF18 , 0xA4F405FD95C94527A5D7CB59E59C4E56 , 0x67F9CFC5CDEE4FA1A5C158155438DC78 , 0x91EDE755089CC78FCF6C4823D8806D43 , 0x98300825FC6A482FBF9E612FB65C10EE , 0xC4331E3CB595418FA67451103785A4BC , 0x76E45F15AF374EEB805FCA19DCBD3393 , 0xE1A0CD42B7B9422BA597A48991F17DFE , 0x7C44839E5D62486390A8194C6BF9C724 , 0x3EA064448EC54C858383F564783E2CBB , 0xB20262F214704CDA9CBA451654805AFA , 0x2917E5A99C514342BA00B13858490431 , 0xAB03B8C394224974A8DB697FD9995876 , 0x6E66739DB82864E8BD27D9D085F92387 , 0x061D9ADCB9D6CAE85221FEFA7DE23AC0 , 0x3B448EBAF45F06815480614F4F3C7635 , 0xF65C9FCB1D474BDF860DC1BA90A71356 , 0x884D39C6A28C42C39B82FBBFB6586D38 , 0xAB9FB8C723344FEF8F5213D049EF89F7 , 0xCC0B9D6899C648EE83E739E4ADA5B1FF , 0x0D79BEF54CB4173EFC167BBEA8FDA947 , 0x253EC4A254E9413EBBDB60F7F96246AF , 0x724076659C9148D5A26F1C2014C1A4F6 , 0x249B7A7DB7FAD650B97B9FA585BA7647 , 0x4C56995C5B8C48B9889C5FFFF5A4A284 , 0xA4F78827169B4B4997E46369152998AC , 0xF3F3836187A55DF6C543E48B9EC69B7C , 0xC6B10F1A1A9F4530B7BCFB1811FF3672 , 0x2CA6FED38E8772E3342B0CAC6000EB20 , 0x162C03C5E4EA453FAE51A395659BD39F , 0x4CB225CA431E497BA13F0EFC538D15B3 , 0x4DF83A6A00FC489B9B149F7FB209BC2B , 0x6EDD95E20D11A0FA5E8727D1791F64F7 , 0x08F2A55D5AC941768E474FC112441A18 , 0x0A5E241A54FA4A3B8107A1A47E9CEAEA , 0x024C45F6CD104594BFAF7C9EA33D0338 , 0x1831DF33D032276270A80BCCFC003EF5 , 0xDA73A033C9F14EA3803BDC719DEB4313 , 0xF25840046DD9D52482DAA3A496B6DA15 , 0x1361E176D8F24D9D9150E2BABCC9B76D , 0x7FFE9089EE234B18B7DA79BBA5D9CD8B , 0xAA6497584F64491AAE400EB9DA455DDF , 0x295E31DB9E9C4E0EA79AB4351E889E3D )) GROUP BY `product` . `id` ;
Copy
0.51 ms (0.16%)
1
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"rEbqCMQmFpyXGjh54VcaVO2MiH8iL9bI "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'rEbqCMQmFpyXGjh54VcaVO2MiH8iL9bI' ;
Copy
0.44 ms (0.14%)
1
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` 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` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ªÀþº|0²Læí>ª-¤ "
b"\x01 ‘\x7F 2–“sm¸7A ˆŠ "
b"\x02 m$Ä©\x00 I\x05 °\x15 q·[,fC "
b"\t •Cr~\r M<Šï…»ó×À "
b"\r ̦çÏ,G4·_\x08 V¢•<h "
b"\x12 ˜\x1A ¬l.NJ¼3*Ú=´Š˜ "
b"\x15 „¼SXÖLM²;ÒY¼ÇÎ "
b"\x19 O\x1A\x0E ?ÔL\x16 ±e\f P˜\x1C p× "
b"\x1C ¥@ÐÒáOÁ¬Ì\x00 láé8 "
b" Fxqb4@\x1E ´\æN[p¥\x10 "
b"#\x1E ë\x07\x16 ØFb§àÿ {ü3ç "
b"&òGgí\x02 Bã‚|Þé\x06 ×9¨ "
b"' ®í€óA€¢©síe²Vy "
b",ü¨ëcŠHת¦›0f\f Q "
b";7 g2~N̆\x04 |4·Wá "
b"@Y°YšPM“£!@\¥f£í "
b"AX)ßGOz\v )àôé.¼ "
b"AÁeå1’@=±e\x02 in\x11 &ˆ "
b"N^\x05 L$çC"°mMYš¯ìN "
b"Pëш™?IܤI&pÛ\x7F »• "
b"SÖȦ´~G8–ÝÉ2²ˆ„ "
b"^^U:\x0E ´N–ŸÛÓú\x14 ¾\x18 [ "
b"a·\÷ì¬OÉ¶Ì 0C¹#R "
b"g‹ˆÓØbHsªtØ&\x06\x08 C\x13 "
b"sÁÍ2^|BLœÝBŠÖ³PI "
b"t93^L¸Nš´Ò\f ñË–A4 "
b"t§§æ&BKõ“~žá)\x1F\x13 b "
b"uA{\x7F °rC³³ö¥™+ö¤– "
b"wJ!ÜSÏO\x1A ¾IÏj›òô¾ "
b"{×džÒ\x0E N\x1F ½üߣ>Õ "
b"|p\x12 ÿ\x15 ÿ@Õ΀\x08 Ͳ" "
b"|Ñ\x19 PM²AÔ\x08\e -†k"å "
b"ƒŒË¸\x00 ŸN\x12 ¤yì“_\x10 §3 "
b"‡V¹æ\x1A óG=¾Z¨\t YÉùl "
b"’T`B¬ÍD×"0÷@ÿëz "
b"™’Åü1íO\x06 ‘X°x\r ö\x06 "
b"™¹o^Œ4BŸºž\x17 p×4ná "
b" 3±Fx×O…”odJ>ÿUµ "
b"£#RaMÚœàÈ’†\x03 ^\t "
b"¤–¹vÁlFè‘§:\x02 €\r F‹ "
b"¦\x15 %MY?NPŒ¢³ø\v þ)P "
b"¨ŒDR$@;†½j·î\v Z@ "
b"""
¨Ñ÷¼\n
³GP¥O˜ODƒy
"""
b"¬H•ÉâÚOÝ™0æl•N†\f "
b"®ìDÚ:GGŪR\x1D 1Fv\r \x14 "
b"º~QáþoNÆ·ž=¤²’ëÁ "
b"Âà†%F¿Gà€\x16 ”~5‘Á\x00 "
b"ÅËZÆ\x06\x12 OÞ†^í›Çcõ~ "
b"ÆcjÛ\x19\x1C J}ŽoÞ`QªO• "
b"ÌsKý\x19 vHF˜ªË”\x19 <Ž¿ "
b"Ó2\t ÄT¹J˜³\x13\x04 áRÊFŸ "
b"Ô\x1F \\x14\x00\x1C Er¥Yð\e –Ú(/ "
b"ØÇ÷3‘xL˜ˆ–1\x1E û! "
b"Þ>Á¯°<I^‘ Êaº›å_ "
b"ã:ú‘ùH\x0F „鵃¸¥„ "
b"å7_\e qD\x17 £/¯\x03\x1A _ó™ "
b"åc'ž#ÙL=‡^ÁW\v î\x1F ø "
b"æ\x18 qÀQ¤BÝŸ•t“fãµð "
b"ì«_r“ÝH\v ¤³â0üS\x02\x02 "
b"÷Æø€ñ÷Jqª*_k™\x07 Ζ "
b"ý\x10 ÷\x02\f Nbž@ï$–ë$ "
]
SELECT
`product_manufacturer` . `id` as `product_manufacturer.id` ,
`product_manufacturer` . `version_id` as `product_manufacturer.versionId` ,
`product_manufacturer` . `media_id` as `product_manufacturer.mediaId` ,
`product_manufacturer` . `link` as `product_manufacturer.link` ,
`product_manufacturer` . `created_at` as `product_manufacturer.createdAt` ,
`product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` ,
`product_manufacturer.translation.name` ,
`product_manufacturer.translation.name` as `product_manufacturer.name` ,
`product_manufacturer.translation.description` ,
`product_manufacturer.translation.description` as `product_manufacturer.description` ,
`product_manufacturer.translation.customFields` ,
`product_manufacturer.translation.customFields` as `product_manufacturer.customFields`
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`
FROM
`product_manufacturer_translation` `product_manufacturer.translation`
WHERE
`product_manufacturer.translation` . `language_id` = ?
) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id`
AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id`
WHERE
(
`product_manufacturer` . `version_id` = ?
)
AND (
`product_manufacturer` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` 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` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x018FAAC0FEBA7C30B24CE6ED3EAA2DA4 , 0x01917F329693736DB837419F20888A9D , 0x026D24C4A9004905B01571B75B2C6643 , 0x099543727E0D4D3C8AEF85BBF3D7C380 , 0x0DCCA6E7CF2C4734B75F0856A2953C68 , 0x12981AAC6C2E4E4ABC332ADA3DB48A98 , 0x1584BC5358D64C4DB23BD259BCC7CE90 , 0x194F1A0E3FD44C16B1650C50981C70D7 , 0x1CA540D0D2E14FC1ACCC00206CE1E938 , 0x204678716234401EB45CE64E5B70A510 , 0x231EEB0716D84662A7E0FF207BFC33E7 , 0x26F24767ED0242E3827CDEE906D739A8 , 0x2720AEED80F34180A2A973ED65B25679 , 0x2CFCA8EB638A48D7AAA69B30660C51A0 , 0x3B372067327E4ECC9D86047C34B757E1 , 0x4059B0599A504D93A321405CA566A3ED , 0x419F5829DF474F7A9D0B29E0F4E92EBC , 0x41C165E53192403DB16502696E112688 , 0x4E5E054C24E74322B06D4D599AAFEC4E , 0x50EBD188993F49DCA4492670DB7FBB95 , 0x53D6C8A6B47E473896DDC932B288AD84 , 0x5E5E553A0EB44E969FDBD3FA14BE185B , 0x61B75CF7ECAC4FC9B6CCA03043B92352 , 0x678B88D3D8624873AA74D82606084313 , 0x73C1CD325E7C424C9CDD428AD6B35049 , 0x7439335E4CB84E9AB4D20CF1CB964134 , 0x74A7A7E626424BF5937E9EE1291F1362 , 0x75417B7FB07243B3B3F6A5992BF6A496 , 0x774A21DC53CF4F1ABE49CF6A9BF2F4BE , 0x7BD7649ED20E4E1FBDFCDFA33ED59D8E , 0x7C7012FF15FF40D58ECE8008CDB29D22 , 0x7CD119504DB241D4AD081B2D866B22E5 , 0x838CCBB8009F4E12A479EC935F10A733 , 0x8756B9E61AF3473DBE5AA80959C9F96C , 0x92546042ACCD44D7902230F740FFEB7A , 0x9992C5FC31ED4F06918F58B0780DF606 , 0x99B96F5E8C34429FBA9E1770D7346EE1 , 0xA033B14678D74F85946F644A3EFF55B5 , 0xA32352618E8F4DDA9CE0C89286035E09 , 0xA496B976C16C46E891A73A02800D468B , 0xA615254D593F4E508CA2B3F80BFE2950 , 0xA88C4452248F403B86BD6AB7EE0B5A40 , 0xA8D1F7BC0AB34750A54FC2984F448379 , 0xAC4895C9E2DA4FDD9930E66C954E860C , 0xAEEC44DA3A4747C5AA521D3146760D14 , 0xBA7E51E1FE6F4EC6B79E3DA4B292EBC1 , 0xC2E0862546BF47E08016947E3591C100 , 0xC5CB5AC606124FDE865EED9BC763F57E , 0xC6636ADB191C4A7D8E6FDE6051AA4F95 , 0xCC734BFD1976484698AACB94193C8EBF , 0xD33209C454B94A98B31304E152CA469F , 0xD41F5C14001C4572A559F01B96DA282F , 0xD8C7F73391784C988896AD311E9DFB21 , 0xDE3EC1AFB03C495E9120CA61BA9BE55F , 0xE33AFA9F91F9480F9084E9B583B8A584 , 0xE5375F1B81714417A32FAF031A5FF399 , 0xE563279E23D94C3D875EC1570BEE1FF8 , 0xE61871C051A442DD9F95749366E3B5F0 , 0xECAB5F7293DD480BA4B3E230FC530202 , 0xF7C6F880F1F74A71AA2A5F6B9907CE96 , 0xFD10F7020CA04E62909E40EF2496EB24 ));
Copy
0.35 ms (0.11%)
1
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"BnE²ñþKT‹§a\f _7jg "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x426E45B2F1FE4B548BA7610C5F376A67 ));
Copy
0.35 ms (0.11%)
1
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"\x01 ŽÏü\x1D BqÆšòp²ëš2Á "
b"\x01 ŽÏü\x1D Sr‰¨\e »¼Eçò, "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x018DCFFC1D4271C69AF270B2EB9A32C1 , 0x018DCFFC1D537289A81BBBBC45E7F22C ));
Copy
0.33 ms (0.11%)
1
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"BnE²ñþKT‹§a\f _7jg "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x426E45B2F1FE4B548BA7610C5F376A67 ));
Copy
0.32 ms (0.10%)
1
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"\x01 ŽÏü\x1D BqÆšòp²ëš2Á "
b"\x01 ŽÏü\x1D BqÆšòp²ëš2Á "
b"\x01 ŽÏü\x1D BqÆšòp²ëš2Á "
b"\x01 ŽÏü\x1D Sr‰¨\e »¼Eçò, "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x018DCFFC1D4271C69AF270B2EB9A32C1 , 0x018DCFFC1D4271C69AF270B2EB9A32C1 , 0x018DCFFC1D4271C69AF270B2EB9A32C1 , 0x018DCFFC1D537289A81BBBBC45E7F22C ));
Copy
0.31 ms (0.10%)
1
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\t Ò΄ˆéJ(¼â"ââ,í¨ "
b"BnE²ñþKT‹§a\f _7jg "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? , ? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x09D2CE8488E94A28BCE222E2E22CEDA8 , 0x426E45B2F1FE4B548BA7610C5F376A67 ));
Copy
0.31 ms (0.10%)
1
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = ?
AND child . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ôá¨YóJA'¿Åc}…FpŸ "
b"©ùÌ5¾|áï\x7F ûqáÃX»\x1F "
b"\x15\x19 67¨PL³¼ŒŽ¾ú½‚m "
b"¶2ÌV7®LÚ±\x1A ¨n\x13\x0E\x0E ? "
b")ÀÙ5ˆÐA¶–Ó)YbÉ`\x1D "
b"""
'¿ç\n
ñ\x03 Ñ8¢;±&ëD¿\x18
"""
b"¤ô\x05 ý•ÉE'¥×ËYåœNV "
b"gùÏÅÍîO¡¥ÁX\x15 T8Üx "
b"‘íçU\x08 œÇÏlH#Ø€mC "
b"˜0\x08 %üjH/¿ža/¶\\x10 î "
b"Ä3\x1E <µ•A¦tQ\x10 7…¤¼ "
b"vä_\x15 ¯7Në€_Ê\x19 ܽ3“ "
b"á ÍB·¹B+¥—¤‰‘ñ}þ "
b"|Dƒž]bHc¨\x19 LkùÇ$ "
b"> dDŽÅL…ƒƒõdx>,» "
b"²\x02 bò\x14 pLÚœºE\x16 T€Zú "
b")\x17 婜QCBº\x00 ±8XI\x04 1 "
b"«\x03 ¸Ã”"It¨Ûi\x7F Ù™Xv "
b"nfs¸(dè½'ÙÐ…ù#‡ "
b"\x06\x1D šÜ¹ÖÊèR!þú}â:À "
b";Dºô_\x06 T€aOO<v5 "
b"ö\Ë\x1D GK߆\r Áº§\x13 V "
b"ˆM9Æ¢ŒBÛ‚û¿¶Xm8 "
b"«¸Ç#4OïR\x13 ÐIï‰÷ "
b"Ì\v h™ÆHîƒç9䥱ÿ "
b"\r y¾õL´\x17 >ü\x16 {¾¨ý©G "
b"%>Ä¢TéA>»Û`÷ùbF¯ "
b"r@veœ‘HÕ¢o\x1C \x14 Á¤ö "
b"$›z}·úÖP¹{Ÿ¥…ºvG "
b"LV™\[ŒH¹ˆœ_ÿõ¤¢„ "
b"¤÷ˆ'\x16 ›KI—äci\x15 )˜¬ "
b"óóƒa‡¥]öÅC䋞ƛ| "
b"Ʊ\x0F\x1A\x1A ŸE0·¼û\x18\x11 ÿ6r "
b",¦þÓŽ‡rã4+\f ¬`\x00 ë "
b"\x16 ,\x03 ÅäêE?®Q£•e›ÓŸ "
b"L²%ÊC\x1E I{¡?\x0E üSŽ\x15 ³ "
b"Mø:j\x00 üH››\x14 Ÿ\x7F ²\t ¼+ "
b"nÝ•â\r \x11 ú^‡'Ñy\x1F d÷ "
b"\x08 ò¥]ZÉAvŽGOÁ\x12 D\x1A\x18 "
b"""
\n
^$\x1A TúJ;\x07 ¡¤~œêê
"""
b"\x02 LEöÍ\x10 E”¿¯|ž£=\x03 8 "
b"\x18 1ß3Ð2'bp¨\v Ìü\x00 >õ "
b"Ús 3ÉñN£€;ÜqëC\x13 "
b"òX@\x04 mÙÕ$‚Ú£¤–¶Ú\x15 "
b"\x13 aávØòM‘P⺼ɷm "
b"\x7F þ‰î#K\x18 ·Úy»¥ÙÍ‹ "
b"ªd—XOdI\x1A ®@\x0E ¹ÚE]ß "
b")^1ÛžœN\x0E §š´5\x1E ˆž= "
]
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (
HEX (child . id )
) as id ,
LOWER (
HEX (parent . id )
) as parentId
FROM
product as child
INNER JOIN product as parent ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE
child . version_id = ?
AND child . id IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ?
)
Copy
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425
AND child . id IN (0xD4E1A859F34A4127BFC5637D8546709F , 0xA9F9CC35BE7CE1EF7FFB71E1C358BB1F , 0x15193637A8504CB3BC8C8DBEFABD826D , 0xB632CC5637AE4CDAB11AA86E130E0E3F , 0x29C0D93588D041B696D3295962C9601D , 0x27BFE70AF103D138A23BB126EB44BF18 , 0xA4F405FD95C94527A5D7CB59E59C4E56 , 0x67F9CFC5CDEE4FA1A5C158155438DC78 , 0x91EDE755089CC78FCF6C4823D8806D43 , 0x98300825FC6A482FBF9E612FB65C10EE , 0xC4331E3CB595418FA67451103785A4BC , 0x76E45F15AF374EEB805FCA19DCBD3393 , 0xE1A0CD42B7B9422BA597A48991F17DFE , 0x7C44839E5D62486390A8194C6BF9C724 , 0x3EA064448EC54C858383F564783E2CBB , 0xB20262F214704CDA9CBA451654805AFA , 0x2917E5A99C514342BA00B13858490431 , 0xAB03B8C394224974A8DB697FD9995876 , 0x6E66739DB82864E8BD27D9D085F92387 , 0x061D9ADCB9D6CAE85221FEFA7DE23AC0 , 0x3B448EBAF45F06815480614F4F3C7635 , 0xF65C9FCB1D474BDF860DC1BA90A71356 , 0x884D39C6A28C42C39B82FBBFB6586D38 , 0xAB9FB8C723344FEF8F5213D049EF89F7 , 0xCC0B9D6899C648EE83E739E4ADA5B1FF , 0x0D79BEF54CB4173EFC167BBEA8FDA947 , 0x253EC4A254E9413EBBDB60F7F96246AF , 0x724076659C9148D5A26F1C2014C1A4F6 , 0x249B7A7DB7FAD650B97B9FA585BA7647 , 0x4C56995C5B8C48B9889C5FFFF5A4A284 , 0xA4F78827169B4B4997E46369152998AC , 0xF3F3836187A55DF6C543E48B9EC69B7C , 0xC6B10F1A1A9F4530B7BCFB1811FF3672 , 0x2CA6FED38E8772E3342B0CAC6000EB20 , 0x162C03C5E4EA453FAE51A395659BD39F , 0x4CB225CA431E497BA13F0EFC538D15B3 , 0x4DF83A6A00FC489B9B149F7FB209BC2B , 0x6EDD95E20D11A0FA5E8727D1791F64F7 , 0x08F2A55D5AC941768E474FC112441A18 , 0x0A5E241A54FA4A3B8107A1A47E9CEAEA , 0x024C45F6CD104594BFAF7C9EA33D0338 , 0x1831DF33D032276270A80BCCFC003EF5 , 0xDA73A033C9F14EA3803BDC719DEB4313 , 0xF25840046DD9D52482DAA3A496B6DA15 , 0x1361E176D8F24D9D9150E2BABCC9B76D , 0x7FFE9089EE234B18B7DA79BBA5D9CD8B , 0xAA6497584F64491AAE400EB9DA455DDF , 0x295E31DB9E9C4E0EA79AB4351E889E3D );
Copy
0.18 ms (0.06%)
2
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ê‘\f •ÏâO\x0F ®á\x00 ‘\x14 rÀ{ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xCA910C95CFE24F0FAEE100911472C07B ));
Copy
0.18 ms (0.06%)
2
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
0.17 ms (0.06%)
1
SELECT `pickware_shipping_sales_channel_api_context` . `sales_channel_context_token` as `pickware_shipping_sales_channel_api_context.salesChannelContextToken` , `pickware_shipping_sales_channel_api_context` . `payload` as `pickware_shipping_sales_channel_api_context.payload` , `pickware_shipping_sales_channel_api_context` . `created_at` as `pickware_shipping_sales_channel_api_context.createdAt` , `pickware_shipping_sales_channel_api_context` . `updated_at` as `pickware_shipping_sales_channel_api_context.updatedAt` FROM `pickware_shipping_sales_channel_api_context` WHERE `pickware_shipping_sales_channel_api_context` . `sales_channel_context_token` IN (? )
Parameters :
[
"rEbqCMQmFpyXGjh54VcaVO2MiH8iL9bI "
]
SELECT `pickware_shipping_sales_channel_api_context` . `sales_channel_context_token` as `pickware_shipping_sales_channel_api_context.salesChannelContextToken` , `pickware_shipping_sales_channel_api_context` . `payload` as `pickware_shipping_sales_channel_api_context.payload` , `pickware_shipping_sales_channel_api_context` . `created_at` as `pickware_shipping_sales_channel_api_context.createdAt` , `pickware_shipping_sales_channel_api_context` . `updated_at` as `pickware_shipping_sales_channel_api_context.updatedAt` FROM `pickware_shipping_sales_channel_api_context` WHERE `pickware_shipping_sales_channel_api_context` . `sales_channel_context_token` IN ('rEbqCMQmFpyXGjh54VcaVO2MiH8iL9bI' );
Copy
0.17 ms (0.05%)
2
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
0.17 ms (0.05%)
1
SELECT path FROM category WHERE id = ?
Parameters :
[
b"BnE²ñþKT‹§a\f _7jg "
]
SELECT path FROM category WHERE id = 0x426E45B2F1FE4B548BA7610C5F376A67 ;
Copy
0.16 ms (0.05%)
2
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
0.16 ms (0.05%)
3
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"Ê‘\f •ÏâO\x0F ®á\x00 ‘\x14 rÀ{ "
b"Ê‘\f •ÏâO\x0F ®á\x00 ‘\x14 rÀ{ "
b"Ê‘\f •ÏâO\x0F ®á\x00 ‘\x14 rÀ{ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xCA910C95CFE24F0FAEE100911472C07B OR `parent_id` = 0xCA910C95CFE24F0FAEE100911472C07B OR `id` = 0xCA910C95CFE24F0FAEE100911472C07B
;
Copy
0.15 ms (0.05%)
3
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|ca910c95cfe24f0faee100911472c07b|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|ca910c95cfe24f0faee100911472c07b|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
0.13 ms (0.04%)
2
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 :
[
null
"IntediaDoofinderSW6.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'IntediaDoofinderSW6.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
0.11 ms (0.04%)
1
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
0.10 ms (0.03%)
1
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"ﮨ™°\t Iô»\t ÀCÍP4\e "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0xEFAEA899B00949F4BB09C043CD50341B ;
Copy
0.10 ms (0.03%)
1
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `file_hash` as `payment_method.media.fileHash` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"Åë~À\x0F UGœ½1Z\x06 ?è\x14 ¥ "
b"+§w²ÿÎKÛ“\f –Jñj¨˜ "
b"\x01 -RÂäqäƒ9óÝÈký "
b"\x01 -RÅ\x02 q\f ¼Z+™^øP "
b"´][òjsG±«ð3\x1A E\x7F õ¾ "
b"°Þ*\x1F ùQLú–WÁ!\x10 t×\x19 "
b"\f deû\x00 ”MM¸LI\x1D Hª.· "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `file_hash` as `payment_method.media.fileHash` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `file_hash` as `payment_method.media.fileHash` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0xC5EB7EC00F55479CBD315A063FE814A5 , 0x2BA777B2FFCE4BDB930C964AF16AA898 , 0x018F2D52C2E471E4833990F3DDC86BFD , 0x018F2D52C502710CBC5A2B8E995EF850 , 0xB45D5BF26A7347B1ABF0331A457FF5BE , 0xB0DE2A1FF9514CFA9657C1211074D719 , 0x0C6465FB00944D4DB84C491D48AA2EB7 );
Copy
0.10 ms (0.03%)
1
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"‘O \x05 Û¸A\x12 œ)/vþÙŽf "
]
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 (0x914FA005DBB841129C292F76FED98D66 );
Copy
0.10 ms (0.03%)
1
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"‘ùnjÔ±Fçµ¼¾A/a{º "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name` as `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . `currency_id` ,
`sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation` . `language_id` = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0x91F96E6AD4B146E7B5BCBE412F617BBA );
Copy
0.10 ms (0.03%)
1
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"5lf\r ¿IBˆ ’AŸøÊÆg "
b"U¡\x1C X£sJ\¯\x12 îÉY+5' "
b"ш«\t Å\t H\x1D – \U×T¸K "
b"à\x0E ,H×M•žÝü\x11\x7F \x01 "
b"v\x07 •\•NN&›Üö’o‡Àæ "
b"ûA\x15\x1F D\x1C C,‡¿\x04 \x14 šÛã "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? , ? , ? , ? , ? , ? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x356C660DBF494288A092419FF8CAC667 , 0x55A11C58A3734A5CAF12EEC9592B3527 , 0xD188AB09C509481D96A05C55D754B84B , 0xE00E2C9F48D74D90959EDDFC117FAD01 , 0x7607955C954E4E269BDCF6926F87C0E6 , 0xFB41151F441C432C87BF04A0149ADBE3 );
Copy
0.09 ms (0.03%)
1
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
C/A¦aKI«™SË\n
„&¼\x12
"""
b".×X¤À‚AI°\v ¾Ô~ýIq "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? , ? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x432F41A6614B49AB9953CB0A8426BC12 , 0x2ED758A4C0824149B00BBED47EFD4971 ));
Copy
0.08 ms (0.03%)
1
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = ? )) AND (`language` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
0.08 ms (0.03%)
1
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = ? AND `language.salesChannels` . `id` = ? ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC
Parameters :
[
b"‘ùnjÔ±Fçµ¼¾A/a{º "
b"‘ùnjÔ±Fçµ¼¾A/a{º "
]
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND `language.salesChannels` . `id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
0.08 ms (0.03%)
1
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
0.08 ms (0.03%)
1
SELECT `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` WHERE (`category_translation` . `category_version_id` = ? ) AND ((`category_translation` . `category_id` IN (? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"BnE²ñþKT‹§a\f _7jg "
]
SELECT `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` WHERE (`category_translation` . `category_version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category_translation` . `category_id` IN (0x426E45B2F1FE4B548BA7610C5F376A67 )));
Copy
0.08 ms (0.03%)
1
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"›zeKŒVBg¤Ã“\v cK\x18 < "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (0x9B7A654B8C564267A4C3930B634B183C );
Copy
0.08 ms (0.03%)
1
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"‘ùnjÔ±Fçµ¼¾A/a{º "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0x91F96E6AD4B146E7B5BCBE412F617BBA
;
Copy
0.08 ms (0.03%)
1
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
0.08 ms (0.02%)
1
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x11 wûœò½E8¨\Ž©d,e) "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x1177FB9CF2BD4538A85C8DA9642C6529 );
Copy
0.07 ms (0.02%)
1
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
0.07 ms (0.02%)
1
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
0.07 ms (0.02%)
1
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? ))
Parameters :
[
b"‘ùnjÔ±Fçµ¼¾A/a{º "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (0x91F96E6AD4B146E7B5BCBE412F617BBA ));
Copy
0.07 ms (0.02%)
1
SELECT `intedia_doofinder_layer` . `id` as `intedia_doofinder_layer.id` , `intedia_doofinder_layer` . `doofinder_channel_id` as `intedia_doofinder_layer.doofinderChannelId` , `intedia_doofinder_layer` . `doofinder_hash_id` as `intedia_doofinder_layer.doofinderHashId` , `intedia_doofinder_layer` . `doofinder_store_id` as `intedia_doofinder_layer.doofinderStoreId` , `intedia_doofinder_layer` . `domain_id` as `intedia_doofinder_layer.domainId` , `intedia_doofinder_layer` . `trigger` as `intedia_doofinder_layer.trigger` , `intedia_doofinder_layer` . `name` as `intedia_doofinder_layer.name` , `intedia_doofinder_layer` . `status` as `intedia_doofinder_layer.status` , `intedia_doofinder_layer` . `status_message` as `intedia_doofinder_layer.statusMessage` , `intedia_doofinder_layer` . `status_date` as `intedia_doofinder_layer.statusDate` , `intedia_doofinder_layer` . `status_received_date` as `intedia_doofinder_layer.statusReceivedDate` , `intedia_doofinder_layer` . `created_at` as `intedia_doofinder_layer.createdAt` , `intedia_doofinder_layer` . `updated_at` as `intedia_doofinder_layer.updatedAt` FROM `intedia_doofinder_layer` WHERE (`intedia_doofinder_layer` . `domain_id` = ? )
Parameters :
[
b"XÕ\x1D éâŒMs´½™»\x03 Ã… "
]
SELECT `intedia_doofinder_layer` . `id` as `intedia_doofinder_layer.id` , `intedia_doofinder_layer` . `doofinder_channel_id` as `intedia_doofinder_layer.doofinderChannelId` , `intedia_doofinder_layer` . `doofinder_hash_id` as `intedia_doofinder_layer.doofinderHashId` , `intedia_doofinder_layer` . `doofinder_store_id` as `intedia_doofinder_layer.doofinderStoreId` , `intedia_doofinder_layer` . `domain_id` as `intedia_doofinder_layer.domainId` , `intedia_doofinder_layer` . `trigger` as `intedia_doofinder_layer.trigger` , `intedia_doofinder_layer` . `name` as `intedia_doofinder_layer.name` , `intedia_doofinder_layer` . `status` as `intedia_doofinder_layer.status` , `intedia_doofinder_layer` . `status_message` as `intedia_doofinder_layer.statusMessage` , `intedia_doofinder_layer` . `status_date` as `intedia_doofinder_layer.statusDate` , `intedia_doofinder_layer` . `status_received_date` as `intedia_doofinder_layer.statusReceivedDate` , `intedia_doofinder_layer` . `created_at` as `intedia_doofinder_layer.createdAt` , `intedia_doofinder_layer` . `updated_at` as `intedia_doofinder_layer.updatedAt` FROM `intedia_doofinder_layer` WHERE (`intedia_doofinder_layer` . `domain_id` = 0x58D51DE9E28C4D73B4BDAD99BB03C385 );
Copy
0.07 ms (0.02%)
1
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
0.07 ms (0.02%)
1
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"‘ùnjÔ±Fçµ¼¾A/a{º "
"Sendinblue.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = 0x91F96E6AD4B146E7B5BCBE412F617BBA ) AND (configuration_key LIKE 'Sendinblue.%' ) ORDER BY sales_channel_id ASC ;
Copy
0.07 ms (0.02%)
1
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"‘ùnjÔ±Fçµ¼¾A/a{º "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = 1 AND `shipping_method.salesChannels` . `id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
0.07 ms (0.02%)
1
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
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 ;
Copy
0.07 ms (0.02%)
1
SELECT pm . `handler_identifier` , LOWER (HEX (sc_pm . `payment_method_id` ))
FROM `sales_channel_payment_method` AS sc_pm
LEFT JOIN `payment_method` AS pm ON pm . `id` = sc_pm . `payment_method_id`
WHERE sc_pm . `sales_channel_id` = ? AND pm . `active` = 1
Parameters :
[
b"‘ùnjÔ±Fçµ¼¾A/a{º "
]
SELECT pm . `handler_identifier` , LOWER (HEX (sc_pm . `payment_method_id` ))
FROM `sales_channel_payment_method` AS sc_pm
LEFT JOIN `payment_method` AS pm ON pm . `id` = sc_pm . `payment_method_id`
WHERE sc_pm . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND pm . `active` = 1 ;
Copy
0.07 ms (0.02%)
1
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"ﮨ™°\t Iô»\t ÀCÍP4\e "
]
SELECT iso FROM snippet_set WHERE id = 0xEFAEA899B00949F4BB09C043CD50341B ;
Copy
0.07 ms (0.02%)
1
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = ? ) GROUP BY `currency` . `id`
Parameters :
[
b"‘ùnjÔ±Fçµ¼¾A/a{º "
]
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA ) GROUP BY `currency` . `id` ;
Copy
0.07 ms (0.02%)
1
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = ? )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (? )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"‘ùnjÔ±Fçµ¼¾A/a{º "
]
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (0x91F96E6AD4B146E7B5BCBE412F617BBA )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
0.06 ms (0.02%)
1
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
0.06 ms (0.02%)
1
SELECT url FROM sales_channel_domain
SELECT url FROM sales_channel_domain ;
Copy
0.06 ms (0.02%)
1
SELECT COUNT (id ) FROM app WHERE app_secret IS NOT NULL
SELECT COUNT (id ) FROM app WHERE app_secret IS NOT NULL ;
Copy
0.06 ms (0.02%)
1
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"BnE²ñþKT‹§a\f _7jg "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x426E45B2F1FE4B548BA7610C5F376A67 )) LIMIT 1 ;
Copy
0.06 ms (0.02%)
1
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? AND `app` . `self_managed` = ? )
Parameters :
[
true
false
]
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 AND `app` . `self_managed` = 0 );
Copy
0.06 ms (0.02%)
1
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT min_search_length FROM product_search_config WHERE language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
0.06 ms (0.02%)
1
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
0.06 ms (0.02%)
1
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
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' , '' ));
Copy
0.05 ms (0.02%)
1
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x00\v k\ÊgFqµ\x1F ö\x12 †%™“ "
b"\x01 ž«ÒOÕyÞ²j(*Š9\x18 Ÿ "
b"\x01 ž±%\x05 ®væ ˜^vŒ\x16 ¡Ó "
b"\x18 ÛÁ^\x08 yK覎h2¯wn\x7F "
b"\â˜\x1E ¥GÒ¦£\x03\v PÛ§‹ "
b"z>IœÅÅN\x13 –7ÁæÀ»L "
b"€R¶DÀ™I…@ÏO¥hH\x04 "
b"\x0E "=´;DÆ3DG`KF\x08 "
b"£±\x1C öÝA]»¶1c®^Î "
b"¤åíeæ‚@ÁšSb¨Ø\x19\x1E g "
b"¾Ú»^1\x0F Ae¦Xߤ\e Î\x11 ¯ "
b"Á‘¼òñ;Cöœû7Ó³p]{ "
b"üç\x16 ¥Ž\x08 G.·í€I:4S¶ "
b"\f E\x01 6†CLFŠ2h/"ñd‰ "
b"“\x1E\x1A ½\x12 0Lí¯&“!ò޾6 "
b"\x01 Žï;{\x10 xsŒ)X\x06 èk¯ë "
b"\x01 ޽\x16 •{8ª_\x17\e VOJ( "
b"\x01 ŽÈ¬ßsx\x1A £öÞ‹îqžú "
b"\x01 Í\x07 á*{ö¸%-j¨ÿà "
b"\x01 ŽÖ‚Ãgq¼¤—“—ÎXŸ "
b"\x01 \x1F ~þ\x12\x7F Ê©“sS+ù\x01 - "
b"\x01 ©‹‰D\x7F º”`Ù\x16 ɲÌÔ "
b"\x01 ©W4w~ƒwbðÚƒ¸ "
b"\x01 ñУË{>œ²V™¼”\x14 "
b"\x01 ñ×l/zö¶X¡U@x" "
b"\x01 òÃÎòpʘåî’ÂÞ¥ "
b"\x01 +ñ\x1A Èv,ªÄ`úÂÎP "
b"\x01 ‘\x04\x11 äî\x7F 2˜\t ÝÄú‰\x14 ¶ "
b"\x01 ‘\x04 1÷Âxư;4\x1F E¤Bï "
b"\x01 ‘\t €+u|Ö¤Ñ+5o±76 "
b"\x01 ‘\x0E -ãYs7…5¢ i\x1A $¡ "
b"\x01 ‘F:vÎ}@¹Ó†¦\x12 RsÍ "
b"\x01 ‘\x7F u8={;Ä\x01\x16 7R\x04 ‚ "
b"\x01 ‘˜3ì¹rýD'ð\x06 É~\x07 "
b"""
\x01 ’\n
þUÌ~L¿·rix
"""
b"\x01 ’\x1F -S}З\x7F Yõ?\t "
b"\x01 ’\x1F Uý•sv©\x19 ½Ãº\x0F\t\x06 "
b"\x01 ’\x1F k‘p|!µ¦ž¨Äºê "
b"\x01 ’Ü”K½sP¨ÂÈ\x02 »5\t š "
b"""
\x01 ’ÜÊ‹\r }\n
°\x03 \BL[˜¦
"""
b"\x01 ’ÜõÊrrM¥Y+Ò?\x1D ?Û "
b"\x01 ’ÝJ\x14 Êt\x00 †Ž›™+‚ÊG "
b"\x01 ’ÝW(öqêª\f ý5}ÔÝ "
b"\x01 “d\x03\x11 +u²¹Û†\x0F ÕµI "
b"\x01 š\v >ãK|\v §Ž‡ÏgzE¶ "
b"\x01 œ\x1D Á)w\x14 ã‰4T`è "
b"\x01 œGº\x19 *\x7F ª‚Ù\x06 ¬9èÌ "
b"\x01 œG¾‘r&ºEè\x16 h{½è "
b"\x01 g\x00 îÌ}a‰ºw\n Ds‹ "
b"""
\n
bÇT.»Nܦ6ÐÇô^/ã
"""
b"\v a\x10 Ó¹ƒ@Û“yD¿«\x7F\x0F "
b"\x19 Ä\x7F MéìGÖ¨1J°æÞLÿ "
b"\x1A "óɤ\x04 @\x07 Ôɰ=Àª+ "
b"\e û.Î>ÚKO‰'´¢\x17 a2Æ "
b"\x1F R¿ÃÍÜLZ²\x15 uÈ¿‡!B "
b"\x1F ÒÒ¾À˜K]<Uç˜G\x05 É "
b".±)ÿ“\t B…ƒ§³¢êøþ "
b"3þåa7ûH0‹Ç1»Íá£C "
b"""
5—\n
Ÿß™J^¶|µtfãè|
"""
b"9\x16 ÇÑ]ŒE\x19 ž|¥,nè^E "
b">7~sW°H\x05 ¢÷~Ö]ˆ?õ "
b"C.r”çfHuKp²`wÕŽ "
b"D\x07 ÊïlBA\t ˜ËØ\x10 Åh«% "
b"F´\x06 E\x12 ûDk¢÷uÚÁ(SC "
b"GN\x1E\x03 ÊäFs±×{öIªT "
b"R\x05 #"-"A¦ža êŒ{¥ "
b"d\x16 ¶´˜Ij»ú\x13 æu_– "
b"d©¸8\x07 ÌFµÄ{xg_b– "
b"hëSªÇš@Ù¬ÚSpïHþª "
b"l—²¢ÞÙM“¶mè'ëµ\x18\x1C "
b"’šK\t\x06 UJ^½|\x02 _\x1A ï½\x17 "
b"©¶Ô¯\x19 ûJ\x1C «©Òlu¨Éj "
b"°GkëF¨ƒR²\x0F `íæ] "
b"±ÅÃ\r ŒAç¤Ö.Þí.óí "
b"±ÌŽe"\x12 E—§NpŒ»\x12 1Y "
b"´WP“¥@FÁ¨}\x17 ph®ÂÅ "
b"¶ÿÙ¦ó“N—¬+ú3Z½\f  "
b"¿ÿz®\x08 A\v ÙX~è·ip "
b"ÇSæê×M\x12 Ÿ["¥®…ì³ "
b"ȹ&ŽjDL.Œ$£Ò8\x02 ëø "
b"ËÚŽ\x01 †)Là¡Ä/”EJÑ1 "
b"Ï}A‡M1@\x17 ©/\x01 }Ú”yI "
b"Ô½²À{RLó€x7XOŒ\x15 f "
b"Ö¬¤Z\x18 gD”Š\x0F CÛåÎ\x1E — "
b"à÷c\e ¥¡BV·)…EˆÐë "
b"ìR… …\x1C Ķt\x07 êK\x08 ¼æ "
b"îðÌj\x1A ¾Fƶ¥§ZD(ðm "
b"ýœås\x16 ,H/¥\x1D Wì¹ôúž "
b"\x1F ÈdóÚ”G¶™èIµ`JcØ "
]
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 (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
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 (0x000B6B5CCA674671B51FF61286259993 , 0x019EABD24FD579DEB26A282A8A39189F , 0x019EB12505AE76E6A0985E768C16A1D3 , 0x18DBC15E08794BE8A68E6832AF776E7F , 0x5CE2989D1EA547D2A6A3030B50DBA78B , 0x7A3E499CC5C54E139D9637C1E6C0BB4C , 0x8052B644C09949AD8540CF4FA5684804 , 0x9F0E223DB43B44C690334447604B4608 , 0xA3B11C81F6DD415DBBB63163AE5ECE9F , 0xA4E5ED65E68240C19A5362A8D8191E67 , 0xBEDABB5E310F4165A658DFA41BCE11AF , 0xC191BCF2F13B43F69CFB37D3B3705D7B , 0xFCE716A58D08472EB7ED80493A3453B6 , 0x0C45013686434C468A32682F22F16489 , 0x931E1ABD12304CEDAF269321F28EBE36 , 0x018DEF3B7B1078738C295806E86BAFEB , 0x018EBD16A0957B38AA5F171B564F4A28 , 0x018EC8ACDF73781AA3F6DE8BEE719EFA , 0x018ECD07E12A7BF6B8252D6AA8FF81E0 , 0x018ED682C36771BCA49793AD97CE589F , 0x018F1F7EFE127FCAA99373532BF9012D , 0x018FA98B89447FBA9460D916C9B2CCD4 , 0x018FA9905734777E837762F0DA839FB8 , 0x018FF1D0A3CB7B3E9C90B25699BC9414 , 0x018FF1D76C2F7AF6B658A1559D407822 , 0x018FF2C3CEF270CA98E5EE92C2ADDEA5 , 0x01902BF11AC8762CAAC460FAC2CE50AD , 0x01910411E4EE7F329809DDC4FA8914B6 , 0x01910431F7C278C6B03B341F45A442EF , 0x019109802B757CD6A4D12B356FB13736 , 0x01910E2DE35973378535A220691A24A1 , 0x0191463A76CE7D40B9D386A6125273CD , 0x01917F75383D7B3B81C4011637520482 , 0x01919833ECB972FD904427F006C97E07 , 0x01920AFE55CC7E4CBFB79D7269788EAD , 0x01921F2D9D537DD0977F5981F53F9D09 , 0x01921F55FD957376A919BDC3BA0F0906 , 0x01921F6B91707C21B5A69EA8C4BA8FEA , 0x0192DC944BBD7350A8C2C802BB35099A , 0x0192DCCA8B0D7D0AB0035C424C5B98A6 , 0x0192DCF5CA72724DA5592BD23F1D3FDB , 0x0192DD4A14CA7400868E9B992B82CA47 , 0x0192DD5728F671EAAA0CFD357DD4DDC2 , 0x01936403112B75B2B990DB860FD5B549 , 0x019A0B3EE34B7C0BA78D87CF677A45B6 , 0x019C1D9FC12977148EE389345460E89D , 0x019C47BA192A7FAA82D906AC39E89DCC , 0x019C47BE8F917226BA45E816687BBDE8 , 0x01A06700EECC7D6189BA770A44739D8B , 0x0A62C7542EBB4EDCA636D0C7F45E2FE3 , 0x0B6110D3B98340DB937944BFAB7F0FAD , 0x19C47F4DE9EC47D6A8314AB0E6DE4CFF , 0x1A22F3C9A4044007A0D4C9B03DC0AA2B , 0x1BFB2ECE3EDA4B4F8927B4A2176132C6 , 0x1F52BFC3CDDC4C5AB21575C8BF872142 , 0x1FD2D2BEC0984B5DAD3C55E7984705C9 , 0x2EB129FF9309428583A7B3A2EAF8FEC2 , 0x33FEE56137FB48308BC731BBCDE1A343 , 0x35970A9FDF994A5EB67CB57466E3E87C , 0x3916C7D15D8C45199E7CA52C6EE85E45 , 0x3E377E7357B04805A2F77ED65D883FF5 , 0x432E7294E7664875AD4B70B26077D58E , 0x4407CAEF6C42410998CBD810C568AB25 , 0x46B4064512FB446BA2F775DAC1285343 , 0x474E1E03CAE44673B1D7817BF649AA54 , 0x520523222D2241A69E9D61A0EA8C7BA5 , 0x6416B6B49098496ABBFA9D13E6755F96 , 0x64A9B83807CC46B581C47B78675F6296 , 0x68EB53AAC79A40D9ACDA5370EF48FEAA , 0x6C97B2A2DED94D93B66DE827EBB5181C , 0x929A4B0906554A5EBD7C025F1AEFBD17 , 0xA9B6D4AF19FB4A1CABA9D26C75A8C96A , 0xB0479F6BEB8F46A88352B20F60EDE65D , 0xB1C5C39D0D8C41E7A4D62EDEED2EF3ED , 0xB1CC8E6522124597A74E708CBB123159 , 0xB4575093A54046C1A87D177068AEC2C5 , 0xB6FFD9A6F3934E97AC2BFA335ABD0CC2 , 0xBFADFF7AAE08410BA0D9587EE8B76970 , 0xC753E6EAC3974D129F5B22A5AE85ECB3 , 0xC8B9268E6A444C2E8C24A3D23802EBF8 , 0xCBDA8E0186294CE0A1C42F94454AD131 , 0xCF7D41874D314017A92F017DDA947949 , 0xD4BDB2C07B524CF3807837584F8C1566 , 0xD6ACA45A186744948A0F43DBE5CE1E97 , 0xE0F7631BA5A14256B7AD29854588D0EB , 0xEC528520851C4BCCA77407EA4B08BCE6 , 0xEEF0CC6A1ABE46C6B6A5A75A4428F06D , 0xFD9CE573162C482FA51D57ECB9F4FA9E , 0x1FC864F3DA9447B699E849B5604A63D8 );
Copy
0.05 ms (0.02%)
1
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ш«\t Å\t H\x1D – \U×T¸K "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0xD188AB09C509481D96A05C55D754B84B );
Copy
0.04 ms (0.01%)
1
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` , `sales_channel_domain.language` . `id` as `sales_channel_domain.language.id` , `sales_channel_domain.language` . `parent_id` as `sales_channel_domain.language.parentId` , `sales_channel_domain.language` . `locale_id` as `sales_channel_domain.language.localeId` , `sales_channel_domain.language` . `translation_code_id` as `sales_channel_domain.language.translationCodeId` , `sales_channel_domain.language` . `name` as `sales_channel_domain.language.name` , `sales_channel_domain.language` . `custom_fields` as `sales_channel_domain.language.customFields` , `sales_channel_domain.language` . `created_at` as `sales_channel_domain.language.createdAt` , `sales_channel_domain.language` . `updated_at` as `sales_channel_domain.language.updatedAt` , `sales_channel_domain.language.locale` . `id` as `sales_channel_domain.language.locale.id` , `sales_channel_domain.language.locale` . `code` as `sales_channel_domain.language.locale.code` , `sales_channel_domain.language.locale` . `created_at` as `sales_channel_domain.language.locale.createdAt` , `sales_channel_domain.language.locale` . `updated_at` as `sales_channel_domain.language.locale.updatedAt` , `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name` , `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory` , `sales_channel_domain.language.locale.translation.customFields` , `sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields` , `sales_channel_domain.currency` . `id` as `sales_channel_domain.currency.id` , `sales_channel_domain.currency` . `factor` as `sales_channel_domain.currency.factor` , `sales_channel_domain.currency` . `symbol` as `sales_channel_domain.currency.symbol` , `sales_channel_domain.currency` . `iso_code` as `sales_channel_domain.currency.isoCode` , `sales_channel_domain.currency` . `position` as `sales_channel_domain.currency.position` , `sales_channel_domain.currency` . `tax_free_from` as `sales_channel_domain.currency.taxFreeFrom` , `sales_channel_domain.currency` . `item_rounding` as `sales_channel_domain.currency.itemRounding` , `sales_channel_domain.currency` . `total_rounding` as `sales_channel_domain.currency.totalRounding` , `sales_channel_domain.currency` . `created_at` as `sales_channel_domain.currency.createdAt` , `sales_channel_domain.currency` . `updated_at` as `sales_channel_domain.currency.updatedAt` , `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName` , `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name` , `sales_channel_domain.currency.translation.customFields` , `sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields` FROM `sales_channel_domain` LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain` . `language_id` = `sales_channel_domain.language` . `id` LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain` . `currency_id` = `sales_channel_domain.currency` . `id` LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.language.locale.translation` . `locale_id` , `sales_channel_domain.language.locale.translation` . `name` as `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation` . `territory` as `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation` . `custom_fields` as `sales_channel_domain.language.locale.translation.customFields` FROM `locale_translation` `sales_channel_domain.language.locale.translation` WHERE `sales_channel_domain.language.locale.translation` . `language_id` = ? ) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.currency.translation` . `currency_id` , `sales_channel_domain.currency.translation` . `short_name` as `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation` . `name` as `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation` . `custom_fields` as `sales_channel_domain.currency.translation.customFields` FROM `currency_translation` `sales_channel_domain.currency.translation` WHERE `sales_channel_domain.currency.translation` . `language_id` = ? ) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation` . `currency_id` = `sales_channel_domain.currency` . `id` WHERE `sales_channel_domain` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"XÕ\x1D éâŒMs´½™»\x03 Ã… "
]
SELECT
`sales_channel_domain` . `id` as `sales_channel_domain.id` ,
`sales_channel_domain` . `url` as `sales_channel_domain.url` ,
`sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` ,
`sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` ,
`sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` ,
`sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` ,
`sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` ,
`sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` ,
`sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` ,
`sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` ,
`sales_channel_domain.language` . `id` as `sales_channel_domain.language.id` ,
`sales_channel_domain.language` . `parent_id` as `sales_channel_domain.language.parentId` ,
`sales_channel_domain.language` . `locale_id` as `sales_channel_domain.language.localeId` ,
`sales_channel_domain.language` . `translation_code_id` as `sales_channel_domain.language.translationCodeId` ,
`sales_channel_domain.language` . `name` as `sales_channel_domain.language.name` ,
`sales_channel_domain.language` . `custom_fields` as `sales_channel_domain.language.customFields` ,
`sales_channel_domain.language` . `created_at` as `sales_channel_domain.language.createdAt` ,
`sales_channel_domain.language` . `updated_at` as `sales_channel_domain.language.updatedAt` ,
`sales_channel_domain.language.locale` . `id` as `sales_channel_domain.language.locale.id` ,
`sales_channel_domain.language.locale` . `code` as `sales_channel_domain.language.locale.code` ,
`sales_channel_domain.language.locale` . `created_at` as `sales_channel_domain.language.locale.createdAt` ,
`sales_channel_domain.language.locale` . `updated_at` as `sales_channel_domain.language.locale.updatedAt` ,
`sales_channel_domain.language.locale.translation.name` ,
`sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name` ,
`sales_channel_domain.language.locale.translation.territory` ,
`sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory` ,
`sales_channel_domain.language.locale.translation.customFields` ,
`sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields` ,
`sales_channel_domain.currency` . `id` as `sales_channel_domain.currency.id` ,
`sales_channel_domain.currency` . `factor` as `sales_channel_domain.currency.factor` ,
`sales_channel_domain.currency` . `symbol` as `sales_channel_domain.currency.symbol` ,
`sales_channel_domain.currency` . `iso_code` as `sales_channel_domain.currency.isoCode` ,
`sales_channel_domain.currency` . `position` as `sales_channel_domain.currency.position` ,
`sales_channel_domain.currency` . `tax_free_from` as `sales_channel_domain.currency.taxFreeFrom` ,
`sales_channel_domain.currency` . `item_rounding` as `sales_channel_domain.currency.itemRounding` ,
`sales_channel_domain.currency` . `total_rounding` as `sales_channel_domain.currency.totalRounding` ,
`sales_channel_domain.currency` . `created_at` as `sales_channel_domain.currency.createdAt` ,
`sales_channel_domain.currency` . `updated_at` as `sales_channel_domain.currency.updatedAt` ,
`sales_channel_domain.currency.translation.shortName` ,
`sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName` ,
`sales_channel_domain.currency.translation.name` ,
`sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name` ,
`sales_channel_domain.currency.translation.customFields` ,
`sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields`
FROM
`sales_channel_domain`
LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain` . `language_id` = `sales_channel_domain.language` . `id`
LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain` . `currency_id` = `sales_channel_domain.currency` . `id`
LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language` . `locale_id` = `sales_channel_domain.language.locale` . `id`
LEFT JOIN (
SELECT
`sales_channel_domain.language.locale.translation` . `locale_id` ,
`sales_channel_domain.language.locale.translation` . `name` as `sales_channel_domain.language.locale.translation.name` ,
`sales_channel_domain.language.locale.translation` . `territory` as `sales_channel_domain.language.locale.translation.territory` ,
`sales_channel_domain.language.locale.translation` . `custom_fields` as `sales_channel_domain.language.locale.translation.customFields`
FROM
`locale_translation` `sales_channel_domain.language.locale.translation`
WHERE
`sales_channel_domain.language.locale.translation` . `language_id` = ?
) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation` . `locale_id` = `sales_channel_domain.language.locale` . `id`
LEFT JOIN (
SELECT
`sales_channel_domain.currency.translation` . `currency_id` ,
`sales_channel_domain.currency.translation` . `short_name` as `sales_channel_domain.currency.translation.shortName` ,
`sales_channel_domain.currency.translation` . `name` as `sales_channel_domain.currency.translation.name` ,
`sales_channel_domain.currency.translation` . `custom_fields` as `sales_channel_domain.currency.translation.customFields`
FROM
`currency_translation` `sales_channel_domain.currency.translation`
WHERE
`sales_channel_domain.currency.translation` . `language_id` = ?
) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation` . `currency_id` = `sales_channel_domain.currency` . `id`
WHERE
`sales_channel_domain` . `id` IN (? )
Copy
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` , `sales_channel_domain.language` . `id` as `sales_channel_domain.language.id` , `sales_channel_domain.language` . `parent_id` as `sales_channel_domain.language.parentId` , `sales_channel_domain.language` . `locale_id` as `sales_channel_domain.language.localeId` , `sales_channel_domain.language` . `translation_code_id` as `sales_channel_domain.language.translationCodeId` , `sales_channel_domain.language` . `name` as `sales_channel_domain.language.name` , `sales_channel_domain.language` . `custom_fields` as `sales_channel_domain.language.customFields` , `sales_channel_domain.language` . `created_at` as `sales_channel_domain.language.createdAt` , `sales_channel_domain.language` . `updated_at` as `sales_channel_domain.language.updatedAt` , `sales_channel_domain.language.locale` . `id` as `sales_channel_domain.language.locale.id` , `sales_channel_domain.language.locale` . `code` as `sales_channel_domain.language.locale.code` , `sales_channel_domain.language.locale` . `created_at` as `sales_channel_domain.language.locale.createdAt` , `sales_channel_domain.language.locale` . `updated_at` as `sales_channel_domain.language.locale.updatedAt` , `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name` , `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory` , `sales_channel_domain.language.locale.translation.customFields` , `sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields` , `sales_channel_domain.currency` . `id` as `sales_channel_domain.currency.id` , `sales_channel_domain.currency` . `factor` as `sales_channel_domain.currency.factor` , `sales_channel_domain.currency` . `symbol` as `sales_channel_domain.currency.symbol` , `sales_channel_domain.currency` . `iso_code` as `sales_channel_domain.currency.isoCode` , `sales_channel_domain.currency` . `position` as `sales_channel_domain.currency.position` , `sales_channel_domain.currency` . `tax_free_from` as `sales_channel_domain.currency.taxFreeFrom` , `sales_channel_domain.currency` . `item_rounding` as `sales_channel_domain.currency.itemRounding` , `sales_channel_domain.currency` . `total_rounding` as `sales_channel_domain.currency.totalRounding` , `sales_channel_domain.currency` . `created_at` as `sales_channel_domain.currency.createdAt` , `sales_channel_domain.currency` . `updated_at` as `sales_channel_domain.currency.updatedAt` , `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName` , `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name` , `sales_channel_domain.currency.translation.customFields` , `sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields` FROM `sales_channel_domain` LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain` . `language_id` = `sales_channel_domain.language` . `id` LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain` . `currency_id` = `sales_channel_domain.currency` . `id` LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.language.locale.translation` . `locale_id` , `sales_channel_domain.language.locale.translation` . `name` as `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation` . `territory` as `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation` . `custom_fields` as `sales_channel_domain.language.locale.translation.customFields` FROM `locale_translation` `sales_channel_domain.language.locale.translation` WHERE `sales_channel_domain.language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.currency.translation` . `currency_id` , `sales_channel_domain.currency.translation` . `short_name` as `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation` . `name` as `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation` . `custom_fields` as `sales_channel_domain.currency.translation.customFields` FROM `currency_translation` `sales_channel_domain.currency.translation` WHERE `sales_channel_domain.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation` . `currency_id` = `sales_channel_domain.currency` . `id` WHERE `sales_channel_domain` . `id` IN (0x58D51DE9E28C4D73B4BDAD99BB03C385 );
Copy
0.04 ms (0.01%)
1
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `file_hash` as `payment_method.media.fileHash` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"Åë~À\x0F UGœ½1Z\x06 ?è\x14 ¥ "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `file_hash` as `payment_method.media.fileHash` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `file_hash` as `payment_method.media.fileHash` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0xC5EB7EC00F55479CBD315A063FE814A5 );
Copy
0.04 ms (0.01%)
1
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x00\v k\ÊgFqµ\x1F ö\x12 †%™“ "
b"\â˜\x1E ¥GÒ¦£\x03\v PÛ§‹ "
b"¾Ú»^1\x0F Ae¦Xߤ\e Î\x11 ¯ "
b"Á‘¼òñ;Cöœû7Ó³p]{ "
b"\x01 ŽÈ¬ßsx\x1A £öÞ‹îqžú "
b"\e û.Î>ÚKO‰'´¢\x17 a2Æ "
b"d\x16 ¶´˜Ij»ú\x13 æu_– "
b"°GkëF¨ƒR²\x0F `íæ] "
]
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 (0x000B6B5CCA674671B51FF61286259993 , 0x5CE2989D1EA547D2A6A3030B50DBA78B , 0xBEDABB5E310F4165A658DFA41BCE11AF , 0xC191BCF2F13B43F69CFB37D3B3705D7B , 0x018EC8ACDF73781AA3F6DE8BEE719EFA , 0x1BFB2ECE3EDA4B4F8927B4A2176132C6 , 0x6416B6B49098496ABBFA9D13E6755F96 , 0xB0479F6BEB8F46A88352B20F60EDE65D );
Copy
0.04 ms (0.01%)
1
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‘7\x08 û\r rm†-æÛ4öžz "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x01913708FB0D726D862DE6DB34F69E7A );
Copy
0.03 ms (0.01%)
1
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `file_hash` as `cms_section.backgroundMedia.fileHash` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"-ì\x13 ùß~Gy¬:æ=ôb\x1D t "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `file_hash` as `cms_section.backgroundMedia.fileHash` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `file_hash` as `cms_section.backgroundMedia.fileHash` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x2DEC13F9DF7E4779AC3AE63DF4621D74 )));
Copy
0.03 ms (0.01%)
1
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `file_hash` as `cms_block.backgroundMedia.fileHash` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x02 ’ò‰g\x06 N›ŽY'«\x11 ?s\x1E "
b"^^:b´I@µ¿}-»`›æ— "
b"ÅÊKìÀãOäc€\t }…\x11 "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `file_hash` as `cms_block.backgroundMedia.fileHash` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? , ? , ? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `file_hash` as `cms_block.backgroundMedia.fileHash` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x0292F28967064E9B8D5927AB113F731E , 0x5E5E3A62B44940B5BF7D2DBB609BE697 , 0xC5CA4BECC0E34F8F9FE46380097D8511 )));
Copy
0.03 ms (0.01%)
1
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
0.03 ms (0.01%)
1
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"BnE²ñþKT‹§a\f _7jg "
]
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x426E45B2F1FE4B548BA7610C5F376A67 ));
Copy
0.03 ms (0.01%)
1
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x1C ~o%ÆyO–¦9ÆãŒ\x08 ]C "
b"'Ò\x10 ##öO°‡-\x0F Ubóêp "
b"{’ËQæƒAY•NÄþË%¤E "
]
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (0x1C7E6F25C6794F96A639C6E38C085D43 , 0x27D2102323F64FB0872D0F5562F3EA70 , 0x7B92CB51E6834159954EC4FECB25A445 ));
Copy
0.03 ms (0.01%)
1
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
0.03 ms (0.01%)
1
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
0.03 ms (0.01%)
1
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters :
[
b"‘ùnjÔ±Fçµ¼¾A/a{º "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x91F96E6AD4B146E7B5BCBE412F617BBA OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
0.03 ms (0.01%)
1
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ϽP\x18 ÓŽAØÊ\x10 ÙOÈ½Ö "
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
0.02 ms (0.01%)
1
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
C—²\x11 A\n
Mò•ˆžŽH‘§ê
"""
b"Ïçw’\t »Iɰ_B£4ù\x1F û "
b"\x0F\x02 *Ý/(E]‚£”U¸i$Š "
b"ÞŒ\x06 ç×EET¶\x08 Ðå€sê‚ "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x4397B211410A4DF295889E8D4891A7EA , 0xCFE7779209BB49C9B05F42A334F91FFB , 0x0F022ADD2F28455D82A39455B869248A , 0xDE8C06E7D7454554B608D0E58073EA82 )));
Copy
0.02 ms (0.01%)
1
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"-ì\x13 ùß~Gy¬:æ=ôb\x1D t "
]
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x2DEC13F9DF7E4779AC3AE63DF4621D74 ));
Copy
0.02 ms (0.01%)
1
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = ?
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor
Parameters :
[
b"‘ùnjÔ±Fçµ¼¾A/a{º "
]
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = 0x91F96E6AD4B146E7B5BCBE412F617BBA
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
0.02 ms (0.01%)
1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
0.02 ms (0.01%)
1
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
0.02 ms (0.01%)
1
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
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`
;
Copy
0.02 ms (0.01%)
1
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"CáèûžÎFYˆ"¨x\x06 ÷S˜ "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x43E1E8FB9ECE46598822A87806F75398 );
Copy
0.02 ms (0.01%)
1
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = ? AND `payment_method.salesChannels` . `id` = ? ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC
Parameters :
[
true
b"‘ùnjÔ±Fçµ¼¾A/a{º "
]
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = 1 AND `payment_method.salesChannels` . `id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
0.02 ms (0.01%)
1
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
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 ;
;
Copy
0.02 ms (0.01%)
1
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` ;
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` ; ;
Copy
0.02 ms (0.01%)
1
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ‘7\x08 û\r rm†-æÛ4öžz "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x01913708FB0D726D862DE6DB34F69E7A ));
Copy
0.02 ms (0.01%)
1
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¸\x1F\t è_qAÀ«áá±m¼çf "
b"°ðéDivL8Ž\ýð¢ÐßN "
b"N쌡\x7F\x05 M\x1C Š1û%|äVt "
b"‹\x01 Ü€‰ØH³©0JÞn‚4@ "
b"CáèûžÎFYˆ"¨x\x06 ÷S˜ "
b"¯¢æ=ÓMäƒ\x12 á#_¯"Û "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0xB81F09E85F7141C0ABE1E1B16DBCE766 , 0xB0F0E94469764C388E5CFDF0A2D0DF4E , 0x4EEC8CA17F054D1C8A31FB257CE45674 , 0x8B01DC8089D848B3A9304ADE6E823440 , 0x43E1E8FB9ECE46598822A87806F75398 , 0xAFA2E63DD3AD4DE48312E1235FAF22DB );
Copy
0.02 ms (0.01%)
1
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
0.02 ms (0.01%)
1
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"\x11 wûœò½E8¨\Ž©d,e) "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x1177FB9CF2BD4538A85C8DA9642C6529 ) LIMIT 1 ;
Copy
0.02 ms (0.01%)
1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
0.02 ms (0.01%)
1
SELECT LOWER (HEX (language . parent_id )) FROM language language WHERE language . id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT LOWER (HEX (language . parent_id )) FROM language language WHERE language . id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
0.02 ms (0.01%)
1
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = ? ) ORDER BY `product_sorting` . `priority` DESC
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = 1 ) ORDER BY `product_sorting` . `priority` DESC ;
Copy
0.02 ms (0.00%)
1
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"‘ùnjÔ±Fçµ¼¾A/a{º "
b"\x11 wûœò½E8¨\Ž©d,e) "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND `sales_channel_country` . `country_id` = 0x1177FB9CF2BD4538A85C8DA9642C6529 );
Copy
0.01 ms (0.00%)
1
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
0.01 ms (0.00%)
1
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
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`
;
Copy