Closure Compiler module looks at the cached JavaScript folder (sites/default/files/js) and processes files on cron run. It basically supports 3 different modes:
1) Compile locally via Java based compiler
2) Send JavaScript file contents to the API
3) Send JavaScript file paths to the API (Requires your site to be publicly accessible by Google)
If your talking about very very very fast file transfer then here is the destiny.
Why xsend module is made for?
xsend is a simple module to help you to speed up your private file transfers. Normally Drupal private file transfer is quite troublesome and not secure if the files folder is located at public_html. This module will also help protect your files from unauthorized access.
Why you need this?
If you're still using Drupal public file transfer you're not secure at all. Every one can get your files.
If you're using Drupal private file transfer, you're secure. But file transfer to the client is very slow.
Fast secure file transfer can only be achieved from the xsend.
How to migrate to xsend?
If you're using a standard Drupal installation then follow the instructions in the INSTALL file.
If you're currently using private file transfer correctly, then you can still use this INSTALL guide, but make sure keep empty, the path to Drupal installation directory settings.
What is mod_xsendfile
mod_xsendfile is a small Apache2 module that processes X-SENDFILE headers registered by the original output handler.