Click here to Skip to main content
16,019,132 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
Dave Kreskowiak25-May-15 6:37
mveDave Kreskowiak25-May-15 6:37 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
satc25-May-15 6:49
satc25-May-15 6:49 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
Dave Kreskowiak25-May-15 8:04
mveDave Kreskowiak25-May-15 8:04 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
satc25-May-15 8:15
satc25-May-15 8:15 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
Mycroft Holmes25-May-15 13:05
professionalMycroft Holmes25-May-15 13:05 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
Sascha Lefèvre25-May-15 15:12
professionalSascha Lefèvre25-May-15 15:12 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
Mycroft Holmes25-May-15 15:45
professionalMycroft Holmes25-May-15 15:45 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
Dave Kreskowiak25-May-15 16:16
mveDave Kreskowiak25-May-15 16:16 
Well, I'm using it in a web app that has about 115 entity classes (tables) all on one context. The warm up time of EF6 is about 2.5 seconds. I don't consider it bad.

It makes the bulk of my work easier but it does have some downsides. The SQL it generates isn't the most efficient when thing get complicated and the change tracker isn't the fastest thing in the world but it does the job for my site, does it reliably well and does it within performance specifications.

I'd use it again for another project, depending on requirements, but there are a couple things I'd do differently, such as breaking my monolithic context into smaller contexts. I'd get a bit quicker warm up time, but I'd also get one with each context.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: Entity Framework : Too slow when executing the first query Pin
Mycroft Holmes25-May-15 17:03
professionalMycroft Holmes25-May-15 17:03 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
satc25-May-15 17:30
satc25-May-15 17:30 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
Mycroft Holmes25-May-15 19:43
professionalMycroft Holmes25-May-15 19:43 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
satc25-May-15 20:03
satc25-May-15 20:03 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
Sascha Lefèvre25-May-15 17:50
professionalSascha Lefèvre25-May-15 17:50 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
Mycroft Holmes25-May-15 19:38
professionalMycroft Holmes25-May-15 19:38 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
satc25-May-15 19:42
satc25-May-15 19:42 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
Mycroft Holmes25-May-15 19:46
professionalMycroft Holmes25-May-15 19:46 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
Sascha Lefèvre3-Jun-15 15:41
professionalSascha Lefèvre3-Jun-15 15:41 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
Mycroft Holmes3-Jun-15 16:08
professionalMycroft Holmes3-Jun-15 16:08 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
Sascha Lefèvre3-Jun-15 16:25
professionalSascha Lefèvre3-Jun-15 16:25 
AnswerRe: Entity Framework : Too slow when executing the first query Pin
satc25-May-15 16:47
satc25-May-15 16:47 
AnswerRe: Entity Framework : Too slow when executing the first query Pin
Sascha Lefèvre25-May-15 17:17
professionalSascha Lefèvre25-May-15 17:17 
QuestionToolTop Control Pin
Helium9921-May-15 19:35
Helium9921-May-15 19:35 
AnswerRe: ToolTop Control Pin
Eddy Vluggen22-May-15 2:14
professionalEddy Vluggen22-May-15 2:14 
GeneralRe: ToolTop Control Pin
Helium9923-Jun-15 16:25
Helium9923-Jun-15 16:25 
GeneralRe: ToolTop Control Pin
Eddy Vluggen23-Jun-15 22:26
professionalEddy Vluggen23-Jun-15 22:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.