Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize yarashar.com
186 KiB of unused JavaScript delays LCP by 900ms, with jQuery being 75% unused and multiple Swiper libraries loaded.
Remove duplicate Swiper.js libraries (keep only one version). Use WordPress's wp_dequeue_script() to load jQuery only on pages that need it. Consider replacing jQuery dependencies with vanilla JavaScript or use a lighter alternative like Zepto.js for basic functionality.
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 WordPress site has poor performance with a score of 72/100, primarily due to severe image optimization problems. The biggest issue is oversized images that are wasting 277KB of bandwidth - your main slider images are 3-4 times larger than needed for their display size, and your logo is massively oversized at 2906x699 pixels when displayed at just 332x80 pixels. Additionally, the site has a critically slow Speed Index of 16 seconds and excessive unused JavaScript (186KB that could be removed), particularly from jQuery and Swiper libraries. Fixing these image sizes and removing unused code could dramatically improve your Core Web Vitals and user experience.
Why It Matters:
Oversized images waste 277 KiB and your LCP image takes 10.4 seconds to load due to resource delay.
How to Fix:
Generate responsive image sizes in WordPress using add_image_size() and srcset attributes. Resize your main carousel image (IMG_4722.jpg) from 2528x1696 to match display size of 686x460. Add fetchpriority='high' to the LCP image and ensure it's discoverable in initial HTML without JavaScript dependency.
Why It Matters:
The Dragonizer lazy loading plugin causes 116ms of forced reflows, blocking the main thread and degrading user experience.
How to Fix:
Replace the Dragonizer lazy loading with WordPress native loading='lazy' attribute or a more efficient solution like LiteSpeed Cache. Configure lazy loading to avoid measuring DOM geometry after style changes. Test with browser DevTools to ensure smooth scrolling 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 WordPress Speed Tests
39KB of unused CSS (85% waste) is bloating your stylesheets and delaying render times.
Your slider image is oversized (1500x720 vs 1094x525 displayed) and poorly compressed, wasting 32KB and slowing LCP.
Element render delay of 2.6 seconds is blocking your LCP and causing the slow Speed Index of 5.0s.
Poor cache policies waste 199 KB on repeat visits, slowing return user experience.