ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

What does *raced* from the dev tools - Network - Transferred mean?

  • 3 ردود
  • 1 has this problem
  • 2949 views
  • آخر ردّ كتبه cor-el

more options

Hello,

What does (raced) mean in transferred elements? Seems to me the browser is getting the item from the server even though I've set a cache for jpeg and png files. Other similar items are locally cached as it should.

Thank you,

Hello, What does (raced) mean in transferred elements? Seems to me the browser is getting the item from the server even though I've set a cache for jpeg and png files. Other similar items are locally cached as it should. Thank you,
Attached screenshots

الحل المُختار

The Race Cache With Network (RCWN) feature in Necko adds the ability to race the cache with the network when the cache is slow. So if reading from the disk is slow, we will send a network request, and return the channel from the network, even though we have the entry in the cache. This way we provide the content to consumers faster.

There are four possible values for the Transferred column: 1) `13.2 KB` - a number saying how much data were transferred over the wire (perhaps compressed) 2) `cached` - a labels saying that the request came from the cache 3) `13.2 KB (raced)` - request is racing. The response was fetched from the server even if it's available in the cache. It was faster to get it from the server. 4) `cached (raced)` - request is racing. The response was fetched from the cache, but a request has been also sent to the server. The cache was faster in this case.

Read this answer in context 👍 2

All Replies (3)

more options

الحل المُختار

The Race Cache With Network (RCWN) feature in Necko adds the ability to race the cache with the network when the cache is slow. So if reading from the disk is slow, we will send a network request, and return the channel from the network, even though we have the entry in the cache. This way we provide the content to consumers faster.

There are four possible values for the Transferred column: 1) `13.2 KB` - a number saying how much data were transferred over the wire (perhaps compressed) 2) `cached` - a labels saying that the request came from the cache 3) `13.2 KB (raced)` - request is racing. The response was fetched from the server even if it's available in the cache. It was faster to get it from the server. 4) `cached (raced)` - request is racing. The response was fetched from the cache, but a request has been also sent to the server. The cache was faster in this case.

Modified by TyDraniu

more options

Great and detailed answer. Thank you very much.

more options

What is the size of your disk cache as listed on the about:cache page?