Tagged articles
56 articles
Page 1 of 1
SuanNi
SuanNi
May 14, 2026 · Artificial Intelligence

How a Pure‑Software Framework Boosts On‑Device AI Agents by 1.6×

KAIST researchers introduced Agent‑X, a pure‑software acceleration framework that eliminates prefill and decode bottlenecks on mobile devices, achieving a 1.61× end‑to‑end speedup for on‑device AI agents without any loss in task accuracy.

Agent-XKAISTdecode bottleneck
0 likes · 9 min read
How a Pure‑Software Framework Boosts On‑Device AI Agents by 1.6×
Linux Kernel Journey
Linux Kernel Journey
May 6, 2026 · Operations

How eBPF and AI Redefine Mobile Microarchitectural Energy‑Efficiency Analysis

By combining low‑overhead eBPF data collection with AI‑driven diagnosis and an agent‑based execution layer, the authors present a three‑tier system that shifts mobile optimization from peak performance to sustained energy efficiency, achieving sub‑1% monitoring overhead and up to 20% power savings in real‑world video workloads.

AIAgent ArchitectureeBPF
0 likes · 12 min read
How eBPF and AI Redefine Mobile Microarchitectural Energy‑Efficiency Analysis
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
Mar 4, 2026 · Mobile Development

How Xiaohongshu Delivered Billion‑User Voice & Fireworks Effects with Adaptive Rendering

During the 2026 Chinese New Year, Xiaohongshu built a real‑time dynamic interaction system that combined adaptive scheduling, high‑performance particle rendering, and industrial‑grade ASR to deliver synchronized voice greetings and emoji fireworks to over a billion daily active users across heterogeneous mobile devices.

ASRadaptive schedulingcross-platform
0 likes · 13 min read
How Xiaohongshu Delivered Billion‑User Voice & Fireworks Effects with Adaptive Rendering
Youzan Coder
Youzan Coder
Sep 3, 2025 · Mobile Development

How Skyline Engine Gives WeChat Mini Programs Near‑Native Mobile Performance

This article explains how the Skyline rendering engine improves WeChat Mini Programs by eliminating first‑frame white screens, accelerating page transitions, and delivering native‑like experiences through data pre‑loading, animation techniques, and detailed migration steps.

First Frame RenderingHybrid App OptimizationSkyline Engine
0 likes · 13 min read
How Skyline Engine Gives WeChat Mini Programs Near‑Native Mobile Performance
Software Development Quality
Software Development Quality
Jul 24, 2025 · Mobile Development

Essential Mobile App Performance Metrics and Benchmarks

This guide outlines comprehensive performance indicators for Android and iOS apps—including startup time, page load speed, responsiveness, resource consumption, stability, network efficiency, interaction quality, background task handling, installation, compatibility, security, and low‑end device adaptation—providing industry‑standard thresholds for each metric.

AndroidStartup TimeUX Metrics
0 likes · 9 min read
Essential Mobile App Performance Metrics and Benchmarks
DaTaobao Tech
DaTaobao Tech
May 26, 2025 · Mobile Development

Optimizing Taobao Live Streaming Components: Scheduling, Reuse, and Governance

This article details three major optimization directions—component scheduling, component reuse, and component governance—applied to Taobao live streaming, explaining the technical redesign, task scheduler implementation, RecyclerView view‑holder reuse, performance gains, and future improvement plans.

AndroidComponent OptimizationRecyclerView
0 likes · 11 min read
Optimizing Taobao Live Streaming Components: Scheduling, Reuse, and Governance
High Availability Architecture
High Availability Architecture
Nov 4, 2024 · Operations

Ctrip's Weak Network Identification Model: Design, Implementation, and Practice

This article details Ctrip's approach to weak network detection, covering background, data collection, processing, dynamic weighting algorithms, result output, deployment effects, and future plans, and provides practical code examples and threshold settings for improving mobile network performance.

Weak Network Detectiondata collectiondynamic weighting
0 likes · 26 min read
Ctrip's Weak Network Identification Model: Design, Implementation, and Practice
Ctrip Technology
Ctrip Technology
Nov 1, 2024 · Operations

Ctrip's Weak Network Detection Model: Design, Implementation, and Evaluation

