搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

firefox doesn't respect 304 http status code

  • 2 回覆
  • 1 有這個問題
  • 10 次檢視
  • 最近回覆由 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.