font-display: swap
for webfonts, optimize animations and DOM structure, serve assets with proper caching, limit JavaScript execution, and lazy-load images for faster load times.To resolve Webflow site performance issues, you need to optimize render-blocking resources, CSS, fonts, JavaScript, asset caching, DOM structure, and critical requests.
tag section in Settings > Custom Code.
font-display: swap
in Project Settings > Custom Code > Head section.To improve performance in your Webflow site: enable asset minification, minimize unused styles and scripts, optimize fonts with font-display: swap
, serve assets efficiently, limit complex animations, streamline your DOM, and lazy-load images. Together, these actions target common performance metrics and improve load speed.