Introduction # I recently discovered that Firefox introduced a feature called RCWN (Race Cache With Network) in 2017. This feature was intended to improve web performance by racing cached requests against the network. Fig 1. Firefox network panel showing cached resources 'raced' againt the network This seemed odd to me, surely using a cached response would always be faster than making the whole re

