Query | Error | Affected | Num. rows | Took (ms) | Actions |
---|
SHOW FULL COLUMNS FROM `contents` | | 16 | 16 | 2 | maybe slow |
SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci'; | | 1 | 1 | 9 | maybe slow |
SHOW FULL COLUMNS FROM `users` | | 10 | 10 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `groups` | | 4 | 4 | 9 | maybe slow |
SHOW FULL COLUMNS FROM `permissions` | | 5 | 5 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `groups_permissions` | | 3 | 3 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `groups_users` | | 3 | 3 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `contents_searches` | | 6 | 6 | 9 | maybe slow |
SHOW FULL COLUMNS FROM `attachments` | | 11 | 11 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `attachments_revs` | | 13 | 13 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `contents_related_items` | | 5 | 5 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `related_items` | | 6 | 6 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `contents_related_items_revs` | | 8 | 8 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `contents_tags` | | 5 | 5 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `tags` | | 7 | 7 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `tag_groups` | | 6 | 6 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `contents_tags_revs` | | 7 | 7 | 1 | maybe slow |
SHOW FULL COLUMNS FROM `contents_revs` | | 18 | 18 | 2 | maybe slow |
SELECT `Content`.`id` FROM `contents` AS `Content` WHERE `flag` = 1 ORDER BY `id` desc LIMIT 11 | | 11 | 11 | 0 | |
SELECT `RelatedItem`.`id`, `RelatedItem`.`code`, `RelatedItem`.`name`, `RelatedItem`.`created`, `RelatedItem`.`modified`, `RelatedItem`.`flag` FROM `related_items` AS `RelatedItem` WHERE `code` = 'function' LIMIT 1 | | 1 | 1 | 0 | |
SELECT `Content`.`id`, `Content`.`title`, `Content`.`title_en` FROM `contents` AS `Content` WHERE id IN (208, 207, 205, 204, 203, 202, 201, 200, 199, 198) ORDER BY `id` desc | | 10 | 10 | 0 | |
SELECT `Attachment`.`file_name`, `Attachment`.`dir`, `Attachment`.`foreign_key` FROM `attachments` AS `Attachment` WHERE `file_name` <> 'default.jpg' AND `Attachment`.`foreign_key` IN (208, 207, 205, 204, 203, 202, 201, 200, 199, 198) | | 10 | 10 | 0 | |
SELECT `ContentsRelatedItem`.`content`, `ContentsRelatedItem`.`related_item_id`, `ContentsRelatedItem`.`content_id` FROM `contents_related_items` AS `ContentsRelatedItem` WHERE `related_item_id` = '1' AND `ContentsRelatedItem`.`content_id` IN (208, 207, 205, 204, 203, 202, 201, 200, 199, 198) | | 10 | 10 | 0 | |
SELECT `RelatedItem`.`code`, `RelatedItem`.`name` FROM `related_items` AS `RelatedItem` WHERE `RelatedItem`.`id` = 1 | | 1 | 1 | 0 | |
SELECT `RelatedItem`.`code`, `RelatedItem`.`name` FROM `related_items` AS `RelatedItem` WHERE `RelatedItem`.`id` = 1 | | 1 | 1 | 0 | |
SELECT `RelatedItem`.`code`, `RelatedItem`.`name` FROM `related_items` AS `RelatedItem` WHERE `RelatedItem`.`id` = 1 | | 1 | 1 | 0 | |
SELECT `RelatedItem`.`code`, `RelatedItem`.`name` FROM `related_items` AS `RelatedItem` WHERE `RelatedItem`.`id` = 1 | | 1 | 1 | 0 | |
SELECT `RelatedItem`.`code`, `RelatedItem`.`name` FROM `related_items` AS `RelatedItem` WHERE `RelatedItem`.`id` = 1 | | 1 | 1 | 0 | |
SELECT `RelatedItem`.`code`, `RelatedItem`.`name` FROM `related_items` AS `RelatedItem` WHERE `RelatedItem`.`id` = 1 | | 1 | 1 | 0 | |
SELECT `RelatedItem`.`code`, `RelatedItem`.`name` FROM `related_items` AS `RelatedItem` WHERE `RelatedItem`.`id` = 1 | | 1 | 1 | 0 | |
SELECT `RelatedItem`.`code`, `RelatedItem`.`name` FROM `related_items` AS `RelatedItem` WHERE `RelatedItem`.`id` = 1 | | 1 | 1 | 0 | |
SELECT `RelatedItem`.`code`, `RelatedItem`.`name` FROM `related_items` AS `RelatedItem` WHERE `RelatedItem`.`id` = 1 | | 1 | 1 | 0 | |
SELECT `RelatedItem`.`code`, `RelatedItem`.`name` FROM `related_items` AS `RelatedItem` WHERE `RelatedItem`.`id` = 1 | | 1 | 1 | 0 | |
SELECT `TagGroup`.`id`, `TagGroup`.`code`, `TagGroup`.`name`, `TagGroup`.`created`, `TagGroup`.`modified`, `TagGroup`.`flag` FROM `tag_groups` AS `TagGroup` WHERE `flag` = 1 | | 9 | 9 | 0 | |
SELECT `Tag`.`id`, `Tag`.`tag_group_id`, `Tag`.`name`, `Tag`.`comment`, `Tag`.`created`, `Tag`.`modified`, `Tag`.`flag` FROM `tags` AS `Tag` WHERE `Tag`.`flag` = 1 AND `Tag`.`tag_group_id` IN (1, 2, 3, 4, 5, 6, 7, 8, 9) | | 129 | 129 | 0 | |
SELECT `TagGroup`.`code`, `TagGroup`.`name` FROM `tag_groups` AS `TagGroup` WHERE id IN (1, 2, 3, 4, 5, 6) | | 6 | 6 | 0 | |