Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize 100menhq.com
Your CLS score of 0.821 is severely impacting user experience, with web font loading causing major content jumps.
Add font-display: swap to Google Fonts imports and preload critical fonts. Set explicit width and height attributes on all images. Use CSS to reserve space for dynamic content sections to prevent layout jumps when fonts load.
A score of 19 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 score of only 19/100. The biggest problem is massive layout shifting (0.821 CLS score) caused primarily by web fonts loading late and moving content around the page, creating a jarring user experience. Additionally, the site is loading an enormous 600KB of unused JavaScript from YouTube embeds and has extremely poor caching with files having zero cache lifetime, causing everything to reload on every visit. Fixing the font loading issues, removing unused JavaScript, and implementing proper browser caching could dramatically improve the score by 40+ points and provide users with a much smoother, faster experience.
Why It Matters:
Blocking scripts are delaying page rendering by 4.35 seconds, severely hurting FCP and LCP.
How to Fix:
Defer non-critical JavaScript like element_sdk.js and cartbounty-public.js using async/defer attributes. Inline critical CSS or use media queries for non-blocking CSS. Consider removing or lazy-loading YouTube embeds to eliminate massive blocking JavaScript.
Why It Matters:
Your LCP image has 5.16 seconds of resource load delay and uses lazy loading inappropriately for above-the-fold content.
How to Fix:
Remove loading='lazy' from the hero image and add fetchpriority='high' attribute. Resize the hero image from 714x1280 to actual display dimensions (686x1230) to save 8KB. Implement browser caching for static assets to reduce repeat load times.
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
Three WebP images can be compressed further saving 26KB and explicit dimensions are missing causing potential layout shifts.
Over 52KB of unused JavaScript is inflating your bundle size and causing 2.1 seconds of main thread blocking.
Missing width/height on SVG images causes layout shifts affecting CLS score.
WebP images can be compressed further, saving 26KB and improving perceived load time.