Tag

app performance

0 views collected around this technical thread.

Baidu Geek Talk
Baidu Geek Talk
Sep 20, 2022 · Mobile Development

APP Speed Evaluation Methods and the LazyPerf Tool

The article reviews log‑based, manual, and automated app speed evaluation methods, highlights their trade‑offs, and introduces LazyPerf—a platform that records real‑device interactions, uses resilient widget addressing and built‑in frame detection to dramatically cut automation scripting and calibration effort while improving scalability of performance testing.

AutomationLog AnalysisMobile Development
0 likes · 14 min read
APP Speed Evaluation Methods and the LazyPerf Tool
Qunar Tech Salon
Qunar Tech Salon
May 4, 2018 · Fundamentals

Quantifying and Analyzing App Performance Slowness: A QA Perspective

The article explains how QA engineers can systematically measure, analyze, and resolve app slowness by quantifying response times, dissecting device fragmentation, network latency, and backend complexity, and establishing a data‑driven quality loop to improve user experience.

Data AnalysisMobile TestingPerformance Metrics
0 likes · 7 min read
Quantifying and Analyzing App Performance Slowness: A QA Perspective
Beike Product & Technology
Beike Product & Technology
Jun 23, 2017 · Mobile Development

Why Not to Use Swift for Business Logic in Componentized Projects

This article explains why using Swift or mixed Swift/Objective-C for business logic in componentized iOS projects is discouraged due to ABI compatibility issues, dynamic library loading overhead, and development complexity.

ABI CompatibilityCocoaPodsObjective-C
0 likes · 8 min read
Why Not to Use Swift for Business Logic in Componentized Projects
Ctrip Technology
Ctrip Technology
Aug 5, 2016 · Mobile Development

Ctrip Mobile App Network Service Architecture and Performance Optimizations

This article details Ctrip's mobile app network service architecture, the rationale for using TCP over HTTP, and a series of channel governance and performance optimization techniques—including DNS bypass, socket connection pooling, weak‑network handling, data format improvements, retry mechanisms, Hybrid and overseas network enhancements—demonstrating how these measures raised service success rates above 99% and reduced latency.

CtripTCP optimizationapp performance
0 likes · 16 min read
Ctrip Mobile App Network Service Architecture and Performance Optimizations