SHOW FULL COLUMNS FROM `gs_quotes` [ RunTime:0.003293s ]
SELECT COUNT(*) AS think_count FROM `gs_quotes` [ RunTime:0.003707s ]
SELECT * FROM `gs_quotes` ORDER BY `id` DESC LIMIT 4080,30 [ RunTime:0.006050s ]
SHOW FULL COLUMNS FROM `gs_poems` [ RunTime:0.003197s ]
SELECT * FROM `gs_poems` WHERE ( `id` IN (33299,110200,153442,3873,323609,59352,277841,315227,307156,172175,314037,313722,198807,243707,37041,89922) ) ORDER BY `id` DESC LIMIT 1000 [ RunTime:0.002662s ]
SHOW FULL COLUMNS FROM `gs_authors` [ RunTime:0.003687s ]
SELECT * FROM `gs_authors` WHERE ( `id` IN (1325,5470,6896,410,10677,3429,10118,13024,12431,7560,7499,12985,8051,9265,235,4849) ) ORDER BY `id` DESC LIMIT 1000 [ RunTime:0.003078s ]
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.267283s ]