Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize syncfusion.com
94.5% of your Bootstrap CSS (18KB) is unused, wasting bandwidth and slowing page parsing.
Use PurgeCSS or UnCSS to remove unused styles from bootstrap3.7.1.min.css. Create a custom build containing only the Bootstrap components you actually use. Consider replacing with a lighter CSS framework or custom styles.
A score of 90 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.
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 website achieves a good performance score of 90/100, but there are still some notable issues slowing down the user experience. The biggest problem is render-blocking JavaScript from a cookie consent script that's delaying when users first see content, adding about 160ms to both First Contentful Paint (2.0s) and Largest Contentful Paint (3.2s). Additionally, the site is wasting 18KB of bandwidth on unused CSS styles (94% of one stylesheet goes unused) and experiencing forced reflows that cause unnecessary layout calculations. Deferring the cookie script, removing unused CSS, and optimizing the JavaScript execution could easily push this site into the excellent performance range.
Why It Matters:
The CookieYes script is blocking initial render and delaying both LCP and FCP by 150ms.
How to Fix:
Add the 'defer' attribute to the CookieYes script tag or move it to load after the initial content. Alternatively, inline critical cookie functionality and load the full script asynchronously using JavaScript's dynamic import.
Why It Matters:
JavaScript is causing 134ms of forced reflows, blocking the main thread and delaying interactivity.
How to Fix:
Batch DOM reads and writes in your jQuery and CookieYes scripts. Cache geometric property values instead of repeatedly querying offsetWidth. Use CSS transforms instead of changing layout properties where possible.
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
Unused JavaScript (360KB) and CSS (22KB) waste bandwidth and block processing, contributing to slow page speeds.
Render-blocking CSS and JavaScript delay First Contentful Paint by 1.65 seconds, preventing users from seeing content quickly.
The LCP image has a 2.4 second load delay and is oversized by 81KB, directly impacting your Core Web Vitals score.
JavaScript is causing 134ms of forced reflows, blocking the main thread and delaying interactivity.