I heard I am supposed to use relative links (i.e. ../wp-content/uploads/image.jpg) instead of normal ones (i.e. http://www.ragnarockmusic.com/wp-content/uploads/image.jpg) because normal ones slow the site down or something because of too many http requests. However, it gets annoying after a while because sometime I NEED the http version of the link. I will have a relative link on a post and when I write a comment it transfers to a different version of the page in a different directory and I notice it doesn't show. And writing four ../ before the link is crazy enough.
There must be some sort of plugin that can automatically find out how many "../"s are needed for relative links and then rewrite the html output for this, automatically transforming all normal links into relative ones.
If there isn't I think it would be very popular. Does anybody know of one that does this?
Thanks!