-
when we open website & it is downloaded.when we open it next time does it downloaded again........0
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a
member of our community. Consider creating an
account or login.
Replies
-
Member • Sep 15, 2012
And what you mean by "it" here ?Are you sure? This action cannot be undone. -
Member • 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 usAre you sure? This action cannot be undone. -
Member • 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.Are you sure? This action cannot be undone. -
Administrator • 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.Are you sure? This action cannot be undone.