Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

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

  • 3 답장
  • 1 이 문제를 만남
  • 2730 보기
  • 최종 답변자: 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,
첨부된 스크린샷

선택된 해결법

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.

문맥에 따라 이 답변을 읽어주세요 👍 2

모든 댓글 (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.

글쓴이 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?