Tag

RAIL model

1 views collected around this technical thread.

WecTeam
WecTeam
Dec 17, 2019 · Frontend Development

How JD Optimized Its WeChat Shopping Homepage for Lightning‑Fast Performance

By combining server‑side rendering, critical‑render‑path tuning, resource minification, image format upgrades, and RAIL‑based multi‑dimensional monitoring, JD dramatically reduced its WeChat shopping homepage’s first‑screen load time, offering a practical roadmap for front‑end performance optimization.

FrontendRAIL modelcritical render path
0 likes · 17 min read
How JD Optimized Its WeChat Shopping Homepage for Lightning‑Fast Performance
Taobao Frontend Technology
Taobao Frontend Technology
Sep 11, 2019 · Frontend Development

Boost Web Responsiveness: Design‑First Strategies for Infinite Scroll Lists

This article examines how design‑focused techniques such as preloading, non‑blocking scrolling, and efficient DOM recycling can dramatically improve the perceived responsiveness of infinite‑scroll lists, drawing on the Google RAIL model and user‑experience research.

FrontendInfinite ScrollPerformance
0 likes · 9 min read
Boost Web Responsiveness: Design‑First Strategies for Infinite Scroll Lists
360 Tech Engineering
360 Tech Engineering
Jun 17, 2019 · Frontend Development

Making Your Web Pages Smooth: Performance Optimization Techniques

This article explains how to make web pages feel smooth by defining user‑perceived fluidity, discussing passive and active interactions, FPS targets, the RAIL model, pixel pipeline optimization, avoiding long tasks with Web Workers and time‑slicing, selector efficiency, layout thrashing, layer management, and using requestAnimationFrame.

FrontendRAIL modelTime Slicing
0 likes · 21 min read
Making Your Web Pages Smooth: Performance Optimization Techniques