Mozilla 도움말 검색

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

Learn More

firefox doesn't respect 304 http status code

  • 2 답장
  • 1 이 문제를 만남
  • 9 보기
  • 최종 답변자: mehdyhaghy

more options

I have a performance issue with our website in firefox, the problem is firefox transfers files when server send 304 response. on a heavy page like ours, this will cause firefox to transmit 8 KB of javascript while chrome downloads only 196 Bytes. the difference is drastic on pages which heavily use javascript libraries, when users refresh the page.

sample url  : https://cdt.irslogics.com/Scripts/common.js?v=1.03

screenshots of reload url (304 status code) in firefox and chrome: https://ibb.co/dZaAKa https://ibb.co/mbQXXv

I have a performance issue with our website in firefox, the problem is firefox transfers files when server send 304 response. on a heavy page like ours, this will cause firefox to transmit 8 KB of javascript while chrome downloads only 196 Bytes. the difference is drastic on pages which heavily use javascript libraries, when users refresh the page. sample url : https://cdt.irslogics.com/Scripts/common.js?v=1.03 screenshots of reload url (304 status code) in firefox and chrome: https://ibb.co/dZaAKa https://ibb.co/mbQXXv

모든 댓글 (2)

more options

If that URL is used when run through http://www.jslint.com/ it fails with errors.

Have you run the code through this : https://developers.google.com/closure/compiler/?csw=1

What about the html is it set up for the 304 error ?

Please let us know if this solved your issue or if need further assistance.

more options

304 is not an error, it's "Not Modified" http status code sent from server to avoid transmission of cached files.

above file is just a sample file to show the transfer issue. you can basically test this on any html page with large js files. load the page, refresh it again and check transfer size for files with status 304.