Add tools to monitor performance (#28745)

This commit is contained in:
Christine Duane
2019-03-20 06:31:18 -07:00
committed by Randell Dawson
parent a27c736bf4
commit f94879daa9

View File

@@ -3,12 +3,13 @@ title: Web & App Performance
---
## Web & App Performance
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/web-performance/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
### Tools
#### [PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights/)
Running a site through PageSpeed Insights will return mobile and desktop ranking scores. Along with suggested optimizations and optimizations already present on the site, each item is broken down with suggestions on how to fix the issue.
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
#### [Google Lighthouse](https://developers.google.com/web/tools/lighthouse/)
Lighthouse can be run within Chrome DevTools under the Audits tab. In 60 - 90 seconds, Lighthouse analyzes website performance. Lighthouse provides suggestions to improve performance as well as progressive web app aspects, accessibility, best practices, and SEO.
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
<a href='https://en.wikipedia.org/wiki/Web_performance' target='_blank' rel='nofollow'>Web & App Performance Wikipedia Article</a>
[PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights/)
[Google Lighthouse](https://developers.google.com/web/tools/lighthouse/)