CodeController.php#131binetex_ru1.57msselect*, (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-08 23:36:10'and `status_id` =2and `finish_at` >='2025-04-08 23:36:10'and `user_id` =1and `category_id` =8and `listings`.`deleted_at` isnulland `is_hidden` =0orderby `is_fixed` desc, `created_at` desc limit 10offset0
CodeController.php#131binetex_ru410μsselect*from `images` where `images`.`model_id` in (1) and `images`.`model_type` ='App\Models\User'orderby `position` asc
CodeController.php#131binetex_ru280μsselect*from `images` where `images`.`model_id` in (47) 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 =47
catalog-resource-item.blade.php#124binetex_ru360μsselectavg(`rating`) as aggregate from `reviews` innerjoin `listings` on `listings`.`id` = `reviews`.`listing_id` where listings.user_id != reviews.author_id AND listings.id =47
catalog-resource-item.blade.php#134binetex_ru430μsselectcount(*) as aggregate from `deals` where `deals`.`listing_id` =47and `deals`.`listing_id` isnotnulland `status_id` =5