[ 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.000398s ]
[ 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.000273s ]
[ SQL ] SHOW COLUMNS FROM `tp_goods_category` [ RunTime:0.000343s ]
[ SQL ] SELECT * FROM `tp_goods_category` WHERE ( is_hot=1 and level=3 and is_show=1 ) [ RunTime:0.000211s ]
[ SQL ] SHOW COLUMNS FROM `tp_ad_position` [ RunTime:0.000388s ]
[ SQL ] SELECT `position_id`,`position_name`,`ad_width`,`ad_height` FROM `tp_ad_position` [ RunTime:0.000195s ]
[ SQL ] SHOW COLUMNS FROM `tp_ad` [ RunTime:0.000336s ]
[ 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.000230s ]
[ 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.000243s ]
[ SQL ] SELECT * FROM `tp_navigation` where is_show = 1 and position = 'top' ORDER BY `sort` DESC [ RunTime:0.000242s ]
[ 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.000219s ]
[ 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.000228s ]
[ 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.000229s ]
[ 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.000217s ]
[ 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.000217s ]
[ 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.000211s ]
[ SQL ] select * from `tp_slogan` [ RunTime:0.000188s ]
[ SQL ] select * from `tp_article_cat` where cat_id < 6 order by sort_order asc [ RunTime:0.000224s ]
[ SQL ] select * from `tp_article` where cat_id = 3 and is_open=1 limit 5 [ RunTime:0.000230s ]
[ SQL ] select * from `tp_article` where cat_id = 4 and is_open=1 limit 5 [ RunTime:0.000193s ]
[ SQL ] select * from `tp_article` where cat_id = 5 and is_open=1 limit 5 [ RunTime:0.000178s ]
[ SQL ] select * from `tp_article` where cat_id = 2 and is_open=1 limit 5 [ RunTime:0.000176s ]
[ SQL ] select * from `tp_article` where cat_id = 1 and is_open=1 limit 5 [ RunTime:0.000179s ]
[ SQL ] select * from `tp_friend_link` where is_show=1 [ RunTime:0.000188s ]
[ SQL ] SELECT * FROM `tp_navigation` where is_show = 1 AND position = 'bottom' ORDER BY `sort` DESC [ RunTime:0.000171s ]
[ SQL ] select * from `tp_article` where cat_id = 5 and is_open=1 [ RunTime:0.000191s ]