phetsims / wave-on-a-string

"Wave on a String" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/wave-on-a-string
GNU General Public License v3.0
7 stars 8 forks source link

Performance regression from dev.7 to dev.14 on iPad 3 #93

Closed jonathanolson closed 8 years ago

jonathanolson commented 9 years ago

dev.7 was acceptable on iPad 3. Will need to determine where the regression occurred.

jonathanolson commented 9 years ago

dev.10 to dev.11 was a minor regression, much worse in dev.12.

jonathanolson commented 9 years ago

Likely dev.10-dev.11 regression was reverting toImage on the oscillator. Likely dev.11-dev.12 regression is from the SVG image repaint cost.

samreid commented 9 years ago

@aaronsamuel137 & I also saw some performance degradation on iPad3 when looking at converting the color vision head image from PNG to SVG.

jonathanolson commented 9 years ago

Latest test for performance: http://www.colorado.edu/physics/phet/dev/html/wave-on-a-string/0.0.0-dev.16/wave-on-a-string_en.html

ariel-phet commented 8 years ago

Performance deemed acceptable, closing