Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
673 views
in Q2A Core by
edited by
I just realized that each different size of an avatar image is another request to the server, e.g.:

A - http://www.gravatar.com/avatar/bc2cbe1f00546d24471eab12909469fd?s=20

B - http://www.gravatar.com/avatar/bc2cbe1f00546d24471eab12909469fd?s=30

To save requests and data, and to have a faster site, try to use same avatar sizes where appropriate. Settins in admin panel: admin/users

Now I am using the same size for avatars in the question list and for comments. Saves me a couple of requests already, and speeds up my site by 0.18 seconds.
by
Good tip. Personally I don't have avatars on comments at all, seems a bit cluttered to me :D
by
Great idea! However, I cannot find the option in the admin panel. Have you coded it? Or did I overlook it?
by
Ah, I guess it is admin/users → Avatar size on comments: 0 ?

Please log in or register to answer this question.

...