This article details Ctrip's end‑to‑end weak‑network identification model, covering background, metric selection, data collection on iOS and Android, processing pipelines with dynamic weighting, weighted median calculations, success‑rate trends, threshold tuning, and deployment results across multiple platforms.

CRTTWeak Network Detection
0 likes · 25 min read
Ctrip's Weak Network Detection Model: Design, Implementation, and Evaluation
Architect
Architect
Aug 8, 2024 · Mobile Development

How to Build a Passive Weak‑Network Diagnosis System for Mobile Apps

This article details the design and implementation of a passive weak‑network diagnosis framework for a mobile app, covering background, overall architecture, data collection of HttpRTT and throughput, filtering strategies, weighted median calculations, caching, interface design, threshold definitions, performance metrics, and practical application scenarios.

AndroidHttpRTTNetwork Diagnostics
0 likes · 24 min read
How to Build a Passive Weak‑Network Diagnosis System for Mobile Apps
DaTaobao Tech
DaTaobao Tech
Jul 15, 2024 · Mobile Development

First‑Frame Optimization for Mobile Apps: Principles, Metrics, and Strategies

Optimizing a mobile app’s first frame—by defining scope, measuring latency, using profiling tools, and applying strategies such as pre‑loading, lazy initialization, parallel processing, and skeleton screens—boosts brand perception, conversion rates, and resource efficiency, while requiring continuous monitoring, A/B testing, and anti‑degradation safeguards.

Androidfirst frame optimizationmobile performance
0 likes · 15 min read
First‑Frame Optimization for Mobile Apps: Principles, Metrics, and Strategies
Sohu Tech Products
Sohu Tech Products
Apr 10, 2024 · Mobile Development

How to Achieve True Zero‑Delay Video Playback: First‑Frame Optimization Techniques

The article explains why first‑frame latency matters for video apps and presents a comprehensive set of optimization methods—including pre‑fetching URLs, intelligent preloading, prerendering, and scenario‑specific tweaks for cold start, short‑video scrolling, page navigation, and long‑video playback—to dramatically reduce start‑up time and improve user experience.

cold startfirst frame optimizationmobile performance
0 likes · 9 min read
How to Achieve True Zero‑Delay Video Playback: First‑Frame Optimization Techniques
Baidu Geek Talk
Baidu Geek Talk
Aug 23, 2023 · Mobile Development

Why MMKV Can Stall Your Mobile App and How to Fix It

The article analyzes IO‑intensive bottlenecks in mobile apps, explains how MMKV’s mmap‑based storage, rewrite, and expansion mechanisms cause main‑thread stalls, and presents concrete optimizations such as value comparison before write, pre‑expansion, compression, expiration handling, and proper instance management to dramatically reduce latency.

AndroidIO optimizationMMKV
0 likes · 26 min read
Why MMKV Can Stall Your Mobile App and How to Fix It
HomeTech
HomeTech
Aug 23, 2023 · Mobile Development

Comprehensive Performance Optimization Summary for AutoHome App and H5 Frontend

This article presents a detailed summary of the AutoHome client team's performance optimization efforts for both the native mobile app and the H5 web frontend, covering background, specific tool and platform enhancements, metric‑driven improvements, process standardization, and future quality‑boosting initiatives.

Frontend OptimizationUser experienceapp optimization
0 likes · 17 min read
Comprehensive Performance Optimization Summary for AutoHome App and H5 Frontend
DaTaobao Tech
DaTaobao Tech
May 24, 2023 · Mobile Development

Understanding and Optimizing Mobile Page Performance and Jank

Effective mobile page performance requires identifying three jank types—screen tearing, frame drops, and long unresponsiveness—monitoring metrics such as response time, animation latency, idle time, and SM, understanding the CPU‑GPU rendering pipeline, and applying optimizations like hardware acceleration, transform‑based animations, reduced layout thrashing, task slicing, and GPU‑friendly techniques.

Browser RenderingGPU AccelerationJank
0 likes · 13 min read
Understanding and Optimizing Mobile Page Performance and Jank
Alipay Experience Technology
Alipay Experience Technology
Sep 1, 2022 · Mobile Development

