i am developing a game for the html5-canvas platform while mainly targeting mobile devices. the canvas is resized to the biggest available resolution, so that it almost makes a fullscreen game.
on an ipad that would be a 1024x786 canvas. at a resolution like this i notice a significant drop in framerate. on smaller resolution like 480x320 on iphone the game runs smooth! so i guess this is because the device is fillrate limited.
but anyhow i would like to optimize as much as possible.
so i would be very grateful if you could post any general performance tips that you have, when it comes to html5-canvas development.