Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize yarashar.com
The Dragonizer lazy loading plugin causes 116ms of forced reflows, blocking the main thread and degrading user experience.
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.
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:
186 KiB of unused JavaScript delays LCP by 900ms, with jQuery being 75% unused and multiple Swiper libraries loaded.
How to Fix:
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.
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.