How Alipay Optimizes Cold-Start Performance with Spider SDK and APM

Alipay’s client engineering team details a comprehensive approach to monitoring, measuring, and improving time‑consuming user experiences—especially cold‑start—by employing video frame analysis, ActivityTaskManager, extensive instrumentation, home‑page snapshot techniques, temperature control, patch‑APK injection, AOP‑based diagnostics, and the Spider SDK within a robust APM platform.

APMAndroidInstrumentation
0 likes · 21 min read
How Alipay Optimizes Cold-Start Performance with Spider SDK and APM
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Aug 29, 2022 · Mobile Development

How to Speed Up Image Loading in iOS Apps: URL Fixing and Cache Optimization

This article analyzes why image loading can become a bottleneck in iOS apps like NetEase Cloud Music, identifies factors such as image size, network conditions, and cache behavior, and presents a comprehensive solution that standardizes URL parameters, reuses local images, and extends SDWebImage's manager and cache to achieve up to 50% faster downloads and significant CDN bandwidth savings.

Objective‑CSDWebImageURL optimization
0 likes · 17 min read
How to Speed Up Image Loading in iOS Apps: URL Fixing and Cache Optimization
JD Retail Technology
JD Retail Technology
Jul 13, 2022 · Mobile Development

How JDHybrid Offline Loading Supercharges Mobile App Performance

This article analyzes JDHybrid's offline loading architecture for Android and iOS, detailing mechanisms such as direct file loading, request interception, WKURLSchemeHandler, package generation, download tiering, preloading strategies, memory warm‑up, debugging tools, and performance monitoring that together boost first‑screen speed and reduce bandwidth during high‑traffic events.

AndroidHybridOffline Loading
0 likes · 39 min read
How JDHybrid Offline Loading Supercharges Mobile App Performance
Manbang Technology Team
Manbang Technology Team
Dec 9, 2021 · Mobile Development

Thresh: Enhancing Mobile App Performance with Flutter-Based Dynamicization and JSI Integration

Thresh is a Flutter-based cross-platform dynamic solution for frontend developers that integrates the JavaScript Engine Interface (JSI) to streamline communication between JavaScript and Dart, reducing serialization overhead and thread switching, thereby improving startup and rendering performance on mobile devices.

Cross‑platformFlutterJSI
0 likes · 16 min read
Thresh: Enhancing Mobile App Performance with Flutter-Based Dynamicization and JSI Integration
ByteDance SE Lab
ByteDance SE Lab
Nov 19, 2021 · Fundamentals

Building a GPU Scoring System for Mobile Game Performance

This article explains how a performance optimization team quickly designed a hardware scoring framework for mobile games, detailing the definition of key terms, the background and methodology of hardware scoring, the analysis of major GPU families, and a step‑by‑step guide to creating and applying scoring rules in a tight project timeline.

AdrenoGPU scoringMali
0 likes · 11 min read
Building a GPU Scoring System for Mobile Game Performance
Youzan Coder
Youzan Coder
Aug 19, 2021 · Mobile Development

Thread Pool Isolation and Monitoring Design for Mobile Applications

The design separates the original I/O pool into dedicated network, I/O, and polling thread pools, adds comprehensive monitoring of task duration and frequency, enforces unified polling rules, and automatically tunes pool parameters, resulting in a 76 % reduction in UI lag and easier troubleshooting.

PollingRxJavamobile performance
0 likes · 12 min read
Thread Pool Isolation and Monitoring Design for Mobile Applications
ByteDance SE Lab
ByteDance SE Lab
Jul 23, 2021 · Mobile Development

How to Accurately Measure Mobile App Response Time Using Video Frame Detection and OCR

This article presents a method for precisely measuring mobile app response latency by extracting video frames, detecting start and end frames through image markers and OCR, and calculating the time difference, offering a high‑precision, customizable solution for performance evaluation across diverse app scenarios.

OCRapp latencyframe detection
0 likes · 12 min read
How to Accurately Measure Mobile App Response Time Using Video Frame Detection and OCR
Kuaishou Tech
Kuaishou Tech
Jul 15, 2021 · Artificial Intelligence

Kuaishou Y-tech AI SDK Framework: Secrets Behind Mass Production of Special Effects

