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