Click here to Skip to main content
15,879,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
How can we decrease page loading time, iam using Asp.net MVC4. home page is loading very slow , i searched for this , but i got different solutions,
i have no idea where to start.
Thank you
Posted

Try using Google SpeedTracer[^] to find out why your page is loading slow. Then start fixing the problems.

Without more information about your page, its difficult to say how to make it faster. Maybe you are taking a long time to query the database, maybe your images are huge, maybe your server is slow, maybe your connection is slow, etc.
 
Share this answer
 
This post already solved but I want to add one point here.

If you are not using any view engine like ASPX View Engine, it is better to remove it to improve the performance, it is one of the many MVC performance tuning tips.

Please go through below article

http://www.c-sharpcorner.com/UploadFile/abhikumarvatsa/removing-or-customizing-view-engines-in-mvc/[^]
 
Share this answer
 
Comments
dorababu407 17-Jan-14 7:30am    
thanks for rply.
i just follow the link and change my global.asax page, Is that enough to decrease the page load time, i does'nt see time difference page loading
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900