0.59 ms (9.19%)
|
1 |
SELECT `sales_channel_type`.`id` as `sales_channel_type.id`, `sales_channel_type`.`cover_url` as `sales_channel_type.coverUrl`, `sales_channel_type`.`icon_name` as `sales_channel_type.iconName`, `sales_channel_type`.`screenshot_urls` as `sales_channel_type.screenshotUrls`, `sales_channel_type`.`created_at` as `sales_channel_type.createdAt`, `sales_channel_type`.`updated_at` as `sales_channel_type.updatedAt`, `sales_channel_type.translation.name`, `sales_channel_type.translation.name` as `sales_channel_type.name`, `sales_channel_type.translation.manufacturer`, `sales_channel_type.translation.manufacturer` as `sales_channel_type.manufacturer`, `sales_channel_type.translation.description`, `sales_channel_type.translation.description` as `sales_channel_type.description`, `sales_channel_type.translation.descriptionLong`, `sales_channel_type.translation.descriptionLong` as `sales_channel_type.descriptionLong`, `sales_channel_type.translation.customFields`, `sales_channel_type.translation.customFields` as `sales_channel_type.customFields` FROM `sales_channel_type` LEFT JOIN (SELECT `sales_channel_type.translation`.`sales_channel_type_id`, `sales_channel_type.translation`.`name` as `sales_channel_type.translation.name`, `sales_channel_type.translation`.`manufacturer` as `sales_channel_type.translation.manufacturer`, `sales_channel_type.translation`.`description` as `sales_channel_type.translation.description`, `sales_channel_type.translation`.`description_long` as `sales_channel_type.translation.descriptionLong`, `sales_channel_type.translation`.`custom_fields` as `sales_channel_type.translation.customFields` FROM `sales_channel_type_translation` `sales_channel_type.translation` WHERE `sales_channel_type.translation`.`language_id` = ?) `sales_channel_type.sales_channel_type_translation` ON `sales_channel_type.sales_channel_type_translation`.`sales_channel_type_id` = `sales_channel_type`.`id` WHERE `sales_channel_type`.`id` IN (?, ?, ?)
Parameters: [
b"/»_ââšMpªXTÎ|ãâ\v"
b"Š$0€ù.Lq•F1KW|ø+"
b"íS^W"\x13JÁªe$÷>&ˆ\e"
b"ñƒîVPÏKÛŠwC7WPg¦"
]
SELECT `sales_channel_type`.`id` as `sales_channel_type.id`, `sales_channel_type`.`cover_url` as `sales_channel_type.coverUrl`, `sales_channel_type`.`icon_name` as `sales_channel_type.iconName`, `sales_channel_type`.`screenshot_urls` as `sales_channel_type.screenshotUrls`, `sales_channel_type`.`created_at` as `sales_channel_type.createdAt`, `sales_channel_type`.`updated_at` as `sales_channel_type.updatedAt`, `sales_channel_type.translation.name`, `sales_channel_type.translation.name` as `sales_channel_type.name`, `sales_channel_type.translation.manufacturer`, `sales_channel_type.translation.manufacturer` as `sales_channel_type.manufacturer`, `sales_channel_type.translation.description`, `sales_channel_type.translation.description` as `sales_channel_type.description`, `sales_channel_type.translation.descriptionLong`, `sales_channel_type.translation.descriptionLong` as `sales_channel_type.descriptionLong`, `sales_channel_type.translation.customFields`, `sales_channel_type.translation.customFields` as `sales_channel_type.customFields` FROM `sales_channel_type` LEFT JOIN (SELECT `sales_channel_type.translation`.`sales_channel_type_id`, `sales_channel_type.translation`.`name` as `sales_channel_type.translation.name`, `sales_channel_type.translation`.`manufacturer` as `sales_channel_type.translation.manufacturer`, `sales_channel_type.translation`.`description` as `sales_channel_type.translation.description`, `sales_channel_type.translation`.`description_long` as `sales_channel_type.translation.descriptionLong`, `sales_channel_type.translation`.`custom_fields` as `sales_channel_type.translation.customFields` FROM `sales_channel_type_translation` `sales_channel_type.translation` WHERE `sales_channel_type.translation`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `sales_channel_type.sales_channel_type_translation` ON `sales_channel_type.sales_channel_type_translation`.`sales_channel_type_id` = `sales_channel_type`.`id` WHERE `sales_channel_type`.`id` IN (0x8A243080F92E4C719546314B577CF82B, 0xED535E5722134AC1AA6524F73E26881B, 0xF183EE5650CF4BDB8A774337575067A6);
|
0.41 ms (6.35%)
|
1 |
SELECT
`name`,
`base_class` AS baseClass,
IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
`path`,
`version`,
`autoload`,
`managed_by_composer` AS managedByComposer,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at`;
SELECT
`name`,
`base_class` AS baseClass,
IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
`path`,
`version`,
`autoload`,
`managed_by_composer` AS managedByComposer,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at`;;
|
0.19 ms (2.92%)
|
1 |
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
|