How we can speed up our website ?
To answer this question is little bit difficult , Normal html pages hosted in linux server will resolve faster . Because it does not have any database queries,or any other pre processing have to do . For a small dynamic websites created in php will work much faster than asp.net version of website . php is very easy to study and develop . In theories the compiled ASP.net websites will work much faster , but i fell some doubt about that , because asp.net has much more dependencies and lot of class to include , may that take much more time . also from my experience , Linux Os is much faster ,
The speed of a website is depended on different components
Server processing speed , Location of the server , DNS servers performance , Network reliability etc are common.
Also it will depend on the design of the pages , Use less images , p reload and cache data , , avoid looped processes , reduce background processes, optimize data base queries etc
Also use dedicated IP to resolve DNS quickly
No comments:
Post a Comment