ListingController.php#666seniorsbb_db_dev8.03msselect*from `listingattachment` where `type` ='listing'and `primary` =1and `listingattachment`.`listingId` in (94649)
ListingController.php#701seniorsbb_db_dev149msselect `company`.`id` as `parentId`, `child`.`id` as `childId` from `company` leftjoin `company` as `child` on `child`.`parentCompany` = `company`.`id` where `company`.`parentCompany` =7495and `company`.`deleted_at` isnull
ListingController.php#715seniorsbb_db_dev178msselect*from `articles` where `active` ='Yes'and `type` ='article'and `company` in (7495) and `articles`.`deleted_at` isnullorderby RAND()