Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize ullswaterroadgarage.co.uk
Zero cache lifetime on assets wastes 2.7MB on repeat visits and slows LCP by 11 seconds.
Configure Rails asset pipeline with far-future expires headers (1 year) for static assets. Set up CloudFlare or similar CDN with proper cache control headers. Enable gzip compression for CSS/JS files in your Rails server configuration.
A score of 55 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 Ruby on Rails site has significant performance problems with a poor score of 55/100. The biggest issue is excessive unused CSS that's blocking the page from rendering quickly, wasting 434 KiB of data and delaying both First Contentful Paint and Largest Contentful Paint by over 2 seconds. The site is also suffering from forced reflows caused by JavaScript (primarily Google Analytics), legacy JavaScript bloat, and poor caching strategies that force users to re-download 2.7 MB of resources on every visit. Cleaning up the CSS, implementing proper caching headers, and optimizing the JavaScript could easily improve the performance score by 30+ points and dramatically reduce the current 20-second load time.
Why It Matters:
Unused code blocks critical rendering for 6+ seconds and wastes 1.1MB in network payload.
How to Fix:
Use Rails asset pipeline to analyze and remove unused CSS rules (434 KiB savings). Implement code splitting with Webpacker to load only necessary JavaScript per page. Remove unused polyfills from CookieControl library (38KB savings) and consider switching to a lighter alternative.
Why It Matters:
JavaScript queries cause 92ms of forced reflows, blocking main thread and delaying interactivity.
How to Fix:
Optimize Google Analytics implementation by using gtag with minimal configuration. Cache DOM queries in your Rails JavaScript and batch DOM writes. Move CookieControl initialization to after page load to reduce blocking time.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Ruby on Rails Speed Tests
2.2MB of unused JavaScript and 485KB unused CSS waste bandwidth and slow parsing.
Layout shifts score of 1.03 severely impacts user experience and Core Web Vitals.
Missing width/height attributes cause layout shifts during load, hurting CLS and user experience.
Images are oversized and poorly compressed, wasting 25KB of bandwidth and slowing page 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.