Tag

FMP

0 views collected around this technical thread.

DeWu Technology
DeWu Technology
Apr 11, 2021 · Frontend Development

Front-End Performance Metrics and Optimization Strategies

The article compares client‑side and server‑side rendering, defines key user‑perceived metrics such as FCP, LCP and a custom weighted‑area FMP, explains how to measure them with MutationObserver and performance APIs, and outlines business‑ and page‑level analysis plus optimizations—including pre‑loading, WebP images, bundle trimming and SSR tweaks—that collectively boost Lighthouse scores by over 20% and reduce data transfer by roughly 20%.

FMPFrontendOptimization
0 likes · 13 min read
Front-End Performance Metrics and Optimization Strategies
Ctrip Technology
Ctrip Technology
Jun 29, 2020 · Frontend Development

React Native Rendering Performance Optimization Practices at Ctrip

This article analyzes the challenges of React Native rendering performance, introduces quantitative metrics such as FMP and TTI, and presents practical optimization strategies across native containers, bundle handling, API bridging, front‑end code slimming, service request prioritization, and tooling for offline and online performance analysis.

FMPReact NativeTTI
0 likes · 18 min read
React Native Rendering Performance Optimization Practices at Ctrip