It seems like downloading a file via `/files/data/...`, the download is incredibly slow. Not entirely too sure why, or where to look:
{F711661}
{F711683}
I know our connection to the phab instance we have is much faster, considering it takes only a few seconds to pull a git repo ten times the size of the image above.
==
Few notes: Files are stored on the server via the file backing store on their own volume. During these tests the volume was not busy/loaded.
```
❯❯❯ hdparm -Tt /dev/xvdb
/dev/xvdb:
Timing cached reads: 18796 MB in 1.99 seconds = 9440.13 MB/sec
Timing buffered disk reads: 1978 MB in 3.00 seconds = 659.04 MB/sec
❯❯❯ hdparm -Tt --direct /dev/xvdb
/dev/xvdb:
Timing O_DIRECT cached reads: 394 MB in 2.00 seconds = 196.73 MB/sec
Timing O_DIRECT disk reads: 2350 MB in 3.00 seconds = 782.81 MB/sec
```
We are running on `Ubuntu 14.04`, `PHP 5.5.9-1`, `MariaDB 10.0.20` and nginx/1.4.6.