XSendFile is an optional feature that allows an application to hand over the download of a file to the web server by sending an X-Sendfile header. The file is then read directly from the web server and does not have to be processed by PHP. See docs.opsone.ch for more information.
Reference: #1681