Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize 100menhq.com
Massive CLS score of 0.821 severely impacts user experience and Core Web Vitals ranking.
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.
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.
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 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.
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.
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).
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
Your hero banner has a 4.6-second resource load delay, making visitors wait unnecessarily long.
Your server takes 1.4 seconds to respond, delaying all other resources and increasing LCP by 1.3 seconds.
Poor caching wastes 872 KiB on repeat visits and delays LCP by 2.7 seconds.
Blocking CSS delays First Contentful Paint by 2.9 seconds, preventing users from seeing content.