NewsController.php#56db_webitjen810μ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)) andexists (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 (1)) and `status` ='publish'
NewsController.php#56db_webitjen780μ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 (11, 12, 15, 16, 17, 20) and `taggables`.`taggable_type` ='LaraZeus\Sky\Models\Post'orderby `order_column` asc