Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize api.mjeimports.store
Custom fonts are blocking text rendering for 450ms, delaying First Contentful Paint and creating invisible text periods.
Add font-display: swap to your CSS font declarations to show fallback text immediately. Update your Bunny Fonts CSS URL to include &display=swap parameter. Consider using font metric overrides to reduce layout shifts when fonts load.
A score of 88 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 login page has good performance with a score of 88/100, but there's significant room for improvement in loading speed. The biggest problem is a redirect that's adding 750ms of unnecessary delay before the page even starts loading, which is slowing down both First Contentful Paint (2.6s) and Largest Contentful Paint (3.2s). Additionally, the page is loading 57KB of unused JavaScript and has font loading issues that could be optimized with better display settings. Fixing the redirect alone could save three-quarters of a second in load time, while optimizing the unused code and font delivery could further improve the user experience.
Why It Matters:
The redirect from root domain to /login is adding 750ms delay to both FCP and LCP, significantly impacting Core Web Vitals.
How to Fix:
Configure your web server to serve the login page directly without redirects. If using Apache, update .htaccess rules to point directly to /login. For Nginx, modify the location blocks to avoid the intermediate redirect step.
Why It Matters:
Over 53% of your main JavaScript bundle (57KB) is unused, wasting 300ms of load time and impacting LCP.
How to Fix:
Analyze your build process to implement code splitting for unused features. Use tree shaking in your bundler configuration to eliminate dead code. Consider lazy loading non-critical JavaScript components until they're needed on the page.
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
3 CSS files block page rendering for 2.2 seconds, delaying First Contentful Paint.
Unsized images cause a 0.401 CLS score as content jumps when images load.
Your LCP image is lazy-loaded and takes 10 seconds to load, severely impacting user experience.
Over 53% of your main JavaScript bundle (57KB) is unused, wasting 300ms of load time and impacting LCP.