Details
Description
Currently AttributeMapper uses Fields.find to lookup Fields. This is problematic because Fields.find is not cached like ReflectionProvider/FieldDictionary. This should be changed to maximize performance.
Activity
Keith Kowalczykowski
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | attribute-mapper-reflection-provider.patch [ 41147 ] |
Jörg Schaible
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 1.x Maintenance [ 12873 ] | |
| Resolution | Fixed [ 1 ] |
Jörg Schaible
made changes -
| Fix Version/s | 1.4 [ 17519 ] | |
| Fix Version/s | 1.x Maintenance [ 12873 ] |
Jörg Schaible
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Patch to fix this issue. Seeing ~15% speedup.