1 |
1.06 ms |
SELECT `key`, `value` FROM `app_config`
SELECT `key`, `value` FROM `app_config`;
|
2 |
1.46 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`;;
|
3 |
0.56 ms |
SELECT `key`, `value` FROM `app_config`
SELECT `key`, `value` FROM `app_config`;
|
4 |
1.11 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;
;
|
5 |
1.46 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC;
|
6 |
0.42 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',''));
|
7 |
1.07 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');
|
8 |
0.92 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');
|
9 |
1.18 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‘“!|TrJšœåM~\x18æH"
]
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 (0x019193217C54724A9A9CE54D7E18E648);
|
10 |
1.53 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`.`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‘“!|TrJšœåM~\x18æH"
]
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`.`created_at` as `custom_field.createdAt`, `custom_field`.`updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field`.`set_id` IN (0x019193217C54724A9A9CE54D7E18E648));
|
11 |
0.86 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');
|
12 |
1.01 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');
|
13 |
0.83 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’F¸àapg¾±Ãþ©»´³"
]
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 (0x019246B8E0617067BEB1C3FEA9BBB4B3);
|
14 |
1.13 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`.`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’F¸àapg¾±Ãþ©»´³"
]
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`.`created_at` as `custom_field.createdAt`, `custom_field`.`updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field`.`set_id` IN (0x019246B8E0617067BEB1C3FEA9BBB4B3));
|
15 |
0.90 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);
|
16 |
1.73 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"
]
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 = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B);
|
17 |
0.99 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');
|