Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize umtcar.be
Large images waste 1.7MB bandwidth and significantly impact loading performance with poor LCP of 7.2s.
Implement responsive images using srcset attributes to serve appropriately sized images (current images are 3-4x larger than displayed). Compress existing WebP images further using tools like ImageOptim. Add proper image dimensions in HTML to prevent layout shifts during loading.
A score of 65 falls in the "Needs Improvement" 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 website has poor performance with a score of 65/100, primarily due to extremely slow loading times with pages taking over 7 seconds to become interactive. The biggest problem is oversized images that are much larger than needed for their display size, wasting nearly 1.7MB of download data and significantly delaying page rendering. Additionally, the site is bloated with unused JavaScript (106KB) and CSS (14KB), while legacy JavaScript code is adding unnecessary overhead. Optimizing image sizes to match their display dimensions, removing unused code, and fixing the forced reflow issues in the main JavaScript file could dramatically improve loading speeds and user experience.
Why It Matters:
Main.js causes 133ms of forced reflows, blocking the main thread and delaying interactivity.
How to Fix:
Refactor main.js to batch DOM reads and writes separately. Cache DOM measurements instead of repeatedly querying offsetWidth/height. Use CSS transforms instead of layout-triggering properties where possible. Consider using requestAnimationFrame for smoother animations.
Why It Matters:
106KB of unused JavaScript and 14KB of unused CSS slow down page parsing and execution unnecessarily.
How to Fix:
Remove unused portions of jQuery (76% unused) and Swiper.js (61% unused) by using tree-shaking or switching to lighter alternatives. Audit all-min.css and remove unused rules (72% unused). Consider loading Google Analytics asynchronously to reduce blocking time.
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 Generic Speed Tests
Unminified JavaScript wastes 1.4 MB and causes 2.3 seconds of blocking execution time.
Large unoptimized images cause 10.4 MB of wasted bandwidth and trigger major layout shifts affecting CLS.
Blocking CSS resources delay First Contentful Paint by 5.4 seconds and waste 237 KiB of unused styles.
Critical CSS file blocks initial page render for 8.1 seconds, severely delaying FCP and LCP.