ListingController.php#632seniorsbb_db_dev3.57msselect*from `listingattachment` where `type` ='listing'and `primary` =1and `listingattachment`.`listingId` in (54219)
ListingController.php#667seniorsbb_db_dev146msselect `company`.`id` as `parentId`, `child`.`id` as `childId` from `company` leftjoin `company` as `child` on `child`.`parentCompany` = `company`.`id` where `company`.`parentCompany` =79790and `company`.`deleted_at` isnull
ListingController.php#681seniorsbb_db_dev196msselect*from `articles` where `active` ='Yes'and `type` ='article'and `company` in (79790) and `articles`.`deleted_at` isnullorderby RAND()