Alibaba Terminal Technology
Author

Alibaba Terminal Technology

Official public account of Alibaba Terminal

484
Articles
0
Likes
4
Views
0
Comments
Recent Articles

Latest from Alibaba Terminal Technology

100 recent articles max
Alibaba Terminal Technology
Alibaba Terminal Technology
Jun 2, 2022 · Mobile Development

How PowerImage Revolutionizes Flutter Image Handling with FFI and Texture

PowerImage, Alibaba’s next‑generation Flutter image library, combines native‑level FFI and texture techniques to deliver ui.Image support, pre‑loading, unified caching, simulator compatibility, custom image channels, and performance‑optimized rendering, while providing extensive unit tests and open‑source tooling for developers.

FFIFlutterImage Processing
0 likes · 11 min read
How PowerImage Revolutionizes Flutter Image Handling with FFI and Texture
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 RenderingDXPerformance optimization
0 likes · 18 min read
How DX Achieves Near‑Native Performance: Pipeline Async, Async Rendering, and Resource Control
Alibaba Terminal Technology
Alibaba Terminal Technology
May 26, 2022 · Mobile Development

How DX’s RecyclerLayout Transforms Mobile List Rendering and Event Handling

This article explains DX's new features—RecyclerLayout list container and event chain—detailing their background, design, dynamic styling, built‑in capabilities, protocol and execution engine, challenges faced, solutions provided, and the resulting performance and development efficiency gains for Alibaba mobile apps.

DXEvent ChainRecyclerLayout
0 likes · 14 min read
How DX’s RecyclerLayout Transforms Mobile List Rendering and Event Handling
Alibaba Terminal Technology
Alibaba Terminal Technology
May 25, 2022 · Frontend Development

How to Prevent Concurrent Rendering Bugs in OpenSumi’s File Tree

This article analyzes the concurrent rendering problems that arise in OpenSumi’s file‑tree after removing throttling, explains their root causes, and presents a comprehensive solution—including operation prioritization, cancellable actions, and queued updates—to achieve both high performance and stable user interaction.

CancellationConcurrent RenderingOpenSumi
0 likes · 13 min read
How to Prevent Concurrent Rendering Bugs in OpenSumi’s File Tree
Alibaba Terminal Technology
Alibaba Terminal Technology
May 19, 2022 · Frontend Development

The Future of Responsive Web Design: Component‑Driven, Container Queries & Multi‑Screen Support

This article traces the evolution of responsive web design from Ethan Marcotte’s 2010 breakthrough to today’s component‑driven approach, covering CSS media queries for user preferences, the emerging container‑query syntax, and new media features that enable layouts to adapt to multi‑screen and foldable devices.

Media Queriescomponent-drivencss container queries
0 likes · 55 min read
The Future of Responsive Web Design: Component‑Driven, Container Queries & Multi‑Screen Support
Alibaba Terminal Technology
Alibaba Terminal Technology
May 19, 2022 · Mobile Development

How Impeller Redefines Flutter Rendering to Eliminate Shader Jank

Impeller, Flutter’s new rendering backend, tackles shader compilation jank by offline compiling shaders into shader libraries, introducing a modular architecture with compiler, renderer, and entity components, supporting Metal on iOS/macOS, and promising predictable performance, portability, and concurrency while outlining current limitations and future roadmap.

FlutterImpellerShader
0 likes · 15 min read
How Impeller Redefines Flutter Rendering to Eliminate Shader Jank
Alibaba Terminal Technology
Alibaba Terminal Technology
May 18, 2022 · Frontend Development

How Alibaba Cloud Security Achieved Sub‑Second Front‑End Performance with PWA and PCP

Alibaba Cloud Security’s front‑end team tackled the “1‑second battle” by redefining performance with the PCP metric and leveraging PWA techniques—service workers, skeleton screens, aggressive code‑splitting, and micro‑frontend architecture—to shrink perceived load times from seconds to sub‑400 ms across eight products.

PCP metricPWAService Worker
0 likes · 9 min read
How Alibaba Cloud Security Achieved Sub‑Second Front‑End Performance with PWA and PCP