Manufacturer.php#88leshop120msselectcount(*) as aggregate from (select `products`.`product_id`, `tax_class_id`, `price` from `products` where `manufacturer_id` =175and `products`.`quantity` >'0'and `status` =2groupby `product_id`) as `aggregate_table`
DatabaseStore.php#410leshop24.59msdeletefrom `cache` where `key` in ('options-list-in-manufacturer-175', 'illuminate:cache:flexible:created:options-list-in-manufacturer-175') and `expiration` <=1757980379
Product.php#222leshop849msselectdistinct `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` =175) and `options`.`name` isnotnull