Elisabitao / honeycrm

Automatically exported from code.google.com/p/honeycrm
0 stars 0 forks source link

relate widget should access id -> name cache instead of doing individual requests to resolve entity names #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open list view
2. see how all relate fields are individually loaded.
3. this takes too long and looks stupid.

What is the expected output? What do you see instead?
request each name only once and cache it heavily on client side

Please use labels and text to provide additional information.

Original issue reported on code.google.com by ingo.jae...@gmail.com on 21 Jun 2010 at 8:12

GoogleCodeExporter commented 9 years ago
fixed with new prefetcher class (r84)

Original comment by ingo.jae...@gmail.com on 27 Jun 2010 at 9:43