9.69 ms (19.66%)
|
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`, COALESCE(`sales_channel_type.translation.name`,`sales_channel_type.translation.name`) as `sales_channel_type.name`, `sales_channel_type.translation.manufacturer`, COALESCE(`sales_channel_type.translation.manufacturer`,`sales_channel_type.translation.manufacturer`) as `sales_channel_type.manufacturer`, `sales_channel_type.translation.description`, COALESCE(`sales_channel_type.translation.description`,`sales_channel_type.translation.description`) as `sales_channel_type.description`, `sales_channel_type.translation.descriptionLong`, COALESCE(`sales_channel_type.translation.descriptionLong`,`sales_channel_type.translation.descriptionLong`) as `sales_channel_type.descriptionLong`, `sales_channel_type.translation.customFields`, COALESCE(`sales_channel_type.translation.customFields`,`sales_channel_type.translation.customFields`) as `sales_channel_type.customFields`, `sales_channel_type.translation.createdAt`, `sales_channel_type.translation.updatedAt`, `sales_channel_type.translation.salesChannelTypeId`, `sales_channel_type.translation.languageId` 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`, `sales_channel_type.translation`.created_at as `sales_channel_type.translation.createdAt`, `sales_channel_type.translation`.updated_at as `sales_channel_type.translation.updatedAt`, `sales_channel_type.translation`.sales_channel_type_id as `sales_channel_type.translation.salesChannelTypeId`, `sales_channel_type.translation`.language_id as `sales_channel_type.translation.languageId` 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`, COALESCE(`sales_channel_type.translation.name`,`sales_channel_type.translation.name`) as `sales_channel_type.name`, `sales_channel_type.translation.manufacturer`, COALESCE(`sales_channel_type.translation.manufacturer`,`sales_channel_type.translation.manufacturer`) as `sales_channel_type.manufacturer`, `sales_channel_type.translation.description`, COALESCE(`sales_channel_type.translation.description`,`sales_channel_type.translation.description`) as `sales_channel_type.description`, `sales_channel_type.translation.descriptionLong`, COALESCE(`sales_channel_type.translation.descriptionLong`,`sales_channel_type.translation.descriptionLong`) as `sales_channel_type.descriptionLong`, `sales_channel_type.translation.customFields`, COALESCE(`sales_channel_type.translation.customFields`,`sales_channel_type.translation.customFields`) as `sales_channel_type.customFields`, `sales_channel_type.translation.createdAt`, `sales_channel_type.translation.updatedAt`, `sales_channel_type.translation.salesChannelTypeId`, `sales_channel_type.translation.languageId` 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`, `sales_channel_type.translation`.created_at as `sales_channel_type.translation.createdAt`, `sales_channel_type.translation`.updated_at as `sales_channel_type.translation.updatedAt`, `sales_channel_type.translation`.sales_channel_type_id as `sales_channel_type.translation.salesChannelTypeId`, `sales_channel_type.translation`.language_id as `sales_channel_type.translation.languageId` 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);
|
1.43 ms (2.90%)
|
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`;;
|