phetsims / color-vision

"Color Vision" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/color-vision
GNU General Public License v3.0
1 stars 7 forks source link

Performance profiling #31

Closed samreid closed 10 years ago

samreid commented 10 years ago

Consider using chrome developer tools or equivalent to check the performance, and to make sure that no code is being called that should not be called.

aaronsamuel137 commented 10 years ago

Performance seems good on iPad now. See #30 for performance changes that were made. I didn't notice any other extraneous code being called when performance profiling. Closing for now.