惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
H
Help Net Security
云风的 BLOG
云风的 BLOG
Apple Machine Learning Research
Apple Machine Learning Research
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
D
Docker
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
博客园 - Franky
B
Blog RSS Feed
Stack Overflow Blog
Stack Overflow Blog
L
LangChain Blog
量子位
V
Visual Studio Blog
Y
Y Combinator Blog
小众软件
小众软件
N
Netflix TechBlog - Medium
博客园 - 三生石上(FineUI控件)
Microsoft Security Blog
Microsoft Security Blog
雷峰网
雷峰网

Datadog | The Monitor blog

Introducing our open source AI-native SAST Instrument and monitor Boomi integration flows with OpenTelemetry and Datadog Not all index scans are equal: How we cut query latency by over 99% Platform engineering metrics: What to measure and what to ignore Integrate Recorded Future threat intelligence with Datadog Cloud SIEM CI/CD security: threat modeling using a MITRE-style threat matrix CI/CD security: How to secure your GitHub ecosystem Ingress NGINX is EOL: A practical guide for migrating to Kubernetes Gateway API Operating agentic AI with Amazon Bedrock AgentCore and Datadog LLM Observability: Lessons from NTT DATA Introducing the Datadog Code Security MCP Capture and analyze custom heatmaps in Session Replay Understand session replays faster with AI summaries and smart chapters Monitor ClickHouse query performance with Datadog Database Monitoring How we designed empathetic alert sounds for on-call engineers Search and act across Datadog to resolve issues faster with Bits Assistant Measure the business impact of every product change with Datadog Experiments Analyzing round trip query latency Configuring JavaScript caches for better performance Introducing Bits AI Dev Agent for Code Security Datadog achieves ISO 42001 certification for responsible AI Monitor Nutanix clusters, hosts, and VMs with Datadog Monitor Juniper Mist in Datadog A new Host Map for modern infrastructure Annotate traces to improve LLM quality with Datadog LLM Observability What’s new in Cloud SIEM: AI-powered investigations, enhanced threat intelligence, and scalable security operations Explore Kubernetes with native OpenTelemetry data Monitor Oracle Fusion Cloud Applications with Datadog Announcing the Datadog Terraform provider v4.0.0 Scaling Kubernetes workloads on custom metrics How to design cloud environments for AI-powered threat analysis
Troubleshoot frontend performance with Datadog’s Browser ...
Bryan Antigua, Jessica Manheimer · 2026-06-09 · via Datadog | The Monitor blog

Frontend performance issues are often easy to detect through signals like worsening Interaction to Next Paint (INP) and Largest Contentful Paint (LCP) scores, or through recurring long tasks. Identifying the code responsible for frontend slowdowns, however, is much more difficult. What’s especially challenging is that performance degradations often appear only on specific devices, browsers, or network conditions. They can also take hours for frontend teams to reproduce in a test environment.

Datadog’s Browser Profiler helps frontend engineers trace the cause of degraded performance directly to the underlying JavaScript code path. By combining profiling data with Datadog Real User Monitoring (RUM), Browser Profiler captures method stack frames from real user sessions and surfaces them directly in the workflows engineers already use for troubleshooting. Teams can investigate slow interactions, identify recurring bottlenecks across thousands of sessions, and compare profiling data across deployments to validate that a fix actually improved performance.

In this post, we’ll show how Browser Profiler helps you:

- Surface code-level root causes when a signal degrades

- Spot systemic bottlenecks with aggregated profiling views

- Validate that your fix actually worked

- Investigate with Bits Chat and the Datadog MCP Server

Surface code-level root causes when a signal degrades

Frontend teams often know that performance regressed before they know why. A degraded INP score, for example, tells you that users are experiencing latency, but this information does not identify which function introduced the slowdown. It also cannot tell you which deployment caused the regression or which team owns the affected code.

Browser Profiler connects method stack frames and code execution patterns directly to events, such as page views and actions, that are captured from real user sessions. This profiling data appears inside RUM workflows. For example, the Summary page in RUM surfaces the top CPU-consuming functions alongside key application metrics. The Session Explorer lets you filter down to profiled sessions for individual investigation, and the Profiling tab aggregates samples across sessions to summarize recurring bottlenecks.

Summary page displaying frontend performance metrics and top CPU-consuming JavaScript functions.

Browser Profiler also integrates with the Session Explorer so that teams can quickly isolate sessions that include profiling data. Engineers can filter sessions with the @profiling.has_profile attribute to surface profiled sessions, actions, and long tasks. Opening any profiled event reveals a side panel with execution details at the appropriate level of granularity, whether the investigation focuses on an entire session, a single user action, or a specific task that blocks the main thread.

Session Explorer displaying profiling data and JavaScript execution details for a profiled frontend session.

Spot systemic bottlenecks with aggregated profiling views

Session-by-session debugging is useful for understanding an individual slowdown, but it can also create blind spots. Teams often investigate the sessions they already suspect are problematic while missing recurring bottlenecks that affect large portions of their user base.

The Profiling Explorer addresses this challenge by aggregating samples across all profiled sessions. This approach surfaces recurring performance patterns across production traffic so that engineers can identify the functions that consistently consume CPU time or block the main thread.

For example, teams can filter profiling data by RUM view to isolate performance issues within a specific page or route. This makes it possible to investigate a checkout flow, onboarding experience, or dashboard page independently from the rest of the application.

Browser Profiler also enables teams to pivot by measurement. Engineers can reorder function rankings based on a selected performance metric to focus on the functions most closely associated with degraded user experience.

Profiling Explorer showing aggregated frontend profiling data grouped by JavaScript functions and filtered by Core Web Vitals.

Validate that your fix actually worked

Frontend performance investigations do not end after a deployment. Once a fix ships, teams still need to confirm that the underlying regression improved in production and did not simply disappear from a small set of test sessions.

Browser Profiler includes a Compare view that places two profiling snapshots side by side across different application versions, time windows, or RUM attribute combinations. Engineers can compare profiling data before and after a deployment and inspect per-function wall time deltas to determine which functions became faster or slower.

Compare view showing side-by-side profiling snapshots and function-level wall time differences between application versions.

Investigate with Bits Chat and the Datadog MCP Server

All the tasks described above can also be performed through Bits Chat and the Datadog MCP Server. Instead of navigating the UI to pull profiling data, identify bottlenecks, or compare versions, you can ask Bits Assistant directly or use MCP tools to do the work for you.

RUM session view showing the Profiling tab alongside a Bits Assistant root cause analysis identifying a slow jbuilder template rendering as the primary performance bottleneck.

Investigate frontend performance regressions faster with Datadog’s Browser Profiler

Browser Profiler helps frontend teams connect degraded user experience metrics to the JavaScript functions responsible for them. By combining production profiling data with Datadog RUM workflows, teams can investigate slow interactions, identify recurring bottlenecks across large numbers of sessions, and validate performance improvements after deployments.

Browser Profiler is currently in Preview. Mobile profiling supporting iOS and Android is also currently in Preview and will be available in a future release. To learn more, read the documentation

If you’re new to Datadog, you can sign up for a free 14-day trial.