As I embark on developing a visually rich website with a multi-stop linear gradient as the background, one question plagues my mind – will browsers render it faster if I use CSS3 for the gradient or create a png image with background-size: cover;
?
My focus is on draw speed rather than page load time. While I have a feeling that using a png image might be quicker, I seek clarity on this matter.