What is the page render lifecycle?
Mar 3, 2023
If you search about how to improve your website’s performance, you will find some keywords like page lifecycle, FP, DOM, CSSOM, and so on.
The goal for this week was to re-learn about browser lifecycle and to boost performance by gaining a better understanding of page rendering.
I found some great articles that describe a lot of things.
1. How does the browser page lifecycle sequence work?
2. Populating the page: how browsers work
3. How browser rendering works — behind the scenes
Hope to enjoy reading them and improving your knowledge.