Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

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.