Skip to content
Austin Gilbert edited this page Apr 11, 2023 · 12 revisions

Package uPersonalize Build Status Nuget Package

The SXA Themes Optimizations plugin aims to increase your SXA site(s) performance, specifically the JavaScript and CSS, and its resulting performance score within Google Lighthouse. The plugin adds functionality on top of SXA and only overwrites SXA's main layout, increasing compatibility with the SXA CLI, Creative Exchange, or however your implementation is using SXA's themes and base themes before installing the plugin.

The SXA Theme Optimizations plugin optimizes the SXA themes by:

  • Bundling the various JavaScript files used by an SXA site into one file, stored in the filesystem.
  • Rendering the newly optimized JavaScript file at the top of the HTML DOM.
  • Rendering the newly optimized JavaScript file asynchronously.
  • Preloading the CSS files so that they are no longer a render blocking resource.

Additional Documentation

Usefull Links