Eliminate Render Blocking Resources

How to optimize ouviradios.com.br

Generic SiteScore: 0/100Analyzed June 2026Re-analyze this site

Eliminate Render Blocking Resources

Medium Impact+12 points estimated

Why It Matters

CSS files block initial page render and delay content visibility for users.

How to Fix

Inline critical CSS for above-the-fold content directly in HTML head. Load app-mobile.css and home.min.css asynchronously using media='print' onload technique. Split CSS into critical and non-critical portions.

0Poor

What This Score Means

A score of 0 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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

N/A
Needs Improvement

Good: < 2.5s

Measures how long it takes for the main content to appear on screen

INP

Interaction to Next Paint

81ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.21
Needs Improvement

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This website has severe performance issues with a score of 0/100, indicating major problems that significantly impact user experience. The biggest issue is excessive layout shifting (CLS of 0.209) caused primarily by web fonts loading after the page content, which makes elements jump around as users try to interact with the site. The site also suffers from extremely slow loading times with a Speed Index of 12 seconds and First Contentful Paint of 3.8 seconds, largely due to oversized images (930 KB could be saved through optimization) and render-blocking CSS files. Implementing proper font loading strategies, optimizing and resizing images to appropriate dimensions, and addressing the caching issues could dramatically improve performance and user experience.

Other Optimization Recommendations

Fix Web Font Layout Shifts

High Impact+25 points estimated

Why It Matters:

Web font loading causes massive layout shifts (0.193 CLS score) that severely hurt user experience.

How to Fix:

Add font-display: swap to your Google Fonts Inter import and preload the font file. Set fallback font metrics using size-adjust CSS property to match Inter's dimensions. Reserve space for text content with CSS min-height before font loads.

Optimize and Resize Images

High Impact+18 points estimated

Why It Matters:

Oversized images waste 930 KiB of bandwidth and slow down page loading significantly.

How to Fix:

Convert podcast cover images from JPEG to WebP format for 50% size reduction. Resize images to match display dimensions (164x164px instead of 600x600px). Implement responsive images with srcset attribute for different screen sizes.

Keep Your Site Fast After Optimization

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.

Explore DeployHQ →Trusted by engineering teams shipping high-performance sites

Want to Analyze YOUR Website?

Get AI-powered performance insights with actionable fixes in 30 seconds

More Generic Speed Tests

Generic Performance Resources

Frequently Asked Questions