Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize yarashar.com
Images are oversized by 277 KiB total, with the main slider images being 3-4x larger than their display dimensions.
Use a WordPress image optimization plugin like ShortPixel to automatically resize images to match display dimensions. Set responsive image sizes in your theme's functions.php. Compress the header logo from 2906x699 to 664x160 pixels to match its 332x80 display size.
A score of 75 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 WordPress site has concerning performance issues with a score of 75/100. The biggest problem is extremely slow image loading, with your Largest Contentful Paint taking 4.7 seconds - primarily caused by a 3.3-second delay before the main hero image even starts loading. The site is serving oversized images (wasting 277KB) and loading too much unused JavaScript (186KB), while multiple unminified scripts are slowing down the page further. Fixing the image discovery issues, properly sizing images for their display dimensions, and cleaning up unused JavaScript could dramatically improve your Core Web Vitals and user experience.
Why It Matters:
The LCP image has a 3.3-second resource load delay because it's not discoverable in the initial HTML, severely impacting page load performance.
How to Fix:
Remove lazy loading from the hero slider image by adding loading='eager' attribute. Add fetchpriority='high' to the LCP image element. Ensure the image src is in the initial HTML rather than loaded via JavaScript after page load.
Why It Matters:
186 KiB of unused JavaScript is delaying LCP by 900ms, including jQuery and duplicate Swiper libraries.
How to Fix:
Remove the duplicate Swiper.js library (Elementor and Woodmart both load versions). Use a plugin like Asset CleanUp to conditionally load jQuery only on pages that need it. Minify remaining JavaScript files to save an additional 72 KiB.
Get AI-powered performance insights with actionable fixes in 30 seconds
More WordPress Speed Tests
Custom fonts block text rendering for 880ms, delaying FCP and creating poor user experience.
LCP element has 7.5 second resource load delay because it's not discoverable from initial HTML.
Unused assets waste 130KB of bandwidth and delay FCP by 1.05 seconds, severely impacting Core Web Vitals.
CSS files are blocking page rendering and delaying FCP by 8.99 seconds, severely impacting user experience.
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.