Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize khitishpicture.com
Oversized images waste 1,555 KiB and delay LCP by 5 seconds, causing the worst performance impact.
Resize logo images to match display dimensions (77x77 for nav logo, 455x455 for preloader). Convert all images to WebP format using tools like Squoosh or ImageOptim. Implement responsive images with srcset to serve appropriate sizes for different devices.
A score of 58 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 58/100, indicating significant loading issues that negatively impact user experience. The biggest problem is extremely slow content loading - it takes 4.2 seconds before users see any content (First Contentful Paint) and a painful 14.3 seconds for the main content to fully load (Largest Contentful Paint). The primary culprits are oversized images that are much larger than needed for their display size (wasting 1,555 KB of data) and render-blocking Google Fonts that delay initial page rendering by 2.8 seconds. Compressing and properly sizing images, along with optimizing font loading, could dramatically improve performance and potentially boost the score by 30+ points.
Why It Matters:
Google Fonts CSS blocks initial page render for 2.8 seconds, severely delaying First Contentful Paint.
How to Fix:
Download font files and host them locally to eliminate external requests. Use font-display: swap in CSS to show fallback text immediately. Preload the most critical font weights using <link rel='preload'> in the HTML head.
Why It Matters:
The LCP image uses lazy loading inappropriately, adding unnecessary delay to the largest visual element.
How to Fix:
Remove loading='lazy' from the main hero image (logo_027.jpg). Add fetchpriority='high' to prioritize this critical image. Add explicit width and height attributes to prevent layout shift during image load.
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
85 KiB of unused CSS and 59 KiB of unused JavaScript are unnecessarily slowing page load by 750ms total.
CSS and JavaScript files are blocking initial render, delaying First Contentful Paint by 1.7 seconds.
Images are causing a 2.75 second delay to LCP and wasting 623 KiB with oversized dimensions and poor compression.
The LCP image uses lazy loading inappropriately, adding unnecessary delay to the largest visual element.