Fix Forced Reflow Issues

How to optimize yarashar.com

WordPress SiteScore: 72/100Analyzed February 2026

Fix Forced Reflow Issues

Medium Impact+8 points estimated

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.

0Needs Improvement

What This Score Means

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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

4.9s
Poor

Good: < 2.5s

Measures how long it takes for the main content to appear on screen

INP

Interaction to Next Paint

58ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.02
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

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.

Other Optimization Recommendations

Fix Image Sizing and Delivery

High Impact+18 points estimated

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.

Eliminate Unused JavaScript Code

High Impact+15 points estimated

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.

Want to Analyze YOUR Website?

Get AI-powered performance insights with actionable fixes in 30 seconds

More WordPress Speed Tests

WordPress Performance Resources

Frequently Asked Questions

Keep Your Site Fast After Optimization

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.

Explore DeployHQ →Trusted by engineering teams shipping high-performance sites