Optimize Font Loading Strategy

How to optimize angelsolutionsatl.com

Wix SiteScore: 81/100Analyzed April 2026Re-analyze this site

Optimize Font Loading Strategy

Medium Impact+8 points estimated

Why It Matters

Multiple Helvetica font files are causing 288ms delay in the critical rendering path without proper font-display settings.

How to Fix

Add font-display: swap to your Helvetica font declarations in Wix's custom CSS section. Preload the most critical font variant using <link rel='preload' as='font'> in the site header. Consider using font metric overrides to reduce layout shifts during font swapping.

0Needs Improvement

What This Score Means

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

4.0s
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 Wix/Angular site has good performance with a score of 81/100, but there's significant room for improvement in loading speed. The biggest issue is render-blocking JavaScript files that are delaying the initial page display by over 2 seconds, particularly jQuery and the main app scripts that must load before users see content. The site also has font loading problems where text remains invisible while custom Helvetica fonts download, and the main visual element isn't being discovered quickly enough by the browser. Fixing these render-blocking resources and optimizing font display could easily push this site into the 90+ performance range and provide a much faster user experience.

Other Optimization Recommendations

Optimize LCP Element Discovery

High Impact+12 points estimated

Why It Matters:

Your LCP element is not discoverable in the initial HTML document, significantly delaying the largest contentful paint.

How to Fix:

Since you're using Wix, ensure your main hero image or background element has proper preload hints. Add fetchpriority='high' to the LCP element through Wix's custom code section. Move critical background images from CSS to inline styles or preload them using <link rel='preload' as='image'>.

Eliminate Render Blocking Resources

High Impact+15 points estimated

Why It Matters:

JavaScript files are blocking initial page render for 2.24 seconds, severely impacting First Contentful Paint.

How to Fix:

In your Wix site settings, defer non-critical JavaScript by moving jQuery and app.js to load after initial render. Use Wix's built-in performance settings to enable async loading for third-party scripts. Consider inlining critical CSS and deferring the rest using Wix Velo if available.

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

Wix Performance Resources

Frequently Asked Questions