asp.net - Why 304 result getting instade of 200 when website is loading? -


i developed 1 application www.smetiger.com
whhen open or load web application , go network traffic capturing, hitting shift + f5 result tab shows 304 instead of 200

what reason resultcode 304?

is 304 response result making website slower?

an error code 304 means page not modified since last request. doesn't slow down page. in contrary, when statuscode 304 returned, browser uses data in cache. can read behaviour in http 1.1 specification.

to analyze website can use developer tools. if you're using safari or chrome developer tools available. safari developer tools documented on apple page. in firefox can install addon firebug.

enter image description here


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -