Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2005-10-26 : 08:40:46
|
hi All,didnt know what topic to use for this.Just a simple question. I was wondering if it takes the same amount of time for a webserver to parse a HTML document as it is to read/execute a script page, with variables and functions etcIts HTML vs SCRIPT EXECUTIONAlso do ssi (server side includes ) have any disadvantages ?Just curious (Am wondering if i have a complex lenghty ASP script on certain login pages) if it would slow or affect performance for a high hit siteAfrika |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2005-10-26 : 09:22:58
|
well for html you you don't need iis so displaying it in IE is faster.an asp page must be built by the IIS and then html is sent to the IE.does that answer you question?Go with the flow & have fun! Else fight the flow |
|
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2005-10-26 : 10:10:39
|
opps how can i forget thatThanks |
|
|
|
|
|