NewsController.php#19db_webitjen640μ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_webitjen860μ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 (65, 66, 67, 69, 70, 71) and `taggables`.`taggable_type` ='LaraZeus\Sky\Models\Post'orderby `order_column` asc