The article details Kuaishou's Y-tech AI SDK (YKit) architecture, covering its design for computer vision capabilities, performance optimization strategies for mobile devices, and real-world case studies such as GAN-based effects and intelligent matting, outlining challenges and future directions.

AI SDKGAN EffectsKuaishou
0 likes · 14 min read
Kuaishou Y-tech AI SDK Framework: Secrets Behind Mass Production of Special Effects
Baidu Geek Talk
Baidu Geek Talk
May 19, 2021 · Frontend Development

Commercial Landing Page Performance Optimization: End-to-End Loading Speed Improvement at Baidu

Baidu’s end‑to‑end optimization of commercial landing pages—splitting container initialization, parallelizing billing, preloading critical resources, and employing server‑ and client‑side pre‑rendering—cuts load times below the 1‑second threshold that Baidu’s data shows is essential to prevent a 5% conversion drop, though implementation demands significant development effort.

Frontend OptimizationWeb Performanceconversion optimization
0 likes · 9 min read
Commercial Landing Page Performance Optimization: End-to-End Loading Speed Improvement at Baidu
Alibaba Terminal Technology
Alibaba Terminal Technology
Jan 29, 2021 · Game Development

Building a 3D Incentive Game with Oasis Engine: From Concept to Optimization

This article details how a 3D interactive incentive game was created using Oasis Engine, covering scene architecture, ECS design, script development, collision handling, camera follow, skeletal and particle animations, shader effects, lane configuration, mobile orientation, performance optimizations, testing, deployment, and key lessons learned.

3D Game DevelopmentEntity Component SystemOasis Engine
0 likes · 21 min read
Building a 3D Incentive Game with Oasis Engine: From Concept to Optimization
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 6, 2021 · Mobile Development

How Gaode Map Supercharges App Startup: Deep Dive into Mobile Launch Optimization

This article explores why fast app startup matters, using Gaode Map as a case study to detail techniques such as Universal/App Links, H5 launch page handling, download size reduction, Android .so loading hooks, thread scheduling, task orchestration, and the tooling needed for performance analysis on both iOS and Android.

Android optimizationapp startupiOS optimization
0 likes · 38 min read
How Gaode Map Supercharges App Startup: Deep Dive into Mobile Launch Optimization
JD Retail Technology
JD Retail Technology
Nov 6, 2020 · Mobile Development

JD Mall App Stutter Monitoring System: Architecture, Implementation, and Optimization Outcomes

This article details the design and deployment of JD Mall's mobile app stutter monitoring system, introducing the stutter rate metric, describing data collection, analysis, and reporting modules, presenting iOS and Android implementation code, and summarizing the performance improvements achieved across the platform.

AndroidThread Deadlockfps
0 likes · 20 min read
JD Mall App Stutter Monitoring System: Architecture, Implementation, and Optimization Outcomes
Programmer DD
Programmer DD
Sep 18, 2020 · Mobile Development

Why Does iOS Feel Smoother Than Android? A Humorous Dialogue Explained

A humorous Zhihu dialogue illustrates how iOS and Android manage RAM and background processes differently, explaining why iOS often feels smoother despite having less memory, by personifying apps like WeChat, Alipay, and Taobao, the answer highlights iOS's stricter resource control versus Android's more generous allocation.

AndroidOS comparisonRAM allocation
0 likes · 6 min read
Why Does iOS Feel Smoother Than Android? A Humorous Dialogue Explained
Ctrip Technology
Ctrip Technology
Feb 13, 2020 · Mobile Development

Design and Implementation of an Application Performance Management (APM) System for Mobile Apps

This article introduces the background, core features, network and page performance modules, error monitoring, reporting, and optimization practices of a mobile App Performance Management (APM) system, highlighting its impact on monitoring, diagnostics, and performance improvement for large‑scale applications.

APMNetwork MonitoringPage TTI
0 likes · 20 min read
Design and Implementation of an Application Performance Management (APM) System for Mobile Apps
Baidu App Technology
Baidu App Technology
Jan 7, 2020 · Mobile Development

Selection of Smoothness Metrics for Baidu App: Scenarios, Thresholds, and Calculation Methods

