Tag

queueing

1 views collected around this technical thread.

Top Architect
Top Architect
Aug 15, 2024 · Backend Development

Handling Interface‑Level Failures: Degradation, Circuit Breaking, Rate Limiting, and Queuing

The article explains how interface‑level faults—where the system stays up but business performance degrades—can be mitigated through four core techniques (degradation, circuit breaking, rate limiting, and queuing), detailing their principles, implementation patterns, and practical trade‑offs for backend services.

Rate Limitingbackendcircuit-breaker
0 likes · 20 min read
Handling Interface‑Level Failures: Degradation, Circuit Breaking, Rate Limiting, and Queuing
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jan 9, 2018 · Mobile Development

How to Optimize Mobile Web Resource Loading for Faster Performance

This article explains why resource loading optimization is vital for mobile web development, shows how to measure page load speed with Chrome DevTools, breaks down the resource loading lifecycle, and provides practical solutions for queueing, high TTFB, and long download times.

TTFBchrome devtoolsmobile performance
0 likes · 6 min read
How to Optimize Mobile Web Resource Loading for Faster Performance