Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize joinswitch.com
Redirects add 1.15 seconds delay to both LCP and FCP, severely impacting performance.
Update all internal links to point directly to the HTTPS version (https://joinswitch.com/landing/). Configure your server to serve the canonical URL directly without redirects. Update any marketing campaigns or external links to use the final destination URL.
A score of 78 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 generic website has moderate performance issues with a score of 78/100. The biggest problem is a chain of redirects that's adding over 1 second of unnecessary delay before the page even starts loading, combined with a slow Largest Contentful Paint of 3.8 seconds. Eliminating the redirect chain (which bounces users from http to https and through multiple URLs) would provide immediate improvements, while optimizing the unused JavaScript from tracking scripts like TikTok and Google Analytics could save an additional 330KB of wasted downloads. Fixing these redirects alone could boost the performance score by 10-15 points and dramatically improve the user experience.
Why It Matters:
330 KiB of unused JavaScript delays LCP by 400ms and blocks the main thread for 2 seconds.
How to Fix:
Remove or defer non-critical tracking scripts (TikTok Pixel, Google Analytics) until after page load using dynamic imports. Implement code splitting to load only essential JavaScript initially. Use tree-shaking to eliminate unused portions of third-party libraries like Klaviyo.
Why It Matters:
Poor cache policies on external scripts force repeated downloads, slowing repeat visits by 248 KiB.
How to Fix:
Implement a service worker to cache Facebook Pixel and TikTok scripts locally with longer expiration times. Use resource hints like dns-prefetch for external domains. Consider self-hosting critical third-party scripts to control cache headers.
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
Poor cache policies on external scripts force repeated downloads, slowing repeat visits by 248 KiB.
330 KiB of unused JavaScript delays LCP by 400ms and blocks the main thread for 2 seconds.
Font loading delays are causing 650ms delay to First Contentful Paint and creating invisible text periods.
Missing width and height attributes on images cause layout shifts that hurt user experience and CLS scores.