I know this is an old thread, but as SVG is just plain-text you are able to send it from your server in a compressed format.
Enable Gzip Compression on Apache
Look into gzip/deflate compression for your particular http server, the support for compression in browsers is very good at the moment.