The article explains how Baidu App’s smoothness monitoring distinguishes jitter and stutter, sets 30 ms and 70 ms thresholds for jank detection, and adopts the per‑second and stage‑converted jank rate metrics—derived from jank time—to provide intuitive, bounded measurements while avoiding FPS limitations.

Performance Monitoringjank detectionmobile performance
0 likes · 10 min read
Selection of Smoothness Metrics for Baidu App: Scenarios, Thresholds, and Calculation Methods
JD Retail Technology
JD Retail Technology
Dec 26, 2019 · Mobile Development

How to Analyze and Reduce iOS App Energy Consumption: Tools, Metrics, and Best Practices

This guide explains why energy consumption is a critical performance metric for iOS apps, introduces core concepts such as idle, active and overhead states, identifies the main power‑hungry components, and walks through Apple’s profiling tools—Energy Impact, Energy Log, Sysdiagnose and MetricsKit—plus concrete optimization techniques for network, location, CPU, GPU and notifications.

App Developmentbattery optimizationenergy profiling
0 likes · 21 min read
How to Analyze and Reduce iOS App Energy Consumption: Tools, Metrics, and Best Practices
Tencent Cloud Developer
Tencent Cloud Developer
Dec 16, 2019 · Mobile Development

Optimizing GIF Usage in Information Flow: Converting GIF to MP4 and SharpP Evaluation

To address the slow loading and high bandwidth costs of GIFs in short‑content feeds, the team evaluated APNG, WebP, SharpP, and MP4, found MP4 video conversion offers the best compression, universal support and comparable CPU usage, achieving a 62% size reduction, 90% instant‑open rate and a 5.6% exposure boost.

Bandwidth ReductionGIF optimizationMP4 conversion
0 likes · 10 min read
Optimizing GIF Usage in Information Flow: Converting GIF to MP4 and SharpP Evaluation
JD Retail Technology
JD Retail Technology
Nov 14, 2019 · Mobile Development

Shooter Mobile Performance Monitoring Platform: Architecture, Implementation, and Key Monitoring Dimensions

The article introduces Shooter, a mobile performance monitoring platform for Android that provides non‑intrusive, lightweight SDKs to monitor app startup, jank, network, native page, and WebView performance, explains the technical solutions, data collection methods, and showcases console visualizations and real‑world empowerment cases.

AndroidNetwork MonitoringWebView
0 likes · 14 min read
Shooter Mobile Performance Monitoring Platform: Architecture, Implementation, and Key Monitoring Dimensions
Tencent Music Tech Team
Tencent Music Tech Team
Jan 12, 2019 · Mobile Development

Technical Solution and Performance Optimization for Animated Lyrics Using ASS Subtitle Rendering on Mobile

The project replaces karaoke effects with ASS‑based lyrics on Android, using a backend to generate ASS files and a JNI renderer that rasterizes and composites bitmap fragments; optimizations like transparent‑fragment filtering, opacity early‑out, NEON SIMD, copy elimination, and double‑buffered decoding cut frame time from 52 ms to under 3 ms, raise frame rate from 7 fps to 15 fps, and shrink memory usage from 180 MB to under 10 MB.

ASS subtitleJNINEON Optimization
0 likes · 16 min read
Technical Solution and Performance Optimization for Animated Lyrics Using ASS Subtitle Rendering on Mobile
WeChat Client Technology Team
WeChat Client Technology Team
Nov 30, 2018 · Mobile Development

How Matrix‑ApkChecker Cuts Android APK Size: A Deep Dive into Mobile Optimization

Matrix‑ApkChecker, an in‑house APM tool used by WeChat, analyzes Android APKs to identify oversized files, redundant resources, unused assets, and other inefficiencies, providing detailed reports and enabling targeted optimizations such as removing duplicate files, converting PNGs to WebP, and stripping unused libraries, ultimately reducing app size by over 130 KB.

APK OptimizationAPMAndroid
0 likes · 11 min read
How Matrix‑ApkChecker Cuts Android APK Size: A Deep Dive into Mobile Optimization
转转QA
转转QA
Oct 17, 2018 · Mobile Development

Measuring Mobile App Response Time: A Step‑by‑Step Guide

