Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize digi.hive.dev
Your LCP image has 2.2 second resource load delay and is 59 KiB larger than needed.
Resize the logo from 1000x1000 to 448x448 pixels to match display size. Convert to WebP format for better compression. Add a preload link tag in HTML head for immediate discovery. Consider inlining small critical images as base64.
A score of 61 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 website has poor performance with a score of 61/100, indicating significant user experience issues. The biggest problem is an extremely slow Largest Contentful Paint of 6.5 seconds, primarily caused by a large logo image (74KB) that could be optimized to save 59KB, plus 175KB of unused JavaScript that's blocking the page load. The site is also loading 18KB of completely unused CSS from external sources and has render-blocking resources that could be deferred, which together are delaying the initial page render by over 1.3 seconds. Optimizing the logo image, removing unused code, and deferring non-critical resources could improve the performance score by 25+ points and dramatically reduce load times.
Why It Matters:
46% of your main JavaScript bundle (175 KiB) is unused, causing 1.1 second LCP delay.
How to Fix:
Implement code splitting to load only required modules per page. Use dynamic imports for non-critical features. Consider tree-shaking to eliminate dead code from your bundle. Remove or defer Google Analytics until after page load.
Why It Matters:
Three CSS files block initial render for 1.32 seconds, delaying First Contentful Paint.
How to Fix:
Inline critical CSS for above-the-fold content directly in HTML. Use media='print' onload='this.media="all"' to defer non-critical CSS like devicon fonts. Remove unused CSS rules from external stylesheets or load them asynchronously.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Generic Speed Tests
The Open Sans font creates a 3-level network dependency chain that extends critical path timing.
The featured image wastes 170KB through inefficient format and oversized dimensions.
The CSS file blocks initial page render and delays both LCP and FCP by 600ms.
Three CSS files block initial render for 1.32 seconds, delaying First Contentful Paint.
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.