SELECT UPPER(`type`) AS `type`, UPPER(`name`) AS `name`, `expire` FROM sys_cache_expires [ RunTime:0.003262s ]
select id,url_name from article where url_name !='' [ RunTime:0.003125s ]
select id,url_name from article where url_name !='' [ RunTime:0.003126s ]
select * from sys_pc_pages where flag='foot_help' [ RunTime:0.003178s ]
select id,title from article where cat_id=4 and is_open=1 limit 0,7 [ RunTime:0.003073s ]
select id,url_name from article where id='6' [ RunTime:0.003040s ]
select * from article_cat where id='4' [ RunTime:0.003069s ]
select id,title from article where cat_id=7 and is_open=1 limit 0,7 [ RunTime:0.003030s ]
select id,url_name from article where id='8' [ RunTime:0.002971s ]
select id,url_name from article where id='11' [ RunTime:0.002968s ]
select * from article_cat where id='7' [ RunTime:0.002996s ]
select id,title from article where cat_id=5 and is_open=1 limit 0,7 [ RunTime:0.003006s ]
select id,url_name from article where id='13' [ RunTime:0.002946s ]
select id,url_name from article where id='15' [ RunTime:0.002965s ]
select id,url_name from article where id='17' [ RunTime:0.002962s ]
select * from article_cat where id='5' [ RunTime:0.002990s ]
select * from friend_link order by sort_order desc limit 0,5 [ RunTime:0.003187s ]
select * from sys_pc_pages where flag='header_nav' [ RunTime:0.003093s ]
select * from cat where parent_id='1' order by sort_order asc [ RunTime:0.003033s ]
select * from cat where parent_id='2' order by sort_order asc [ RunTime:0.003125s ]
select * from cat where parent_id='3' order by sort_order asc [ RunTime:0.003041s ]
select * from cat where parent_id='2' order by sort_order asc [ RunTime:0.003043s ]
select * from cat where parent_id='3' order by sort_order asc [ RunTime:0.003011s ]
select * from cat where parent_id='4' order by sort_order asc [ RunTime:0.003016s ]
select * from cat where parent_id='3' order by sort_order asc [ RunTime:0.003113s ]
select * from cat where parent_id='4' order by sort_order asc [ RunTime:0.002981s ]
select * from shop_config [ RunTime:0.003177s ]
SELECT count(*) FROM cat WHERE parent_id = '4' AND is_show = 1 [ RunTime:0.003120s ]
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.003005s ]
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.003360s ]
SELECT * FROM cat WHERE id='4' LIMIT 1 [ RunTime:0.003007s ]
select pic,parent_id from cat where id='4' [ RunTime:0.002963s ]
select pic,parent_id from cat where id='3' [ RunTime:0.002949s ]
select pic,parent_id from cat where id='2' [ RunTime:0.002967s ]
select pic,parent_id from cat where id='1' [ RunTime:0.002958s ]
SELECT count(*) FROM cat WHERE parent_id = '0' [ RunTime:0.003070s ]
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.003052s ]
SELECT count(*) FROM cat WHERE parent_id = '1' AND is_show = 1 [ RunTime:0.002994s ]
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.003014s ]
SELECT count(*) FROM cat WHERE parent_id = '2' AND is_show = 1 [ RunTime:0.002978s ]
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.002981s ]
SELECT count(*) FROM cat WHERE parent_id = '3' AND is_show = 1 [ RunTime:0.003038s ]
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.002995s ]
SELECT count(*) FROM cat WHERE parent_id = '4' AND is_show = 1 [ RunTime:0.003001s ]
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.003025s ]
SELECT count(*) FROM cat WHERE parent_id = '4' [ RunTime:0.003027s ]
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.003007s ]
SELECT count(*) FROM cat WHERE parent_id = '4' AND is_show = 1 [ RunTime:0.002991s ]
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.002980s ]
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.003399s ]
SELECT count(*) FROM cat WHERE parent_id = '4' AND is_show = 1 [ RunTime:0.003057s ]
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.003000s ]
SELECT goods_id FROM goods_cat AS g WHERE g.cat_id IN ('4') [ RunTime:0.002996s ]
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.003153s ]
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.003220s ]
select sum(num) as num from goods_buy_log where goods_id='31' [ RunTime:0.003025s ]
select * from shop_config where code='currency_format' [ RunTime:0.002972s ]
select * from shop_config where code='currency_format' [ RunTime:0.002969s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 31 and is_main=1 [ RunTime:0.003060s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 31 and is_main2=1 [ RunTime:0.003036s ]
select sum(num) as num from goods_buy_log where goods_id='29' [ RunTime:0.002996s ]
select * from shop_config where code='currency_format' [ RunTime:0.002975s ]
select * from shop_config where code='currency_format' [ RunTime:0.003028s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 29 and is_main=1 [ RunTime:0.003035s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 29 and is_main2=1 [ RunTime:0.003042s ]
select sum(num) as num from goods_buy_log where goods_id='28' [ RunTime:0.002995s ]
select * from shop_config where code='currency_format' [ RunTime:0.003044s ]
select * from shop_config where code='currency_format' [ RunTime:0.003050s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 28 and is_main=1 [ RunTime:0.002983s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 28 and is_main2=1 [ RunTime:0.003017s ]
select sum(num) as num from goods_buy_log where goods_id='27' [ RunTime:0.003052s ]
select * from shop_config where code='currency_format' [ RunTime:0.002968s ]
select * from shop_config where code='currency_format' [ RunTime:0.003003s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 27 and is_main=1 [ RunTime:0.002960s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 27 and is_main2=1 [ RunTime:0.003015s ]
select sum(num) as num from goods_buy_log where goods_id='26' [ RunTime:0.003024s ]
select * from shop_config where code='currency_format' [ RunTime:0.002968s ]
select * from shop_config where code='currency_format' [ RunTime:0.002975s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 26 and is_main=1 [ RunTime:0.003032s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 26 and is_main2=1 [ RunTime:0.002942s ]
select sum(num) as num from goods_buy_log where goods_id='25' [ RunTime:0.003021s ]
select * from shop_config where code='currency_format' [ RunTime:0.002974s ]
select * from shop_config where code='currency_format' [ RunTime:0.003003s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 25 and is_main=1 [ RunTime:0.003027s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 25 and is_main2=1 [ RunTime:0.002978s ]
select sum(num) as num from goods_buy_log where goods_id='24' [ RunTime:0.003002s ]
select * from shop_config where code='currency_format' [ RunTime:0.002941s ]
select * from shop_config where code='currency_format' [ RunTime:0.002966s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 24 and is_main=1 [ RunTime:0.003004s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 24 and is_main2=1 [ RunTime:0.002962s ]
select sum(num) as num from goods_buy_log where goods_id='23' [ RunTime:0.002969s ]
select * from shop_config where code='currency_format' [ RunTime:0.002990s ]
select * from shop_config where code='currency_format' [ RunTime:0.003042s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 23 and is_main=1 [ RunTime:0.003065s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 23 and is_main2=1 [ RunTime:0.003030s ]
select sum(num) as num from goods_buy_log where goods_id='22' [ RunTime:0.003042s ]
select * from shop_config where code='currency_format' [ RunTime:0.002973s ]
select * from shop_config where code='currency_format' [ RunTime:0.003170s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 22 and is_main=1 [ RunTime:0.003025s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 22 and is_main2=1 [ RunTime:0.003047s ]
select sum(num) as num from goods_buy_log where goods_id='14' [ RunTime:0.003126s ]
select * from shop_config where code='currency_format' [ RunTime:0.003047s ]
select * from shop_config where code='currency_format' [ RunTime:0.003000s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 14 and is_main=1 [ RunTime:0.003072s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 14 and is_main2=1 [ RunTime:0.003048s ]
select sum(num) as num from goods_buy_log where goods_id='12' [ RunTime:0.003062s ]
select * from shop_config where code='currency_format' [ RunTime:0.003020s ]
select * from shop_config where code='currency_format' [ RunTime:0.003054s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 12 and is_main=1 [ RunTime:0.003049s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 12 and is_main2=1 [ RunTime:0.003042s ]
select sum(num) as num from goods_buy_log where goods_id='11' [ RunTime:0.003083s ]
select * from shop_config where code='currency_format' [ RunTime:0.003099s ]
select * from shop_config where code='currency_format' [ RunTime:0.003050s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 11 and is_main=1 [ RunTime:0.003003s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 11 and is_main2=1 [ RunTime:0.003046s ]
select sum(num) as num from goods_buy_log where goods_id='10' [ RunTime:0.003216s ]
select * from shop_config where code='currency_format' [ RunTime:0.003039s ]
select * from shop_config where code='currency_format' [ RunTime:0.002992s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 10 and is_main=1 [ RunTime:0.003004s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 10 and is_main2=1 [ RunTime:0.003068s ]
select sum(num) as num from goods_buy_log where goods_id='9' [ RunTime:0.003043s ]
select * from shop_config where code='currency_format' [ RunTime:0.003092s ]
select * from shop_config where code='currency_format' [ RunTime:0.003056s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 9 and is_main=1 [ RunTime:0.003031s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 9 and is_main2=1 [ RunTime:0.003069s ]
select sum(num) as num from goods_buy_log where goods_id='8' [ RunTime:0.003074s ]
select * from shop_config where code='currency_format' [ RunTime:0.002986s ]
select * from shop_config where code='currency_format' [ RunTime:0.002969s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 8 and is_main=1 [ RunTime:0.003012s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 8 and is_main2=1 [ RunTime:0.003022s ]
select sum(num) as num from goods_buy_log where goods_id='7' [ RunTime:0.003068s ]
select * from shop_config where code='currency_format' [ RunTime:0.003014s ]
select * from shop_config where code='currency_format' [ RunTime:0.002974s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 7 and is_main=1 [ RunTime:0.002989s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 7 and is_main2=1 [ RunTime:0.002976s ]
select sum(num) as num from goods_buy_log where goods_id='5' [ RunTime:0.002998s ]
select * from shop_config where code='currency_format' [ RunTime:0.002941s ]
select * from shop_config where code='currency_format' [ RunTime:0.002976s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 5 and is_main=1 [ RunTime:0.003005s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 5 and is_main2=1 [ RunTime:0.003004s ]
select sum(num) as num from goods_buy_log where goods_id='1' [ RunTime:0.002990s ]
select * from shop_config where code='currency_format' [ RunTime:0.003034s ]
select * from shop_config where code='currency_format' [ RunTime:0.002982s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 1 and is_main=1 [ RunTime:0.003009s ]
select goods_id,big_url,middle_url,thumb_url from goods_images where goods_id = 1 and is_main2=1 [ RunTime:0.003077s ]
SELECT id,keywords,cat_desc,parent_id FROM cat WHERE id='4' LIMIT 1 [ RunTime:0.003066s ]