Can anybody lend me some advice on this?
This website:
www.mrchrismartin.co.uk
I have tried streamlining the loading time and asynchronous loading of scripts and nothing seems to affect the age long loading time on chrome compared to other browsers? I will be most grateful for any available advice
Thanks
I had the same problem. I use covering background images, too. The performance got better after using
background: url(bg.jpg);
instead ofbackground-image: url(bg.jpg);
in the css.