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
Unused JavaScript wastes 254 KiB and delays LCP by 1.35 seconds, severely impacting page performance.
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.
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:
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.
Why It Matters:
The hero image uses lazy loading and lacks priority hints, causing an 18-second LCP that fails Core Web Vitals.
How to Fix:
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.
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 Shopify Speed Tests
Resource load delay of 835ms and network dependency chains up to 10 seconds are preventing fast page rendering.
2MB of unused JavaScript is causing 8.5 seconds of execution time and blocking the main thread for nearly 3 seconds.
Element render delay of 2.1 seconds is causing your LCP to reach 19 seconds, severely impacting user experience.
Layout shifts score 0.499 (poor) due to unsized images and web font loading causing content to jump during page load.