Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize imariners.com
199 KiB of unused JavaScript causes 900ms delay in LCP, primarily from Google Ads scripts.
Use WP Asset CleanUp to disable Google Ads on pages that don't need them. Implement lazy loading for ad scripts using WP Rocket's delay JavaScript feature. Consider switching to lighter ad management solutions or load ads only when user scrolls near ad placement.
A score of 89 falls in the "Needs Improvement" 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 good performance with a score of 89/100, but there are still opportunities for improvement. The biggest issue is render-blocking CSS files that are delaying the initial page render by an estimated 660ms, which affects how quickly users see content. Additionally, the site is loading nearly 200KB of unused JavaScript from Google AdSense and other scripts, which could save 900ms in loading time if optimized. Quick wins include deferring non-critical CSS, removing unused JavaScript, and converting the hero image to WebP format for better compression.
Why It Matters:
CSS files are blocking initial render for 660ms, delaying First Contentful Paint and LCP.
How to Fix:
Install Autoptimize or WP Rocket to inline critical CSS. Move LearnDash CSS files (quiz, lesson video) to load conditionally only on relevant pages. Use media queries to defer non-critical stylesheets like print styles.
Why It Matters:
The main hero image wastes 9.7 KiB and impacts LCP as it's the largest contentful element.
How to Fix:
Convert the iMariners-Hero-Image.jpg to WebP format using ShortPixel or EWWW Image Optimizer plugins. Ensure the srcset includes WebP versions with JPEG fallbacks. Add fetchpriority='high' to the hero image (already present but verify implementation).
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 CSS and JavaScript are delaying First Contentful Paint by 1.46 seconds.
Multiple redirects are adding 750ms delay to both LCP and FCP before the page even starts loading.
Poor cache lifetimes are wasting 349 KiB and delaying FCP/LCP by 600ms on repeat visits.
FontAwesome fonts cause 50ms delay in FCP due to missing font-display declarations.