SELECT * FROM `sp_nav` WHERE ( parentid=0 ) ORDER BY listorder asc [ RunTime:0.0004s ]
SHOW COLUMNS FROM `sp_procat` [ RunTime:0.0015s ]
SELECT * FROM `sp_procat` WHERE ( parent=0 ) ORDER BY listorder [ RunTime:0.0002s ]
SELECT * FROM `sp_procat` WHERE ( parent=0 ) ORDER BY listorder asc,term_id asc [ RunTime:0.0002s ]
SELECT * FROM `sp_procat` WHERE ( parent=3 ) ORDER BY listorder asc [ RunTime:0.0002s ]
SELECT * FROM `sp_procat` WHERE ( parent=36 ) ORDER BY listorder asc [ RunTime:0.0002s ]
SELECT * FROM `sp_procat` WHERE ( parent=37 ) ORDER BY listorder asc [ RunTime:0.0002s ]
SELECT * FROM `sp_procat` WHERE ( parent=39 ) ORDER BY listorder asc [ RunTime:0.0002s ]
SHOW COLUMNS FROM `sp_slide_cat` [ RunTime:0.0014s ]
SELECT * FROM `sp_slide_cat` INNER JOIN sp_slide as b on sp_slide_cat.cid =b.slide_cid WHERE ( cat_idname='product-banner' and slide_status=1 ) ORDER BY listorder ASC LIMIT 0,15 [ RunTime:0.0011s ]
SHOW COLUMNS FROM `sp_procat_relationships` [ RunTime:0.0009s ]
SELECT COUNT(*) AS tp_count FROM sp_procat_relationships a INNER JOIN sp_product as b on a.object_id =b.id INNER JOIN sp_users as c on b.post_author = c.id WHERE `status` = 1 AND `post_status` = 1 AND `term_id` IN ('1') LIMIT 1 [ RunTime:0.0002s ]
SELECT * FROM sp_procat_relationships a INNER JOIN sp_product as b on a.object_id =b.id INNER JOIN sp_users as c on b.post_author = c.id WHERE `status` = 1 AND `post_status` = 1 AND `term_id` IN ('1') ORDER BY listorder ASC, post_modified DESC LIMIT 0,6 [ RunTime:0.0011s ]
SHOW COLUMNS FROM `sp_links` [ RunTime:0.0009s ]
SELECT * FROM `sp_links` WHERE ( link_status=1 ) ORDER BY listorder ASC [ RunTime:0.0002s ]