Tagged articles
4 articles
Page 1 of 1
DaTaobao Tech
DaTaobao Tech
Jul 15, 2024 · Mobile Development

First‑Frame Optimization for Mobile Apps: Principles, Metrics, and Strategies

Optimizing a mobile app’s first frame—by defining scope, measuring latency, using profiling tools, and applying strategies such as pre‑loading, lazy initialization, parallel processing, and skeleton screens—boosts brand perception, conversion rates, and resource efficiency, while requiring continuous monitoring, A/B testing, and anti‑degradation safeguards.

Androidfirst frame optimizationmobile performance
0 likes · 15 min read
First‑Frame Optimization for Mobile Apps: Principles, Metrics, and Strategies
Sohu Tech Products
Sohu Tech Products
Apr 10, 2024 · Mobile Development

How to Achieve True Zero‑Delay Video Playback: First‑Frame Optimization Techniques

The article explains why first‑frame latency matters for video apps and presents a comprehensive set of optimization methods—including pre‑fetching URLs, intelligent preloading, prerendering, and scenario‑specific tweaks for cold start, short‑video scrolling, page navigation, and long‑video playback—to dramatically reduce start‑up time and improve user experience.

cold startfirst frame optimizationmobile performance
0 likes · 9 min read
How to Achieve True Zero‑Delay Video Playback: First‑Frame Optimization Techniques
Baidu Geek Talk
Baidu Geek Talk
Dec 7, 2022 · Mobile Development

Baidu APP Android Live Streaming Startup Performance Optimization Practice

To cut Baidu APP Android’s live‑stream startup from over three seconds to about 1.3 seconds, engineers introduced fine‑grained monitoring, switched first‑entry to a lightweight level‑1 plugin, pre‑started the player, scattered initialization tasks, prioritized first‑frame delivery, and balanced plugin pre‑download with full‑load performance.

Android Performance OptimizationBaidu appMobile Development
0 likes · 18 min read
Baidu APP Android Live Streaming Startup Performance Optimization Practice
Volcano Engine Developer Services
Volcano Engine Developer Services
Jun 22, 2021 · Frontend Development

How to Achieve Near‑Zero First‑Frame Delay in Video Playback

This article explains why first‑frame latency matters for video apps, breaks down the stages that contribute to the delay, and provides practical optimization techniques—including address fetching, connection reuse, codec initialization, preloading, and pre‑rendering—to consistently keep first‑frame times under 100 ms.

Network Latencyfirst frame optimizationmedia decoding
0 likes · 11 min read
How to Achieve Near‑Zero First‑Frame Delay in Video Playback