Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize accademiaconsulenzaimmagine.com
The cookie popup causes a massive 0.316 CLS score, severely impacting user experience and Core Web Vitals.
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.
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.
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 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.
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.
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.
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
87KB of unused CSS and 533KB of unused JavaScript waste bandwidth and slow parsing, contributing to the 15.3s Time to Interactive.
Your initial server response takes 1,330ms longer than optimal, directly delaying both LCP and FCP by 1,350ms.
Images without width/height attributes cause layout shifts that harm user experience and CLS scores.
Render-blocking stylesheets delay initial page render by 2.8 seconds, significantly impacting FCP and LCP.