I\'m using EF 4 on my web site and have found a very disturbing problem - the first run load time is extremely slow. (about 20-30 seconds).
After the first run - it will work re
I was having this problem as well, I found out that it had to do with a large number of views in my database.
Performance Considerations (Entity Framework) really helped and the steps for mitigating the impact of generating views brought down a 45-60 second initial load to 3-4 seconds.