Manufacturer.php#88leshop73.01msselectcount(*) as aggregate from (select `products`.`product_id`, `tax_class_id`, `price` from `products` where `manufacturer_id` =157and `products`.`quantity` >'0'and `status` =2groupby `product_id`) as `aggregate_table`
DatabaseStore.php#410leshop31.57msdeletefrom `cache` where `key` in ('options-list-in-manufacturer-157', 'illuminate:cache:flexible:created:options-list-in-manufacturer-157') and `expiration` <=1756346548
Product.php#222leshop518msselectdistinct `product_options`.`option_id`, `options`.`name` from `products` leftjoin `product_options` on `products`.`product_id` = `product_options`.`product_id` leftjoin `options` on `product_options`.`option_id` = `options`.`id` where (`status` =2and `products`.`manufacturer_id` =157) and `options`.`name` isnotnull