diff --git a/guide/english/web-performance/index.md b/guide/english/web-performance/index.md
index 5ec400b98c..d1e74c1432 100644
--- a/guide/english/web-performance/index.md
+++ b/guide/english/web-performance/index.md
@@ -3,12 +3,13 @@ title: Web & App Performance
---
## Web & App Performance
-This is a stub. Help our community expand it.
+### 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.
-This quick style guide will help ensure your pull request gets accepted.
-
-
+#### [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:
-
-Web & App Performance Wikipedia Article
+[PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights/)
+[Google Lighthouse](https://developers.google.com/web/tools/lighthouse/)