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='logo' and slide_status=1 ) ORDER BY listorder ASC [ RunTime:0.0002s ]
SELECT * FROM `sp_slide_cat` INNER JOIN sp_slide as b on sp_slide_cat.cid =b.slide_cid WHERE ( cat_idname='tel' and slide_status=1 ) ORDER BY listorder ASC [ RunTime:0.0002s ]
SHOW COLUMNS FROM `sp_nav` [ RunTime:0.0010s ]
SHOW COLUMNS FROM `sp_nav_cat` [ RunTime:0.0010s ]
SELECT * FROM `sp_nav_cat` WHERE ( active=1 ) LIMIT 1 [ RunTime:0.0002s ]
SELECT * FROM `sp_nav` WHERE ( cid=1 and status=1 ) ORDER BY `listorder` ASC [ RunTime:0.0002s ]
SELECT * FROM `sp_slide_cat` INNER JOIN sp_slide as b on sp_slide_cat.cid =b.slide_cid WHERE ( cat_idname='banner' and slide_status=1 ) ORDER BY listorder ASC [ RunTime:0.0003s ]
SHOW COLUMNS FROM `sp_terms` [ RunTime:0.0010s ]
SELECT * FROM `sp_terms` WHERE ( status=1 and parent=48 ) ORDER BY listorder asc [ RunTime:0.0002s ]
SELECT * FROM `sp_terms` WHERE ( status=1 and parent=49 ) ORDER BY listorder asc [ RunTime:0.0003s ]
SELECT * FROM `sp_terms` WHERE ( status=1 and parent=49 ) ORDER BY listorder asc [ RunTime:0.0002s ]
SELECT * FROM `sp_terms` WHERE ( status=1 and parent=61 ) ORDER BY listorder asc [ RunTime:0.0002s ]
SELECT * FROM `sp_terms` WHERE ( status=1 and parent=2 ) ORDER BY listorder asc [ RunTime:0.0002s ]
SELECT * FROM `sp_terms` WHERE ( status=1 and parent=2 ) ORDER BY listorder asc [ RunTime:0.0002s ]
SELECT * FROM `sp_terms` WHERE ( status=1 and parent=60 ) ORDER BY listorder asc [ RunTime:0.0002s ]
SELECT `term_id` FROM `sp_terms` WHERE ( status=1 and ( term_id=40 OR path like '%-40-%' ) ) ORDER BY term_id asc [ RunTime:0.0005s ]
SHOW COLUMNS FROM `sp_term_relationships` [ RunTime:0.0009s ]
SELECT COUNT(*) AS tp_count FROM sp_term_relationships a INNER JOIN sp_posts 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 ('40') LIMIT 1 [ RunTime:0.0013s ]
SELECT `post_title`,`post_excerpt`,`tid`,`post_content`,`smeta`,`term_id` FROM sp_term_relationships a INNER JOIN sp_posts 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 ('40') ORDER BY listorder desc LIMIT 0,9 [ RunTime:0.0005s ]