SHOW FULL COLUMNS FROM `site_seo` [ RunTime:0.001596s ]
SELECT `title`,`keywords`,`description` FROM `site_seo` WHERE `module` = 'm' AND `controller` = 'news' AND `action` = 'index' LIMIT 1 [ RunTime:0.000797s ]
SHOW FULL COLUMNS FROM `news_tag` [ RunTime:0.003670s ]
UPDATE `news_tag` SET `hot` = `hot` + 1 WHERE `title` = '初中' [ RunTime:0.000952s ]
SHOW FULL COLUMNS FROM `news_data` [ RunTime:0.026372s ]
SHOW FULL COLUMNS FROM `news` [ RunTime:0.024088s ]
SELECT COUNT(*) AS think_count FROM `news` WHERE `tags` LIKE '%初中%' [ RunTime:0.006348s ]
SELECT `id`,`title`,`description`,`keywords`,`cover`,`view`,`updatetime`,`tags` FROM `news` WHERE `tags` LIKE '%初中%' ORDER BY `updatetime` DESC LIMIT 20,10 [ RunTime:0.000873s ]
SELECT COUNT(*) AS think_count FROM `news` [ RunTime:0.000512s ]
SELECT `id`,`title`,`description`,`keywords`,`cover`,`view`,`updatetime`,`tags` FROM `news` ORDER BY `view` DESC LIMIT 12,6 [ RunTime:0.000586s ]