What does? css #rounded-nav-box-overlay & nav-box-overlay.png 53kb
What is this for? Of my whole site loaded at 262kb, 53kb are one transparent image?
I removed it and saved 53kb on each request.
Maybe i should save it, or re-save the nav-box-overlay.png image that us 53kb.
I used pingdom's load time test and did some caching optimizing etc.
http://tools.pingdom.com/fpt/#!/gLI3...entalguiden.se
Code:
#rounded-nav-box-overlay {
background: transparent url('images/nav-box-overlay.png') no-repeat 0 5px;
overflow: visible;
margin-top: -5px;
padding-top: 5px;
}