Query Metrics
231
Database Queries
112
Different statements
272.82 ms
Query time
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.28 ms |
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
|
||||||||||||||||||||||||
| 2 | 0.12 ms |
# dbal-plugin-loader SELECT `name`, `base_class` AS baseClass, IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active, `path`, `version`, `autoload`, `managed_by_composer` AS managedByComposer, composer_name as composerName FROM `plugin` ORDER BY `installed_at`;
Parameters:
[]
|
||||||||||||||||||||||||
| 3 | 0.12 ms |
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags FROM custom_entity LEFT JOIN app ON app.id = custom_entity.app_id WHERE custom_entity.app_id IS NULL OR app.active = 1
Parameters:
[]
|
||||||||||||||||||||||||
| 4 | 0.11 ms |
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
|
||||||||||||||||||||||||
| 5 | 0.09 ms |
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"
]
|
||||||||||||||||||||||||
| 6 | 1.62 ms |
# seo-url::resolve SELECT id, path_info pathInfo, is_canonical isCanonical FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND (seo_path_info = ?) ORDER BY seo_path_info ASC, sales_channel_id IS NULL ASC LIMIT 1
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ "INDULINK-LOCK-Cable-Gland-ST-MS-M63X1-5-SW68-L-18mm-CR-29-35mm-NP-BMBE-07R-TL18/M0013048-T40000282" ] |
||||||||||||||||||||||||
| 7 | 0.08 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[] |
||||||||||||||||||||||||
| 8 | 0.08 ms |
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
b"""
VDLgæœFï¼\x12*\n
2¼»°
"""
"73wQ56f5xTsX1qBFOta8z3DzftNRJitI"
]
|
||||||||||||||||||||||||
| 9 | 0.06 ms |
# context-factory::base-context 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"""
VDLgæœFï¼\x12*\n
2¼»°
"""
]
|
||||||||||||||||||||||||
| 10 | 0.13 ms |
# base-context-factory::sales-channel::read 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.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`, `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`, COALESCE(`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) as `sales_channel.currency.customFields`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name as `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`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`, `sales_channel.currency.translation`.created_at as `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation`.updated_at as `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation`.currency_id as `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation`.language_id as `sales_channel.currency.translation.languageId` 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""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 11 | 0.08 ms |
# base-context-factory::sales-channel::association::domains::read 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"""
VDLgæœFï¼\x12*\n
2¼»°
"""
]
|
||||||||||||||||||||||||
| 12 | 0.08 ms |
# base-context-factory::currency::read SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ" ] |
||||||||||||||||||||||||
| 13 | 0.09 ms |
# base-context-factory::country::read 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`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.addressFormat`, COALESCE(`country.translation.addressFormat`,`country.translation.addressFormat`) as `country.addressFormat`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.address_format as `country.translation.addressFormat`, `country.translation`.custom_fields as `country.translation.customFields`, `country.translation`.created_at as `country.translation.createdAt`, `country.translation`.updated_at as `country.translation.updatedAt`, `country.translation`.country_id as `country.translation.countryId`, `country.translation`.language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation`.language_id = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"Z:#~alF]×═─■&\x1Eì▒" ] |
||||||||||||||||||||||||
| 14 | 0.08 ms |
# base-context-factory::customer-group::read 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`, COALESCE(`customer_group.translation.name`,`customer_group.translation.name`) as `customer_group.name`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.customFields`,`customer_group.translation.customFields`) as `customer_group.customFields`, `customer_group.translation.createdAt`, `customer_group.translation.updatedAt`, `customer_group.translation.customerGroupId`, `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name as `customer_group.translation.name`, `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`, `customer_group.translation`.custom_fields as `customer_group.translation.customFields`, `customer_group.translation`.created_at as `customer_group.translation.createdAt`, `customer_group.translation`.updated_at as `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id as `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id as `customer_group.translation.languageId` 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╚¢Í" ] |
||||||||||||||||||||||||
| 15 | 0.06 ms |
# base-context-factory::taxes::read 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`
Parameters:
[] |
||||||||||||||||||||||||
| 16 | 0.08 ms |
# base-context-factory::taxes::association::rules::read 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.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`, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.languageId`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt` 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`, `tax_rule.type.translation`.created_at as `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at as `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id as `tax_rule.type.translation.languageId` 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"\x03\x00\x7F{8cF┤âÉ®B£y└°" b"/¡#O¹\F¾‰±ç…[•AW" b"=4Õ všC‚§c —}éS\x07" ] |
||||||||||||||||||||||||
| 17 | 0.10 ms |
# base-context-factory::payment-method::read 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`.`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`.`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`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `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`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` 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"\x06@>Û©\x10IB£‰ÄùŠ\x00bÅ" ] |
||||||||||||||||||||||||
| 18 | 0.11 ms |
# base-context-factory::shipping-method::read 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`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `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`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `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`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` 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 `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`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`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` 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`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId` 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"3ðåh╗ÎD¨üVD¥\x18Mä╦" ] |
||||||||||||||||||||||||
| 19 | 0.06 ms |
# base-context-factory::cash-rounding::search-ids 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"Z:#~alF]×═─■&\x1Eì▒" ] |
||||||||||||||||||||||||
| 20 | 0.42 ms |
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
"payload"
]
|
||||||||||||||||||||||||
| 21 | 0.06 ms |
#cart-persister::load SELECT `cart`.`cart` as payload, `cart`.`rule_ids`, 0 as `compressed` FROM cart WHERE `token` = ?
Parameters:
[
"73wQ56f5xTsX1qBFOta8z3DzftNRJitI"
]
|
||||||||||||||||||||||||
| 22 | 0.08 ms |
# cart-rule-loader::load-rules::search-ids SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[] |
||||||||||||||||||||||||
| 23 | 0.25 ms |
# cart-rule-loader::load-rules::read 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"\x11U├©╚(@RÑu┼\\x13¾╦É" b"`†u\x07YBJ9¸m›1±Fá\x15" b"€jU”FüD¬…éÜœƒ8\x07Ñ" b"„¢9͵FDm™o\eÿc'‡\x06" b"Îi°ÄnóFÅ„³L 5g\x14¨" b"GööI=®F!¤sàv{¹^ö" b"\x00\r$óɹó3YóQŒ°o Ã" b"\x00'\x08cÄ$v▄ldgØ\[#V" b"\x00KkpÅ5”¡&χz=3Ú\x00" b""" \x01½\n #Eü\x0FU\x07┴ô~\x1E°AÖ """ b"\x02*ÛëlÝÉ·Pþ̹³Ï9›" b"\x02Ñ0¡Õád±Ô\x1A&ar\x0F¡Ä" b"\x03;Gžië\x05ÍÎÕwðG1÷¸" b"\x03┘§'‗\x7F0|├\x17 ´\tÓ╩Å" b"\x04§±ÿ›Ÿ€Èâ\x1Ayárº¢0" b"\x04¤-Ë\x13ü┘zÐ-å3\x14Öà¨" b"\x05/`q\x12飪Ÿß\x1Eµâ}r" b"\x06c¾ûæÓñcôdËà\x11¡ß›" b"\x06‰Œ~š£\x00G:²\x12½7RG\e" b"\x07\t\x17\x1E,—‘†’\x01h\x18Ö\x0E’T" b"\x07ŸNPÞïU©\r–\x00±žüÒm" b""" \x08.ªv/±ÏÐ/%\n \x1E°‰íq """ b"\x08>ΈhË*{>éªbüâù\x07" b"\x08UaÆQ.n5¾»ÇûlhÂÙ" b"\x08x╗©¤}~%╣º!\rì\x15L■" b"\x08žÖä.ôU½ø˜¬‡\x01\x08:"" b"\t6'„±D\x13,€\töœ\r×#N" b""" \n €D¾õ0ۼΨîg\x1D€ü‰ """ b""" \n ¤Ñ§BÍ\‗\ú▓:¨ìÁø """ b"\f\x0EÈ}È\x12?)ñ\rÁ\tÃeÒ<" b"\f!•\x15œ‚ãÓ_U]*Ý\x17\x12" b"\r‰Ïx7"{\x7FG0\x08¸žƒ\x08{" b"\r¨k«@œ\x06S9!Ž]+xø2" b"\r½D'nÕ—¯ìËf2ÐÊûê" b"\rÕ‘õÔ*»\x00˜&\e/pL³'" b"\x0EØ\ª¤S{│¦z_\x1AH\tñW" b"\x0FÅ’ÝE˜ë\x15ü÷ôoÿ¬Ðg" b"\x10ho*8ž©ÜÃÊk‡á\x12\x01Ï" b"\x10ÌÎqwg-┐ä±Öüß┼i£" b"\x11qmg¼¥\tzäWäüïÜÖ_" b"\x12\x02─$$N|p좡‗¤QÍ\x02" b"\x13$dÅ1\eôʲ¾\x10ê{%Ÿâ" b"\x13o&äÏ@§6‘‹ÞS梸" b"\x13꣮襢»‚&\x12ô'f±¡" b"\x14\x12ì´–»\x11\x17ZÙû&÷DÙ~" b"\x15\x7FÐ.p;\x02*¤Ÿ'Ìæé]ú" b"\x15·®Êh<\x0604+\x1E÷±øÃj" b"\x18ƒŒKÇ\x17\t—«Å\x1FÚ\x05@¶ç" b"\x18˜„\x0FOû2K÷T~ú €»w" b"\x19*Ȳ¦þ\eZYØfMT¡Ù%" b"\x1A\x05îì&¼KJ`Â}»■è▒`" b"\x1AŽB\x1Dlœcú3[@ªB\x0F¤s" b"\x1A§´²È¬xÃӸÅ\x16nDn" b""" \ed╣╗@■.mïV\n a(ظ¿ """ b"\e«¾²{ú©¹\x04ói2ÿ8Êñ" b"\x1Dú¦)ä>^¶.J=>ïLÙƒ" b"\x1E»N\x15FNq¿&¯ð\x13XÄ;^" b" h■┬N)þvÉ┤!?.r<ë" b"#"ƒ\x17J\x05¬ÃJFœ\x04Þ7Õ'" b"#¨µæÁ#2´¤Ñܨì¾s;" b"$MÀI’\x04l&¥ø¦Ë\x03˜&e" b"%o5»)^§\rdCö\x075Ž\x17\x1F" b"&8,ì_\x08°'tË[\x01ÜL~=" b"&€&º,]u—Ô~-¸SžJ\x16" b"&κܧHè¨mÙd¼Å\x14ÍÒ" b"& ù\eÖ|9ÉK×P°ÛmßÎ" b""" '\n KáÌ5nSˆ•mATÅ-• """ b"(§:i:5┴╗ìSÅ┐\x17:Å1" b"(ùS\x01¸\x1CÈÌx÷u“.,ÄŽ" b"(û5¯Ç9soBë•ÜÑm´\x01" b")ò\x06{>#“MvGÔ³¹6×\x1C" b""" *B\x1EB÷\x1Fı ò@\n í\x0F\x1D║Å """ b"+\x02-ýcò¼Úÿšo\x17Lå` " b"-N>Ë/\e<°Kq\x16…ùçÝæ" b"-▒█îôJ\x14üz▓¡BØR2¢" b"-┬üJµ"§u>Úf\x15Bø?u" b".Ñ╗¨ñ,┴\x12\x00░\e\t║ªÅ\t" b".ºô²§\x1C¾H,í‘‘\x1E\x19;’" b"/¬\x1F¿ù‚çªÖ\x1A\x1EŽ€K<" b"0\x0FiM\x03åJ@³¹±X\x04˜õ\x11" b"1;qj’*' ô\x00\x03¹Û~f:" b"1Ò\x10ülC¿ší:\\x16„HÎ\x1F" b"2\x11ÌÚÿ•\rs_áñ\x08$Ú”:" b"2³Å\x17¶\x7F\eˆ6\e,\eâ\x19\fþ" b"2ºŠÄ0Ü}bàþ˜Aq\x128" b"2Ò\x18,Œ\x1C ±9’HGáåˆ\x17" b"3\x10W„q±•žLeAaTÿ(" b"3þ¤¥Å`6¤ü-\x13ðƒ0s¿" b"4‹š(Ú\tD1ž\eÁ¶§GÝ}" b"6Nm\x1EÕ‡'æ1¢¤\x14\rÙ®x" b"8[Í!ðᙺ’1u矃,†" b"97Aä\x7Fžh6û•Oômm¾Ö" b":¤¿ø”™ŽÖš\x08\x0E+Ô\x16\x02û" b"<=\x05£‚+X\x1C®†wxÕ—}" b"=Dɽ\v©;ØTʧ]úÔE¹" b"=Lä2*\x02\x1E){}¿ü²=ÿ2" b">XżÞY#\x19)ÙÀMø4\x10\x1D" b">uIJûDwÙ‘ùù¬a©ò~" b"?.k¹lèwR1L”\fôÍ\x05z" b"?‡<ôø9pB¶é%T_‡.\x13" b"?╝qD\x1C¿\x06\x18bK┐(╠\x14üö" b"A »ƒp\x0EaÝ\x175Ó¼BÚÅó" b"AE¼h\eÇÒc"Òýçeì╝~" b"A¥_ïœt\x00Áô‡\x12\x14s/ƒ\x16" b""" B\x14|\n ØÐö0bÙ'Tú[B' """ b"BA\x03í·nª—»’µòÿG\x02ˆ" b"BX ™kõÆoPºðŽ‘l\x19¬" b"EýÅ×"▀È3+ï┘æ╔-j " b"H<[ƒ1\x1CË îƒ\x1Eà─éì´" b"HX4‹ªl2¨FüU8Œ\x1Fæ>" b"H°¤Ése├\8R5PJ\x11EL" b"I.*Û¤ì鱉¨ti\x03Ì{¡" b"I˧\x04k\rZ»!Ü^C%²__" b"Jú\x02/ñîÓã@‚jƒÖ´ýá" b"KrÅ"â\x1A\x11J«Òu}þþ3M" b"KÂY╣Xü'S¾Èznf_Ùf" b"KÂd\x00vÐûÿlœ\x049å9Áø" b"L£K/ØO%_UÀm]Ó(qk" b"M‡\fa°°^—ó0+«Ž»ñ:" b""" OÀP¿Ï\n J¿”KµxÄB5n """ b"QGê\x02\x1Fø\x1FS^\x15%ŒžÑz9" b""" R¸\x02Z\x0Eˆ\n yºù=ã¼¥q¼ """ b"Ràª9~&ÿ¯\x00Ñ™‚°ö“ " b"S\x02A┴=AAs$8ɪ\x08§ó2" b"S\x11š¸9«\x11.ã_XÉÎn)s" b"T\x0EzåõÐ╚ð°5ÉhdÞ²‗" b"TžR€@[ež¡¢½¾E\f¸V" b"VO$\r6\x06±RQàöÓz\x13°Ø" b"Vњ˗õ›CƺëMŸ\vÉJ" b""" W¬ëË_‗\rÛ┤\n D\x12Å╚ö| """ b"W╗õEÞkÝ]▓Y■ôÅ║Z4" b"X.Çä\x1F€Ãjy›RµZ©öü" b"X·ó┌LÅliÜ×Ò}\x02\x03&?" b"[dD9?àž½šöR\x02MÚ\x04t" b"[Šn\x03ƒ»hI¿sÔzn‹¯u" b"\ñˆv\x02\x01\x04–-ø¡C#Æ3¥" b"^\x00\x0F½pì╔æ=Ïüïk\x19I3" b"^_2îµo\x141%B²T@ì¸[" b"^úY÷¾N~„\f\x19›\x06\x14oå›" b"_I\x10¡ÊnμkŸH(}í>J" b"_Õm€Š¨ ©ž³F_&Ç\x13Õ" b"_ÖDÂÑ7ä en\x13¡¸aœý" b"aÛü\x1F9±í«n\x16æ ˇ6‰" b"b\x032ë?œ\x10-\x08vI!(\x03ña" b"b{ã,ñf¦Å\x12ÈO▒Ü\x1Aè]" b"c\eþ„\tbµî\x19@¬$N»¡ÿ" b"cØ¡u╠Î)4Òï\x01▓/¡╔õ" b"cß¹╩®U┬i\x1Dü>áÙ¿B¥" b"dÿ÷²ÊÓÉÙ?S\x08›nÅ‚\x00" b"eÊ9r5{ØË\x04µ╝0Ù╦║I" b"eÙµ¹Üä˜\x081-\S‚ò›" b"f$\vÍýé\x07{Ãåຄ\x08r\x1E" b"f³\x03■ƒÝAìp<]N*¤6O" b"gó1ZOÕa9ãLšÿ¾æE\x1A" b"hL\x1EkKªå¿}ö\x14â庀¨" b"h^ú½üèxª9¢q\x10Õ\x08ø{" b"h‘瑌Eû\x10PÅ\x1A‡=Øs°" b"h¼\x15┐OH\x0EQ\¬Ø \x06┌³\x10" b"k43Ð▓Y8aÏ█ÔM\vÒ\x1DØ" b"l\x00þ¥ÊàÊX\x05‰ÝqŠI\x1Có" b"l@ü@ÇHxòBù\x03)Zñåž" b"l›\x16‘/›GMèÍ¢ë-\x02ss" b"lÞÑûi™\x00—ZÏ\x19\x1EK‰æ[" b"nÒ\x03awÊÁ\x13j\x0EPj¤§—G" b"oN╗\x06õõ¶s■\x7FBT+ì=l" b"p╚Ñ\x170@Ù┘\x18¼C \x1CøÉL" b"q‚´\x1D@ôŽð\x08Í/NãXPu" b"qÐ*\x03u¯èÒóÈ5\x19®\x1D·\x1E" b"q×Iç\x02QÞÏž4ÖŒ\vä*‡" b"ræÕïêÿfàÚ[ìòd|ï\x01" b"s—«RO”wLôÑnÉÝÄb«" b"u\f8½¤ŸÔ\x05©\x11ˆ7A\x02©4" b"uãVÏ\tQ׃ž#òÌJä5½" b"v\x17$Î'\x03¾\x13Mï1¼Jö?a" b"w!©\x11\fJ\x18ã£Ç)ý75;ã" b""" wß\n HçNå¥;°\f›n\\x05u """ b"xút¶\x00\tG\x1C¿žyõƒ‚„i" b"zDa¥KéÔVö€7Œl€*¯" b"zí¦úTž×"\x02öþ`ž³³I" b"züã\x07–Ñšo†\vsû¸_5\x07" b"{k'I\f\x1A\x16\tËÒS‡È\x06Ä" b"|@JªbÇšíÄ\x02iÀ€u\x08¢" b""" }2\x1E#J‚!_eK›ÂE\n àÅ """ b"}p¢¥\x1AÊ\x01ÒÉÐeèµ7ýð" b"~-\x00¾ïü}Ïò\x01t\x16Ë\x070ñ" b"\x7F-½Ë¯*Õ\x1F└;ÉWà╔CÙ" b"\x7Fó¾«ÜêM\eÔÔ)‘šIpí" b""" üôÌC»}4\n \f«ä Å■Þ; """ b"üßV\x1E\x14Ï\x07Ö<\x1Ef\x1E©\x1FR■" b"‚-¸¶!Ö¶Šd\x1D\tW`˜KM" b"‚êÎê¾H¥óÔ¶Š§â"µF" b"ƒ6öÂ.1ÚRÂÎqÅ@" b"ƒEO)¸\r“\x13ñMÄ(\x15Õ9Q" b"âHíÎLıD╬ì\ró┐Y\x1Agõ" b"„\x1CÉèæ˜/ýºÒ\x16‘ÑüåŒ" b"„H«Y´³"kü€žl\x14ÔŠh" b"„u\x14~‡Í<‰Jô\x1F\x1Eê¬ÄÌ" b"„À>Åo\ecM\x14С=mÝê_" b"àÅ┴¡┐gxߨf·ìnó]#" b"…ǹ\x13–´û¬hÁaË£„ŒÃ" b"†“ì|î}ÿ4\x045AM§*ž¼" b"‡7\x1DÄ\x1F§I\x16c\x00Æðã\x19Yp" b"çU\x00£ÌO\x05àðhûmËÞ«ü" b"êK\x1A┬N&ú3\x15╗\x13ýW:ƒÅ" b"ˆT«àc9\x138³‡\x0ECŽR§\x07" b"ë!■BüÈæ¢░\t\x1E╦ù│v\" b"‰.Õ\x04`.Ûʦ&ê:\x19slm" b"è\x18¬+Éq\e±ªI┴Lª\x1Fç~" b"Š¥£€Á€GŽÎ9;\x18ÿBæ\x06" b"Šþ¥ÇɵñŽ:pRo\x04Ç€Z" b"‹R\x1Eo½ÝoÆy\fT,|>C_" b"‹áE<\eDA\x1C €¨\x18“š‚\x12" b"Œ‡I+.²£ÌüÞôë™Õ¤?" b"Œ§%ô\x1D/MM?ÈFóÆŽ´Í" b"ŒÎé„_§ÔÉ\x02J#\v\x0EE\x17ˆ" b"ìz\x1F K´·ÝDÏ ─a÷EP" b"ÄsëëÄ5ì▄▄a█=xÀ║Í" b"ŃX}ÞòSoGCH▒\x11¯┼Ú" b""" ‘\x04Ÿ#L;`*ò\n ‡öšv à """ b"‘:\vZÅ/¯67ý×ø\f“É•" b"‘‡h^³žQ¦ÏŒ\x0F}Ù|¦0" b""" æÒ\x1A½\n (l̃\x15LþöïEü """ b"’³Õ£\x14|\x01µÓç.½‡#Æ\x13" b"’ÿ\x06S¬¼¸\x16\x03é.¦´~\r_" b"ô\x1Cb`¬×Ö\x1E[ì:■ëk▓6" b"òé>²3rQ.´\x19ÅLÇx\e\x12" b"—3Ë%Å…9íˆ\x04\eÀÝaE•" b"ùáRËü?\x00▄®pÑ@r│B¯" b"—ílùÐÿç\x7Fu[&&£“\x06”" b"ÿ▄ì\x14D+\x16¥ïqk¬\x1FX!└" b"ÖwÐ5¤!,.g>JçÅ7┤»" b"øÉ▀\x05Â{×]r@\x12\x1Dz\x10ó\x15" b""" øãè\n Ó╩É\x1Df▀ÉcP\n dr """ b"œx"Õ\x005*\x03]ŸôL\x0EÖ\x16~" b"Ø\x0EüU┤qÈ\x1AxhA│░ée\x03" b"ØWY^2ª║ÈdS\vÒx▓óæ" b"×V\e?╬\x04\x07ù\x0E┌GØ<9F]" b"Ÿ±\eºÕ3³Ñ|6údÓ‘už" b"Ÿëï%kÖ¹!€‡vj[°Ã@" b""" ƒ \n É+Ê<H╦Ç╚xeö┌\x13 """ b" G\x08ßÓVP\x05\x06Øs\x103“Ä" b"¡u¢¡Cµ™üøH|Dz+§*" b"¢\x1DQêr±\x07Hµ*\x1A\x7F¡Ûãi" b"ú%╚mÐ*FSóü5ƒù¸d~" b"úë\x17>9äÕjCïªiÔ(=ü" b"¤ƒ4çáHQ4Ë\x0EV\x18âú`¹" b"ñØ\f\x1CFòMLá\x08Keå<Ù9" b"§ÿÑp¹pø¿íþ\x1FN¥èËK" b"©Ø;š˜\x7F\x11¸7;)¶\eIj" b"½E▓%▓Å\x13\x0E\x11\x11¶§#òCþ" b"«‘H›{D+6ŠÕ\x12)™ŸWõ" b"¬Æ\x19|FœYøÞ—óÊz)à¹" b"¬Ò *òèzV×\x08\v\x17Êú}\x0F" b"\x11v×ÿ\x1F¸\x03TÀÍí\x16¶:˜" b"®7¥U\x7F@ýFá1O¼R\x15Òà" b"®›î?\x1D'î\x1Ad.\x05e`‚ËY" b"¯nØÞ/Ù$wøÂ\x1FÜÄê¾B" b"°\e_º\x01\x04PíDUj[\f‡\x1Fõ" b"°4õm,²Ý}xìƒQºˆ\x0F6" b"░@H\x06\x12[\v▄Ûæ╔ÅE║ê\x0E" b"▒s\x11É{\x06╚åxo4Ê█ óR" b""" ±Æs;ôIÇ—X\n fžy½‘` """ b"´È\x11ª´g¯ŒdìGH\x19‡\x1F³" b"µô‘„·_ÔïFR†ÊFœ\x08²" b"¶T¬å^´±%j\x01‹Xå¦_Y" b""" À\n ÅÝc├Ʋx?ìãè\x7FÖ┬ """ b"·³ªJÇ4ßšx¤“œ˜îlÙ" b"¸G%ó˜q"C\ù\fžOÏ¢-" b""" ¸”Ä\x1FÕ¯\n Á\x05GÊ\x18J܃— """ b"¹*©€…œƒÙ\x19øÊTz¶vz" b"¹Ä\x14«”íäWð;£hsÅ|î" b"»m¡§]ŽÒ€(ï%_¿\@‡" b"»Å.(º\x7F-ì®!]dvîíä" b"╝\x08;îCõÖ╬É\x7Fߨ<\x01î)" b"╝Ç{[\x7FfÜ\x0EªF¤\x1CdØÚ" b"¼—Ô·¾ÛÙsi‚‰\v茛\x1A" b"¢┤\x19ú\fÌÉÚËí┌«\x1Afг" b""" ½íB²‡\n Û–h’ë_.Ú‰Á """ b"ÀÚ\x15ÁX\x17&yÙœËä±%7Ž" b""" ÀôÔ\eÓRT\n \x1C²ö)Ú@›Š """ b"Á=Ž®»Ž~XÇk3W9B¸Â" b"Âu^k\tª…M'Ü£«~\f•Y" b"¶ÿíIÇÔ3\ed\x1Co39§s" b"ÃÞ\x14ðÀ\f2ô‚\x1FðlÕ¢*\x7F" b"┼E┬úý░\vY░╩øvÓ \x14ì" b"Å„\x07!7Ø› í1^\x1E\vQoé" b"ã\x08,9Ð╠«¯\x0F╠ì├FQû┴" b"Æd§0!ã\x06º¢ÖGaÌwåÊ" b"Ç\x03\x1Fo³—÷§ò\t\x05mY+™\n" b"Ç#!l6;<_%¨,0?\x1F.…" b"ǽa,Ë‚CâZ…t<’\x04\ê" b"È\x17ÄÎF˜Cî<\x1E/ʨŸ¦ÿ" b"È•¦ý\vW›+]¶É\x18µ±>ã" b"Éj…Õ9ãÅZñÐá#Aż" b"ÉÖ…UC$SÖmîÌøUÞ+ö" b"ËIbY À›\x15\x1EdnL\x13øP" b"ËcË)g<Áx‰»®…ó\x00ü" b"Ìo¦>Ù\x0E½\vR´"@\x18w\x7FÇ" b"Ì´Þ?g9M\x08öMRˆÉ²±÷" b"ÍR\x05\x00\x151P\x7FºËÂ@\x0Es¶Ž" b"Íš\x1D@ÞÇð<>\x0E0>o™\f^" b""" ÍÔX%‰t¿1J^—\v\n ¸\x08Ú """ b""" ÎVCŠ2¾M%µ´\n 4Œ%ol """ b"Îim_©ïÉC¸~f\x12È-\x02X" b"ΗŠÛexv4£à\x19§;À×\x1E" b"Ð\x06\x1Dh2 /ñ\x00\x0E–ãµ,)E" b"Ð"O‹‚’\x0Fj4°öÊÈ\x15ü#" b""" ÑI#t\x04MJ¶\n xZy[ÿ6L """ b"Ð|ýñ³b¦\x07ì8\x1C┐Ï┐Âp" b"ÑŒhlÿ¹<ÅQÃ\x15Ú-÷" b"Ô\x02ðüÔˆw°ñ‘ÕðŽS\x02¥" b"ÔÓ´1s\x7F#y¸\x11´+U‡EÍ" b"×\x185‘\e\x0E\e\x10Â\x1DÿÑ<0†\x18" b"׫v8Õ‚âЮ\x1F\x17N¦Ü!\t" b"×È9Ì\x14ço»£0\x03¼DH\x15\x11" b"ØjtÈíÞ¦\x7F\x19±’'Qµø;" b"صL15®\x03%·ÃF€³\x00„\x05" b"ØÚ@_gÒÁÓŒìn×GO{\x02" b"Ù7O}ÒÎq‚ %\x13¤KK:\x17" b"Ù´*ŠºÕ5ç\x7Fþòlz\x18€\f" b"ÚÄ.Æ\x00\x1E<½õ]üÁÐ4p¿" b"Û\vÏ´§Àm~c\x02”?÷â\x1D." b"█\x0Fa\eFËÉo:!\x00!8$íÙ" b"ÛDL\x15Ó§^Hø%\x7F\x00S}g‰" b"ÛH\x00½Ê'‘\x195º«õ“̾ä" b"Û_\x00µù§\nS*§œ\x1Aïnô3" b"▄ÅÅ\x18OJ/T\x1D\x14\x1E╠æª\t3" b"Ü÷µEµ<dú3#\x0Fv†\x05ñ1" b"ÝF¸N\x01æF÷…¸Db?8\x116" b"ÝL†ÝuNЪœ4ŽjR·ôå" b"Ýߘ\föò‰\t«˜U]/v„\x0E" b"ÝàŽ\x08 3g"¯™\x02\x19“·g" b"Ýõ~ñÄC—©j÷™Þ\x1Fß÷v" b""" Ì\x16ì¤)\x1C(æ`r\x1F\n ýP«á """ b"ß¹™7\x14ùÝ}<ûÉG\x11“q\x03" b"à†ÈÑìËR§/M\x01‘‰#w!" b"à‘]”\x0ESYÏÒÁ#5ú[óg" b"áݱ\x01ó\x01¯0e[-™Q\x7Fpÿ" b"â\x1CuIœŸ\x00èid8À\x07M×”" b"â\x7F·ð°\vŸ ñWrrÉo\x10Ù" b"â±p%ÝÆu)}*1F>\rîF" b"âÊ3pEØ\x06e¾´l1ÏE^ä" b"Ò\x1AlØeý3\x0E\x18┤J■Í\x0F■\v" b"Ò▓òNûÛü▒¡¸Ù%á¹Ä/" b"äP8ÀC®†í\x13Â\x01\x00”_\nù" b"ç\x08§LÜ–õå§Á0.\x18ÿÚ†" b"çzhñSLÿ`ö»ä¤\x13âa\f" b"è³íŽXr³˜\rýïa=gg¢" b"èѳí7ûâ\x03F»Û¨Œ$y–" b"ÛDºòo¾t╝!ÿèüç ├╝" b"Ûd`\x0E gÉ▒╣â²#╦\x15ãº" b"ê–˜ F\x1Am뼜¦%¸áÒ¨" b"Û¬▀╬öê©6Õ¯Rúã©Ø‗" b"ì8Ó\x08ï÷sI&\x11Õ~°ð\x17â" b"ìh>HG$5wHŒà±òMÕ”" b"ýu°MÖ╣ó MI\x04ü\x04¸¯2" b"ìØY<SQ\x07à Àè{Gæã’" b"ìþP59泂¥Yüvv\x1CC8" b"í@ÙÍX\x00äÞ¾ë°f`Ö6æ" b"íLMß\x08ÖëDL&Åj“F$©" b"Ý║\x1Eü)+\x19▓B\x16ªÇ■│╚;" b"Ý´¾ÍWÍ\t©ú·\x18\x02Dì╦╦" b""" ¯ÆRóØÇJ[{]╗½\n \Ѧ """ b"îš±"¥'Q\x0F\vŒ©¾\x1FSá" b"ïY\x18_òçµÙÕô·\x05tO\x07„" b"ïø¬“´©i齋úà¿”Ã" b"ð—³ ž£Á“@‰m™c‘¸P" b"ñ\r\t߀R<„t\x1Em\x02ÎÞê¾" b"±Z{`▄▄\x15o¤üK¨|Õ§═" b"ó\x1C\x072–Ð,ª\x00mTk¡àp" b"õ¶\x08/\v´Iå¨+¡^㬽\x13" b"õÒä"ŒkGIB0k0lÕ´Š" b"°╝Bw3¿Ü úìQ1┬&®0" b"øÇÄÜ\x1Eše×\e\x08\eÞê/çÁ" b"ù7û\x07!æðü\x15b`Î:"j§" b"ù‰ú>~\fnwíîj\x08úþ?ª" b"ù—ë§±t#d¤¾-¢ˆ\x17ïr" b"ùûFø\x1D\x04?\x15L8ΨˆEÓö" b"·9 \f¢\e Øö╚IÐ,┐ôÛ" b"úQ.é\x07Pþ\x18\x19\r5\x03÷Z\x16®" b"ú´§õÑdÈ‚ï\x02\x19"Ì%Ø\x15" b"û¢È…eÜë\x04w¼æ9€\x07¦‘" b"û³`løŽ‚&ض<\x1Dé}\x0Fq" b"³xtñÝÆ┬8^Éû\x1Fä2Û¸" b"þ\x03I9Íå\x17Ú%‹›æì-èÙ" b"■\x107┤─üû°àƒ\x12\x13dxq$" b"þ‘‰uºpÕYÓ‹lóà1Rä" b"þêž!\x10þ¡]t4úw\x13&Š|" ] |
||||||||||||||||||||||||
| 24 | 0.12 ms |
# app-scripts::refresh::read 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`.`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`.`write_access` as `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" true ] |
||||||||||||||||||||||||
| 25 | 0.06 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS scriptName, `script`.`script` AS script, `script`.`hook` AS hook, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, `app`.`version` AS appVersion, `script`.`active` AS active FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` != 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 26 | 0.05 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS name, `script`.`script` AS script, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` = 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 27 | 0.07 ms |
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id` WHERE ((`country.salesChannels`.`id` = ?)) AND (`country`.`id` IN (?)) GROUP BY `country`.`id`
Parameters:
[
b"""
VDLgæœFï¼\x12*\n
2¼»°
"""
b"Z:#~alF]×═─■&\x1Eì▒"
]
|
||||||||||||||||||||||||
| 28 | 0.09 ms |
# app-scripts::refresh::read 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`.`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`.`write_access` as `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" true ] |
||||||||||||||||||||||||
| 29 | 0.06 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS scriptName, `script`.`script` AS script, `script`.`hook` AS hook, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, `app`.`version` AS appVersion, `script`.`active` AS active FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` != 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 30 | 0.06 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS name, `script`.`script` AS script, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` = 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 31 | 0.31 ms |
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?)) GROUP BY `product`.`id`
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" 10 b""" VDLgæœFï¼\x12*\n 2¼»° """ true b"[] \x07\x01ý6¾×`\x7F-Ž5Ò" ] |
||||||||||||||||||||||||
| 32 | 5.78 ms |
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`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`, `product`.`stock` as `product.stock`, 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_stock` as `product.availableStock`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `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.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `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.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"[] \x07\x01ý6¾×`\x7F-Ž5Ò" ] |
||||||||||||||||||||||||
| 33 | 0.10 ms |
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[] |
||||||||||||||||||||||||
| 34 | 1.45 ms |
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"[] \x07\x01ý6¾×`\x7F-Ž5Ò" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 35 | 0.12 ms |
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"""
VDLgæœFï¼\x12*\n
2¼»°
"""
]
|
||||||||||||||||||||||||
| 36 | 0.10 ms |
# product-price-calculator::units::read SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, COALESCE(`unit.translation.shortCode`,`unit.translation.shortCode`) as `unit.shortCode`, `unit.translation.name`, COALESCE(`unit.translation.name`,`unit.translation.name`) as `unit.name`, `unit.translation.customFields`, COALESCE(`unit.translation.customFields`,`unit.translation.customFields`) as `unit.customFields`, `unit.translation.createdAt`, `unit.translation.updatedAt`, `unit.translation.unitId`, `unit.translation.languageId` FROM `unit` LEFT JOIN (SELECT `unit.translation`.unit_id, `unit.translation`.short_code as `unit.translation.shortCode`, `unit.translation`.name as `unit.translation.name`, `unit.translation`.custom_fields as `unit.translation.customFields`, `unit.translation`.created_at as `unit.translation.createdAt`, `unit.translation`.updated_at as `unit.translation.updatedAt`, `unit.translation`.unit_id as `unit.translation.unitId`, `unit.translation`.language_id as `unit.translation.languageId` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.language_id = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
b"/»_ââšMpªXTÎ|ãâ\v"
]
|
||||||||||||||||||||||||
| 37 | 0.12 ms |
# app-scripts::refresh::read 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`.`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`.`write_access` as `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" true ] |
||||||||||||||||||||||||
| 38 | 0.09 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS scriptName, `script`.`script` AS script, `script`.`hook` AS hook, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, `app`.`version` AS appVersion, `script`.`active` AS active FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` != 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 39 | 0.09 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS name, `script`.`script` AS script, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` = 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 40 | 0.37 ms |
# product-detail-route::find-best-variant::search-ids SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) ORDER BY IFNULL((ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100), (ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)) ASC, `product`.`available` ASC LIMIT 1
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"[] \x07\x01ý6¾×`\x7F-Ž5Ò" 10 b""" VDLgæœFï¼\x12*\n 2¼»° """ true ] |
||||||||||||||||||||||||
| 41 | 0.21 ms |
# product-detail-route::search-ids SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?)) GROUP BY `product`.`id`
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" 10 b""" VDLgæœFï¼\x12*\n 2¼»° """ true b"[] \x07\x01ý6¾×`\x7F-Ž5Ò" ] |
||||||||||||||||||||||||
| 42 | 2.36 ms |
# product-detail-route::read SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`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`, `product`.`stock` as `product.stock`, 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_stock` as `product.availableStock`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `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.media`.`id` as `product.manufacturer.media.id`, `product.manufacturer.media`.`user_id` as `product.manufacturer.media.userId`, `product.manufacturer.media`.`media_folder_id` as `product.manufacturer.media.mediaFolderId`, `product.manufacturer.media`.`mime_type` as `product.manufacturer.media.mimeType`, `product.manufacturer.media`.`file_extension` as `product.manufacturer.media.fileExtension`, `product.manufacturer.media`.`uploaded_at` as `product.manufacturer.media.uploadedAt`, `product.manufacturer.media`.`file_name` as `product.manufacturer.media.fileName`, `product.manufacturer.media`.`file_size` as `product.manufacturer.media.fileSize`, `product.manufacturer.media`.`media_type` as `product.manufacturer.media.mediaTypeRaw`, `product.manufacturer.media`.`meta_data` as `product.manufacturer.media.metaData`, `product.manufacturer.media`.`private` as `product.manufacturer.media.private`, `product.manufacturer.media`.`thumbnails_ro` as `product.manufacturer.media.thumbnailsRo`, `product.manufacturer.media`.`created_at` as `product.manufacturer.media.createdAt`, `product.manufacturer.media`.`updated_at` as `product.manufacturer.media.updatedAt`, `product.manufacturer.media.translation.title`, COALESCE(`product.manufacturer.media.translation.title`,`product.manufacturer.media.translation.title`) as `product.manufacturer.media.title`, `product.manufacturer.media.translation.alt`, COALESCE(`product.manufacturer.media.translation.alt`,`product.manufacturer.media.translation.alt`) as `product.manufacturer.media.alt`, `product.manufacturer.media.translation.customFields`, COALESCE(`product.manufacturer.media.translation.customFields`,`product.manufacturer.media.translation.customFields`) as `product.manufacturer.media.customFields`, `product.manufacturer.media.translation.createdAt`, `product.manufacturer.media.translation.updatedAt`, `product.manufacturer.media.translation.mediaId`, `product.manufacturer.media.translation.languageId`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.productManufacturerVersionId`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||') FROM `product_option` `product.options.mapping` WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, (SELECT GROUP_CONCAT(HEX(`product.properties.mapping`.`property_group_option_id`) SEPARATOR '||') FROM `product_property` `product.properties.mapping` WHERE `product.properties.mapping`.`product_id` = `product`.`properties` ) as `product.properties.id_mapping`, (SELECT GROUP_CONCAT(HEX(`product.categories.mapping`.`category_id`) SEPARATOR '||') FROM `product_category` `product.categories.mapping` WHERE `product.categories.mapping`.`product_id` = `product`.`categories` AND `product.categories.mapping`.product_version_id = `product`.version_id ) as `product.categories.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.product_manufacturer_id, `product.manufacturer.translation`.product_manufacturer_version_id, `product.manufacturer.translation`.name as `product.manufacturer.translation.name`, `product.manufacturer.translation`.description as `product.manufacturer.translation.description`, `product.manufacturer.translation`.custom_fields as `product.manufacturer.translation.customFields`, `product.manufacturer.translation`.created_at as `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at as `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id as `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id as `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.language_id = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product.manufacturer`.version_id LEFT JOIN `media` `product.manufacturer.media` ON `product.manufacturer`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.manufacturer.media.translation`.media_id, `product.manufacturer.media.translation`.title as `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation`.alt as `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation`.custom_fields as `product.manufacturer.media.translation.customFields`, `product.manufacturer.media.translation`.created_at as `product.manufacturer.media.translation.createdAt`, `product.manufacturer.media.translation`.updated_at as `product.manufacturer.media.translation.updatedAt`, `product.manufacturer.media.translation`.media_id as `product.manufacturer.media.translation.mediaId`, `product.manufacturer.media.translation`.language_id as `product.manufacturer.media.translation.languageId` FROM `media_translation` `product.manufacturer.media.translation` WHERE `product.manufacturer.media.translation`.language_id = ?) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"[] \x07\x01ý6¾×`\x7F-Ž5Ò" ] |
||||||||||||||||||||||||
| 43 | 1.14 ms |
# product-detail-route::association::properties::read SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b""" \n ¨ûæO|9;¡\x1E“r(uã """ b"\vò\x1FHÃÍ7Þ’6hé\x00¬b§" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1C47£E¾2x”X&\x057‡¡÷" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Y¥ð:bt5 íõ´8¤láÅ" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"}ÑHWô╣6ôü¯D9xâói" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"Žà¦ðÊÓ>Þ‡Ö¸êXÂÂ]" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"½g«qÈÍ<í¡\vì<îë$Ê" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"▓hC╬Ò«8ûøö:~lÉׯ" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"╔ɰ[«^<ÇÄZ CPfÇı" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"ÏŠ)ÿ]Ù8#¤ê§x]¿ƒ" b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"ÕN}°Lò;Èš\x11ÖS\x15õVæ" b"ı─7¦a¦9ô└ÉÌ\x101´ê" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ý-‗├¨c9+ùNWìçÿ▀S" b"±¿Y┤O6þت┌.éÎÉ╔" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"°█Q\x07PÉ<╬ö\f'\fx Ýo" b"³+u2OQ6¨üîlj" 'c" ] |
||||||||||||||||||||||||
| 44 | 0.60 ms |
# product-detail-route::association::mainCategories::read SELECT `main_category`.`id` as `main_category.id`, `main_category`.`product_id` as `main_category.productId`, `main_category`.`product_version_id` as `main_category.productVersionId`, `main_category`.`category_id` as `main_category.categoryId`, `main_category`.`category_version_id` as `main_category.categoryVersionId`, `main_category`.`sales_channel_id` as `main_category.salesChannelId`, `main_category`.`created_at` as `main_category.createdAt`, `main_category`.`updated_at` as `main_category.updatedAt`, `main_category.category`.`id` as `main_category.category.id`, `main_category.category`.`version_id` as `main_category.category.versionId`, `main_category.category`.`parent_id` as `main_category.category.parentId`, `main_category.category`.`parent_version_id` as `main_category.category.parentVersionId`, `main_category.category`.`after_category_id` as `main_category.category.afterCategoryId`, `main_category.category`.`after_category_version_id` as `main_category.category.afterCategoryVersionId`, `main_category.category`.`media_id` as `main_category.category.mediaId`, `main_category.category`.`display_nested_products` as `main_category.category.displayNestedProducts`, `main_category.category`.`auto_increment` as `main_category.category.autoIncrement`, `main_category.category`.`level` as `main_category.category.level`, `main_category.category`.`path` as `main_category.category.path`, `main_category.category`.`child_count` as `main_category.category.childCount`, `main_category.category`.`type` as `main_category.category.type`, `main_category.category`.`product_assignment_type` as `main_category.category.productAssignmentType`, `main_category.category`.`visible` as `main_category.category.visible`, `main_category.category`.`active` as `main_category.category.active`, `main_category.category`.`cms_page_id` as `main_category.category.cmsPageId`, `main_category.category`.`cms_page_version_id` as `main_category.category.cmsPageVersionId`, `main_category.category`.`product_stream_id` as `main_category.category.productStreamId`, `main_category.category`.`custom_entity_type_id` as `main_category.category.customEntityTypeId`, `main_category.category`.`created_at` as `main_category.category.createdAt`, `main_category.category`.`updated_at` as `main_category.category.updatedAt`, `main_category.category.translation.name`, COALESCE(`main_category.category.translation.name`,`main_category.category.translation.name`) as `main_category.category.name`, `main_category.category.translation.breadcrumb`, COALESCE(`main_category.category.translation.breadcrumb`,`main_category.category.translation.breadcrumb`) as `main_category.category.breadcrumb`, `main_category.category.translation.slotConfig`, COALESCE(`main_category.category.translation.slotConfig`,`main_category.category.translation.slotConfig`) as `main_category.category.slotConfig`, `main_category.category.translation.linkType`, COALESCE(`main_category.category.translation.linkType`,`main_category.category.translation.linkType`) as `main_category.category.linkType`, `main_category.category.translation.internalLink`, COALESCE(`main_category.category.translation.internalLink`,`main_category.category.translation.internalLink`) as `main_category.category.internalLink`, `main_category.category.translation.externalLink`, COALESCE(`main_category.category.translation.externalLink`,`main_category.category.translation.externalLink`) as `main_category.category.externalLink`, `main_category.category.translation.linkNewTab`, COALESCE(`main_category.category.translation.linkNewTab`,`main_category.category.translation.linkNewTab`) as `main_category.category.linkNewTab`, `main_category.category.translation.description`, COALESCE(`main_category.category.translation.description`,`main_category.category.translation.description`) as `main_category.category.description`, `main_category.category.translation.metaTitle`, COALESCE(`main_category.category.translation.metaTitle`,`main_category.category.translation.metaTitle`) as `main_category.category.metaTitle`, `main_category.category.translation.metaDescription`, COALESCE(`main_category.category.translation.metaDescription`,`main_category.category.translation.metaDescription`) as `main_category.category.metaDescription`, `main_category.category.translation.keywords`, COALESCE(`main_category.category.translation.keywords`,`main_category.category.translation.keywords`) as `main_category.category.keywords`, `main_category.category.translation.customFields`, COALESCE(`main_category.category.translation.customFields`,`main_category.category.translation.customFields`) as `main_category.category.customFields`, `main_category.category.translation.createdAt`, `main_category.category.translation.updatedAt`, `main_category.category.translation.categoryId`, `main_category.category.translation.languageId`, `main_category.category.translation.categoryVersionId` FROM `main_category` LEFT JOIN `category` `main_category.category` ON `main_category`.`category_id` = `main_category.category`.`id` AND `main_category`.`category_version_id` = `main_category.category`.`version_id` LEFT JOIN (SELECT `main_category.category.translation`.category_id, `main_category.category.translation`.category_version_id, `main_category.category.translation`.name as `main_category.category.translation.name`, `main_category.category.translation`.breadcrumb as `main_category.category.translation.breadcrumb`, `main_category.category.translation`.slot_config as `main_category.category.translation.slotConfig`, `main_category.category.translation`.link_type as `main_category.category.translation.linkType`, `main_category.category.translation`.internal_link as `main_category.category.translation.internalLink`, `main_category.category.translation`.external_link as `main_category.category.translation.externalLink`, `main_category.category.translation`.link_new_tab as `main_category.category.translation.linkNewTab`, `main_category.category.translation`.description as `main_category.category.translation.description`, `main_category.category.translation`.meta_title as `main_category.category.translation.metaTitle`, `main_category.category.translation`.meta_description as `main_category.category.translation.metaDescription`, `main_category.category.translation`.keywords as `main_category.category.translation.keywords`, `main_category.category.translation`.custom_fields as `main_category.category.translation.customFields`, `main_category.category.translation`.created_at as `main_category.category.translation.createdAt`, `main_category.category.translation`.updated_at as `main_category.category.translation.updatedAt`, `main_category.category.translation`.category_id as `main_category.category.translation.categoryId`, `main_category.category.translation`.language_id as `main_category.category.translation.languageId`, `main_category.category.translation`.category_version_id as `main_category.category.translation.categoryVersionId` FROM `category_translation` `main_category.category.translation` WHERE `main_category.category.translation`.language_id = ?) `main_category.category.category_translation` ON `main_category.category.category_translation`.`category_id` = `main_category.category`.`id` AND `main_category.category.category_translation`.category_version_id = `main_category.category`.version_id WHERE (`main_category`.`sales_channel_id` = ? AND `main_category`.`product_id` IN (?, ?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ b"[] \x07\x01ý6¾×`\x7F-Ž5Ò" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 45 | 0.40 ms |
# product-detail-route::association::media::read SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, COALESCE(`product_media.media.translation.title`,`product_media.media.translation.title`) as `product_media.media.title`, `product_media.media.translation.alt`, COALESCE(`product_media.media.translation.alt`,`product_media.media.translation.alt`) as `product_media.media.alt`, `product_media.media.translation.customFields`, COALESCE(`product_media.media.translation.customFields`,`product_media.media.translation.customFields`) as `product_media.media.customFields`, `product_media.media.translation.createdAt`, `product_media.media.translation.updatedAt`, `product_media.media.translation.mediaId`, `product_media.media.translation.languageId`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.media_id, `product_media.media.translation`.title as `product_media.media.translation.title`, `product_media.media.translation`.alt as `product_media.media.translation.alt`, `product_media.media.translation`.custom_fields as `product_media.media.translation.customFields`, `product_media.media.translation`.created_at as `product_media.media.translation.createdAt`, `product_media.media.translation`.updated_at as `product_media.media.translation.updatedAt`, `product_media.media.translation`.media_id as `product_media.media.translation.mediaId`, `product_media.media.translation`.language_id as `product_media.media.translation.languageId` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.language_id = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?, ?)))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"[] \x07\x01ý6¾×`\x7F-Ž5Ò" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 46 | 0.48 ms |
# product-detail-route::association::categories::read SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b""" v\x1EH@È\x174\x1EŠÔ\n =ˆ1þ¡ """ b"Â\x11\x05À\x05D2Äp I\x1EdäÒ" b"ÏÞIF·Þ1³ƒ'œÜý]ÂY" b"Ö\x18\x10\x12úÕ<©´¿ú?\x0EÝGt" ] |
||||||||||||||||||||||||
| 47 | 0.21 ms |
# product-detail-route::association::prices::read SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?)))
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"[] \x07\x01ý6¾×`\x7F-Ž5Ò" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 48 | 0.12 ms |
# app-scripts::refresh::read 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`.`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`.`write_access` as `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" true ] |
||||||||||||||||||||||||
| 49 | 0.09 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS scriptName, `script`.`script` AS script, `script`.`hook` AS hook, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, `app`.`version` AS appVersion, `script`.`active` AS active FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` != 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 50 | 0.09 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS name, `script`.`script` AS script, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` = 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 51 | 0.23 ms |
# breadcrumb-builder::main-category::search-ids SELECT `category`.`id`, `category`.`auto_increment` FROM `category` LEFT JOIN `main_category` `category.mainCategories` ON `category`.`id` = `category.mainCategories`.`category_id` AND `category`.version_id = `category.mainCategories`.category_version_id WHERE (`category`.`version_id` = ?) AND (((`category.mainCategories`.`product_id` = ? AND `category.mainCategories`.`sales_channel_id` = ? AND (`category`.`path` LIKE ?)))) LIMIT 1
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" b""" VDLgæœFï¼\x12*\n 2¼»° """ "%|b354c5c506a04847b4fe9fee984deaea|%" ] |
||||||||||||||||||||||||
| 52 | 0.20 ms |
# breadcrumb-builder::search-ids SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`active` = ? AND (`category`.`path` LIKE ?))) AND (`category`.`id` IN (?, ?, ?, ?)) LIMIT 1
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" true "%|b354c5c506a04847b4fe9fee984deaea|%" b""" v\x1EH@È\x174\x1EŠÔ\n =ˆ1þ¡ """ b"Â\x11\x05À\x05D2Äp I\x1EdäÒ" b"ÏÞIF·Þ1³ƒ'œÜý]ÂY" b"Ö\x18\x10\x12úÕ<©´¿ú?\x0EÝGt" ] |
||||||||||||||||||||||||
| 53 | 0.12 ms |
# breadcrumb-builder::read SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b""" v\x1EH@È\x174\x1EŠÔ\n =ˆ1þ¡ """ ] |
||||||||||||||||||||||||
| 54 | 0.94 ms |
SELECT `product_configurator_setting`.`id` as `product_configurator_setting.id`, `product_configurator_setting`.`version_id` as `product_configurator_setting.versionId`, `product_configurator_setting`.`product_id` as `product_configurator_setting.productId`, `product_configurator_setting`.`product_version_id` as `product_configurator_setting.productVersionId`, `product_configurator_setting`.`media_id` as `product_configurator_setting.mediaId`, `product_configurator_setting`.`property_group_option_id` as `product_configurator_setting.optionId`, `product_configurator_setting`.`price` as `product_configurator_setting.price`, `product_configurator_setting`.`position` as `product_configurator_setting.position`, `product_configurator_setting`.`custom_fields` as `product_configurator_setting.customFields`, `product_configurator_setting`.`created_at` as `product_configurator_setting.createdAt`, `product_configurator_setting`.`updated_at` as `product_configurator_setting.updatedAt`, `product_configurator_setting.option`.`id` as `product_configurator_setting.option.id`, `product_configurator_setting.option`.`property_group_id` as `product_configurator_setting.option.groupId`, `product_configurator_setting.option`.`color_hex_code` as `product_configurator_setting.option.colorHexCode`, `product_configurator_setting.option`.`media_id` as `product_configurator_setting.option.mediaId`, `product_configurator_setting.option`.`created_at` as `product_configurator_setting.option.createdAt`, `product_configurator_setting.option`.`updated_at` as `product_configurator_setting.option.updatedAt`, `product_configurator_setting.option.group`.`id` as `product_configurator_setting.option.group.id`, `product_configurator_setting.option.group`.`display_type` as `product_configurator_setting.option.group.displayType`, `product_configurator_setting.option.group`.`sorting_type` as `product_configurator_setting.option.group.sortingType`, `product_configurator_setting.option.group`.`filterable` as `product_configurator_setting.option.group.filterable`, `product_configurator_setting.option.group`.`visible_on_product_detail_page` as `product_configurator_setting.option.group.visibleOnProductDetailPage`, `product_configurator_setting.option.group`.`created_at` as `product_configurator_setting.option.group.createdAt`, `product_configurator_setting.option.group`.`updated_at` as `product_configurator_setting.option.group.updatedAt`, `product_configurator_setting.option.group.translation.name`, COALESCE(`product_configurator_setting.option.group.translation.name`,`product_configurator_setting.option.group.translation.name`) as `product_configurator_setting.option.group.name`, `product_configurator_setting.option.group.translation.description`, COALESCE(`product_configurator_setting.option.group.translation.description`,`product_configurator_setting.option.group.translation.description`) as `product_configurator_setting.option.group.description`, `product_configurator_setting.option.group.translation.position`, COALESCE(`product_configurator_setting.option.group.translation.position`,`product_configurator_setting.option.group.translation.position`) as `product_configurator_setting.option.group.position`, `product_configurator_setting.option.group.translation.customFields`, COALESCE(`product_configurator_setting.option.group.translation.customFields`,`product_configurator_setting.option.group.translation.customFields`) as `product_configurator_setting.option.group.customFields`, `product_configurator_setting.option.group.translation.createdAt`, `product_configurator_setting.option.group.translation.updatedAt`, `product_configurator_setting.option.group.translation.propertyGroupId`, `product_configurator_setting.option.group.translation.languageId`, `product_configurator_setting.option.media`.`id` as `product_configurator_setting.option.media.id`, `product_configurator_setting.option.media`.`user_id` as `product_configurator_setting.option.media.userId`, `product_configurator_setting.option.media`.`media_folder_id` as `product_configurator_setting.option.media.mediaFolderId`, `product_configurator_setting.option.media`.`mime_type` as `product_configurator_setting.option.media.mimeType`, `product_configurator_setting.option.media`.`file_extension` as `product_configurator_setting.option.media.fileExtension`, `product_configurator_setting.option.media`.`uploaded_at` as `product_configurator_setting.option.media.uploadedAt`, `product_configurator_setting.option.media`.`file_name` as `product_configurator_setting.option.media.fileName`, `product_configurator_setting.option.media`.`file_size` as `product_configurator_setting.option.media.fileSize`, `product_configurator_setting.option.media`.`media_type` as `product_configurator_setting.option.media.mediaTypeRaw`, `product_configurator_setting.option.media`.`meta_data` as `product_configurator_setting.option.media.metaData`, `product_configurator_setting.option.media`.`private` as `product_configurator_setting.option.media.private`, `product_configurator_setting.option.media`.`thumbnails_ro` as `product_configurator_setting.option.media.thumbnailsRo`, `product_configurator_setting.option.media`.`created_at` as `product_configurator_setting.option.media.createdAt`, `product_configurator_setting.option.media`.`updated_at` as `product_configurator_setting.option.media.updatedAt`, `product_configurator_setting.option.media.translation.title`, COALESCE(`product_configurator_setting.option.media.translation.title`,`product_configurator_setting.option.media.translation.title`) as `product_configurator_setting.option.media.title`, `product_configurator_setting.option.media.translation.alt`, COALESCE(`product_configurator_setting.option.media.translation.alt`,`product_configurator_setting.option.media.translation.alt`) as `product_configurator_setting.option.media.alt`, `product_configurator_setting.option.media.translation.customFields`, COALESCE(`product_configurator_setting.option.media.translation.customFields`,`product_configurator_setting.option.media.translation.customFields`) as `product_configurator_setting.option.media.customFields`, `product_configurator_setting.option.media.translation.createdAt`, `product_configurator_setting.option.media.translation.updatedAt`, `product_configurator_setting.option.media.translation.mediaId`, `product_configurator_setting.option.media.translation.languageId`, `product_configurator_setting.option.translation.name`, COALESCE(`product_configurator_setting.option.translation.name`,`product_configurator_setting.option.translation.name`) as `product_configurator_setting.option.name`, `product_configurator_setting.option.translation.position`, COALESCE(`product_configurator_setting.option.translation.position`,`product_configurator_setting.option.translation.position`) as `product_configurator_setting.option.position`, `product_configurator_setting.option.translation.customFields`, COALESCE(`product_configurator_setting.option.translation.customFields`,`product_configurator_setting.option.translation.customFields`) as `product_configurator_setting.option.customFields`, `product_configurator_setting.option.translation.createdAt`, `product_configurator_setting.option.translation.updatedAt`, `product_configurator_setting.option.translation.propertyGroupOptionId`, `product_configurator_setting.option.translation.languageId`, `product_configurator_setting.media`.`id` as `product_configurator_setting.media.id`, `product_configurator_setting.media`.`user_id` as `product_configurator_setting.media.userId`, `product_configurator_setting.media`.`media_folder_id` as `product_configurator_setting.media.mediaFolderId`, `product_configurator_setting.media`.`mime_type` as `product_configurator_setting.media.mimeType`, `product_configurator_setting.media`.`file_extension` as `product_configurator_setting.media.fileExtension`, `product_configurator_setting.media`.`uploaded_at` as `product_configurator_setting.media.uploadedAt`, `product_configurator_setting.media`.`file_name` as `product_configurator_setting.media.fileName`, `product_configurator_setting.media`.`file_size` as `product_configurator_setting.media.fileSize`, `product_configurator_setting.media`.`media_type` as `product_configurator_setting.media.mediaTypeRaw`, `product_configurator_setting.media`.`meta_data` as `product_configurator_setting.media.metaData`, `product_configurator_setting.media`.`private` as `product_configurator_setting.media.private`, `product_configurator_setting.media`.`thumbnails_ro` as `product_configurator_setting.media.thumbnailsRo`, `product_configurator_setting.media`.`created_at` as `product_configurator_setting.media.createdAt`, `product_configurator_setting.media`.`updated_at` as `product_configurator_setting.media.updatedAt`, `product_configurator_setting.media.translation.title`, COALESCE(`product_configurator_setting.media.translation.title`,`product_configurator_setting.media.translation.title`) as `product_configurator_setting.media.title`, `product_configurator_setting.media.translation.alt`, COALESCE(`product_configurator_setting.media.translation.alt`,`product_configurator_setting.media.translation.alt`) as `product_configurator_setting.media.alt`, `product_configurator_setting.media.translation.customFields`, COALESCE(`product_configurator_setting.media.translation.customFields`,`product_configurator_setting.media.translation.customFields`) as `product_configurator_setting.media.customFields`, `product_configurator_setting.media.translation.createdAt`, `product_configurator_setting.media.translation.updatedAt`, `product_configurator_setting.media.translation.mediaId`, `product_configurator_setting.media.translation.languageId` FROM `product_configurator_setting` LEFT JOIN `property_group_option` `product_configurator_setting.option` ON `product_configurator_setting`.`property_group_option_id` = `product_configurator_setting.option`.`id` LEFT JOIN `media` `product_configurator_setting.media` ON `product_configurator_setting`.`media_id` = `product_configurator_setting.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.translation`.property_group_option_id, `product_configurator_setting.option.translation`.name as `product_configurator_setting.option.translation.name`, `product_configurator_setting.option.translation`.position as `product_configurator_setting.option.translation.position`, `product_configurator_setting.option.translation`.custom_fields as `product_configurator_setting.option.translation.customFields`, `product_configurator_setting.option.translation`.created_at as `product_configurator_setting.option.translation.createdAt`, `product_configurator_setting.option.translation`.updated_at as `product_configurator_setting.option.translation.updatedAt`, `product_configurator_setting.option.translation`.property_group_option_id as `product_configurator_setting.option.translation.propertyGroupOptionId`, `product_configurator_setting.option.translation`.language_id as `product_configurator_setting.option.translation.languageId` FROM `property_group_option_translation` `product_configurator_setting.option.translation` WHERE `product_configurator_setting.option.translation`.language_id = ?) `product_configurator_setting.option.property_group_option_translation` ON `product_configurator_setting.option.property_group_option_translation`.`property_group_option_id` = `product_configurator_setting.option`.`id` LEFT JOIN `property_group` `product_configurator_setting.option.group` ON `product_configurator_setting.option`.`property_group_id` = `product_configurator_setting.option.group`.`id` LEFT JOIN `media` `product_configurator_setting.option.media` ON `product_configurator_setting.option`.`media_id` = `product_configurator_setting.option.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.group.translation`.property_group_id, `product_configurator_setting.option.group.translation`.name as `product_configurator_setting.option.group.translation.name`, `product_configurator_setting.option.group.translation`.description as `product_configurator_setting.option.group.translation.description`, `product_configurator_setting.option.group.translation`.position as `product_configurator_setting.option.group.translation.position`, `product_configurator_setting.option.group.translation`.custom_fields as `product_configurator_setting.option.group.translation.customFields`, `product_configurator_setting.option.group.translation`.created_at as `product_configurator_setting.option.group.translation.createdAt`, `product_configurator_setting.option.group.translation`.updated_at as `product_configurator_setting.option.group.translation.updatedAt`, `product_configurator_setting.option.group.translation`.property_group_id as `product_configurator_setting.option.group.translation.propertyGroupId`, `product_configurator_setting.option.group.translation`.language_id as `product_configurator_setting.option.group.translation.languageId` FROM `property_group_translation` `product_configurator_setting.option.group.translation` WHERE `product_configurator_setting.option.group.translation`.language_id = ?) `product_configurator_setting.option.group.property_group_translation` ON `product_configurator_setting.option.group.property_group_translation`.`property_group_id` = `product_configurator_setting.option.group`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.media.translation`.media_id, `product_configurator_setting.option.media.translation`.title as `product_configurator_setting.option.media.translation.title`, `product_configurator_setting.option.media.translation`.alt as `product_configurator_setting.option.media.translation.alt`, `product_configurator_setting.option.media.translation`.custom_fields as `product_configurator_setting.option.media.translation.customFields`, `product_configurator_setting.option.media.translation`.created_at as `product_configurator_setting.option.media.translation.createdAt`, `product_configurator_setting.option.media.translation`.updated_at as `product_configurator_setting.option.media.translation.updatedAt`, `product_configurator_setting.option.media.translation`.media_id as `product_configurator_setting.option.media.translation.mediaId`, `product_configurator_setting.option.media.translation`.language_id as `product_configurator_setting.option.media.translation.languageId` FROM `media_translation` `product_configurator_setting.option.media.translation` WHERE `product_configurator_setting.option.media.translation`.language_id = ?) `product_configurator_setting.option.media.media_translation` ON `product_configurator_setting.option.media.media_translation`.`media_id` = `product_configurator_setting.option.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.media.translation`.media_id, `product_configurator_setting.media.translation`.title as `product_configurator_setting.media.translation.title`, `product_configurator_setting.media.translation`.alt as `product_configurator_setting.media.translation.alt`, `product_configurator_setting.media.translation`.custom_fields as `product_configurator_setting.media.translation.customFields`, `product_configurator_setting.media.translation`.created_at as `product_configurator_setting.media.translation.createdAt`, `product_configurator_setting.media.translation`.updated_at as `product_configurator_setting.media.translation.updatedAt`, `product_configurator_setting.media.translation`.media_id as `product_configurator_setting.media.translation.mediaId`, `product_configurator_setting.media.translation`.language_id as `product_configurator_setting.media.translation.languageId` FROM `media_translation` `product_configurator_setting.media.translation` WHERE `product_configurator_setting.media.translation`.language_id = ?) `product_configurator_setting.media.media_translation` ON `product_configurator_setting.media.media_translation`.`media_id` = `product_configurator_setting.media`.`id` WHERE (`product_configurator_setting`.`version_id` = ?) AND ((`product_configurator_setting`.`product_id` = ?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 55 | 0.43 ms |
SELECT LOWER(HEX(product.id)), product.option_ids as options, product.product_number as productNumber, product.available FROM product LEFT JOIN product parent ON product.parent_id = parent.id INNER JOIN product_visibility visibilities ON product.visibilities = visibilities.product_id WHERE (product.parent_id = ?) AND (product.version_id = ?) AND (IFNULL(product.active, parent.active) = ?) AND (product.option_ids IS NOT NULL) AND (visibilities.sales_channel_id = ?)
Parameters:
[ b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" b"\x0F©\x1CãéjK¾KÙÎu,4%" true b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 56 | 0.11 ms |
# header::languages::search-ids 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"""
VDLgæœFï¼\x12*\n
2¼»°
"""
b"""
VDLgæœFï¼\x12*\n
2¼»°
"""
]
|
||||||||||||||||||||||||
| 57 | 0.11 ms |
# header::languages::read 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`, COALESCE(`language.translationCode.translation.name`,`language.translationCode.translation.name`) as `language.translationCode.name`, `language.translationCode.translation.territory`, COALESCE(`language.translationCode.translation.territory`,`language.translationCode.translation.territory`) as `language.translationCode.territory`, `language.translationCode.translation.customFields`, COALESCE(`language.translationCode.translation.customFields`,`language.translationCode.translation.customFields`) as `language.translationCode.customFields`, `language.translationCode.translation.createdAt`, `language.translationCode.translation.updatedAt`, `language.translationCode.translation.localeId`, `language.translationCode.translation.languageId` 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`, `language.translationCode.translation`.created_at as `language.translationCode.translation.createdAt`, `language.translationCode.translation`.updated_at as `language.translationCode.translation.updatedAt`, `language.translationCode.translation`.locale_id as `language.translationCode.translation.localeId`, `language.translationCode.translation`.language_id as `language.translationCode.translation.languageId` 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" b";6\x1DÐcrKõéÂÌ\x06"ÅV5" ] |
||||||||||||||||||||||||
| 58 | 0.10 ms |
# navigation-route::meta-information SELECT LOWER(HEX(`id`)), `path`, `level` FROM `category` WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[ b"³TÅÅ\x06 HG´þŸî˜Mêê" b"³TÅÅ\x06 HG´þŸî˜Mêê" b"³TÅÅ\x06 HG´þŸî˜Mêê" ] |
||||||||||||||||||||||||
| 59 | 0.23 ms |
# header::navigation::read SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" "%|b354c5c506a04847b4fe9fee984deaea|%" 1 5 ] |
||||||||||||||||||||||||
| 60 | 0.12 ms |
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" "%|b354c5c506a04847b4fe9fee984deaea|%" 5 true true ] |
||||||||||||||||||||||||
| 61 | 0.11 ms |
# header::navigation::read SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"³TÅÅ\x06 HG´þŸî˜Mêê" ] |
||||||||||||||||||||||||
| 62 | 0.08 ms |
# header::currencies::search-ids 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"""
VDLgæœFï¼\x12*\n
2¼»°
"""
]
|
||||||||||||||||||||||||
| 63 | 0.07 ms |
# header::currencies::read SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ" ] |
||||||||||||||||||||||||
| 64 | 0.07 ms |
# generic-page::shipping-methods::search-ids 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`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` 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""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 65 | 0.10 ms |
# generic-page::shipping-methods::read 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`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `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`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `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`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` 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 `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`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`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` 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`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId` 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"3ðåh╗ÎD¨üVD¥\x18Mä╦" ] |
||||||||||||||||||||||||
| 66 | 0.08 ms |
# app-scripts::refresh::read 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`.`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`.`write_access` as `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" true ] |
||||||||||||||||||||||||
| 67 | 0.06 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS scriptName, `script`.`script` AS script, `script`.`hook` AS hook, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, `app`.`version` AS appVersion, `script`.`active` AS active FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` != 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 68 | 0.06 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS name, `script`.`script` AS script, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` = 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 69 | 0.06 ms |
# generic-page::payment-methods::search-ids 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""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 70 | 0.10 ms |
# generic-page::payment-methods::read 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`.`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`.`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`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `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`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` 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"\x06@>Û©\x10IB£‰ÄùŠ\x00bÅ" ] |
||||||||||||||||||||||||
| 71 | 0.08 ms |
# app-scripts::refresh::read 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`.`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`.`write_access` as `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" true ] |
||||||||||||||||||||||||
| 72 | 0.06 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS scriptName, `script`.`script` AS script, `script`.`hook` AS hook, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, `app`.`version` AS appVersion, `script`.`active` AS active FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` != 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 73 | 0.05 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS name, `script`.`script` AS script, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` = 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 74 | 0.30 ms |
# product-review-route::aggregation::customer-login-filter SELECT `product_review`.`points` as `ratingMatrix.key`, COUNT(`product_review`.`id`) as `ratingMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE ((((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) AND (((`product_review`.`status` = ?))) GROUP BY `product_review`.`points`
Parameters:
[ true b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" true ] |
||||||||||||||||||||||||
| 75 | 0.21 ms |
# product-review-route::search-ids SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?))) ORDER BY `product_review`.`created_at` DESC LIMIT 10
Parameters:
[ true b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 76 | 0.20 ms |
SELECT COUNT(*) FROM (# product-review-route::search-ids SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) total
Parameters:
[ true b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 77 | 0.23 ms |
# product-cross-selling-route::search-ids SELECT `product_cross_selling`.`id` FROM `product_cross_selling` LEFT JOIN `product` `product_cross_selling.product` ON `product_cross_selling`.`product_id` = `product_cross_selling.product`.`crossSellings` AND `product_cross_selling`.`product_version_id` = `product_cross_selling.product`.`version_id` LEFT JOIN `product` `product_cross_selling.product.parent` ON `product_cross_selling.product`.`parent_id` = `product_cross_selling.product.parent`.`id` AND `product_cross_selling.product`.`parent_version_id` = `product_cross_selling.product.parent`.`version_id` WHERE (`product_cross_selling.product`.`id` = ? AND `product_cross_selling`.`active` = ?) ORDER BY `product_cross_selling`.`position` ASC
Parameters:
[ b"[] \x07\x01ý6¾×`\x7F-Ž5Ò" 1 ] |
||||||||||||||||||||||||
| 78 | 3.87 ms |
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((NOT (`product`.`id` <=> ?) AND (JSON_CONTAINS(IFNULL(`product`.`category_tree`, `product.parent`.`category_tree`), JSON_ARRAY(?)) OR JSON_CONTAINS(IFNULL(`product`.`category_tree`, `product.parent`.`category_tree`), JSON_ARRAY(?)) OR JSON_CONTAINS(IFNULL(`product`.`category_tree`, `product.parent`.`category_tree`), JSON_ARRAY(?)) OR JSON_CONTAINS(IFNULL(`product`.`category_tree`, `product.parent`.`category_tree`), JSON_ARRAY(?))) AND IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND `product`.`parent_id` <=> ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`id` LIMIT 4
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"[] \x07\x01ý6¾×`\x7F-Ž5Ò" "761e4840c817341e8ad40a3d8831fea1" "c21105c0054432c38470a0491e64e4d2" "cfde4946b7de31b383279cdcfd5dc259" "d6181012fad53ca9b4bffa3f0edd4774" true null 10 b""" VDLgæœFï¼\x12*\n 2¼»° """ true ] |
||||||||||||||||||||||||
| 79 | 0.29 ms |
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`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`, `product`.`stock` as `product.stock`, 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_stock` as `product.availableStock`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `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`, (SELECT GROUP_CONCAT(HEX(`product.categories.mapping`.`category_id`) SEPARATOR '||') FROM `product_category` `product.categories.mapping` WHERE `product.categories.mapping`.`product_id` = `product`.`categories` AND `product.categories.mapping`.product_version_id = `product`.version_id ) as `product.categories.id_mapping`, `product.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`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.productManufacturerVersionId`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_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 `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 `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.manufacturer.translation`.product_manufacturer_id, `product.manufacturer.translation`.product_manufacturer_version_id, `product.manufacturer.translation`.name as `product.manufacturer.translation.name`, `product.manufacturer.translation`.description as `product.manufacturer.translation.description`, `product.manufacturer.translation`.custom_fields as `product.manufacturer.translation.customFields`, `product.manufacturer.translation`.created_at as `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at as `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id as `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id as `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.language_id = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product.manufacturer`.version_id LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` 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"\x04\x07Áx\x14ì;q£kDwéÀG═" b"\x11·¦Pf’:à‚ÎD\x00\x10Lž>" b"-ņ³ò‚6Ú¥ZãÞ¤C!\x1C" b"8\x08«K³ë6-ìà¥└x‗╦" ] |
||||||||||||||||||||||||
| 80 | 0.12 ms |
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"\eà÷Ö\ti>L˜P[Nüiy±" b"¾R\x19\x08\x03K>\Ÿ£}\x03X4ûD" b"ÏÞIF·Þ1³ƒ'œÜý]ÂY" b"+ôÛ`“Ž?lº0ªä\e«¼3" b"¾R\x19\x08\x03K>\Ÿ£}\x03X4ûD" b"ÏÞIF·Þ1³ƒ'œÜý]ÂY" b"Cr¦~’j2#’Æš¦ÿH\x19r" b"¾R\x19\x08\x03K>\Ÿ£}\x03X4ûD" b"ÏÞIF·Þ1³ƒ'œÜý]ÂY" b""" v\x1EH@È\x174\x1EŠÔ\n =ˆ1þ¡ """ b"¾R\x19\x08\x03K>\Ÿ£}\x03X4ûD" b"ÏÞIF·Þ1³ƒ'œÜý]ÂY" b"Ö\x18\x10\x12úÕ<©´¿ú?\x0EÝGt" ] |
||||||||||||||||||||||||
| 81 | 0.07 ms |
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"\x04\x07Áx\x14ì;q£kDwéÀG═" b"\x11·¦Pf’:à‚ÎD\x00\x10Lž>" b"-ņ³ò‚6Ú¥ZãÞ¤C!\x1C" b"8\x08«K³ë6-ìà¥└x‗╦" ] |
||||||||||||||||||||||||
| 82 | 0.11 ms |
# app-scripts::refresh::read 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`.`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`.`write_access` as `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" true ] |
||||||||||||||||||||||||
| 83 | 0.08 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS scriptName, `script`.`script` AS script, `script`.`hook` AS hook, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, `app`.`version` AS appVersion, `script`.`active` AS active FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` != 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 84 | 0.06 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS name, `script`.`script` AS script, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` = 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 85 | 0.46 ms |
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((NOT (`product`.`id` <=> ?) AND (JSON_CONTAINS(IFNULL(`product`.`category_tree`, `product.parent`.`category_tree`), JSON_ARRAY(?)) OR JSON_CONTAINS(IFNULL(`product`.`category_tree`, `product.parent`.`category_tree`), JSON_ARRAY(?)) OR JSON_CONTAINS(IFNULL(`product`.`category_tree`, `product.parent`.`category_tree`), JSON_ARRAY(?)) OR JSON_CONTAINS(IFNULL(`product`.`category_tree`, `product.parent`.`category_tree`), JSON_ARRAY(?))) AND IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND `product`.`parent_id` <=> ? AND `product`.`id` IN (?, ?, ?, ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`id` LIMIT 4
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"[] \x07\x01ý6¾×`\x7F-Ž5Ò" "761e4840c817341e8ad40a3d8831fea1" "c21105c0054432c38470a0491e64e4d2" "cfde4946b7de31b383279cdcfd5dc259" "d6181012fad53ca9b4bffa3f0edd4774" true null b"\x04\x07Áx\x14ì;q£kDwéÀG═" b"\x11·¦Pf’:à‚ÎD\x00\x10Lž>" b"-ņ³ò‚6Ú¥ZãÞ¤C!\x1C" b"8\x08«K³ë6-ìà¥└x‗╦" 10 b""" VDLgæœFï¼\x12*\n 2¼»° """ true ] |
||||||||||||||||||||||||
| 86 | 0.27 ms |
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`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`, `product`.`stock` as `product.stock`, 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_stock` as `product.availableStock`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `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`, (SELECT GROUP_CONCAT(HEX(`product.categories.mapping`.`category_id`) SEPARATOR '||') FROM `product_category` `product.categories.mapping` WHERE `product.categories.mapping`.`product_id` = `product`.`categories` AND `product.categories.mapping`.product_version_id = `product`.version_id ) as `product.categories.id_mapping`, `product.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`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.productManufacturerVersionId`, (SELECT GROUP_CONCAT(HEX(`product.properties.mapping`.`property_group_option_id`) SEPARATOR '||') FROM `product_property` `product.properties.mapping` WHERE `product.properties.mapping`.`product_id` = `product`.`properties` ) as `product.properties.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_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 `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 `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.manufacturer.translation`.product_manufacturer_id, `product.manufacturer.translation`.product_manufacturer_version_id, `product.manufacturer.translation`.name as `product.manufacturer.translation.name`, `product.manufacturer.translation`.description as `product.manufacturer.translation.description`, `product.manufacturer.translation`.custom_fields as `product.manufacturer.translation.customFields`, `product.manufacturer.translation`.created_at as `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at as `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id as `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id as `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.language_id = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product.manufacturer`.version_id LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` 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"\x04\x07Áx\x14ì;q£kDwéÀG═" b"\x11·¦Pf’:à‚ÎD\x00\x10Lž>" b"-ņ³ò‚6Ú¥ZãÞ¤C!\x1C" b"8\x08«K³ë6-ìà¥└x‗╦" ] |
||||||||||||||||||||||||
| 87 | 0.12 ms |
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"\eà÷Ö\ti>L˜P[Nüiy±" b"¾R\x19\x08\x03K>\Ÿ£}\x03X4ûD" b"ÏÞIF·Þ1³ƒ'œÜý]ÂY" b"+ôÛ`“Ž?lº0ªä\e«¼3" b"¾R\x19\x08\x03K>\Ÿ£}\x03X4ûD" b"ÏÞIF·Þ1³ƒ'œÜý]ÂY" b"Cr¦~’j2#’Æš¦ÿH\x19r" b"¾R\x19\x08\x03K>\Ÿ£}\x03X4ûD" b"ÏÞIF·Þ1³ƒ'œÜý]ÂY" b""" v\x1EH@È\x174\x1EŠÔ\n =ˆ1þ¡ """ b"¾R\x19\x08\x03K>\Ÿ£}\x03X4ûD" b"ÏÞIF·Þ1³ƒ'œÜý]ÂY" b"Ö\x18\x10\x12úÕ<©´¿ú?\x0EÝGt" ] |
||||||||||||||||||||||||
| 88 | 0.08 ms |
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"\x04\x07Áx\x14ì;q£kDwéÀG═" b"\x11·¦Pf’:à‚ÎD\x00\x10Lž>" b"-ņ³ò‚6Ú¥ZãÞ¤C!\x1C" b"8\x08«K³ë6-ìà¥└x‗╦" ] |
||||||||||||||||||||||||
| 89 | 0.23 ms |
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"%¨\x17éÒ$3\x06ì┌a\x08┬ë┐÷" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"5\x12¶È╣W=\x03üÒÛm╩w=╚" b"6\vNhKé3_ƒ\x17å7&Ø6Ö" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"ZšñlÚ¸9À®O¥(ÊÄ U" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"rÉ/?¡═6"ûSÊòsklý" b"Œ\x1CµJôƒ7þ¥Ýð|\x1F\x00X~" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"òN\x13¹µ¼>Ù£ìF·½Æén" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b" ™R)èõ?œ¼Q^sW)Ñ5" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"·v½\x01n13æ˜C(† §Ë\v" b"À<Iå¬Ò<cŽÈ¾æ’ÆÆ¦" b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Õ2f³™\7\x0E´}A¢JŃ" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"Þôa)\x10k0-¡™ªÜ~¸9ÿ" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ôg¿,ü‹4„¾w\x1D{\x07\x1Fˆm" b"·7Ü\x04\x18j?ØäÆ\x06£4├Å░" b"³+u2OQ6¨üîlj" 'c" b""" \x06\n EÇ‚õ=\x1A‰i¨\x14þáÎ9 """ b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"%©Æï_+1`…HK*ê1\x02®" b"%¨\x17éÒ$3\x06ì┌a\x08┬ë┐÷" b".aCckØ9ãå\x01Nö²ß╦█" b"5\x12¶È╣W=\x03üÒÛm╩w=╚" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"MxÌðÓw;j é\x7F‘î_IT" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b"]tžxNO<œÅÀ?ñN:™" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"rÉ/?¡═6"ûSÊòsklý" b"Œ\x1CµJôƒ7þ¥Ýð|\x1F\x00X~" b" ™R)èõ?œ¼Q^sW)Ñ5" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"·v½\x01n13æ˜C(† §Ë\v" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ñ¨Ý®2¬:¦Ÿ²\x1E޶ÿiÎ" b"·7Ü\x04\x18j?ØäÆ\x06£4├Å░" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"%¨\x17éÒ$3\x06ì┌a\x08┬ë┐÷" b"-5·+‡ç=Ë·ëÂÿ8|^S" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"5\x12¶È╣W=\x03üÒÛm╩w=╚" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"]tžxNO<œÅÀ?ñN:™" b"^I#çè\x1E3U¢$ì!\x1Cox2" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"lÑÙ[öF0\x17”\x00k4#.(Æ" b"rÉ/?¡═6"ûSÊòsklý" b"~\x06l\x01M\x08?Ù‰Ï\x0FŒ'áe·" b"~Ù¬6xF5W°íá){EŠÄ" b"\x7F‹ï°Æ‹4•«·Ë\x06˜,)˜" b"Œ\x1CµJôƒ7þ¥Ýð|\x1F\x00X~" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"òN\x13¹µ¼>Ù£ìF·½Æén" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b" ™R)èõ?œ¼Q^sW)Ñ5" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"·v½\x01n13æ˜C(† §Ë\v" b"ºuÇê²Ö>‹“Î+í¹Á\x1Ck" b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┌HRXªU<0ØýY'¿¼=F" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ôg¿,ü‹4„¾w\x1D{\x07\x1Fˆm" b"·7Ü\x04\x18j?ØäÆ\x06£4├Å░" b"³+u2OQ6¨üîlj" 'c" b"\x06}rÈ\x0Ey8E┐ Åy3┐~r" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\vÜí\x10¥J4¼žêªi•›ÏS" b"\x11[¼3\x19K2ª„\ržrâ,eœ" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"%Ã_Sã\x7F6…—\eùG%\ºT" b"%¨\x17éÒ$3\x06ì┌a\x08┬ë┐÷" b"*œ…ï\fk=‚‚—úÒ°Åf[" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"3\x0E│*1¿99é¬û£ÅTB\x00" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"9‡hó(˜1\x1Cª³šPn<¡)" b"<\x17$╩‗k;\x1EêÛc4ßç*Ø" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b"^I#çè\x1E3U¢$ì!\x1Cox2" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"a!F\x01»56°©¾»°\x0Fœ\x19‚" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"m2Öà .6\üü2\x08à<\rÕ" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"sW▄RüJ;¼êÕóÔ\ãrm" b""" t\x02jqÏ\n 4¢®H e}¥ï€ """ b"tìT¾‗ú:oÿÛTÞ!\³Z" b"\x7F‹ï°Æ‹4•«·Ë\x06˜,)˜" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"é$\x06¼îV6\x01ºzüA1\x0EØ," b"ïTnT■G8èØH\x7F-6½{4" b"Œ\x1CµJôƒ7þ¥Ýð|\x1F\x00X~" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"Å╚ÌK\rH:A¼®éXó\x08b:" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"òN\x13¹µ¼>Ù£ìF·½Æén" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"ÿ╣IáIt7ôòI\x08Åý\x05n~" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¢æM"ï°1o║õvþ.äØ/" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"Ì©àžìb1®¿QI\f\x06\x18vº" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Ê\x14╦ıQn;{Ø┬-\x17╠ª▒┬" b"ÙϺo%\x1D2Ž€—\x04\rô2Ï÷" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ôg¿,ü‹4„¾w\x1D{\x07\x1Fˆm" b"·7Ü\x04\x18j?ØäÆ\x06£4├Å░" b"û\x1E \x12£—1ù¨ñ\x1D\x12\x13Þè\x01" b"³+u2OQ6¨üîlj" 'c" ] |
||||||||||||||||||||||||
| 90 | 0.09 ms |
# app-scripts::refresh::read 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`.`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`.`write_access` as `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" true ] |
||||||||||||||||||||||||
| 91 | 0.06 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS scriptName, `script`.`script` AS script, `script`.`hook` AS hook, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, `app`.`version` AS appVersion, `script`.`active` AS active FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` != 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 92 | 0.06 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS name, `script`.`script` AS script, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` = 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 93 | 0.07 ms |
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND `product`.`parent_id` = ? AND NOT (`product`.`product_number` LIKE ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`id`
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" 1 b"\x04\x07Áx\x14ì;q£kDwéÀG═" "%/%" 10 b""" VDLgæœFï¼\x12*\n 2¼»° """ true ] |
||||||||||||||||||||||||
| 94 | 0.07 ms |
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND `product`.`parent_id` = ? AND NOT (`product`.`product_number` LIKE ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`id`
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" 1 b"\x11·¦Pf’:à‚ÎD\x00\x10Lž>" "%/%" 10 b""" VDLgæœFï¼\x12*\n 2¼»° """ true ] |
||||||||||||||||||||||||
| 95 | 0.07 ms |
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND `product`.`parent_id` = ? AND NOT (`product`.`product_number` LIKE ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`id`
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" 1 b"-ņ³ò‚6Ú¥ZãÞ¤C!\x1C" "%/%" 10 b""" VDLgæœFï¼\x12*\n 2¼»° """ true ] |
||||||||||||||||||||||||
| 96 | 0.07 ms |
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND `product`.`parent_id` = ? AND NOT (`product`.`product_number` LIKE ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`id`
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" 1 b"8\x08«K³ë6-ìà¥└x‗╦" "%/%" 10 b""" VDLgæœFï¼\x12*\n 2¼»° """ true ] |
||||||||||||||||||||||||
| 97 | 1.49 ms |
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`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`, `product`.`stock` as `product.stock`, 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_stock` as `product.availableStock`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `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.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `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.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 98 | 0.18 ms |
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"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 99 | 0.11 ms |
# app-scripts::refresh::read 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`.`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`.`write_access` as `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" true ] |
||||||||||||||||||||||||
| 100 | 0.09 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS scriptName, `script`.`script` AS script, `script`.`hook` AS hook, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, `app`.`version` AS appVersion, `script`.`active` AS active FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` != 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 101 | 0.08 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS name, `script`.`script` AS script, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` = 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 102 | 0.09 ms |
SELECT `maxia_variants_table`.`id` FROM `maxia_variants_table` WHERE `maxia_variants_table`.`id` IN (?) LIMIT 1
Parameters:
[
b"«Ü¬Ê\víNS½}ì\x12´Öû²"
]
|
||||||||||||||||||||||||
| 103 | 0.10 ms |
SELECT `maxia_variants_table`.`id` as `maxia_variants_table.id`, `maxia_variants_table`.`is_default` as `maxia_variants_table.default`, `maxia_variants_table`.`position` as `maxia_variants_table.position`, `maxia_variants_table`.`responsive_mode` as `maxia_variants_table.responsiveMode`, `maxia_variants_table`.`visibility` as `maxia_variants_table.visibility`, `maxia_variants_table`.`row_limit` as `maxia_variants_table.rowLimit`, `maxia_variants_table`.`sort_field` as `maxia_variants_table.sortField`, `maxia_variants_table`.`sort_order` as `maxia_variants_table.sortOrder`, `maxia_variants_table`.`group_by_field` as `maxia_variants_table.groupByField`, `maxia_variants_table`.`group_by_order` as `maxia_variants_table.groupByOrder`, `maxia_variants_table`.`show_buy_all_button` as `maxia_variants_table.showBuyAllButton`, `maxia_variants_table`.`show_minimal_buybox` as `maxia_variants_table.showMinimalBuybox`, `maxia_variants_table`.`show_unavailable` as `maxia_variants_table.showUnavailable`, `maxia_variants_table`.`show_filters` as `maxia_variants_table.showFilters`, `maxia_variants_table`.`show_expand_all_button` as `maxia_variants_table.showExpandAllButton`, `maxia_variants_table`.`filter_config` as `maxia_variants_table.filterConfig`, `maxia_variants_table`.`column_configuration` as `maxia_variants_table.columnConfig`, `maxia_variants_table`.`created_at` as `maxia_variants_table.createdAt`, `maxia_variants_table`.`updated_at` as `maxia_variants_table.updatedAt`, `maxia_variants_table.translation.name`, COALESCE(`maxia_variants_table.translation.name`,`maxia_variants_table.translation.name`) as `maxia_variants_table.name`, `maxia_variants_table.translation.customFields`, COALESCE(`maxia_variants_table.translation.customFields`,`maxia_variants_table.translation.customFields`) as `maxia_variants_table.customFields`, `maxia_variants_table.translation.createdAt`, `maxia_variants_table.translation.updatedAt`, `maxia_variants_table.translation.maxiaVariantsTableId`, `maxia_variants_table.translation.languageId` FROM `maxia_variants_table` LEFT JOIN (SELECT `maxia_variants_table.translation`.maxia_variants_table_id, `maxia_variants_table.translation`.name as `maxia_variants_table.translation.name`, `maxia_variants_table.translation`.custom_fields as `maxia_variants_table.translation.customFields`, `maxia_variants_table.translation`.created_at as `maxia_variants_table.translation.createdAt`, `maxia_variants_table.translation`.updated_at as `maxia_variants_table.translation.updatedAt`, `maxia_variants_table.translation`.maxia_variants_table_id as `maxia_variants_table.translation.maxiaVariantsTableId`, `maxia_variants_table.translation`.language_id as `maxia_variants_table.translation.languageId` FROM `maxia_variants_table_translation` `maxia_variants_table.translation` WHERE `maxia_variants_table.translation`.language_id = ?) `maxia_variants_table.maxia_variants_table_translation` ON `maxia_variants_table.maxia_variants_table_translation`.`maxia_variants_table_id` = `maxia_variants_table`.`id` WHERE `maxia_variants_table`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"«Ü¬Ê\víNS½}ì\x12´Öû²" ] |
||||||||||||||||||||||||
| 104 | 2.20 ms |
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`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`, `product`.`stock` as `product.stock`, 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_stock` as `product.availableStock`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `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.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`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, (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.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.media`.`id` as `product.manufacturer.media.id`, `product.manufacturer.media`.`user_id` as `product.manufacturer.media.userId`, `product.manufacturer.media`.`media_folder_id` as `product.manufacturer.media.mediaFolderId`, `product.manufacturer.media`.`mime_type` as `product.manufacturer.media.mimeType`, `product.manufacturer.media`.`file_extension` as `product.manufacturer.media.fileExtension`, `product.manufacturer.media`.`uploaded_at` as `product.manufacturer.media.uploadedAt`, `product.manufacturer.media`.`file_name` as `product.manufacturer.media.fileName`, `product.manufacturer.media`.`file_size` as `product.manufacturer.media.fileSize`, `product.manufacturer.media`.`media_type` as `product.manufacturer.media.mediaTypeRaw`, `product.manufacturer.media`.`meta_data` as `product.manufacturer.media.metaData`, `product.manufacturer.media`.`private` as `product.manufacturer.media.private`, `product.manufacturer.media`.`thumbnails_ro` as `product.manufacturer.media.thumbnailsRo`, `product.manufacturer.media`.`created_at` as `product.manufacturer.media.createdAt`, `product.manufacturer.media`.`updated_at` as `product.manufacturer.media.updatedAt`, `product.manufacturer.media.translation.title`, COALESCE(`product.manufacturer.media.translation.title`,`product.manufacturer.media.translation.title`) as `product.manufacturer.media.title`, `product.manufacturer.media.translation.alt`, COALESCE(`product.manufacturer.media.translation.alt`,`product.manufacturer.media.translation.alt`) as `product.manufacturer.media.alt`, `product.manufacturer.media.translation.customFields`, COALESCE(`product.manufacturer.media.translation.customFields`,`product.manufacturer.media.translation.customFields`) as `product.manufacturer.media.customFields`, `product.manufacturer.media.translation.createdAt`, `product.manufacturer.media.translation.updatedAt`, `product.manufacturer.media.translation.mediaId`, `product.manufacturer.media.translation.languageId`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.productManufacturerVersionId`, (SELECT GROUP_CONCAT(HEX(`product.properties.mapping`.`property_group_option_id`) SEPARATOR '||') FROM `product_property` `product.properties.mapping` WHERE `product.properties.mapping`.`product_id` = `product`.`properties` ) as `product.properties.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_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 `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 `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.manufacturer.translation`.product_manufacturer_id, `product.manufacturer.translation`.product_manufacturer_version_id, `product.manufacturer.translation`.name as `product.manufacturer.translation.name`, `product.manufacturer.translation`.description as `product.manufacturer.translation.description`, `product.manufacturer.translation`.custom_fields as `product.manufacturer.translation.customFields`, `product.manufacturer.translation`.created_at as `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at as `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id as `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id as `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.language_id = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product.manufacturer`.version_id LEFT JOIN `media` `product.manufacturer.media` ON `product.manufacturer`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.manufacturer.media.translation`.media_id, `product.manufacturer.media.translation`.title as `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation`.alt as `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation`.custom_fields as `product.manufacturer.media.translation.customFields`, `product.manufacturer.media.translation`.created_at as `product.manufacturer.media.translation.createdAt`, `product.manufacturer.media.translation`.updated_at as `product.manufacturer.media.translation.updatedAt`, `product.manufacturer.media.translation`.media_id as `product.manufacturer.media.translation.mediaId`, `product.manufacturer.media.translation`.language_id as `product.manufacturer.media.translation.languageId` FROM `media_translation` `product.manufacturer.media.translation` WHERE `product.manufacturer.media.translation`.language_id = ?) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` 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"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"[] \x07\x01ý6¾×`\x7F-Ž5Ò" ] |
||||||||||||||||||||||||
| 105 | 0.40 ms |
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, COALESCE(`product_media.media.translation.title`,`product_media.media.translation.title`) as `product_media.media.title`, `product_media.media.translation.alt`, COALESCE(`product_media.media.translation.alt`,`product_media.media.translation.alt`) as `product_media.media.alt`, `product_media.media.translation.customFields`, COALESCE(`product_media.media.translation.customFields`,`product_media.media.translation.customFields`) as `product_media.media.customFields`, `product_media.media.translation.createdAt`, `product_media.media.translation.updatedAt`, `product_media.media.translation.mediaId`, `product_media.media.translation.languageId`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.media_id, `product_media.media.translation`.title as `product_media.media.translation.title`, `product_media.media.translation`.alt as `product_media.media.translation.alt`, `product_media.media.translation`.custom_fields as `product_media.media.translation.customFields`, `product_media.media.translation`.created_at as `product_media.media.translation.createdAt`, `product_media.media.translation`.updated_at as `product_media.media.translation.updatedAt`, `product_media.media.translation`.media_id as `product_media.media.translation.mediaId`, `product_media.media.translation`.language_id as `product_media.media.translation.languageId` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.language_id = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?, ?)))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"[] \x07\x01ý6¾×`\x7F-Ž5Ò" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 106 | 1.13 ms |
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b""" \n ¨ûæO|9;¡\x1E“r(uã """ b"\vò\x1FHÃÍ7Þ’6hé\x00¬b§" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1C47£E¾2x”X&\x057‡¡÷" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Y¥ð:bt5 íõ´8¤láÅ" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"}ÑHWô╣6ôü¯D9xâói" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"Žà¦ðÊÓ>Þ‡Ö¸êXÂÂ]" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"½g«qÈÍ<í¡\vì<îë$Ê" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"▓hC╬Ò«8ûøö:~lÉׯ" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"╔ɰ[«^<ÇÄZ CPfÇı" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"ÏŠ)ÿ]Ù8#¤ê§x]¿ƒ" b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"ÕN}°Lò;Èš\x11ÖS\x15õVæ" b"ı─7¦a¦9ô└ÉÌ\x101´ê" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ý-‗├¨c9+ùNWìçÿ▀S" b"±¿Y┤O6þت┌.éÎÉ╔" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"°█Q\x07PÉ<╬ö\f'\fx Ýo" b"³+u2OQ6¨üîlj" 'c" ] |
||||||||||||||||||||||||
| 107 | 0.08 ms |
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"[] \x07\x01ý6¾×`\x7F-Ž5Ò" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 108 | 0.10 ms |
# app-scripts::refresh::read 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`.`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`.`write_access` as `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" true ] |
||||||||||||||||||||||||
| 109 | 0.07 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS scriptName, `script`.`script` AS script, `script`.`hook` AS hook, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, `app`.`version` AS appVersion, `script`.`active` AS active FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` != 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 110 | 0.06 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS name, `script`.`script` AS script, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` = 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 111 | 0.07 ms |
SELECT `maxia_variants_table`.`id` FROM `maxia_variants_table` WHERE `maxia_variants_table`.`id` IN (?) LIMIT 1
Parameters:
[
b"«Ü¬Ê\víNS½}ì\x12´Öû²"
]
|
||||||||||||||||||||||||
| 112 | 0.09 ms |
SELECT `maxia_variants_table`.`id` as `maxia_variants_table.id`, `maxia_variants_table`.`is_default` as `maxia_variants_table.default`, `maxia_variants_table`.`position` as `maxia_variants_table.position`, `maxia_variants_table`.`responsive_mode` as `maxia_variants_table.responsiveMode`, `maxia_variants_table`.`visibility` as `maxia_variants_table.visibility`, `maxia_variants_table`.`row_limit` as `maxia_variants_table.rowLimit`, `maxia_variants_table`.`sort_field` as `maxia_variants_table.sortField`, `maxia_variants_table`.`sort_order` as `maxia_variants_table.sortOrder`, `maxia_variants_table`.`group_by_field` as `maxia_variants_table.groupByField`, `maxia_variants_table`.`group_by_order` as `maxia_variants_table.groupByOrder`, `maxia_variants_table`.`show_buy_all_button` as `maxia_variants_table.showBuyAllButton`, `maxia_variants_table`.`show_minimal_buybox` as `maxia_variants_table.showMinimalBuybox`, `maxia_variants_table`.`show_unavailable` as `maxia_variants_table.showUnavailable`, `maxia_variants_table`.`show_filters` as `maxia_variants_table.showFilters`, `maxia_variants_table`.`show_expand_all_button` as `maxia_variants_table.showExpandAllButton`, `maxia_variants_table`.`filter_config` as `maxia_variants_table.filterConfig`, `maxia_variants_table`.`column_configuration` as `maxia_variants_table.columnConfig`, `maxia_variants_table`.`created_at` as `maxia_variants_table.createdAt`, `maxia_variants_table`.`updated_at` as `maxia_variants_table.updatedAt`, `maxia_variants_table.translation.name`, COALESCE(`maxia_variants_table.translation.name`,`maxia_variants_table.translation.name`) as `maxia_variants_table.name`, `maxia_variants_table.translation.customFields`, COALESCE(`maxia_variants_table.translation.customFields`,`maxia_variants_table.translation.customFields`) as `maxia_variants_table.customFields`, `maxia_variants_table.translation.createdAt`, `maxia_variants_table.translation.updatedAt`, `maxia_variants_table.translation.maxiaVariantsTableId`, `maxia_variants_table.translation.languageId` FROM `maxia_variants_table` LEFT JOIN (SELECT `maxia_variants_table.translation`.maxia_variants_table_id, `maxia_variants_table.translation`.name as `maxia_variants_table.translation.name`, `maxia_variants_table.translation`.custom_fields as `maxia_variants_table.translation.customFields`, `maxia_variants_table.translation`.created_at as `maxia_variants_table.translation.createdAt`, `maxia_variants_table.translation`.updated_at as `maxia_variants_table.translation.updatedAt`, `maxia_variants_table.translation`.maxia_variants_table_id as `maxia_variants_table.translation.maxiaVariantsTableId`, `maxia_variants_table.translation`.language_id as `maxia_variants_table.translation.languageId` FROM `maxia_variants_table_translation` `maxia_variants_table.translation` WHERE `maxia_variants_table.translation`.language_id = ?) `maxia_variants_table.maxia_variants_table_translation` ON `maxia_variants_table.maxia_variants_table_translation`.`maxia_variants_table_id` = `maxia_variants_table`.`id` WHERE `maxia_variants_table`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"«Ü¬Ê\víNS½}ì\x12´Öû²" ] |
||||||||||||||||||||||||
| 113 | 2.51 ms |
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`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`, `product`.`stock` as `product.stock`, 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_stock` as `product.availableStock`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `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.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`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||') FROM `product_option` `product.options.mapping` WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, (SELECT GROUP_CONCAT(HEX(`product.properties.mapping`.`property_group_option_id`) SEPARATOR '||') FROM `product_property` `product.properties.mapping` WHERE `product.properties.mapping`.`product_id` = `product`.`properties` ) as `product.properties.id_mapping`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.media`.`id` as `product.manufacturer.media.id`, `product.manufacturer.media`.`user_id` as `product.manufacturer.media.userId`, `product.manufacturer.media`.`media_folder_id` as `product.manufacturer.media.mediaFolderId`, `product.manufacturer.media`.`mime_type` as `product.manufacturer.media.mimeType`, `product.manufacturer.media`.`file_extension` as `product.manufacturer.media.fileExtension`, `product.manufacturer.media`.`uploaded_at` as `product.manufacturer.media.uploadedAt`, `product.manufacturer.media`.`file_name` as `product.manufacturer.media.fileName`, `product.manufacturer.media`.`file_size` as `product.manufacturer.media.fileSize`, `product.manufacturer.media`.`media_type` as `product.manufacturer.media.mediaTypeRaw`, `product.manufacturer.media`.`meta_data` as `product.manufacturer.media.metaData`, `product.manufacturer.media`.`private` as `product.manufacturer.media.private`, `product.manufacturer.media`.`thumbnails_ro` as `product.manufacturer.media.thumbnailsRo`, `product.manufacturer.media`.`created_at` as `product.manufacturer.media.createdAt`, `product.manufacturer.media`.`updated_at` as `product.manufacturer.media.updatedAt`, `product.manufacturer.media.translation.title`, COALESCE(`product.manufacturer.media.translation.title`,`product.manufacturer.media.translation.title`) as `product.manufacturer.media.title`, `product.manufacturer.media.translation.alt`, COALESCE(`product.manufacturer.media.translation.alt`,`product.manufacturer.media.translation.alt`) as `product.manufacturer.media.alt`, `product.manufacturer.media.translation.customFields`, COALESCE(`product.manufacturer.media.translation.customFields`,`product.manufacturer.media.translation.customFields`) as `product.manufacturer.media.customFields`, `product.manufacturer.media.translation.createdAt`, `product.manufacturer.media.translation.updatedAt`, `product.manufacturer.media.translation.mediaId`, `product.manufacturer.media.translation.languageId`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.productManufacturerVersionId`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_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 `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 `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.manufacturer.translation`.product_manufacturer_id, `product.manufacturer.translation`.product_manufacturer_version_id, `product.manufacturer.translation`.name as `product.manufacturer.translation.name`, `product.manufacturer.translation`.description as `product.manufacturer.translation.description`, `product.manufacturer.translation`.custom_fields as `product.manufacturer.translation.customFields`, `product.manufacturer.translation`.created_at as `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at as `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id as `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id as `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.language_id = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product.manufacturer`.version_id LEFT JOIN `media` `product.manufacturer.media` ON `product.manufacturer`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.manufacturer.media.translation`.media_id, `product.manufacturer.media.translation`.title as `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation`.alt as `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation`.custom_fields as `product.manufacturer.media.translation.customFields`, `product.manufacturer.media.translation`.created_at as `product.manufacturer.media.translation.createdAt`, `product.manufacturer.media.translation`.updated_at as `product.manufacturer.media.translation.updatedAt`, `product.manufacturer.media.translation`.media_id as `product.manufacturer.media.translation.mediaId`, `product.manufacturer.media.translation`.language_id as `product.manufacturer.media.translation.languageId` FROM `media_translation` `product.manufacturer.media.translation` WHERE `product.manufacturer.media.translation`.language_id = ?) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` 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"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 114 | 0.39 ms |
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, COALESCE(`product_media.media.translation.title`,`product_media.media.translation.title`) as `product_media.media.title`, `product_media.media.translation.alt`, COALESCE(`product_media.media.translation.alt`,`product_media.media.translation.alt`) as `product_media.media.alt`, `product_media.media.translation.customFields`, COALESCE(`product_media.media.translation.customFields`,`product_media.media.translation.customFields`) as `product_media.media.customFields`, `product_media.media.translation.createdAt`, `product_media.media.translation.updatedAt`, `product_media.media.translation.mediaId`, `product_media.media.translation.languageId`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.media_id, `product_media.media.translation`.title as `product_media.media.translation.title`, `product_media.media.translation`.alt as `product_media.media.translation.alt`, `product_media.media.translation`.custom_fields as `product_media.media.translation.customFields`, `product_media.media.translation`.created_at as `product_media.media.translation.createdAt`, `product_media.media.translation`.updated_at as `product_media.media.translation.updatedAt`, `product_media.media.translation`.media_id as `product_media.media.translation.mediaId`, `product_media.media.translation`.language_id as `product_media.media.translation.languageId` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.language_id = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?))) ORDER BY `product_media`.`position` ASC
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 115 | 0.94 ms |
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"%¨\x17éÒ$3\x06ì┌a\x08┬ë┐÷" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" ] |
||||||||||||||||||||||||
| 116 | 0.38 ms |
SELECT `product_configurator_setting`.`id` as `product_configurator_setting.id`, `product_configurator_setting`.`version_id` as `product_configurator_setting.versionId`, `product_configurator_setting`.`product_id` as `product_configurator_setting.productId`, `product_configurator_setting`.`product_version_id` as `product_configurator_setting.productVersionId`, `product_configurator_setting`.`media_id` as `product_configurator_setting.mediaId`, `product_configurator_setting`.`property_group_option_id` as `product_configurator_setting.optionId`, `product_configurator_setting`.`price` as `product_configurator_setting.price`, `product_configurator_setting`.`position` as `product_configurator_setting.position`, `product_configurator_setting`.`custom_fields` as `product_configurator_setting.customFields`, `product_configurator_setting`.`created_at` as `product_configurator_setting.createdAt`, `product_configurator_setting`.`updated_at` as `product_configurator_setting.updatedAt`, `product_configurator_setting.media`.`id` as `product_configurator_setting.media.id`, `product_configurator_setting.media`.`user_id` as `product_configurator_setting.media.userId`, `product_configurator_setting.media`.`media_folder_id` as `product_configurator_setting.media.mediaFolderId`, `product_configurator_setting.media`.`mime_type` as `product_configurator_setting.media.mimeType`, `product_configurator_setting.media`.`file_extension` as `product_configurator_setting.media.fileExtension`, `product_configurator_setting.media`.`uploaded_at` as `product_configurator_setting.media.uploadedAt`, `product_configurator_setting.media`.`file_name` as `product_configurator_setting.media.fileName`, `product_configurator_setting.media`.`file_size` as `product_configurator_setting.media.fileSize`, `product_configurator_setting.media`.`media_type` as `product_configurator_setting.media.mediaTypeRaw`, `product_configurator_setting.media`.`meta_data` as `product_configurator_setting.media.metaData`, `product_configurator_setting.media`.`private` as `product_configurator_setting.media.private`, `product_configurator_setting.media`.`thumbnails_ro` as `product_configurator_setting.media.thumbnailsRo`, `product_configurator_setting.media`.`created_at` as `product_configurator_setting.media.createdAt`, `product_configurator_setting.media`.`updated_at` as `product_configurator_setting.media.updatedAt`, `product_configurator_setting.media.translation.title`, COALESCE(`product_configurator_setting.media.translation.title`,`product_configurator_setting.media.translation.title`) as `product_configurator_setting.media.title`, `product_configurator_setting.media.translation.alt`, COALESCE(`product_configurator_setting.media.translation.alt`,`product_configurator_setting.media.translation.alt`) as `product_configurator_setting.media.alt`, `product_configurator_setting.media.translation.customFields`, COALESCE(`product_configurator_setting.media.translation.customFields`,`product_configurator_setting.media.translation.customFields`) as `product_configurator_setting.media.customFields`, `product_configurator_setting.media.translation.createdAt`, `product_configurator_setting.media.translation.updatedAt`, `product_configurator_setting.media.translation.mediaId`, `product_configurator_setting.media.translation.languageId` FROM `product_configurator_setting` LEFT JOIN `media` `product_configurator_setting.media` ON `product_configurator_setting`.`media_id` = `product_configurator_setting.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.media.translation`.media_id, `product_configurator_setting.media.translation`.title as `product_configurator_setting.media.translation.title`, `product_configurator_setting.media.translation`.alt as `product_configurator_setting.media.translation.alt`, `product_configurator_setting.media.translation`.custom_fields as `product_configurator_setting.media.translation.customFields`, `product_configurator_setting.media.translation`.created_at as `product_configurator_setting.media.translation.createdAt`, `product_configurator_setting.media.translation`.updated_at as `product_configurator_setting.media.translation.updatedAt`, `product_configurator_setting.media.translation`.media_id as `product_configurator_setting.media.translation.mediaId`, `product_configurator_setting.media.translation`.language_id as `product_configurator_setting.media.translation.languageId` FROM `media_translation` `product_configurator_setting.media.translation` WHERE `product_configurator_setting.media.translation`.language_id = ?) `product_configurator_setting.media.media_translation` ON `product_configurator_setting.media.media_translation`.`media_id` = `product_configurator_setting.media`.`id` WHERE (`product_configurator_setting`.`version_id` = ?) AND ((`product_configurator_setting`.`product_id` IN (?)))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 117 | 0.07 ms |
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"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 118 | 0.10 ms |
# app-scripts::refresh::read 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`.`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`.`write_access` as `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" true ] |
||||||||||||||||||||||||
| 119 | 0.07 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS scriptName, `script`.`script` AS script, `script`.`hook` AS hook, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, `app`.`version` AS appVersion, `script`.`active` AS active FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` != 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 120 | 0.06 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS name, `script`.`script` AS script, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` = 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 121 | 0.48 ms |
SELECT product.id as product_id, product.parent_id, rule.id as rule_id, rule.priority, GROUP_CONCAT(price.quantity_start ORDER BY price.quantity_start) as quantities FROM product_price price LEFT JOIN product ON product.id = price.product_id LEFT JOIN rule ON rule.id = price.rule_id WHERE (product.id = ? or product.parent_id = ?) AND (price.product_id = product.parent_id OR price.product_id = product.id) AND rule.id IN (?, ?, ?, ?) GROUP BY product.id, product.parent_id, rule.id ORDER BY product.parent_id DESC, product.id ASC, rule.priority DESC
Parameters:
[ b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" b"\x11U├©╚(@RÑu┼\\x13¾╦É" b"`†u\x07YBJ9¸m›1±Fá\x15" b"„¢9͵FDm™o\eÿc'‡\x06" b"õ¶\x08/\v´Iå¨+¡^㬽\x13" ] |
||||||||||||||||||||||||
| 122 | 0.44 ms |
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND `product`.`available` = ? AND (`product`.`available_stock` > ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) ORDER BY `product`.`available_stock` DESC, `product`.`auto_increment` ASC LIMIT 1
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" true 0 10 b""" VDLgæœFï¼\x12*\n 2¼»° """ true ] |
||||||||||||||||||||||||
| 123 | 0.16 ms |
SELECT `product_configurator_setting`.`id` as `product_configurator_setting.id`, `product_configurator_setting`.`version_id` as `product_configurator_setting.versionId`, `product_configurator_setting`.`product_id` as `product_configurator_setting.productId`, `product_configurator_setting`.`product_version_id` as `product_configurator_setting.productVersionId`, `product_configurator_setting`.`media_id` as `product_configurator_setting.mediaId`, `product_configurator_setting`.`property_group_option_id` as `product_configurator_setting.optionId`, `product_configurator_setting`.`price` as `product_configurator_setting.price`, `product_configurator_setting`.`position` as `product_configurator_setting.position`, `product_configurator_setting`.`custom_fields` as `product_configurator_setting.customFields`, `product_configurator_setting`.`created_at` as `product_configurator_setting.createdAt`, `product_configurator_setting`.`updated_at` as `product_configurator_setting.updatedAt`, `product_configurator_setting.option`.`id` as `product_configurator_setting.option.id`, `product_configurator_setting.option`.`property_group_id` as `product_configurator_setting.option.groupId`, `product_configurator_setting.option`.`color_hex_code` as `product_configurator_setting.option.colorHexCode`, `product_configurator_setting.option`.`media_id` as `product_configurator_setting.option.mediaId`, `product_configurator_setting.option`.`created_at` as `product_configurator_setting.option.createdAt`, `product_configurator_setting.option`.`updated_at` as `product_configurator_setting.option.updatedAt`, `product_configurator_setting.option.group`.`id` as `product_configurator_setting.option.group.id`, `product_configurator_setting.option.group`.`display_type` as `product_configurator_setting.option.group.displayType`, `product_configurator_setting.option.group`.`sorting_type` as `product_configurator_setting.option.group.sortingType`, `product_configurator_setting.option.group`.`filterable` as `product_configurator_setting.option.group.filterable`, `product_configurator_setting.option.group`.`visible_on_product_detail_page` as `product_configurator_setting.option.group.visibleOnProductDetailPage`, `product_configurator_setting.option.group`.`created_at` as `product_configurator_setting.option.group.createdAt`, `product_configurator_setting.option.group`.`updated_at` as `product_configurator_setting.option.group.updatedAt`, `product_configurator_setting.option.group.translation.name`, COALESCE(`product_configurator_setting.option.group.translation.name`,`product_configurator_setting.option.group.translation.name`) as `product_configurator_setting.option.group.name`, `product_configurator_setting.option.group.translation.description`, COALESCE(`product_configurator_setting.option.group.translation.description`,`product_configurator_setting.option.group.translation.description`) as `product_configurator_setting.option.group.description`, `product_configurator_setting.option.group.translation.position`, COALESCE(`product_configurator_setting.option.group.translation.position`,`product_configurator_setting.option.group.translation.position`) as `product_configurator_setting.option.group.position`, `product_configurator_setting.option.group.translation.customFields`, COALESCE(`product_configurator_setting.option.group.translation.customFields`,`product_configurator_setting.option.group.translation.customFields`) as `product_configurator_setting.option.group.customFields`, `product_configurator_setting.option.group.translation.createdAt`, `product_configurator_setting.option.group.translation.updatedAt`, `product_configurator_setting.option.group.translation.propertyGroupId`, `product_configurator_setting.option.group.translation.languageId`, `product_configurator_setting.option.media`.`id` as `product_configurator_setting.option.media.id`, `product_configurator_setting.option.media`.`user_id` as `product_configurator_setting.option.media.userId`, `product_configurator_setting.option.media`.`media_folder_id` as `product_configurator_setting.option.media.mediaFolderId`, `product_configurator_setting.option.media`.`mime_type` as `product_configurator_setting.option.media.mimeType`, `product_configurator_setting.option.media`.`file_extension` as `product_configurator_setting.option.media.fileExtension`, `product_configurator_setting.option.media`.`uploaded_at` as `product_configurator_setting.option.media.uploadedAt`, `product_configurator_setting.option.media`.`file_name` as `product_configurator_setting.option.media.fileName`, `product_configurator_setting.option.media`.`file_size` as `product_configurator_setting.option.media.fileSize`, `product_configurator_setting.option.media`.`media_type` as `product_configurator_setting.option.media.mediaTypeRaw`, `product_configurator_setting.option.media`.`meta_data` as `product_configurator_setting.option.media.metaData`, `product_configurator_setting.option.media`.`private` as `product_configurator_setting.option.media.private`, `product_configurator_setting.option.media`.`thumbnails_ro` as `product_configurator_setting.option.media.thumbnailsRo`, `product_configurator_setting.option.media`.`created_at` as `product_configurator_setting.option.media.createdAt`, `product_configurator_setting.option.media`.`updated_at` as `product_configurator_setting.option.media.updatedAt`, `product_configurator_setting.option.media.translation.title`, COALESCE(`product_configurator_setting.option.media.translation.title`,`product_configurator_setting.option.media.translation.title`) as `product_configurator_setting.option.media.title`, `product_configurator_setting.option.media.translation.alt`, COALESCE(`product_configurator_setting.option.media.translation.alt`,`product_configurator_setting.option.media.translation.alt`) as `product_configurator_setting.option.media.alt`, `product_configurator_setting.option.media.translation.customFields`, COALESCE(`product_configurator_setting.option.media.translation.customFields`,`product_configurator_setting.option.media.translation.customFields`) as `product_configurator_setting.option.media.customFields`, `product_configurator_setting.option.media.translation.createdAt`, `product_configurator_setting.option.media.translation.updatedAt`, `product_configurator_setting.option.media.translation.mediaId`, `product_configurator_setting.option.media.translation.languageId`, `product_configurator_setting.option.translation.name`, COALESCE(`product_configurator_setting.option.translation.name`,`product_configurator_setting.option.translation.name`) as `product_configurator_setting.option.name`, `product_configurator_setting.option.translation.position`, COALESCE(`product_configurator_setting.option.translation.position`,`product_configurator_setting.option.translation.position`) as `product_configurator_setting.option.position`, `product_configurator_setting.option.translation.customFields`, COALESCE(`product_configurator_setting.option.translation.customFields`,`product_configurator_setting.option.translation.customFields`) as `product_configurator_setting.option.customFields`, `product_configurator_setting.option.translation.createdAt`, `product_configurator_setting.option.translation.updatedAt`, `product_configurator_setting.option.translation.propertyGroupOptionId`, `product_configurator_setting.option.translation.languageId`, `product_configurator_setting.media`.`id` as `product_configurator_setting.media.id`, `product_configurator_setting.media`.`user_id` as `product_configurator_setting.media.userId`, `product_configurator_setting.media`.`media_folder_id` as `product_configurator_setting.media.mediaFolderId`, `product_configurator_setting.media`.`mime_type` as `product_configurator_setting.media.mimeType`, `product_configurator_setting.media`.`file_extension` as `product_configurator_setting.media.fileExtension`, `product_configurator_setting.media`.`uploaded_at` as `product_configurator_setting.media.uploadedAt`, `product_configurator_setting.media`.`file_name` as `product_configurator_setting.media.fileName`, `product_configurator_setting.media`.`file_size` as `product_configurator_setting.media.fileSize`, `product_configurator_setting.media`.`media_type` as `product_configurator_setting.media.mediaTypeRaw`, `product_configurator_setting.media`.`meta_data` as `product_configurator_setting.media.metaData`, `product_configurator_setting.media`.`private` as `product_configurator_setting.media.private`, `product_configurator_setting.media`.`thumbnails_ro` as `product_configurator_setting.media.thumbnailsRo`, `product_configurator_setting.media`.`created_at` as `product_configurator_setting.media.createdAt`, `product_configurator_setting.media`.`updated_at` as `product_configurator_setting.media.updatedAt`, `product_configurator_setting.media.translation.title`, COALESCE(`product_configurator_setting.media.translation.title`,`product_configurator_setting.media.translation.title`) as `product_configurator_setting.media.title`, `product_configurator_setting.media.translation.alt`, COALESCE(`product_configurator_setting.media.translation.alt`,`product_configurator_setting.media.translation.alt`) as `product_configurator_setting.media.alt`, `product_configurator_setting.media.translation.customFields`, COALESCE(`product_configurator_setting.media.translation.customFields`,`product_configurator_setting.media.translation.customFields`) as `product_configurator_setting.media.customFields`, `product_configurator_setting.media.translation.createdAt`, `product_configurator_setting.media.translation.updatedAt`, `product_configurator_setting.media.translation.mediaId`, `product_configurator_setting.media.translation.languageId` FROM `product_configurator_setting` LEFT JOIN `property_group_option` `product_configurator_setting.option` ON `product_configurator_setting`.`property_group_option_id` = `product_configurator_setting.option`.`id` LEFT JOIN `media` `product_configurator_setting.media` ON `product_configurator_setting`.`media_id` = `product_configurator_setting.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.translation`.property_group_option_id, `product_configurator_setting.option.translation`.name as `product_configurator_setting.option.translation.name`, `product_configurator_setting.option.translation`.position as `product_configurator_setting.option.translation.position`, `product_configurator_setting.option.translation`.custom_fields as `product_configurator_setting.option.translation.customFields`, `product_configurator_setting.option.translation`.created_at as `product_configurator_setting.option.translation.createdAt`, `product_configurator_setting.option.translation`.updated_at as `product_configurator_setting.option.translation.updatedAt`, `product_configurator_setting.option.translation`.property_group_option_id as `product_configurator_setting.option.translation.propertyGroupOptionId`, `product_configurator_setting.option.translation`.language_id as `product_configurator_setting.option.translation.languageId` FROM `property_group_option_translation` `product_configurator_setting.option.translation` WHERE `product_configurator_setting.option.translation`.language_id = ?) `product_configurator_setting.option.property_group_option_translation` ON `product_configurator_setting.option.property_group_option_translation`.`property_group_option_id` = `product_configurator_setting.option`.`id` LEFT JOIN `property_group` `product_configurator_setting.option.group` ON `product_configurator_setting.option`.`property_group_id` = `product_configurator_setting.option.group`.`id` LEFT JOIN `media` `product_configurator_setting.option.media` ON `product_configurator_setting.option`.`media_id` = `product_configurator_setting.option.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.group.translation`.property_group_id, `product_configurator_setting.option.group.translation`.name as `product_configurator_setting.option.group.translation.name`, `product_configurator_setting.option.group.translation`.description as `product_configurator_setting.option.group.translation.description`, `product_configurator_setting.option.group.translation`.position as `product_configurator_setting.option.group.translation.position`, `product_configurator_setting.option.group.translation`.custom_fields as `product_configurator_setting.option.group.translation.customFields`, `product_configurator_setting.option.group.translation`.created_at as `product_configurator_setting.option.group.translation.createdAt`, `product_configurator_setting.option.group.translation`.updated_at as `product_configurator_setting.option.group.translation.updatedAt`, `product_configurator_setting.option.group.translation`.property_group_id as `product_configurator_setting.option.group.translation.propertyGroupId`, `product_configurator_setting.option.group.translation`.language_id as `product_configurator_setting.option.group.translation.languageId` FROM `property_group_translation` `product_configurator_setting.option.group.translation` WHERE `product_configurator_setting.option.group.translation`.language_id = ?) `product_configurator_setting.option.group.property_group_translation` ON `product_configurator_setting.option.group.property_group_translation`.`property_group_id` = `product_configurator_setting.option.group`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.media.translation`.media_id, `product_configurator_setting.option.media.translation`.title as `product_configurator_setting.option.media.translation.title`, `product_configurator_setting.option.media.translation`.alt as `product_configurator_setting.option.media.translation.alt`, `product_configurator_setting.option.media.translation`.custom_fields as `product_configurator_setting.option.media.translation.customFields`, `product_configurator_setting.option.media.translation`.created_at as `product_configurator_setting.option.media.translation.createdAt`, `product_configurator_setting.option.media.translation`.updated_at as `product_configurator_setting.option.media.translation.updatedAt`, `product_configurator_setting.option.media.translation`.media_id as `product_configurator_setting.option.media.translation.mediaId`, `product_configurator_setting.option.media.translation`.language_id as `product_configurator_setting.option.media.translation.languageId` FROM `media_translation` `product_configurator_setting.option.media.translation` WHERE `product_configurator_setting.option.media.translation`.language_id = ?) `product_configurator_setting.option.media.media_translation` ON `product_configurator_setting.option.media.media_translation`.`media_id` = `product_configurator_setting.option.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.media.translation`.media_id, `product_configurator_setting.media.translation`.title as `product_configurator_setting.media.translation.title`, `product_configurator_setting.media.translation`.alt as `product_configurator_setting.media.translation.alt`, `product_configurator_setting.media.translation`.custom_fields as `product_configurator_setting.media.translation.customFields`, `product_configurator_setting.media.translation`.created_at as `product_configurator_setting.media.translation.createdAt`, `product_configurator_setting.media.translation`.updated_at as `product_configurator_setting.media.translation.updatedAt`, `product_configurator_setting.media.translation`.media_id as `product_configurator_setting.media.translation.mediaId`, `product_configurator_setting.media.translation`.language_id as `product_configurator_setting.media.translation.languageId` FROM `media_translation` `product_configurator_setting.media.translation` WHERE `product_configurator_setting.media.translation`.language_id = ?) `product_configurator_setting.media.media_translation` ON `product_configurator_setting.media.media_translation`.`media_id` = `product_configurator_setting.media`.`id` WHERE (`product_configurator_setting`.`version_id` = ?) AND ((`product_configurator_setting`.`product_id` = ?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 124 | 0.03 ms |
SELECT LOWER(HEX(product.id)), product.option_ids as options, product.product_number as productNumber, product.available FROM product LEFT JOIN product parent ON product.parent_id = parent.id INNER JOIN product_visibility visibilities ON product.visibilities = visibilities.product_id WHERE (product.parent_id = ?) AND (product.version_id = ?) AND (IFNULL(product.active, parent.active) = ?) AND (product.option_ids IS NOT NULL) AND (visibilities.sales_channel_id = ?)
Parameters:
[ b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" b"\x0F©\x1CãéjK¾KÙÎu,4%" true b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 125 | 0.11 ms |
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, COALESCE(`language.locale.translation.name`,`language.locale.translation.name`) as `language.locale.name`, `language.locale.translation.territory`, COALESCE(`language.locale.translation.territory`,`language.locale.translation.territory`) as `language.locale.territory`, `language.locale.translation.customFields`, COALESCE(`language.locale.translation.customFields`,`language.locale.translation.customFields`) as `language.locale.customFields`, `language.locale.translation.createdAt`, `language.locale.translation.updatedAt`, `language.locale.translation.localeId`, `language.locale.translation.languageId` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.locale_id, `language.locale.translation`.name as `language.locale.translation.name`, `language.locale.translation`.territory as `language.locale.translation.territory`, `language.locale.translation`.custom_fields as `language.locale.translation.customFields`, `language.locale.translation`.created_at as `language.locale.translation.createdAt`, `language.locale.translation`.updated_at as `language.locale.translation.updatedAt`, `language.locale.translation`.locale_id as `language.locale.translation.localeId`, `language.locale.translation`.language_id as `language.locale.translation.languageId` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.language_id = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" ] |
||||||||||||||||||||||||
| 126 | 0.09 ms |
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id
Parameters:
[] |
||||||||||||||||||||||||
| 127 | 0.09 ms |
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
b"Ca~d\x01╠Lì▓ÄIA┌)\x03┼"
]
|
||||||||||||||||||||||||
| 128 | 0.09 ms |
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName 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"""
VDLgæœFï¼\x12*\n
2¼»°
"""
]
|
||||||||||||||||||||||||
| 129 | 0.09 ms |
SELECT `name`, `path`, `author` FROM `app` WHERE `active` = 1
Parameters:
[] |
||||||||||||||||||||||||
| 130 | 0.06 ms |
SELECT `base_class` AS `baseClass`, `author` FROM `plugin`
Parameters:
[] |
||||||||||||||||||||||||
| 131 | 0.07 ms |
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
b"Ca~d\x01╠Lì▓ÄIA┌)\x03┼"
]
|
||||||||||||||||||||||||
| 132 | 0.07 ms |
SELECT `property_group`.`id` as `property_group.id`, `property_group`.`display_type` as `property_group.displayType`, `property_group`.`sorting_type` as `property_group.sortingType`, `property_group`.`filterable` as `property_group.filterable`, `property_group`.`visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage`, `property_group`.`created_at` as `property_group.createdAt`, `property_group`.`updated_at` as `property_group.updatedAt`, `property_group.translation.name`, COALESCE(`property_group.translation.name`,`property_group.translation.name`) as `property_group.name`, `property_group.translation.description`, COALESCE(`property_group.translation.description`,`property_group.translation.description`) as `property_group.description`, `property_group.translation.position`, COALESCE(`property_group.translation.position`,`property_group.translation.position`) as `property_group.position`, `property_group.translation.customFields`, COALESCE(`property_group.translation.customFields`,`property_group.translation.customFields`) as `property_group.customFields`, `property_group.translation.createdAt`, `property_group.translation.updatedAt`, `property_group.translation.propertyGroupId`, `property_group.translation.languageId` FROM `property_group` LEFT JOIN (SELECT `property_group.translation`.property_group_id, `property_group.translation`.name as `property_group.translation.name`, `property_group.translation`.description as `property_group.translation.description`, `property_group.translation`.position as `property_group.translation.position`, `property_group.translation`.custom_fields as `property_group.translation.customFields`, `property_group.translation`.created_at as `property_group.translation.createdAt`, `property_group.translation`.updated_at as `property_group.translation.updatedAt`, `property_group.translation`.property_group_id as `property_group.translation.propertyGroupId`, `property_group.translation`.language_id as `property_group.translation.languageId` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation`.language_id = ?) `property_group.property_group_translation` ON `property_group.property_group_translation`.`property_group_id` = `property_group`.`id` WHERE `property_group`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"G\tá5■Ð:\x1DÅ4úô\x05'y\x16" ] |
||||||||||||||||||||||||
| 133 | 0.07 ms |
SELECT `property_group`.`id` as `property_group.id`, `property_group`.`display_type` as `property_group.displayType`, `property_group`.`sorting_type` as `property_group.sortingType`, `property_group`.`filterable` as `property_group.filterable`, `property_group`.`visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage`, `property_group`.`created_at` as `property_group.createdAt`, `property_group`.`updated_at` as `property_group.updatedAt`, `property_group.translation.name`, COALESCE(`property_group.translation.name`,`property_group.translation.name`) as `property_group.name`, `property_group.translation.description`, COALESCE(`property_group.translation.description`,`property_group.translation.description`) as `property_group.description`, `property_group.translation.position`, COALESCE(`property_group.translation.position`,`property_group.translation.position`) as `property_group.position`, `property_group.translation.customFields`, COALESCE(`property_group.translation.customFields`,`property_group.translation.customFields`) as `property_group.customFields`, `property_group.translation.createdAt`, `property_group.translation.updatedAt`, `property_group.translation.propertyGroupId`, `property_group.translation.languageId` FROM `property_group` LEFT JOIN (SELECT `property_group.translation`.property_group_id, `property_group.translation`.name as `property_group.translation.name`, `property_group.translation`.description as `property_group.translation.description`, `property_group.translation`.position as `property_group.translation.position`, `property_group.translation`.custom_fields as `property_group.translation.customFields`, `property_group.translation`.created_at as `property_group.translation.createdAt`, `property_group.translation`.updated_at as `property_group.translation.updatedAt`, `property_group.translation`.property_group_id as `property_group.translation.propertyGroupId`, `property_group.translation`.language_id as `property_group.translation.languageId` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation`.language_id = ?) `property_group.property_group_translation` ON `property_group.property_group_translation`.`property_group_id` = `property_group`.`id` WHERE `property_group`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"Mô©e‘/;ݨX^G†²µa" ] |
||||||||||||||||||||||||
| 134 | 0.07 ms |
SELECT `property_group`.`id` as `property_group.id`, `property_group`.`display_type` as `property_group.displayType`, `property_group`.`sorting_type` as `property_group.sortingType`, `property_group`.`filterable` as `property_group.filterable`, `property_group`.`visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage`, `property_group`.`created_at` as `property_group.createdAt`, `property_group`.`updated_at` as `property_group.updatedAt`, `property_group.translation.name`, COALESCE(`property_group.translation.name`,`property_group.translation.name`) as `property_group.name`, `property_group.translation.description`, COALESCE(`property_group.translation.description`,`property_group.translation.description`) as `property_group.description`, `property_group.translation.position`, COALESCE(`property_group.translation.position`,`property_group.translation.position`) as `property_group.position`, `property_group.translation.customFields`, COALESCE(`property_group.translation.customFields`,`property_group.translation.customFields`) as `property_group.customFields`, `property_group.translation.createdAt`, `property_group.translation.updatedAt`, `property_group.translation.propertyGroupId`, `property_group.translation.languageId` FROM `property_group` LEFT JOIN (SELECT `property_group.translation`.property_group_id, `property_group.translation`.name as `property_group.translation.name`, `property_group.translation`.description as `property_group.translation.description`, `property_group.translation`.position as `property_group.translation.position`, `property_group.translation`.custom_fields as `property_group.translation.customFields`, `property_group.translation`.created_at as `property_group.translation.createdAt`, `property_group.translation`.updated_at as `property_group.translation.updatedAt`, `property_group.translation`.property_group_id as `property_group.translation.propertyGroupId`, `property_group.translation`.language_id as `property_group.translation.languageId` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation`.language_id = ?) `property_group.property_group_translation` ON `property_group.property_group_translation`.`property_group_id` = `property_group`.`id` WHERE `property_group`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"Ü€íÕ<ã;O®ä“Å/¢Å\x18" ] |
||||||||||||||||||||||||
| 135 | 0.07 ms |
SELECT `property_group`.`id` as `property_group.id`, `property_group`.`display_type` as `property_group.displayType`, `property_group`.`sorting_type` as `property_group.sortingType`, `property_group`.`filterable` as `property_group.filterable`, `property_group`.`visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage`, `property_group`.`created_at` as `property_group.createdAt`, `property_group`.`updated_at` as `property_group.updatedAt`, `property_group.translation.name`, COALESCE(`property_group.translation.name`,`property_group.translation.name`) as `property_group.name`, `property_group.translation.description`, COALESCE(`property_group.translation.description`,`property_group.translation.description`) as `property_group.description`, `property_group.translation.position`, COALESCE(`property_group.translation.position`,`property_group.translation.position`) as `property_group.position`, `property_group.translation.customFields`, COALESCE(`property_group.translation.customFields`,`property_group.translation.customFields`) as `property_group.customFields`, `property_group.translation.createdAt`, `property_group.translation.updatedAt`, `property_group.translation.propertyGroupId`, `property_group.translation.languageId` FROM `property_group` LEFT JOIN (SELECT `property_group.translation`.property_group_id, `property_group.translation`.name as `property_group.translation.name`, `property_group.translation`.description as `property_group.translation.description`, `property_group.translation`.position as `property_group.translation.position`, `property_group.translation`.custom_fields as `property_group.translation.customFields`, `property_group.translation`.created_at as `property_group.translation.createdAt`, `property_group.translation`.updated_at as `property_group.translation.updatedAt`, `property_group.translation`.property_group_id as `property_group.translation.propertyGroupId`, `property_group.translation`.language_id as `property_group.translation.languageId` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation`.language_id = ?) `property_group.property_group_translation` ON `property_group.property_group_translation`.`property_group_id` = `property_group`.`id` WHERE `property_group`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0EXûÌ´9:Ù‹ì€U“òׯ" ] |
||||||||||||||||||||||||
| 136 | 0.07 ms |
SELECT `property_group`.`id` as `property_group.id`, `property_group`.`display_type` as `property_group.displayType`, `property_group`.`sorting_type` as `property_group.sortingType`, `property_group`.`filterable` as `property_group.filterable`, `property_group`.`visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage`, `property_group`.`created_at` as `property_group.createdAt`, `property_group`.`updated_at` as `property_group.updatedAt`, `property_group.translation.name`, COALESCE(`property_group.translation.name`,`property_group.translation.name`) as `property_group.name`, `property_group.translation.description`, COALESCE(`property_group.translation.description`,`property_group.translation.description`) as `property_group.description`, `property_group.translation.position`, COALESCE(`property_group.translation.position`,`property_group.translation.position`) as `property_group.position`, `property_group.translation.customFields`, COALESCE(`property_group.translation.customFields`,`property_group.translation.customFields`) as `property_group.customFields`, `property_group.translation.createdAt`, `property_group.translation.updatedAt`, `property_group.translation.propertyGroupId`, `property_group.translation.languageId` FROM `property_group` LEFT JOIN (SELECT `property_group.translation`.property_group_id, `property_group.translation`.name as `property_group.translation.name`, `property_group.translation`.description as `property_group.translation.description`, `property_group.translation`.position as `property_group.translation.position`, `property_group.translation`.custom_fields as `property_group.translation.customFields`, `property_group.translation`.created_at as `property_group.translation.createdAt`, `property_group.translation`.updated_at as `property_group.translation.updatedAt`, `property_group.translation`.property_group_id as `property_group.translation.propertyGroupId`, `property_group.translation`.language_id as `property_group.translation.languageId` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation`.language_id = ?) `property_group.property_group_translation` ON `property_group.property_group_translation`.`property_group_id` = `property_group`.`id` WHERE `property_group`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"iOA\x0F\x02»:\x18©(t$§|¨j" ] |
||||||||||||||||||||||||
| 137 | 0.07 ms |
SELECT `property_group`.`id` as `property_group.id`, `property_group`.`display_type` as `property_group.displayType`, `property_group`.`sorting_type` as `property_group.sortingType`, `property_group`.`filterable` as `property_group.filterable`, `property_group`.`visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage`, `property_group`.`created_at` as `property_group.createdAt`, `property_group`.`updated_at` as `property_group.updatedAt`, `property_group.translation.name`, COALESCE(`property_group.translation.name`,`property_group.translation.name`) as `property_group.name`, `property_group.translation.description`, COALESCE(`property_group.translation.description`,`property_group.translation.description`) as `property_group.description`, `property_group.translation.position`, COALESCE(`property_group.translation.position`,`property_group.translation.position`) as `property_group.position`, `property_group.translation.customFields`, COALESCE(`property_group.translation.customFields`,`property_group.translation.customFields`) as `property_group.customFields`, `property_group.translation.createdAt`, `property_group.translation.updatedAt`, `property_group.translation.propertyGroupId`, `property_group.translation.languageId` FROM `property_group` LEFT JOIN (SELECT `property_group.translation`.property_group_id, `property_group.translation`.name as `property_group.translation.name`, `property_group.translation`.description as `property_group.translation.description`, `property_group.translation`.position as `property_group.translation.position`, `property_group.translation`.custom_fields as `property_group.translation.customFields`, `property_group.translation`.created_at as `property_group.translation.createdAt`, `property_group.translation`.updated_at as `property_group.translation.updatedAt`, `property_group.translation`.property_group_id as `property_group.translation.propertyGroupId`, `property_group.translation`.language_id as `property_group.translation.languageId` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation`.language_id = ?) `property_group.property_group_translation` ON `property_group.property_group_translation`.`property_group_id` = `property_group`.`id` WHERE `property_group`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"@I▓Ýé|=Ùܾ\rÃ░=\x15Ø" ] |
||||||||||||||||||||||||
| 138 | 0.78 ms |
SELECT COUNT(DISTINCT `product`.id) as count FROM `product` LEFT JOIN product parent ON `product`.parent_id = `parent`.id LEFT JOIN product_visibility visibility ON `product`.id = `visibility`.product_id LEFT JOIN product_visibility parent_visibility ON `parent_visibility`.product_id = ? LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` WHERE (`product`.parent_id = ?) AND (`product`.version_id = ?) AND (`visibility`.product_version_id = `product`.version_id OR `visibility`.product_version_id IS NULL) AND (`parent_visibility`.product_version_id = `parent`.version_id OR `parent_visibility`.product_version_id IS NULL) AND (`visibility`.sales_channel_id = ? OR (`visibility`.sales_channel_id IS NULL AND `parent_visibility`.sales_channel_id = ?)) AND (IFNULL(`product`.active, `parent`.active) = 1)
Parameters:
[ b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" b"\x0F©\x1CãéjK¾KÙÎu,4%" b""" VDLgæœFï¼\x12*\n 2¼»° """ b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 139 | 0.65 ms |
SELECT COUNT(DISTINCT `product`.id) as count FROM `product` LEFT JOIN product parent ON `product`.parent_id = `parent`.id LEFT JOIN product_visibility visibility ON `product`.id = `visibility`.product_id LEFT JOIN product_visibility parent_visibility ON `parent_visibility`.product_id = ? LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` WHERE (`product`.parent_id = ?) AND (`product`.version_id = ?) AND (`visibility`.product_version_id = `product`.version_id OR `visibility`.product_version_id IS NULL) AND (`parent_visibility`.product_version_id = `parent`.version_id OR `parent_visibility`.product_version_id IS NULL) AND (`visibility`.sales_channel_id = ? OR (`visibility`.sales_channel_id IS NULL AND `parent_visibility`.sales_channel_id = ?)) AND (IFNULL(`product`.active, `parent`.active) = 1) AND (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ?)) AND (`product`.`product_number` NOT LIKE '%\/%')
Parameters:
[ b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" b"\x0F©\x1CãéjK¾KÙÎu,4%" b""" VDLgæœFï¼\x12*\n 2¼»° """ b""" VDLgæœFï¼\x12*\n 2¼»° """ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 140 | 0.76 ms |
SELECT `product`.`id` FROM `product` LEFT JOIN product parent ON `product`.parent_id = `parent`.id LEFT JOIN product_visibility visibility ON `product`.id = `visibility`.product_id LEFT JOIN product_visibility parent_visibility ON `parent_visibility`.product_id = ? LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` WHERE (`product`.parent_id = ?) AND (`product`.version_id = ?) AND (`visibility`.product_version_id = `product`.version_id OR `visibility`.product_version_id IS NULL) AND (`parent_visibility`.product_version_id = `parent`.version_id OR `parent_visibility`.product_version_id IS NULL) AND (`visibility`.sales_channel_id = ? OR (`visibility`.sales_channel_id IS NULL AND `parent_visibility`.sales_channel_id = ?)) AND (IFNULL(`product`.active, `parent`.active) = 1) AND (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ?)) AND (`product`.`product_number` NOT LIKE '%\/%') GROUP BY product.id ORDER BY LENGTH(`product`.`product_number`) ASC, `product`.`product_number` ASC
Parameters:
[ b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" b"\x0F©\x1CãéjK¾KÙÎu,4%" b""" VDLgæœFï¼\x12*\n 2¼»° """ b""" VDLgæœFï¼\x12*\n 2¼»° """ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 141 | 0.94 ms |
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`id` LIMIT 100
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"½¡&\x7F\x17°9G¨¹0»vª×|" b"Û?¦£ï\81‚q2\x17cc\x158" b"ÛN^ÓÙ‚8"´\x1AÃb\x08_ÍÃ" b"f/æ#\x03\x1E7\x15‚º\x05«bÄ\x00â" b"a‘Ê\x03O(4ç‹o·í\¬d*" b"\x17òÖb\x10E=×”‘…‚€S›\" b"¼╩\v+V┼3:ª\f\x1F╦ÔâGØ" b"Ø╗ÌíÜ\x049▒░▀Á¢sV\x15\x1A" b"^Í\vx\x19P<º½‡±À#ã®{" b")e¢j\x08—1v¦{ü×KƒˆÔ" b"èÓèçq"3D¤ìP(18Oå" b"\x1D¬ErS\x149V¤Ä߀T÷ü\x12" b"‹|oíñ.7õ–—öÑFƒü´" b"!Ú°Ér.=žŸw{õ3qSu" b"i#äö\tê:¥?ÇCvµ«Ý" b"-'z™•1àš7m\x0F¥\x1E\x03U" b"ûªnÉêü3\x02í»¾êÜýú0" b"‗<SDÊ\f1Óá░(Èè!³É" b"~:·¾nv6\x1C›\x10ß9]°·\x08" b"þ┼Ì¥\x03G=Fá│^\x19¤a\x19ü" b"W▄rîÕØ8└¿║\x05bºî0" b"@¤ûXD|0ßåÜvà\x00ì\x03\v" b" !r§a&7E¹úS;Sì\x10\x1D" b"îâ@h<ñ7iÇ÷\x13ÿÉ9Ï\x03" b"”ËŸáÏo3ø³,îèGÕ[Å" b"`Iо_\x14=É£┤È-Ã%\x17D" b""" \vÝ_à†¤4Ì̟À\n øíj """ b"$\x0E\x1Añ8™<\x18Š's\x13·RþZ" b""" –H\n <¹Ä5Pµk‡Rþo— """ b"í_ÇÑf{0!—=ïç\x02½®¦" b"ÃPµûÊÞ=D¢\x0E4<?Ö>å" b""" )ò§\x16O!3\n ž\x05íä½üó` """ b"“*üïr»3ΊT\x1F‘’ñm#" b")Aø‚Øæ2%œ¸Ë ¾™Ð/" b"!=þ\x13(¨:\x1Eª\x08í¦J\x1FeR" b"XÜË‚àš2\x1D§«\x1E\x11lâi\x1E" b"\x1Dü\x02ù`¯3ø┤w !ï,F╗" b"ؤ$0\x12F:Q³‰\x14þ¥Øˆ\x1F" b"”ï \x17ž < ‡hE8\x04\x1CG\t" b"C)Ëôe3:©¦þÍÆN×kŒ" b"mUÊ¿ø98‰¤\x0Eoe©Æ*ž" b"Fäù—Üë6\x12¯éž»3½¯_" b"“T\x06Je†<t¾\x176‰àßß@" b"sI¬Àõ37؃ì‚{@Š0u" b""" :9Ýc\n ’1\x07‘Bß\x1D~åïx """ b"*»í\r²j3cûî;\x1F┌Û═ü" b"p¹ÒS×3<-œ©‰;OQñ\x1E" b"¬\rµÔf─1\tÜØÜ7+HÐÉ" b""" #JÉ·¾¡5\n –ö•LH\x14’© """ b"█@ØÔm©7[╝r:Rê^\x1Eª" b"4Ý\x1F>ÊÂ0؃wÈx›€}Ú" b"ÒÁïS|g>ͨ>j¥ÖJb]" b"ø°¢ÝìC?æ║ãç\vE$Ù|" b"ºÂ\x06¡_„=f›”’\x14Š\x13r}" b"áª\x1Cþ:’>Ä”}\t„\v_þ&" b"æ\´ÎY_<nƒ \v¥:Å´a" b"▓╩)¡y61ì▓<ô¨Ø¯X7" b"\x0EÊbàád4ö›ÓHÞÒÏ@Û" b"╦ïOS┤µ>\vü\x1DP\x1A¾j▓\x16" b"R3§[(š:ò¸SG¿yÇx\x05" b"[] \x07\x01ý6¾×`\x7F-Ž5Ò" b"Ø\x06ÔÖù\x119*┤¦î▀,+|A" b"ê\e─ɸ7ïÜÁypåt¶W" b"ó,ç]ÛN<2á\x7FØ┴]Ú└[" b"Êî$4vR5÷╝/»EüM0*" b"^4_\x7F”¥=&°\r\x11\x1Dž¬Y\x1F" b"Ÿ?ö—~á8æ«\rðù8k\x06^" 10 b""" VDLgæœFï¼\x12*\n 2¼»° """ true ] |
||||||||||||||||||||||||
| 142 | 71.35 ms |
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`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`, `product`.`stock` as `product.stock`, 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_stock` as `product.availableStock`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `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.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`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.productManufacturerVersionId`, (SELECT GROUP_CONCAT(HEX(`product.properties.mapping`.`property_group_option_id`) SEPARATOR '||') FROM `product_property` `product.properties.mapping` WHERE `product.properties.mapping`.`product_id` = `product`.`properties` ) as `product.properties.id_mapping`, (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`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_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 `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 `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.manufacturer.translation`.product_manufacturer_id, `product.manufacturer.translation`.product_manufacturer_version_id, `product.manufacturer.translation`.name as `product.manufacturer.translation.name`, `product.manufacturer.translation`.description as `product.manufacturer.translation.description`, `product.manufacturer.translation`.custom_fields as `product.manufacturer.translation.customFields`, `product.manufacturer.translation`.created_at as `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at as `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id as `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id as `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.language_id = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product.manufacturer`.version_id LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` 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""" \vÝ_à†¤4Ì̟À\n øíj """ b"\x0EÊbàád4ö›ÓHÞÒÏ@Û" b"\x17òÖb\x10E=×”‘…‚€S›\" b"\x1Dü\x02ù`¯3ø┤w !ï,F╗" b"\x1D¬ErS\x149V¤Ä߀T÷ü\x12" b" !r§a&7E¹úS;Sì\x10\x1D" b"!=þ\x13(¨:\x1Eª\x08í¦J\x1FeR" b"!Ú°Ér.=žŸw{õ3qSu" b""" #JÉ·¾¡5\n –ö•LH\x14’© """ b"$\x0E\x1Añ8™<\x18Š's\x13·RþZ" b")Aø‚Øæ2%œ¸Ë ¾™Ð/" b")e¢j\x08—1v¦{ü×KƒˆÔ" b""" )ò§\x16O!3\n ž\x05íä½üó` """ b"*»í\r²j3cûî;\x1F┌Û═ü" b"-'z™•1àš7m\x0F¥\x1E\x03U" b"4Ý\x1F>ÊÂ0؃wÈx›€}Ú" b""" :9Ýc\n ’1\x07‘Bß\x1D~åïx """ b"@¤ûXD|0ßåÜvà\x00ì\x03\v" b"C)Ëôe3:©¦þÍÆN×kŒ" b"Fäù—Üë6\x12¯éž»3½¯_" b"R3§[(š:ò¸SG¿yÇx\x05" b"W▄rîÕØ8└¿║\x05bºî0" b"XÜË‚àš2\x1D§«\x1E\x11lâi\x1E" b"[] \x07\x01ý6¾×`\x7F-Ž5Ò" b"^4_\x7F”¥=&°\r\x11\x1Dž¬Y\x1F" b"^Í\vx\x19P<º½‡±À#ã®{" b"`Iо_\x14=É£┤È-Ã%\x17D" b"a‘Ê\x03O(4ç‹o·í\¬d*" b"f/æ#\x03\x1E7\x15‚º\x05«bÄ\x00â" b"i#äö\tê:¥?ÇCvµ«Ý" b"mUÊ¿ø98‰¤\x0Eoe©Æ*ž" b"p¹ÒS×3<-œ©‰;OQñ\x1E" b"sI¬Àõ37؃ì‚{@Š0u" b"~:·¾nv6\x1C›\x10ß9]°·\x08" b"ê\e─ɸ7ïÜÁypåt¶W" b"‹|oíñ.7õ–—öÑFƒü´" b"îâ@h<ñ7iÇ÷\x13ÿÉ9Ï\x03" b"“*üïr»3ΊT\x1F‘’ñm#" b"“T\x06Je†<t¾\x176‰àßß@" b"”ËŸáÏo3ø³,îèGÕ[Å" b"”ï \x17ž < ‡hE8\x04\x1CG\t" b""" –H\n <¹Ä5Pµk‡Rþo— """ b"ûªnÉêü3\x02í»¾êÜýú0" b"ø°¢ÝìC?æ║ãç\vE$Ù|" b"Ø\x06ÔÖù\x119*┤¦î▀,+|A" b"Ø╗ÌíÜ\x049▒░▀Á¢sV\x15\x1A" b"Ÿ?ö—~á8æ«\rðù8k\x06^" b"ó,ç]ÛN<2á\x7FØ┴]Ú└[" b"¬\rµÔf─1\tÜØÜ7+HÐÉ" b"¼╩\v+V┼3:ª\f\x1F╦ÔâGØ" b"▓╩)¡y61ì▓<ô¨Ø¯X7" b"ºÂ\x06¡_„=f›”’\x14Š\x13r}" b"½¡&\x7F\x17°9G¨¹0»vª×|" b"ÃPµûÊÞ=D¢\x0E4<?Ö>å" b"╦ïOS┤µ>\vü\x1DP\x1A¾j▓\x16" b"Êî$4vR5÷╝/»EüM0*" b"ÒÁïS|g>ͨ>j¥ÖJb]" b"ؤ$0\x12F:Q³‰\x14þ¥Øˆ\x1F" b"Û?¦£ï\81‚q2\x17cc\x158" b"█@ØÔm©7[╝r:Rê^\x1Eª" b"ÛN^ÓÙ‚8"´\x1AÃb\x08_ÍÃ" b"áª\x1Cþ:’>Ä”}\t„\v_þ&" b"æ\´ÎY_<nƒ \v¥:Å´a" b"þ┼Ì¥\x03G=Fá│^\x19¤a\x19ü" b"èÓèçq"3D¤ìP(18Oå" b"í_ÇÑf{0!—=ïç\x02½®¦" b"‗<SDÊ\f1Óá░(Èè!³É" ] |
||||||||||||||||||||||||
| 143 | 3.60 ms |
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, COALESCE(`product_media.media.translation.title`,`product_media.media.translation.title`) as `product_media.media.title`, `product_media.media.translation.alt`, COALESCE(`product_media.media.translation.alt`,`product_media.media.translation.alt`) as `product_media.media.alt`, `product_media.media.translation.customFields`, COALESCE(`product_media.media.translation.customFields`,`product_media.media.translation.customFields`) as `product_media.media.customFields`, `product_media.media.translation.createdAt`, `product_media.media.translation.updatedAt`, `product_media.media.translation.mediaId`, `product_media.media.translation.languageId`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.media_id, `product_media.media.translation`.title as `product_media.media.translation.title`, `product_media.media.translation`.alt as `product_media.media.translation.alt`, `product_media.media.translation`.custom_fields as `product_media.media.translation.customFields`, `product_media.media.translation`.created_at as `product_media.media.translation.createdAt`, `product_media.media.translation`.updated_at as `product_media.media.translation.updatedAt`, `product_media.media.translation`.media_id as `product_media.media.translation.mediaId`, `product_media.media.translation`.language_id as `product_media.media.translation.languageId` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.language_id = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))) ORDER BY `product_media`.`position` ASC
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b""" \vÝ_à†¤4Ì̟À\n øíj """ b"\x0EÊbàád4ö›ÓHÞÒÏ@Û" b"\x17òÖb\x10E=×”‘…‚€S›\" b"\x1Dü\x02ù`¯3ø┤w !ï,F╗" b"\x1D¬ErS\x149V¤Ä߀T÷ü\x12" b" !r§a&7E¹úS;Sì\x10\x1D" b"!=þ\x13(¨:\x1Eª\x08í¦J\x1FeR" b"!Ú°Ér.=žŸw{õ3qSu" b""" #JÉ·¾¡5\n –ö•LH\x14’© """ b"$\x0E\x1Añ8™<\x18Š's\x13·RþZ" b")Aø‚Øæ2%œ¸Ë ¾™Ð/" b")e¢j\x08—1v¦{ü×KƒˆÔ" b""" )ò§\x16O!3\n ž\x05íä½üó` """ b"*»í\r²j3cûî;\x1F┌Û═ü" b"-'z™•1àš7m\x0F¥\x1E\x03U" b"4Ý\x1F>ÊÂ0؃wÈx›€}Ú" b""" :9Ýc\n ’1\x07‘Bß\x1D~åïx """ b"@¤ûXD|0ßåÜvà\x00ì\x03\v" b"C)Ëôe3:©¦þÍÆN×kŒ" b"Fäù—Üë6\x12¯éž»3½¯_" b"R3§[(š:ò¸SG¿yÇx\x05" b"W▄rîÕØ8└¿║\x05bºî0" b"XÜË‚àš2\x1D§«\x1E\x11lâi\x1E" b"[] \x07\x01ý6¾×`\x7F-Ž5Ò" b"^4_\x7F”¥=&°\r\x11\x1Dž¬Y\x1F" b"^Í\vx\x19P<º½‡±À#ã®{" b"`Iо_\x14=É£┤È-Ã%\x17D" b"a‘Ê\x03O(4ç‹o·í\¬d*" b"f/æ#\x03\x1E7\x15‚º\x05«bÄ\x00â" b"i#äö\tê:¥?ÇCvµ«Ý" b"mUÊ¿ø98‰¤\x0Eoe©Æ*ž" b"p¹ÒS×3<-œ©‰;OQñ\x1E" b"sI¬Àõ37؃ì‚{@Š0u" b"~:·¾nv6\x1C›\x10ß9]°·\x08" b"ê\e─ɸ7ïÜÁypåt¶W" b"‹|oíñ.7õ–—öÑFƒü´" b"îâ@h<ñ7iÇ÷\x13ÿÉ9Ï\x03" b"“*üïr»3ΊT\x1F‘’ñm#" b"“T\x06Je†<t¾\x176‰àßß@" b"”ËŸáÏo3ø³,îèGÕ[Å" b"”ï \x17ž < ‡hE8\x04\x1CG\t" b""" –H\n <¹Ä5Pµk‡Rþo— """ b"ûªnÉêü3\x02í»¾êÜýú0" b"ø°¢ÝìC?æ║ãç\vE$Ù|" b"Ø\x06ÔÖù\x119*┤¦î▀,+|A" b"Ø╗ÌíÜ\x049▒░▀Á¢sV\x15\x1A" b"Ÿ?ö—~á8æ«\rðù8k\x06^" b"ó,ç]ÛN<2á\x7FØ┴]Ú└[" b"¬\rµÔf─1\tÜØÜ7+HÐÉ" b"¼╩\v+V┼3:ª\f\x1F╦ÔâGØ" b"▓╩)¡y61ì▓<ô¨Ø¯X7" b"ºÂ\x06¡_„=f›”’\x14Š\x13r}" b"½¡&\x7F\x17°9G¨¹0»vª×|" b"ÃPµûÊÞ=D¢\x0E4<?Ö>å" b"╦ïOS┤µ>\vü\x1DP\x1A¾j▓\x16" b"Êî$4vR5÷╝/»EüM0*" b"ÒÁïS|g>ͨ>j¥ÖJb]" b"ؤ$0\x12F:Q³‰\x14þ¥Øˆ\x1F" b"Û?¦£ï\81‚q2\x17cc\x158" b"█@ØÔm©7[╝r:Rê^\x1Eª" b"ÛN^ÓÙ‚8"´\x1AÃb\x08_ÍÃ" b"áª\x1Cþ:’>Ä”}\t„\v_þ&" b"æ\´ÎY_<nƒ \v¥:Å´a" b"þ┼Ì¥\x03G=Fá│^\x19¤a\x19ü" b"èÓèçq"3D¤ìP(18Oå" b"í_ÇÑf{0!—=ïç\x02½®¦" b"‗<SDÊ\f1Óá░(Èè!³É" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 144 | 10.04 ms |
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""" \vÝ_à†¤4Ì̟À\n øíj """ b"\x0EÊbàád4ö›ÓHÞÒÏ@Û" b"\x17òÖb\x10E=×”‘…‚€S›\" b"\x1Dü\x02ù`¯3ø┤w !ï,F╗" b"\x1D¬ErS\x149V¤Ä߀T÷ü\x12" b" !r§a&7E¹úS;Sì\x10\x1D" b"!=þ\x13(¨:\x1Eª\x08í¦J\x1FeR" b"!Ú°Ér.=žŸw{õ3qSu" b""" #JÉ·¾¡5\n –ö•LH\x14’© """ b"$\x0E\x1Añ8™<\x18Š's\x13·RþZ" b")Aø‚Øæ2%œ¸Ë ¾™Ð/" b")e¢j\x08—1v¦{ü×KƒˆÔ" b""" )ò§\x16O!3\n ž\x05íä½üó` """ b"*»í\r²j3cûî;\x1F┌Û═ü" b"-'z™•1àš7m\x0F¥\x1E\x03U" b"4Ý\x1F>ÊÂ0؃wÈx›€}Ú" b""" :9Ýc\n ’1\x07‘Bß\x1D~åïx """ b"@¤ûXD|0ßåÜvà\x00ì\x03\v" b"C)Ëôe3:©¦þÍÆN×kŒ" b"Fäù—Üë6\x12¯éž»3½¯_" b"R3§[(š:ò¸SG¿yÇx\x05" b"W▄rîÕØ8└¿║\x05bºî0" b"XÜË‚àš2\x1D§«\x1E\x11lâi\x1E" b"[] \x07\x01ý6¾×`\x7F-Ž5Ò" b"^4_\x7F”¥=&°\r\x11\x1Dž¬Y\x1F" b"^Í\vx\x19P<º½‡±À#ã®{" b"`Iо_\x14=É£┤È-Ã%\x17D" b"a‘Ê\x03O(4ç‹o·í\¬d*" b"f/æ#\x03\x1E7\x15‚º\x05«bÄ\x00â" b"i#äö\tê:¥?ÇCvµ«Ý" b"mUÊ¿ø98‰¤\x0Eoe©Æ*ž" b"p¹ÒS×3<-œ©‰;OQñ\x1E" b"sI¬Àõ37؃ì‚{@Š0u" b"~:·¾nv6\x1C›\x10ß9]°·\x08" b"ê\e─ɸ7ïÜÁypåt¶W" b"‹|oíñ.7õ–—öÑFƒü´" b"îâ@h<ñ7iÇ÷\x13ÿÉ9Ï\x03" b"“*üïr»3ΊT\x1F‘’ñm#" b"“T\x06Je†<t¾\x176‰àßß@" b"”ËŸáÏo3ø³,îèGÕ[Å" b"”ï \x17ž < ‡hE8\x04\x1CG\t" b""" –H\n <¹Ä5Pµk‡Rþo— """ b"ûªnÉêü3\x02í»¾êÜýú0" b"ø°¢ÝìC?æ║ãç\vE$Ù|" b"Ø\x06ÔÖù\x119*┤¦î▀,+|A" b"Ø╗ÌíÜ\x049▒░▀Á¢sV\x15\x1A" b"Ÿ?ö—~á8æ«\rðù8k\x06^" b"ó,ç]ÛN<2á\x7FØ┴]Ú└[" b"¬\rµÔf─1\tÜØÜ7+HÐÉ" b"¼╩\v+V┼3:ª\f\x1F╦ÔâGØ" b"▓╩)¡y61ì▓<ô¨Ø¯X7" b"ºÂ\x06¡_„=f›”’\x14Š\x13r}" b"½¡&\x7F\x17°9G¨¹0»vª×|" b"ÃPµûÊÞ=D¢\x0E4<?Ö>å" b"╦ïOS┤µ>\vü\x1DP\x1A¾j▓\x16" b"Êî$4vR5÷╝/»EüM0*" b"ÒÁïS|g>ͨ>j¥ÖJb]" b"ؤ$0\x12F:Q³‰\x14þ¥Øˆ\x1F" b"Û?¦£ï\81‚q2\x17cc\x158" b"█@ØÔm©7[╝r:Rê^\x1Eª" b"ÛN^ÓÙ‚8"´\x1AÃb\x08_ÍÃ" b"áª\x1Cþ:’>Ä”}\t„\v_þ&" b"æ\´ÎY_<nƒ \v¥:Å´a" b"þ┼Ì¥\x03G=Fá│^\x19¤a\x19ü" b"èÓèçq"3D¤ìP(18Oå" b"í_ÇÑf{0!—=ïç\x02½®¦" b"‗<SDÊ\f1Óá░(Èè!³É" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" ] |
||||||||||||||||||||||||
| 145 | 27.50 ms |
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\r²éª8A8ö–¢zo“ø\x1F1" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1ELT\x04è\x165\x05¸\x06®Ìz²ö«" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"3#óäŒí4¾šøó¥©ÁTÝ" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"=ü(\x1A.╠2<àûæ½ø1o▀" b"Iı\x03\x13▒ô2╣®6ä\x19Pŵî" b"J)‚2,î6\x01œI~\x06wg39" b""" J ±\n Ok>U°"\rÓ–2sR """ b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"LW¾─7ª;Ýû\x13;Éjz%├" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"gsm \x152[úƒÉ\e\x15a¯┌" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"nEC9»26âü®NË=(Üx" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¼;ÏPÅø3UÑ!è°~¢çd" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"½ˆó´\x16Ü=7ŽÁP\x17¢\x04¬0" b"¾ÚÚU»Q0F¤ …¡—[Ÿ\x14" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"çÝ_\x12î£6¬€¤¢î¼«7#" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ý;ÞØ{\x102|Ü\ºGWþ<Þ" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x05eͪ<Ä6`—²]À²”‡—" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\vò\x1FHÃÍ7Þ’6hé\x00¬b§" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x0E\x18ÓQè\x18;6ì┴ÔãI¹\x11▒" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"(̵6¦:2å£\x10GÏx└Ø╠" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"Fÿnh×–0\x04‹U¤yf±-M" b"Jºü\x14\x06¤6N“’ÔN\x0E¥8ÿ" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"M\r‰2ð³8¦¸ýÞ›÷Mí7" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b"_'Ðx\x08$8Á’\x01‘‡ð§B\" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"bi“UÔ¡4*¦œÝ\x08ËOKÍ" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"sÞ·õ?ü3öš'qÕ\x02m8Í" b"tu-§S88±©€jtÚDRÎ" b"y\vžËëé5˜§õÒn3T»$" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"®ù═¸\x01¥<áöq;`‗ÅÛb" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"╔ɰ[«^<ÇÄZ CPfÇı" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Ȩé|y*8\rç×à)Æâìê" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ý-‗├¨c9+ùNWìçÿ▀S" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x00=9\x06´V1Dzí¾EüÇRf" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\tÄt¸¦¬8Ìóæ4*\x03ý3É" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x10\x18‡l\r´;v«=¬3®”\x13Ô" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"GÆbuv)9‘½\eXNˆ\tfË" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"T*©.\x19Ó3‚»'RFn\x04ôÑ" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b"^±g¹³q:+½ø[u¶JVQ" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"|é§\x11×å:×¶Y²Ðä¬Ù\x0E" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b""" Œ-4½\x08v?„´\n ‘ê›ô‰L """ b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¤õÍ)·¢?篛H\x1AöV¹Ò" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"µšÝÂU:3Ä•2[3Ð;(Ü" b"µâFrh<:\x18‚]JeZ8¤4" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"¼Ù\x08Áj\x105L²NË\x16œ\e\x05)" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"Ķr&>6}HÌ\x14½Pƒ" b"Îa\x00õ›s>‡–ðŒ—á+×\x04" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Ó›'/^Æ8=¿‹Rê{qGè" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"0\x07ß[ëw?ð”\x08¥š„9BÀ" b"4¢èYHæ?lÿJù:òż▓" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b""" J ±\n Ok>U°"\rÓ–2sR """ b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Q¡eF\:7\x1D‹õ\x1Dž_4\x08õ" b"U\fX>Ñ\7Ü„A6˜t~8Ð" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"mì/H;\x14?/†ØØâ¡0ïm" b"n\v'█©?2É×S R╦¬éð" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"xsÔ]║┤1Ùì░░¡/3^]" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"‰ZÅE0z2´Œv\eÙJØôÙ" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"ÅTr▒ôò<T┐I‗\x07ò\x7Fª_" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ó9\x14é\x05??Øæ¡5\x1F¶¾+Ê" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"¶£ô/"®6üŽÊújEBã½" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Õ\x00ÔÛí\x120ä›ç…öç\x7F\x03\x06" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ò´£ƒGý;ºœvûàqR&\x02" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ûCÒ\x0Fùú4i Hæ,w\eìÒ" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\tÄt¸¦¬8Ìóæ4*\x03ý3É" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\x1AŒ‚\x18(¢:Ê–Í.ÊTf-&" b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"7\r\x06\tj[9\x14žïÇIÆ‚“Ý" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"GÙ\x01lö;\x06╣cHrÅû\vw" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"l3V´–ý:8ŒÅ–/…"\x13”" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"“–B\‘ª4Q”Ͱ`ßoë>" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"š7˜Ò‹,>T»P<M® Î\r" b"œV5"ò€5/ŠÆ5l6G-\x07" b"œûB{G»4a‰K§9¹ûQ8" b"ƒæ\x07\x04\x1F\x1F9xØe╝)ât7ª" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"»¼\rD\x14\f1uØ┘`┬À‗Më" b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"╝¯Â┌ü\x003¦ÄÔ▓ø┘ó%Ø" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"Ç@%Ld¸?2ŽBŽÌ\x16\x07A\" b"Ê«µÈø47Õ“\x1DËUN5(Ù" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b""" Ù²¯\n ö█?ÈÖA\vÅòî3( """ b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ï/eóÌ\x16>Ƀ¤4u‘Ê\x18\t" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\v°ÃL\x01ú<\x15±»ø`™ë’°" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1ELT\x04è\x165\x05¸\x06®Ìz²ö«" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"0\x19\x14&%]=¨«áÜš¡à>\v" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b""" J ±\n Ok>U°"\rÓ–2sR """ b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"uAO3„\x197šª\x04úôàÖ<W" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"”ï?Ï|õ6?€-<\x01\x18m,\x7F" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"˜Ï`\x7FÅ\r1×’'ð\H\x18Ĩ" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"³»Ðd™ ;å•aóþ¨\x15͇" b"Á}9þä├26ï\x00└ìü\x11ͦ" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁW3ü£\x1D5¾Ÿq.4ùûUH" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"┬"Sa~/4Øçı=!üܦ\x13" b"Î\x18©ˆe…:‘ˆ'8uâM\x17C" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b"ä&\x1EÕ1\x00=#¢— H\x7F©\x18ë" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"¾û`8>@1óê\Î─üKï¨" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"÷¡└ò<╩1;ز¾\x1C´¼\x0FÝ" b"³+u2OQ6¨üîlj" 'c" b"\x04ý\x02\v4É=黆.ãØ|S‘" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08üΫ÷¨;h»Ç╬LHÚ:´" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1EÞu7Ѭ6j®š“º˜B¢\x13" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"&ßÅi,\x15;ù¼tåÑ═"╠ß" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"VJ-QìÂ?1ÂY║\x14Aíf£" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"a=ñ"L\x173¼¼ý¼ÊjŠzÓ" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7Fôn9¼Õ;É¢{‗D¹ÙÇÈ" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"ÅTr▒ôò<T┐I‗\x07ò\x7Fª_" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"³»Ðd™ ;å•aóþ¨\x15͇" b"Á}9þä├26ï\x00└ìü\x11ͦ" b"·v½\x01n13æ˜C(† §Ë\v" b"·¾Vœbñ>¶˜]9ÜŽh¢;" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Èbêì▒╦7\rù¬\ü:k¾\t" b"Õ\x00ÔÛí\x120ä›ç…öç\x7F\x03\x06" b"×EÍ=Oº9\x1E›Ã\x1D»¸\eP\x1D" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ûCÒ\x0Fùú4i Hæ,w\eìÒ" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\tÄt¸¦¬8Ìóæ4*\x03ý3É" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b" “é\x0E*ƒ4Õ±ÄÎ\x06\</„" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"H°Y"ÖC4ˆ¦i:UÒÖML" b""" J ±\n Ok>U°"\rÓ–2sR """ b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b"\Ù\x155ä²?\ ©<ýh,\f“" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"a7f®±.4\v˜0\x06„‘\x00lÔ" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ˆ=j!…ë3;¢&9\x17eÒŠã" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ži˜T2r5œˆÿ<à,çå¾" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"«K^úVÆ3ìÀ\x1CDøÂwKí" b"»¼\rD\x14\f1uØ┘`┬À‗Më" b"°q{¶Œ)9r“‚s¯ÛDCý" b"│┌RØU[1ñÖ┐ð6┐9(ä" b"·v½\x01n13æ˜C(† §Ë\v" b"╗öVìı_0T©ÛÅ2ÝÄ‗ç" b""" »Ñïk-•0þ /\n »”’\x13ñ """ b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"┐»Ü/`╔8─üð±¶R\x1E├ª" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b"âëI¶„ñ9-¢©=ü¡F½7" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"öc'u™Ž4ÍŒØW+mØàý" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08üΫ÷¨;h»Ç╬LHÚ:´" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x0F¯nÒ"N:Ù€DeD‘üÍò" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"4LÚY—ù=ГÉ\x0Eæ¿•\x02“" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"R±ÂwXù9m▒\x07ÉÚ#»\«" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b"^Äl–ôÂ0ʽä6‰F\x19¿ " b"_lÏÍÒs3ì„»y7œn\x18„" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"dÞîM$Ê7‚€^®EA‰ÆÌ" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"g█═¦\ø9Éü├B)ð$ç/" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"mÿ\x18—\x14h5Ÿ´Ñë9ÿ\x02Ðÿ" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"Œª|£–-1a’;óäÑ\x1Fe¥" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"š*…Š4\x13:à§©_Ùĸb®" b"œV5"ò€5/ŠÆ5l6G-\x07" b"œÝý#\x1F\x137`¦òš«\x1FP*Ÿ" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"╔ɰ[«^<ÇÄZ CPfÇı" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Ó©—\x11\x1DÎ6¨…ÒqúU\v\x17ü" b"Èbc»▒´<#ìÄÎ\x18ã§R\x07" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1ELT\x04è\x165\x05¸\x06®Ìz²ö«" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"3#óäŒí4¾šøó¥©ÁTÝ" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"J)‚2,î6\x01œI~\x06wg39" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"LW¾─7ª;Ýû\x13;Éjz%├" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Y4ØpÞõ8=‘‡\x1E{¯˜dÈ" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"gsm \x152[úƒÉ\e\x15a¯┌" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"t{¤└╠;0╔Å'äafx%|" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™\v\x05´Õ\x17:›’ðÏ´z1aÎ" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"®n®;¼÷2Ô“²Žÿa€±k" b"°q{¶Œ)9r“‚s¯ÛDCý" b"³m»Ä5k4©šnðÓ–\x1C\x01’" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"¼Ù\x08Áj\x105L²NË\x16œ\e\x05)" b"½ˆó´\x16Ü=7ŽÁP\x17¢\x04¬0" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"ÍÖþ.}w9¶}(•ЈOó" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"çÝ_\x12î£6¬€¤¢î¼«7#" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ï7k©Èe6z©:TÖð’ük" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"%þÐDÖO6_¿èÂ`¾"\x02æ" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"3ê\x11]£\x03?<É╝:¡èëÃÁ" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"M\r‰2ð³8¦¸ýÞ›÷Mí7" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"O˜\x13SQn5…›\x10MÕlVŒþ" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b"\0‚\x0F\v$?!’ŠšçÍ#þÞ" b"]ƒ\e!³³1¶ú\x11ãŠ\x1F\x0FB" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"`÷þÚYž;þ£\x1AM¸ûÆïw" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"uj\x1A\vyQ<P¯ƒJêV\x02ËY" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"®ÂæBóL4qŠ!%ï«\x18\x03q" b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"ÇÅ»âö:\x04Ž—*^¦Ø\x13Å" b"ÌÃ×¥N46S»Ž&‹Ž˜èY" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Ù\x13®r \x10?FŠm\x1D¨h0¬u" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"Û³^ ÕÐ8\x07Ÿ)˜ÇZtÒ\x19" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ûCÒ\x0Fùú4i Hæ,w\eìÒ" b"³+u2OQ6¨üîlj" 'c" b"ýŠ9ƒÃ¼=\x13š\x0ESÔñ\x0Eõª" b"\x00=9\x06´V1Dzí¾EüÇRf" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\tÄt¸¦¬8Ìóæ4*\x03ý3É" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\x19\x0EWˆ†õ0e¢|†jE;w'" b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"%5#Q”9>\x0EƒŽNRѦs£" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"ENXã¹@1\x00ˆj¾9¬¡9ˆ" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"T*©.\x19Ó3‚»'RFn\x04ôÑ" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"|é§\x11×å:×¶Y²Ðä¬Ù\x0E" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"ÉÉ<ñ▓-64òÂ|ßþ\e╩╣" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"•y(?W£:Χ-ðò°ý4x" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b""" á\x01ã\x05├▓2\x1Fü▓\n ª░2\x1D║ """ b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¤õÍ)·¢?篛H\x1AöV¹Ò" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"¼Ù\x08Áj\x105L²NË\x16œ\e\x05)" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"Ê¥ú¦úñ3[žR—ÜÓä5×" b"Îa\x00õ›s>‡–ðŒ—á+×\x04" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ú'\x10éŸ\x130`‚(k>c…\x10[" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\fš\x10!Qì1\e•KÞ(‘êd´" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"M\r‰2ð³8¦¸ýÞ›÷Mí7" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Y\x02ÄŸåü;6Œ·úl×)\x15À" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qOÄ\x00\x10ü<Ö¦¾\x16<dJ8â" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z~…½£Š93»q\x02Ì^\v\x07L" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"ÅTr▒ôò<T┐I‗\x07ò\x7Fª_" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¼Ã-âß®0üäØM&x¾╠(" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"°¡Öœò86‘–Ùg.\\x13ˆN" b"³»Ðd™ ;å•aóþ¨\x15͇" b"Á}9þä├26ï\x00└ìü\x11ͦ" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"┬"Sa~/4Øçı=!üܦ\x13" b"Î\x18©ˆe…:‘ˆ'8uâM\x17C" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Õ\x00ÔÛí\x120ä›ç…öç\x7F\x03\x06" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ëý5#Æ\x02;©´âGÒ\rvSÝ" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ûCÒ\x0Fùú4i Hæ,w\eìÒ" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1FüwIßï2¸«irHdþ‘\x1F" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b">m}X+\x162«˜ 3¸ôz!Ã" b">îéÚEù>ð“\x05IhÇy¶ú" b""" @\x18\n ™ñ´?\x05™+é hUŒ— """ b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"M\r‰2ð³8¦¸ýÞ›÷Mí7" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"SøÿÂc▒14ìÂóPa\Û¦" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"f\x18霬x=8‚\x12½Ù~„µà" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"}\x7F•xÀÿ3p¶ÂIàØáT›" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"›—è³°ü7†œÛùI\x0E\x00j•" b"œV5"ò€5/ŠÆ5l6G-\x07" b"¢\x0E"×J”?éËüÃ)Òrµ" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"ÍÐ█3Ão6gÖÄÆzÅÜ\x10j" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b"ÓÞ┼4Ç<>-ü▓\tÌ=àë\x14" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"æ•WS\x03Þ=æ•Sñ\v×ÎèÈ" b"é0Àk\x1C–4€¯\x12;\x13ÍÕf\" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ûCÒ\x0Fùú4i Hæ,w\eìÒ" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x07qa\x01†²?ú›yü”âBäó" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\tÄt¸¦¬8Ìóæ4*\x03ý3É" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b""" J ±\n Ok>U°"\rÓ–2sR """ b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"f‹p˜ Ê8\x1F°¡Ð+Âõñ”" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"w\x00■\\x12_>Ë┤╬ìQVSP5" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ži˜T2r5œˆÿ<à,çå¾" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"«K^úVÆ3ìÀ\x1CDøÂwKí" b"°q{¶Œ)9r“‚s¯ÛDCý" b"░Ø▄\x08)Õ9ýôÛ└mx£\x07\x03" b"│┌RØU[1ñÖ┐ð6┐9(ä" b"ÂUÃ\r¥@67à¼âi─\x06Øj" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"½°\x1FÖØ’;!¬\eYI\x07ÎI " b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"ÔsΉÂ\x031äª6}˜‡¬„´" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b"âëI¶„ñ9-¢©=ü¡F½7" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"Ûgn┘®N47ÀIº┤ó█ü┌" b"ÛåüeH+0Ïè¬ìçý\v?ð" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08üΫ÷¨;h»Ç╬LHÚ:´" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\f·õúæ©=ì»lëÆÕ+¼t" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b""" "»y\n ï6xƒãÍï\v\x02üÇ """ b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"0eþ\x02J▓>\x15ÑÒÅR³╩ëÀ" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"Fà’~¢ç3U¬ÔYËY^,\x1F" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Q¬§└ u7õص\x1E\x06l\x7F´u" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"bD\e×g·8†…Ö\r\tÕ8T@" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"mÿ\x18—\x14h5Ÿ´Ñë9ÿ\x02Ðÿ" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b""" rׯw\n e5̬\x14ãnIsÁ$ """ b"s&ž+4U5ƱÄר¡\x02‰€" b"tu-§S88±©€jtÚDRÎ" b"uØÖQ\f╔<\x06¢ƒ #_bØf" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ˆ=j!…ë3;¢&9\x17eÒŠã" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"ÿu\x01ı±ê0½ü#ëe1GîÔ" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"╔ɰ[«^<ÇÄZ CPfÇı" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ÚX░EUÜ2╗░q-│,Ø┘O" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"±>\x11C\x052>╦úôì(-\våË" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08üΫ÷¨;h»Ç╬LHÚ:´" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\rDÍ)¡/<~‘ˆ\x11?Y«C¼" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1FüwIßï2¸«irHdþ‘\x1F" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b">m}X+\x162«˜ 3¸ôz!Ã" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"f\x18霬x=8‚\x12½Ù~„µà" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"iÒCH.Ì4Åô\x00ûÖ-L-Y" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"†w«\x06)º9ý¨¤&-}7\x06j" b"ŠoW3Ó®=à°~i¬£Œ\x07Ä" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"›—è³°ü7†œÛùI\x0E\x00j•" b"œV5"ò€5/ŠÆ5l6G-\x07" b"¢\x0E"×J”?éËüÃ)Òrµ" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"ß=\x07\t+£1^›Ÿj£\x01(q\x06" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"é0Àk\x1C–4€¯\x12;\x13ÍÕf\" b"êö\x00$Ž]>⻊µ‚\x0FTH²" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"÷¯\x07H\x10^;xÅ4©═û\x02\x16I" b"ûCÒ\x0Fùú4i Hæ,w\eìÒ" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x0F\x1F┌SLı6ÞÁ╬WáØ┤ 5" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1ELT\x04è\x165\x05¸\x06®Ìz²ö«" b""eÌ·©M7\x14€hžZl”n–" b"$g¯▀¯º8üêrþ\v.y¬Æ" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"LW¾─7ª;Ýû\x13;Éjz%├" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Y7¬çù┌:┤Åuõ\eÉùB\v" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"c·#Ú½å>\x07¨,7\x06\eÿc÷" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"gsm \x152[úƒÉ\e\x15a¯┌" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"}\x02¾æ†g3;q߉‹\vúX" b"\x7Fiz-ÿ(43Å\x0F½9\fÈHh" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"öt*■ãì3Bö¼d\x1F7ù/9" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"øëÉOhÝ5TÆcÄ"ÂE¢s" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b""" ½ì]ÆÄ¯9\n í\n ▓{\x1A0ä\x12 """ b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"¼Ù\x08Áj\x105L²NË\x16œ\e\x05)" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"ÍÖþ.}w9¶}(•ЈOó" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"ÔsΉÂ\x031äª6}˜‡¬„´" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x00³Ò\x001A8¨£mLãÞ[²¥" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"5\x0E%h\x193¡†\x0EY™0*'t" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"M\r‰2ð³8¦¸ýÞ›÷Mí7" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"O˜\x13SQn5…›\x10MÕlVŒþ" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"T]`Ã\x04«=Þ„3Ä\x1C\x14E\x14ñ" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b"]ƒ\e!³³1¶ú\x11ãŠ\x1F\x0FB" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"`÷þÚYž;þ£\x1AM¸ûÆïw" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"€ù÷\x11¡ê=ˆ¾&¿ÓÀhI\n" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"òÖ╩EıÉ=C║Péfü\x13╬Ö" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"¡ôkó¹=?b£C==Hã\x11S" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"ÍRZ╚X.?½&Ø\x05¡ýL>" b"Ù\x13®r \x10?FŠm\x1D¨h0¬u" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ìñZ™ñ.1Ïœ,\x1CÙOj8\x01" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ûCÒ\x0Fùú4i Hæ,w\eìÒ" b"³+u2OQ6¨üîlj" 'c" b"ýŠ9ƒÃ¼=\x13š\x0ESÔñ\x0Eõª" b"\x04’? <\x128μóà›ÿµ8í" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\eç\fzl02ØŸMG^À¦>†" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"<Ù\x14–Uà4²›í \x1E\x06nh\x19" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"M\r‰2ð³8¦¸ýÞ›÷Mí7" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"S–V(\x18×0¿‚—iϸjÿh" b"SøÿÂc▒14ìÂóPa\Û¦" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b"`“²\x1Eп7Rmv -ûßY" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"¢\x0E"×J”?éËüÃ)Òrµ" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"®ÂæBóL4qŠ!%ï«\x18\x03q" b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"┼¿¿j¹t?àØo(_·õA\x1D" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Ö(Ó¬ï¥?n‰uÏ\x11|¤o2" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"Û³^ ÕÐ8\x07Ÿ)˜ÇZtÒ\x19" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"é0Àk\x1C–4€¯\x12;\x13ÍÕf\" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ûCÒ\x0Fùú4i Hæ,w\eìÒ" b"³+u2OQ6¨üîlj" 'c" b"ýŠ9ƒÃ¼=\x13š\x0ESÔñ\x0Eõª" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\vò\x1FHÃÍ7Þ’6hé\x00¬b§" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1C47£E¾2x”X&\x057‡¡÷" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"7\x15EHª¼2JÅÍk÷X,öv" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b"[¾ÏŒÃº9¨¯^d‘ó\x11ÎÕ" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"cýéÅ├:;<ïÔ\f//1æù" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"|═;A¿ü4¹óã[£╦ðÉ■" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"Žà¦ðÊÓ>Þ‡Ö¸êXÂÂ]" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"œWÁ®Är0\v²\x01`IΫUT" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"½g«qÈÍ<í¡\vì<îë$Ê" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"ü\e•¿\x0E<åƒeƒ9$\x02\x01Ø" b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"╔ɰ[«^<ÇÄZ CPfÇı" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b"ã\tÖ ±µ0ƒŠN¥\x08Û×ò@" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ý-‗├¨c9+ùNWìçÿ▀S" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"°█Q\x07PÉ<╬ö\f'\fx Ýo" b"³+u2OQ6¨üîlj" 'c" b"þR‡=Â!?ð„óg\D‚“`" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\r²éª8A8ö–¢zo“ø\x1F1" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1ELT\x04è\x165\x05¸\x06®Ìz²ö«" b" \x00½ZÓä2Í·ÎË&f;ìÆ" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b")\x18™\x1DÃI>æ’Úí)l¬/¨" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"1sëö\e]9─ú61D!Øwq" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b""" J ±\n Ok>U°"\rÓ–2sR """ b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"LW¾─7ª;Ýû\x13;Éjz%├" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b"`.ÉÌ´╠;▄│]¢‗!╠×U" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"c·#Ú½å>\x07¨,7\x06\eÿc÷" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"gsm \x152[úƒÉ\e\x15a¯┌" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"xY£°ìÚ8vªq„.\x1E\x1640" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7Fiz-ÿ(43Å\x0F½9\fÈHh" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ˆ=j!…ë3;¢&9\x17eÒŠã" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b""" ½ì]ÆÄ¯9\n í\n ▓{\x1A0ä\x12 """ b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"╠▒╚(╗¨6ô┐·Ý\x12ؤ'\x13" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"ÔsΉÂ\x031äª6}˜‡¬„´" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"&ßÅi,\x15;ù¼tåÑ═"╠ß" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"M\r‰2ð³8¦¸ýÞ›÷Mí7" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"WÒÓ.Ø?1÷ê®V└\x02HNj" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z~…½£Š93»q\x02Ì^\v\x07L" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ˆŸ6\\x1C\x18:û‘\x19ÅÞ¬Ho\x13" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"ÅTr▒ôò<T┐I‗\x07ò\x7Fª_" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬w\x10*>\x07?y¾õŒYz 0\x07" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"®™ì;ùF:2ˆž"Íü@Yf" b"°q{¶Œ)9r“‚s¯ÛDCý" b"³»Ðd™ ;å•aóþ¨\x15͇" b"Á}9þä├26ï\x00└ìü\x11ͦ" b"·v½\x01n13æ˜C(† §Ë\v" b"·¾Vœbñ>¶˜]9ÜŽh¢;" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁƱh‚.?Á§~øÊ§R5*" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Õ\x00ÔÛí\x120ä›ç…öç\x7F\x03\x06" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"Õ®àØÆ8;hé^k\x01¦\x1C[÷" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ûCÒ\x0Fùú4i Hæ,w\eìÒ" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b""" \n ¨ûæO|9;¡\x1E“r(uã """ b"\vò\x1FHÃÍ7Þ’6hé\x00¬b§" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1C47£E¾2x”X&\x057‡¡÷" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Y¥ð:bt5 íõ´8¤láÅ" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"}ÑHWô╣6ôü¯D9xâói" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"Žà¦ðÊÓ>Þ‡Ö¸êXÂÂ]" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"½g«qÈÍ<í¡\vì<îë$Ê" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"▓hC╬Ò«8ûøö:~lÉׯ" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"╔ɰ[«^<ÇÄZ CPfÇı" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"ÏŠ)ÿ]Ù8#¤ê§x]¿ƒ" b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"ÕN}°Lò;Èš\x11ÖS\x15õVæ" b"ı─7¦a¦9ô└ÉÌ\x101´ê" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ý-‗├¨c9+ùNWìçÿ▀S" b"±¿Y┤O6þت┌.éÎÉ╔" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"°█Q\x07PÉ<╬ö\f'\fx Ýo" b"³+u2OQ6¨üîlj" 'c" b"\x07\x18>4▒░>■ù(<\x08╦8ů" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b" ‚–å\x11Z8[¶Ë5›§Kéú" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"&˜Yžiº;xº~ÕÆ¢\x07Ýù" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"G#™c@Ä1܃Yº%Õi\x1A#" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"gà0\r[³4z¥k\x17D\x13ê¥Ö" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"‡;ß(ƒ{7v¡Gg2¯1°€" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"Ĭ\x13±4\f4\tñBÞÉ÷ÁÕ]" b"ÅÂ`½\vö1µ©+l▀<õÄO" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"òÉ,w©I83ééÚ\x18üë\x15?" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"¾ÆM'n|>'—o-Ÿå\x19\x16â" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"─V¶}\x08°=bº\x15:ÿx\e£Å" b"╔ɰ[«^<ÇÄZ CPfÇı" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"ÔÓöûX\x11:ÈŠ\x04tSÊ\x07>€" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"ß?¨o%\x067̯\x12hí\t[Æ÷" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"■A-ü~╔;¢┤ãVüì¿yô" b"\x00=9\x06´V1Dzí¾EüÇRf" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\tÄt¸¦¬8Ìóæ4*\x03ý3É" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b"\x161³)Ý;0\x7Fˆ•€*Q¥8\r" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1F╝)±\x12ì<¼æj\x08Ã\aÜØ" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"'\x11▓█Üí>ÖÇ\x19¢NvØx■" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"7\r\x06\tj[9\x14žïÇIÆ‚“Ý" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"ET®Æ‡m4J‡¬G‡Í \x16|" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"T*©.\x19Ó3‚»'RFn\x04ôÑ" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b"\`ãŸM\x07?º…ˆœêôJÃn" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"nÛ»ó\x1229\x1Fž)_gÎb˜\e" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"|é§\x11×å:×¶Y²Ðä¬Ù\x0E" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b""" á\x01ã\x05├▓2\x1Fü▓\n ª░2\x1D║ """ b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"Ê¥ú¦úñ3[žR—ÜÓä5×" b"Îa\x00õ›s>‡–ðŒ—á+×\x04" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"¶b?Çuü8\x00ûSô¢Vþê+" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1ELT\x04è\x165\x05¸\x06®Ìz²ö«" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b",u²º“L0ã…¼¡×\x12\x081£" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"LW¾─7ª;Ýû\x13;Éjz%├" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"XÅ~┬%\x039\x19»å&█\e┤\x00Î" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"gsm \x152[úƒÉ\e\x15a¯┌" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"h©xæ2‡0gš\x10\vb\x15¹h^" b"p\x12”\vCŒ1ß´\x1C\x08¦§H*\r" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b""" {¦Ë®\n \v??¤áæ\t"àù """ b"\x7Fiz-ÿ(43Å\x0F½9\fÈHh" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"äÈ┐\x06$ã7▀êüÍÎ\x1E}Üw" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b""" ½ì]ÆÄ¯9\n í\n ▓{\x1A0ä\x12 """ b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"¼Ù\x08Áj\x105L²NË\x16œ\e\x05)" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"ÍÖþ.}w9¶}(•ЈOó" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"ÊÁT╔Ùö1r¢Ø}nw╗\Ö" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b"âÂ÷7È\x196C ”H\x13ƒ¶\x14¬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x00=9\x06´V1Dzí¾EüÇRf" b"\x03(\x053ú7,¿\x1F}ö"\tŸ3" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\tÄt¸¦¬8Ìóæ4*\x03ý3É" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x10\x18‡l\r´;v«=¬3®”\x13Ô" b"\x10LÃ$¸]7Ç£L=F{šÜm" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-¼\x00||ð5)¼“\n\x139\x16\n" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"7\r\x06\tj[9\x14žïÇIÆ‚“Ý" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b""" A\x18@Ï6-5Û˜Ë\x11\n H4AR """ b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"T*©.\x19Ó3‚»'RFn\x04ôÑ" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"|é§\x11×å:×¶Y²Ðä¬Ù\x0E" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ˆ=j!…ë3;¢&9\x17eÒŠã" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"µâFrh<:\x18‚]JeZ8¤4" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"Êaåø–ÿ1ñ¾l/lÚù\x02É" b"Îa\x00õ›s>‡–ðŒ—á+×\x04" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ò\x19È.\x08]2–†\x02•ý«±Âð" b"¶b?Çuü8\x00ûSô¢Vþê+" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\tÄt¸¦¬8Ìóæ4*\x03ý3É" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b">¹u÷Y®8\‹\f\x1E=zDê\x12" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"PãXÂÞü3!›i‘¸Q[\x04-" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"QŸç\x16‹ù1«“~>‹\x18cöø" b"RüÞX\x1E.:¬‚I\x1Eè‚#j…" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"fð┬©V×7èÉ*ó\x062O/I" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"ï¡\r▄\rE:2É┌#▀H³-s" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"û´Ã>ж>\x18Ø\x1C\x02æ? N " b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"¼Ù\x08Áj\x105L²NË\x16œ\e\x05)" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"Ê¢hŽF43†|\fËP¡ø’" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Öa¥fk»:Ñ¿\x00Ã2¡“»q" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"Ûæ¶”Þm?`ˆv%Áp\x19³\x19" b"▄w.\x01~.3JÉñ\x14,b¡I¨" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ú\x03Ni\x00@1Oœ\r^ÆŠ~rÚ" b"³+u2OQ6¨üîlj" 'c" b"ÿ\x1Dp¾ï©4Ѭ˜E‘Š‹\f¸" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\tÄt¸¦¬8Ìóæ4*\x03ý3É" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b"\x14,Ò/‹Ï<ã ÛõïZzÂ’" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""\x1Cº`ƒh>Ý‹`\x15F\x13¾ïÅ" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"Dz¯îŸ.>÷›\x7FØ9o\v®ª" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"a"áõ\x12▓0ùì╩mo├ÐÃJ" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"iïíWg«>\tƒì▄<\x05─F4" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"×ɨ╣§\>fúT^õCö²£" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"ªp3ƒÕñ:ŒŸËÌã‹-@E" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"«K^úVÆ3ìÀ\x1CDøÂwKí" b"»¼\rD\x14\f1uØ┘`┬À‗Më" b"°q{¶Œ)9r“‚s¯ÛDCý" b"│┌RØU[1ñÖ┐ð6┐9(ä" b"·v½\x01n13æ˜C(† §Ë\v" b"╗öVìı_0T©ÛÅ2ÝÄ‗ç" b""" »Ñïk-•0þ /\n »”’\x13ñ """ b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"¼Ù\x08Áj\x105L²NË\x16œ\e\x05)" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b"âëI¶„ñ9-¢©=ü¡F½7" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08üΫ÷¨;h»Ç╬LHÚ:´" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\rDÍ)¡/<~‘ˆ\x11?Y«C¼" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"7\x1E_T…m9ˆ¸r‰K”Ycˆ" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"S–V(\x18×0¿‚—iϸjÿh" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"„\f~#\x17„1¹½l¯î·4‚Ø" b"ˆ=j!…ë3;¢&9\x17eÒŠã" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"¢\x0E"×J”?éËüÃ)Òrµ" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"®ÂæBóL4qŠ!%ï«\x18\x03q" b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"╝I├Å\tÉ<╗æ\x1AbÄIÄ2C" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"Èlá‹ÑI7\x1F«¤‰íÙ£Fý" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Ù\x05‡Ú¹Ï6I—\x1AÔ”Ã~*S" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"ÙäÜ_%Z4-§}oH´&*" b"Û³^ ÕÐ8\x07Ÿ)˜ÇZtÒ\x19" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"é0Àk\x1C–4€¯\x12;\x13ÍÕf\" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ûCÒ\x0Fùú4i Hæ,w\eìÒ" b"³+u2OQ6¨üîlj" 'c" b"ýŠ9ƒÃ¼=\x13š\x0ESÔñ\x0Eõª" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08üΫ÷¨;h»Ç╬LHÚ:´" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\rDÍ)¡/<~‘ˆ\x11?Y«C¼" b"\x10ùà\x00¾ã1xå\x0EÏc½UüÙ" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"+¤\x11%X'2;”»\x01\x1E}%M\x01" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"C¬\x18¾øf14ç=$_Ó7║ì" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"f\x18霬x=8‚\x12½Ù~„µà" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"x—BœïH7X’\Ÿ\x08bóž@" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"ŒÒI\x1Aø3= ´!ny+œê" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"òÖ╩EıÉ=C║Péfü\x13╬Ö" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"›—è³°ü7†œÛùI\x0E\x00j•" b"œV5"ò€5/ŠÆ5l6G-\x07" b"¢\x0E"×J”?éËüÃ)Òrµ" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Ö\voEn’>~ž‡\x04¢æ\x07ƒ«" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"þØ®j╩A9lѯƒ.²¶▄i" b"é0Àk\x1C–4€¯\x12;\x13ÍÕf\" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ûCÒ\x0Fùú4i Hæ,w\eìÒ" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\f=íi¿[=\x07œÖÿ㈎q\x19" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"5\x0E%h\x193¡†\x0EY™0*'t" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"<‘—gì.3§™Ûbߦ6‘B" b"<Â\x00.ò+8dååN~µÅzv" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"M\r‰2ð³8¦¸ýÞ›÷Mí7" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"S–V(\x18×0¿‚—iϸjÿh" b"SøÿÂc▒14ìÂóPa\Û¦" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"•*boK\x151\e»hŸ:u\x1Cïv" b"òÖ╩EıÉ=C║Péfü\x13╬Ö" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"¢\x0E"×J”?éËüÃ)Òrµ" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"ºÑ"›\x00\x17>V½þÑ$}¯ª&" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"é0Àk\x1C–4€¯\x12;\x13ÍÕf\" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ûCÒ\x0Fùú4i Hæ,w\eìÒ" b"³+u2OQ6¨üîlj" 'c" b"ýŠ9ƒÃ¼=\x13š\x0ESÔñ\x0Eõª" b"ÿÖ¦mÍÄ<\x05¸’cžâ·\x01\" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08\t.wäì=Äá¾\x02hÃO▓)" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x0EÆöH¥\x00;±…ú !Ôhßp" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\x1A■\x06‗üÈ=■ê«ù▀\t\x06:â" b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1ELT\x04è\x165\x05¸\x06®Ìz²ö«" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"&\x0EÇ%Õ7?¿ñ!"hfØÔs" b"&\x11\x027\v\x10<Å·ƒ÷zÜæ½\x16" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"@×\\x1EÈ,5\x05¶²Ì&\x13ºY" b""" J ±\n Ok>U°"\rÓ–2sR """ b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"XÅ~┬%\x039\x19»å&█\e┤\x00Î" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b""" {¦Ë®\n \v??¤áæ\t"àù """ b"\x7Fiz-ÿ(43Å\x0F½9\fÈHh" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"ø@K┤╔m1ÑÉ(±\x16{5*Ê" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b""" ½ì]ÆÄ¯9\n í\n ▓{\x1A0ä\x12 """ b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"╠éé"~░2\x1Eí─¡¬";╗Ø" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"æÃ…\x7F\x19I<ô¤¦\x01\x12c#E–" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x00 ý$8\x028U’\x18\e(âêí7" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x0E\x18ÓQè\x18;6ì┴ÔãI¹\x11▒" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b"\x15Üåæ±Ê5©“…»[\x05"×b" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1C47£E¾2x”X&\x057‡¡÷" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"Jºü\x14\x06¤6N“’ÔN\x0E¥8ÿ" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"M\r‰2ð³8¦¸ýÞ›÷Mí7" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"’ßËßQý?B«®%·\x12íOC" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ž \x16\rºÿ;Q¦#ÝwªÈž¡" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"©*ZàŽÙ7\x05³ƒƒw»úë;" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"╔ɰ[«^<ÇÄZ CPfÇı" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Ùv§\x00 ÿ3+œ®ô\x02»ë=\x02" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█Ø\x03═¸ï>°á²\x1A?®a\e" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"¦Ìá£\x1C\r>(½Ì÷6û@ì," b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ý-‗├¨c9+ùNWìçÿ▀S" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"°█Q\x07PÉ<╬ö\f'\fx Ýo" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\tÄt¸¦¬8Ìóæ4*\x03ý3É" b""" \n ├\x06\x12Ë┤7)Ÿ3ôkíÑ├ """ b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1Cšk\x1CXŠ0p”½åM:Z)G" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"1º\x13Î\x15Â9¡”((ä|žØ¥" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"a\x14\x0F©‘È6\x14«wô©ÃŸàd" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"xHú^\t•=:¡01öá\x7FÒ\x1A" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"“–B\‘ª4Q”Ͱ`ßoë>" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"œûB{G»4a‰K§9¹ûQ8" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"»¼\rD\x14\f1uØ┘`┬À‗Më" b"°q{¶Œ)9r“‚s¯ÛDCý" b"ÂUÃ\r¥@67à¼âi─\x06Øj" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"¼Ù\x08Áj\x105L²NË\x16œ\e\x05)" b"╝¯Â┌ü\x003¦ÄÔ▓ø┘ó%Ø" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"¦6q«D└:ƒÉøª+&Ê?\t" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"Ûgn┘®N47ÀIº┤ó█ü┌" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ï/eóÌ\x16>Ƀ¤4u‘Ê\x18\t" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x04v]÷o>7ˆ’L:|ëÝ:…" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1CÙ│ìÕ\x0E<÷Å^Ì▄HmÁv" b"\x1ELT\x04è\x165\x05¸\x06®Ìz²ö«" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"G▒╬n╚A0┘«\r&©'Hì\x04" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Vçʹá3J¹˜þÀ›·l" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"q*w“nV5¤¥Òнb¾Þ?" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"r÷■¢&Ñ:╦íl®à╚╣Å\x01" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"³»Ðd™ ;å•aóþ¨\x15͇" b"Á}9þä├26ï\x00└ìü\x11ͦ" b"·v½\x01n13æ˜C(† §Ë\v" b"º–OR\x0EX52´âÝ\v¶¿í>" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"¼Ù\x08Áj\x105L²NË\x16œ\e\x05)" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"┬"Sa~/4Øçı=!üܦ\x13" b"Î\x18©ˆe…:‘ˆ'8uâM\x17C" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b"ä&\x1EÕ1\x00=#¢— H\x7F©\x18ë" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"÷¡└ò<╩1;ز¾\x1C´¼\x0FÝ" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08üΫ÷¨;h»Ç╬LHÚ:´" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b""" BÊ\n …©¶7’‚\x15IPi¹‡© """ b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"O˜\x13SQn5…›\x10MÕlVŒþ" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b"\Ÿ1·öí:ü®VÂlkJß" b"]ƒ\e!³³1¶ú\x11ãŠ\x1F\x0FB" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"`÷þÚYž;þ£\x1AM¸ûÆïw" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"eh±\x00éO1+ŒÐî˜sw´\x06" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"j\x05HðÙÌ>¬¨Â맇æü-" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"®ÂæBóL4qŠ!%ï«\x18\x03q" b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"¥\x1ER]¬Á1çå\x1F½÷ÿ&zØ" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"Ï£\x10ÿ\x04ô8\x05žeá\r\x00íË;" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"Û³^ ÕÐ8\x07Ÿ)˜ÇZtÒ\x19" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ñqˆÄÇ\x19<I»®ô\fÐ\x16\x17ø" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ûCÒ\x0Fùú4i Hæ,w\eìÒ" b"³+u2OQ6¨üîlj" 'c" b"ýŠ9ƒÃ¼=\x13š\x0ESÔñ\x0Eõª" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08üΫ÷¨;h»Ç╬LHÚ:´" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\rDÍ)¡/<~‘ˆ\x11?Y«C¼" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"%þÐDÖO6_¿èÂ`¾"\x02æ" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"3ê\x11]£\x03?<É╝:¡èëÃÁ" b"5\x0E%h\x193¡†\x0EY™0*'t" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"O░b2d=0Vü\x1C²ÝUØ v" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"S–V(\x18×0¿‚—iϸjÿh" b"U«¶_39:G²h\x05nŽÈ©\f" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"m\x13\x1D‚|26»Ÿª×âNèg]" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"òÖ╩EıÉ=C║Péfü\x13╬Ö" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"˜\x00»´E¯;u´#)ŸŠæ¡4" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"¢\x0E"×J”?éËüÃ)Òrµ" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"é0Àk\x1C–4€¯\x12;\x13ÍÕf\" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ûCÒ\x0Fùú4i Hæ,w\eìÒ" b"³+u2OQ6¨üîlj" 'c" b"ýŠ9ƒÃ¼=\x13š\x0ESÔñ\x0Eõª" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\r²éª8A8ö–¢zo“ø\x1F1" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1ELT\x04è\x165\x05¸\x06®Ìz²ö«" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"G.'/╦▄:¤ìıòÔYo®B" b""" J ±\n Ok>U°"\rÓ–2sR """ b"K%\x0FÓ\0?j¶wͰ\x19ìÏ^" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"LW¾─7ª;Ýû\x13;Éjz%├" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"XÅ~┬%\x039\x19»å&█\e┤\x00Î" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"gsm \x152[úƒÉ\e\x15a¯┌" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"xùk▒\÷7eÀm┼LÑÝ#ü" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b""" {¦Ë®\n \v??¤áæ\t"àù """ b"\x7Fiz-ÿ(43Å\x0F½9\fÈHh" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"Ž\fÜÎSÒ7qˆ¤\x1EÁ\x16¸0@" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b" Ò3ƒ\võ6Ö¬òMÝŒñÀè" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b""" ½ì]ÆÄ¯9\n í\n ▓{\x1A0ä\x12 """ b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"àXϲIÞ9·…ó\x0E-…Í\x1Cþ" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08üΫ÷¨;h»Ç╬LHÚ:´" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\tMô'×\x17;„‰Ç…0VÒu\x10" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"5\x0E%h\x193¡†\x0EY™0*'t" b"6[ÆÅºö6àµ\x1CñËZ\x04U'" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b""" BÊ\n …©¶7’‚\x15IPi¹‡© """ b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"O˜\x13SQn5…›\x10MÕlVŒþ" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b"]ƒ\e!³³1¶ú\x11ãŠ\x1F\x0FB" b"`À\x04Á\f\x044 ŸfÀh^Ñ@T" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"`÷þÚYž;þ£\x1AM¸ûÆïw" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ\x1FËc<\x14?K²#Ÿ\tÊ¡$o" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"”\x18\r¸\x18á=l´ëì`\x1E{%\x06" b"”\x1C/Zt×3~¿BÑjfÎáµ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"òÖ╩EıÉ=C║Péfü\x13╬Ö" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ûCÒ\x0Fùú4i Hæ,w\eìÒ" b"³+u2OQ6¨üîlj" 'c" b"ýŠ9ƒÃ¼=\x13š\x0ESÔñ\x0Eõª" b"\x03\r, };7® ãçtˆuº\x13" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\v°ÃL\x01ú<\x15±»ø`™ë’°" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1ELT\x04è\x165\x05¸\x06®Ìz²ö«" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"&ßÅi,\x15;ù¼tåÑ═"╠ß" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b""" J ±\n Ok>U°"\rÓ–2sR """ b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"lÉ\x16\x0E\r]5d┐`Ø\x16uø/\x02" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"uAO3„\x197šª\x04úôàÖ<W" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"”ï?Ï|õ6?€-<\x01\x18m,\x7F" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"³»Ðd™ ;å•aóþ¨\x15͇" b"Á}9þä├26ï\x00└ìü\x11ͦ" b"·v½\x01n13æ˜C(† §Ë\v" b"·¾Vœbñ>¶˜]9ÜŽh¢;" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b"àƒ?Ì¿õ0C¹Ýþõ\x02f\x06ç" b"ä&\x1EÕ1\x00=#¢— H\x7F©\x18ë" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"èvWÙmž>T¶\x7F\x19G¾Í»×" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"÷¡└ò<╩1;ز¾\x1C´¼\x0FÝ" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\tÄt¸¦¬8Ìóæ4*\x03ý3É" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b")\x1AJ¸\x07\x1A6 i6'á”\x05\x1D" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"3‘r%^í4\x1F¦íÂŽu¯Î\x01" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N–¬Á'\x193à‹îZ\væ‰ £" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"f‹p˜ Ê8\x1F°¡Ð+Âõñ”" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"iïíWg«>\tƒì▄<\x05─F4" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ÇH8ªù▄5;║7\x1Ev"┤ÉÈ" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘±àt‘\;$¾Â×\x08(4}…" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"«K^úVÆ3ìÀ\x1CDøÂwKí" b"°q{¶Œ)9r“‚s¯ÛDCý" b"░Ø▄\x08)Õ9ýôÛ└mx£\x07\x03" b"│┌RØU[1ñÖ┐ð6┐9(ä" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"¼Ù\x08Áj\x105L²NË\x16œ\e\x05)" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"ÍLû7üÔ?\x07€%%+x‡¯“" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"ÔsΉÂ\x031äª6}˜‡¬„´" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b"âëI¶„ñ9-¢©=ü¡F½7" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08üΫ÷¨;h»Ç╬LHÚ:´" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"0eþ\x02J▓>\x15ÑÒÅR³╩ëÀ" b"4LÚY—ù=ГÉ\x0Eæ¿•\x02“" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"L2*ð\x1D"7:…`W9\x04kYR" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Q¬§└ u7õص\x1E\x06l\x7F´u" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"mÿ\x18—\x14h5Ÿ´Ñë9ÿ\x02Ðÿ" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b""" rׯw\n e5̬\x14ãnIsÁ$ """ b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¨1t»y@5ü”€*M9`p±" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"½ú'77ï1Õš#ôÜîYÖ'" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"╔ɰ[«^<ÇÄZ CPfÇı" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Èbc»▒´<#ìÄÎ\x18ã§R\x07" b"Ïà\x12┬^Á4³á█\fÔÔÉ\x7Fº" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"Û-@p¡=<mžæ†"î’\x04ã" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"õÛ\x17y\v┴=╩ÅÞB┌b¨o\x18" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"±>\x11C\x052>╦úôì(-\våË" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x05Ò \x0F█·4\x10│\x11F║░ɨ¾" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\vò\x1FHÃÍ7Þ’6hé\x00¬b§" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x0E\x18ÓQè\x18;6ì┴ÔãI¹\x11▒" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1C47£E¾2x”X&\x057‡¡÷" b"\x1DbÐw¾\x08>-¶rêaŽÁ(ã" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"Jºü\x14\x06¤6N“’ÔN\x0E¥8ÿ" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"{¢14\x16¢3Ò„*<ÎÜ\x19¦à" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"‡;ß(ƒ{7v¡Gg2¯1°€" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"ìH¥╬»Î4>╣T\x03╝JøKd" b"Éȸ?HÌ;îÅ\x1CÆÛ\r║\n\x00" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b""" ª>W\n [Œ9ž¯ƒäºW\x12h" """ b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"╔ɰ[«^<ÇÄZ CPfÇı" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b""" 鲓V\n ”<ù½w£ûæ\x13‡ð """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ý-‗├¨c9+ùNWìçÿ▀S" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"°█Q\x07PÉ<╬ö\f'\fx Ýo" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\tÄt¸¦¬8Ìóæ4*\x03ý3É" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\x18-Jà\x17Ø57“Ó\x1Cþ\x03ÌYL" b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b"]1\x14‡¤À9\x08•£c\x02™\x01\x0E)" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"l3V´–ý:8ŒÅ–/…"\x13”" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"w\x19›ó?°0üžÍË\x1Ap´0" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"“–B\‘ª4Q”Ͱ`ßoë>" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"û*/\aL;┌Ø®3[¢\x1F\x02\x19" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"œûB{G»4a‰K§9¹ûQ8" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"¼Ù\x08Áj\x105L²NË\x16œ\e\x05)" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"Ê¢hŽF43†|\fËP¡ø’" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"È\x11┤4©÷:ÿì_\x18╚\x12┘ª|" b"Í ¯Nìä<\x01ù‗\x1AD\x0E╝\x11V" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"¦6q«D└:ƒÉøª+&Ê?\t" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ï/eóÌ\x16>Ƀ¤4u‘Ê\x18\t" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ûU\x02À¶}2\x17·\r\x10ÿHæ}\x1E" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b""" \n ¨ûæO|9;¡\x1E“r(uã """ b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b" ‚–å\x11Z8[¶Ë5›§Kéú" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"&˜Yžiº;xº~ÕÆ¢\x07Ýù" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b";¦„v\x07ß9¿¹2²X4\x03\'" b"C\t\x011Ù¸4\x19¾:g«Q\x16\eæ" b"G#™c@Ä1܃Yº%Õi\x1A#" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"gà0\r[³4z¥k\x17D\x13ê¥Ö" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"èhÐC<Q:9àÉ▀¹\v\x07\r"" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"òÉ,w©I83ééÚ\x18üë\x15?" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b" ‰¥ ^I4À¸ó?°â\x0EÀ÷" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"ÂÞuu^:?ð›*Â)€1Äö" b"╔ɰ[«^<ÇÄZ CPfÇı" b"Ê\x15˜¦4\x067m®ãÕLßBºï" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"ÑF£É\x19[>ÇŸåˆáHwS*" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"Ý\f…\x16ów9Ôƒ\x0F\x11ÖH½Ø" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"ß?¨o%\x067̯\x12hí\t[Æ÷" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\vò\x1FHÃÍ7Þ’6hé\x00¬b§" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x0E\x18ÓQè\x18;6ì┴ÔãI¹\x11▒" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1C47£E¾2x”X&\x057‡¡÷" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"4Ùói°W=C¤A\x02\x1Fµ]\x1A<" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"Jºü\x14\x06¤6N“’ÔN\x0E¥8ÿ" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"c\x13Ô¢Fâ=»¡ÿÆ3│\t|É" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"y¾!‰l2\x08ˆÇ§H\x19â\t\x16" b"z¤Y\x022ö8q‡¡çº€\x10F‘" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"|═;A¿ü4¹óã[£╦ðÉ■" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"“<\x15%\x01Þ8d¯§\x11´óAI1" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"£/■Ú=╠3}áʰüwáç└" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"ü\e•¿\x0E<åƒeƒ9$\x02\x01Ø" b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"╔ɰ[«^<ÇÄZ CPfÇı" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ý-‗├¨c9+ùNWìçÿ▀S" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"°█Q\x07PÉ<╬ö\f'\fx Ýo" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b":·á\x05ÍÕ6ãž\e/FÀD®÷" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"M\r‰2ð³8¦¸ýÞ›÷Mí7" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"SøÿÂc▒14ìÂóPa\Û¦" b"T㤘ê²5w®s†Îï…sN" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"f\x18霬x=8‚\x12½Ù~„µà" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"x—BœïH7X’\Ÿ\x08bóž@" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"òÖ╩EıÉ=C║Péfü\x13╬Ö" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"›—è³°ü7†œÛùI\x0E\x00j•" b"œV5"ò€5/ŠÆ5l6G-\x07" b"¢\x0E"×J”?éËüÃ)Òrµ" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"µ¯ì¶3¬>\x13ƒêl§íÛͬ" b"·v½\x01n13æ˜C(† §Ë\v" b"╣i\x0Fß├É<ô£W\x1Eà°´ôh" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"æöt¬Àb:\x08‘td\r=u(t" b"é0Àk\x1C–4€¯\x12;\x13ÍÕf\" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"§ÃX\x15#Ê3«ÉRðîÐ1/n" b"ûCÒ\x0Fùú4i Hæ,w\eìÒ" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\tÄt¸¦¬8Ìóæ4*\x03ý3É" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"7\r\x06\tj[9\x14žïÇIÆ‚“Ý" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b";éı)█Ö4hÄÉ¡\x0EÐ║Þw" b"F║ÅqÛg45ïWl═?bÊ\x15" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"l3V´–ý:8ŒÅ–/…"\x13”" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"qΦöþÖ7[ü╚aËÐïÿ@" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"“–B\‘ª4Q”Ͱ`ßoë>" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"œûB{G»4a‰K§9¹ûQ8" b"×ɨ╣§\>fúT^õCö²£" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"ªp3ƒÕñ:ŒŸËÌã‹-@E" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"Ç@%Ld¸?2ŽBŽÌ\x16\x07A\" b"Ê¢hŽF43†|\fËP¡ø’" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"È\x11┤4©÷:ÿì_\x18╚\x12┘ª|" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"Ü\x17\v6µI?\x1A“\x13/ñ\x10\x1A\x1A." b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ï/eóÌ\x16>Ƀ¤4u‘Ê\x18\t" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08üΫ÷¨;h»Ç╬LHÚ:´" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\vò\x1FHÃÍ7Þ’6hé\x00¬b§" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x0E\x18ÓQè\x18;6ì┴ÔãI¹\x11▒" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b"\x16fO$8é5Ñó\x15\x18╗MÓ├ü" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""" \x1E`72gI0\n •\x15frµqê6 """ b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"(̵6¦:2å£\x10GÏx└Ø╠" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"Jºü\x14\x06¤6N“’ÔN\x0E¥8ÿ" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"k\x17║nOô8FìÀ3ë╣\x00'█" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"Àâÿûóe:H¸\x14\x14æ÷·ê<" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"É&óQ§ö5iºÊ\x04%F|¸d" b"╔ɰ[«^<ÇÄZ CPfÇı" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Ȩé|y*8\rç×à)Æâìê" b"Ø’\x1AY\¸=Œ„\x05T±—õÖÛ" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Ì®Ï\x06─Å3\x1EÉ─Ù\x0F\x07<ëô" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ý-‗├¨c9+ùNWìçÿ▀S" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"4LÚY—ù=ГÉ\x0Eæ¿•\x02“" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"M\r‰2ð³8¦¸ýÞ›÷Mí7" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Q¬§└ u7õص\x1E\x06l\x7F´u" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"kÁ„¡D(?b¦Ö\x0Ez·t\x12”" b"mÿ\x18—\x14h5Ÿ´Ñë9ÿ\x02Ðÿ" b"q§‡Ø¦¾=·§å\x19^\x19|äø" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b""" rׯw\n e5̬\x14ãnIsÁ$ """ b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"’÷\x17\x10Í\x7F:½°Î2V\x05Ý%Å" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¸,UÖ¼o=Ó¼s]ý\x0FŽ\x1Cô" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"╔ɰ[«^<ÇÄZ CPfÇı" b"ËWR¯{}9rš\x1D@J›Ÿ>‚" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Èbc»▒´<#ìÄÎ\x18ã§R\x07" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"Û-@p¡=<mžæ†"î’\x04ã" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"õÛ\x17y\v┴=╩ÅÞB┌b¨o\x18" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"±>\x11C\x052>╦úôì(-\våË" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\tÄt¸¦¬8Ìóæ4*\x03ý3É" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\e┘F\t╦ó:EÆ'£Éı_╩à" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"RüÞX\x1E.:¬‚I\x1Eè‚#j…" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b"`ÔÙN„A1»˜\x07†Aõ‘&½" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"fð┬©V×7èÉ*ó\x062O/I" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"|_S\x0E!57AöaüþÆ╦┴─" b"~Ë®Î\x15È32“ýßS×;áw" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b" Îp;«\x0F4«„\x00á¸1\x01QM" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"«"╬ü\e-3±ƒ1\t:£╗@\r" b"°q{¶Œ)9r“‚s¯ÛDCý" b"µâFrh<:\x18‚]JeZ8¤4" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"½)µ=L”1z¤#–aÑŽÎ\x06" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"Ûæ¶”Þm?`ˆv%Áp\x19³\x19" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"æ#þ†½?<P«T»`Nä\v‰" b"è-ÆG\x18×>j…ïPªËG†v" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ú\x03Ni\x00@1Oœ\r^ÆŠ~rÚ" b"³+u2OQ6¨üîlj" 'c" b"\x04ý\x02\v4É=黆.ãØ|S‘" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08üΫ÷¨;h»Ç╬LHÚ:´" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1EÞu7Ѭ6j®š“º˜B¢\x13" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"VJ-QìÂ?1ÂY║\x14Aíf£" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"oŠp‡BG=g»‘d™Ö\x1AÙ0" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ˆ=j!…ë3;¢&9\x17eÒŠã" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"ÅTr▒ôò<T┐I‗\x07ò\x7Fª_" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"³»Ðd™ ;å•aóþ¨\x15͇" b"Á}9þä├26ï\x00└ìü\x11ͦ" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"┬"Sa~/4Øçı=!üܦ\x13" b"Î\x18©ˆe…:‘ˆ'8uâM\x17C" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Õ\x00ÔÛí\x120ä›ç…öç\x7F\x03\x06" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"Õ«É\t´q<LÖ'\x1F±¦²\x1C" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ìË1Ù`"<ý¨wÒÈ\v\x17\x06&" b"óK´¨¯¡0™‚èGcV{]\x12" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ûCÒ\x0Fùú4i Hæ,w\eìÒ" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1C47£E¾2x”X&\x057‡¡÷" b"\x1DbÐw¾\x08>-¶rêaŽÁ(ã" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b";\x0Ftü┘┘:¦ô«Q]moîµ" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" _ûÖÐ┴ì0├┐ÔÍ{D\n \x19( """ b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"‡;ß(ƒ{7v¡Gg2¯1°€" b"ˆ=j!…ë3;¢&9\x17eÒŠã" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"Žà¦ðÊÓ>Þ‡Ö¸êXÂÂ]" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"½g«qÈÍ<í¡\vì<îë$Ê" b"¬æµNœ›8ë\x1AXjá£\x18æ" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"ºçUx\\x1F<勈«¶\x17.‡Û" b"»¹YÑ\x07ä1Ë—\x14CŸV3'" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"╔ɰ[«^<ÇÄZ CPfÇı" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"¦Ìá£\x1C\r>(½Ì÷6û@ì," b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ëîãÃCJ?p™?ÐÒ\x1E\x00\x1EÁ" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ý-‗├¨c9+ùNWìçÿ▀S" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"°█Q\x07PÉ<╬ö\f'\fx Ýo" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b""" \n ¨ûæO|9;¡\x1E“r(uã """ b"\vò\x1FHÃÍ7Þ’6hé\x00¬b§" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x0E\x18ÓQè\x18;6ì┴ÔãI¹\x11▒" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1C47£E¾2x”X&\x057‡¡÷" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"Jºü\x14\x06¤6N“’ÔN\x0E¥8ÿ" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"V>eô’<\x18»\x14\t_fÉ\x01”" b"Y¥ð:bt5 íõ´8¤láÅ" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"Zƒ4A╠Å6¬ÇKò\x1DÙ-wL" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"ì«\x06dôw8║×óOpÖ8Â\x1A" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"›Gä\x06^4<a›=ÒkÀ¬Ð‹" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"╔ɰ[«^<ÇÄZ CPfÇı" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"ı─7¦a¦9ô└ÉÌ\x101´ê" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ý-‗├¨c9+ùNWìçÿ▀S" b"±¿Y┤O6þت┌.éÎÉ╔" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"°█Q\x07PÉ<╬ö\f'\fx Ýo" b"³+u2OQ6¨üîlj" 'c" b"\x00Ò1L“i6uˆ/8Õd¸/" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b""" "»y\n ï6xƒãÍï\v\x02üÇ """ b"#|ß\x1EêK;\x19…\x08\x02¯1ÕYÁ" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"M\r‰2ð³8¦¸ýÞ›÷Mí7" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Q¬§└ u7õص\x1E\x06l\x7F´u" b"Rþ!Fó¤>ú¨ºÝ„9/Z”" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"mÿ\x18—\x14h5Ÿ´Ñë9ÿ\x02Ðÿ" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b""" rׯw\n e5̬\x14ãnIsÁ$ """ b"s&ž+4U5ƱÄר¡\x02‰€" b"tu-§S88±©€jtÚDRÎ" b"uØÖQ\f╔<\x06¢ƒ #_bØf" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"’÷\x17\x10Í\x7F:½°Î2V\x05Ý%Å" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"┬A¢╩╠\x19=\r©&\x12è─ìZÙ" b"╔ɰ[«^<ÇÄZ CPfÇı" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ÚX░EUÜ2╗░q-│,Ø┘O" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"±>\x11C\x052>╦úôì(-\våË" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x05┐║Tì▓1\x17ù+±CIubñ" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x0EÈ\x06céV1\x19ä═úì(öµ." b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""\x05üý─┌=■Ñ-n▀í\x14;T" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"M\r‰2ð³8¦¸ýÞ›÷Mí7" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"U\fX>Ñ\7Ü„A6˜t~8Ð" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"n\v'█©?2É×S R╦¬éð" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z~…½£Š93»q\x02Ì^\v\x07L" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"‰ZÅE0z2´Œv\eÙJØôÙ" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"ÅTr▒ôò<T┐I‗\x07ò\x7Fª_" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ó9\x14é\x05??Øæ¡5\x1F¶¾+Ê" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b""" ¤£\x05\n l\x108¾ˆ’lª\e‚+c """ b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"·âš7\e±?\x1AŸ¸ÊóO\x17l\x07" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"Ǧ\x1CªÝë2 ·…礪\x0FS3" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Õ\x00ÔÛí\x120ä›ç…öç\x7F\x03\x06" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ûCÒ\x0Fùú4i Hæ,w\eìÒ" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\tÄt¸¦¬8Ìóæ4*\x03ý3É" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\x1A{è\e@½6}™¿‰#.LŠm" b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"7G}\x07¦\x1C4þ^CÅÅú\vÙ" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"QŸç\x16‹ù1«“~>‹\x18cöø" b"RüÞX\x1E.:¬‚I\x1Eè‚#j…" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"fð┬©V×7èÉ*ó\x062O/I" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"|_S\x0E!57AöaüþÆ╦┴─" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"ÅÒhÃî±4ãîr{ýôùß" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"µâFrh<:\x18‚]JeZ8¤4" b"·v½\x01n13æ˜C(† §Ë\v" b"º‹R…ñù=\x11°Ý›Q\x18—®¯" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"¼Ù\x08Áj\x105L²NË\x16œ\e\x05)" b"À²”–‹¶>9€Qµv\x102jò" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"Ûæ¶”Þm?`ˆv%Áp\x19³\x19" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"í_Ô(šð5¸‚Š ™Ç½R\x11" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ú\x03Ni\x00@1Oœ\r^ÆŠ~rÚ" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x0F¯nÒ"N:Ù€DeD‘üÍò" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"4LÚY—ù=ГÉ\x0Eæ¿•\x02“" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"M\r‰2ð³8¦¸ýÞ›÷Mí7" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"R±ÂwXù9m▒\x07ÉÚ#»\«" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"e¥‰«5þ4\x16‰šÏ’¼Ö§K" b"g█═¦\ø9Éü├B)ð$ç/" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"hæ\x03ŽÌÌ1 ¦\eY!Aö;b" b"mÿ\x18—\x14h5Ÿ´Ñë9ÿ\x02Ðÿ" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œ\x14¼Ý>Â=®”×\x7F^µÉ%´" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"ªö\x7F‡Zl6£„w´\x1Aˆ.nâ" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¹â–"ñ£2^¤ùå"½ftÛ" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"╔ɰ[«^<ÇÄZ CPfÇı" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Èbc»▒´<#ìÄÎ\x18ã§R\x07" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"┌Ì{mW\x100ëëµ3ì¡\x13\x07Ç" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"Þkò\x0F¸Ç9Qü\x08vrSƒ─" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\tÄt¸¦¬8Ìóæ4*\x03ý3É" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\e┘F\t╦ó:EÆ'£Éı_╩à" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"RüÞX\x1E.:¬‚I\x1Eè‚#j…" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"fð┬©V×7èÉ*ó\x062O/I" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"‚\x00¢í&9\x05¸Ô\x01\x11´ÃÖq" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"ÅZ³\x03╚═4┘¿░¿j■ÂS\x1D" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"öò@Zä%:\x15ì£X% °╝0" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b" Îp;«\x0F4«„\x00á¸1\x01QM" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"½)µ=L”1z¤#–aÑŽÎ\x06" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Ĭ¥\n Øy4\x04¦‰\x14\x01vÞ\x1Fx """ b"Ê¢hŽF43†|\fËP¡ø’" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Öa¥fk»:Ñ¿\x00Ã2¡“»q" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"Ûæ¶”Þm?`ˆv%Áp\x19³\x19" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"æ#þ†½?<P«T»`Nä\v‰" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"ú\x03Ni\x00@1Oœ\r^ÆŠ~rÚ" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08üΫ÷¨;h»Ç╬LHÚ:´" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\eÄXÝAì:3ªg.»j©\x14▒" b"\x1EëŽ\x17©ø?â¨\eޱE)–p" b"\x1FfQ\x08:É0áº[Eè=‹>" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"'âÛ‡&X8$‡²ü»;ïÙ\x12" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"hòk▀ï´4─Ö`\x1AÉ\x10¢tú" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"uÉj¿iƒ:©ö█à ¬■&<" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"æ\x1Cvh\x04E8Iô0ïFÄØß»" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"²ñ¾\x03t\x136ʦ™gXuq¹4" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"╔ɰ[«^<ÇÄZ CPfÇı" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"ÏR€|;²8\x19¹\x01&˜B}ô“" b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"ÚøŽA=†4ç‹7 Ñ“\x0EM\e" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"ßi…×xÃ:X¡\x07WÈ/H*ñ" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"æA#Zs 3\x18©œE7»¨þ\x0E" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"°W¢è=¡0╔┐|Õ¬ØêÿÀ" b"³+u2OQ6¨üîlj" 'c" b"\x04ts═┐╩:¥«Ëu\x0F▀üMè" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\x19`ØÒ-b1ÏŒûžãβў" b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\eÄXÝAì:3ªg.»j©\x14▒" b"\x1Cê\x03¶û\x7F> ŠÅ÷4ÛÁå." b"\x1FfQ\x08:É0áº[Eè=‹>" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"M\r‰2ð³8¦¸ýÞ›÷Mí7" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"PBmý·Ø2®║ªtcÚkÕx" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"hòk▀ï´4─Ö`\x1AÉ\x10¢tú" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"uÉj¿iƒ:©ö█à ¬■&<" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"æ\x1Cvh\x04E8Iô0ïFÄØß»" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"Æ?e§\x06\x13<ᇘ’4Ð\x11ûó" b"╔ɰ[«^<ÇÄZ CPfÇı" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"°W¢è=¡0╔┐|Õ¬ØêÿÀ" b""" ûIÇ\eVÅ9ä“̤\n @\x17ÔR """ b"³+u2OQ6¨üîlj" 'c" b"ü‰¾ÕR\x0760‘Ó4G‚F™9" b"\x00O\x19µ\v░:o┤\x12êܪä\x01Å" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08O–%r}6œ…FÚ©ÎÌ\x10×" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x0EÆöH¥\x00;±…ú !Ôhßp" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1ELT\x04è\x165\x05¸\x06®Ìz²ö«" b""6ÁÃÂú3,ƒ\x1FTá&|\x12Ó" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"&\x11\x027\v\x10<Å·ƒ÷zÜæ½\x16" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"5ºó3bÞ;¬ª«€xÌ=\x12¸" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"XÅ~┬%\x039\x19»å&█\e┤\x00Î" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b""" {¦Ë®\n \v??¤áæ\t"àù """ b"\x7Fiz-ÿ(43Å\x0F½9\fÈHh" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘\x15Z~¤ú5$–í;™\x19\t^Ä" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"–S8)\x0F}3/ \x06dÓ/ñÖ\x06" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b""" ½ì]ÆÄ¯9\n í\n ▓{\x1A0ä\x12 """ b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¹ÃÐùll9¤¨\x03fëò.Ϥ" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"¼Ù\x08Áj\x105L²NË\x16œ\e\x05)" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x01çæÖ!`5w„\x058D\x18æEk" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\tÄt¸¦¬8Ìóæ4*\x03ý3É" b""" \n ├\x06\x12Ë┤7)Ÿ3ôkíÑ├ """ b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x12ý]Tk▓4aìÿ╔FÅ¢y " b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"iµ|\x16\r\r;Ë‘e3ƒ\x10d–³" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"ìA`C¥\x193©Æ¨ìzA\x08┌W" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"’Ÿ\x1C\x1CÉ,8\x1F€ˆEa±:ް" b"“–B\‘ª4Q”Ͱ`ßoë>" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"˜h¨:+V0ü‚mKî:&v÷" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"œûB{G»4a‰K§9¹ûQ8" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"»¼\rD\x14\f1uØ┘`┬À‗Më" b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"╝¯Â┌ü\x003¦ÄÔ▓ø┘ó%Ø" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"Ë÷Ý\x1Fì╠9k¬b"\x1C^g@C" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"ß•æH\r41‡–1Ú´w<he" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ï/eóÌ\x16>Ƀ¤4u‘Ê\x18\t" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"\x1ELT\x04è\x165\x05¸\x06®Ìz²ö«" b""eÌ·©M7\x14€hžZl”n–" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"&ßÅi,\x15;ù¼tåÑ═"╠ß" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"LàÓ¿œÓ5\x16‚\x1FIùLÇ‘-" b"Mƒ\ \x15ˆ1ÀŸ[M(Õ6ű" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"i\x0FŠ\x075´2\x13—Ú¸^N„¸›" b"q*w“nV5¤¥Òнb¾Þ?" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÀ9{¡½6ÁÉ\x00Òxêyyu" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"Å6¬\x1E/ð:\x1CÿYÓ┌¦┼ <" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"®à\x10lÍ\r9›“ù•\x08\tC—³" b"°q{¶Œ)9r“‚s¯ÛDCý" b"³»Ðd™ ;å•aóþ¨\x15͇" b"Á}9þä├26ï\x00└ìü\x11ͦ" b"·v½\x01n13æ˜C(† §Ë\v" b"·¾Vœbñ>¶˜]9ÜŽh¢;" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"¼Ù\x08Áj\x105L²NË\x16œ\e\x05)" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b"ä&\x1EÕ1\x00=#¢— H\x7F©\x18ë" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"÷¡└ò<╩1;ز¾\x1C´¼\x0FÝ" b"³+u2OQ6¨üîlj" 'c" b"\x07\9ØÖƒ1I»▓3½\x08ÎÊH" b"\x08\t.wäì=Äá¾\x02hÃO▓)" b"\x08‚\x19\x01~\x121ê™S#QÃ\x13¯w" b"\tÄt¸¦¬8Ìóæ4*\x03ý3É" b"\fp›“‹½1 ¿èÆ\x02ž\i\x16" b"\x0EÆöH¥\x00;±…ú !Ôhßp" b"\x12v ╔▒·7\x0E©ù\x18Ïıü»É" b"\x13┐ú‗ôÝ5¬ü\x1AÃì¼\x1C┌¢" b"\x15Ã|\x17¨¨>┐å▀ü┴Q¦T┐" b""" \x17 îñ¸Å1T¬3®9\x02Ý\n ÷ """ b"\e<4Îv\x1F>¾¤öŸ¨F:ûl" b"!\x02£\e¢´;è¼Lü¢▒[ë±" b""eÌ·©M7\x14€hžZl”n–" b"$<ÞÃ=ì27±Ÿï0Ä-8†" b"$’Ñ?ºä4(”Q¯V\x1Df‘|" b"&\x11\x027\v\x10<Å·ƒ÷zÜæ½\x16" b"-N7\x10ÒH5\x11µ:eO´·Þœ" b"-Ö\x17ïŒK2°¶¡\x7F×âØ±å" b".aCckØ9ãå\x01Nö²ß╦█" b"8ô:«\x03\x1A5Ô™Ú¯mì|‰Ü" b""" J ±\n Ok>U°"\rÓ–2sR """ b"Jº]╔ý\x7F1å╗ꦲc£ì" b"K¯î_ÚF?ƒš\èŒ÷Ö‡¬" b"N¯\x12A}Ô2K® ŸŽƒ¾®'" b"Pð-“\x1Eü;©¥ø9\x7FÆ3üé" b"Z\x0F¿|Í\x0E:\x1F▓■·─ÅÚÆâ" b"ZÕ¥2òí1Š‚h\x06ó:>ª™" b""" `µvs¥¬8µÇ\x05eÄpÉ\n , """ b"c·#Ú½å>\x07¨,7\x06\eÿc÷" b"e\x01²Ï\f§4å°ƒìBqIí\x1A" b"h“\x04;ái2{”\x1Fö”\x10:v°" b"jª’kãc2‹ƒÄ» °‰b`" b"l3V´–ý:8ŒÅ–/…"\x13”" b"qÍ–\x13î¥>_…\x18:,.«Ð]" b"rÉ/?¡═6"ûSÊòsklý" b"tu-§S88±©€jtÚDRÎ" b"z´È\x03\x13»8f¦\x01`eÀ>Áá" b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»" b"ïTnT■G8èØH\x7F-6½{4" b"Œ ïýÊ4?z®@}\x01ášAƒ" b"‘íf®0,:zˆ\x7Fþ¶#1¼õ" b"öMXá¶Ù3¼ø\x15MÇû\x1DüA" b"—±µ11X=¯Ÿ¼Ç.P·-\x17" b"™*¥\x02‚»5Èž#Þ^ïçÀÎ" b"œV5"ò€5/ŠÆ5l6G-\x07" b"ñÜ/\f\x04|:\x0FÄGüý Øú8" b"¦[\x1D¦¿ 4g•î:Äò G\r" b"§*^#/)2~¾À›)¢É„J" b"ºí▓\x10ïÔ4¦ì├¯\x08E>[|" b""" ½ì]ÆÄ¯9\n í\n ▓{\x1A0ä\x12 """ b"¬ñæòË\x065™¤Ÿ|‹\x14\x0Ft " b"°q{¶Œ)9r“‚s¯ÛDCý" b"·v½\x01n13æ˜C(† §Ë\v" b"¼Î]ûô\x0F>"¿Ÿžff\x00Tk" b"ÁÝIx€Ÿ6\x07£¾Îâ× §‡" b"ÅY‹\x06%\x1F5Ý´ç´)\tÍË»" b""" Δ¶\x07üÉ8T¯\n \x0E±q1•Ê """ b"¤Ä9ªá]2«Ø\x1AµvÁ¥×ê" b"з´ıÅô5£àÀy±\x7Få,:" b"┘╬ñKıy78äÕÅ▓ ÛüÅ" b"Ùø¦@%_?R³'u 6íµ]" b"█ð\x1Fà}ü2õ░■ÈóC¶I%" b"ÝZô?†º7†¥øG9cVl½" b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E" b"Óz│\t\x1AO=┼ìÇfÕì|X┬" b""" õmÅ¥â\n 2gÖç.▄dÅÊã """ b"æ¿W¿.a8¬±¸¦•¢\fÂ`" b"ë`Ñ%d«>G›¬R½Aä¹è" b"ì\x14djï\x175Ž”R\ÝŽýùk" b"ôé6Ž8f>ô¸†\ræ»¶Z÷" b"³+u2OQ6¨üîlj" 'c" ] |
||||||||||||||||||||||||
| 146 | 0.13 ms |
# app-scripts::refresh::read 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`.`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`.`write_access` as `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" true ] |
||||||||||||||||||||||||
| 147 | 0.04 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS scriptName, `script`.`script` AS script, `script`.`hook` AS hook, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, `app`.`version` AS appVersion, `script`.`active` AS active FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` != 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 148 | 0.03 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS name, `script`.`script` AS script, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` = 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 149 | 0.93 ms |
SELECT MAX(`product`.`available`) as `available` 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`.`parent_id` = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND ((`product`.`available` = ?))
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" 10 b""" VDLgæœFï¼\x12*\n 2¼»° """ true true ] |
||||||||||||||||||||||||
| 150 | 12.08 ms |
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_property` `product.properties.mapping` ON `product`.`properties` = `product.properties.mapping`.`product_id` AND `product`.`version_id` = `product.properties.mapping`.`product_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`.`parent_id` = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND ((`product.properties`.`property_group_id` IN (?, ?, ?, ?, ?, ?))) GROUP BY `product.properties`.`id`
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" 10 b""" VDLgæœFï¼\x12*\n 2¼»° """ true b"G\tá5■Ð:\x1DÅ4úô\x05'y\x16" b"Mô©e‘/;ݨX^G†²µa" b"Ü€íÕ<ã;O®ä“Å/¢Å\x18" b"\x0EXûÌ´9:Ù‹ì€U“òׯ" b"iOA\x0F\x02»:\x18©(t$§|¨j" b"@I▓Ýé|=Ùܾ\rÃ░=\x15Ø" ] |
||||||||||||||||||||||||
| 151 | 1.00 ms |
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_option` `product.options.mapping` ON `product`.`id` = `product.options.mapping`.`product_id` AND `product`.`version_id` = `product.options.mapping`.`product_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`.`parent_id` = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND ((`product.options`.`property_group_id` IN (?, ?, ?, ?, ?, ?))) GROUP BY `product.options`.`id`
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" 10 b""" VDLgæœFï¼\x12*\n 2¼»° """ true b"G\tá5■Ð:\x1DÅ4úô\x05'y\x16" b"Mô©e‘/;ݨX^G†²µa" b"Ü€íÕ<ã;O®ä“Å/¢Å\x18" b"\x0EXûÌ´9:Ù‹ì€U“òׯ" b"iOA\x0F\x02»:\x18©(t$§|¨j" b"@I▓Ýé|=Ùܾ\rÃ░=\x15Ø" ] |
||||||||||||||||||||||||
| 152 | 0.07 ms |
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority` FROM `app` INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id` WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[] |
||||||||||||||||||||||||
| 153 | 1.38 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/bda1267f17b03947a8b930bb76aad77c" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 154 | 0.74 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/db3fa6a3ef5c38318271321763631538" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 155 | 2.26 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/db4e5ed3d9823822b41ac362085fcdc3" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 156 | 0.55 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/662fe623031e371582ba05ab62c400e2" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 157 | 0.55 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/6191ca034f2834e78b6fb7ed5cac642a" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 158 | 0.66 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/17f2d66210453dd79491858280539b5c" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 159 | 0.69 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/acca0b2b56c5333aa60c1fcbe283479d" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 160 | 0.85 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/9dbbdea19a0439b1b0dfb5bd7356151a" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 161 | 0.51 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/5ecd0b7819503cbabd87b1c023e3ae7b" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 162 | 0.54 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/2965a26a08973176a67bfcd74b8388d4" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 163 | 0.73 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/e8d3e8e771223344a4ec502831384fe5" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 164 | 1.03 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/1dac457253143956a4c4df8054f7fc12" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 165 | 0.27 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/8b7c6fedf12e37f59697f6d14683fcb4" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 166 | 0.29 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/21dab0c9722e3d9e9f777bf533715375" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 167 | 1.06 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/6923e4f609ea3aa5ad3fc74376b5abdd" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 168 | 0.53 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/2d277a9995ad31e09a376d0fa51e0355" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 169 | 0.55 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/96a66e9088813302a1aff3889aeca330" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 170 | 0.72 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/f23c5344d20c31e0a0b028d48a21fc90" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 171 | 0.53 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/7e3ab7be6e76361c9b10df395db0b708" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 172 | 1.42 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/e7c5debe03473d46a0b35e19cf611981" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 173 | 0.67 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/57dc728ce59d38c0a8ba0562a78c30f0" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 174 | 0.60 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/40cf9658447c30e1869a7685008d030b" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 175 | 0.58 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/202172a761263745b9fa533b53ec101d" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 176 | 0.65 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/8c8340683ca4376980f613989039d803" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 177 | 0.75 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/94cb9fe1cf6f33f8b32ceee847d55bc5" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 178 | 0.58 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/6049d1f35f143d909cb4d42dc7251744" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 179 | 0.53 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/0bdd5fe086a434c38ccc9fc00af8ed6a" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 180 | 0.50 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/240e1af138993c188a277313b752fe5a" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 181 | 0.58 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/96480a3cb9c43550b56b8752adfe6f97" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 182 | 0.58 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/ed5fc7d1667b3021973defe702bdaea6" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 183 | 0.57 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/c350b5fbcade3d44a20e343c3fd63ee5" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 184 | 0.76 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/29f2a7164f21330a9e05ede4bdfcf360" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 185 | 0.54 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/932afcef72bb33ce8a541f9192f16d23" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 186 | 1.17 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/2941f882d8e632259cb8cba0be99d02f" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 187 | 0.25 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/213dfe1328a83a1eaa08eda64a1f6552" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 188 | 0.59 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/58dccb82e09a321da7ab1e116ce2691e" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 189 | 0.52 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/1d81029760ee339bb477ff218b2c46bb" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 190 | 0.25 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/d8a4243012463a51b38914fea5d8881f" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 191 | 0.44 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/94ef20179ea03ca087684538041c4709" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 192 | 0.49 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/4329cbf465333aa9a6fecdc64ed76b8c" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 193 | 0.60 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/6d55cabff8393889a40e6f65a9c62a9e" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 194 | 0.28 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/46e4f997dceb3612afe99ebb33bdaf5f" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 195 | 0.64 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/9354064a65863c74be173689e0dfdf40" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 196 | 0.56 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/7349acc0f53337d883ec827b408a3075" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 197 | 0.63 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/3a39dd630a9231079142df1d7ee5ef78" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 198 | 0.27 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/2aafa10dfd6a3363968c3b1fdaeacd81" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 199 | 0.53 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/70b9d253d7333c2d9ca9893b4f51f11e" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 200 | 0.62 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/aa0de6e266c431099a9d9a372b48d190" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 201 | 0.62 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/234ac9b7bea1350a96f6954c481492a9" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 202 | 0.78 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/db409de26db8375bbc723a52885e1ea6" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 203 | 0.57 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/34dd1f3ecac230d88377c8789b807dda" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 204 | 0.61 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/d2c1ef537c673ecda83e6aa5d64a625d" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 205 | 0.59 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/9bf8bded8d433f91bac6870b4524eb7c" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 206 | 0.99 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/bac206a15f843d669b9492148a13727d" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 207 | 0.27 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/e1aa1cfe3a923ec4947d09840b5ffe26" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 208 | 0.26 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/e65cb4ce595f3c6e83200ba53ac5b461" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 209 | 0.59 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/b2ca29ad7936318db23c93f99dee5837" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 210 | 0.26 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/0eca62e0e16434f69bd348ded2cf40db" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 211 | 1.18 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/cb8b4f53b4e63e0b811d501af36ab216" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 212 | 0.59 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/5233a75b289a3af2b85347bf79c77805" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 213 | 0.27 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/5b5d200701ec36f39e607f2d8fab35e3" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 214 | 1.72 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/9d06e2999711392ab4dd8cdf2c2b7c41" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 215 | 1.37 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/881bf0c490f7378b9ab579708674f457" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 216 | 0.74 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/a22c875dea4e3c32a07f9dc15de9c05b" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 217 | 0.27 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/d28c2434765235f6bc2faf45814d302a" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 218 | 0.69 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/5e345f7f94a53d26b00d111d9eac591f" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 219 | 0.57 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/9f3ff6977ee138e6ab0df0f9386b065e" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 220 | 0.80 ms |
# product-listing::property-filter::search-ids SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`id` IN (?, ?, ?, ?, ?, ?))) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500
Parameters:
[ b"G\tá5■Ð:\x1DÅ4úô\x05'y\x16" b"Mô©e‘/;ݨX^G†²µa" b"Ü€íÕ<ã;O®ä“Å/¢Å\x18" b"\x0EXûÌ´9:Ù‹ì€U“òׯ" b"iOA\x0F\x02»:\x18©(t$§|¨j" b"@I▓Ýé|=Ùܾ\rÃ░=\x15Ø" b"\x00 ý$8\x028U’\x18\e(âêí7" b"\x00³Ò\x001A8¨£mLãÞ[²¥" b"\x01çæÖ!`5w„\x058D\x18æEk" b"\x04ts═┐╩:¥«Ëu\x0F▀üMè" b"\x04ý\x02\v4É=黆.ãØ|S‘" b"\v°ÃL\x01ú<\x15±»ø`™ë’°" b"\fš\x10!Qì1\e•KÞ(‘êd´" b"\x0EÈ\x06céV1\x19ä═úì(öµ." b"\x0F\x1F┌SLı6ÞÁ╬WáØ┤ 5" b"\x10ùà\x00¾ã1xå\x0EÏc½UüÙ" b"\x19\x0EWˆ†õ0e¢|†jE;w'" b"\e┘F\t╦ó:EÆ'£Éı_╩à" b"\eç\fzl02ØŸMG^À¦>†" b"\x1Cšk\x1CXŠ0p”½åM:Z)G" b""" \x1E`72gI0\n •\x15frµqê6 """ b"\x1EëŽ\x17©ø?â¨\eޱE)–p" b""" "»y\n ï6xƒãÍï\v\x02üÇ """ b"'âÛ‡&X8$‡²ü»;ïÙ\x12" b"0\x07ß[ëw?ð”\x08¥š„9BÀ" b"0\x19\x14&%]=¨«áÜš¡à>\v" b"3ê\x11]£\x03?<É╝:¡èëÃÁ" b"7G}\x07¦\x1C4þ^CÅÅú\vÙ" b":·á\x05ÍÕ6ãž\e/FÀD®÷" b";éı)█Ö4hÄÉ¡\x0EÐ║Þw" b"<‘—gì.3§™Ûbߦ6‘B" b""" @\x18\n ™ñ´?\x05™+é hUŒ— """ b""" A\x18@Ï6-5Û˜Ë\x11\n H4AR """ b"Dz¯îŸ.>÷›\x7FØ9o\v®ª" b"ENXã¹@1\x00ˆj¾9¬¡9ˆ" b"ET®Æ‡m4J‡¬G‡Í \x16|" b"Fà’~¢ç3U¬ÔYËY^,\x1F" b"G▒╬n╚A0┘«\r&©'Hì\x04" b"GÆbuv)9‘½\eXNˆ\tfË" b"Iı\x03\x13▒ô2╣®6ä\x19Pŵî" b"LàÓ¿œÓ5\x16‚\x1FIùLÇ‘-" b"PãXÂÞü3!›i‘¸Q[\x04-" b"Rþ!Fó¤>ú¨ºÝ„9/Z”" b"WÒÓ.Ø?1÷ê®V└\x02HNj" b"Y¥ð:bt5 íõ´8¤láÅ" b"\0‚\x0F\v$?!’ŠšçÍ#þÞ" b"\Ù\x155ä²?\ ©<ýh,\f“" b"]1\x14‡¤À9\x08•£c\x02™\x01\x0E)" b"_'Ðx\x08$8Á’\x01‘‡ð§B\" b"_lÏÍÒs3ì„»y7œn\x18„" b""" _ûÖÐ┴ì0├┐ÔÍ{D\n \x19( """ b"`.ÉÌ´╠;▄│]¢‗!╠×U" b"a7f®±.4\v˜0\x06„‘\x00lÔ" b"cýéÅ├:;<ïÔ\f//1æù" b"eh±\x00éO1+ŒÐî˜sw´\x06" b"e¥‰«5þ4\x16‰šÏ’¼Ö§K" b"h©xæ2‡0gš\x10\vb\x15¹h^" b"jª’kãc2‹ƒÄ» °‰b`" b"kÁ„¡D(?b¦Ö\x0Ez·t\x12”" b"m\x13\x1D‚|26»Ÿª×âNèg]" b"nÛ»ó\x1229\x1Fž)_gÎb˜\e" b"sÞ·õ?ü3öš'qÕ\x02m8Í" b"xsÔ]║┤1Ùì░░¡/3^]" b"xùk▒\÷7eÀm┼LÑÝ#ü" b"y¾!‰l2\x08ˆÇ§H\x19â\t\x16" b"{¢14\x16¢3Ò„*<ÎÜ\x19¦à" b"}ÑHWô╣6ôü¯D9xâói" b"\x7Fôn9¼Õ;É¢{‗D¹ÙÇÈ" b"ÇH8ªù▄5;║7\x1Ev"┤ÉÈ" b"€ù÷\x11¡ê=ˆ¾&¿ÓÀhI\n" b"„\f~#\x17„1¹½l¯î·4‚Ø" b"†w«\x06)º9ý¨¤&-}7\x06j" b"ˆŸ6\\x1C\x18:û‘\x19ÅÞ¬Ho\x13" b"ï¡\r▄\rE:2É┌#▀H³-s" b"Œ\x1FËc<\x14?K²#Ÿ\tÊ¡$o" b"ìA`C¥\x193©Æ¨ìzA\x08┌W" b"ì«\x06dôw8║×óOpÖ8Â\x1A" b"Å6¬\x1E/ð:\x1CÿYÓ┌¦┼ <" b"“<\x15%\x01Þ8d¯§\x11´óAI1" b"”\x18\r¸\x18á=l´ëì`\x1E{%\x06" b"öt*■ãì3Bö¼d\x1F7ù/9" b"öò@Zä%:\x15ì£X% °╝0" b"•*boK\x151\e»hŸ:u\x1Cïv" b"û*/\aL;┌Ø®3[¢\x1F\x02\x19" b"–S8)\x0F}3/ \x06dÓ/ñÖ\x06" b"ø@K┤╔m1ÑÉ(±\x16{5*Ê" b"œWÁ®Är0\v²\x01`IΫUT" b"×ɨ╣§\>fúT^õCö²£" b"ƒæ\x07\x04\x1F\x1F9xØe╝)ât7ª" b" ‰¥ ^I4À¸ó?°â\x0EÀ÷" b" Ò3ƒ\võ6Ö¬òMÝŒñÀè" b"®n®;¼÷2Ô“²Žÿa€±k" b"°¡Öœò86‘–Ùg.\\x13ˆN" b"³m»Ä5k4©šnðÓ–\x1C\x01’" b"╣i\x0Fß├É<ô£W\x1Eà°´ôh" b"¹ÃÐùll9¤¨\x03fëò.Ϥ" b"º‹R…ñù=\x11°Ý›Q\x18—®¯" b"º–OR\x0EX52´âÝ\v¶¿í>" b"½ú'77ï1Õš#ôÜîYÖ'" b"¥\x1ER]¬Á1çå\x1F½÷ÿ&zØ" b"¾ÆM'n|>'—o-Ÿå\x19\x16â" b"¾ÚÚU»Q0F¤ …¡—[Ÿ\x14" b"ÂÞuu^:?ð›*Â)€1Äö" b"Ķr&>6}HÌ\x14½Pƒ" b"ÅY‹\x06%\x1F5Ý´ç´)\tÍË»" b"Ǧ\x1CªÝë2 ·…礪\x0FS3" b"É&óQ§ö5iºÊ\x04%F|¸d" b"Êaåø–ÿ1ñ¾l/lÚù\x02É" b"Ê«µÈø47Õ“\x1DËUN5(Ù" b"╠▒╚(╗¨6ô┐·Ý\x12ؤ'\x13" b"ÍLû7üÔ?\x07€%%+x‡¯“" b"ÊÁT╔Ùö1r¢Ø}nw╗\Ö" b"Ó©—\x11\x1DÎ6¨…ÒqúU\v\x17ü" b"ÔÓöûX\x11:ÈŠ\x04tSÊ\x07>€" b"Ö(Ó¬ï¥?n‰uÏ\x11|¤o2" b"Ù\x05‡Ú¹Ï6I—\x1AÔ”Ã~*S" b"┌Ì{mW\x100ëëµ3ì¡\x13\x07Ç" b"█Ø\x03═¸ï>°á²\x1A?®a\e" b"ÓÞ┼4Ç<>-ü▓\tÌ=àë\x14" b"õÛ\x17y\v┴=╩ÅÞB┌b¨o\x18" b"æÃ…\x7F\x19I<ô¤¦\x01\x12c#E–" b"þØ®j╩A9lѯƒ.²¶▄i" b"è-ÆG\x18×>j…ïPªËG†v" b"èvWÙmž>T¶\x7F\x19G¾Í»×" b""" 鲓V\n ”<ù½w£ûæ\x13‡ð """ b"Ûgn┘®N47ÀIº┤ó█ü┌" b"ÛåüeH+0Ïè¬ìçý\v?ð" b"ëîãÃCJ?p™?ÐÒ\x1E\x00\x1EÁ" b"ìË1Ù`"<ý¨wÒÈ\v\x17\x06&" b"÷¯\x07H\x10^;xÅ4©═û\x02\x16I" b"ü‰¾ÕR\x0760‘Ó4G‚F™9" ] |
||||||||||||||||||||||||
| 221 | 1.74 ms |
# product-listing::property-filter::read SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.media_id, `property_group_option.media.translation`.title as `property_group_option.media.translation.title`, `property_group_option.media.translation`.alt as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.custom_fields as `property_group_option.media.translation.customFields`, `property_group_option.media.translation`.created_at as `property_group_option.media.translation.createdAt`, `property_group_option.media.translation`.updated_at as `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation`.media_id as `property_group_option.media.translation.mediaId`, `property_group_option.media.translation`.language_id as `property_group_option.media.translation.languageId` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.language_id = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x00 ý$8\x028U’\x18\e(âêí7" b"\x00³Ò\x001A8¨£mLãÞ[²¥" b"\x01çæÖ!`5w„\x058D\x18æEk" b"\x04ts═┐╩:¥«Ëu\x0F▀üMè" b"\x04ý\x02\v4É=黆.ãØ|S‘" b"\v°ÃL\x01ú<\x15±»ø`™ë’°" b"\fš\x10!Qì1\e•KÞ(‘êd´" b"\x0EÈ\x06céV1\x19ä═úì(öµ." b"\x0F\x1F┌SLı6ÞÁ╬WáØ┤ 5" b"\x10ùà\x00¾ã1xå\x0EÏc½UüÙ" b"\x19\x0EWˆ†õ0e¢|†jE;w'" b"\e┘F\t╦ó:EÆ'£Éı_╩à" b"\eç\fzl02ØŸMG^À¦>†" b"\x1Cšk\x1CXŠ0p”½åM:Z)G" b""" \x1E`72gI0\n •\x15frµqê6 """ b"\x1EëŽ\x17©ø?â¨\eޱE)–p" b""" "»y\n ï6xƒãÍï\v\x02üÇ """ b"'âÛ‡&X8$‡²ü»;ïÙ\x12" b"0\x07ß[ëw?ð”\x08¥š„9BÀ" b"0\x19\x14&%]=¨«áÜš¡à>\v" b"3ê\x11]£\x03?<É╝:¡èëÃÁ" b"7G}\x07¦\x1C4þ^CÅÅú\vÙ" b":·á\x05ÍÕ6ãž\e/FÀD®÷" b";éı)█Ö4hÄÉ¡\x0EÐ║Þw" b"<‘—gì.3§™Ûbߦ6‘B" b""" @\x18\n ™ñ´?\x05™+é hUŒ— """ b""" A\x18@Ï6-5Û˜Ë\x11\n H4AR """ b"Dz¯îŸ.>÷›\x7FØ9o\v®ª" b"ENXã¹@1\x00ˆj¾9¬¡9ˆ" b"ET®Æ‡m4J‡¬G‡Í \x16|" b"Fà’~¢ç3U¬ÔYËY^,\x1F" b"G▒╬n╚A0┘«\r&©'Hì\x04" b"GÆbuv)9‘½\eXNˆ\tfË" b"Iı\x03\x13▒ô2╣®6ä\x19Pŵî" b"LàÓ¿œÓ5\x16‚\x1FIùLÇ‘-" b"PãXÂÞü3!›i‘¸Q[\x04-" b"Rþ!Fó¤>ú¨ºÝ„9/Z”" b"WÒÓ.Ø?1÷ê®V└\x02HNj" b"Y¥ð:bt5 íõ´8¤láÅ" b"\0‚\x0F\v$?!’ŠšçÍ#þÞ" b"\Ù\x155ä²?\ ©<ýh,\f“" b"]1\x14‡¤À9\x08•£c\x02™\x01\x0E)" b"_'Ðx\x08$8Á’\x01‘‡ð§B\" b"_lÏÍÒs3ì„»y7œn\x18„" b""" _ûÖÐ┴ì0├┐ÔÍ{D\n \x19( """ b"`.ÉÌ´╠;▄│]¢‗!╠×U" b"a7f®±.4\v˜0\x06„‘\x00lÔ" b"cýéÅ├:;<ïÔ\f//1æù" b"eh±\x00éO1+ŒÐî˜sw´\x06" b"e¥‰«5þ4\x16‰šÏ’¼Ö§K" b"h©xæ2‡0gš\x10\vb\x15¹h^" b"jª’kãc2‹ƒÄ» °‰b`" b"kÁ„¡D(?b¦Ö\x0Ez·t\x12”" b"m\x13\x1D‚|26»Ÿª×âNèg]" b"nÛ»ó\x1229\x1Fž)_gÎb˜\e" b"sÞ·õ?ü3öš'qÕ\x02m8Í" b"xsÔ]║┤1Ùì░░¡/3^]" b"xùk▒\÷7eÀm┼LÑÝ#ü" b"y¾!‰l2\x08ˆÇ§H\x19â\t\x16" b"{¢14\x16¢3Ò„*<ÎÜ\x19¦à" b"}ÑHWô╣6ôü¯D9xâói" b"\x7Fôn9¼Õ;É¢{‗D¹ÙÇÈ" b"ÇH8ªù▄5;║7\x1Ev"┤ÉÈ" b"€ù÷\x11¡ê=ˆ¾&¿ÓÀhI\n" b"„\f~#\x17„1¹½l¯î·4‚Ø" b"†w«\x06)º9ý¨¤&-}7\x06j" b"ˆŸ6\\x1C\x18:û‘\x19ÅÞ¬Ho\x13" b"ï¡\r▄\rE:2É┌#▀H³-s" b"Œ\x1FËc<\x14?K²#Ÿ\tÊ¡$o" b"ìA`C¥\x193©Æ¨ìzA\x08┌W" b"ì«\x06dôw8║×óOpÖ8Â\x1A" b"Å6¬\x1E/ð:\x1CÿYÓ┌¦┼ <" b"“<\x15%\x01Þ8d¯§\x11´óAI1" b"”\x18\r¸\x18á=l´ëì`\x1E{%\x06" b"öt*■ãì3Bö¼d\x1F7ù/9" b"öò@Zä%:\x15ì£X% °╝0" b"•*boK\x151\e»hŸ:u\x1Cïv" b"û*/\aL;┌Ø®3[¢\x1F\x02\x19" b"–S8)\x0F}3/ \x06dÓ/ñÖ\x06" b"ø@K┤╔m1ÑÉ(±\x16{5*Ê" b"œWÁ®Är0\v²\x01`IΫUT" b"×ɨ╣§\>fúT^õCö²£" b"ƒæ\x07\x04\x1F\x1F9xØe╝)ât7ª" b" ‰¥ ^I4À¸ó?°â\x0EÀ÷" b" Ò3ƒ\võ6Ö¬òMÝŒñÀè" b"®n®;¼÷2Ô“²Žÿa€±k" b"°¡Öœò86‘–Ùg.\\x13ˆN" b"³m»Ä5k4©šnðÓ–\x1C\x01’" b"╣i\x0Fß├É<ô£W\x1Eà°´ôh" b"¹ÃÐùll9¤¨\x03fëò.Ϥ" b"º‹R…ñù=\x11°Ý›Q\x18—®¯" b"º–OR\x0EX52´âÝ\v¶¿í>" b"½ú'77ï1Õš#ôÜîYÖ'" b"¥\x1ER]¬Á1çå\x1F½÷ÿ&zØ" b"¾ÆM'n|>'—o-Ÿå\x19\x16â" b"¾ÚÚU»Q0F¤ …¡—[Ÿ\x14" b"ÂÞuu^:?ð›*Â)€1Äö" b"Ķr&>6}HÌ\x14½Pƒ" b"ÅY‹\x06%\x1F5Ý´ç´)\tÍË»" b"Ǧ\x1CªÝë2 ·…礪\x0FS3" b"É&óQ§ö5iºÊ\x04%F|¸d" b"Êaåø–ÿ1ñ¾l/lÚù\x02É" b"Ê«µÈø47Õ“\x1DËUN5(Ù" b"╠▒╚(╗¨6ô┐·Ý\x12ؤ'\x13" b"ÍLû7üÔ?\x07€%%+x‡¯“" b"ÊÁT╔Ùö1r¢Ø}nw╗\Ö" b"Ó©—\x11\x1DÎ6¨…ÒqúU\v\x17ü" b"ÔÓöûX\x11:ÈŠ\x04tSÊ\x07>€" b"Ö(Ó¬ï¥?n‰uÏ\x11|¤o2" b"Ù\x05‡Ú¹Ï6I—\x1AÔ”Ã~*S" b"┌Ì{mW\x100ëëµ3ì¡\x13\x07Ç" b"█Ø\x03═¸ï>°á²\x1A?®a\e" b"ÓÞ┼4Ç<>-ü▓\tÌ=àë\x14" b"õÛ\x17y\v┴=╩ÅÞB┌b¨o\x18" b"æÃ…\x7F\x19I<ô¤¦\x01\x12c#E–" b"þØ®j╩A9lѯƒ.²¶▄i" b"è-ÆG\x18×>j…ïPªËG†v" b"èvWÙmž>T¶\x7F\x19G¾Í»×" b""" 鲓V\n ”<ù½w£ûæ\x13‡ð """ b"Ûgn┘®N47ÀIº┤ó█ü┌" b"ÛåüeH+0Ïè¬ìçý\v?ð" b"ëîãÃCJ?p™?ÐÒ\x1E\x00\x1EÁ" b"ìË1Ù`"<ý¨wÒÈ\v\x17\x06&" b"÷¯\x07H\x10^;xÅ4©═û\x02\x16I" b"ü‰¾ÕR\x0760‘Ó4G‚F™9" ] |
||||||||||||||||||||||||
| 222 | 0.92 ms |
# product-listing::property-filter::search-ids SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`id` IN (?, ?, ?, ?, ?, ?))) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 500
Parameters:
[ b"G\tá5■Ð:\x1DÅ4úô\x05'y\x16" b"Mô©e‘/;ݨX^G†²µa" b"Ü€íÕ<ã;O®ä“Å/¢Å\x18" b"\x0EXûÌ´9:Ù‹ì€U“òׯ" b"iOA\x0F\x02»:\x18©(t$§|¨j" b"@I▓Ýé|=Ùܾ\rÃ░=\x15Ø" b"\x00 ý$8\x028U’\x18\e(âêí7" b"\x00³Ò\x001A8¨£mLãÞ[²¥" b"\x01çæÖ!`5w„\x058D\x18æEk" b"\x04ts═┐╩:¥«Ëu\x0F▀üMè" b"\x04ý\x02\v4É=黆.ãØ|S‘" b"\v°ÃL\x01ú<\x15±»ø`™ë’°" b"\fš\x10!Qì1\e•KÞ(‘êd´" b"\x0EÈ\x06céV1\x19ä═úì(öµ." b"\x0F\x1F┌SLı6ÞÁ╬WáØ┤ 5" b"\x10ùà\x00¾ã1xå\x0EÏc½UüÙ" b"\x19\x0EWˆ†õ0e¢|†jE;w'" b"\e┘F\t╦ó:EÆ'£Éı_╩à" b"\eç\fzl02ØŸMG^À¦>†" b"\x1Cšk\x1CXŠ0p”½åM:Z)G" b""" \x1E`72gI0\n •\x15frµqê6 """ b"\x1EëŽ\x17©ø?â¨\eޱE)–p" b""" "»y\n ï6xƒãÍï\v\x02üÇ """ b"'âÛ‡&X8$‡²ü»;ïÙ\x12" b"0\x07ß[ëw?ð”\x08¥š„9BÀ" b"0\x19\x14&%]=¨«áÜš¡à>\v" b"3ê\x11]£\x03?<É╝:¡èëÃÁ" b"7G}\x07¦\x1C4þ^CÅÅú\vÙ" b":·á\x05ÍÕ6ãž\e/FÀD®÷" b";éı)█Ö4hÄÉ¡\x0EÐ║Þw" b"<‘—gì.3§™Ûbߦ6‘B" b""" @\x18\n ™ñ´?\x05™+é hUŒ— """ b""" A\x18@Ï6-5Û˜Ë\x11\n H4AR """ b"Dz¯îŸ.>÷›\x7FØ9o\v®ª" b"ENXã¹@1\x00ˆj¾9¬¡9ˆ" b"ET®Æ‡m4J‡¬G‡Í \x16|" b"Fà’~¢ç3U¬ÔYËY^,\x1F" b"G▒╬n╚A0┘«\r&©'Hì\x04" b"GÆbuv)9‘½\eXNˆ\tfË" b"Iı\x03\x13▒ô2╣®6ä\x19Pŵî" b"LàÓ¿œÓ5\x16‚\x1FIùLÇ‘-" b"PãXÂÞü3!›i‘¸Q[\x04-" b"Rþ!Fó¤>ú¨ºÝ„9/Z”" b"WÒÓ.Ø?1÷ê®V└\x02HNj" b"Y¥ð:bt5 íõ´8¤láÅ" b"\0‚\x0F\v$?!’ŠšçÍ#þÞ" b"\Ù\x155ä²?\ ©<ýh,\f“" b"]1\x14‡¤À9\x08•£c\x02™\x01\x0E)" b"_'Ðx\x08$8Á’\x01‘‡ð§B\" b"_lÏÍÒs3ì„»y7œn\x18„" b""" _ûÖÐ┴ì0├┐ÔÍ{D\n \x19( """ b"`.ÉÌ´╠;▄│]¢‗!╠×U" b"a7f®±.4\v˜0\x06„‘\x00lÔ" b"cýéÅ├:;<ïÔ\f//1æù" b"eh±\x00éO1+ŒÐî˜sw´\x06" b"e¥‰«5þ4\x16‰šÏ’¼Ö§K" b"h©xæ2‡0gš\x10\vb\x15¹h^" b"jª’kãc2‹ƒÄ» °‰b`" b"kÁ„¡D(?b¦Ö\x0Ez·t\x12”" b"m\x13\x1D‚|26»Ÿª×âNèg]" b"nÛ»ó\x1229\x1Fž)_gÎb˜\e" b"sÞ·õ?ü3öš'qÕ\x02m8Í" b"xsÔ]║┤1Ùì░░¡/3^]" b"xùk▒\÷7eÀm┼LÑÝ#ü" b"y¾!‰l2\x08ˆÇ§H\x19â\t\x16" b"{¢14\x16¢3Ò„*<ÎÜ\x19¦à" b"}ÑHWô╣6ôü¯D9xâói" b"\x7Fôn9¼Õ;É¢{‗D¹ÙÇÈ" b"ÇH8ªù▄5;║7\x1Ev"┤ÉÈ" b"€ù÷\x11¡ê=ˆ¾&¿ÓÀhI\n" b"„\f~#\x17„1¹½l¯î·4‚Ø" b"†w«\x06)º9ý¨¤&-}7\x06j" b"ˆŸ6\\x1C\x18:û‘\x19ÅÞ¬Ho\x13" b"ï¡\r▄\rE:2É┌#▀H³-s" b"Œ\x1FËc<\x14?K²#Ÿ\tÊ¡$o" b"ìA`C¥\x193©Æ¨ìzA\x08┌W" b"ì«\x06dôw8║×óOpÖ8Â\x1A" b"Å6¬\x1E/ð:\x1CÿYÓ┌¦┼ <" b"“<\x15%\x01Þ8d¯§\x11´óAI1" b"”\x18\r¸\x18á=l´ëì`\x1E{%\x06" b"öt*■ãì3Bö¼d\x1F7ù/9" b"öò@Zä%:\x15ì£X% °╝0" b"•*boK\x151\e»hŸ:u\x1Cïv" b"û*/\aL;┌Ø®3[¢\x1F\x02\x19" b"–S8)\x0F}3/ \x06dÓ/ñÖ\x06" b"ø@K┤╔m1ÑÉ(±\x16{5*Ê" b"œWÁ®Är0\v²\x01`IΫUT" b"×ɨ╣§\>fúT^õCö²£" b"ƒæ\x07\x04\x1F\x1F9xØe╝)ât7ª" b" ‰¥ ^I4À¸ó?°â\x0EÀ÷" b" Ò3ƒ\võ6Ö¬òMÝŒñÀè" b"®n®;¼÷2Ô“²Žÿa€±k" b"°¡Öœò86‘–Ùg.\\x13ˆN" b"³m»Ä5k4©šnðÓ–\x1C\x01’" b"╣i\x0Fß├É<ô£W\x1Eà°´ôh" b"¹ÃÐùll9¤¨\x03fëò.Ϥ" b"º‹R…ñù=\x11°Ý›Q\x18—®¯" b"º–OR\x0EX52´âÝ\v¶¿í>" b"½ú'77ï1Õš#ôÜîYÖ'" b"¥\x1ER]¬Á1çå\x1F½÷ÿ&zØ" b"¾ÆM'n|>'—o-Ÿå\x19\x16â" b"¾ÚÚU»Q0F¤ …¡—[Ÿ\x14" b"ÂÞuu^:?ð›*Â)€1Äö" b"Ķr&>6}HÌ\x14½Pƒ" b"ÅY‹\x06%\x1F5Ý´ç´)\tÍË»" b"Ǧ\x1CªÝë2 ·…礪\x0FS3" b"É&óQ§ö5iºÊ\x04%F|¸d" b"Êaåø–ÿ1ñ¾l/lÚù\x02É" b"Ê«µÈø47Õ“\x1DËUN5(Ù" b"╠▒╚(╗¨6ô┐·Ý\x12ؤ'\x13" b"ÍLû7üÔ?\x07€%%+x‡¯“" b"ÊÁT╔Ùö1r¢Ø}nw╗\Ö" b"Ó©—\x11\x1DÎ6¨…ÒqúU\v\x17ü" b"ÔÓöûX\x11:ÈŠ\x04tSÊ\x07>€" b"Ö(Ó¬ï¥?n‰uÏ\x11|¤o2" b"Ù\x05‡Ú¹Ï6I—\x1AÔ”Ã~*S" b"┌Ì{mW\x100ëëµ3ì¡\x13\x07Ç" b"█Ø\x03═¸ï>°á²\x1A?®a\e" b"ÓÞ┼4Ç<>-ü▓\tÌ=àë\x14" b"õÛ\x17y\v┴=╩ÅÞB┌b¨o\x18" b"æÃ…\x7F\x19I<ô¤¦\x01\x12c#E–" b"þØ®j╩A9lѯƒ.²¶▄i" b"è-ÆG\x18×>j…ïPªËG†v" b"èvWÙmž>T¶\x7F\x19G¾Í»×" b""" 鲓V\n ”<ù½w£ûæ\x13‡ð """ b"Ûgn┘®N47ÀIº┤ó█ü┌" b"ÛåüeH+0Ïè¬ìçý\v?ð" b"ëîãÃCJ?p™?ÐÒ\x1E\x00\x1EÁ" b"ìË1Ù`"<ý¨wÒÈ\v\x17\x06&" b"÷¯\x07H\x10^;xÅ4©═û\x02\x16I" b"ü‰¾ÕR\x0760‘Ó4G‚F™9" ] |
||||||||||||||||||||||||
| 223 | 0.32 ms |
SELECT `property`.property_group_id, `property`.id FROM `product` LEFT JOIN `product_option` AS `option` ON `option`.product_id = `product`.id LEFT JOIN `property_group_option` `property` ON `property`.id = `option`.property_group_option_id WHERE `product`.parent_id = ? AND `option`.product_version_id = ? GROUP BY `property`.id
Parameters:
[ b"╣Ô/R═g0\x15ÉÒ\x18\x14\x19Üc[" b"\x0F©\x1CãéjK¾KÙÎu,4%" ] |
||||||||||||||||||||||||
| 224 | 0.14 ms |
# app-scripts::refresh::read 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`.`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`.`write_access` as `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" true ] |
||||||||||||||||||||||||
| 225 | 0.12 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS scriptName, `script`.`script` AS script, `script`.`hook` AS hook, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, `app`.`version` AS appVersion, `script`.`active` AS active FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` != 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 226 | 0.11 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`, `script`.`name` AS name, `script`.`script` AS script, `app`.`name` AS appName, LOWER(HEX(`app`.`integration_id`)) AS integrationId, IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified FROM `script` LEFT JOIN `app` ON `script`.`app_id` = `app`.`id` WHERE `script`.`hook` = 'include' ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[] |
||||||||||||||||||||||||
| 227 | 1.55 ms |
# theme-service::load-config::read 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`.`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`, COALESCE(`theme.translation.description`,`theme.translation.description`) as `theme.description`, `theme.translation.labels`, COALESCE(`theme.translation.labels`,`theme.translation.labels`) as `theme.labels`, `theme.translation.helpTexts`, COALESCE(`theme.translation.helpTexts`,`theme.translation.helpTexts`) as `theme.helpTexts`, `theme.translation.customFields`, COALESCE(`theme.translation.customFields`,`theme.translation.customFields`) as `theme.customFields`, `theme.translation.createdAt`, `theme.translation.updatedAt`, `theme.translation.themeId`, `theme.translation.languageId` 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`, `theme.translation`.created_at as `theme.translation.createdAt`, `theme.translation`.updated_at as `theme.translation.updatedAt`, `theme.translation`.theme_id as `theme.translation.themeId`, `theme.translation`.language_id as `theme.translation.languageId` 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"
]
|
||||||||||||||||||||||||
| 228 | 0.65 ms |
# theme-service::resolve-media::read 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`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" false true "product_download" b"=î/¬\HC╣ØÚ¹ãHêüH" ] |
||||||||||||||||||||||||
| 229 | 0.14 ms |
# breadcrumb-extension::read SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"™È\x10¨üÞ:䦟ƒ0\x1E€Š˜" b"\x12Üô-x\x010ÜØ¹\x04ï¯■öÞ" b"├╗\x1CímM><Á‗\x11\eX\x18ÎÅ" b""" v\x1EH@È\x174\x1EŠÔ\n =ˆ1þ¡ """ ] |
||||||||||||||||||||||||
| 230 | 49.04 ms |
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[ "/detail/5b5d200701ec36f39e607f2d8fab35e3" "/navigation/99c810a8fcde3ae4a69f83301e808a98" "/navigation/b9ecb2e5d808346997636f272883b192" "/navigation/ea0100f34d3832c586f2fc543aa707a5" "/navigation/69db25793d0c33afbd61653fd7d1a8ed" "/navigation/1fd1f0e45b613fb688d2787c9b8177df" "/navigation/fb2b9ee997903f0b80fd5b6264c4d2c3" "/navigation/02a49671b8bd3771b4d230654332dbfa" "/navigation/ee20ad3f46333401a7b34c4d0210cba9" "/navigation/4bc0dd1bc8f93b9b92e47c438d699efe" "/navigation/6ecbf5d03f6536b7983862c6f46e93d9" "/navigation/a0c70996590e3c5ba4fe80ded59535f0" "/navigation/c3490384794c325e93ba96be02c6ce9e" "/navigation/f45c6568b49a34798feaf0628fedeac7" "/navigation/996017561c3a3ded8f2110cc95c50967" "/navigation/0e2978c6cf7a37ec88cb13b1a7fcbf6b" "/navigation/3f9fa2969d833972ba3ec04a7b3d72cd" "/navigation/a134553c512b3512adebdfc609b69081" "/navigation/61d49bea020f345cbe1e8d05f61e899d" "/navigation/e53e7e77a9ec37eeb47c7a1b98f07416" "/navigation/6129ef7a36d73851936da7c1e93a1b76" "/navigation/642d6ed7b19f3f70bd8af1775481525a" "/navigation/3a684c3bcd3f336fb3a0a792da353f82" "/navigation/273e2b0e7ef8310dbaae263f960ed292" "/navigation/12a65d1b06933a2da8657c6357d4bc4e" "/navigation/5e859863990c36ce8dd7ee59d9f90ed3" "/navigation/fd4a6b835d2a34648f064610584b932d" "/navigation/ff966bb5db513439ac76171b82b4ee2e" "/navigation/770443c5bf923a779b61c7a496980cee" "/navigation/89130563e0e13abdb4f235de414bf390" "/navigation/9929c147d34d3a4cad11fbb4401d8913" "/navigation/a153deecedc73865bb0eeb9fa8229552" "/navigation/6d983a29e89231a3aba85c7c8eb0f2cc" "/navigation/26350cb75b62356ca5da6f402783d749" "/navigation/9a8a0a9eda2c3b7eaa476c2d6d3229ab" "/navigation/1e8266f34fa832e68443f0e7e11342e0" "/navigation/dab2cc762cf335879241484e9d0b0428" "/navigation/d380c592ac053c8780373621c53c0905" "/navigation/99a8e174649e349ea0f3af9858a5d79e" "/navigation/565c9044a34534db8448284dfb523733" "/navigation/850155c674653355a3a05667341e33dd" "/navigation/2c64b93b49193679ad44e612a6c1796d" "/navigation/34ebcef0ddfa3085be11a6b3dee7116c" "/navigation/dcf4759f7eb83169927642f62b56d945" "/navigation/4fafea52d53f3866b9cd8a295b390815" "/navigation/154df2f85c3533ee9b68beeb002ac2b3" "/navigation/fb34018223d537e28df69e0706e43314" "/navigation/61918fa57da336d98cb881b774f445a9" "/navigation/92bb7d4c36713afeb2e1c98150479ae2" "/navigation/8974017b8b8438a98353a6710e309c79" "/navigation/f8f3476a387938aaae13cf8b8f20cadd" "/navigation/e6b47db614033da8a01faaa42a0ff220" "/navigation/498d7b828d103206899ed2d7885dff16" "/navigation/a46e35d0a00738b59c12d93d6bad08a3" "/navigation/1660672f22e836ec91f0a251e0b02347" "/navigation/61ede7a8592e3cb2a69e2e46a785975a" "/navigation/aad72f58f54c358b954e4689e9de23da" "/navigation/3fbc87d7deb835ecab10bd323f8e8d34" "/navigation/1c2fbbf3141a35949241fc63ad745a65" "/navigation/3059425a157c381185b39db97bd80c70" "/navigation/6e8c58f1a4f93e29b0acac315fd43b57" "/navigation/102ea4c371cd303dad05953309ad8247" "/navigation/90376df44783334b84f0a0907f1eee84" "/navigation/213630dc1fc73721b95b3d9b97015af8" "/navigation/320420f91c3033cba3f478f898ecf689" "/navigation/4cd546da2d473412abe2249ff018cab0" "/navigation/3d59d275f0b436b5b646747040db30af" "/navigation/8f59ecead94c3857b1ac0337131f4b24" "/navigation/1219414aff3b39509c48f90bb18568f6" "/navigation/904895db190137c39d7c232fe4412f18" "/navigation/91379a0118cf30078dc8b8808c74a838" "/navigation/87841a697e6f3cd380ba735df2c8395d" "/navigation/eb0a7027553b3094895647a6ae1c8a38" "/navigation/fc0dee50f0e33e79b02fc3d067ac7997" "/navigation/dd57369da1cd32f598606df232904979" "/navigation/aadf53758ffb383e9b0bb6b0fc5d3f60" "/navigation/816d470e6cea374abb27bbbb1be49d16" "/navigation/2088a35b6c943648a4bce4d77592628f" "/navigation/a75499b09abe3189ac35cee35cd2d3b7" "/navigation/a4ec3f6c2fcc3633b18f3141035e5013" "/navigation/5d87ece43383392a875d734e89db1a45" "/navigation/99c0a1e888cf383f94d60f7cc002b5a3" "/navigation/67d7b4ffcd4d391fa52283fa3871fd15" "/navigation/e2dcb9dcd374342084642742c670c212" "/navigation/f38c923b02e03f3daed92d700ec545ab" "/navigation/d8d475917bde3b20ba445b6f4d158f3a" "/navigation/591af7c793933d89b447dc1f8d03b2f0" "/navigation/9d9bb1f814be3bd9a394b071187f4b9c" "/navigation/a63d8cee931f34f4a8dcb322198fa334" "/navigation/c150229b4bd539e692ff11d3e677d64c" "/navigation/ff021e18cb88358796657191fe977ad5" "/navigation/d1fe32e933433ae49ef866534d80ce18" "/navigation/7a4396e2dbff372ebc99a0c9f7022dad" "/navigation/d1b9b730b3f434b98351ed53d39a0fb2" "/navigation/f45f0261047d3947b64ee5fb390f9ba8" "/navigation/c3d9bc3b82443ffe850820bcc2054cb2" "/navigation/e2392ef33b4737f6a6e49606588da207" "/navigation/1f5c268b3ab531e2b2c4aab4fe9985f5" "/navigation/32ba096b59803ddea65d20e5ba19b450" "/navigation/2d1c638f723434e5beb731f6bc80da8a" "/navigation/001a5cc006ef374f8804f0aad4c01607" "/navigation/5521a13632e93e37b8ee9afb6d7f0a2b" "/navigation/6f1f33dfd45c3e23bca7f9e184da8261" "/navigation/40debcb1f7c731bfb3897422539c9dec" "/navigation/7e59af1b8d583d69b3b31a8d296124c2" "/navigation/d5238b8fe4643dfa84c6593bc84911ef" "/navigation/3a1d34d073b03e3c973be1de1ccb1dd3" "/navigation/429b816b02b533d2b1a70c41cd655ab9" "/navigation/31109e6a747532e48a66f8ac4758a9b4" "/navigation/a639576494f93446b170c09365d7edeb" "/navigation/ed9f665e02b13d01aae8d0432b7bd2a5" "/navigation/76ef7775fb2936d8b885f9a24d8d2844" "/navigation/dfbeb09f9c1d3be19e11768dcb0327c4" "/navigation/27723bc4ac0f35929a5369fd77a0c2dd" "/navigation/06fc171642293162a574b7941bf49cf8" "/navigation/1b27a5a02a6d3e03ad2e722326a01dbb" "/navigation/0cbb132e05f6388f9171c4566a5a8020" "/navigation/ce49a27ea23c3b3a9daad4f35f9ab5fd" "/navigation/1a27c9ec23b63f60b3f138fefa30877d" "/navigation/b17aba3ef4b13df98cf8033c6726d969" "/navigation/4005b576fcc432f09b84c29895afb643" "/navigation/9f06dbf7fd243b81b50e712e5201aaaf" "/navigation/486131dfec67315e8b488097190a5c7b" "/navigation/505e54c2af833031a039f73c57f376d9" "/navigation/81233ed801cd3c2bbcc4a95ec5e881d0" "/navigation/6d0a96fea0dd32a6b2ebacfbff7a0657" "/navigation/8a32f8eaad113371ac99925d921df725" "/navigation/a54fdcc278a53dca99dca1b02c2d4781" "/navigation/c79538911dd53b90b06aeebe9837a39b" "/navigation/b836f4b0a40c3d8ea29b37d49b6172cf" "/navigation/47c1d76038ad327dbcedc8a3e1e0661b" "/navigation/f68ea73402ee3c3bac9745da7cc24103" "/navigation/2144f1e70e8132e6bd20f43718752dd4" "/navigation/6e12a1a3f1883566afaecb0f83f26c10" "/navigation/6ab8cd9c91fd33c28dd95d93b688fcd0" "/navigation/4f8ef89c10653bebaa99647c9a8c078c" "/navigation/c1c70b8d1e2d35efa73a35baa0c81f5a" "/navigation/efe98b7f10f63244ba403e78023659a9" "/navigation/4eb1b6df3c533f29ba8d4d378a9fbf0e" "/navigation/26365228e7a432c4b287ba0054b519a6" "/navigation/f2126840a34a30ccb3975db7f5a89a8a" "/navigation/9dbce4d3864a393daec43294530d83d3" "/navigation/129a932d7801309a9dfb048beefe94e8" "/navigation/1c0dd4a1ecfc3eb48c21dde06c31dca4" "/navigation/d6181012fad53ca9b4bffa3f0edd4774" "/navigation/c8f140de9e483de8b0d3ec24b1b27d75" "/navigation/fbd77d80fed43d56b062d848af661dc5" "/navigation/3e67eee6e6bb3d138bebc36ce95478e3" "/navigation/b1d3a8c97d443b4da83d6afcdefffe36" "/navigation/47083f3a95193f3ab9f0cf70c3d7eb9a" "/navigation/f73789304ec5339e95ff1c09a12f2618" "/navigation/4372a67e926a322392c69aa6ff481972" "/navigation/9882aff1b1933b59a426f7c6605268d3" "/navigation/16d58404d28a33ec805b41e20ccac2b1" "/navigation/fd5de55984953218ab7a753fea92d3a5" "/navigation/cb4ffcaa43c639209c06d94f83b2efe7" "/navigation/1be0f7d609693e4c98505b4efc6979b1" "/navigation/66fd8b40046634c6a306eeb3f916f9b1" "/navigation/2bf4db60938e3f6cba30aae41babbc33" "/navigation/dc64fa61b42330a78d2ef5a01444b3a2" "/navigation/be521908034b3e5c9fa37d035834fb44" "/navigation/c21105c0054432c38470a0491e64e4d2" "/navigation/f8637cb09ac43dc7b718763ec7aef877" "/navigation/c592f5159cc53f38aada5fe3daf4afc8" "/navigation/671bf139cccc35ca836af2eec45643cc" "/navigation/6bf42cbccecc373e8b21cfbac8a2486a" "/navigation/fa39bf73997a319bbb811277a07e2772" "/navigation/8422a184bda936c68acda1f150e9a757" "/navigation/135b50c3b67734159e4c3cfb33ccffa3" "/navigation/c60c12b4c6a03af8bf68ff4349531404" "/navigation/ffa966fd272430419541e610352ad9c6" "/navigation/e47a350c01773622856c6dd936a1dc84" "/navigation/f2483b49d9ca30f281478d12585a6c1c" "/navigation/3057b106dc2f3c939c2f34610e8056e5" "/navigation/25fc1e9ad3863d92a2e7dc818889455c" "/navigation/3d87dd2f01ab3f09a1b86506ae5f74aa" "/navigation/728277c1e5cc32aab06e254326b324bc" "/navigation/175e4df6b6f23d44acebf5aef8314674" "/navigation/c3bb1ca16d4d3e3cb5f2111b5818d78f" "/navigation/393d456f4a613bd8821913c0ea573bde" "/navigation/0bb232a0a70538d3bb5532359eb11d35" "/navigation/47099dfa8e4a3198ad6cf49e42be6fe8" "/navigation/d5d213d59cdf3afb8c9f6a0f1ce421c0" "/navigation/761e4840c817341e8ad40a3d8831fea1" "/navigation/850df1df0d0839569b9414f6990ff34b" "/navigation/cfde4946b7de31b383279cdcfd5dc259" "/navigation/705bf018d3623b00894508ac0f2b17d2" "/navigation/5e3286fd47823e2b928ca52cbec7622e" "/navigation/4aaa61ddefca39678b32a5f951e25416" "/navigation/776b31ee46ce3558bfe6b5728b6684ba" "/navigation/3512a2d5811e37c2bfd8f1155f401385" "/navigation/ad17fc972262366fa7bcc37fb3edec82" "/navigation/95cf49a61c8838d4bdd013b83679342d" "/navigation/ff58fda691353846936ad21ba39c0f49" "/navigation/d4954e6a2df63b9293e462743f49b126" "/navigation/b21ed040596d3a5497f2bf9d4a947d49" "/navigation/63eb82335f503c8ea40e06709b9bf03f" "/navigation/5882dd9891e93222adddd4be25611f08" "/navigation/4f3a64a6a44f38138db3bfcac8333219" "/navigation/cc72b6aca49333a1918a37c0159ed615" "/navigation/4b4a02d133ae3d0e93e7c0ea304946bd" "/navigation/7ac1aac7097a3cd68adb4f07e32ab2ad" "/navigation/bd21cf7b23e63939a5c0d433f9167c65" "/navigation/80a2db7463933324a83161dffe2e8cf2" "/navigation/20bbd9fe646b375fbb3ac174b87a8134" "/navigation/ce703a3762363713a7bd41345dfbf225" "/navigation/c486f659897e341ab89852f00a38c0df" "/navigation/6573ee472d7d3361945450175fa2f317" "/navigation/030e4d9a126a37c2929e7969765dadc6" "/navigation/e60502a93e6c3feeba7b0890ebb71997" "/navigation/c41fe71616253cf99e76024a397e53e2" "/navigation/718cce5ace4835bd8438cf8c8a71b22e" "/navigation/42cae68e75343eafbd9f4dc0d68acd16" "/navigation/466d1d5922cd3d1aa471ad5436576ee3" "/navigation/d4a11e7b234d34f88d0f47f7743fabf2" "/navigation/14415687e7a13e87814199ab2dffc119" "/navigation/1280deba45e03160bafacdb10cc6d2dd" "/navigation/7ea71dee706f3502a3d8eea5c84d9b91" "/navigation/5c2136c083d83720b90378184c4668d6" "/navigation/f1983abe5bf036e998247eb1f8f92597" "/navigation/c3b2ff8967bc3bf7932bfd7daba485cf" "/navigation/8198923f57ea3084a370e96abffe4f8c" "/navigation/07e796058b5d37b9a0ed2a009d59b774" "/navigation/f7532b3f892a3739a8864a5c89267f0f" "/navigation/3ede7c9c478733c796434be423dc438a" "/navigation/cadcc36730f0303c91bf27b47e3720b0" "/navigation/c17b0a437051388c8125043e9b51a0ed" "/navigation/d9893db556be35fe9008d200f0992f05" "/navigation/0ff213cd9c1030178e736950315a5eb8" "/navigation/e586fe57528430b4ac9a97374cbcaa65" "/navigation/e0138e4375e83d3b9c282a8ab031f580" "/navigation/7f8b1a8a813e3c77b892c7ac10475bd3" "/navigation/74253864d3953b14b9e3fe4bc87b692f" "/navigation/1d372710e1ec31a2a0fef5e3d7480017" "/navigation/83a351f1ef6f3c618d3cd50dc5dc4d6d" "/navigation/148b6e9309dd38b5936f0b232fe72d0a" "/navigation/d10e747e34e937b68de6b98db535131a" "/navigation/bd40db757d7631dd8af05aede6b2d07e" "/navigation/94eba224822b3281894ad5431108d60c" "/navigation/f8c9e7c712113abc8f927056a76ce37a" "/navigation/b5809e4e0e2c3167ac04b78d48dd7183" "/navigation/f2f440f9367736ff8d01ace324cd9017" "/navigation/97341cc356b834f18021882de1751fec" "/navigation/aad83743597d33b8a5b6f87709536c92" "/navigation/aecdb0229f6c3a52a3c9256dda84c972" "/navigation/56af68e261b23472bb7687963ebd8567" "/navigation/81ebdeb5f6213a58a8a6cf61b7f9452e" "/navigation/2c9844303e6436f98ecde25bb6bd599f" "/navigation/abb6507bcaa23d21b575e3b0126384c9" "/navigation/b6b73d315a683e8db0cb452519e1f600" "/navigation/88c4eba60f87388d92022aafbda71ec7" "/navigation/0cad8db96a6f37139e45400b7a4fa913" "/navigation/663c09e8e2513ec484a63a13fda39723" "/navigation/77dec9353e3236b0a8ef86a082fac137" "/navigation/665c882761bd34c8bb547d57b623f747" "/navigation/52aa122273bd3260afda533e15635b16" "/navigation/dd11829d103538a780652033e5475501" "/navigation/8a10cc82e5963a0da99755dfa0ad97e6" "/navigation/e864b27f6f5f322685595804989678bb" "/navigation/1d9b9401241a33c18c20593c5022118a" "/navigation/8255690942f8340ba8eb050a6c569e59" "/navigation/2935f81dd2dd3c2cb9772147c9efc1e0" "/navigation/c9d20bc8b6553a5ab2f66cb965df1157" "/navigation/e2212c2302d734eab7c5cf25e7818bd4" "/navigation/c60b96e54f5d3894bc0f760479c2f6a4" "/navigation/1f431bde1a213bd0810414800a045ba7" "/navigation/49899019c6773a31a29e9c570047f5e1" "/navigation/259e40b784203a42b03da7978304e1dc" "/navigation/416ff8ad916835a9a4d33ff140bbc451" "/navigation/bc0c3aa4ad2839f7889af97edc3bec05" "/navigation/b1c228ef21653092a1a0709321ee37bd" "/navigation/a57e5486737939a2989e3cb8e577b972" "/navigation/873445446c6931998386625203c7ab86" "/navigation/43d5682be20f313a95638081ccfe1f55" "/navigation/80fe5994464b3fc699dcd61675833629" "/navigation/a634de8c7d6c32328ea88217bd734644" "/navigation/a81e9737be5d3a3fba219d611f76f9da" "/navigation/5e7cccdb4eb4360f9ed16a2b73809b44" "/navigation/d61333f5d1e634219d96cff245878cbb" "/navigation/690eed01488f380089af80d7d0a05ca1" "/navigation/256ed76fb69537ce84dde7a8d376b51c" "/navigation/4d12d87a965634b8af913182b57656d5" "/navigation/ffa8d1ebf7ad3e41a1703e60b35ab02b" "/navigation/3a2dd5c6d8d23b85a05406f1d1310fcc" "/navigation/dbde9c03a83b34b98cc8accef652baf3" "/navigation/e801cf56e6ae3483a27f0256fa087b9b" "/navigation/c5bc63034bc332f3b13833f9498548ba" "/navigation/38299800a86b3e27b829ad3e592235a2" "/navigation/1c572db2001a37d1a06678af17a7942e" "/navigation/03998c3b40e83fe3acd4c4e13032f0ee" "/detail/0407b578148d3b719c6b447782b747cd" "/detail/11b7a65066923ae082ce4400104c9e3e" "/detail/2dc586b3f28236daa55ae3dea443211c" "/detail/3808ae4bfc89362d8d85bec078f0f2cb" b"/»_ââšMpªXTÎ|ãâ\v" b""" VDLgæœFï¼\x12*\n 2¼»° """ ] |
||||||||||||||||||||||||
| 231 | 0.05 ms |
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?)
Parameters:
[ b"\x11U├©╚(@RÑu┼\\x13¾╦É" b"`†u\x07YBJ9¸m›1±Fá\x15" b"„¢9͵FDm™o\eÿc'‡\x06" b"õ¶\x08/\v´Iå¨+¡^㬽\x13" ] |
Database Connections
| Name | Service |
|---|---|
| 0 | default |
Entity Managers
There are no configured entity managers.
Second Level Cache
Second Level Cache is not enabled.