We've just converted our code over to start using our own POCOs instead of generated Entities. We're pretty excited. In our program we've found some snags where certain of our larger objects take so long(5-10 seconds) to be added to the
ObjectSet that our webserver times out. This isn't a problem across the board (in most places, saving takes the amount of time that we are used to), but this slowness is a dealbreaker.
Are there things that we need to be aware of that we might be doing wrong?