Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize nuvole.me
PTGuiViewer.js blocks initial page render for 600ms, directly delaying LCP by 600ms.
Add async or defer attribute to the PTGuiViewer.js script tag in your WordPress theme. Move the script loading after critical content or use WordPress wp_enqueue_script with 'defer' => true. Consider loading this panorama viewer only when needed using intersection observer.
A score of 86 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 good performance with a score of 86/100, but there's room for improvement. The biggest issue is render-blocking JavaScript and CSS files that are delaying page loading by 600ms, particularly a large PTGuiViewer.js file that's blocking the initial render. Additionally, images could be optimized using modern formats like WebP to save 263KB, and unused JavaScript code should be removed to save another 21KB. Addressing these render-blocking resources would significantly improve the site's Largest Contentful Paint time of 3.6 seconds and overall user experience.
Why It Matters:
Large images waste 269 KiB and slow LCP by 150ms for the main slideshow image.
How to Fix:
Install WebP Express or ShortPixel plugin to automatically serve WebP/AVIF formats. Compress the 341KB slideshow image which could be 244KB smaller. Add responsive image srcset attributes to serve appropriately sized images for different screen sizes.
Why It Matters:
75% of PTGuiViewer.js (22KB) goes unused, wasting bandwidth and parse time.
How to Fix:
Analyze if the panorama viewer is needed on the homepage - consider lazy loading it only on pages with panoramas. Use WordPress conditional loading with is_page() or is_single(). Minify the remaining JavaScript to save additional 5KB and reduce parse time by 120ms.
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
Multiple placeholder images are loading instead of actual content, indicating a lazy loading configuration issue affecting LCP.
Elementor's default configuration loads excessive CSS and JavaScript, blocking rendering and increasing load times.
Images without width and height attributes cause layout shifts during loading, directly harming your CLS score.
75% of PTGuiViewer.js (22KB) goes unused, wasting bandwidth and parse time.