Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C# ASP.NET MVC Basics Modeling and Presenting Data Improving Our View Layout

Daniel Hildreth
Daniel Hildreth
16,170 Points

Debugging Solution Lags In ASP.NET MVC Basics When Loading Website

So I have noticed in the ASP.NET MVC Basics course, that my website takes longer to load than in the video. Is this because of some code I forgot to put in my files? I have followed everything along to the "T", and yet mine loads slower than the website in the video. Is there a way to speed this up with Visual Studio when using the localhost? It lags both when "live" debugging and when build (show website), then stop debugging, then start website again.

1 Answer

Steven Parker
Steven Parker
229,644 Points

It could be you have less memory in your machine than the one in the video.

Or perhaps you have other programs running. Open browser windows are a good way to slow things down.

Daniel Hildreth
Daniel Hildreth
16,170 Points

I probably have less memory. But I did have open tabs too, so that may have slowed it down.