How do I achieve a better performance of my website
问题 Hy there! I'm running IIS7 on a Windows 2008 server. On peek times we have following behaviour: CPU load is near idle Requests get queued (monitored with Resource Monitor) Exeuction time gets over 10sec 1-4) Please see previous versions and edits 5) Doing stuff async As suggested, I've created a simple web ... one page ... with this codebehind: using System; using System.Threading; using System.Web; using System.Web.UI; namespace PerformanceTest { public partial class AsyncPage : Page {