Actions
Bug #12735
closedUnused formatter in policy generation spend a bit of time in policy generation
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
We are still creating AttributeRenderer for specific renderer, that don't exist in techniques since at least Rudder 2.6
So for each template, for each node, we are instancing 3 AttributeRenderer - which add a bit of pression on the GC
Removing them improves the Promises written step generation from 39s to 38s - for 1500 nodes so a minimal improvement, but still an improvement
Actions