Eliminate Render Blocking JavaScript

How to optimize nuvole.me

WordPress SiteScore: 86/100Analyzed April 2026Re-analyze this site

Eliminate Render Blocking JavaScript

High Impact+12 points estimated

Why It Matters

PTGuiViewer.js blocks initial page render for 600ms, directly delaying LCP by 600ms.

How to Fix

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.

0Needs Improvement

What This Score Means

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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

3.6s
Needs Improvement

Good: < 2.5s

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

INP

Interaction to Next Paint

16ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.00
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

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.

Other Optimization Recommendations

Convert Images to Modern Formats

High Impact+8 points estimated

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.

Remove Unused JavaScript Code

Medium Impact+6 points estimated

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.

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