Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize pabitovr.github.io
Multiple elements are shifting position during load, creating a poor user experience and CLS score of 1.148.
Add explicit height and width CSS properties to the preset buttons container and calculator button. Use CSS skeleton screens or min-height properties to reserve space before content loads. Avoid inserting content above existing elements without reserved space.
A score of 72 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 72/100. The biggest problem is severe layout shifting (CLS score of 1.148), which is primarily caused by web fonts loading late and causing page elements to jump around as they render. The site also has a decent Largest Contentful Paint of 2.7 seconds, but this could be improved with better caching policies that would save about 7KB of resources. Fixing the font loading issues by preloading web fonts or using font-display: swap would dramatically improve user experience by eliminating the jarring layout shifts that occur as the page loads.
Why It Matters:
Web fonts are causing massive layout shifts (CLS 1.148) as they load and reflow content throughout the page.
How to Fix:
Add font-display: swap to your CSS font-face declarations for Inter and JetBrains Mono. Preload critical fonts in HTML head with <link rel='preload' href='font-url' as='font' type='font/woff2' crossorigin>. Use fallback fonts with similar metrics to minimize layout shift during font swap.
Why It Matters:
Short cache lifetimes force unnecessary re-downloads of static assets, slowing repeat visits and wasting 7 KiB of bandwidth.
How to Fix:
Configure GitHub Pages to serve CSS files with longer cache headers (1 year for versioned files). Add cache-busting parameters to your style.css when making changes. Consider using a CDN like Cloudflare for better cache control and performance.
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
Your CSS dependency creates a 348ms critical request chain that delays content rendering and impacts Speed Index.
The external CSS file is blocking initial page render, directly delaying First Contentful Paint by 156ms.
Short cache lifetimes force unnecessary re-downloads of static assets, slowing repeat visits and wasting 7 KiB of bandwidth.
Web fonts are causing massive layout shifts (CLS 1.148) as they load and reflow content throughout the page.