Remove Unused CSS and JavaScript

How to optimize vpic.ca

Generic SiteScore: 84/100Analyzed April 2026Re-analyze this site

Remove Unused CSS and JavaScript

Medium Impact+6 points estimated

Why It Matters

99.5% of block-library CSS and 78KB of Google Translate JavaScript are unused, slowing page load unnecessarily.

How to Fix

Disable WordPress block editor styles if not using Gutenberg blocks by adding remove_action('wp_enqueue_scripts', 'wp_enqueue_global_styles') to functions.php. Remove or conditionally load Google Translate only when needed. Use Asset CleanUp plugin to selectively disable unused scripts per page.

0Needs Improvement

What This Score Means

A score of 84 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

153ms
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 website has good performance with a score of 84/100, but there's significant room for improvement in loading speed. The biggest issue is render-blocking CSS and JavaScript files that delay the initial page display by an estimated 1.6 seconds, causing the First Contentful Paint to be slower than ideal at 2.9 seconds. The site is also loading a large 57KB logo image that's displayed much smaller than its actual size, and there's 99% unused CSS from WordPress block styles being downloaded unnecessarily. Fixing these render-blocking resources and optimizing images could easily push this site into the 90+ performance range and provide a noticeably faster user experience.

Other Optimization Recommendations

Eliminate Render-Blocking CSS Resources

High Impact+12 points estimated

Why It Matters:

Blocking CSS delays First Contentful Paint by 1,610ms and prevents users from seeing content quickly.

How to Fix:

Inline critical CSS for above-the-fold content directly in the HTML head. Defer non-critical CSS like block-library styles using media='print' onload='this.media="all"'. Use WordPress plugins like Autoptimize to automatically inline critical CSS and defer the rest.

Optimize Logo Image Delivery

High Impact+8 points estimated

Why It Matters:

The 57KB logo image delays LCP by 250ms and wastes 56KB of unnecessary data transfer.

How to Fix:

Resize the logo from 300x300 to its actual display size of 49x49 pixels. Convert from PNG to WebP format for 70% smaller file size. Use WordPress media settings or plugins like ShortPixel to automatically generate appropriately-sized responsive images.

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 Generic Speed Tests

Generic Performance Resources

Frequently Asked Questions