In this article I'll explain two simple functionalities frequently used by everyone (that uses machines) everyday very often but they don't know what the difference is between these two, how these two are different and many others.

Outlines

Overview

Whenever you open your browser and access several websites in it and as soon as you realize that you need to refresh your page for any of several reasons, such as:

And so on.

Then in any these cases, you always have two options to refresh your page and overcome all the problems specified above. These two options are:



Now I will take you on this interesting journey, so buckle up. Here we go.

F5 (URL Refresh Directly)

We are all familiar with this option "F5”. I don't think I need to mention its history and geography here. What matters for us to know is how this option works for us and how it differs from the other specified options.
F5 is the command to refresh the URL (the page at the URL) generally whenever we are on our browser trying to run our code or sort out some errors in our snippet, we often do that when surfing and error detection when programming but we are unfamiliar with this tiny but powerful key. For us it's just a key and this is the reality but from the browser's and URL's point of view it's a very useful thing and they love it, at least more than us.



In short, the F5 function key bridges the gap between our browser and the user's requested URL and processes the request.

Example

It generally takes a few seconds (depending upon the type of the website, content and your internet speed), since it first communicates with your browser cache and then responds back to us depending on the request.

Points to Remember

The following are some key points regarding F5 refresh:

URL Select then Enter (Manually)

URL selection and then pressing ENTER is the manual option of doing the same thing as the F5 function key, so how is it different from the previously defined option, we will go through this later in this article for now you only need to know:

“This option is better than direct refresh option in several ways.”
(I said all these points in "Points to Remember" section.)

This option works in the following two small steps:

Selecting URL

Press "Enter".

Example

This approach works faster than the previous one, since there is no intermediate communication with any type of cache or something like that. So we can say it take less or maybe half the time as the direct option of refreshing the URL (F5).

Points to Remember

Here are some key points of this type of refreshing the page:

Conclusion

Now be happy because finally you are familiar with these two functionalities with different prospective options.



I hope now you will have something in your bag after reading this article. For any doubt, knowledge and update write back to me.