Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize mystock.fms.ea.com
Assets with no cache headers force re-downloads on every visit, delaying LCP by 5.6 seconds.
Add cache headers to your .htaccess file: 'ExpiresByType font/woff2 "access plus 1 year"' for fonts, 'ExpiresByType image/png "access plus 6 months"' for images. Set cache-control headers for CSS/JS files to 'max-age=31536000' with versioning for updates.
A score of 64 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 64/100, primarily due to render-blocking resources that are delaying the initial page load by over 3 seconds. The biggest issues are unoptimized CSS and JavaScript files (FontAwesome, Bootstrap, and jQuery) that block rendering, plus a severe caching problem where critical assets like fonts and images have no cache expiration set. The site also suffers from bloated, unused code - with 99% of FontAwesome CSS and 70% of JavaScript going unused - and unoptimized images that could save 144KB through modern formats like WebP. Fixing these caching issues and deferring non-critical resources could dramatically improve the 7.1-second load times that users are currently experiencing.
Why It Matters:
Critical CSS and JavaScript files block initial page render, delaying FCP by 3.4 seconds.
How to Fix:
Inline critical CSS directly in the HTML head section. Add 'defer' attribute to bootstrap.bundle.js and jQuery scripts. Load FontAwesome CSS with 'media="print" onload="this.media=\"all\""' to make it non-blocking while preserving functionality.
Why It Matters:
Large PNG images waste 144 KiB of bandwidth and delay LCP by 750ms unnecessarily.
How to Fix:
Convert fms_1.png and logos to WebP format using tools like Squoosh or ImageOptim for 70-80% size reduction. Add explicit width and height attributes to all img elements to prevent layout shifts. Implement 'fetchpriority="high"' on the LCP image (fms_1.png) for faster loading priority.
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
Maximum potential First Input Delay of 270ms indicates JavaScript blocking user interactions.
83% of CSS (11KB) is unused, wasting bandwidth and blocking rendering.
Render-blocking CSS delays LCP by 150ms and blocks initial page render.
84% of CSS rules are unused, wasting 67KB of bandwidth and slowing page load.