I'm working in a HTML5 copy of a NES game (link for reference). It runs very well on my Macbook, but friends are reporting it is slow on their computers. I've done the optimizations that came to my mind, such as using a quadtree to select which objects to draw. Yet it seems like it's not enough and I just don't know where to work. How can I identify which specific parts of my app are causing the slowdowns?
Asked
Active
Viewed 186 times
4
-
2Maybe this other question will help: [What is the best way to profile javascript execution?](http://stackoverflow.com/questions/855126/what-is-the-best-way-to-profile-javascript-execution) – Rory O'Kane May 14 '13 at 05:54
1 Answers
1
For a real-time app like a game, I think Google Chrome Speed tracer would work very well.

Mika Vatanen
- 3,782
- 1
- 28
- 33