ListingController.php#667seniorsbb_db_dev2.66msselect*from `listingattachment` where `type` ='listing'and `primary` =1and `listingattachment`.`listingId` in (92376)
ListingController.php#702seniorsbb_db_dev213msselect `company`.`id` as `parentId`, `child`.`id` as `childId` from `company` leftjoin `company` as `child` on `child`.`parentCompany` = `company`.`id` where `company`.`parentCompany` =6295and `company`.`deleted_at` isnull
ListingController.php#716seniorsbb_db_dev207msselect*from `articles` where `active` ='Yes'and `type` ='article'and `company` in (6295) and `articles`.`deleted_at` isnullorderby RAND()