Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize amindustrialmachinery.com
The redirect from non-www to www domain wastes 780ms on every first visit, and poor caching prevents repeat visit optimization.
Update your WordPress site URL in wp-config.php to use 'www' consistently to eliminate the redirect. Install W3 Total Cache or WP Super Cache to implement browser caching with long expiration times for static assets. Set cache headers for your main.js and theme assets to at least 1 year instead of the current no-cache policy.
A score of 39 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 severely poor performance with a score of just 39/100. The biggest problem is massive, unoptimized images that are taking over 8 seconds to load the largest content element and wasting nearly 3MB of data transfer. The site is serving oversized images (like a 1442x1440 image displayed at only 887x665 pixels) without modern formats like WebP, causing your pages to load painfully slowly for users. Fixing image optimization alone could improve your Core Web Vitals by 4-5 seconds and dramatically boost your performance score, while also reducing the enormous 7MB total page weight that's currently crushing load times.
Why It Matters:
Images are causing 2,890 KiB of waste and delaying LCP by 450ms, representing the single largest performance bottleneck.
How to Fix:
Install a WordPress image optimization plugin like ShortPixel or Smush to automatically convert images to WebP format and compress them. Resize the hero image (1442x1440 displayed at 887x665) and other oversized images to match their display dimensions. Add fetchpriority='high' to the LCP hero image and explicit width/height attributes to prevent layout shifts.
Why It Matters:
Render-blocking resources delay FCP by 1,910ms and create a poor initial loading experience.
How to Fix:
Use a WordPress optimization plugin like WP Rocket to defer jQuery and non-critical JavaScript. Move the main.js file (228KB) to load after critical content. Inline critical CSS or use media='print' onload='this.media="all"' for non-critical stylesheets. Remove unused CSS from reCaptcha (96% unused) and main theme CSS (76% unused).
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
Render-blocking resources delay FCP by 1,910ms and create a poor initial loading experience.
Images are causing 2,890 KiB of waste and delaying LCP by 450ms, representing the single largest performance bottleneck.
80% of your CSS (27KB out of 34KB) is unused, creating unnecessary network overhead.
The main featured image is oversized (768x432 vs displayed 671x377), wasting 17KB and potentially impacting LCP.