Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize wordpress.585560.6110569.cloudwaysapps.com
JavaScript is causing forced reflows that block the main thread and create a 230ms potential input delay.
Identify the problematic JavaScript at line 4, column 4477 in your main page. Batch DOM reads and writes together to avoid layout thrashing. Use requestAnimationFrame for animation-related DOM changes. Consider deferring or optimizing the script causing the 29.362ms reflow time.
A score of 93 falls in the "Good" 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 performs well overall with a strong score of 93/100, but there are still some optimization opportunities. The biggest issue is excessive unused CSS that's wasting 170 KB of bandwidth - nearly 99% of your stylesheet isn't being used on this page. Additionally, JavaScript is causing forced reflows that create a 230ms delay when users try to interact with your site. Cleaning up unused CSS rules and optimizing your JavaScript to avoid layout thrashing would make your already fast site even more responsive for users.
Why It Matters:
98.8% of your CSS (170 KiB) is unused, creating unnecessary network overhead and blocking rendering.
How to Fix:
Install Autoptimize or WP Rocket to automatically remove unused CSS. Use tools like PurgeCSS to eliminate dead code from your theme and plugins. Consider critical CSS inlining for above-the-fold content and defer non-critical stylesheets.
Why It Matters:
Total blocking time of 220ms prevents user interactions and degrades the browsing experience.
How to Fix:
Break up long JavaScript tasks into smaller chunks using setTimeout or requestIdleCallback. Defer non-essential scripts using async/defer attributes. Use WordPress plugins like Flying Scripts to delay third-party scripts until user interaction occurs.
Get AI-powered performance insights with actionable fixes in 30 seconds
More WordPress Speed Tests
67% of your CSS (19 KiB) is unused, increasing initial page load time unnecessarily.
Oversized images are wasting 26 KiB and contributing to slower LCP on mobile devices.
Unused JavaScript is wasting 125 KiB and delaying LCP by 750ms, severely impacting user experience.
Missing image dimensions cause layout shifts and oversized images waste 27KB of bandwidth affecting 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.