Hello! Its been a while since I've popped by, sorry! Been very busy. Typical of me to come here when I need help!
I am working on some exciting features on one of my sites,
www.voodoochilli.net and it has occurred to me the
css file is getting massive. Its about 20k, but more importantly its over 1100 lines of
css code. I know I can tidy it up a bit (which I intend to), but I am thinking maybe there are some unused elements which are now redundant. I was wondering, does anyone know a good tool for scanning a site to find out which ones are being used and which ones aren't?
That's just the main
css file, there about about 6 others being used on the site, but what's worrying me is wont browsers struggle if they have to read that much code? I know it should be cached, but still...
Also, does anyone have any experience with
css compression? Is it worth it? I mean the file compression method rather than condensing the code and removing white space.
Thanks!