Optimize ReCAPTCHA JavaScript Loading

How to optimize accademiaconsulenzaimmagine.com

WordPress SiteScore: 55/100Analyzed March 2026Re-analyze this site

Optimize ReCAPTCHA JavaScript Loading

High Impact+18 points estimated

Why It Matters

ReCAPTCHA scripts consume 1.1MB and cause 773ms execution time, blocking main thread and delaying interactivity.

How to Fix

Load ReCAPTCHA only when needed using the explicit render mode. Add async/defer attributes to the script tag. Move ReCAPTCHA loading to user interaction events rather than page load to reduce initial JavaScript execution time.

0Needs Improvement

What This Score Means

A score of 55 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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

3.7s
Needs Improvement

Good: < 2.5s

Measures how long it takes for the main content to appear on screen

INP

Interaction to Next Paint

188ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.32
Poor

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This WordPress site has poor performance with a score of 55/100, primarily due to excessive JavaScript execution that's blocking the page for 1.7 seconds. The biggest culprit is Google reCAPTCHA loading multiple duplicate copies of the same 367KB script, contributing to a massive 2.7MB total page weight and causing a 16-second delay before the page becomes fully interactive. Additionally, a cookie consent popup is causing significant layout shifts (CLS score of 0.316), and render-blocking CSS/JS resources are delaying the first paint by over 2 seconds. Removing duplicate reCAPTCHA instances, optimizing JavaScript delivery, and fixing the popup's layout impact could improve the performance score by 30+ points and dramatically enhance user experience.

Other Optimization Recommendations

Fix Cookie Banner Layout Shifts

High Impact+25 points estimated

Why It Matters:

The cookie popup causes a massive 0.316 CLS score, severely impacting user experience and Core Web Vitals.

How to Fix:

Configure the IUS Cookie popup to load with reserved space using CSS transforms instead of dynamic insertion. Add a fixed height container or use position: fixed to prevent layout shifts. Consider loading the banner asynchronously after initial paint.

Implement Font Display Swap Strategy

Medium Impact+12 points estimated

Why It Matters:

Web fonts block text rendering for 320ms, delaying First Contentful Paint and creating invisible text periods.

How to Fix:

Add font-display: swap to all @font-face declarations in WordPress theme files. Use font fallback metrics for Font Awesome and Google Fonts to prevent layout shifts. Preload critical fonts using <link rel='preload'> in your theme's header.php.

Keep Your Site Fast After Optimization

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.

Explore DeployHQ →Trusted by engineering teams shipping high-performance sites

Want to Analyze YOUR Website?

Get AI-powered performance insights with actionable fixes in 30 seconds

More WordPress Speed Tests

WordPress Performance Resources

Frequently Asked Questions