Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize staging.mooninvoice.com
The main banner image is 290 KiB larger than needed and lacks proper dimensions, causing layout shifts and slow LCP.
Implement responsive images with proper srcset attributes sized for actual display dimensions (382x187 instead of 4600x2251). Add explicit width and height attributes to prevent layout shifts. Consider using priority hints with fetchpriority='high' for the LCP image.
A score of 62 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 staging site has significant performance issues with a score of 62/100. The biggest problem is render-blocking resources (CSS and JavaScript files) that are preventing the page from displaying content quickly, delaying First Contentful Paint by 600ms and contributing to a very slow Largest Contentful Paint of 6.9 seconds. The site is also loading excessive unused JavaScript (531 KB) and CSS (42 KB) that users don't need, while forcing the browser to do too much work processing scripts for over 3 seconds. Deferring non-critical resources, removing unused code, and optimizing the large homepage banner image could improve the score by 25+ points and dramatically speed up the user experience.
Why It Matters:
Render-blocking CSS and JavaScript are delaying first paint by 620ms and significantly impacting page load speed.
How to Fix:
Inline critical CSS for above-the-fold content and defer non-critical stylesheets. Move JavaScript files like ua-parser.js to load asynchronously using async or defer attributes. Consider inlining small CSS files or combining them to reduce HTTP requests.
Why It Matters:
531 KiB of unused JavaScript and 42 KiB of unused CSS are unnecessarily bloating your page and delaying LCP by 450ms.
How to Fix:
Remove unused Google Analytics and Facebook tracking code that's not essential for initial page load. Tree-shake Bootstrap CSS to only include components you're actually using. Defer or remove the unused portions of jQuery and other third-party libraries until they're needed.
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.