SHOW FULL COLUMNS FROM `gs_quotes` [ RunTime:0.002912s ]
SELECT COUNT(*) AS think_count FROM `gs_quotes` [ RunTime:0.003431s ]
SELECT * FROM `gs_quotes` ORDER BY `id` DESC LIMIT 4110,30 [ RunTime:0.003457s ]
SHOW FULL COLUMNS FROM `gs_poems` [ RunTime:0.002893s ]
SELECT * FROM `gs_poems` WHERE ( `id` IN (89922,164154,130760,51374,153441,126503,191042,196695,313816,167706,264491,116085,287468,294550,35571,67528) ) ORDER BY `id` DESC LIMIT 1000 [ RunTime:0.002306s ]
SHOW FULL COLUMNS FROM `gs_authors` [ RunTime:0.002812s ]
SELECT * FROM `gs_authors` WHERE ( `id` IN (4849,7251,6313,1600,6896,5963,7961,7963,7258,7434,9749,5708,10370,10640,1353,4318) ) ORDER BY `id` DESC LIMIT 1000 [ RunTime:0.003176s ]
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.131040s ]