[ SQL ] select a.goods_name,a.goods_id,a.shop_price,a.market_price,a.cat_id,b.parent_id_path,b.name from tp_goods as a left join tp_goods_category as b on a.cat_id=b.id where a.is_hot=1 and a.is_on_sale=1 order by a.sort [ RunTime:0.000523s ]
[ SQL ] select a.goods_name,a.goods_id,a.shop_price,a.market_price,a.cat_id,b.parent_id_path,b.name from tp_goods as a left join tp_goods_category as b on a.cat_id=b.id where a.is_recommend=1 and a.is_on_sale=1 order by a.sort [ RunTime:0.000319s ]
[ SQL ] SHOW COLUMNS FROM `tp_goods_category` [ RunTime:0.000500s ]
[ SQL ] SELECT * FROM `tp_goods_category` WHERE ( is_hot=1 and level=3 and is_show=1 ) [ RunTime:0.000269s ]
[ SQL ] SHOW COLUMNS FROM `tp_ad_position` [ RunTime:0.000505s ]
[ SQL ] SELECT `position_id`,`position_name`,`ad_width`,`ad_height` FROM `tp_ad_position` [ RunTime:0.000286s ]
[ SQL ] SHOW COLUMNS FROM `tp_ad` [ RunTime:0.000539s ]
[ SQL ] SELECT * FROM `tp_ad` WHERE ( pid=101 and enabled = 1 and start_time <= 1770300000 and end_time >= 1770300000 ) ORDER BY orderby desc LIMIT 5 [ RunTime:0.000296s ]
[ SQL ] SELECT * FROM `tp_ad` WHERE ( pid=51 and enabled = 1 and start_time <= 1770300000 and end_time >= 1770300000 ) ORDER BY orderby desc LIMIT 1 [ RunTime:0.000592s ]
[ SQL ] SELECT * FROM `tp_navigation` where is_show = 1 and position = 'top' ORDER BY `sort` DESC [ RunTime:0.000253s ]
[ SQL ] SELECT * FROM `tp_ad` WHERE ( pid=2 and enabled = 1 and start_time <= 1770300000 and end_time >= 1770300000 ) ORDER BY orderby desc LIMIT 5 [ RunTime:0.000343s ]
[ SQL ] SELECT * FROM `tp_ad` WHERE ( pid=52 and enabled = 1 and start_time <= 1770300000 and end_time >= 1770300000 ) ORDER BY orderby desc LIMIT 2 [ RunTime:0.000291s ]
[ SQL ] SELECT * FROM `tp_ad` WHERE ( pid=50 and enabled = 1 and start_time <= 1770300000 and end_time >= 1770300000 ) ORDER BY orderby desc LIMIT 3 [ RunTime:0.000304s ]
[ SQL ] SELECT * FROM `tp_ad` WHERE ( pid=49 and enabled = 1 and start_time <= 1770300000 and end_time >= 1770300000 ) ORDER BY orderby desc LIMIT 1 [ RunTime:0.000297s ]
[ SQL ] SELECT * FROM `tp_ad` WHERE ( pid=12 and enabled = 1 and start_time <= 1770300000 and end_time >= 1770300000 ) ORDER BY orderby desc LIMIT 1 [ RunTime:0.000299s ]
[ SQL ] SELECT * FROM `tp_ad` WHERE ( pid=32 and enabled = 1 and start_time <= 1770300000 and end_time >= 1770300000 ) ORDER BY orderby desc LIMIT 1 [ RunTime:0.000319s ]
[ SQL ] select * from `tp_slogan` [ RunTime:0.000183s ]
[ SQL ] select * from `tp_article_cat` where cat_id < 6 order by sort_order asc [ RunTime:0.000302s ]
[ SQL ] select * from `tp_article` where cat_id = 3 and is_open=1 limit 5 [ RunTime:0.001099s ]
[ SQL ] select * from `tp_article` where cat_id = 4 and is_open=1 limit 5 [ RunTime:0.000275s ]
[ SQL ] select * from `tp_article` where cat_id = 5 and is_open=1 limit 5 [ RunTime:0.000279s ]
[ SQL ] select * from `tp_article` where cat_id = 2 and is_open=1 limit 5 [ RunTime:0.000284s ]
[ SQL ] select * from `tp_article` where cat_id = 1 and is_open=1 limit 5 [ RunTime:0.000243s ]
[ SQL ] select * from `tp_friend_link` where is_show=1 [ RunTime:0.000194s ]
[ SQL ] SELECT * FROM `tp_navigation` where is_show = 1 AND position = 'bottom' ORDER BY `sort` DESC [ RunTime:0.000215s ]
[ SQL ] select * from `tp_article` where cat_id = 5 and is_open=1 [ RunTime:0.000275s ]