mirror of
https://github.com/wahyd4/knowledge.git
synced 2026-08-09 05:06:28 +10:00
Add browser and http flows
This commit is contained in:
+9
-2
@@ -15,7 +15,7 @@
|
||||
- [CSS](#css)
|
||||
|
||||
# HTTP 2
|
||||
## HTTP server push
|
||||
## HTTP server push
|
||||
|
||||
HTTP/2 Push allows a web server to send resources to a web browser before the browser gets to request them. It is, for the most part, a performance technique that can help some websites load faster.
|
||||
|
||||
@@ -81,6 +81,13 @@ Frames:
|
||||
|
||||
# Browser
|
||||
|
||||
## How browser works?
|
||||
|
||||
* How browser render web page
|
||||
[how browser render web page](https://raw.githubusercontent.com/wahyd4/knowledge-mind-mapping/master/assets/images/how-browser-works.png)
|
||||
|
||||
* The flow diagram when you access a website
|
||||
[Flow](https://raw.githubusercontent.com/wahyd4/knowledge-mind-mapping/master/assets/images/http-flow.png)
|
||||
# CSS
|
||||
|
||||
- tips
|
||||
@@ -95,4 +102,4 @@ Frames:
|
||||
* input
|
||||
* button
|
||||
* textarea
|
||||
* br
|
||||
* br
|
||||
|
||||
Reference in New Issue
Block a user