1
4.75 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
2
0.20 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' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
3
3.20 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
4.42 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
5
5.46 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` ;
Copy
6
1.63 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
7
1.25 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Å║\x1E ═«qÎ╣è2\x19 ,\x13 │4 "
"xmlrpc.php "
"xmlrpc.php/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x018FBA1ECDAE71D7B98A32192C13B334 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'xmlrpc.php' OR seo_path_info = 'xmlrpc.php/' ));
Copy
8
0.78 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Å║\x1E ═«qÎ╣è2\x19 ,\x13 │4 "
"/xmlrpc.php "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x018FBA1ECDAE71D7B98A32192C13B334 ) AND (path_info = '/xmlrpc.php' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
9
1.12 ms
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN (? , ? , ? , ? , ? , ? , ? ) AND `scop_platform_redirecter_redirect` . `enabled` = ? AND (`scop_platform_redirecter_redirect` . `salesChannelId` = ? OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > ? )) LIMIT 1
Parameters :
[
"///xmlrpc.php?rsd "
"//xmlrpc.php?rsd "
"https://medisana-dev.com-create.cloud//xmlrpc.php?rsd "
"https://medisana-dev.com-create.cloud///xmlrpc.php?rsd "
"//xmlrpc.php?rsd "
"///xmlrpc.php?rsd "
"/xmlrpc.php?rsd "
true
b"\x01 Å║\x1E ═«qÎ╣è2\x19 ,\x13 │4 "
null
]
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN ('///xmlrpc.php?rsd' , '//xmlrpc.php?rsd' , 'https://medisana-dev.com-create.cloud//xmlrpc.php?rsd' , 'https://medisana-dev.com-create.cloud///xmlrpc.php?rsd' , '//xmlrpc.php?rsd' , '///xmlrpc.php?rsd' , '/xmlrpc.php?rsd' ) AND `scop_platform_redirecter_redirect` . `enabled` = 1 AND (`scop_platform_redirecter_redirect` . `salesChannelId` = 0x018FBA1ECDAE71D7B98A32192C13B334 OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > NULL )) LIMIT 1 ;
Copy
10
0.54 ms
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN (? , ? , ? , ? , ? , ? , ? ) AND `scop_platform_redirecter_redirect` . `enabled` = ? AND `scop_platform_redirecter_redirect` . `queryParamsHandling` IN (? , ? ) AND (`scop_platform_redirecter_redirect` . `salesChannelId` = ? OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > ? )) LIMIT 1
Parameters :
[
"///xmlrpc.php "
"//xmlrpc.php "
"https://medisana-dev.com-create.cloud//xmlrpc.php "
"https://medisana-dev.com-create.cloud///xmlrpc.php "
"//xmlrpc.php "
"///xmlrpc.php "
"/xmlrpc.php "
true
1
2
b"\x01 Å║\x1E ═«qÎ╣è2\x19 ,\x13 │4 "
null
]
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN ('///xmlrpc.php' , '//xmlrpc.php' , 'https://medisana-dev.com-create.cloud//xmlrpc.php' , 'https://medisana-dev.com-create.cloud///xmlrpc.php' , '//xmlrpc.php' , '///xmlrpc.php' , '/xmlrpc.php' ) AND `scop_platform_redirecter_redirect` . `enabled` = 1 AND `scop_platform_redirecter_redirect` . `queryParamsHandling` IN (1 , 2 ) AND (`scop_platform_redirecter_redirect` . `salesChannelId` = 0x018FBA1ECDAE71D7B98A32192C13B334 OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > NULL )) LIMIT 1 ;
Copy
11
0.23 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
12
0.52 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 Å║\x1E ═«qÎ╣è2\x19 ,\x13 │4 "
"0197ab06a38870b4a1cedf8357c64b92 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x018FBA1ECDAE71D7B98A32192C13B334 ) AND (token = '0197ab06a38870b4a1cedf8357c64b92' ) LIMIT 1 ;
Copy
13
0.75 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"0197ab06a38870b4a1cedf8357c64b92 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '0197ab06a38870b4a1cedf8357c64b92' ;
Copy
14
0.57 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"\x01 Å║\x1E ═«qÎ╣è2\x19 ,\x13 │4 "
b"\x01 Å║\v ¾'qðóÜ,╦‗hø\x13 "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x018FBA1ECDAE71D7B98A32192C13B334 AND `sales_channel_country` . `country_id` = 0x018FBA0BF32771D0A29A2CCBF2689B13 );
Copy
15
44.47 ms
SELECT `pluszwei_seo_redirect` . `id` FROM `pluszwei_seo_redirect` WHERE (`pluszwei_seo_redirect` . `old_url` = ? ) LIMIT 1
Parameters :
[
"//xmlrpc.php?rsd "
]
SELECT `pluszwei_seo_redirect` . `id` FROM `pluszwei_seo_redirect` WHERE (`pluszwei_seo_redirect` . `old_url` = '//xmlrpc.php?rsd' ) LIMIT 1 ;
Copy
16
0.53 ms
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = ? )
Parameters :
[
"category "
]
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = 'category' );
Copy
17
0.40 ms
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (? )
Parameters :
[
b"\x01 Å║2\x1D ¿pæÿA\x0F ÿ‗µ█Æ "
]
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (0x018FBA321DA8709198410F98F2E6DB92 );
Copy
18
0.35 ms
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (? ))
Parameters :
[
b"\x01 Å║2\x1D ¿pæÿA\x0F ÿ‗µ█Æ "
]
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (0x018FBA321DA8709198410F98F2E6DB92 ));
Copy
19
0.21 ms
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (? )
Parameters :
[
b"\x01 É┐ù\x01 Ïx ÜÏ┴º¯\x11 oÏ "
]
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (0x0190BF9701D878209AD8C1A7EE116FD8 );
Copy
20
0.22 ms
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (? ))
Parameters :
[
b"\x01 É┐ù\x01 Ïx ÜÏ┴º¯\x11 oÏ "
]
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (0x0190BF9701D878209AD8C1A7EE116FD8 ));
Copy
21
0.14 ms
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (? )
Parameters :
[
b"\x01 É┌Dï+r■¡¢`8\x1E °q¥ "
]
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (0x0190DA448B2B72FEADBD60381EF871BE );
Copy
22
0.23 ms
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (? ))
Parameters :
[
b"\x01 É┌Dï+r■¡¢`8\x1E °q¥ "
]
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (0x0190DA448B2B72FEADBD60381EF871BE ));
Copy
23
0.15 ms
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (? )
Parameters :
[
b"\x01 É┌Dï+r■¡¢`8\x1F mfï "
]
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (0x0190DA448B2B72FEADBD60381F6D668B );
Copy
24
0.23 ms
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (? ))
Parameters :
[
b"\x01 É┌Dï+r■¡¢`8\x1F mfï "
]
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (0x0190DA448B2B72FEADBD60381F6D668B ));
Copy
25
0.28 ms
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (? )
Parameters :
[
b"\x01 É┌Dï+r■¡¢`8 lä¾ "
]
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (0x0190DA448B2B72FEADBD6038206C84F3 );
Copy
26
0.23 ms
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (? ))
Parameters :
[
b"\x01 É┌Dï+r■¡¢`8 lä¾ "
]
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (0x0190DA448B2B72FEADBD6038206C84F3 ));
Copy
27
0.16 ms
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (? )
Parameters :
[
b"\x01 É┌Dï+r■¡¢`8! yÔ "
]
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (0x0190DA448B2B72FEADBD6038212079E2 );
Copy
28
0.25 ms
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (? ))
Parameters :
[
b"\x01 É┌Dï+r■¡¢`8! yÔ "
]
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (0x0190DA448B2B72FEADBD6038212079E2 ));
Copy
29
0.30 ms
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (? )
Parameters :
[
b"\x01 û]pCO}ì®M·R{<█┬ "
]
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (0x01965D70434F7D8DA94DFA527B3CDBC2 );
Copy
30
0.19 ms
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (? ))
Parameters :
[
b"\x01 û]pCO}ì®M·R{<█┬ "
]
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (0x01965D70434F7D8DA94DFA527B3CDBC2 ));
Copy
31
0.27 ms
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = ? )
Parameters :
[
"product "
]
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = 'product' );
Copy
32
0.24 ms
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (? )
Parameters :
[
b"\x01 Å║2\x1D hqÛátm,¿A▀ï "
]
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (0x018FBA321D6871EAA0746D2CA841DF8B );
Copy
33
0.22 ms
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (? ))
Parameters :
[
b"\x01 Å║2\x1D hqÛátm,¿A▀ï "
]
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (0x018FBA321D6871EAA0746D2CA841DF8B ));
Copy
34
0.11 ms
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (? )
Parameters :
[
b"\x01 É┌Dï+r■¡¢`8!ß,╠ "
]
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (0x0190DA448B2B72FEADBD603821E12CCC );
Copy
35
0.16 ms
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (? ))
Parameters :
[
b"\x01 É┌Dï+r■¡¢`8!ß,╠ "
]
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (0x0190DA448B2B72FEADBD603821E12CCC ));
Copy
36
0.11 ms
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (? )
Parameters :
[
b"\x01 É┌Dï+r■¡¢`8"J!\e "
]
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (0x0190DA448B2B72FEADBD6038224A211B );
Copy
37
0.22 ms
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (? ))
Parameters :
[
b"\x01 É┌Dï+r■¡¢`8"J!\e "
]
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (0x0190DA448B2B72FEADBD6038224A211B ));
Copy
38
0.16 ms
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (? )
Parameters :
[
b"\x01 É┌Dï+r■¡¢`8#\x04\x17 K "
]
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (0x0190DA448B2B72FEADBD60382304174B );
Copy
39
0.22 ms
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (? ))
Parameters :
[
b"\x01 É┌Dï+r■¡¢`8#\x04\x17 K "
]
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (0x0190DA448B2B72FEADBD60382304174B ));
Copy
40
0.15 ms
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (? )
Parameters :
[
b"\x01 •89$oq’°\x04 æñÔæÈ× "
]
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (0x01953839246F7192B004E6F1D4E6C8D7 );
Copy
41
0.17 ms
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (? ))
Parameters :
[
b"\x01 •89$oq’°\x04 æñÔæÈ× "
]
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (0x01953839246F7192B004E6F1D4E6C8D7 ));
Copy
42
0.14 ms
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (? )
Parameters :
[
b"ò¬´\x1A ð¾Ac…@³\x19\x17\x00\x7F £ "
]
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (0xF2ACB41AF0BE41638540B31917007FA3 );
Copy
43
0.23 ms
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (? ))
Parameters :
[
b"ò¬´\x1A ð¾Ac…@³\x19\x17\x00\x7F £ "
]
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (0xF2ACB41AF0BE41638540B31917007FA3 ));
Copy
44
0.27 ms
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = ? )
Parameters :
[
"promotion "
]
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = 'promotion' );
Copy
45
0.23 ms
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (? )
Parameters :
[
b"k…é(ê?°\f MÇ\x1E ñ¯\x16 Ï$ "
]
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (0x6B85E928EA3FB00C4DC71EF1AF16CF24 );
Copy
46
0.31 ms
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (? ))
Parameters :
[
b"k…é(ê?°\f MÇ\x1E ñ¯\x16 Ï$ "
]
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (0x6B85E928EA3FB00C4DC71EF1AF16CF24 ));
Copy
47
0.36 ms
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = ? )
Parameters :
[
"customer "
]
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = 'customer' );
Copy
48
0.32 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` FROM `language` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
49
0.54 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` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
50
0.21 ms
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = ? )
SELECT `custom_field_set_relation` . `id` as `custom_field_set_relation.id` , `custom_field_set_relation` . `set_id` as `custom_field_set_relation.customFieldSetId` , `custom_field_set_relation` . `entity_name` as `custom_field_set_relation.entityName` , `custom_field_set_relation` . `created_at` as `custom_field_set_relation.createdAt` , `custom_field_set_relation` . `updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation` . `entity_name` = 'order' );
Copy
51
0.89 ms
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (? )
Parameters :
[
b"\x01 Å║2\x1D\x12 s¼½Ï§╠·=jr "
]
SELECT `custom_field_set` . `id` as `custom_field_set.id` , `custom_field_set` . `name` as `custom_field_set.name` , `custom_field_set` . `config` as `custom_field_set.config` , `custom_field_set` . `active` as `custom_field_set.active` , `custom_field_set` . `global` as `custom_field_set.global` , `custom_field_set` . `position` as `custom_field_set.position` , `custom_field_set` . `app_id` as `custom_field_set.appId` , `custom_field_set` . `created_at` as `custom_field_set.createdAt` , `custom_field_set` . `updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set` . `id` IN (0x018FBA321D1273ACABD8F5CCFA3D6A72 );
Copy
52
0.17 ms
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (? ))
Parameters :
[
b"\x01 Å║2\x1D\x12 s¼½Ï§╠·=jr "
]
SELECT `custom_field` . `id` as `custom_field.id` , `custom_field` . `name` as `custom_field.name` , `custom_field` . `type` as `custom_field.type` , `custom_field` . `config` as `custom_field.config` , `custom_field` . `active` as `custom_field.active` , `custom_field` . `set_id` as `custom_field.customFieldSetId` , `custom_field` . `allow_customer_write` as `custom_field.allowCustomerWrite` , `custom_field` . `allow_cart_expose` as `custom_field.allowCartExpose` , `custom_field` . `store_api_aware` as `custom_field.storeApiAware` , `custom_field` . `created_at` as `custom_field.createdAt` , `custom_field` . `updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field` . `set_id` IN (0x018FBA321D1273ACABD8F5CCFA3D6A72 ));
Copy