SHOW FULL COLUMNS FROM `gs_quotes` [ RunTime:0.183535s ]
SELECT COUNT(*) AS think_count FROM `gs_quotes` [ RunTime:0.003655s ]
SELECT * FROM `gs_quotes` ORDER BY `id` DESC LIMIT 4080,30 [ RunTime:0.003495s ]
SHOW FULL COLUMNS FROM `gs_poems` [ RunTime:0.014211s ]
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.061606s ]
SHOW FULL COLUMNS FROM `gs_authors` [ RunTime:0.002942s ]
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.003068s ]
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.408576s ]