Over the past six month I have perceived that Gmail and Google Apps mail have become slower and slower. I’m using it on high-speed connections, so bandwidth is not the issue. I have lost quite a lot of time sitting around waiting for the Gmail interface to finish loading so that I could perform even the most basic operation. Even worse is that the way Firefox is implemented, if one window/tab has pending operations, you may not be able to do anything with other Firefox windows/tabs until those operations have completed, so I was often left with Firefox being totally wedged until Gmail would finish loading. The basic HTML interface is faster, but it’s no fun at all. Today I decided to do something about it, or at least try.
Through observation — and the interface gave me plenty of time to do it — I discovered that the overall slow loading seemed to coincide with the loading of the little star images next to each message row in a list view, which can be used to quickly flag a message as important. The image itself is transparent image called cleardot.gif and is used in a number of places. It is just a placeholder that the interface uses to mark where an icon will actually go, and then which icon gets displayed in that location is handled with CSS via a background image.
In any case, I noticed that if I disabled images altogether for the domain mail.google.com, that the interface speeded up absurdly, and was still quite usable. However, there were a few images that I didn’t want to go away. What I ended up doing was adding the offending image URL to my Adblock Plus rules. The web interface is now at least 50% faster for me, if not more.
The main things I notice as missing now are the paper clip icon indicating an attachment in the list of messages, and the star icons next to each message row. Neither one of those things was really necessary for me. I can still flag messages as important, just not through that icon, and attachments still show up in messages, I just can’t know if a message has an attachment until I open it, which is an acceptable loss for me for the incredible speedup of the interface.
The offending image URL for regular Gmail is: https://mail.google.com/mail/images/cleardot.gif. No big deal, it’s small, but sometimes it had to fetch that same image dozens of times to complete the interface.