To optimize a video and photo-heavy Webflow website, you need to focus on handling media loading, reducing JavaScript execution time, and improving Core Web Vitals like Largest Contentful Paint (LCP), First Input Delay (FID), and Cumulative Layout Shift (CLS).
loading="lazy"
to images in most cases, but confirm this in the embed or element settings.and head sections. Eliminate unused JavaScript libraries like jQuery if not critical.
To optimize a media-heavy Webflow site, compress and lazy-load all assets, offload videos to external platforms, replace custom JavaScript with built-in Webflow features, and defer non-essential scripts. Monitor the site using Lighthouse or PageSpeed Insights to evaluate and address performance issues.