I create a forum and have about 70000 topics,then I found when I see this forum,it is very slow.I see the page is created in almost 4 seconds.I run the stored procedure like this:
exec [dbo].[yaf_topic_list] @ForumID=12,@UserID=default,@Announcement=0,@Date=default,@Offset=0,@Count=15,@StyledNicks=0,@ShowMoved=1,@FindLastRead=0
it runs 3-4 seconds.
My forum is not online,I think when many users use the forum,it will down.please help me!Thank you very much!
And can I cache the pages? I used <% OutputCache %> on the page,it won't work.