Hi,
Another thing I was curious about, is, how much you are relying on JavaScript for the sites you are developing.
I am trying to make my site as fast as possible (fast in downloading, but also in rendering), and I try to use JavaScript as less as possible. I just have very few lines of JavaScript in the <head> (I experimented, and came to the conclusion, that "in my case", it's better to add this small JavaScript code directly into the page, than having an external file).
I only use it for lazy image loading, with very compact self-made script.
Of-course, there is also Adsense code.
ps: how to edit a topic title ? I would like to correct a mistake I am seeing.