SELECT `real_path` FROM `url_rewrites` WHERE `requested_path` = "/novi-izdelki.html"
0.001
select distinct c.id from Category c, Product p where (p.categoryId=c.id OR p.category2Id=c.id OR p.category3Id=c.id) AND p.active='yes'
0.001
SELECT Product.* FROM Product WHERE Product.active = "yes" AND `is_new` = 1 AND `active` = "yes" GROUP BY Product.id ORDER BY Product.sequence ASC LIMIT 0,20