Tag

browser performance

0 views collected around this technical thread.

JD Tech Talk
JD Tech Talk
Mar 20, 2025 · Fundamentals

Understanding V8 Memory Management: From Browser Crashes to Optimization

This article explores V8's memory management mechanisms, explaining how browser crashes often stem from memory issues and providing insights into garbage collection, memory leaks, and optimization techniques.

Chrome DevToolsGarbage CollectionJavaScript
0 likes · 14 min read
Understanding V8 Memory Management: From Browser Crashes to Optimization
Code Mala Tang
Code Mala Tang
Jun 24, 2024 · Frontend Development

Why Browser Repaints Slow Your Site and How to Optimize Them

This article explains what browser repaint (reflow) is, how screen refresh rates and the pixel pipeline work, the performance impact of excessive repaints—including CPU load and CLS—and provides practical strategies to minimize reflows for smoother web experiences.

CLSbrowser performancefrontend optimization
0 likes · 7 min read
Why Browser Repaints Slow Your Site and How to Optimize Them
php中文网 Courses
php中文网 Courses
Feb 23, 2023 · Fundamentals

How Browsers Manage TCP Connections, HTTP Persistence, Pipelining, and Multiplexing

The article explains how modern browsers handle TCP connections and HTTP requests, covering persistent connections, the limits of HTTP/1.1 pipelining, the advantages of HTTP/2 multiplexing, and browser-imposed limits on simultaneous connections per host.

HTTPHTTP/2Pipelining
0 likes · 8 min read
How Browsers Manage TCP Connections, HTTP Persistence, Pipelining, and Multiplexing