Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize medcloud.link
Critical CSS and JavaScript files block initial page render for 2.6 seconds, severely impacting FCP.
In Webflow Designer, move non-critical JavaScript to the footer before closing body tag. Use Webflow's built-in code minification. Inline critical CSS for above-the-fold content using custom code in page settings. Defer loading of secondary JavaScript files using async or defer attributes.
A score of 46 falls in the "Poor" range (50-89). While it is better than poor (0-49), you should aim for 90+ to provide an optimal user experience and maximize SEO benefits.
This site is slower than approximately 35% of similar sites. The main issues affecting performance are image optimization, JavaScript execution time, and layout stability.
Addressing these issues could improve your conversion rate by 15-20% and boost your search engine rankings.
Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
Interaction to Next Paint
Good: < 200ms
Measures how quickly the page responds to user interactions
Cumulative Layout Shift
Good: < 0.1
Measures visual stability - how much content shifts during page load
This Webflow site has poor performance issues with a score of 46/100. The biggest problems are large video files (over 29MB total) with no caching and render-blocking resources that delay page rendering by 2.6 seconds. The site loads extremely slowly with a 19-second Time to Interactive and 5.6-second Largest Contentful Paint, primarily due to massive video files that aren't cached and heavy JavaScript execution. Implementing proper caching for video content, deferring non-critical JavaScript, and reducing the enormous network payload could improve the score by 30+ points and dramatically enhance user experience.
Why It Matters:
Large video files (15.6MB) have no cache headers, forcing full re-downloads and delaying LCP by 250ms.
How to Fix:
In Webflow Project Settings > Hosting, enable browser caching. Add cache-control headers via custom code for video assets. Consider using a CDN like Cloudflare with aggressive caching for static video content. Compress hero videos further or use poster images with play-on-click interactions.
Why It Matters:
The hero video is your LCP element but lacks performance optimizations, contributing to poor loading experience.
How to Fix:
Add fetchpriority='high' to the video element in Webflow's custom attributes panel. Ensure video has proper poster image with WebP format. Consider replacing autoplay video with optimized image on mobile devices using Webflow's responsive display settings. Preload the first few seconds of video content.
Once your site is optimized, maintain that speed. Use DeployHQ for zero-downtime, automated deployments—so performance fixes and updates go live safely every time, without breaking your site.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Webflow Speed Tests
The hero video is your LCP element but lacks performance optimizations, contributing to poor loading experience.
Large video files (15.6MB) have no cache headers, forcing full re-downloads and delaying LCP by 250ms.
Poor cache lifetimes waste 275 KB on repeat visits and delay LCP by 150ms for returning users.
Images account for 643 KB of wasted bytes and use outdated formats, impacting LCP performance.