You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -78,7 +78,7 @@ Contributions are always welcome! Learn more about how to get involved in the [C
78
78
79
79
**Enhancements**
80
80
81
-
* Add No-cache BFCache to list of performance feature plugins. ([2119](https://github.com/WordPress/performance/pull/2119))
81
+
* Add Instant Back/Forward to list of performance feature plugins. ([2119](https://github.com/WordPress/performance/pull/2119))
82
82
* Add admin pointers to promote new Performance Lab features. ([2122](https://github.com/WordPress/performance/pull/2122))
83
83
* Implement opt-in `PERFLAB_PLACE_OBJECT_CACHE_DROPIN` for Server-Timing `object-cache.php` placement. ([1996](https://github.com/WordPress/performance/pull/1996))
84
84
* Use `wp_is_rest_endpoint()` to detect if we are handling a REST API request. ([2094](https://github.com/WordPress/performance/pull/2094))
@@ -629,7 +629,7 @@ Contributions are always welcome! Learn more about how to get involved in the [C
629
629
630
630
= n.e.x.t =
631
631
632
-
This release introduces two new features: View Transitions which adds smooth transitions between navigations on your site, and No-cache BFCache which enables back/forward cache (bfcache) for instant history navigations.
632
+
This release introduces two new features: View Transitions which adds smooth transitions between navigations on your site, and Instant Back/Forward which enables back/forward cache (bfcache) for instant history navigations.
// Note: The No-cache BFCache plugin is not part of the monorepo, so it is not automatically installed in the dev environment.
169
+
// Note: The Instant Back/Forward plugin is not part of the monorepo, so it is not automatically installed in the dev environment.
170
170
// Note: The Speculative Loading admin pointer 'perflab-feature-speculation-rules-auth' does not get auto-dismissed because it is for a new feature of an existing feature plugin.
0 commit comments