Do files download every time we open a web page?

swapnil_kashid

swapnil_kashid

@swapnil-kashid-bB3tbR Oct 25, 2024
when we open website & it is downloaded.when we open it next time does it downloaded again........

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Abhishek Rawal

    Abhishek Rawal

    @abhishek-fg9tRh Sep 15, 2012

    And what you mean by "it" here ?
  • Jeffrey Arulraj

    Jeffrey Arulraj

    @jeffrey-xA7lUP Sep 15, 2012

    the page gets downloaded again

    but if the page is not available at the point of time then the cached version is displayed for us
  • Harish Kotra

    Harish Kotra

    @harish-OUjQxA Sep 15, 2012

    The first time you open a website it is downloaded completely on to your local system. If you re-open the website then the cached version which is already on your local system is displayed first until and unless there are any updates done to the website you are opening i.e., you will see the same website unless there are changes made to the website before you open it second time.
  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Sep 15, 2012

    I'll add some correction to the wordings used above to avoid confusion. When a web site is opened, the 'web page' being loaded on the browser is downloaded. It's not the 'entire website' that gets downloaded. Most of the time, the browser will automatically catch the web page objects so that they don't have to be fetched again; these objects would usually contain the most common objects that aren't expected to change every time you visit a site. The images mostly are served from the local cache if the image on the server isn't changed.