Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我现在使用visual studio 2012制作网站,因为我喜欢IDE。我想知道静态html网站和没有动态控件的asp.net网站之间是否存在任何性能差异......谢谢。
等待网页加载的大部分时间是网络延迟。由于服务器动态生成页面,几乎没有任何延迟(假设代码不是很糟糕)。所以答案是,不,静态页面和动态页面之间的加载时间没有明显差异。