i use visual studio 2012 to make websites now since i like the IDE.I want to know that if there is any performance difference between a static html website and a website in asp.net without dynamic controls…
thanks.
i use visual studio 2012 to make websites now since i like the IDE.I
Share
Most of the time waiting for a web page to load is the network latency. Hardly any of it is latency due to the server dynamically generating the page (assuming the code isn’t really bad). So the answer is, no, there is no noticeable difference to load time between static and dynamic pages.