Tagged articles
11 articles
Page 1 of 1
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 APIWeb Performance
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.

Performance APIWebaxios
0 likes · 14 min read
Front‑end Performance Monitoring and Optimization Techniques
ELab Team
ELab Team
Aug 26, 2021 · Frontend Development

Master Chrome Performance Tools and API for Faster Web Pages

This article explains how to use Chrome's Performance panel, the W3C Performance API, and third‑party tools to measure, analyze, and optimize page load times, providing practical code examples and a real‑world case study of reducing DOMContentLoaded latency.

Frontend OptimizationPerformance API
0 likes · 18 min read
Master Chrome Performance Tools and API for Faster Web Pages
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.

LighthousePerformance APIPerformance Monitoring
0 likes · 16 min read
Front‑End Performance Monitoring: Metrics, Types, and Data Collection
21CTO
21CTO
May 24, 2020 · Frontend Development

What’s New in Chrome 83? Trusted Types, Form Controls, and Security Enhancements

Chrome 83’s stable release brings major updates for developers, including Trusted Types to mitigate XSS, revamped form controls, new cross‑origin isolation headers, performance.memory measurement APIs, a native file system with writable streams, and a suite of privacy, security, and UI enhancements.

ChromeCross-Origin IsolationNative File System
0 likes · 8 min read
What’s New in Chrome 83? Trusted Types, Form Controls, and Security Enhancements
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 API
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.

Performance APIServer Timing
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
Node Underground
Node Underground
Dec 7, 2017 · Backend Development

Build a Node.js Performance Tracing Tool with Async Hooks and Performance API

This article explains how to combine Node.js's experimental Async Hooks and Performance Timing APIs to create a simple tracing and performance monitoring tool, eliminating manual timing and offering a foundation that can be extended into a custom solution, while also noting an open‑source Pandora.js utility.

BackendNode.jsPerformance API
0 likes · 3 min read
Build a Node.js Performance Tracing Tool with Async Hooks and Performance API
Node Underground
Node Underground
Sep 15, 2017 · Backend Development

Node.js 8.5 Introduces ES Modules, Performance API, and File Copy Support

Node.js 8.5 brings three exciting features—native ECMAScript module support via the import syntax (enabled with --experimental-modules and .mjs files), a W3C‑compatible Performance Timeline API for high‑precision metrics, and a built‑in fs.copyFile API implemented in C++ for easy file duplication.

Backend DevelopmentECMAScript modulesNode.js
0 likes · 2 min read
Node.js 8.5 Introduces ES Modules, Performance API, and File Copy Support