This article explains the concept of response time in mobile applications and provides a detailed, image‑rich workflow—including video recording with ReplayKit, simulated interactions, video parsing, log extraction, timestamp alignment, and stability detection—to accurately measure and reduce response latency.

AutomationReplayKitResponse Time
0 likes · 6 min read
Measuring Mobile App Response Time: A Step‑by‑Step Guide
Suning Technology
Suning Technology
Jun 15, 2018 · Mobile Development

How Suning Finance Boosted Mobile Login Speed and Success Rate

This article details Suning Finance's systematic approach to mobile login optimization, covering the discovery of root causes, the establishment of end‑to‑end monitoring, step‑by‑step workflow analysis, network link enhancements, request consolidation, and standardized cookie management that together dramatically improved response time and success rates.

Cookie Managementlogin optimizationmobile performance
0 likes · 9 min read
How Suning Finance Boosted Mobile Login Speed and Success Rate
Baidu Maps Tech Team
Baidu Maps Tech Team
Apr 11, 2018 · Mobile Development

How Baidu Maps Solved Massive App Performance Bottlenecks with the Nirvana Framework

Baidu Maps confronts severe performance bottlenecks as its client app scales, analyzing main‑thread overload, third‑party SDK interference, and unstable network latency, and introduces the Nirvana framework to provide internal resource scheduling, monitoring, and isolation, achieving 10‑50% speed gains and noticeable user improvements.

AndroidNirvanaapp optimization
0 likes · 11 min read
How Baidu Maps Solved Massive App Performance Bottlenecks with the Nirvana Framework
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 6, 2018 · Mobile Development

How to Make Embedded H5 Pages Load Instantly in Mobile Apps

This article explains why H5 pages in mobile apps suffer white‑screen delays and presents a comprehensive set of frontend, client‑side, and offline‑package optimizations—including caching strategies, preloading, WebView pooling, and server‑side rendering—to achieve near‑native startup performance.

h5 optimizationmobile performanceoffline package
0 likes · 15 min read
How to Make Embedded H5 Pages Load Instantly in Mobile Apps
Qizhuo Club
Qizhuo Club
Dec 15, 2017 · Mobile Development

How 360 Mobile Guard Optimizes App Performance with Its Own Monitoring System

This article explains how 360 Mobile Guard, a massive Android security app built on the RePlugin framework, implements a comprehensive performance monitoring system—including offline code checks, Argus APM tools, online crash and metric collection, diagnostic plugins, and future AI-driven analysis—to identify and resolve performance issues and improve user experience.

APMAndroidPerformance Monitoring
0 likes · 9 min read
How 360 Mobile Guard Optimizes App Performance with Its Own Monitoring System
Tencent TDS Service
Tencent TDS Service
Aug 17, 2017 · Mobile Development

How VasSonic Boosted Mobile WebView Performance by Over 40%

VasSonic, a lightweight high‑performance hybrid framework developed by Tencent’s VAS team, evolved from addressing slow H5 page loads in Mobile QQ to implementing terminal optimizations, static and dynamic rendering, parallel loading, and incremental updates, ultimately cutting first‑screen load time by more than 40%.

AndroidVasSonicWebView optimization
0 likes · 18 min read
How VasSonic Boosted Mobile WebView Performance by Over 40%
Meituan Technology Team
Meituan Technology Team
Apr 21, 2017 · Mobile Development

Meituan Dianping Technical Seminar on iOS Development and Swift Monad

Meituan Dianping’s iOS development seminar presented expert insights on performance monitoring with Hertz, explored Swift monads through source‑code analysis, tackled dynamic‑library implementation hurdles, and shared cross‑platform code‑reuse strategies, offering practical solutions for functional programming and large‑scale mobile app optimization.

Monad ConceptSwift ProgrammingTechnical Seminar
0 likes · 3 min read
Meituan Dianping Technical Seminar on iOS Development and Swift Monad
Meituan Technology Team
Meituan Technology Team
Dec 19, 2016 · Mobile Development

Hertz: A Mobile App Performance Monitoring Solution

