DEV Community

Discussion on: What was your win this week?

Collapse
 
ahferroin7 profile image
Austin S. Hemmelgarn

I finally finished a huge refactoring pass on the internals of a web app I've been developing. I've been working on just this refactor for the past two weeks, and I'm super excited to finally have it done because it cut down CPU usage by about 60%, reduced load times by about 15%, and fixed almost a dozen bugs involving synchronization between the DOM and the internal state of the app.

I also finally figured out what's been causing network performance issues at work that I've been trying to fix for the past six months.