Fix JavaScript Forced Reflows

How to optimize hbccambodia.com

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

Fix JavaScript Forced Reflows

Medium Impact+8 points estimated

Why It Matters

Unattributed JavaScript is causing 96ms of forced reflows that block rendering and hurt performance.

How to Fix

Audit Elementor animations and third-party scripts for DOM geometry queries. Use browser DevTools Performance tab to identify specific scripts causing reflows. Batch DOM reads/writes or use CSS transforms instead of layout-triggering properties.

0Good

What This Score Means

A score of 97 falls in the "Good" 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

1.7s
Good

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 performs very well overall with an excellent score of 97/100, but there are some optimization opportunities that could make it even faster. The biggest issue is render-blocking CSS files that are delaying the initial page display by an estimated 810 milliseconds, particularly theme and plugin stylesheets that prevent content from appearing quickly. The site is also experiencing a significant resource load delay of over 1.2 seconds for the main hero image, which affects how quickly users see meaningful content. Deferring or inlining critical CSS and optimizing the loading of above-the-fold images would eliminate these delays and create an even smoother user experience.

Other Optimization Recommendations

Eliminate Render Blocking CSS

High Impact+15 points estimated

Why It Matters:

CSS files are blocking initial render and delaying First Contentful Paint by 810ms.

How to Fix:

Use WP Rocket's CSS optimization to inline critical CSS and defer non-critical stylesheets. Move Elementor widget-specific CSS files below the fold. Consider combining smaller CSS files to reduce HTTP requests.

Optimize LCP Image Loading

High Impact+12 points estimated

Why It Matters:

The main hero image has 1243ms resource load delay causing poor Largest Contentful Paint performance.

How to Fix:

Add preload link for the hero image in WordPress head section. Optimize the image file size using ShortPixel or similar plugin. Ensure the fetchpriority='high' attribute is properly implemented on the LCP element.

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