CodeController.php#131binetex_ru1.64msselect*, (SELECTCOUNT(id) FROM `listing_rates` WHERE listing_id = listings.id AND rate_id = "3" AND is_active =trueAND valid_until >= NOW()) as hasPremiumRate, (SELECTCOUNT(*) FROM `listing_rates` WHERE `listing_id` = listings.id AND valid_until >= NOW() AND `rate_id` IN ("2","3")) as is_fixed from `listings` where `status_id` =2and `finish_at` >='2025-04-09 22:35:27'and `status_id` =2and `finish_at` >='2025-04-09 22:35:27'and `id` in (48) and `category_id` =8and `listings`.`deleted_at` isnulland `is_hidden` =0orderby `is_fixed` desc, `created_at` desc limit 10offset0
CodeController.php#131binetex_ru430μsselect*from `images` where `images`.`model_id` in (3) and `images`.`model_type` ='App\Models\User'orderby `position` asc
CodeController.php#131binetex_ru300μsselect*from `images` where `images`.`model_id` in (48) and `images`.`model_type` ='App\Models\Listing'orderby `position` asc
catalog-resource-item.blade.php#119binetex_ru470μsselectcount(*) as aggregate from `reviews` innerjoin `listings` on `listings`.`id` = `reviews`.`listing_id` where listings.user_id != reviews.author_id AND listings.id =48
catalog-resource-item.blade.php#124binetex_ru310μsselectavg(`rating`) as aggregate from `reviews` innerjoin `listings` on `listings`.`id` = `reviews`.`listing_id` where listings.user_id != reviews.author_id AND listings.id =48
catalog-resource-item.blade.php#134binetex_ru400μsselectcount(*) as aggregate from `deals` where `deals`.`listing_id` =48and `deals`.`listing_id` isnotnulland `status_id` =5