Manufacturer.php#88db191msselectcount(*) as aggregate from (select `products`.`product_id`, `tax_class_id`, `price` from `products` where `manufacturer_id` =656and `status` =2groupby `product_id`) as `aggregate_table`
DatabaseStore.php#409db10.22msdeletefrom `cache` where `key` in ('options-list-in-manufacturer-656', 'illuminate:cache:flexible:created:options-list-in-manufacturer-656') and `expiration` <=1736150387
Product.php#225db1.21sselectdistinct `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` =656) and `options`.`name` isnotnull