SHOW FULL COLUMNS FROM `sa_navigation` [ RunTime:0.002634s ]
SELECT * FROM `sa_navigation` WHERE ( `is_show` = 1 AND `parent_id` = 0 ) AND ( 1=1 ) ORDER BY `sort` ASC LIMIT 100 [ RunTime:0.001242s ]
SELECT * FROM `sa_navigation` WHERE ( `show_buttom` = 1 AND `parent_id` = 0 ) AND ( 1=1 ) ORDER BY `sort` ASC LIMIT 100 [ RunTime:0.001008s ]
SELECT * FROM `sa_navigation` WHERE `id` = 17 LIMIT 1 [ RunTime:0.001067s ]
SHOW FULL COLUMNS FROM `sa_channel` [ RunTime:0.002683s ]
SELECT * FROM `sa_channel` WHERE ( `id` = 1 ) AND `sa_channel`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.000986s ]
SELECT * FROM `sa_navigation` WHERE `id` = 12 LIMIT 1 [ RunTime:0.000596s ]
SELECT * FROM `sa_navigation` WHERE `is_show` = 1 AND `parent_id` = 12 ORDER BY `sort` ASC [ RunTime:0.000666s ]
SHOW FULL COLUMNS FROM `sa_ad` [ RunTime:0.002120s ]
SELECT * FROM `sa_ad` WHERE ( pid = 17 and enabled =1 ) ORDER BY `orderby` ASC LIMIT 1 [ RunTime:0.000529s ]
SELECT * FROM `sa_ad` WHERE ( pid = 12 and enabled =1 ) ORDER BY `orderby` ASC LIMIT 1 [ RunTime:0.000852s ]
SELECT * FROM `sa_navigation` WHERE `parent_id` = 2 AND `is_show` = 1 ORDER BY `sort` ASC [ RunTime:0.000933s ]
SHOW FULL COLUMNS FROM `sa_address` [ RunTime:0.002112s ]
SELECT * FROM `sa_address` ORDER BY `sort` ASC LIMIT 8 [ RunTime:0.000796s ]
SHOW FULL COLUMNS FROM `sa_article` [ RunTime:0.002727s ]
SELECT COUNT(*) AS think_count FROM `sa_article` `m` WHERE ( m.is_show = 1 and m.cat_id in (17) ) LIMIT 1 [ RunTime:0.000782s ]
SELECT `m`.*,a.title as ad_name FROM `sa_article` `m` LEFT JOIN `sa_navigation` `a` ON `a`.`id`=`m`.`cat_id` WHERE ( m.is_show = 1 and m.cat_id in (17) ) ORDER BY `m`.`add_time` DESC LIMIT 0,12 [ RunTime:0.001559s ]