SHOW FULL COLUMNS FROM `ims_shop_member` [ RunTime:0.007776s ]
SELECT `id`,`username`,`mobile`,`nickname`,`avatar`,`realname`,`credit2`,`is_check`,`check_type`,`createtime`,`introduce`,`email`,`is_developer`,`developer_level`,`siteid_num`,`token`,`invite_code`,`isagent` FROM `ims_shop_member` WHERE `id` = 0 LIMIT 1 [ RunTime:0.000364s ]
SHOW FULL COLUMNS FROM `ims_shop_article` [ RunTime:0.007867s ]
SELECT * FROM `ims_shop_article` WHERE `id` = 26 LIMIT 1 [ RunTime:0.005091s ]
UPDATE `ims_shop_article` SET `viewcount` = viewcount + 1 WHERE `id` = 26 [ RunTime:0.004067s ]
SHOW FULL COLUMNS FROM `ims_shop_article_category` [ RunTime:0.000861s ]
SELECT `id`,`name` FROM `ims_shop_article_category` WHERE `id` = 6 AND `enabled` = 1 LIMIT 1 [ RunTime:0.000328s ]
SHOW FULL COLUMNS FROM `ims_shop_article_like` [ RunTime:0.000536s ]
SELECT COUNT(*) AS think_count FROM `ims_shop_article_like` WHERE `mid` = 0 AND `article_id` = 26 LIMIT 1 [ RunTime:0.000367s ]
SHOW FULL COLUMNS FROM `ims_shop_article_collect` [ RunTime:0.000951s ]
SELECT COUNT(*) AS think_count FROM `ims_shop_article_collect` WHERE `mid` = 0 AND `article_id` = 26 LIMIT 1 [ RunTime:0.009014s ]
SELECT COUNT(*) AS think_count FROM `ims_shop_article_like` WHERE `article_id` = 26 LIMIT 1 [ RunTime:0.001150s ]
SELECT COUNT(*) AS think_count FROM `ims_shop_article_collect` WHERE `article_id` = 26 LIMIT 1 [ RunTime:0.000832s ]
SELECT COUNT(*) AS think_count FROM `ims_shop_article` WHERE `enabled` = 1 AND `deleted` = 0 LIMIT 1 [ RunTime:0.001208s ]
SELECT id,title,thumb,showtime,(viewcount+viewcount_v) viewcount,video_url,(likenum+likenum_v) likenum,author,labels,pcateid FROM `ims_shop_article` WHERE `enabled` = 1 AND `deleted` = 0 ORDER BY `isrecommend` DESC,`showtime` DESC,`displayorder` DESC,`id` DESC LIMIT 0,10 [ RunTime:0.001135s ]
SELECT id,title,thumb,showtime,(viewcount+viewcount_v) viewcount,video_url,(likenum+likenum_v) likenum,author,labels FROM `ims_shop_article` WHERE `enabled` = 1 AND `deleted` = 0 AND `isrecommend` = 1 ORDER BY `displayorder` DESC,`showtime` DESC,`id` DESC LIMIT 0,10 [ RunTime:0.001417s ]
SELECT `id`,`username`,`nickname`,`realname`,`avatar` FROM `ims_shop_member` WHERE `id` = 2 LIMIT 1 [ RunTime:0.001281s ]
SELECT sum(viewcount) view_count,sum(likenum + likenum_v) like_count,sum(collectcount) collect_count FROM `ims_shop_article` WHERE `userid` = 2 AND `deleted` = 0 LIMIT 1 [ RunTime:0.000965s ]
SHOW FULL COLUMNS FROM `ims_shop_article_comment` [ RunTime:0.001536s ]
SELECT * FROM `ims_shop_article_comment` WHERE `article_id` = 26 AND `enabled` = 1 AND `deleted` = 0 LIMIT 0,10 [ RunTime:0.011470s ]
select sum(viewcount) as total_view,userid from ims_shop_article where deleted=0 and userid!=0 group by userid order by total_view desc limit 5 [ RunTime:0.000537s ]
SELECT * FROM `ims_shop_member` WHERE `uniacid` = 1 AND `id` = 2 LIMIT 1 [ RunTime:0.000430s ]
select count(1) as art_num from ims_shop_article where deleted=0 and userid=2 [ RunTime:0.000415s ]
SELECT * FROM `ims_shop_member` WHERE `uniacid` = 1 AND `id` = 15 LIMIT 1 [ RunTime:0.000448s ]
select count(1) as art_num from ims_shop_article where deleted=0 and userid=15 [ RunTime:0.000399s ]
SELECT * FROM `ims_shop_member` WHERE `uniacid` = 1 AND `id` = 1 LIMIT 1 [ RunTime:0.000453s ]
select count(1) as art_num from ims_shop_article where deleted=0 and userid=1 [ RunTime:0.000386s ]
SELECT * FROM `ims_shop_member` WHERE `uniacid` = 1 AND `id` = 16 LIMIT 1 [ RunTime:0.000457s ]
select count(1) as art_num from ims_shop_article where deleted=0 and userid=16 [ RunTime:0.000377s ]
SELECT * FROM `ims_shop_member` WHERE `uniacid` = 1 AND `id` = 35 LIMIT 1 [ RunTime:0.000408s ]
select count(1) as art_num from ims_shop_article where deleted=0 and userid=35 [ RunTime:0.000424s ]
SHOW FULL COLUMNS FROM `ims_shop_article_label` [ RunTime:0.000559s ]
SELECT `id`,`label` FROM `ims_shop_article_label` WHERE `status` = 1 AND `deleted` = 0 ORDER BY `displayorder` DESC,`viewcount` DESC,`id` DESC LIMIT 0,5 [ RunTime:0.000416s ]
SHOW FULL COLUMNS FROM `ims_shop_article_adv` [ RunTime:0.000636s ]
SELECT `id`,`advname`,`thumb`,`link` FROM `ims_shop_article_adv` WHERE `enabled` = 1 AND `deleted` = 0 ORDER BY `displayorder` DESC,`id` DESC LIMIT 0,5 [ RunTime:0.000334s ]
发表评论