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