Performance
· 16 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.50 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.17 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.32 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.43 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
12.18 s
Page Load Progression
FJS Execution CostAction7575ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.intel.com/etc.clientlibs/core/wcm/components/image/v3/image/clientlibs/site.26040112.min.js | 5932ms | 5916ms | 1ms | 1st |
| Unattributable | 484ms | 18ms | 0ms | 3rd |
| https://www.intel.com/content/dam/www/global/wap/tms/profile-aem-global/prod/fc1241264adf/215af9cdf35e/launch-b6e76cb6fa37.min.js | 371ms | 225ms | 119ms | 1st |
| https://www.intel.com/akam/13/1ff2432 | 315ms | 119ms | 5ms | 1st |
| https://www.intel.com/content/dam/www/global/wap/performance-config.js | 175ms | 168ms | 3ms | 1st |
| https://www.intel.com/etc.clientlibs/intelsites/clientlibs/clientlib-base-v1.min.js | 118ms | 82ms | 16ms | 1st |
| https://www.intel.com/etc.clientlibs/intelsites/clientlibs/external/gsap/v1/clientlib-gsap.min.js | 92ms | 40ms | 7ms | 1st |
| https://www.intel.com/content/www/us/en/homepage.html | 88ms | 9ms | 5ms | 1st |
DHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BPage Weight Budget1.4 MB transferred, 87 requestsREVIEW
BImage Optimization25 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party Impact3% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (194 KB)PASS
Web fonts
7
194 KB total
Render-blocking
0
of 7
Dominant font-display
swap
Most common across fonts
Font loading timeline
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
A+JS Bundles34 scripts, 20 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.intel.com/sites/sitewide/js/jquery-1.4.4.min.js | 27 KB | 20 KB (76%) | ✓ | 1st |
| https://www.intel.com/homepage/js/geocheck.js | 6 KB | — | ✓ | 1st |
| https://www.intel.com/homepage/js/globalgateway.js | 9 KB | — | ✓ | 1st |
| https://www.intel.com/akam/13/1ff2432 | 0 KB | — | ✓ | 1st |
| https://www.intel.com/etc.clientlibs/intelsites/clientlibs/clientlib-base-v1.min.js | 32 KB | — | ✓ | 1st |
| https://www.intel.com/content/dam/www/global/wap/performance-config.js | 8 KB | — | ✓ | 1st |
| https://www.intel.com/content/dam/www/global/wap/at-config.js | 1 KB | — | ✓ | 1st |
| https://www.intel.com/etc.clientlibs/settings/wcm/designs/ver/260203/intel/global/targetDataCookie.min.js | 1 KB | — | ✓ | 1st |
| https://www.intel.com/etc.clientlibs/settings/wcm/designs/ver/260203/intel/clientlibs/virtual-assistant-services.min.js | 1 KB | — | ✓ | 1st |
| https://www.intel.com/etc.clientlibs/settings/wcm/designs/ver/260203/intel/externallibs/purify.min.js | 9 KB | — | ✓ | 1st |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints15 hints, 0 missing preconnectsPASS
Current Resource Hints
15 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall87 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 484ms | 0 KB | — | $6/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 484ms and costs ~$6/month
Unattributable takes 484ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev