Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize moducraft.io
Google Fonts are blocking initial render and delaying LCP by 1.45 seconds.
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.
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.
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 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.
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.
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.
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
A major layout shift (CLS score of 0.492) is causing poor user experience as content jumps during page load.
Critical CSS and JavaScript files are blocking page rendering for over 2 seconds, severely delaying both FCP and LCP.
Oversized images waste 124 KiB and contribute 300ms to LCP delays.
CSS files are blocking initial render and delaying FCP/LCP by 600ms.