Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize accademiaconsulenzaimmagine.com
ReCAPTCHA scripts consume 1.1MB and cause 773ms execution time, blocking main thread and delaying interactivity.
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.
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:
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.
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
Your stylesheet contains 10 KiB of completely unused CSS that increases parsing time and network overhead.
Images are oversized for their display dimensions, wasting 32 KiB of bandwidth and potentially impacting LCP timing.
Critical font resources in your dependency chain are blocking render and extending LCP by creating a 7.3-second loading bottleneck.
Images waste 588 KiB of bandwidth and slow LCP by 550ms due to poor compression and oversized dimensions.