SELECT UPPER(`type`) AS `type`, UPPER(`name`) AS `name`, `expire` FROM sys_cache_expires [ RunTime:0.003501s ]
select id,url_name from article where url_name !='' [ RunTime:0.003295s ]
select id,url_name from article where url_name !='' [ RunTime:0.003298s ]
select * from sys_pc_pages where flag='foot_help' [ RunTime:0.003310s ]
select id,title from article where cat_id=4 and is_open=1 limit 0,7 [ RunTime:0.003320s ]
select id,url_name from article where id='6' [ RunTime:0.003245s ]
select * from article_cat where id='4' [ RunTime:0.003171s ]
select id,title from article where cat_id=7 and is_open=1 limit 0,7 [ RunTime:0.003234s ]
select id,url_name from article where id='8' [ RunTime:0.003116s ]
select id,url_name from article where id='11' [ RunTime:0.003212s ]
select * from article_cat where id='7' [ RunTime:0.003157s ]
select id,title from article where cat_id=5 and is_open=1 limit 0,7 [ RunTime:0.003298s ]
select id,url_name from article where id='13' [ RunTime:0.003160s ]
select id,url_name from article where id='15' [ RunTime:0.003177s ]
select id,url_name from article where id='17' [ RunTime:0.003220s ]
select * from article_cat where id='5' [ RunTime:0.003145s ]
select * from friend_link order by sort_order desc limit 0,5 [ RunTime:0.003337s ]
select * from sys_pc_pages where flag='header_nav' [ RunTime:0.003253s ]
select * from cat where parent_id='1' order by sort_order asc [ RunTime:0.003263s ]
select * from cat where parent_id='2' order by sort_order asc [ RunTime:0.003217s ]
select * from cat where parent_id='3' order by sort_order asc [ RunTime:0.003236s ]
select * from cat where parent_id='2' order by sort_order asc [ RunTime:0.003199s ]
select * from cat where parent_id='3' order by sort_order asc [ RunTime:0.003250s ]
select * from cat where parent_id='4' order by sort_order asc [ RunTime:0.003176s ]
select * from cat where parent_id='3' order by sort_order asc [ RunTime:0.003225s ]
select * from cat where parent_id='4' order by sort_order asc [ RunTime:0.003213s ]
SELECT count(*) FROM cat WHERE parent_id = '4' AND is_show = 1 [ RunTime:0.003271s ]
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.003157s ]
select b.* from goods as g left join brand b on g.brand_id=b.id where g.cat_id IN ('4') and b.id >0 group by b.id [ RunTime:0.003568s ]
SELECT * FROM cat WHERE id='4' LIMIT 1 [ RunTime:0.003237s ]
select pic,parent_id from cat where id='4' [ RunTime:0.003222s ]
select pic,parent_id from cat where id='3' [ RunTime:0.003133s ]
select pic,parent_id from cat where id='2' [ RunTime:0.003151s ]
select pic,parent_id from cat where id='1' [ RunTime:0.003199s ]
SELECT count(*) FROM cat WHERE parent_id = '0' [ RunTime:0.003128s ]
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.003198s ]
SELECT count(*) FROM cat WHERE parent_id = '1' AND is_show = 1 [ RunTime:0.003137s ]
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.003157s ]
SELECT count(*) FROM cat WHERE parent_id = '2' AND is_show = 1 [ RunTime:0.003133s ]
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.003180s ]
SELECT count(*) FROM cat WHERE parent_id = '3' AND is_show = 1 [ RunTime:0.003146s ]
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.003186s ]
SELECT count(*) FROM cat WHERE parent_id = '4' AND is_show = 1 [ RunTime:0.003224s ]
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.003225s ]
SELECT count(*) FROM cat WHERE parent_id = '4' [ RunTime:0.003219s ]
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.003217s ]
SELECT count(*) FROM cat WHERE parent_id = '4' AND is_show = 1 [ RunTime:0.003201s ]
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.003224s ]
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 ('4') and attr.is_linked=1 GROUP BY a.attr_id,a.attr_value [ RunTime:0.003632s ]
SELECT count(*) FROM cat WHERE parent_id = '4' AND is_show = 1 [ RunTime:0.003222s ]
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.003195s ]
SELECT goods_id FROM goods_cat AS g WHERE g.cat_id IN ('4') [ RunTime:0.003142s ]
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 ('4') OR g.id IN ('') ) [ RunTime:0.003318s ]
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 ('4') OR g.id IN ('') ) ORDER BY g.id desc limit 0, 24 [ RunTime:0.003465s ]
select sum(num) as num from goods_buy_log where goods_id='31' [ RunTime:0.003264s ]
select * from shop_config where code='currency_format' [ RunTime:0.003218s ]
select * from shop_config where code='currency_format' [ RunTime:0.003217s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 31 and is_main=1 [ RunTime:0.003220s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 31 and is_main2=1 [ RunTime:0.003282s ]
select sum(num) as num from goods_buy_log where goods_id='29' [ RunTime:0.003242s ]
select * from shop_config where code='currency_format' [ RunTime:0.003173s ]
select * from shop_config where code='currency_format' [ RunTime:0.003148s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 29 and is_main=1 [ RunTime:0.003118s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 29 and is_main2=1 [ RunTime:0.003135s ]
select sum(num) as num from goods_buy_log where goods_id='28' [ RunTime:0.003120s ]
select * from shop_config where code='currency_format' [ RunTime:0.003127s ]
select * from shop_config where code='currency_format' [ RunTime:0.003139s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 28 and is_main=1 [ RunTime:0.003116s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 28 and is_main2=1 [ RunTime:0.003141s ]
select sum(num) as num from goods_buy_log where goods_id='27' [ RunTime:0.003235s ]
select * from shop_config where code='currency_format' [ RunTime:0.003174s ]
select * from shop_config where code='currency_format' [ RunTime:0.003184s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 27 and is_main=1 [ RunTime:0.003224s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 27 and is_main2=1 [ RunTime:0.003131s ]
select sum(num) as num from goods_buy_log where goods_id='26' [ RunTime:0.003213s ]
select * from shop_config where code='currency_format' [ RunTime:0.003200s ]
select * from shop_config where code='currency_format' [ RunTime:0.003139s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 26 and is_main=1 [ RunTime:0.003172s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 26 and is_main2=1 [ RunTime:0.003179s ]
select sum(num) as num from goods_buy_log where goods_id='25' [ RunTime:0.003187s ]
select * from shop_config where code='currency_format' [ RunTime:0.003157s ]
select * from shop_config where code='currency_format' [ RunTime:0.003151s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 25 and is_main=1 [ RunTime:0.003136s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 25 and is_main2=1 [ RunTime:0.003199s ]
select sum(num) as num from goods_buy_log where goods_id='24' [ RunTime:0.003260s ]
select * from shop_config where code='currency_format' [ RunTime:0.003270s ]
select * from shop_config where code='currency_format' [ RunTime:0.003204s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 24 and is_main=1 [ RunTime:0.003270s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 24 and is_main2=1 [ RunTime:0.003257s ]
select sum(num) as num from goods_buy_log where goods_id='23' [ RunTime:0.003266s ]
select * from shop_config where code='currency_format' [ RunTime:0.003203s ]
select * from shop_config where code='currency_format' [ RunTime:0.003233s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 23 and is_main=1 [ RunTime:0.003288s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 23 and is_main2=1 [ RunTime:0.003265s ]
select sum(num) as num from goods_buy_log where goods_id='22' [ RunTime:0.003278s ]
select * from shop_config where code='currency_format' [ RunTime:0.003202s ]
select * from shop_config where code='currency_format' [ RunTime:0.003231s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 22 and is_main=1 [ RunTime:0.003239s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 22 and is_main2=1 [ RunTime:0.003283s ]
select sum(num) as num from goods_buy_log where goods_id='14' [ RunTime:0.003242s ]
select * from shop_config where code='currency_format' [ RunTime:0.003186s ]
select * from shop_config where code='currency_format' [ RunTime:0.003239s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 14 and is_main=1 [ RunTime:0.003263s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 14 and is_main2=1 [ RunTime:0.003218s ]
select sum(num) as num from goods_buy_log where goods_id='12' [ RunTime:0.003318s ]
select * from shop_config where code='currency_format' [ RunTime:0.003208s ]
select * from shop_config where code='currency_format' [ RunTime:0.003257s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 12 and is_main=1 [ RunTime:0.003249s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 12 and is_main2=1 [ RunTime:0.003331s ]
select sum(num) as num from goods_buy_log where goods_id='11' [ RunTime:0.003262s ]
select * from shop_config where code='currency_format' [ RunTime:0.003216s ]
select * from shop_config where code='currency_format' [ RunTime:0.003215s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 11 and is_main=1 [ RunTime:0.003198s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 11 and is_main2=1 [ RunTime:0.003241s ]
select sum(num) as num from goods_buy_log where goods_id='10' [ RunTime:0.003232s ]
select * from shop_config where code='currency_format' [ RunTime:0.003205s ]
select * from shop_config where code='currency_format' [ RunTime:0.003204s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 10 and is_main=1 [ RunTime:0.003259s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 10 and is_main2=1 [ RunTime:0.003260s ]
select sum(num) as num from goods_buy_log where goods_id='9' [ RunTime:0.003212s ]
select * from shop_config where code='currency_format' [ RunTime:0.003213s ]
select * from shop_config where code='currency_format' [ RunTime:0.003167s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 9 and is_main=1 [ RunTime:0.003230s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 9 and is_main2=1 [ RunTime:0.003190s ]
select sum(num) as num from goods_buy_log where goods_id='8' [ RunTime:0.003182s ]
select * from shop_config where code='currency_format' [ RunTime:0.005900s ]
select * from shop_config where code='currency_format' [ RunTime:0.003243s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 8 and is_main=1 [ RunTime:0.003264s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 8 and is_main2=1 [ RunTime:0.003190s ]
select sum(num) as num from goods_buy_log where goods_id='7' [ RunTime:0.003259s ]
select * from shop_config where code='currency_format' [ RunTime:0.003273s ]
select * from shop_config where code='currency_format' [ RunTime:0.003227s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 7 and is_main=1 [ RunTime:0.003254s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 7 and is_main2=1 [ RunTime:0.003219s ]
select sum(num) as num from goods_buy_log where goods_id='5' [ RunTime:0.003233s ]
select * from shop_config where code='currency_format' [ RunTime:0.003215s ]
select * from shop_config where code='currency_format' [ RunTime:0.003220s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 5 and is_main=1 [ RunTime:0.003165s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 5 and is_main2=1 [ RunTime:0.003195s ]
select sum(num) as num from goods_buy_log where goods_id='1' [ RunTime:0.003226s ]
select * from shop_config where code='currency_format' [ RunTime:0.003198s ]
select * from shop_config where code='currency_format' [ RunTime:0.003294s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 1 and is_main=1 [ RunTime:0.003233s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 1 and is_main2=1 [ RunTime:0.003182s ]
SELECT id,keywords,cat_desc,parent_id FROM cat WHERE id='4' LIMIT 1 [ RunTime:0.003289s ]