SHOW FULL COLUMNS FROM `xl_nav` [ RunTime:0.002464s ]
SELECT * FROM `xl_nav` ORDER BY `id` ASC [ RunTime:0.001612s ]
SHOW FULL COLUMNS FROM `xl_nav_menu` [ RunTime:0.002541s ]
SELECT * FROM `xl_nav_menu` WHERE ( status=1 ) ORDER BY `nav_id` ASC,`list_order` ASC,`id` ASC [ RunTime:0.002136s ]
SHOW FULL COLUMNS FROM `xl_category` [ RunTime:0.003167s ]
SELECT * FROM `xl_category` WHERE `catdir` = 'cpzs' AND `isclose` = 1 LIMIT 1 [ RunTime:0.002492s ]
SHOW FULL COLUMNS FROM `xl_article` [ RunTime:0.002304s ]
SELECT COUNT(*) AS think_count FROM `xl_article` WHERE `catid` IN (51,52,53,54,55,56,68) AND `status` = 99 [ RunTime:0.002126s ]
SELECT * FROM `xl_article` WHERE `catid` IN (51,52,53,54,55,56,68) AND `status` = 99 ORDER BY `topfeed` DESC,`listorder` DESC,`publishtime` DESC,`xl_article`.`id` DESC LIMIT 0,20 [ RunTime:0.002546s ]
SELECT * FROM `xl_article` `a` WHERE ( status=99 and catid=65 and status = 99 ) ORDER BY `publishtime` DESC,`id` DESC LIMIT 4 [ RunTime:0.002154s ]
SELECT * FROM `xl_article` `a` WHERE ( status=99 and catid in (62,63) and status = 99 ) ORDER BY `publishtime` DESC,`id` DESC LIMIT 4 [ RunTime:0.002005s ]