문제

Below is the page load time of "Net" tab from Firebug. I dont know the reason why the small sized images took too mush time to load. I used gzip compression on my .htaccaess file. Works good in Chrome, but issues in firefox.

enter image description here

Screenshot of my site

도움이 되었습니까?

해결책

I figured out the reason on search. This is due to more http requests. To reduce the request, CSS sprites can be used to combine small image into one large image.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top