The entire view is being loaded at one time. Including any inheritance of the view.
You could have issues with increased Database latency. There should be some items added to the Wiki about Postgresql performance tuning... On Tue, Jul 8, 2008 at 11:10 AM, <[EMAIL PROTECTED]> wrote: > After building a small application involving adding multiple tabs to the > Partner form, some containing one2many widgets, I'm noticing that the Partner > form is loading slower. It seems like it is loading all data for all tabs > when you request a form. I think response might be able to be improved if > the Partner form only loaded the data for just one tab and then would load > other tab data only upon click on a new tab. Something like an AJax type of > loading. Just a suggestion. > > Regards, > Gerry > > > > > _______________________________________________ > Tinyerp-users mailing list > http://tiny.be/mailman/listinfo/tinyerp-users > -- Andrew "lathama" Latham Principal TuxTone Inc. http://TuxTone.com [EMAIL PROTECTED] _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
