select * from tp_domain where domain="baikebb.com" order by id asc limit 1; [ RunTime:0.000374s ]
SHOW FULL COLUMNS FROM `tp_book` [ RunTime:0.000477s ]
SELECT COUNT(*) AS think_count FROM `tp_book` WHERE ( `title` LIKE '%APPimPCH5%' OR `description` LIKE '%APPimPCH5%' OR `keyword` LIKE '%APPimPCH5%' ) LIMIT 1 [ RunTime:0.067202s ]
SELECT * FROM `tp_book` WHERE ( `title` LIKE '%APPimPCH5%' OR `description` LIKE '%APPimPCH5%' OR `keyword` LIKE '%APPimPCH5%' ) ORDER BY `id` DESC LIMIT 0,25 [ RunTime:0.102820s ]
SHOW FULL COLUMNS FROM `tp_category` [ RunTime:0.000501s ]
SELECT * FROM `tp_category` WHERE `parent_id` = 0 [ RunTime:0.000260s ]
SELECT * FROM `tp_category` WHERE `menu_display` = 1 ORDER BY `level` ASC [ RunTime:0.000254s ]
SELECT * FROM `tp_category` WHERE `menu_display` = 0 ORDER BY `level` ASC [ RunTime:0.000242s ]
SELECT * FROM `tp_category` WHERE `parent_id` = 1 AND `menu_display` = 1 ORDER BY `level` ASC [ RunTime:0.000257s ]
SELECT * FROM `tp_category` WHERE `parent_id` = 2 AND `menu_display` = 1 ORDER BY `level` ASC [ RunTime:0.000269s ]
SELECT * FROM `tp_category` WHERE `parent_id` = 3 AND `menu_display` = 1 ORDER BY `level` ASC [ RunTime:0.000247s ]