Hi, The settings_override.py contains the setting fastNameSet = False I have never changed this setting. I currently have a client wondering why it takes so long for a form to appear (we are talking only ~10 seconds). At first I considered that the reason was the access to the data. However, I discovered that most of the time is not the access to the data - total time accessing data as reported from postgres logs is less than a second. So in looking for a little more performance I was wondering if anyone has actually seen a difference in opening performance by changing the setting from False to True. I don't use 'Name' for my objects - only 'RegID'. So I don't see any harm on the surface.
The doc suggest that I wrap each object call and set the 'setting' - but since I'm talking about lot's of code I don't want to do that. Looking for a little advise - thanks in advance. Johnf _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