Hertz, Meituan Waimai’s mobile‑app performance monitoring framework, automatically detects development anomalies, generates test reports, and streams production metrics—such as FPS, CPU, memory, UI jank, page‑load time, and network traffic—using platform‑specific instrumentation and configurable modes to pinpoint and resolve performance bottlenecks across the app lifecycle.

AndroidApp MonitoringHertz
0 likes · 21 min read
Hertz: A Mobile App Performance Monitoring Solution
Efficient Ops
Efficient Ops
Aug 23, 2016 · Mobile Development

How Tencent Cut Mobile QQ/Qzone Lag with Network & Client Optimizations

This article details Tencent's practical approaches to reducing user‑perceived latency in mobile QQ and Qzone by analyzing server, network, and client delays, employing private protocols, multi‑path connection strategies, real‑time monitoring, and big‑data clustering to identify and fix performance bottlenecks.

Operationsbig data analysisclient monitoring
0 likes · 16 min read
How Tencent Cut Mobile QQ/Qzone Lag with Network & Client Optimizations
Baidu Intelligent Testing
Baidu Intelligent Testing
Jul 26, 2016 · Mobile Development

General Mobile Performance Evaluation Scheme for Competitive Products

This article presents a comprehensive, evolving mobile performance evaluation framework for O2O applications, detailing assessment parameters, multi‑stage automation approaches, uiautomator enhancements, and key technical optimizations to enable timely, extensible, and accurate performance testing of competitive mobile products.

AndroidO2OPerformance Evaluation
0 likes · 4 min read
General Mobile Performance Evaluation Scheme for Competitive Products
Efficient Ops
Efficient Ops
Jul 18, 2016 · Mobile Development

How myAPM Empowers Mobile App Performance Monitoring and Optimization

This article explains how Tencent's myAPM platform provides method‑level injection and monitoring for mobile apps, enabling automatic APK size analysis, lag detection, startup performance tracking, and core‑link analysis to help developers identify and eliminate unused code and performance bottlenecks.

APK size analysisAPMMethod Injection
0 likes · 14 min read
How myAPM Empowers Mobile App Performance Monitoring and Optimization
21CTO
21CTO
Jun 17, 2016 · Operations

Why CDNs Struggle to Accelerate Mobile Clients – Key Insights

The article examines why traditional CDNs provide little speed benefit for mobile users, analyzes last‑mile latency on wireless networks, presents performance calculations, and discusses the operational and cost challenges of deploying edge servers closer to mobile users.

CDNContent DeliveryNetwork Latency
0 likes · 8 min read
Why CDNs Struggle to Accelerate Mobile Clients – Key Insights
21CTO
21CTO
Jan 11, 2016 · Mobile Development

How Mobile Taobao Overcame 5 Performance Bottlenecks with Proven Optimization Techniques

This article details the five major performance problems faced by the Mobile Taobao app, the Android profiling tools used to identify bottlenecks, and the step‑by‑step optimizations—including startup, UI rendering, memory management, and lazy loading—that reduced memory usage by nearly 50% and boosted frame rates by about 20%.

Android optimizationProfiling Toolsapp startup
0 likes · 11 min read
How Mobile Taobao Overcame 5 Performance Bottlenecks with Proven Optimization Techniques
21CTO
21CTO
Dec 7, 2015 · Mobile Development

How Ctrip Optimized Mobile App Network Performance: Real-World Practices and Lessons

Ctrip's wireless development director shares a comprehensive overview of the app's network architecture, common performance pitfalls, and six concrete optimization techniques that boosted service success rates above 99% and cut latency by up to 200 ms across diverse network conditions.

CtripProtocolsRTT
0 likes · 15 min read
How Ctrip Optimized Mobile App Network Performance: Real-World Practices and Lessons
Suning Design
Suning Design
May 13, 2014 · Mobile Development

6 Proven Tricks to Make Mobile Apps Feel Faster

This article outlines six practical techniques—background execution, pre‑loading content, caching, UI‑first networking, predictive task start, and input minimization—to make mobile apps feel faster and more responsive, illustrated with real‑world examples from Instagram, Weibo, App Store, WeChat, and more.

UX optimizationbackground processingcaching
0 likes · 7 min read
6 Proven Tricks to Make Mobile Apps Feel Faster