Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize dashthis.com
Redirects add 780ms delay and directly impact both LCP and FCP by 800ms.
Update all internal links and canonical URLs to point directly to https://www.dashthis.com/ instead of the non-www version. Configure your web server to serve content directly without redirects. Update any marketing campaigns or external links to use the final URL.
A score of 70 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 moderate performance issues with a score of 70/100, but faces significant loading delays that hurt user experience. The biggest problem is multiple page redirects that waste 780ms before the page even starts loading, combined with 404KB of unused JavaScript from third-party tools like HubSpot chat and Google Analytics that could be trimmed or deferred. The site takes 4.5 seconds for the largest content to appear and a concerning 17.5 seconds to become fully interactive, mainly due to render-blocking CSS and JavaScript files that prevent the page from displaying quickly. Fixing the redirect chain and reducing unused code could easily improve the performance score by 15-20 points and dramatically speed up the user experience.
Why It Matters:
404KB of unused JavaScript delays LCP by 600ms and blocks the main thread unnecessarily.
How to Fix:
Audit and reduce HubSpot chat widget bundle size by removing unused features or deferring initialization. Replace Google Tag Manager with server-side tracking where possible. Use dynamic imports to load chat and analytics scripts only when needed by user interaction.
Why It Matters:
The main dashboard image lacks priority hints and uses lazy loading, preventing optimal LCP performance.
How to Fix:
Add fetchpriority='high' attribute to the center dashboard image (headerMain__centerImg). Remove loading='lazy' from above-the-fold images. Preload the LCP image using <link rel='preload' as='image' href='center_db.svg'> in the document head.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Generic Speed Tests
Page redirect from zadom.hr to www.zadom.hr wastes 780ms before content loading even begins.
1MB of unused code is downloaded unnecessarily, wasting 1050ms and slowing LCP by 900ms.
CSS files are blocking page rendering for 790ms, directly delaying First Contentful Paint and user experience.
JavaScript is causing 35ms of forced reflows and 103KB of unused Google Analytics code is blocking resources.
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.