Webflow offers several built-in tools and best practices to improve your PageSpeed Score by optimizing CSS and JavaScript. Here's how you can take advantage of them:
<script>
tags in the Before section in Page Settings to avoid render-blocking.
loading="lazy"
attribute.<link rel="preconnect">
tag in the Page Settings > Custom Code to preconnect to domains like Google Fonts or Stripe.Webflow automatically minifies and optimizes CSS/JS, but for best PageSpeed results, you should minimize use of custom code, reduce DOM complexity, lazy load assets, and selectively load third-party scripts. Tools like Finsweet’s Script Manager can further improve optimizations when needed.