Optimize Font Loading Strategy

How to optimize colorify.agency

WordPress SiteScore: 60/100Analyzed March 2026Re-analyze this site

Optimize Font Loading Strategy

Medium Impact+8 points estimated

Why It Matters

Web fonts cause 350ms delay and contribute to layout shifts as text re-renders when fonts load.

How to Fix

Add font-display: swap to Google Fonts URL or use local font files. Preload critical Montserrat font variants with <link rel='preload'> in WordPress header. Use font-metric overrides in CSS to reduce layout shifts during font loading.

0Needs Improvement

What This Score Means

A score of 60 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.1s
Needs Improvement

Good: < 2.5s

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

INP

Interaction to Next Paint

77ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.97
Poor

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This WordPress site has poor performance with a score of 60/100, primarily due to severe layout shift issues causing a terrible Cumulative Layout Shift score of 0.97 (good is under 0.1). The biggest culprit is an autoplaying background video that's causing massive page elements to jump around as it loads, creating a jarring user experience. Additionally, the site is loading 183 KiB of unused CSS and JavaScript code, while render-blocking resources are delaying the initial paint by over 2 seconds. Fixing the video element's dimensions, removing unused code, and deferring non-critical resources could dramatically improve both the performance score and user experience.

Other Optimization Recommendations

Fix Critical Layout Shifts

High Impact+25 points estimated

Why It Matters:

Layout shifts score 0.97 (very poor) mainly caused by video element jumping, severely impacting user experience.

How to Fix:

Set explicit dimensions on the banner video element using CSS aspect-ratio or fixed height. Add width/height attributes to all images including person-img.png and work banner images. Reserve space for dynamic content with CSS min-height properties.

Remove Unused CSS/JavaScript

High Impact+15 points estimated

Why It Matters:

183KB of unused code (96% unused CSS, 55% unused JS) wastes bandwidth and delays rendering by 300ms.

How to Fix:

Use WP Rocket's 'Remove Unused CSS' feature or install Asset CleanUp Pro to eliminate dead code. Audit WordPress plugins and remove unnecessary ones. Split critical CSS inline and defer non-critical stylesheets using rel='preload'.

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