Improving the performance by changes inftd.color
#386
Arpita-Jaiswal
started this conversation in
Ideas & RFCs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
ftd.coloris a huge record. It consumes lots of time while resolving dependencies (like inrt-data) during compiling. And also it slows down the events related to it in the browser.Solution:
Only those record fields should be considered which has dependencies, discarding others.
Beta Was this translation helpful? Give feedback.
All reactions