Designinfo Posted July 15, 2015 Share Posted July 15, 2015 (edited) SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, pl.`description`, pl.`description_short`, pl.`available_now`,pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,DATEDIFF(product_shop.`date_add`, DATE_SUB("2015-07-15 00:00:00",INTERVAL 0 DAY)) > 0 AS new, product_shop.price AS orderpriceFROM `ps_category_product` cpLEFT JOIN `ps_product` pON p.`id_product` = cp.`id_product`INNER JOIN ps_product_shop product_shopON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)LEFT JOIN ps_stock_available stockON (stock.id_product = p.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )LEFT JOIN `ps_category_lang` clON (product_shop.`id_category_default` = cl.`id_category`AND cl.`id_lang` = 1 AND cl.id_shop = 1 )LEFT JOIN `ps_product_lang` plON (p.`id_product` = pl.`id_product`AND pl.`id_lang` = 1 AND pl.id_shop = 1 )LEFT JOIN `ps_image_shop` image_shopON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)LEFT JOIN `ps_image_lang` ilON (image_shop.`id_image` = il.`id_image`AND il.`id_lang` = 1)LEFT JOIN `ps_manufacturer` mON m.`id_manufacturer` = p.`id_manufacturer`WHERE product_shop.`id_shop` = 1AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") GROUP BY cp.id_product ORDER BY RAND() LIMIT 20 10.9 106 Yes Yes /classes/Category.php:755 Please help solve the above query. Cannot understand what cache problem is there.Attached file has a picture of this Edited July 15, 2015 by info99 (see edit history) Link to comment Share on other sites More sharing options...
tuk66 Posted July 15, 2015 Share Posted July 15, 2015 What is wrong? This query took 10.9 ms. Link to comment Share on other sites More sharing options...
Designinfo Posted July 15, 2015 Author Share Posted July 15, 2015 In my debug profiling it says more time than usual. Check out my website designinfo.in. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now