1 | SELECT `Post`.`id`, `Post`.`title`, `Post`.`slug`, `Post`.`domain`, `Post`.`content`, `Post`.`category`, `Post`.`category_id`, `Post`.`headlined`, `Post`.`featured`, `Post`.`comment_off`, `Post`.`tags`, `Post`.`keywords`, `Post`.`description`, `Post`.`impression`, `Post`.`post_date`, `Post`.`created_at`, `Post`.`updated_at`, `Post`.`deleted_at`, `Post`.`meta_key`, `Post`.`meta_desc`, `Post`.`imgs`, `Post`.`photo_url`, `Post`.`status`, `Post`.`photo_kw`, `Post`.`user_id`, `Category`.`id`, `Category`.`name`, `Category`.`slug`, `Category`.`parent_id`, `Category`.`created_at`, `Category`.`updated_at` FROM `dbwebsite`.`posts` AS `Post` LEFT JOIN `dbwebsite`.`categories` AS `Category` ON (`Post`.`category_id` = `Category`.`id`) WHERE ((`Post`.`domain` IS NULL) OR (`Post`.`domain` = 'sertifikatkompetensikerja.com')) AND `Post`.`status` = 'publish' ORDER BY `Post`.`id` DESC LIMIT 8 | | 8 | 8 | 29 |
2 | SELECT `Tag`.`id`, `Tag`.`title`, `Tag`.`slug`, `Tag`.`created_at`, `Tag`.`updated_at`, `PostsTag`.`id`, `PostsTag`.`post_id`, `PostsTag`.`tag_id` FROM `dbwebsite`.`tags` AS `Tag` JOIN `dbwebsite`.`posts_tags` AS `PostsTag` ON (`PostsTag`.`post_id` IN (17338, 17155, 17129, 17102, 17039, 17024, 16964, 16927) AND `PostsTag`.`tag_id` = `Tag`.`id`) | | 0 | 0 | 10 |