0.33 ms (2.72%)
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` ; ;
Copy
0.30 ms (2.53%)
1
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\t 3w€ÚËKŠƒ¤‰f!óÜÊ "
b"\x17 À\x1F ½8\x0F A±ŒˆŽClr\x17\x1E "
b"""
:I³Oy¶IL›¸w9\n
J»ö
"""
b"Jó▄ÖÿëLì©Î\x13 ┘Iá\x1D ¤ "
b"""
T\x06 ý…gAA˼\n
\x0F T*³¿N
"""
b"ZÄ6©ÊßLʼn‡†ù\r ßÝÖ "
b"_àš¯MÆIꢨŮÅ\x1C #- "
b"äÚO~I\x08 A╝éD‗ØÕ\x14 ┌; "
b"«>═▒kfM\x1A ┤ÜÊìËÄ$ú "
b"¤┼+\x1A ú4FFØJ;\x1E [à\x06 & "
b"ÐM 9\e pBŒ‹ZU”ÅOõ› "
b"èv\x17 y*\x13 F9½9œ/?Tæê "
]
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` WHERE `property_group_option` . `id` IN (0x09337780DACB4B8A83A4896621F3DCCA , 0x17C01FBD380F41B18C888E436C72171E , 0x3A49B34F79B6494C9BB877390A4ABBF6 , 0x4AA2DC9998894C8DB8D713D949A01DCF , 0x5406FD85674141CBBC0A0F542AB3BF4E , 0x5AC436A9CADF4CC5898786F90DDFDDD6 , 0x5FE09AAF4DC649EAA2A8C5AEC51C232D , 0x84E94F7E490841BC8244F29DE514DA3B , 0xAE3ECDB16B664D1AB49AD28DD38E24A3 , 0xCFC52B1AA33446469D4A3B1E5B850626 , 0xD04DA0391B70428C8B5A5594C54FF59B , 0xE87617792A134639BD399C2F3F54E6EA );
Copy