Recently, I've been tasked with working on a website that has already been designed by someone else. However, the design includes a large image (900x700 100KB) featuring a prominent logo at the top and background for two columns.
Every time a page is loaded, this image contributes to slowing down load times. What steps can I take to improve loading speed?
One idea I'm considering is splitting the image into multiple pieces, particularly separating the logo at the top. Would breaking up the images like this significantly decrease loading time?
Thank you in advance
-edit: Additionally, all the current images are .jpg files. Would converting them to .gif or .png format have any impact on performance?