Skip to main content

10 docs tagged with "performance"

View All Tags

Performance

This section presents a few practices you can employ to monitor and improve your store's website performance while aiming for high scores in Lighthouse audits.

Setting up FastStore images

In this guide, learn how to improve your store's image rendering performance by using a CDN to deliver optimized images in WebP and AVIF formats.

Testing the server-side rendering

JavaScript handles data fetching, templating, and routing on the client-side rather than on the server-side. Nevertheless, the amount of JavaScript shipped to the browser tends to increase as the complexity of an application grows. As a result, JavaScript code competes for processing power and delays the rendering task while striving to be processed before the browser finishes rendering the page content.