SHOW FULL COLUMNS FROM `gs_quotes` [ RunTime:0.003196s ]
SELECT COUNT(*) AS think_count FROM `gs_quotes` [ RunTime:0.003820s ]
SELECT * FROM `gs_quotes` ORDER BY `id` DESC LIMIT 4770,30 [ RunTime:0.004382s ]
SHOW FULL COLUMNS FROM `gs_poems` [ RunTime:0.003203s ]
SELECT * FROM `gs_poems` WHERE ( `id` IN (8069,284214,319504,315891,150913,198887,304436,213313,246049,181604,281816,313818,318403,223278,153443) ) ORDER BY `id` DESC LIMIT 1000 [ RunTime:0.066367s ]
SHOW FULL COLUMNS FROM `gs_authors` [ RunTime:0.003305s ]
SELECT * FROM `gs_authors` WHERE ( `id` IN (105,10298,9577,1076,6819,8051,11391,981,9366,7941,10244,7258,8864,8656,6896) ) ORDER BY `id` DESC LIMIT 1000 [ RunTime:0.003949s ]
SELECT *,(SELECT COUNT(`id`) AS think_count FROM `gs_poems` `poem_count` WHERE ( `poem_count`.`author_id` =gs_authors.id )) AS `poems_count` FROM `gs_authors` ORDER BY `poems_count` DESC LIMIT 30 [ RunTime:0.324066s ]