ListingController.php#632seniorsbb_db_dev1.5msselect*from `listingattachment` where `type` ='listing'and `primary` =1and `listingattachment`.`listingId` in (50256)
ListingController.php#667seniorsbb_db_dev186msselect `company`.`id` as `parentId`, `child`.`id` as `childId` from `company` leftjoin `company` as `child` on `child`.`parentCompany` = `company`.`id` where `company`.`parentCompany` =51697and `company`.`deleted_at` isnull
ListingController.php#681seniorsbb_db_dev181msselect*from `articles` where `active` ='Yes'and `type` ='article'and `company` in (51697) and `articles`.`deleted_at` isnullorderby RAND()