I have a ASP.NET Project, v3.5 in VB.NET, that I'm working on. On my home computer pages load pretty much instantaneously when clicking something, but on my work computer (which is a much faster computer) all pages take about one second to load, regardless of the content being generated (like its on a timer or something). Why is this or how can I go about figuring out why the load time is being delayed on my work computer?
- Both are running ASP.NET v3.5 w/ VB.NET and SQL Server 2008
- Same exact project (copied from on comp to another) with the same exact database
- Debugging is turned on for both
- Home computer is Windows XP Pro, 3GHz Intel, 1.5 Gigs RAM
- Work computer is Windows Vista Home, Core2 Duo 2.40 Ghz, 3 Gigs RAM
- Both running on the ASP.NET Development Server
- Same exact setup except for the computer itself
Thanks for your input.
SOLVED - The issue was the IPv6 issue with FireFox. I turned it off and everythings grand now. Thanks everyone for your input, definitely good advise for tracking down more serious performance issues, which will come in handy later, just not for this issue. Thanks!