Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit f21ac41

Browse files
authored
Removes and redirects Lighthouse landing page (#9601)
* Removes and redirects Lighthouse overview, updates some links. * Fixes tests yelling. * Fixes even more test yelling.
1 parent 26451a6 commit f21ac41

File tree

19 files changed

+51
-379
lines changed

19 files changed

+51
-379
lines changed

src/content/en/_index.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ landing_page:
3131
<h3>Tools</h3>
3232
<p>
3333
<a href="/web/tools/chrome-devtools/" class="gc-analytics-event" data-category="webFu" data-label="devtools-landing" data-action="web-home">Chrome DevTools</a>,
34-
<a href="/web/tools/lighthouse/" class="gc-analytics-event" data-category="webFu" data-label="lighthouse-landing" data-action="web-home">Lighthouse</a>,
35-
<a href="/web/tools/workbox/" class="gc-analytics-event" data-category="webFu" data-label="workbox-landing" data-action="web-home">Workbox</a>,
34+
<a href="https://developer.chrome.com/docs/lighthouse/overview/" class="gc-analytics-event" data-category="webFu" data-label="lighthouse-landing" data-action="web-home">Lighthouse</a>,
35+
<a href="https://developer.chrome.com/docs/workbox/" class="gc-analytics-event" data-category="webFu" data-label="workbox-landing" data-action="web-home">Workbox</a>,
3636
and more tools to make your life easier and improve your
3737
development artistry.
3838
</p>

src/content/en/_redirects.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ redirects:
130130
- from: /web/fundamentals/discovery/search-optimization
131131
to: https://web.dev/lighthouse-seo/
132132

133+
- from: /web/tools/lighthouse/
134+
to: https://developer.chrome.com/docs/lighthouse/overview/
135+
133136
- from: /web/fundamentals/engage-and-retain/app-install-banners/...
134137
to: https://web.dev/customize-install/
135138

src/content/en/showcase/2017/voot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project_path: /web/_project.yaml
22
book_path: /web/showcase/_book.yaml
33

44
{# wf_published_on: 2017-04-20 #}
5-
{# wf_updated_on: 2018-03-20 #}
5+
{# wf_updated_on: 2022-06-01 #}
66
{# wf_featured_image: /web/showcase/2017/images/voot/voot-lite.png #}
77
{# wf_featured_snippet: Voot.com launches their media Progressive Web App in India. Within days of implementation, session time per user increased by 39% and daily views per user by 15%. #}
88
{# wf_tags: media,casestudy #}
@@ -66,7 +66,7 @@ capabilities.
6666

6767
Voot.com also decreased load times by adding a service worker to preload images
6868
as the user navigates, and to cache images for repeat visits. The site was also
69-
analyzed with [Lighthouse](/web/tools/lighthouse/) to gain performance insights,
69+
analyzed with [Lighthouse](https://developer.chrome.com/docs/lighthouse/overview/) to gain performance insights,
7070
which in turn allowed a reduction in JavaScript and CSS overhead and the
7171
implementation of synchronous server calls.
7272

src/content/en/showcase/2018/nikkei.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project_path: /web/_project.yaml
22
book_path: /web/showcase/_book.yaml
33

44
{# wf_published_on: 2018-11-19 #}
5-
{# wf_updated_on: 2018-11-19 #}
5+
{# wf_updated_on: 2022-06-01 #}
66
{# wf_blink_components: N/A #}
77
{# wf_featured_image: /web/showcase/2018/images/nikkei/featured.jpg #}
88
{# wf_featured_snippet: With a publishing history of more than 140 years, Nikkei is one of the most authoritative media businesses in Japan. To provide a better user experience and accelerate their business on the web, Nikkei successfully launched a Progressive Web App in November 2017, and they’re seeing amazing results from the new platform. #}
@@ -84,7 +84,7 @@ results from the new platform.
8484

8585
Nikkei saw a rapid rise in mobile traffic to their legacy website as
8686
smartphones became the main point of entry to the web for many users.
87-
However, using [Lighthouse](/web/tools/lighthouse/), an auditing tool that
87+
However, using [Lighthouse](https://developer.chrome.com/docs/lighthouse/overview/), an auditing tool that
8888
scans a web page and gives recommendations on how to improve across multiple
8989
categories, they understood that their site wasn’t fully optimized for mobile
9090
across multiple areas and was very slow to load.
@@ -160,7 +160,7 @@ performance was entirely within their control, they optimized their
160160

161161
Speed is more important than ever. As smartphones became the main browsing
162162
device for many users, Nikkei saw a rapid increase of mobile traffic on
163-
their service. But using [Lighthouse](/web/tools/lighthouse/), they realized
163+
their service. But using [Lighthouse](https://developer.chrome.com/docs/lighthouse/overview/), they realized
164164
that their legacy website wasn’t fully optimized for mobile, with the Speed
165165
Index averaging 10 seconds, very slow initial load, and a large JavaScript
166166
bundle. It was time for Nikkei to rebuild their website and adapt

src/content/en/shows/http203/podcast/io-chats-ewa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project_path: /web/_project.yaml
22
book_path: /web/shows/_book.yaml
33
description: Getting performance right.
44

5-
{# wf_updated_on: 2018-06-29 #}
5+
{# wf_updated_on: 2022-06-01 #}
66
{# wf_published_on: 2018-06-19 #}
77
{# wf_podcast_audio: https://storage.googleapis.com/http-203-podcast/io-2018-ewa.mp3 #}
88
{# wf_podcast_duration: 00:15:46 #}
@@ -19,7 +19,7 @@ In this episode we chat to [Ewa Gasperowicz](https://twitter.com/devnook), anoth
1919
Chrome dev-rels. We cover:
2020

2121
* Getting web performance right.
22-
* Getting performance tests into [Lighthouse](/web/tools/lighthouse/).
22+
* Getting performance tests into [Lighthouse](https://developer.chrome.com/docs/lighthouse/overview/).
2323
* Does a "functionality first" approach mean performance is forgotten about?
2424
* How it's no longer possible to know all browser technologies.
2525

src/content/en/shows/http203/podcast/io-chats-v-eric.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project_path: /web/_project.yaml
22
book_path: /web/shows/_book.yaml
33
description: Lighthouse and automation.
44

5-
{# wf_updated_on: 2018-08-02 #}
5+
{# wf_updated_on: 2022-06-01 #}
66
{# wf_published_on: 2018-08-02 #}
77
{# wf_podcast_audio: https://storage.googleapis.com/http-203-podcast/io-2018-v-eric.mp3 #}
88
{# wf_podcast_duration: 00:18:17 #}
@@ -19,7 +19,7 @@ In this episode we chat to [Vinamrata Singal](https://twitter.com/vinamratas), w
1919
Lighthoue, and [Eric Bidelman](https://twitter.com/ebidel) who is someone else we know. We cover
2020
stuff like:
2121

22-
* [Lighthouse](/web/tools/lighthouse/).
22+
* [Lighthouse](https://developer.chrome.com/docs/lighthouse/overview/).
2323
* [Headless Chrome](/web/updates/2017/04/headless-chrome).
2424
* [Puppeteer](/web/tools/puppeteer/).
2525
* Chrome's [DevTools protocol](https://chromedevtools.github.io/devtools-protocol/).

src/content/en/tools/_book.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ upper_tabs:
2424
- name: Workbox
2525
contents:
2626
- title: Workbox
27-
path: /web/tools/workbox
27+
path: https://developer.chrome.com/docs/workbox/
28+
status: external
2829
- name: Chrome User Experience Report
2930
contents:
3031
- title: Chrome User Experience Report

src/content/en/tools/_index.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ landing_page:
2828
Audits panel. You can also run Lighthouse from the command line or
2929
install the Chrome Extension.
3030
image_path: images/lighthouse-16x9.png
31-
path: /web/tools/lighthouse/
31+
path: https://developer.chrome.com/docs/lighthouse/overview/
3232
buttons:
3333
- label: Get started
34-
path: /web/tools/lighthouse/
34+
path: https://developer.chrome.com/docs/lighthouse/overview/
3535
- heading: Puppeteer
3636
description: >
3737
Puppeteer is a Node library which provides a high-level API to control
@@ -48,10 +48,12 @@ landing_page:
4848
easy to build an offline PWA and take advantage of the service worker
4949
APIs.
5050
image_path: images/workbox-16x9.png
51-
path: /web/tools/workbox/
51+
path: https://developer.chrome.com/docs/workbox/
52+
status: external
5253
buttons:
5354
- label: Get started
54-
path: /web/tools/workbox/
55+
path: https://developer.chrome.com/docs/workbox/
56+
status: external
5557

5658
- classname: devsite-landing-row-cards
5759
items:

src/content/en/tools/_menu_toc.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ included:
44
- label: Chrome DevTools
55
path: https://developer.chrome.com/docs/devtools/
66
- label: Lighthouse
7-
path: /web/tools/lighthouse
7+
path: https://developer.chrome.com/docs/lighthouse/overview/
8+
status: external
89
- label: Puppeteer
910
path: /web/tools/puppeteer
1011
- label: Workbox

src/content/en/tools/_redirects.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ redirects:
122122

123123
# Lighthouse
124124

125+
- from: /web/tools/lighthouse/run
126+
to: https://web.dev/measure/
127+
125128
- from: /web/tools/lighthouse/audits/critical-request-chains
126129
to: https://web.dev/critical-request-chains/
127130

0 commit comments

Comments
 (0)