LWR Sites for Experience Cloud
Summer '26 (API version 67.0)
Spring '26 (API version 66.0)
Winter '26 (API version 65.0)
Summer '25 (API version 64.0)
Spring '25 (API version 63.0)
Winter '25 (API version 62.0)
Summer '24 (API version 61.0)
Spring '24 (API version 60.0)
Winter '24 (API version 59.0)
Summer '23 (API version 58.0)
Spring '23 (API version 57.0)
Winter '23 (API version 56.0)
Summer '22 (API version 55.0)
Spring '22 (API version 54.0)
Winter '22 (API version 53.0)
Summer '21 (API version 52.0)
Spring '21 (API version 51.0)
Pages and Components in the LWR Template
New Publishing Model
Custom URL Paths for Unauthenticated Sites
Lightning Locker
Caching Policy
Head Markup
Accessibility
Template Limitations
Newer Version Available
Differences in Behavior
With the new Build Your Own (LWR) template, some things work a little differently than
with our Aura templates.
-
New Publishing Model
LWR sites take advantage of a new publishing paradigm, where components are frozen when the site is published and served statically at runtime. -
Custom URL Paths for Unauthenticated Sites
Unlike Aura templates, when you select the Build Your Own (LWR) template in the site creation wizard, you have the option to create an unauthenticated or an authenticated site. -
Lightning Locker
LWR sites use an upgraded version of the Lightning Locker library that supports cross-namespace communication for Lightning web components, in addition to the usual security features Locker provides. Cross-namespace communication lets you import components from other namespaces and use them via composition or extension. -
Caching Policy
LWR sites make heavy use of caching to improve performance and scalability on the live site. Except for the initial document request and data API calls, all requests required to load a page are HTTP cacheable. -
Head Markup
With the Build Your Own (LWR) template, you have complete control over the head markup included on the page. Now, when you open the Head Markup window, you can access this default markup. -
Accessibility
LWR sites include several important accessibility features and best practices, such as screen reader support and F6 navigation.