selectcount(*) as aggregate from `threads` whereexists (select*from `tags` innerjoin `tag_thread` on `tags`.`id` = `tag_thread`.`tag_id` where `threads`.`id` = `tag_thread`.`thread_id` and `slug` ='Rap') and (`visibility_id` in (1, 2) and `created_by` isnullor `visibility_id` =3)15.43ms/app/Http/Controllers/ThreadsController.php:423dev_events_tracker
select `series`.*, `series_thread`.`thread_id` as `pivot_thread_id`, `series_thread`.`series_id` as `pivot_series_id`, `series_thread`.`created_at` as `pivot_created_at`, `series_thread`.`updated_at` as `pivot_updated_at` from `series` innerjoin `series_thread` on `series`.`id` = `series_thread`.`series_id` where `series_thread`.`thread_id` =28110.07msview::threads.list:40dev_events_tracker
select `entities`.*, `entity_thread`.`thread_id` as `pivot_thread_id`, `entity_thread`.`entity_id` as `pivot_entity_id`, `entity_thread`.`created_at` as `pivot_created_at`, `entity_thread`.`updated_at` as `pivot_updated_at` from `entities` innerjoin `entity_thread` on `entities`.`id` = `entity_thread`.`entity_id` where `entity_thread`.`thread_id` =2819.85msview::threads.list:49dev_events_tracker
select `tags`.*, `tag_thread`.`thread_id` as `pivot_thread_id`, `tag_thread`.`tag_id` as `pivot_tag_id`, `tag_thread`.`created_at` as `pivot_created_at`, `tag_thread`.`updated_at` as `pivot_updated_at` from `tags` innerjoin `tag_thread` on `tags`.`id` = `tag_thread`.`tag_id` where `tag_thread`.`thread_id` =2814.06msview::threads.list:56dev_events_tracker
select `photos`.*, `photo_user`.`user_id` as `pivot_user_id`, `photo_user`.`photo_id` as `pivot_photo_id`, `photo_user`.`created_at` as `pivot_created_at`, `photo_user`.`updated_at` as `pivot_updated_at` from `photos` innerjoin `photo_user` on `photos`.`id` = `photo_user`.`photo_id` where `photo_user`.`user_id` =1and `photos`.`is_primary` ='1' limit 14.31ms/app/Models/User.php:174dev_events_tracker