Skip to content

Commit 6325d13

Browse files
lionralfsmgechev
authored andcommitted
chore(docs): fix LinkRelPrefetch link on chrome platform status
1 parent 7c2d341 commit 6325d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ By collaborating across different touch-points in the ecosystem where data-drive
4848
* These decisions are often made at a point in time and..
4949
* (1) are often not revisited as data trends change
5050
* (2) are very limited in how they are used. Implementations will often only prefetch content from a homepage or very small set of hero pages, but otherwise not do this for all of the possible entry points on a site. This can leave performance opportunities on the table.
51-
* (3) Require some amount of confidence about the data being used to drive decisions around using prefetching means that developers may not be adopting it out of worry they will waste bandwidth. `<link rel=prefetch>` is [currently used on 5%](https://www.chromestatus.com/metrics/feature/popularity%23LinkRelPrefetch?sa=D&ust=1522637949795000) of total Chrome pageloads, but this could be higher.
51+
* (3) Require some amount of confidence about the data being used to drive decisions around using prefetching means that developers may not be adopting it out of worry they will waste bandwidth. `<link rel=prefetch>` is [currently used on 5%](https://www.chromestatus.com/metrics/feature/timeline/popularity/917) of total Chrome pageloads, but this could be higher.
5252
* Implementing predictive analytics is too complex for the average web developer.
5353
* Most developers are unfamiliar with how to leverage the [Google Analytics API](https://developers.google.com/analytics/devguides/reporting/core/v4/?sa=D&ust=1522637949796000) to determine the probability a page will be visited next. We lack:
5454
* (1) Page-level solution: a drop-in client-side solution for prefetching pages a user will likely visit

0 commit comments

Comments
 (0)