Query | Error | Affected | Num. rows | Took (ms) | Actions |
---|
SELECT `TagGroup`.`id`, `TagGroup`.`code`, `TagGroup`.`name`, `TagGroup`.`created`, `TagGroup`.`modified`, `TagGroup`.`flag` FROM `tag_groups` AS `TagGroup` WHERE `flag` = 1 | | 9 | 9 | 1 | maybe slow |
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 | 9 | maybe slow |
SELECT `TagGroup`.`code`, `TagGroup`.`name` FROM `tag_groups` AS `TagGroup` WHERE id IN (1, 2, 3, 4, 5, 6) | | 6 | 6 | 0 | |
SELECT
MATCH (`related_items`, `tags`) AGAINST (' +"|76|"' IN BOOLEAN MODE) as score,
content_id
FROM
`contents_searches` as `ContentsSearch`
WHERE
MATCH (`related_items`, `tags`) AGAINST (' +"|76|"' IN BOOLEAN MODE) AND content_id not in (124, 133, 163)
ORDER BY
score desc
LIMIT
0, 11 | | 0 | 0 | 8 | maybe slow |
SELECT `Content`.`id`, `Content`.`user_id`, `Content`.`last_edit_user_id`, `Content`.`post_date`, `Content`.`post_date_year`, `Content`.`post_date_month`, `Content`.`post_date_day`, `Content`.`title`, `Content`.`title_en`, `Content`.`content`, `Content`.`plain_content`, `Content`.`page_view`, `Content`.`flag`, `Content`.`mod_count`, `Content`.`created`, `Content`.`modified` FROM `contents` AS `Content` WHERE `id` IS NULL | | 0 | 0 | 0 | |