SELECT UPPER(`type`) AS `type`, UPPER(`name`) AS `name`, `expire` FROM sys_cache_expires [ RunTime:0.003549s ]
select id,url_name from article where url_name !='' [ RunTime:0.003278s ]
select id,url_name from article where url_name !='' [ RunTime:0.003194s ]
select * from sys_pc_pages where flag='foot_help' [ RunTime:0.003416s ]
select id,title from article where cat_id=4 and is_open=1 limit 0,7 [ RunTime:0.003342s ]
select id,url_name from article where id='6' [ RunTime:0.003226s ]
select * from article_cat where id='4' [ RunTime:0.003298s ]
select id,title from article where cat_id=7 and is_open=1 limit 0,7 [ RunTime:0.003283s ]
select id,url_name from article where id='8' [ RunTime:0.003244s ]
select id,url_name from article where id='11' [ RunTime:0.003234s ]
select * from article_cat where id='7' [ RunTime:0.003226s ]
select id,title from article where cat_id=5 and is_open=1 limit 0,7 [ RunTime:0.003269s ]
select id,url_name from article where id='13' [ RunTime:0.003197s ]
select id,url_name from article where id='15' [ RunTime:0.003182s ]
select id,url_name from article where id='17' [ RunTime:0.003149s ]
select * from article_cat where id='5' [ RunTime:0.003184s ]
select * from friend_link order by sort_order desc limit 0,5 [ RunTime:0.003376s ]
select * from sys_pc_pages where flag='header_nav' [ RunTime:0.003273s ]
select * from cat where parent_id='1' order by sort_order asc [ RunTime:0.003259s ]
select * from cat where parent_id='2' order by sort_order asc [ RunTime:0.003320s ]
select * from cat where parent_id='3' order by sort_order asc [ RunTime:0.003278s ]
select * from cat where parent_id='2' order by sort_order asc [ RunTime:0.003291s ]
select * from cat where parent_id='3' order by sort_order asc [ RunTime:0.003228s ]
select * from cat where parent_id='4' order by sort_order asc [ RunTime:0.003189s ]
select * from cat where parent_id='3' order by sort_order asc [ RunTime:0.003219s ]
select * from cat where parent_id='4' order by sort_order asc [ RunTime:0.003237s ]
SELECT count(*) FROM cat WHERE parent_id = '9' AND is_show = 1 [ RunTime:0.003333s ]
SELECT id, cat_name, parent_id, is_show FROM cat WHERE parent_id = '9' AND is_show = 1 ORDER BY sort_order ASC, id ASC [ RunTime:0.003272s ]
select b.* from goods as g left join brand b on g.brand_id=b.id where g.cat_id IN ('9') and b.id >0 group by b.id [ RunTime:0.003421s ]
SELECT id, cat_name, parent_id FROM cat [ RunTime:0.003210s ]
SELECT * FROM cat WHERE id='9' LIMIT 1 [ RunTime:0.003241s ]
select pic,parent_id from cat where id='9' [ RunTime:0.003155s ]
select pic,parent_id from cat where id='' [ RunTime:0.003203s ]
select pic,parent_id from cat where id='' [ RunTime:0.003211s ]
select pic,parent_id from cat where id='' [ RunTime:0.003199s ]
SELECT count(*) FROM cat WHERE parent_id = '0' [ RunTime:0.003207s ]
SELECT id,cat_name ,parent_id,is_show FROM cat WHERE parent_id = '0' AND is_show = 1 ORDER BY sort_order ASC, id ASC [ RunTime:0.003253s ]
SELECT count(*) FROM cat WHERE parent_id = '1' AND is_show = 1 [ RunTime:0.003226s ]
SELECT id, cat_name, parent_id, is_show FROM cat WHERE parent_id = '1' AND is_show = 1 ORDER BY sort_order ASC, id ASC [ RunTime:0.003171s ]
SELECT count(*) FROM cat WHERE parent_id = '2' AND is_show = 1 [ RunTime:0.003205s ]
SELECT id, cat_name, parent_id, is_show FROM cat WHERE parent_id = '2' AND is_show = 1 ORDER BY sort_order ASC, id ASC [ RunTime:0.003245s ]
SELECT count(*) FROM cat WHERE parent_id = '3' AND is_show = 1 [ RunTime:0.003216s ]
SELECT id, cat_name, parent_id, is_show FROM cat WHERE parent_id = '3' AND is_show = 1 ORDER BY sort_order ASC, id ASC [ RunTime:0.003253s ]
SELECT count(*) FROM cat WHERE parent_id = '4' AND is_show = 1 [ RunTime:0.003200s ]
SELECT id, cat_name, parent_id, is_show FROM cat WHERE parent_id = '4' AND is_show = 1 ORDER BY sort_order ASC, id ASC [ RunTime:0.003166s ]
SELECT count(*) FROM cat WHERE parent_id = '9' [ RunTime:0.003211s ]
SELECT id,cat_name ,parent_id,is_show FROM cat WHERE parent_id = '9' AND is_show = 1 ORDER BY sort_order ASC, id ASC [ RunTime:0.003243s ]
SELECT count(*) FROM cat WHERE parent_id = '9' AND is_show = 1 [ RunTime:0.003238s ]
SELECT id, cat_name, parent_id, is_show FROM cat WHERE parent_id = '9' AND is_show = 1 ORDER BY sort_order ASC, id ASC [ RunTime:0.003220s ]
SELECT a.attr_id,attr_value,attr.attr_name FROM goods_attr as a left join goods g on a.goods_id = g.id left join attr on a.attr_id=attr.id where g.cat_id IN ('9') and attr.is_linked=1 GROUP BY a.attr_id,a.attr_value [ RunTime:0.003538s ]
SELECT count(*) FROM cat WHERE parent_id = '9' AND is_show = 1 [ RunTime:0.003262s ]
SELECT id, cat_name, parent_id, is_show FROM cat WHERE parent_id = '9' AND is_show = 1 ORDER BY sort_order ASC, id ASC [ RunTime:0.003273s ]
SELECT goods_id FROM goods_cat AS g WHERE g.cat_id IN ('9') [ RunTime:0.003230s ]
SELECT count(*) as total_num FROM goods AS g WHERE g.is_on_sale = 1 AND g.is_delete = 0 AND (g.cat_id IN ('9') OR g.id IN ('') ) [ RunTime:0.003255s ]
SELECT g.id as goods_id, g.goods_name, g.market_price, g.is_new, g.is_best, g.is_hot, g.shop_price AS shop_price, g.promote_start_date, g.promote_end_date, g.goods_brief, g.goods_thumb , g.goods_img,g.brand_id,b.name as brand_name FROM goods AS g left join brand b on g.brand_id=b.id WHERE g.is_on_sale = 1 AND g.is_delete = 0 AND (g.cat_id IN ('9') OR g.id IN ('') ) ORDER BY g.id desc limit 0, 24 [ RunTime:0.003352s ]
SELECT id,keywords,cat_desc,parent_id FROM cat WHERE id='9' LIMIT 1 [ RunTime:0.003296s ]