0

Note: I've seen this, but I don't have Intellitrace as I'm on Pro, not Ultimate

When I run my application on a debug build, it takes a long time to open the DBContext for the first time. Then it has the expected slightly larger amount of lag afterwards. In the Release build, it's about 20x faster. My app is a WPF app, relying on the EF6-SQLite converter from Brice Lambson's blog and a local database (SSD, so no real storage bottleneck). I'm running VS2013 Pro from Dreamspark. It's compiled to MSIL (All CPU). Any help?

Community
  • 1
  • 1
It'sNotALie.
  • 22,289
  • 12
  • 68
  • 103

1 Answers1

1

This will be fixed in version 6,0,2, currently available as beta version from Nuget

ErikEJ
  • 40,951
  • 5
  • 75
  • 115