[ 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.000295s ]
[ 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.000229s ]
[ SQL ] SHOW COLUMNS FROM `tp_goods_category` [ RunTime:0.000299s ]
[ SQL ] SELECT * FROM `tp_goods_category` WHERE ( is_hot=1 and level=3 and is_show=1 ) [ RunTime:0.000182s ]
[ SQL ] SHOW COLUMNS FROM `tp_ad_position` [ RunTime:0.000350s ]
[ SQL ] SELECT `position_id`,`position_name`,`ad_width`,`ad_height` FROM `tp_ad_position` [ RunTime:0.000182s ]
[ SQL ] SHOW COLUMNS FROM `tp_ad` [ RunTime:0.000354s ]
[ SQL ] SELECT * FROM `tp_ad` WHERE ( pid=101 and enabled = 1 and start_time <= 1786352400 and end_time >= 1786352400 ) ORDER BY orderby desc LIMIT 5 [ RunTime:0.000223s ]
[ SQL ] SELECT * FROM `tp_ad` WHERE ( pid=51 and enabled = 1 and start_time <= 1786352400 and end_time >= 1786352400 ) ORDER BY orderby desc LIMIT 1 [ RunTime:0.000219s ]
[ SQL ] SELECT * FROM `tp_navigation` where is_show = 1 and position = 'top' ORDER BY `sort` DESC [ RunTime:0.000212s ]
[ SQL ] SELECT * FROM `tp_ad` WHERE ( pid=2 and enabled = 1 and start_time <= 1786352400 and end_time >= 1786352400 ) ORDER BY orderby desc LIMIT 5 [ RunTime:0.000216s ]
[ SQL ] SELECT * FROM `tp_ad` WHERE ( pid=52 and enabled = 1 and start_time <= 1786352400 and end_time >= 1786352400 ) ORDER BY orderby desc LIMIT 2 [ RunTime:0.000203s ]
[ SQL ] SELECT * FROM `tp_ad` WHERE ( pid=50 and enabled = 1 and start_time <= 1786352400 and end_time >= 1786352400 ) ORDER BY orderby desc LIMIT 3 [ RunTime:0.000207s ]
[ SQL ] SELECT * FROM `tp_ad` WHERE ( pid=49 and enabled = 1 and start_time <= 1786352400 and end_time >= 1786352400 ) ORDER BY orderby desc LIMIT 1 [ RunTime:0.000197s ]
[ SQL ] SELECT * FROM `tp_ad` WHERE ( pid=12 and enabled = 1 and start_time <= 1786352400 and end_time >= 1786352400 ) ORDER BY orderby desc LIMIT 1 [ RunTime:0.000205s ]
[ SQL ] SELECT * FROM `tp_ad` WHERE ( pid=32 and enabled = 1 and start_time <= 1786352400 and end_time >= 1786352400 ) ORDER BY orderby desc LIMIT 1 [ RunTime:0.000198s ]
[ SQL ] select * from `tp_slogan` [ RunTime:0.000159s ]
[ SQL ] select * from `tp_article_cat` where cat_id < 6 order by sort_order asc [ RunTime:0.000202s ]
[ SQL ] select * from `tp_article` where cat_id = 3 and is_open=1 limit 5 [ RunTime:0.000208s ]
[ SQL ] select * from `tp_article` where cat_id = 4 and is_open=1 limit 5 [ RunTime:0.000182s ]
[ SQL ] select * from `tp_article` where cat_id = 5 and is_open=1 limit 5 [ RunTime:0.000164s ]
[ SQL ] select * from `tp_article` where cat_id = 2 and is_open=1 limit 5 [ RunTime:0.000170s ]
[ SQL ] select * from `tp_article` where cat_id = 1 and is_open=1 limit 5 [ RunTime:0.000162s ]
[ SQL ] select * from `tp_friend_link` where is_show=1 [ RunTime:0.000179s ]
[ SQL ] SELECT * FROM `tp_navigation` where is_show = 1 AND position = 'bottom' ORDER BY `sort` DESC [ RunTime:0.000148s ]
[ SQL ] select * from `tp_article` where cat_id = 5 and is_open=1 [ RunTime:0.000226s ]