Is a javascript script faster than an ASP script?- Yes, javascript is faster than ASP script.
-Since java scripting is written for client-side machines / browsers, it does not need the web server's support for execution.
- Hence it is always faster than ASP scripting. Only the computation is done on the server side.
- ASP is a server side language so it does needs the assistance of the web server which is a time consuming process.
- PHP, ASP etc. are all server side scripting languages that is why they are slower than the ASP script.
|