I am creating a website and the design have lots of background images so I used image sprites to optimize page loading time.
The thing is I have 3 sprite images and 2 of them are 200 KB each and dimensions are not more then 900x700 px.
My question is about optimizing page speed. What will produce best result? Will it be better to use two 200 KB sprites or is it better if I break them into 4 sprite image of 100 KB each.
As far as I read many articles, mostly developers and experts say to minimize http request because these days internet is fast enough so downloading doesn't take much time. I agree at some extent but I am not able to make my mind up between 2 more http request with lower image size or less http request with larger image size.