Skip to content

Commit 39ae90a

Browse files
committed
added definition of what pre-rendering is
1 parent 9847cde commit 39ae90a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/storefront/stencil/start/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Stencil themes can access remote objects through event hook and use the hooks to
5656

5757
All stencil themes utilize the [Speculation Rules API](https://developer.mozilla.org/en-US/docs/Web/API/Speculation_Rules_API) to pre-render checkout pages, improving performance and user experience.
5858

59+
**Pre-rendering** means the browser begins loading a page in the background (for example, when a shopper hovers over or is likely to click a checkout link) so that it appears almost instantly when opened.
60+
5961
### Limitations
6062

6163
- Currently only works if the shopper is using the Google Chrome browser. Check [browser compatibility](https://developer.mozilla.org/en-US/docs/Web/API/Speculation_Rules_API#browser_compatibility) to see latest browser support.

0 commit comments

Comments
 (0)