I\'m toying with a small game on my iPad using cocos2d and I\'ve run into some performance worries. I have a 512x512 image tiled as my background. That gives me around 40fps wit
I tried this myself with a 1024x768 background and get about 60fps even in debug with an iPad. Perhaps make sure your image doesn't have extra channels or alpha?