[ DB ] CONNECT:[ UseTime:0.000635s ] mysql:host=127.0.0.1;port=3306;dbname=tpshopbbc;charset=utf8
[ SQL ] SHOW COLUMNS FROM `tp_config` [ RunTime:0.000658s ]
[ SQL ] SELECT * FROM `tp_config` [ RunTime:0.000721s ]
[ SQL ] SHOW COLUMNS FROM `tp_goods_category` [ RunTime:0.000816s ]
[ SQL ] SELECT * FROM `tp_goods_category` WHERE `is_show` = 1 ORDER BY sort_order desc [ RunTime:0.000696s ]
[ SQL ] SHOW COLUMNS FROM `tp_brand` [ RunTime:0.000814s ]
[ SQL ] SELECT `id`,`cat_id1`,`logo`,`is_hot` FROM `tp_brand` WHERE ( cat_id1>0 ) [ RunTime:0.000701s ]
[ SQL ] SELECT * FROM `tp_config` WHERE `inc_type` = 'shop_info' [ RunTime:0.000561s ]
[ SQL ] SHOW COLUMNS FROM `tp_seo` [ RunTime:0.000766s ]
[ SQL ] SELECT `type`,`title`,`keywords`,`description` FROM `tp_seo` [ RunTime:0.000462s ]
[ SQL ] SELECT * FROM `tp_config` WHERE `inc_type` = 'subdomain' [ RunTime:0.000461s ]
[ SQL ] SHOW COLUMNS FROM `tp_search_word` [ RunTime:0.000815s ]
[ SQL ] UPDATE `tp_search_word` SET `search_num`=`search_num`+1 WHERE `keywords` = 'tencent:' [ RunTime:0.003606s ]
[ SQL ] SHOW COLUMNS FROM `tp_goods` [ RunTime:0.001065s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `tp_goods` WHERE ( (`goods_name` LIKE '%tencent:%') OR (`keywords` LIKE '%tencent:%') ) AND `is_on_sale` = 1 AND `goods_state` = 1 LIMIT 1 [ RunTime:0.000783s ]
[ SQL ] SELECT `goods_id` FROM `tp_goods` WHERE ( is_on_sale=1 and goods_state = 1 ) AND ( (`goods_name` LIKE '%tencent:%') OR (`keywords` LIKE '%tencent:%') ) AND `is_on_sale` = 1 AND `goods_state` = 1 ORDER BY `sort` desc,`goods_id` desc [ RunTime:0.000720s ]
[ SQL ] SELECT `goods_id` FROM `tp_goods` WHERE `is_on_sale` = 1 AND `brand_id` IN (0) [ RunTime:0.000501s ]
[ SQL ] SELECT `goods_id` FROM `tp_goods` WHERE ( shop_price >= 1338 and shop_price <= 2676 and is_on_sale = 1 ) [ RunTime:0.000574s ]
[ SQL ] SELECT `cat_id1` FROM `tp_goods` WHERE ( is_on_sale = 1 ) AND `goods_id` IN ('') [ RunTime:0.000471s ]
[ SQL ] select * from tp_goods g inner join tp_flash_sale as f on g.goods_id = f.goods_id where start_time < 1766109576 and end_time > 1766109576 and status = 1 and cat_id1 = 135 limit 2 [ RunTime:0.000733s ]
[ SQL ] select * from tp_goods g inner join tp_flash_sale as f on g.goods_id = f.goods_id where start_time < 1766109576 and end_time > 1766109576 and status = 1 and cat_id1 = 1 limit 2 [ RunTime:0.000848s ]
[ SQL ] select * from tp_goods g inner join tp_flash_sale as f on g.goods_id = f.goods_id where start_time < 1766109576 and end_time > 1766109576 and status = 1 and cat_id1 = 174 limit 2 [ RunTime:0.000610s ]
[ SQL ] select * from tp_goods g inner join tp_flash_sale as f on g.goods_id = f.goods_id where start_time < 1766109576 and end_time > 1766109576 and status = 1 and cat_id1 = 67 limit 2 [ RunTime:0.000732s ]
[ SQL ] select * from tp_goods g inner join tp_flash_sale as f on g.goods_id = f.goods_id where start_time < 1766109576 and end_time > 1766109576 and status = 1 and cat_id1 = 81 limit 2 [ RunTime:0.001291s ]
[ SQL ] select * from tp_goods g inner join tp_flash_sale as f on g.goods_id = f.goods_id where start_time < 1766109576 and end_time > 1766109576 and status = 1 and cat_id1 = 82 limit 2 [ RunTime:0.000759s ]
[ SQL ] select * from tp_goods g inner join tp_flash_sale as f on g.goods_id = f.goods_id where start_time < 1766109576 and end_time > 1766109576 and status = 1 and cat_id1 = 83 limit 2 [ RunTime:0.000653s ]
[ SQL ] select * from tp_goods g inner join tp_flash_sale as f on g.goods_id = f.goods_id where start_time < 1766109576 and end_time > 1766109576 and status = 1 and cat_id1 = 84 limit 2 [ RunTime:0.000635s ]
[ SQL ] select * from tp_goods g inner join tp_flash_sale as f on g.goods_id = f.goods_id where start_time < 1766109576 and end_time > 1766109576 and status = 1 and cat_id1 = 86 limit 2 [ RunTime:0.000950s ]
[ SQL ] select * from tp_goods g inner join tp_flash_sale as f on g.goods_id = f.goods_id where start_time < 1766109576 and end_time > 1766109576 and status = 1 and cat_id1 = 148 limit 2 [ RunTime:0.001045s ]
[ SQL ] select * from tp_goods g inner join tp_flash_sale as f on g.goods_id = f.goods_id where start_time < 1766109576 and end_time > 1766109576 and status = 1 and cat_id1 = 149 limit 2 [ RunTime:0.000920s ]
[ SQL ] select * from tp_goods g inner join tp_flash_sale as f on g.goods_id = f.goods_id where start_time < 1766109576 and end_time > 1766109576 and status = 1 and cat_id1 = 166 limit 2 [ RunTime:0.000955s ]
[ SQL ] select * from tp_goods g inner join tp_flash_sale as f on g.goods_id = f.goods_id where start_time < 1766109576 and end_time > 1766109576 and status = 1 and cat_id1 = 182 limit 2 [ RunTime:0.000898s ]
[ SQL ] SELECT * FROM `tp_navigation` where is_show = 1 AND position = 1 ORDER BY `sort` DESC [ RunTime:0.000599s ]
[ SQL ] select g.*,s.store_name from `tp_goods` as g left join `tp_store` as s on s.store_id = g.store_id where g.is_hot = 1 and g.is_on_sale = 1 and g.goods_state = 1 and g.goods_id IN (1) order by g.sort DESC limit 5 [ RunTime:0.001236s ]
[ SQL ] select g.*,s.store_name from `tp_goods` as g left join `tp_store` as s on s.store_id = g.store_id where
g.is_on_sale = 1 and g.goods_state = 1 and g.goods_id IN (1) order by g.sales_sum desc limit 5 [ RunTime:0.001058s ]
[ SQL ] select * from `tp_article_cat` where cat_type = 1 order by cat_id asc limit 5 [ RunTime:0.000439s ]
[ SQL ] select * from `tp_article` where cat_id = 1 and is_open=1 limit 5 [ RunTime:0.000516s ]
[ SQL ] select * from `tp_article` where cat_id = 3 and is_open=1 limit 5 [ RunTime:0.000811s ]
[ SQL ] select * from `tp_article` where cat_id = 4 and is_open=1 limit 5 [ RunTime:0.000483s ]
[ SQL ] select * from `tp_article` where cat_id = 11 and is_open=1 limit 5 [ RunTime:0.000424s ]
[ SQL ] select * from `tp_article` where cat_id = 12 and is_open=1 limit 5 [ RunTime:0.000725s ]
[ SQL ] select * from `tp_friend_link` where is_show=1 [ RunTime:0.000637s ]
[ SQL ] SELECT * FROM `tp_navigation` where is_show = 1 AND position = 2 ORDER BY `sort` DESC [ RunTime:0.000724s ]