HTTP In Action
I have learned that developer tools allow you to see deep inside of a website to know exactly what has to load along with when it loaded. The developer tools can dig into websites and display what is happening behind the scenes. When I tested it on various sites with google chrome, all images and text that loaded were displayed along with the time it took to lead and a waterfall that shows the order the browser loaded everything from the website. Streaming websites along with news sites are constantly being updated while you are on the page doing nothing. When your on a website that has user input, as you type in it, more is added to the waterfall as more data is being processed. On basic websites like example.com, the waterfall is very close together as it doesn't take long to load basic text and layouts. From all of this, I can conclude that everything that is done on a website is logged, whether it is files from the website loading or active user input.
Comments
Post a Comment