On 30.03.2013, 2:40 Asher wrote:
Why don't we continue to use the bits cache for all things resourceloader. Can you provide a different path for these requests, such as instead of:
use something like:
Then we can if (req.url ~ "^/m/") { tag_carrier + strip the /m/ }, so the overhead only effects mobile requests.
Faidon has raised that it's still advantageous to shard page resources across more than one domain for browser pipelining.
Like https://gerrit.wikimedia.org/r/56774 ?