Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize hoogdesign.wptesting.nl
Multiple CSS files are blocking initial render and delaying FCP/LCP by 150ms with poor resource prioritization.
Use a WordPress optimization plugin like WP Rocket to inline critical CSS for above-the-fold content. Defer non-critical block-specific CSS files (block-services.css, block-faq.css, etc.) or combine them into your main stylesheet. Implement CSS media queries to load block styles only when needed.
A score of 45 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 poor performance with a score of 45/100, indicating significant user experience issues. The biggest problem is excessive JavaScript from Google reCAPTCHA, which is wasting 357 KB of unused code and adding 3.6 seconds to both First Contentful Paint and Largest Contentful Paint - causing your page to take over 6.6 seconds to show meaningful content. The site is also loading too much unused CSS (56 KB) and has render-blocking stylesheets that could be optimized. Removing or deferring the unused reCAPTCHA JavaScript and optimizing CSS delivery could dramatically improve your Core Web Vitals and boost your performance score by 30+ points.
Why It Matters:
ReCaptcha JavaScript is consuming 365 KB and blocking the main thread for over 1 second, severely impacting LCP and TBT.
How to Fix:
Check if ReCaptcha is actually needed on this page - remove unused preconnect hints to google.com and gstatic.com from your theme's header.php. If ReCaptcha is required, load it conditionally only on contact forms using Gravity Forms' selective loading feature. Consider switching to hCaptcha for better performance.
Why It Matters:
57 KB of unused CSS is being loaded unnecessarily, particularly from ReCaptcha and theme files.
How to Fix:
Install Autoptimize or Asset CleanUp to remove unused CSS automatically. Configure your theme to load block-specific CSS only on pages that actually use those blocks. Purge the 42 KB unused ReCaptcha CSS by implementing conditional loading for forms only.
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
A 460ms Max Potential FID indicates heavy JavaScript blocking user interactions and main thread tasks.
JavaScript is causing 176ms of forced reflows, degrading rendering performance and user experience.
Your LCP element has a 1.7-second resource load delay, significantly hurting your Largest Contentful Paint score.
Render blocking CSS files are delaying your page's initial render by 710ms, directly impacting user experience.