Click here to Skip to main content
15,919,422 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
satc24-May-15 23:15
satc24-May-15 23:15 
SuggestionRe: Entity Framework : Too slow when executing the first query Pin
Richard Deeming27-May-15 2:10
mveRichard Deeming27-May-15 2:10 
AnswerRe: Entity Framework : Too slow when executing the first query Pin
Eddy Vluggen24-May-15 23:30
professionalEddy Vluggen24-May-15 23:30 
AnswerRe: Entity Framework : Too slow when executing the first query Pin
Dave Kreskowiak25-May-15 3:46
mveDave Kreskowiak25-May-15 3:46 
GeneralRe: Entity Framework : Too slow when executing the first query Pin
satc25-May-15 6:34
satc25-May-15 6:34 
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 
I did not say that it was the cause of your problem.

All I said was Entity Framework has a warm up time to validate the database against the object model on the first query.

I have no idea what's causing your entire problem, other than probably bad indexing on the database. You have to setup any appropriate indexes on the database tables yourself. Entity Framework won't do it for you.
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
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 
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 

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.