AbstractController.php#31dev_teachslab310μsselect*from `custom_category_filter_translations` where `custom_category_filter_translations`.`custom_category_filter_id` in (23, 24, 25, 26)
CurrencyService.php#21dev_teachslab300μsselect*from `currency_translations` where `currency_translations`.`currency_id` in (1, 7, 13) and `currency_translations`.`locale` ='ru'
CurrencyService.php#21dev_teachslab290μsselect*from `currency_translations` where `currency_translations`.`currency_id` in (1, 7, 13) and `currency_translations`.`locale` ='ru'
Product.php#550dev_teachslab320μsselect `id` from `product_attribute_values` where `parent_id` in (15) and `product_attribute_values`.`deleted_at` isnull
ProductController.php#401dev_teachslab2.34msselectcount(distinct `products`.`id`) as aggregate from `products` leftjoin `cscart_product_popularity` on `cscart_product_popularity`.`product_orig_id` = `products`.`id` innerjoin `product_attributes` as `attrs_levels` on `attrs_levels`.`product_id` = `products`.`id` and `attrs_levels`.`attribute_value_id` in (15) where `status` in (1) and `products`.`deleted_at` isnull
ProductController.php#401dev_teachslab7.55msselectdistinct `products`.*, (selectavg(`product_comments`.`rate`) from `product_comments` where `products`.`id` = `product_comments`.`product_id`) as `comments_avg_rate`, (selectcount(*) from `product_comments` where `products`.`id` = `product_comments`.`product_id`) as `comments_amount` from `products` leftjoin `cscart_product_popularity` on `cscart_product_popularity`.`product_orig_id` = `products`.`id` innerjoin `product_attributes` as `attrs_levels` on `attrs_levels`.`product_id` = `products`.`id` and `attrs_levels`.`attribute_value_id` in (15) where `status` in (1) and `products`.`deleted_at` isnullorderby `paid_bought` desc, `bought` desc limit 16offset960