Fix Critical Layout Shifts

How to optimize 100menhq.com

WordPress SiteScore: 14/100Analyzed May 2026Re-analyze this site

Fix Critical Layout Shifts

High Impact+35 points estimated

Why It Matters

Massive CLS score of 0.821 severely impacts user experience and Core Web Vitals ranking.

How to Fix

Add explicit width and height attributes to all images, especially testimonial images. Preload Inter and Poppins fonts using <link rel='preload'> with font-display: swap. Reserve space for dynamically loaded content sections to prevent layout jumps.

0Poor

What This Score Means

A score of 14 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

14.1s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

298ms
Needs Improvement

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.82
Poor

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 critically low score of 14/100. The biggest problem is massive layout shifting (Cumulative Layout Shift of 0.821) caused by web fonts loading late and pushing content around the page, creating a jarring user experience. The site also suffers from an extremely slow Largest Contentful Paint of 14.1 seconds due to render-blocking JavaScript files and oversized images that are much larger than their display dimensions. Fixing the font loading strategy, removing unused CSS and JavaScript (595 KiB could be eliminated), and properly sizing images could dramatically improve performance and provide a much smoother browsing experience for visitors.

Other Optimization Recommendations

Optimize LCP Image Loading

High Impact+25 points estimated

Why It Matters:

LCP element takes 14.1 seconds to load with 5.6 seconds of resource load delay.

How to Fix:

Remove loading='lazy' from the hero image (1.webp). Add fetchpriority='high' to the LCP image. Resize the image from 714x1280 to actual display size 392x703 to save 76KB. Use WordPress image optimization plugins like ShortPixel.

Eliminate Render-Blocking Resources

High Impact+20 points estimated

Why It Matters:

jQuery and SDK scripts block rendering for 3.8 seconds, delaying First Contentful Paint.

How to Fix:

Defer loading of non-critical JavaScript files including jQuery, data_sdk.js, and element_sdk.js using async or defer attributes. Use WP Rocket or Autoptimize to automatically defer WordPress scripts. Remove unused CSS (176KB savings identified).

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