Skip to content

Commit 0c0ba4d

Browse files
authoredApr 19, 2022
docs: add link to Lighthouse 3rd party audits page (#176)
1 parent 6d4363c commit 0c0ba4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎facades.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
In addition to identifying entities, third-party-web also includes data on entities' _products_, and available alternative libraries for products known as _facades_. A **third-party product** is a third-party resource that is included on a page associated with a specific integration/SDK/API, for example: a YouTube embed iframe. A **facade** is a frontend element which looks similar to the actual product and lazily loads it upon user interaction. It's expected to be significantly more lightweight/faster. For example: [lite-youtube-embed](https://github.com/paulirish/lite-youtube-embed).
44

5-
[Lighthouse](https://github.com/GoogleChrome/lighthouse) 7.0 has a new audit that identifies third-party
6-
embeds (link coming soon) that can be lazy loaded with a facade. The Lighthouse audit is powered by the facade data in third-party-web.
5+
[Lighthouse](https://github.com/GoogleChrome/lighthouse) 7.0 has a new audit that [identifies third-party embeds](https://web.dev/third-party-facades/) that can be lazy loaded with a facade. The Lighthouse audit is powered by the facade data in third-party-web.
76

87
## Criteria for adding a new facade
8+
99
### Basic functionality
1010

1111
* Loads a frontend "component" which looks like the actual third-party embed.

0 commit comments

Comments
 (0)