Eliminate Forced Layout Reflows

How to optimize love146.org

WordPress SiteScore: 44/100Analyzed April 2026Re-analyze this site

Eliminate Forced Layout Reflows

High Impact+18 points estimated

Why It Matters

JavaScript queries geometric properties after DOM changes, causing 310ms of blocking time and poor user interaction.

How to Fix

Update WP Smush lazy loading configuration to avoid frequent DOM measurements. Replace jQuery animations with CSS transforms where possible. Batch DOM reads and writes in custom JavaScript to minimize layout thrashing.

0Poor

What This Score Means

A score of 44 falls in the "Poor" 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

18.5s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

357ms
Needs Improvement

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.07
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This WordPress site has severe performance issues with a score of just 44/100, indicating major problems that are hurting user experience. The biggest culprit is excessive unused CSS and JavaScript, which is blocking the initial page render and delaying First Contentful Paint by up to 6 seconds - your pages are taking nearly 8 seconds just to show any content to visitors. The site is loading over 5MB of data with massive amounts of unused code from plugins like Elementor and various optimization tools that are ironically making things slower. Cleaning up unused CSS (537KB savings) and JavaScript (420KB savings), along with optimizing the bloated main CSS file and reducing the number of render-blocking resources, could dramatically improve load times and boost your performance score by 30+ points.

Other Optimization Recommendations

Remove Unused CSS and JavaScript

High Impact+25 points estimated

Why It Matters:

Unused code blocks rendering for 6+ seconds and wastes 970KB of network resources, severely impacting LCP.

How to Fix:

Install Asset CleanUp or WP Rocket to disable unused plugins on specific pages. Remove 537KB of unused CSS from the minified bundle. Audit Elementor widgets and disable unused components in Elementor > Tools > General.

Optimize Image Delivery and Compression

High Impact+15 points estimated

Why It Matters:

Large unoptimized images waste 995KB and delay content rendering, directly impacting LCP performance.

How to Fix:

Configure WP Smush to use higher compression rates and WebP conversion. Implement responsive images with proper srcset attributes. Remove the 995KB mspiggy.gif and replace with optimized video or CSS animation.

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

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