Tag

Performance API

0 views collected around this technical thread.

58 Tech
58 Tech
Apr 6, 2023 · Frontend Development

Understanding and Using PerformanceObserver for Web Performance Metrics

PerformanceObserver, part of the W3C Performance Timeline API, enables developers to efficiently monitor key web performance metrics such as FP, FCP, LCP, CLS, and FID without polling, and the article explains its background, usage, methods, code examples, related PerformanceEntry types, and browser compatibility.

JavaScriptPerformance APIPerformanceObserver
0 likes · 12 min read
Understanding and Using PerformanceObserver for Web Performance Metrics
TAL Education Technology
TAL Education Technology
Jul 21, 2022 · Frontend Development

Front‑end Performance Monitoring and Optimization Techniques

This article explains the concepts of controllable and uncontrollable latency in front‑end performance, outlines methods for collecting static, dynamic, and API performance data using network waterfall, Chrome Performance, console timing, and Performance Timing API, and provides practical code examples and optimization strategies to improve user experience.

AxiosPerformancePerformance API
0 likes · 14 min read
Front‑end Performance Monitoring and Optimization Techniques
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jun 21, 2021 · Frontend Development

Mastering Web Performance: Essential Metrics Every Frontend Engineer Should Know

This article explains the core web performance metrics—First Paint, First Contentful Paint, Time to Interactive, Largest Contentful Paint, and First Meaningful Paint—along with how to retrieve them via the Performance API, calculate them, and interpret their impact on user experience.

FCPFirst PaintLCP
0 likes · 11 min read
Mastering Web Performance: Essential Metrics Every Frontend Engineer Should Know
Tencent Cloud Developer
Tencent Cloud Developer
Jun 1, 2021 · Frontend Development

Front‑End Performance Monitoring: Metrics, Types, and Data Collection

Front‑end performance monitoring lets developers detect issues early, compare synthetic and real‑user approaches, track key metrics like LCP, FID, and CLS, and gather data via the web‑vitals library, Performance API, and error‑tracking hooks to systematically improve load speed, interactivity, and visual stability.

Error TrackingPerformance APIfrontend
0 likes · 16 min read
Front‑End Performance Monitoring: Metrics, Types, and Data Collection
360 Tech Engineering
360 Tech Engineering
Oct 25, 2018 · Frontend Development

Understanding and Using the Long Task API for Frontend Performance Optimization

This article explains what a long task is, how the Long Task API and related PerformanceLongTaskTiming and TaskAttributionTiming interfaces expose detailed information about task origins, provides a JavaScript example for observing long tasks, discusses browser compatibility, and outlines the strengths and limitations of using this API for diagnosing page‑performance bottlenecks.

Long TaskPerformance APIweb performance
0 likes · 6 min read
Understanding and Using the Long Task API for Frontend Performance Optimization
360 Tech Engineering
360 Tech Engineering
Sep 25, 2018 · Frontend Development

Understanding Server Timing: Measuring Server‑Side Performance Directly from the Browser

This article explains what Server Timing is, why it matters for front‑end performance debugging, how its HTTP header format is structured, how browsers expose the data via the PerformanceServerTiming API, includes practical JavaScript examples, and discusses privacy, security, and browser support considerations.

HTTPJavaScriptPerformance API
0 likes · 7 min read
Understanding Server Timing: Measuring Server‑Side Performance Directly from the Browser
360 Tech Engineering
360 Tech Engineering
Sep 5, 2018 · Frontend Development

Advanced Web Performance Measurement Techniques Using the Performance API

This article explains how web developers can obtain high‑precision, monotonic timestamps and detailed performance metrics—such as resource loading, navigation timing, user‑timing marks, long‑task detection, and first‑paint measurements—by leveraging the W3C Performance API and related specifications.

High Resolution TimeLong TasksPaint Timing
0 likes · 24 min read
Advanced Web Performance Measurement Techniques Using the Performance API