← 返回功能
Free

页面性能

快速时间指标、资源细分和页面速度健康评分。

Performance profiling with Lighthouse or WebPageTest provides deep analysis but takes time to run and produces overwhelming reports. Sometimes you just need a quick answer: "Is this page fast or slow? What's the biggest problem?" Page Performance gives you that instant overview. It reads timing data from the browser's Performance API and Navigation Timing API (data that's already collected — no additional page load needed) and presents it in a clean, visual dashboard. The top section shows key timing metrics: First Contentful Paint (when the first content appears), DOMContentLoaded (when the HTML is fully parsed), Full Load (when all resources finish), and Time to Interactive (when the page becomes responsive). Each metric is color-coded — green for fast, yellow for moderate, red for slow — based on Web Vitals thresholds. Below that, a resource breakdown shows how much bandwidth is spent on JavaScript, CSS, images, fonts, and other resource types, with visual bar charts for easy comparison. The DOM statistics section shows total element count, maximum nesting depth, and event listener count — indicators of DOM complexity that affect rendering performance.

实时预览
example.com
性能概览
分数: 87
0.8s
FCP
1.2s
DOM 就绪
2.4s
完全加载
1.5s
TTI
资源明细
JS
842 KB
4 个文件
CSS
128 KB
2 个文件
图片
456 KB
12 个文件
字体
98 KB
2 个文件
DOM 统计信息
1,247
元素
14
最大深度
86
事件监听器
1.5 MB
总大小
核心功能

Key Timing Metrics

Shows First Contentful Paint (FCP), DOMContentLoaded, Full Page Load, and Time to Interactive (TTI) — the four most important performance metrics. Each is color-coded: green (fast), yellow (moderate), red (slow) based on established Web Vitals thresholds.

Resource Type Breakdown

Visual bar chart showing the count and total size of each resource type: JavaScript files, CSS stylesheets, images, fonts, and other assets. Instantly see which resource type contributes the most to page weight.

DOM 螟肴揩蠎ヲ扈溯ョ。

Shows total DOM element count, maximum nesting depth, and total event listener count. Large DOM sizes (2000+ elements) and deep nesting (15+ levels) are flagged as potential performance bottlenecks.

Overall Performance Score

A single 0-100 score summarizes the page's performance health, color-coded green (85+), yellow (50-84), or red (0-49). Based on a weighted combination of timing metrics and resource efficiency.

Total Page Weight

Shows the combined size of all downloaded resources in MB. Broken down by category so you can see that 842 KB is JavaScript, 245 KB is images, and 128 KB is CSS — identifying the heaviest contributors.

No Additional Load Required

Reads performance data from the browser's Performance API — data that's already collected during the normal page load. No synthetic re-testing, no additional network requests, and no performance impact from running the tool.

使用场景

Quick Performance Health Check

Open any page and get an instant performance overview. Is it fast (green score), moderate (yellow), or slow (red)? The dashboard answers this in under a second — no waiting for Lighthouse to run.

Identifying Performance Bottlenecks

If the page is slow, the resource breakdown shows why. 1.2 MB of JavaScript? That's the bottleneck. 800 KB of unoptimized images? That's the fix. The visual breakdown makes the heaviest contributors obvious.

Before/After Optimization Comparison

Run Page Performance before making optimizations, note the metrics. Make your changes, reload, and run it again. Compare FCP, load time, and total page weight to verify your optimizations had the expected impact.

Competitor Performance Benchmarking

Run Page Performance on your site and your competitors' sites. Compare load times, page weights, and resource distributions. Are competitors shipping less JavaScript? Are their images better optimized?

諤ァ閭ス蝗槫ス堤尅謗ァ

Run the tool on key pages regularly during development. If the performance score drops or page weight suddenly increases, you've introduced a regression — catch it before it reaches production.

使用方法
1

Activate Page Performance

Open the DevSuite Pro floating dock and click the Page Performance icon. The dashboard appears instantly with performance data for the current page load.

2

Review Timing Metrics

Check the four key timing metrics at the top: FCP, DOMContentLoaded, Full Load, and TTI. Green values are fast, yellow is moderate, red needs improvement.

3

Analyze Resource Breakdown

Look at the resource bar chart to see which asset type is heaviest. JavaScript is often the biggest contributor — if JS is over 500 KB, it may be worth code-splitting or lazy-loading.

4

Check DOM Complexity

Review the DOM statistics. If element count exceeds 1500 or nesting depth exceeds 15, consider simplifying the markup to improve rendering performance.

5

Note the Score & Optimize

The overall score gives a quick benchmark. Run the tool before and after optimizations to measure improvement.

准备好开始了吗?

免费安装 DevSuite Pro,为您的浏览器解锁 64+ 个开发者工具。

添加到 Chrome 添加到 Edge 添加到 Firefox