Search code examples
performanceelm

Measuring elm performance


I'm developing an application using elm-ui library. It's really great but once in a while I experience small delays. I tried to profile my app using chrome but there is nothing more than FPS drop that I can read from it.

How do you measure and find root cause of performance problems in elm?


Solution

  • You could try elm-monitor to see if the FPS drop is consistent with a certain pattern of actions / state transitions.