-
Glass Mapper: Does the number of mapped fields have a performance impact?
Recently at work, the discussion arose if the number of fields mapped from Sitecore Items to our models would have a performance impact. The question was if we should limit the number of mapped properties in our IGlassBase interface to gain performance. I did a simple test by mapping an item to a test interface (IGlassBaseTest) and…