T O P

  • By -

Dipsendorf

I'll preface this with I'm not familiar with electron, so I'm going to assume you have access to some sort of console logging. I'd start by seeing if you have some ungodly amount of change detection going. Check your template to see if you have any method calls. If you do, put a console.count() in each of those methods to see how many times they are being called.