Forum Moderators: not2easy
I use an image to create the <body> background of my page.
My Question
I use repeat the background to cover the page.
Is it better to use an image of width 1px or 100px. I ask as I am looking at download speed against processing time in the browser.
My site is used by many with telephone connections hence download speed is limited. I thought that if I were to use an image of 1px width size 360 bytes rather than a 100px width size 2.5 Kbytes the site would be more efficient, but I do not know about the extra processing of repeating the background more times.
Your knowledge and ideas would be very helpful here.
Thanks Dave
In fact: I'd seriously consider dropping the background in favor of a solid color.
Also optimize everything for smallest download size. Make sure to reuse your CSS and images you do download across pages as that will save you the most.
A bit OT: but I'd also make sure my web server supports compressed transfers.