SELECT * FROM ecs_nav WHERE `type` = 'top' and ifshow = '1' ORDER BY type, vieworder [ RunTime:0.000414s ]
SELECT * FROM ecs_article_cat WHERE show_in_nav =1 ORDER BY sort_order ASC [ RunTime:0.000361s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=118 [ RunTime:0.000299s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=119 [ RunTime:0.000317s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=148 [ RunTime:0.000451s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=27 [ RunTime:0.000312s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=28 [ RunTime:0.000239s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=226 [ RunTime:0.000264s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=232 [ RunTime:0.000244s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=233 [ RunTime:0.000242s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=185 [ RunTime:0.000209s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=177 [ RunTime:0.000253s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=178 [ RunTime:0.000242s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=179 [ RunTime:0.000206s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=186 [ RunTime:0.000232s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=187 [ RunTime:0.000201s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=188 [ RunTime:0.000234s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=206 [ RunTime:0.000241s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=207 [ RunTime:0.000245s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=211 [ RunTime:0.000290s ]
SHOW FULL COLUMNS FROM `ecs_article` [ RunTime:0.000707s ]
SELECT `content` FROM `ecs_article` WHERE `article_id` = 289 LIMIT 1 [ RunTime:0.000320s ]
SELECT SUM(goods_number) AS number, SUM(goods_price * goods_number) AS amount FROM ecs_cart WHERE user_id = '0' AND rec_type = '0' [ RunTime:0.000249s ]
SELECT a.*, IFNULL(AVG(r.comment_rank), 0) AS comment_rank
FROM ecs_article AS a
LEFT JOIN ecs_comment AS r ON r.id_value = a.article_id AND comment_type = 1
WHERE a.is_open = 1 AND a.article_id = '332'
GROUP BY a.article_id [ RunTime:0.000654s ]
select cat_id,parent_id,show_in_nav,is_nav,url from ecs_article_cat where cat_id = 206 [ RunTime:0.000390s ]
select cat_id,parent_id,show_in_nav,is_nav,url from ecs_article_cat where cat_id = 183 [ RunTime:0.000374s ]
select cat_id,parent_id,show_in_nav,is_nav,url from ecs_article_cat where cat_id = 130 [ RunTime:0.000315s ]
select add_time from ecs_article where article_id = '332' [ RunTime:0.000318s ]
select article_id,title from ecs_article where add_time > '1599724800' AND is_open = 1 AND cat_id=206 order by add_time asc LIMIT 1 [ RunTime:0.000459s ]
select article_id,title from ecs_article where add_time < '1599724800' AND is_open = 1 AND cat_id=206 order by add_time desc LIMIT 1 [ RunTime:0.000481s ]
SELECT id, number, type FROM ecs_template WHERE filename = 'article' AND type > 0 AND remarks ='' AND theme='default' [ RunTime:0.000344s ]
select * from ecs_article_cat where tag = 1 and parent_id = 130 order by sort_order limit 6 [ RunTime:0.000369s ]