Frontend runtime optimization is heavily impacted by rendering. Understanding the way the JS engine and the browser work is crucial for optimizing applications and understading how to avoid performance pitfalls. This collection explains about the Critical Rendering Path, performance bottlenecks and practical solutions.
Good information. Use of examples and devtools
Very useful introduction into core browser engine and finding the performance bottlenecks
Short and most clear explanation i found.
that explains exactly what you need, no more, no less. Better micro wouldn't be bad.