Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize campdavid.soccx.pl
The hero image uses lazy loading and lacks priority hints, causing an 18-second LCP that fails Core Web Vitals.
Edit your theme's slideshow section template to remove loading='lazy' from the first hero image. Add fetchpriority='high' attribute to the LCP image element. Preload the hero image in theme.liquid using <link rel='preload' as='image' href='hero-image-url'> in the <head> section.
A score of 21 falls in the "Poor" 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 Shopify site has severe performance issues with a critically low score of 21/100. The biggest problem is massive JavaScript bloat - the site loads 254 KiB of unused JavaScript that delays page rendering by over 1.3 seconds, combined with render-blocking scripts that add another 570ms delay. The site also suffers from a devastating redirect issue (adding 780ms) and takes an extremely slow 18 seconds for the largest content to appear, creating a terrible user experience. Fixing the redirect, removing unused JavaScript from third-party apps like Lookfy and cookie consent tools, and optimizing the oversized images could potentially improve the performance score by 40+ points and drastically reduce load times.
Why It Matters:
Unused JavaScript wastes 254 KiB and delays LCP by 1.35 seconds, severely impacting page performance.
How to Fix:
In Shopify Admin, go to Online Store > Themes > Actions > Edit Code. Remove or defer the Lookfy extension (52KB waste), optimize Google Tag Manager by removing unused tags, and audit Ryviu app for necessary features only. Use Shopify's Script Tag API to load non-critical scripts after page load.
Why It Matters:
Critical CSS and JavaScript block initial page render for 570ms, preventing users from seeing content quickly.
How to Fix:
Move Cookie Consent script to load asynchronously using async attribute. Inline critical CSS for above-the-fold content in your theme.liquid file. Defer Lookfy extension CSS by adding media='print' onload='this.media="all"' to the link tag, then loading it after page renders.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Shopify Speed Tests
Critical CSS and JavaScript block initial page render for 570ms, preventing users from seeing content quickly.
Unused JavaScript wastes 254 KiB and delays LCP by 1.35 seconds, severely impacting page performance.
Critical rendering is blocked for 310ms by CSS and JavaScript files that could be deferred.
Images are oversized and poorly compressed, wasting 255 KiB and delaying LCP by 150ms.
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.