Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize 100menhq.com
Blocking scripts are delaying page rendering by 4.35 seconds, severely hurting FCP and LCP.
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.
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:
Your CLS score of 0.821 is severely impacting user experience, with web font loading causing major content jumps.
How to Fix:
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.
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
Poor cache lifetimes waste 1,106 KiB on repeat visits and delay LCP by 1.1 seconds for returning users.
602 KiB of unused JavaScript and 112 KiB of unused CSS are blocking rendering and delaying LCP by 4.6 seconds.
Images are causing a 750ms LCP delay and waste 210 KiB, directly impacting your largest contentful paint performance.
Unused JavaScript is adding 1.2MB of dead code that blocks rendering and increases Total Blocking Time.