as a proof of concept I've changed my Model so that every entity derives from the abstract base class "TrackableEntity". Everything seemed to work fine in the beginning. While testing, I've encountered a severe performance problem when lazy-loading a simple navigation-property of an entity. The first time this association was called in the context it takes 10 seconds to load the related entity (from a table with only 5 entries!!). As it is a test system, there are only a total of 100 entries in the whole database.
Any ideas?
Thanx.