Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize goalsparx.com
CSS files block initial render for 1.82 seconds, delaying First Contentful Paint.
Inline critical CSS for above-the-fold content directly in the HTML head. Load non-critical CSS asynchronously using media='print' onload='this.media="all"' technique. Preload Google Fonts with link rel='preload' to reduce font loading delays.
A score of 61 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 61/100, primarily due to extremely slow loading times with pages taking 8.8 seconds to become fully interactive. The biggest issue is massive, unoptimized images (over 5MB total) that lack proper caching, modern formats like WebP, and appropriate sizing for their display dimensions. The site also suffers from render-blocking CSS and JavaScript files that delay the first paint by 1.8 seconds, plus 275KB of unused JavaScript code. Fixing image optimization, implementing proper caching headers, and removing unused code could dramatically improve performance by reducing load times by several seconds and boosting the performance score by 25-30 points.
Why It Matters:
Large PNG images waste 4,217 KiB and delay LCP by 3.25 seconds.
How to Fix:
Convert group-photo.png and werewolf PNG files to WebP format for 70-80% size reduction. Resize images to match display dimensions (427x427 for group photo, 160x160 and 192x192 for werewolves). Use responsive image srcset to serve appropriate sizes for different screen sizes.
Why It Matters:
Missing cache headers force re-downloading 5,148 KiB on repeat visits, slowing LCP by 6.55 seconds.
How to Fix:
Add Cache-Control headers with max-age=31536000 for static assets like images and CSS. Configure your web server or CDN to set Expires headers for PNG, CSS, and JS files. Add ETags for better cache validation.
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
Missing cache headers force re-downloading 5,148 KiB on repeat visits, slowing LCP by 6.55 seconds.
Large PNG images waste 4,217 KiB and delay LCP by 3.25 seconds.
CSS and JavaScript files block page rendering for 1.84 seconds, delaying FCP significantly.
Large unoptimized images delay LCP by 250ms and consume 2.8MB unnecessarily.