Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize lntriallawyers.com
A 15MB video file dominates your page payload, significantly slowing initial page load.
Compress the MP4 video file using HandBrake or online tools to reduce size by 60-80%. Implement lazy loading for the video with loading='lazy' attribute. Consider using a poster image and loading video only on user interaction to prioritize critical content loading first.
A score of 82 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.
Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
Interaction to Next Paint
Good: < 200ms
Measures how quickly the page responds to user interactions
Cumulative Layout Shift
Good: < 0.1
Measures visual stability - how much content shifts during page load
This law firm website has decent performance with a score of 82/100, but several issues are slowing it down significantly. The biggest problem is render-blocking CSS files that are delaying page content from appearing, costing an estimated 1.6 seconds in loading time. The site is also carrying a massive 17MB payload largely due to a single video file, plus there's significant unused JavaScript from Google Tag Manager and other third-party scripts totaling over 400KB. Optimizing or deferring the CSS files, compressing or lazy-loading the video content, and cleaning up unused JavaScript could easily push this site into the 90+ performance range and dramatically improve the user experience.
Why It Matters:
Three CSS files are blocking initial render, delaying First Contentful Paint by 1.6 seconds.
How to Fix:
Inline critical CSS for above-the-fold content directly in the HTML head. Use WordPress plugins like Autoptimize or WP Rocket to defer non-critical CSS (responsive.css, inner-banner.css, theme-style.css). Load these files asynchronously with media='print' onload='this.media="all"' technique.
Why It Matters:
jQuery is causing 47ms of forced reflows, directly impacting page responsiveness and interaction delays.
How to Fix:
Batch DOM reads and writes to avoid layout thrashing in jQuery code. Replace jQuery geometric property queries (offsetWidth, offsetHeight) with CSS transforms where possible. Consider migrating critical animations to CSS transitions or modern JavaScript to reduce jQuery dependency.
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.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Generic Speed Tests
jQuery is causing 47ms of forced reflows, directly impacting page responsiveness and interaction delays.
Three CSS files are blocking initial render, delaying First Contentful Paint by 1.6 seconds.
Missing image dimensions cause layout shifts and poor caching wastes 841KB on repeat visits.
The hero background image (bg.png) is 460KB and has a 4.7 second resource load delay, causing poor LCP of 6.1 seconds.