
WeikoandGitHub
da626f70b7
optimize buildFieldMapsFromFlatObjectMetadata usages (#16132)
This newly introduced util can be a bit expensive especially when done
recursively.
This PR improves that
File | Pattern Fixed | Impact
-- | -- | --
format-result.util.ts | Recursive array/object processing | N array
items → 1 call
format-data.util.ts | Recursive array processing | N array items → 1
call
process-nested-relations-v2.helper.ts | Duplicate call in call chain | 2
calls → 1 call
common-result-getters.service.ts | Per-record processing in array | N
records → 1 call
compute-relation-connect-query-configs.util.ts | Nested loop (entities ×
connect fields) | N×M calls → 1 call
2025-11-27 15:01:51 +01:00
..
2025-11-25 14:28:37 +01:00
2025-11-24 15:49:58 +00:00
2025-11-16 18:20:06 +01:00
2025-11-27 13:23:11 +01:00
2025-11-17 08:16:56 +01:00
2025-11-24 11:21:30 +01:00
2025-11-27 13:41:30 +00:00
2025-11-21 14:28:15 +00:00
2025-11-27 15:01:51 +01:00
2025-11-27 11:10:13 +00:00
2025-11-27 11:15:48 +00:00
2025-11-18 16:51:12 +01:00
2025-11-03 11:42:28 +01:00