Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize sedshop.se
Product images are 4x larger than needed (768x768 served for 186x186 display), wasting 1MB of bandwidth and delaying LCP.
Install WP Smush or ShortPixel to auto-generate responsive image sizes. Configure WooCommerce to serve appropriately sized product thumbnails. Add fetchpriority='high' to your LCP image (start2.png.webp) in the banner section.
A score of 27 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 WordPress site has severe performance issues with a score of just 27/100. The biggest problem is excessive JavaScript execution time (6.2 seconds), primarily from Google reCAPTCHA which is blocking the page from becoming interactive for over 21 seconds. The site is also loading 60KB of unused CSS and has poorly optimized images that could save over 1MB in file size. Addressing the JavaScript bloat, especially by optimizing or deferring the reCAPTCHA implementation, would provide the most significant performance improvement and dramatically reduce the current 2.3-second blocking time that's hurting user experience.
Why It Matters:
60KB of unused CSS and 1,175KB of unused JavaScript are blocking critical rendering and delaying LCP by nearly 3 seconds.
How to Fix:
Remove or disable the JS Composer/Visual Composer plugin if not actively used (99% unused CSS detected). Use Asset CleanUp Pro to selectively load scripts only where needed. Configure WP Rocket to defer unused JavaScript execution until after page load.
Why It Matters:
Google reCAPTCHA is consuming 6.2 seconds of JavaScript execution time and blocking user interactions.
How to Fix:
Load reCAPTCHA only when users interact with forms using conditional loading. Replace with hCaptcha or implement Contact Form 7's native spam protection. Move reCAPTCHA scripts to load asynchronously after critical content.
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 WordPress Speed Tests
Render-blocking CSS and JavaScript are delaying First Contentful Paint by 1.46 seconds.
Multiple redirects are adding 750ms delay to both LCP and FCP before the page even starts loading.
Poor cache lifetimes are wasting 349 KiB and delaying FCP/LCP by 600ms on repeat visits.
FontAwesome fonts cause 50ms delay in FCP due to missing font-display declarations.