Textures width and height should be power of 2... 2, 4, 8, 16, 32, 64...

So, if your texture is, let's say, 100x200 it will slow down rendering... you should resize it in some image processing program to 128x256 and that will improve performance.