Eliminate Render-Blocking Google Fonts

How to optimize moducraft.io

Generic SiteScore: 91/100Analyzed March 2026Re-analyze this site

Eliminate Render-Blocking Google Fonts

High Impact+8 points estimated

Why It Matters

Google Fonts are blocking initial render and delaying LCP by 1.45 seconds.

How to Fix

Replace the Google Fonts CSS link with a preload link: <link rel='preload' href='https://fonts.googleapis.com/css2...' as='style' onload="this.onload=null;this.rel='stylesheet'">. Add font-display: swap to your CSS font-face declarations. Consider self-hosting the font files for better control.

0Good

What This Score Means

A score of 91 falls in the "Good" 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

2.9s
Needs Improvement

Good: < 2.5s

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

INP

Interaction to Next Paint

16ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.00
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This website has excellent performance with a score of 91/100, but there's still room for improvement. The biggest issue is render-blocking resources, particularly Google Fonts, which are delaying the initial page render by 1.45 seconds and hurting your First Contentful Paint and Largest Contentful Paint metrics. The site is also loading unnecessarily large images - especially a DoughBoys logo that's 549x497 pixels but only displayed at 93x84 pixels, wasting 91KB of bandwidth. Quick wins include deferring or inlining the font loading and resizing images to match their display dimensions, which could easily push this site into the high-90s performance range.

Other Optimization Recommendations

Optimize and Properly Size Images

High Impact+6 points estimated

Why It Matters:

Oversized images waste 107 KiB of bandwidth and delay LCP by 300ms.

How to Fix:

Convert the doughboys.png (91KB wasted) to WebP format and resize from 549x497 to actual display size of 93x84 pixels. Resize clarion-events.webp from 1200x740 to 136x84 pixels. Add explicit width='78' height='48' attributes to all client logo images to prevent layout shifts.

Extend Browser Cache Lifetimes

Medium Impact+3 points estimated

Why It Matters:

Short cache durations force repeat visitors to re-download 14 KiB of unchanged assets.

How to Fix:

Configure your server to set longer cache headers for static assets: images should have max-age=31536000 (1 year), CSS files max-age=2592000 (1 month). Add cache-busting query parameters when files change. Use ETags for validation caching on dynamic content.

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