Tag

setData

1 views collected around this technical thread.

Beijing SF i-TECH City Technology Team
Beijing SF i-TECH City Technology Team
Oct 31, 2023 · Mobile Development

Performance Metrics and Optimization Strategies for WeChat Mini Programs

This article explains the startup process and lifecycle of WeChat mini programs, defines key performance measurement indicators such as launch time, first render time, and first screen load time, and provides detailed optimization techniques to address long startup, page load, and UI lag issues.

Mobile DevelopmentWeChat Mini Programoptimization
0 likes · 13 min read
Performance Metrics and Optimization Strategies for WeChat Mini Programs
Ctrip Technology
Ctrip Technology
Sep 15, 2022 · Frontend Development

Performance Optimization of Complex List Pages in Taro3

This article examines performance bottlenecks in a Taro3-based hotel list page, presents measurement data, and details multiple optimization techniques—including preload API, setData reduction, node count trimming, animation refactoring, data flattening, virtual list enhancements, custom wrapper usage, native components, and React.memo—to significantly improve rendering speed and user experience.

React.memoTarofrontend
0 likes · 14 min read
Performance Optimization of Complex List Pages in Taro3
Baidu Geek Talk
Baidu Geek Talk
Jan 13, 2021 · Frontend Development

Baidu Open-source Mini-program Framework Architecture Evolution and Performance Optimization Practices

An overview of Baidu's Smart Mini‑Program framework evolution describes its dual‑stack SWAN architecture, open‑host extensions, and native‑web integration, while the second part details performance‑boosting practices such as sub‑packaging, resource compression, early data fetching, and efficient setData usage to approach native app startup speeds.

Baidu-SWANLoading OptimizationMini-Program
0 likes · 16 min read
Baidu Open-source Mini-program Framework Architecture Evolution and Performance Optimization Practices
Youzan Coder
Youzan Coder
May 11, 2018 · Mobile Development

WeChat Mini Program Framework Internal Analysis: Startup Process and Instance Management

The article offers a detailed three‑week debugging analysis of the WeChat Mini Program framework (base library 1.9.93), explaining its startup sequence, global variable initialization, core modules, loading and registration of app, custom components and pages, setData data binding, and performance impacts of component count and sub‑package design.

App LifecycleComponent SystemMobile Development
0 likes · 10 min read
WeChat Mini Program Framework Internal Analysis: Startup Process and Instance Management
Tencent Cloud Developer
Tencent Cloud Developer
May 10, 2018 · Mobile Development

Building a Simple Live Streaming Application on Tencent Cloud for Mini Programs

Yang Chunwen shows how developers can quickly build a low‑cost, secure live‑streaming mini‑program on Tencent Cloud by using signed streaming URLs, off‑loading video processing to the cloud, and optimizing performance through batched setData calls, lazy image loading, and pre‑loading techniques.

Mini-ProgramMobile DevelopmentTencent Cloud
0 likes · 13 min read
Building a Simple Live Streaming Application on Tencent Cloud for Mini Programs