Debugging / Improving TS performance
Sadly, I slowly get to a point where editor performance in my ts (90% effect native code with http api) starts to tank pretty seriously - what are best steps to debug / improve TS performance here? I confirmed is coming from the usage of effect, the router files (about 40 or so) are the bottleneck here. Services / repositories use explicit type annotations, what else can I do (or provide) to start improving that?
Thanks!
Thanks!
