Skip to content

Commit 05d542d

Browse files
minor fixes in perf chapter (#4368)
* minor fixes - as shown in the chart below -> above - hierarchy of bfcache section * Update src/content/en/2025/performance.md --------- Co-authored-by: Barry Pollard <barrypollard@google.com>
1 parent d006df9 commit 05d542d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/en/2025/performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ From 2023 to 2025, the share of sites with "good" CLS increases steadily across
424424

425425
There are a number of best practices sites can follow to reduce the likelihood of CLS.
426426

427-
### Back/forward cache (bfcache)
427+
#### Back/forward cache (bfcache)
428428

429429
[The back/forward cache (bfcache)](https://web.dev/articles/bfcache) allows browsers to instantly restore a page from memory when users navigate using the browser's back or forward buttons. Rather than reloading the page and re-executing JavaScript, the browser preserves the page's state, resulting in near-instant navigations and improved user experience. Because pages are restored in their previous state, bfcache can also help avoid layout shifts that might otherwise occur during re-navigation.
430430

@@ -555,7 +555,7 @@ Non-composited animations remain common, appearing on 40% of mobile pages and 44
555555
)
556556
}}
557557

558-
Non-composited animations impact emerges primarily at higher percentiles, with usage increasing at the 75th percentile and rising sharply at the 90th percentile to 13 animations on desktop and 11 on mobile, as shown in the chart below.
558+
Non-composited animations impact emerges primarily at higher percentiles, with usage increasing at the 75th percentile and rising sharply at the 90th percentile to 13 animations on desktop and 11 on mobile.
559559

560560
### Visual stability conclusion
561561

0 commit comments

Comments
 (0)