Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize cloudartisans.co.uk
The hero image is your LCP element but lacks priority optimization, missing opportunities for faster loading.
Add fetchpriority='high' attribute to the hero wireframe SVG image. Include width and height attributes (width='272' height='206') to prevent layout shifts. Consider preloading this critical image using <link rel='preload' as='image'>.
A score of 92 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 92/100, but there's still room for improvement in loading speed. The biggest issue is render-blocking resources (mainly CSS and Google Fonts) that are delaying the First Contentful Paint by about 1.6 seconds, causing content to appear slower than it could. The site could benefit from optimizing how fonts load, adding proper width/height dimensions to images to prevent layout shifts, and implementing better caching strategies for external resources like FontAwesome. Making these changes could push the performance score even higher and create a smoother user experience, especially for the initial page load.
Why It Matters:
Render blocking CSS and fonts delay First Contentful Paint by 1.6 seconds, significantly impacting user experience.
How to Fix:
Inline critical CSS for above-the-fold content directly in the HTML head. Load non-critical CSS asynchronously using rel='preload' with onload handler. Self-host Google Fonts or use font-display: swap to prevent render blocking.
Why It Matters:
Oversized images waste 42KB of bandwidth and short cache lifetimes force unnecessary re-downloads.
How to Fix:
Resize client logo images to match their display dimensions (79x112, 102x112). Set longer cache headers (1 year) for static assets like fonts and images. Increase FontAwesome cache lifetime from 1 minute to at least 1 month.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Generic Speed Tests
Optimizing cache headers ensures consistently fast repeat visits and maintains your excellent performance score.
With a perfect performance score, preloading key resources can further optimize LCP for varying network conditions.
Current viewport configuration causes 300ms tap delays on mobile interactions, directly impacting INP scores.
Images without width/height attributes cause layout shifts and poor user experience as they load.
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.