NewsController.php#19db_webitjen680μsselectcount(*) as aggregate from `posts` whereexists (select*from `tags` innerjoin `taggables` on `tags`.`id` = `taggables`.`tag_id` where `posts`.`id` = `taggables`.`taggable_id` and `taggables`.`taggable_type` ='LaraZeus\Sky\Models\Post'and `tags`.`id` in (2)) and `status` ='publish'
NewsController.php#19db_webitjen930μsselect `tags`.*, `taggables`.`taggable_id` as `pivot_taggable_id`, `taggables`.`tag_id` as `pivot_tag_id`, `taggables`.`taggable_type` as `pivot_taggable_type` from `tags` innerjoin `taggables` on `tags`.`id` = `taggables`.`tag_id` where `taggables`.`taggable_id` in (15, 16, 17, 19, 20, 21) and `taggables`.`taggable_type` ='LaraZeus\Sky\Models\Post'orderby `order_column` asc