[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples/Code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Round-up of Web Browser Internals Resources
In many cases, we treat web browsers as a black box. But as we gain a better understanding of how they work, we not only recognize where to make smart optimizations but also we push them farther.
The links below capture most of the resources that explain the innerworkings of web browsers.
-
How Browsers Work: Behind the scenes of modern web browsers, by Tali Garsiel
-
How Browsers Work – Architecture, by Vineet Gupta (archived)
-
Know Your JavaScript Engines, by David Mandelin
-
From Console to Chrome, by Lilli Thompson
-
Fast CSS: How Browsers Lay Out Web Pages, by David Baron
-
Faster HTML and CSS: Layout Engine Internals for Web Developers, by David Baron
-
CSS Selectors parsed right to left. Why?, by Boris Zbarsky
-
WebCore Rendering I – The Basics
-
Life Of A Button Element, by Alex Russell
-
DOM, HTML5, & CSS3 Performance, by Paul Irish
-
Benchmark the Network, by Tony Gentilcore
-
The Fundamentals, Primitives and History of HTML5, by Paul Irish
-
High Performance JavaScript, by Nicholas Zakas
Thanks Codrops for the fanciness. Thank you Anthony Ricaud for the resources.
If you know of other browser internals posts to capture, link them in the comments!
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples/Code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-02-11 UTC.