On 2015-10-14 09:14, Mindaugas Kašalynas wrote: > > > I measure from client between click and refresh. (in controlled idle > > > server), it takes around 2-3 seconds to open the form. > > > Result was without any splits. > > > > Do you have slow queries in the database log? Is the statistic of the > > database up to date? > > > > sent you database logs.
For me, you are not running with my patch [1] as I can see in the log that after each update of stock_move I see between 5-15 more queries which are clearly for validation. This means that the write was not grouped as my patch does. By the way, it looks like you have customise the Model res.group to have a default order by name. This has a cost on performence because it is a translated field which means it has to generate a not so optimized query. [1] https://bugs.tryton.org/issue5033 -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/
