On the page size theme…

So, those pesky images are taking up 70/80% of the page weight.
Now this I’m not too fussed about on a blog, some of the posts are done on the move and optimising images would be a bit of a pain, especially when sourced from somewhere else. Also, since some pages are bigger than others, and due to the nature of a blog - this will go up and down all the time.
The next thing is scripts. The biggest are coming from google (for analytics and their jQuery CDN) which again, is not really a major problem.
Last to worry about is the style sheets - 14k of the declarations are mine. I could minify this and reduce the fancybox style sheets but because I want to leave the style sheets in a readable form so I can edit from different locations.
On my todo list:
- Images to single sprite png/gif
- Optimise / reduce / merge fancybox into own style sheet
- Create something to minify javascript & style sheets without affecting readability and ease of updating
- Try different CDN for jQuery (MS?)
Thursday Nov 4th