Static Object Generation

By default all dictionary object are demand loaded. This results in one round trip to the server for each object. A developer could know that an object is going to be required on every run and this object is more efficiently stored in the dictionary and automatically loaded at the start of every run. There is an Object Control Property called "staticInclusion" in the Inference group to achieve this.