Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize hartmanndirect.com
Missing image dimensions cause layout shifts and the LCP image lacks priority hints, delaying critical rendering.
Add explicit width='350' height='234' attributes to all slider-img elements. Apply fetchpriority='high' to the hero banner image. Ensure the LCP image is discoverable in initial HTML without JavaScript. Remove lazy loading from above-the-fold images including the main banner.
A score of 43 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 website has poor performance with a score of 43/100, indicating significant issues that hurt user experience. The biggest problem is excessive JavaScript that's blocking the page from loading quickly - there's 726 KiB of unused JavaScript code that's delaying both First Contentful Paint (5.3s) and Largest Contentful Paint (9.5s) well beyond acceptable limits. The site is also serving oversized, unoptimized images that waste over 1 MB of bandwidth and lack proper caching. Removing unused JavaScript, optimizing images to modern formats like WebP, and adding explicit image dimensions would likely improve the performance score by 30+ points and dramatically reduce load times from nearly 10 seconds to under 3 seconds.
Why It Matters:
726 KiB of unused JavaScript is delaying LCP by 1.8 seconds and blocking critical rendering.
How to Fix:
Audit chunk-vendors.js and bundle.js to remove unused dependencies. Split large bundles into smaller chunks loaded on-demand. Remove the entire 196KB icons-sprite.js file containing unused PayPal and logo SVGs. Use webpack-bundle-analyzer to identify and eliminate dead code.
Why It Matters:
Product images are oversized and uncompressed, wasting 1,093 KiB and delaying LCP by 500ms.
How to Fix:
Implement responsive images serving 154x154px versions instead of 400x400px originals. Convert all product images to WebP format for 75% smaller file sizes. Add proper caching headers to product images on cdn.hartmann.info (currently no cache). Use srcset with multiple image sizes for different viewport widths.
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 Generic Speed Tests
A major layout shift (CLS score of 0.492) is causing poor user experience as content jumps during page load.
Critical CSS and JavaScript files are blocking page rendering for over 2 seconds, severely delaying both FCP and LCP.
Oversized images waste 124 KiB and contribute 300ms to LCP delays.
CSS files are blocking initial render and delaying FCP/LCP by 600ms.