Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize eagles.cxsiamp.xdr.eu.paloaltonetworks.com
The redirect chain is adding 750ms delay to both LCP and FCP metrics.
Update all internal links and canonical URLs to point directly to https://eagles-cxsiamp.xdr.eu.paloaltonetworks.com/login instead of the root domain. Configure your web server to serve the login page directly without redirecting from the homepage. Test all entry points to ensure they bypass unnecessary redirects.
A score of 91 falls in the "Good" 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 login page has good overall performance with a score of 91/100, but has significant room for improvement in loading speed. The biggest issue is render-blocking resources, particularly the Google Fonts and CSS files, which are delaying when users first see content by an estimated 1.7 seconds. The page is also slowed down by an unnecessary redirect that adds another 750ms to load time. By deferring or inlining the CSS, optimizing font loading, and eliminating the redirect, this page could achieve near-perfect performance scores and provide a much faster user experience.
Why It Matters:
Render-blocking resources are delaying LCP by 1.7 seconds, representing the largest performance bottleneck.
How to Fix:
Inline critical CSS for above-the-fold content directly in the HTML head section. Add preload tags for the Google Fonts CSS and font files: <link rel='preload' href='fonts.googleapis.com/css2...' as='style'>. Use font-display: swap in your CSS to prevent invisible text during font load.
Why It Matters:
Static resources lack cache headers, missing opportunities to improve repeat visit performance.
How to Fix:
Configure your web server to set Cache-Control headers for static assets. Set login.css to cache for at least 1 year with 'Cache-Control: public, max-age=31536000'. Implement cache-busting by appending version numbers to filenames when assets change. Add ETags for better cache validation.
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
Unsized images cause 0.13 CLS score with layout shifts primarily from the logo and hero image lacking explicit dimensions.
732 KiB of unused JavaScript delays LCP by 3.6 seconds, with block-editor and components scripts being 80%+ unused.
The 1.4MB hero image causes 5.1 second resource load delay and significantly impacts LCP by appearing oversized at 6000x4000 for 570x380 display.
CSS and JavaScript files are blocking initial page render for 3,090ms, significantly delaying First Contentful Paint.