Tagged articles
5 articles
Page 1 of 1
NetEase Media Technology Team
NetEase Media Technology Team
Jan 15, 2024 · Mobile Development

iOS Information Feed Performance Optimization: Reducing Stuttering in Mobile Apps

iOS feed performance optimization reduced stuttering by moving layout and rendering off the main thread, using async text/image rendering, pre‑layout calculations, view hierarchy simplification, lightweight CALayers, and off‑screen rendering avoidance, boosting FPS from 35‑45 to 55‑60 on low‑end devices.

Async RenderingView HierarchyYYLabel
0 likes · 15 min read
iOS Information Feed Performance Optimization: Reducing Stuttering in Mobile Apps
Alibaba Terminal Technology
Alibaba Terminal Technology
May 31, 2022 · Mobile Development

How DX Achieves Near‑Native Performance: Pipeline Async, Async Rendering, and Resource Control

This article details how Alibaba’s DX (DinamicX) framework attains near‑native performance through server‑side XML compilation, lightweight virtual trees, pipeline asynchronous execution, async drawing, and off‑screen resource control, and presents measurable gains such as 40% reduction in main‑thread work and 65% CPU savings on media‑heavy pages.

Async RenderingDXMobile UI
0 likes · 18 min read
How DX Achieves Near‑Native Performance: Pipeline Async, Async Rendering, and Resource Control
Node Underground
Node Underground
Dec 17, 2015 · Frontend Development

How Bigpipe Transforms Frontend Rendering: From Sync to Async Loading

This article explores the evolution of page loading strategies in the new Seller Center, detailing view layer control, various sync and async loading methods, the challenges of first‑screen rendering, and how Bigpipe’s chunked delivery can dramatically improve perceived performance.

Async RenderingBigpipePage Loading
0 likes · 17 min read
How Bigpipe Transforms Frontend Rendering: From Sync to Async Loading