运行您的首次审计
亲自对不同网页执行首次 Lighthouse 审计,并了解其评分系统。
运行您的首次审计 是 CoddyKit 上的免费 Web Performance Optimization & Lighthouse 课时。 这是第 2 节课,共 4 节。 你可以在下方免费阅读本课时的完整内容 — 然后在浏览器中使用内置代码编辑器和全天候 AI 导师进行实践。 这是 Web Performance Optimization & Lighthouse 学习路径的一部分,你的进度在网页和 CoddyKit 应用中同步。 Web Performance Optimization & Lighthouse 课程共包含 4 节课。
本课时的部分内容尚未翻译,以英文显示。
Your First Lighthouse Audit
Welcome to your first hands-on Lighthouse audit! In this lesson, you'll learn how to run an audit on any webpage and understand its performance scores.
Lighthouse is a powerful tool built by Google to help developers improve the quality of their web pages. It checks for performance, accessibility, SEO, and more.
Where to Find Lighthouse
Google Lighthouse is built right into your Chrome browser's developer tools. You don't need to install anything extra!
- Open Chrome and navigate to any webpage.
- Right-click anywhere on the page and select "Inspect" (or use
Ctrl+Shift+I/Cmd+Option+I). - This opens the Developer Tools panel.
Launching Your First Audit
Once Developer Tools are open, navigate to the Lighthouse tab. You'll see options to configure your audit:
- Categories: Choose which aspects to check (e.g., Performance, Accessibility).
- Device: Select "Mobile" or "Desktop" to simulate different environments.
- Click "Analyze page load" to start!
What Lighthouse Checks
Lighthouse audits cover several key areas to give you a complete picture of your website's health:
- Performance: How fast your page loads and responds.
- Accessibility: How usable your page is for people with disabilities.
- Best Practices: General web development recommendations.
- SEO: How well your page is optimized for search engines.
- PWA: Checks for Progressive Web App standards (if applicable).
Behind the Scenes of an Audit
When you click "Analyze page load," Lighthouse goes to work:
- It loads your page in a simulated, controlled environment.
- It gathers data on various metrics like load times, user interactions, and best practice adherence.
- This data is then compiled into a comprehensive report, which you'll see in the DevTools panel.
Decoding Your Lighthouse Score
After the audit, you'll see an overall score for each category, usually from 0 to 100. Higher is better!
Each score is an average of several underlying metrics. For example, the Performance score combines metrics like First Contentful Paint (FCP) and Largest Contentful Paint (LCP).
Lighthouse Scoring Ranges
Lighthouse uses a color-coded system to quickly show you how your page performs:
- 0-49 (Red): Poor performance. There's significant room for improvement.
- 50-89 (Orange): Average performance. Good, but could be better.
- 90-100 (Green): Excellent performance. Your page is doing great!
Aim for green scores across all categories for the best user experience.
A Real-World Audit (Conceptual)
Imagine you audit a simple blog post. Lighthouse might give you a report like this:
- Performance: 75 (Orange)
- Accessibility: 98 (Green)
- Best Practices: 90 (Green)
- SEO: 85 (Orange)
This report tells you your blog is accessible and follows many best practices, but its performance and SEO could use some tweaks.
Tips for Accurate Audits
To get the most accurate and consistent results from Lighthouse, keep these tips in mind:
- Use Incognito Mode: This disables browser extensions that might interfere.
- Stable Network: Ensure you have a consistent internet connection.
- Close Other Tabs: Reduce background activity for clearer results.
- Run Multiple Times: Performance can vary slightly, so run a few audits and average the scores.
Check Your Understanding
Let's test what you've learned about Lighthouse scoring.
Recap: Running & Scoring Audits
Great job! You've learned how to run your first Lighthouse audit and understand its scoring system.
- You can access Lighthouse via Chrome DevTools.
- Audits cover Performance, Accessibility, Best Practices, SEO, and PWA.
- Scores are color-coded: 0-49 (red), 50-89 (orange), 90-100 (green).
- For accurate results, use Incognito mode and a stable network.
Next, we'll dive deeper into interpreting these reports and understanding the recommendations!
常见问题解答
「运行您的首次审计」课时是免费的吗?
是的 — 「运行您的首次审计」的完整文本可在网页上免费阅读。要进行交互式练习(内置代码编辑器和全天候 AI 导师)并解锁 Web Performance Optimization & Lighthouse 课程的其余内容,请升级到 CoddyKit PRO。 Web Performance Optimization & Lighthouse 课程共包含 4 节课。
「运行您的首次审计」这节课中我会学到什么?
亲自对不同网页执行首次 Lighthouse 审计,并了解其评分系统。 你通过在浏览器中直接运行的动手代码来练习 Web Performance Optimization & Lighthouse,全天候 AI 导师会在你学习这节课的过程中回答你的问题。
学习 Web Performance Optimization & Lighthouse 需要有经验吗?
无需任何先前经验。CoddyKit 上的 Web Performance Optimization & Lighthouse 课程适合初学者到高级学习者,你可以从这里开始或从头开始,按照自己的节奏学习。 这是第 2 节课,共 4 节。
「运行您的首次审计」课时需要多长时间?
大多数 CoddyKit 课程大约需要 5–10 分钟。每节课都很精短且互动,所以你能稳步进步,并在网页和应用中从离开的地方继续。
我能在这节 Web Performance Optimization & Lighthouse 课中编写并运行代码吗?
能。每节 Web Performance Optimization & Lighthouse 课都包含内置代码编辑器,你可以在浏览器中直接编写并运行真实代码,并获得即时 AI 反馈 — 无需本地设置。