Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top