Tag

Startup Time

0 views collected around this technical thread.

Code Mala Tang
Code Mala Tang
May 17, 2025 · Backend Development

How Lazy Imports Can Slash Python Startup Time by 80%

Learn how Python's eager import mechanism can cause slow startup in large projects and discover practical lazy import techniques—including function-level imports, custom LazyLoader classes, context manager approaches, and standard library solutions—that dramatically reduce launch time and memory usage while maintaining IDE support.

PythonStartup Timelazy-import
0 likes · 11 min read
How Lazy Imports Can Slash Python Startup Time by 80%
DaTaobao Tech
DaTaobao Tech
Sep 20, 2023 · Big Data

Data-Driven Analysis of Taobao App Startup Performance

The article details Taobao’s data‑driven study linking user questionnaire satisfaction to cold‑start times, revealing that startup performance—especially on low‑end Android devices—dominates overall satisfaction, and proposes tier‑based cold‑start targets, a subjective‑objective model, and a monitoring pipeline to achieve a 20% satisfaction boost.

Performance OptimizationStartup Timedata analysis
0 likes · 16 min read
Data-Driven Analysis of Taobao App Startup Performance
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 26, 2021 · Frontend Development

How Independent Subpackages Cut WeChat Mini‑Program Startup Time by 30%

This article details how Tencent Classroom's WeChat mini‑program activity page was optimized by extracting an independent subpackage, reducing the package size by 93% and achieving a 30% overall startup speed improvement, with thorough analysis of launch metrics across device types.

Frontend DevelopmentIndependent SubpackagePerformance Optimization
0 likes · 16 min read
How Independent Subpackages Cut WeChat Mini‑Program Startup Time by 30%
58 Tech
58 Tech
Jun 8, 2020 · Mobile Development

Understanding and Applying Facebook’s Redex Bytecode Optimizer for Android APK Size and Startup Time Reduction

This article explains the principles and usage of Facebook’s open‑source Android bytecode optimizer Redex, presents its design, lists the optimization techniques it provides, and shares practical results of applying Redex (including Interdex) to the Anjuke app, highlighting the achieved APK size reduction and startup‑time improvements as well as the integration costs.

APK optimizationAndroidMobile Development
0 likes · 8 min read
Understanding and Applying Facebook’s Redex Bytecode Optimizer for Android APK Size and Startup Time Reduction
Qunar Tech Salon
Qunar Tech Salon
Jun 7, 2018 · Mobile Development

iOS Large Client Performance Optimization: Reducing Startup Time from 2.41 s to 1.09 s

This article details the iOS large‑client performance optimization process, presenting data‑driven analysis and code‑level improvements that cut startup time from 2.41 seconds to 1.09 seconds and reduced home‑page load from 5.91 seconds to 3.89 seconds for 80 % of users.

Mobile DevelopmentPerformance OptimizationStartup Time
0 likes · 5 min read
iOS Large Client Performance Optimization: Reducing Startup Time from 2.41 s to 1.09 s
360 Quality & Efficiency
360 Quality & Efficiency
May 9, 2018 · Mobile Development

Testing Startup Time of an Advertising SDK on Android

This article explains the concepts of cold, warm, and lukewarm Android app launches, outlines a testing methodology for measuring SDK startup times using ADB commands, and discusses practical considerations, test scenarios, and common pitfalls encountered during performance testing.

ADBAndroidCold Start
0 likes · 7 min read
Testing Startup Time of an Advertising SDK on Android
Baidu Intelligent Testing
Baidu Intelligent Testing
Aug 25, 2017 · Mobile Development

Measuring and Optimizing iOS App Startup Time and Runtime Performance

This article explains how to accurately measure iOS app cold and hot startup times, instrument CPU and memory usage at runtime using Xcode, mach APIs, and the Instruments tool, and provides practical steps and visual examples for performance optimization.

InstrumentationMobile DevelopmentStartup Time
0 likes · 6 min read
Measuring and Optimizing iOS App Startup Time and Runtime Performance
Hujiang Technology
Hujiang Technology
Jun 23, 2017 · Mobile Development

Implementing iOS Performance Monitoring: CPU, Memory, FPS, Startup Time, and Power Consumption

This article details the design and implementation of an iOS performance‑monitoring SDK that captures fundamental metrics such as CPU usage, memory consumption, frame rate, cold and hot startup times, and power draw, explains the underlying Mach APIs, provides sample Objective‑C code, and discusses practical considerations for accurate measurement and troubleshooting.

CPU usageFPSMemory usage
0 likes · 26 min read
Implementing iOS Performance Monitoring: CPU, Memory, FPS, Startup Time, and Power Consumption
Baidu Intelligent Testing
Baidu Intelligent Testing
Dec 15, 2016 · Mobile Development

Measuring Android App Startup Time: ADB Commands, Screen Recording, and Code Instrumentation

Android applications often suffer from high battery drain, slow launches, and UI lag, so this article explains three practical methods—using ADB commands, screenrecord video analysis, and code instrumentation—to measure and analyze app startup time, with detailed steps, interpretation of timing metrics, and visual examples.

ADBAndroidInstrumentation
0 likes · 7 min read
Measuring Android App Startup Time: ADB Commands, Screen Recording, and Code Instrumentation
Baidu Intelligent Testing
Baidu Intelligent Testing
Nov 15, 2016 · Mobile Development

iOS Performance Testing: Using Instruments for Time Profiling and Startup Optimization

This article explains how to assess and improve iOS app performance by using Xcode's Instruments tool to measure resource consumption, startup time, and other metrics, and provides practical steps, UI commands, and configuration tips for accurate time profiling and code‑level optimization.

Mobile DevelopmentStartup TimeiOS
0 likes · 8 min read
iOS Performance Testing: Using Instruments for Time Profiling and Startup Optimization
Baidu Intelligent Testing
Baidu Intelligent Testing
Aug 31, 2016 · Mobile Development

iOS App Performance Testing Practices Using Instruments and Code Instrumentation

This article explains practical methods for measuring iOS app performance—including startup time, page load, memory, CPU and smoothness—by instrumenting code, using Apple Instruments tools, analyzing webview loading, and employing runtime techniques such as dynamic library hooking and script‑driven profiling.

CPUStartup TimeWebView
0 likes · 10 min read
iOS App Performance Testing Practices Using Instruments and Code Instrumentation