SELECT * FROM ecs_nav WHERE `type` = 'top' and ifshow = '1' ORDER BY type, vieworder [ RunTime:0.000386s ]
SELECT * FROM ecs_article_cat WHERE show_in_nav =1 ORDER BY sort_order ASC [ RunTime:0.000411s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=118 [ RunTime:0.000343s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=119 [ RunTime:0.000233s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=148 [ RunTime:0.000219s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=28 [ RunTime:0.000199s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=27 [ RunTime:0.000205s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=226 [ RunTime:0.000230s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=185 [ RunTime:0.000193s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=177 [ RunTime:0.000205s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=178 [ RunTime:0.000241s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=179 [ RunTime:0.000255s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=186 [ RunTime:0.000257s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=187 [ RunTime:0.000247s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=188 [ RunTime:0.000199s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=206 [ RunTime:0.000222s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=207 [ RunTime:0.000214s ]
select article_id,cat_id,title from ecs_article where is_open=1 and cat_id=211 [ RunTime:0.000245s ]
SHOW FULL COLUMNS FROM `ecs_article` [ RunTime:0.000654s ]
SELECT `content` FROM `ecs_article` WHERE `article_id` = 289 LIMIT 1 [ RunTime:0.000279s ]
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.000302s ]
select * from ecs_article_cat where cat_id = '12' [ RunTime:0.000310s ]
SELECT c.*, COUNT(s.cat_id) AS has_children, COUNT(a.article_id) AS aricle_num FROM ecs_article_cat AS c
LEFT JOIN ecs_article_cat AS s ON s.parent_id = c.cat_id
LEFT JOIN ecs_article AS a ON a.cat_id = c.cat_id
GROUP BY c.cat_id ORDER BY parent_id, sort_order ASC [ RunTime:0.000433s ]
SELECT COUNT(*) FROM ecs_article WHERE cat_id IN ('12') AND is_open = 1 [ RunTime:0.000354s ]
SELECT article_id,title,show_title,author,add_time,file_url,img_file,file_guige,open_type,content,job_guys,job_address,description,tag FROM ecs_article WHERE is_open = 1 AND cat_id IN ('12') ORDER BY add_time DESC, tag ASC LIMIT 5 [ RunTime:0.001027s ]
SELECT id, number, type FROM ecs_template WHERE filename = 'article_cat' AND type > 0 AND remarks ='' AND theme='default' [ RunTime:0.000376s ]
select * from ecs_article_cat where parent_id = 171 order by sort_order limit 6 [ RunTime:0.000271s ]
SELECT * FROM ecs_ad where position_id=30 and enabled = 1 and start_time <= '1656213857' AND end_time >= '1656213857' ORDER BY ad_id desc [ RunTime:0.000564s ]