(9.4800ms) SELECT * FROM parameter order by name asc
(1.0660ms) SELECT * FROM article WHERE code='PRODUCTS_ALL' LIMIT 1
(1.3041ms) select * from product_cat ORDER BY id ASC
(10.3450ms) SELECT productCatId, count(*) as counter FROM `product` group by productCatId
(0.8810ms) select v.id, v.name from product as p, product_vendor as v where p.productVendorId=v.id group by productVendorId order by name ASC
(1.1139ms) select style from product as p WHERE style IS NOT NULL group by style
(1.1930ms) select energy from product as p WHERE energy IS NOT NULL group by energy
(0.9098ms) select techno from product as p WHERE techno IS NOT NULL group by techno
(1.5280ms) select configuration from product as p WHERE configuration IS NOT NULL group by configuration
(1.1120ms) select vitrage from product as p WHERE vitrage IS NOT NULL group by vitrage
(0.9499ms) select floor(min(efficiency)) as min, ceil(max(efficiency)) as max from product as p WHERE efficiency IS NOT NULL
(0.9358ms) select floor(min(powerMin)) as min, ceil(max(powerMax)) as max from product as p WHERE powerMin IS NOT NULL
(1.0560ms) select min(dimHeight) as min, max(dimHeight) as max from product as p WHERE dimHeight IS NOT NULL
(1.0312ms) select min(dimWidth) as min, max(dimWidth) as max from product as p WHERE dimWidth IS NOT NULL
(1.2970ms) select min(dimDepth) as min, max(dimDepth) as max from product as p WHERE dimDepth IS NOT NULL
(1.3239ms) select floor(min(winWidth)) as min, ceil(max(winWidth)) as max from product as p WHERE winWidth IS NOT NULL
(1.2538ms) select shape from product as p WHERE shape IS NOT NULL group by shape
(1.2889ms) select count(id) as c FROM product as p WHERE isSuspended=1
(0.9441ms) select count(id) as c FROM product as p WHERE isVertical=1
(0.8769ms) select count(id) as c FROM product as p WHERE isCustom=1
(0.9110ms) select count(id) as c FROM product as p WHERE isRT2012=1
(0.8829ms) select count(id) as c FROM product as p WHERE p.isPromotion=1
(0.8690ms) select count(id) as c FROM product as p WHERE p.isDiscount=1
(0.9060ms) select count(id) as c FROM product as p WHERE p.isNew=1
(0.9470ms) select count(id) as c FROM product as p WHERE p.isExpo=1
(1.2801ms) select productVendorId, energy from product as p WHERE energy IS NOT NULL AND productVendorId IS NOT NULL group by productVendorId, energy ORDER BY productVendorId ASC
(1.1389ms) select p.productCatId, p.productVendorId from product as p where p.productVendorId IS NOT NULL AND p.productCatId IS NOT NULL group by p.productCatId, p.productVendorId
(0.9861ms) select * from menu WHERE type!='I' AND parentId=2 ORDER BY position ASC
(0.6161ms) select * from menu WHERE type!='I' AND parentId=1 ORDER BY position ASC
(0.6101ms) select * from menu WHERE type!='I' AND parentId=27 ORDER BY position ASC
(0.5970ms) select * from menu WHERE type!='I' AND parentId=6 ORDER BY position ASC
(0.5879ms) select * from menu WHERE type!='I' AND parentId=11 ORDER BY position ASC
(0.6380ms) select * from menu WHERE type!='I' AND parentId=93 ORDER BY position ASC
(0.5300ms) select * from menu WHERE type!='I' AND parentId=78 ORDER BY position ASC
(0.8578ms) SELECT * FROM product_cat WHERE id=NULL LIMIT 1
(1.0881ms) select * from product_cat ORDER BY id ASC
(0.6411ms) SELECT productCatId, count(*) as counter FROM `product` group by productCatId
(1.0478ms) select count(*) as counter from product WHERE isAvailable=1 ORDER BY id desc
(10.2561ms) select * from product WHERE isAvailable=1 ORDER BY position ASC, name DESC LIMIT 1200,60
(1.9829ms) select v.id, v.name from product as p, product_vendor as v where p.productVendorId=v.id AND p.productCatId IN ('NULL','12','13','1','2','3','22','4','5','6','7','9','23','24','10','11','19','20','21','25') group by productVendorId order by name ASC
(0.6430ms) SELECT * FROM article WHERE code='HOME_GAMME' LIMIT 1
(0.7110ms) select * from menu WHERE type!='I' AND parentId=2 ORDER BY position ASC
(0.5791ms) SELECT * FROM article WHERE code='FOOTER_PRESENTATION' LIMIT 1
(0.6199ms) SELECT * FROM article WHERE code='FOOTER_ADDRESS' LIMIT 1
(0.5329ms) SELECT * FROM article WHERE code='FOOTER_CONTACT' LIMIT 1