Skip to content
https://acer.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
67
GRADE
D
FIX
5
REVIEW
3
PASS
5
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

72
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
97
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
77
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.66 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

2.83 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

17 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.011

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

2.76 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.

3.23 s

Page Load Progression

625 ms
1.2 s
1.9 s
2.5 s
3.1 s
3.8 s
4.4 s
5.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
18.1 MB transferred, 102 requests
FIX
18.1 MB transferred, 102 requests
Critical::
Page weighs 22.8 MB (18.1 MB transferred)
Warning::
Images are 2.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.6 MB
Warning::
JavaScript is 1.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.5 MB
Warning::
102 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 3.8 g CO2 per page load
18.1 MB / 2.4 MB budget
18.1 MB transferred
102 requests
3.8 g CO2 per page load
Other 13.7 MiB 76%
Images 2.6 MiB 14%
JavaScript 1.5 MiB 8%
CSS 113.3 KiB 1%
Other 81.7 KiB 0%
Other 73.1 KiB 0%
Fonts 56.7 KiB 0%
HTML 51.9 KiB 0%
Other 2.5 KiB 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (18.1 MiB of 18.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
32 scripts, 820 KB unused
FIX
32 scripts, 820 KB unused
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 242 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.acer.com/system/assets/js/vendors.b...: 236 KB unused (90%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PGP...: 80 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KR7...: 77 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn-apac.onetrust.com/scripttemplates/2025...: 62 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 820 KB
820 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB242 KB (67%)3rd
https://static.acer.com/system/assets/js/vendors.bundle.js?v=Version_2026042102261 KB236 KB (90%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PGPZH5M&gtm=4e64k0h2167 KB80 KB (48%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KR777P200 KB77 KB (38%)3rd
https://cdn-apac.onetrust.com/scripttemplates/202505.1.0/otBannerSdk.js119 KB62 KB (52%)3rd
https://www.acer.com/6CepFUD41-D1sOyG-DT4NCbnDV0/Q3kOSXJm0JN4mz/QTcvXmg7/JiktTXR/ZMx0B178 KB39 KB (22%)3rd
https://s.go-mpulse.net/boomerang/KU5YG-RAHW5-AZ7FK-BCMSV-J2UYE57 KB37 KB (65%)3rd
https://static.acer.com/system/assets/js/common.bundle.js?v=Version_202604210228 KB27 KB (95%)3rd
https://static.acer.com/Scripts/jquery-3.6.0.min.js30 KB22 KB (71%)3rd
https://static.acer.com/system/assets/js/HeroCarousel.526c1b1a69c4c2b2a2cd.bundle.js1 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
102 resources · 18.1 MB · 820 KB savings available
FIX
102 resources · 18.1 MB · 820 KB savings available
Warning::
Page weight 17.1 MB over 1MB target
Got: 18.1 MB Expected: ≤ 1 MB
Info::
~820 KB of savings available
Warning::
101 third-party resources (100% of weight)
Info::
8 resources over 200KB
102 resources · 18.1 MiB · 101 third-party 17.1 MiB over 1MB target
Media 76% · 13.7 MiB
Image 15% · 2.6 MiB
JavaScript 8% · 1.5 MiB
CSS 1% · 117.8 KiB
Font 0% · 56.7 KiB
Document 0% · 52.9 KiB
Other 0% · 24.5 KiB

~820.2 KiB of savings available

Remove unused JavaScript: 820.2 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
41 images, 0 KB saveable
REVIEW
41 images, 0 KB saveable
Warning::
https://images.acer.com/is/content/acer/acer-4 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.acer.com/is/image/acer/logo-altos-b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.acer.com/is/image/acer/logo-planet9 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.acer.com/is/image/acer/logo-acerpur... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.acer.com/is/image/acer/browse-popul... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.acer.com/is/image/acer/nitro-radeon... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.acer.com/is/image/acer/logo-spatial... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.acer.com/is/image/acer/logo-aopen is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.acer.com/is/image/acer/browse-popul... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.acer.com/is/image/acer/browse-popul... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.acer.com/is/image/acer/browse-popul... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.acer.com/is/image/acer/logo-acer is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.acer.com/is/image/acer/logo-predato... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.acer.com/is/image/acer/browse-popul... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
41 images 2.6 MB
0 oversized -0 KB
13 legacy format
14 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1174ms total JS execution
REVIEW
1174ms total JS execution
Warning::
https://www.acer.com/es-es/: 422ms CPU time
Warning::
Unattributable: 258ms CPU time
Info::
https://www.acer.com/6CepFUD41-D1sOyG-DT4NCbnDV0/Q...: 170ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-KR7...: 109ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-PGP...: 79ms CPU time
Warning::
Third-party scripts: 1174ms (100% of total)

Main Thread Breakdown

Script Evaluation 43% Other 28% Style & Layout 10% Script Parsing & Compilation 8% Rendering 7%
ScriptTotalScriptingParse/CompileParty
https://www.acer.com/es-es/422ms60ms6ms3rd
Unattributable258ms38ms0ms3rd
https://www.acer.com/6CepFUD41-D1sOyG-DT4NCbnDV0/Q3kOSXJm0JN4mz/QTcvXmg7/JiktTXR/ZMx0B170ms155ms13ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KR777P109ms88ms13ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PGPZH5M&gtm=4e64k0h279ms68ms11ms3rd
https://static.acer.com/system/assets/js/vendors.bundle.js?v=Version_202604210269ms4ms18ms3rd
https://cdn-apac.onetrust.com/scripttemplates/202505.1.0/otBannerSdk.js68ms45ms9ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
4 fonts (57 KB)
PASS
4 fonts (57 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

57 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.7 s LCP 2.8 shttps://static.acer.com/system/assets/fonts/Noto_Sans/Noto-Sans-regular.woffNoto-Sans-regular.woff https://static.acer.com/system/assets/fonts/Noto_Sans/Noto-Sans-regular.woff — 12.7 KiB — 21 ms — font-display: swaphttps://fonts.gstatic.com/s/notosans/v28/o-0NIpQlx3QUlC5A4PNjOhBVZNyB.woff2o-0NIpQlx3QUlC5A4PNjOhB... https://fonts.gstatic.com/s/notosans/v28/o-0NIpQlx3QUlC5A4PNjOhBVZNyB.woff2 — 14.1 KiB — 29 ms — font-display: swaphttps://fonts.gstatic.com/s/notosans/v28/o-0NIpQlx3QUlC5A4PNjXhFVZNyB.woff2o-0NIpQlx3QUlC5A4PNjXhF... https://fonts.gstatic.com/s/notosans/v28/o-0NIpQlx3QUlC5A4PNjXhFVZNyB.woff2 — 13.8 KiB — 35 ms — font-display: swaphttps://static.acer.com/system/assets/fonts/acerIcons/fonts/acer-icons.ttf?la4unxacer-icons.ttf https://static.acer.com/system/assets/fonts/acerIcons/fonts/acer-icons.ttf?la4unx — 16.1 KiB — 19 ms — font-display: swap
Noto-Sans-regular.woff woff swap
Size 13 KB
Load time 21 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
o-0NIpQlx3QUlC5A4PNjOhB... woff2 swap
Size 14 KB
Load time 29 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
o-0NIpQlx3QUlC5A4PNjXhF... woff2 swap
Size 14 KB
Load time 35 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
acer-icons.ttf ttf swap
Size 16 KB
Load time 19 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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)

Fixing the unchecked items could save ~9 KB and ~18 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
102 requests over 2792ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.7 s LCP 2.8 shttps://acer.com// https://acer.com/ — 301 — 87 B — 727 ms — h2https://www.acer.com/www.acer.com/ https://www.acer.com/ — 301 — 1.6 KiB — 65 ms — h2https://www.acer.com/es-es/www.acer.com/es-es/ https://www.acer.com/es-es/ — 200 — 51.9 KiB — 108 ms — h2https://fonts.googleapis.com/icon?family=Material+Iconsfonts.googleapis.com/icon?family=Ma... https://fonts.googleapis.com/icon?family=Material+Icons — 200 — 817 B — 92 ms — h2https://static.acer.com/system/assets/css/main.css?v=Version_2026042102static.acer.com/system/assets/css/m... https://static.acer.com/system/assets/css/main.css?v=Version_2026042102 — 200 — 110.6 KiB — 71 ms — h2https://static.acer.com/system/assets/fonts/acerIcons/acer-icons.css?v=Version_2026042102static.acer.com/system/assets/fonts... https://static.acer.com/system/assets/fonts/acerIcons/acer-icons.css?v=Version_2026042102 — 200 — 1.5 KiB — 65 ms — h2https://static.acer.com/system/assets/fonts/google-fonts.cssstatic.acer.com/system/assets/fonts... https://static.acer.com/system/assets/fonts/google-fonts.css — 200 — 416 B — 66 ms — h2https://cdn.jsdelivr.net/npm/objectFitPolyfill@2.3.0/dist/objectFitPolyfill.min.jscdn.jsdelivr.net/npm/objectFitPolyf... https://cdn.jsdelivr.net/npm/objectFitPolyfill@2.3.0/dist/objectFitPolyfill.min.js — 200 — 1.6 KiB — 29 ms — h2https://cdnjs.cloudflare.com/ajax/libs/object-fit-images/3.2.4/ofi.min.jscdnjs.cloudflare.com/ajax/libs/obje... https://cdnjs.cloudflare.com/ajax/libs/object-fit-images/3.2.4/ofi.min.js — 200 — 1.9 KiB — 54 ms — h3https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.5 KiB — 98 ms — h2https://static.acer.com/Scripts/jquery-3.6.0.min.jsstatic.acer.com/Scripts/jquery-3.6.... https://static.acer.com/Scripts/jquery-3.6.0.min.js — 200 — 30.5 KiB — 68 ms — h2https://images.acer.com/is/image/acer/logo-acerimages.acer.com/is/image/acer/logo-... https://images.acer.com/is/image/acer/logo-acer — 200 — 2.1 KiB — 70 ms — h2https://images.acer.com/is/image/acer/logo-predatorimages.acer.com/is/image/acer/logo-... https://images.acer.com/is/image/acer/logo-predator — 200 — 4.4 KiB — 78 ms — h2https://images.acer.com/is/image/acer/logo-planet9images.acer.com/is/image/acer/logo-... https://images.acer.com/is/image/acer/logo-planet9 — 200 — 3.2 KiB — 16 ms — h2https://images.acer.com/is/image/acer/logo-spatiallabsimages.acer.com/is/image/acer/logo-... https://images.acer.com/is/image/acer/logo-spatiallabs — 200 — 4.9 KiB — 17 ms — h2https://static.acer.com/system/assets/icons/icons.svgstatic.acer.com/system/assets/icons... https://static.acer.com/system/assets/icons/icons.svg — 200 — 59.9 KiB — 7 ms — h2https://dev.visualwebsiteoptimizer.com/j.php?a=874618&u=https%3A%2F%2Fwww.acer.com%2Fes-es%2F&vn=2.1&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=874618&u=https%3A%2F%2Fwww.acer.com%2Fes-es%2F&vn=2.1&x=true — 200 — 3.8 KiB — 126 ms — h2https://s.go-mpulse.net/boomerang/KU5YG-RAHW5-AZ7FK-BCMSV-J2UYEs.go-mpulse.net/boomerang/KU5YG-RAH... https://s.go-mpulse.net/boomerang/KU5YG-RAHW5-AZ7FK-BCMSV-J2UYE — 200 — 56.8 KiB — 64 ms — h2https://images.acer.com/is/image/acer/logo-acerpureimages.acer.com/is/image/acer/logo-... https://images.acer.com/is/image/acer/logo-acerpure — 200 — 2.8 KiB — 32 ms — h2https://static.acer.com/system/assets/js/main.bundle.js?v=Version_2026042102static.acer.com/system/assets/js/ma... https://static.acer.com/system/assets/js/main.bundle.js?v=Version_2026042102 — 200 — 10.1 KiB — 19 ms — h2https://static.acer.com/system/assets/js/vendors.bundle.js?v=Version_2026042102static.acer.com/system/assets/js/ve... https://static.acer.com/system/assets/js/vendors.bundle.js?v=Version_2026042102 — 200 — 261.3 KiB — 41 ms — h2https://static.acer.com/system/assets/js/common.bundle.js?v=Version_2026042102static.acer.com/system/assets/js/co... https://static.acer.com/system/assets/js/common.bundle.js?v=Version_2026042102 — 200 — 28.3 KiB — 24 ms — h2https://static.acer.com/Scripts/utility.jsstatic.acer.com/Scripts/utility.js https://static.acer.com/Scripts/utility.js — 200 — 1.1 KiB — 17 ms — h2https://www.acer.com/6CepFUD41-D1sOyG-DT4NCbnDV0/Q3kOSXJm0JN4mz/QTcvXmg7/JiktTXR/ZMx0Bwww.acer.com/6CepFUD41-D1sOyG-DT4NC... https://www.acer.com/6CepFUD41-D1sOyG-DT4NCbnDV0/Q3kOSXJm0JN4mz/QTcvXmg7/JiktTXR/ZMx0B — 200 — 178.4 KiB — 83 ms — h2https://www.google.com/recaptcha/api.jswww.google.com/recaptcha/api.js https://www.google.com/recaptcha/api.js — 200 — 1012 B — 69 ms — h3https://www.acer.com/akam/13/5aa7870dwww.acer.com/akam/13/5aa7870d https://www.acer.com/akam/13/5aa7870d — 200 — 9.8 KiB — 78 ms — h2https://images.acer.com/is/image/acer/logo-altos-blackimages.acer.com/is/image/acer/logo-... https://images.acer.com/is/image/acer/logo-altos-black — 200 — 3.2 KiB — 28 ms — h2https://images.acer.com/is/image/acer/logo-aopenimages.acer.com/is/image/acer/logo-... https://images.acer.com/is/image/acer/logo-aopen — 200 — 3.6 KiB — 29 ms — h2https://images.acer.com/is/image/acer/Banner_Windows11images.acer.com/is/image/acer/Banne... https://images.acer.com/is/image/acer/Banner_Windows11 — 200 — 8.9 KiB — 30 ms — h2https://images.acer.com/is/image/acer/AMD_entry_pointimages.acer.com/is/image/acer/AMD_e... https://images.acer.com/is/image/acer/AMD_entry_point — 200 — 8.9 KiB — 60 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.7 s LCP 2.8 shttps://acer.com// https://acer.com/ — 301 — 87 B — 727 ms — h2https://www.acer.com/www.acer.com/ https://www.acer.com/ — 301 — 1.6 KiB — 65 ms — h2https://www.acer.com/es-es/www.acer.com/es-es/ https://www.acer.com/es-es/ — 200 — 51.9 KiB — 108 ms — h2https://fonts.googleapis.com/icon?family=Material+Iconsfonts.googleapis.com/icon?family=Ma... https://fonts.googleapis.com/icon?family=Material+Icons — 200 — 817 B — 92 ms — h2https://static.acer.com/system/assets/css/main.css?v=Version_2026042102static.acer.com/system/assets/css/m... https://static.acer.com/system/assets/css/main.css?v=Version_2026042102 — 200 — 110.6 KiB — 71 ms — h2https://static.acer.com/system/assets/fonts/acerIcons/acer-icons.css?v=Version_2026042102static.acer.com/system/assets/fonts... https://static.acer.com/system/assets/fonts/acerIcons/acer-icons.css?v=Version_2026042102 — 200 — 1.5 KiB — 65 ms — h2https://static.acer.com/system/assets/fonts/google-fonts.cssstatic.acer.com/system/assets/fonts... https://static.acer.com/system/assets/fonts/google-fonts.css — 200 — 416 B — 66 ms — h2https://cdn.jsdelivr.net/npm/objectFitPolyfill@2.3.0/dist/objectFitPolyfill.min.jscdn.jsdelivr.net/npm/objectFitPolyf... https://cdn.jsdelivr.net/npm/objectFitPolyfill@2.3.0/dist/objectFitPolyfill.min.js — 200 — 1.6 KiB — 29 ms — h2https://cdnjs.cloudflare.com/ajax/libs/object-fit-images/3.2.4/ofi.min.jscdnjs.cloudflare.com/ajax/libs/obje... https://cdnjs.cloudflare.com/ajax/libs/object-fit-images/3.2.4/ofi.min.js — 200 — 1.9 KiB — 54 ms — h3https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.5 KiB — 98 ms — h2https://static.acer.com/Scripts/jquery-3.6.0.min.jsstatic.acer.com/Scripts/jquery-3.6.... https://static.acer.com/Scripts/jquery-3.6.0.min.js — 200 — 30.5 KiB — 68 ms — h2https://images.acer.com/is/image/acer/logo-acerimages.acer.com/is/image/acer/logo-... https://images.acer.com/is/image/acer/logo-acer — 200 — 2.1 KiB — 70 ms — h2https://images.acer.com/is/image/acer/logo-predatorimages.acer.com/is/image/acer/logo-... https://images.acer.com/is/image/acer/logo-predator — 200 — 4.4 KiB — 78 ms — h2https://images.acer.com/is/image/acer/logo-planet9images.acer.com/is/image/acer/logo-... https://images.acer.com/is/image/acer/logo-planet9 — 200 — 3.2 KiB — 16 ms — h2https://images.acer.com/is/image/acer/logo-spatiallabsimages.acer.com/is/image/acer/logo-... https://images.acer.com/is/image/acer/logo-spatiallabs — 200 — 4.9 KiB — 17 ms — h2https://static.acer.com/system/assets/icons/icons.svgstatic.acer.com/system/assets/icons... https://static.acer.com/system/assets/icons/icons.svg — 200 — 59.9 KiB — 7 ms — h2https://dev.visualwebsiteoptimizer.com/j.php?a=874618&u=https%3A%2F%2Fwww.acer.com%2Fes-es%2F&vn=2.1&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=874618&u=https%3A%2F%2Fwww.acer.com%2Fes-es%2F&vn=2.1&x=true — 200 — 3.8 KiB — 126 ms — h2https://s.go-mpulse.net/boomerang/KU5YG-RAHW5-AZ7FK-BCMSV-J2UYEs.go-mpulse.net/boomerang/KU5YG-RAH... https://s.go-mpulse.net/boomerang/KU5YG-RAHW5-AZ7FK-BCMSV-J2UYE — 200 — 56.8 KiB — 64 ms — h2https://images.acer.com/is/image/acer/logo-acerpureimages.acer.com/is/image/acer/logo-... https://images.acer.com/is/image/acer/logo-acerpure — 200 — 2.8 KiB — 32 ms — h2https://static.acer.com/system/assets/js/main.bundle.js?v=Version_2026042102static.acer.com/system/assets/js/ma... https://static.acer.com/system/assets/js/main.bundle.js?v=Version_2026042102 — 200 — 10.1 KiB — 19 ms — h2https://static.acer.com/system/assets/js/vendors.bundle.js?v=Version_2026042102static.acer.com/system/assets/js/ve... https://static.acer.com/system/assets/js/vendors.bundle.js?v=Version_2026042102 — 200 — 261.3 KiB — 41 ms — h2https://static.acer.com/system/assets/js/common.bundle.js?v=Version_2026042102static.acer.com/system/assets/js/co... https://static.acer.com/system/assets/js/common.bundle.js?v=Version_2026042102 — 200 — 28.3 KiB — 24 ms — h2https://static.acer.com/Scripts/utility.jsstatic.acer.com/Scripts/utility.js https://static.acer.com/Scripts/utility.js — 200 — 1.1 KiB — 17 ms — h2https://www.acer.com/6CepFUD41-D1sOyG-DT4NCbnDV0/Q3kOSXJm0JN4mz/QTcvXmg7/JiktTXR/ZMx0Bwww.acer.com/6CepFUD41-D1sOyG-DT4NC... https://www.acer.com/6CepFUD41-D1sOyG-DT4NCbnDV0/Q3kOSXJm0JN4mz/QTcvXmg7/JiktTXR/ZMx0B — 200 — 178.4 KiB — 83 ms — h2https://www.google.com/recaptcha/api.jswww.google.com/recaptcha/api.js https://www.google.com/recaptcha/api.js — 200 — 1012 B — 69 ms — h3https://www.acer.com/akam/13/5aa7870dwww.acer.com/akam/13/5aa7870d https://www.acer.com/akam/13/5aa7870d — 200 — 9.8 KiB — 78 ms — h2https://images.acer.com/is/image/acer/logo-altos-blackimages.acer.com/is/image/acer/logo-... https://images.acer.com/is/image/acer/logo-altos-black — 200 — 3.2 KiB — 28 ms — h2https://images.acer.com/is/image/acer/logo-aopenimages.acer.com/is/image/acer/logo-... https://images.acer.com/is/image/acer/logo-aopen — 200 — 3.6 KiB — 29 ms — h2https://images.acer.com/is/image/acer/Banner_Windows11images.acer.com/is/image/acer/Banne... https://images.acer.com/is/image/acer/Banner_Windows11 — 200 — 8.9 KiB — 30 ms — h2https://images.acer.com/is/image/acer/AMD_entry_pointimages.acer.com/is/image/acer/AMD_e... https://images.acer.com/is/image/acer/AMD_entry_point — 200 — 8.9 KiB — 60 ms — h2https://images.acer.com/is/image/acer/Menu_display-technologyimages.acer.com/is/image/acer/Menu_... https://images.acer.com/is/image/acer/Menu_display-technology — 200 — 7.5 KiB — 61 ms — h2https://images.acer.com/is/image/acer/Projector_Entrypoint_Bannerimages.acer.com/is/image/acer/Proje... https://images.acer.com/is/image/acer/Projector_Entrypoint_Banner — 200 — 4.9 KiB — 83 ms — h2https://images.acer.com/is/image/acer/Lifestyle_1-7images.acer.com/is/image/acer/Lifes... https://images.acer.com/is/image/acer/Lifestyle_1-7 — 200 — 13.2 KiB — 84 ms — h2https://images.acer.com/is/content/acer/acer-4images.acer.com/is/content/acer/ace... https://images.acer.com/is/content/acer/acer-4 — 200 — 1.5 KiB — 61 ms — h2https://images.acer.com/is/image/acer/HOMEPAGE_2560x1080_V1:Primary-Hero-Limages.acer.com/is/image/acer/HOMEP... https://images.acer.com/is/image/acer/HOMEPAGE_2560x1080_V1:Primary-Hero-L — 200 — 49.6 KiB — 250 ms — h2https://images.acer.com/is/image/acer/aspire-14ai-16ai-agw-banner-5000x3258:Primary-Hero-Limages.acer.com/is/image/acer/aspir... https://images.acer.com/is/image/acer/aspire-14ai-16ai-agw-banner-5000x3258:Primary-Hero-L — 200 — 22.3 KiB — 150 ms — h2https://images.acer.com/is/image/acer/acer-laptop-nitro-18-ai-ms-sweepstakes-banner-l:Primary-Hero-Limages.acer.com/is/image/acer/acer-... https://images.acer.com/is/image/acer/acer-laptop-nitro-18-ai-ms-sweepstakes-banner-l:Primary-Hero-L — 200 — 22.0 KiB — 346 ms — h2https://images.acer.com/is/image/acer/aspire-14-ai-agw-banner-5000x3258:Primary-Hero-Limages.acer.com/is/image/acer/aspir... https://images.acer.com/is/image/acer/aspire-14-ai-agw-banner-5000x3258:Primary-Hero-L — 200 — 21.6 KiB — 119 ms — h2https://images.acer.com/is/image/acer/acer-laptop-nitro-v16s-ai-anv16s-61-banner:Primary-Hero-Limages.acer.com/is/image/acer/acer-... https://images.acer.com/is/image/acer/acer-laptop-nitro-v16s-ai-anv16s-61-banner:Primary-Hero-L — 200 — 78.8 KiB — 106 ms — h2https://images.acer.com/is/image/acer/browse-popular-categories-laptops?$Product-Catagories-L$images.acer.com/is/image/acer/brows... https://images.acer.com/is/image/acer/browse-popular-categories-laptops?$Product-Catagories-L$ — 200 — 8.7 KiB — 102 ms — h2https://images.acer.com/is/image/acer/browse-popular-categories-desktops?$Product-Catagories-L$images.acer.com/is/image/acer/brows... https://images.acer.com/is/image/acer/browse-popular-categories-desktops?$Product-Catagories-L$ — 200 — 6.6 KiB — 124 ms — h2https://images.acer.com/is/image/acer/browse-popular-categories-monitors?$Product-Catagories-L$images.acer.com/is/image/acer/brows... https://images.acer.com/is/image/acer/browse-popular-categories-monitors?$Product-Catagories-L$ — 200 — 5.3 KiB — 138 ms — h2https://images.acer.com/is/image/acer/browse-popular-categories-projectors?$Product-Catagories-L$images.acer.com/is/image/acer/brows... https://images.acer.com/is/image/acer/browse-popular-categories-projectors?$Product-Catagories-L$ — 200 — 4.3 KiB — 87 ms — h2https://images.acer.com/is/image/acer/browse-popular-categories-chromebooks?$Product-Catagories-L$images.acer.com/is/image/acer/brows... https://images.acer.com/is/image/acer/browse-popular-categories-chromebooks?$Product-Catagories-L$ — 200 — 5.3 KiB — 89 ms — h2https://images.acer.com/is/image/acer/nitro-radeon-rx-7900-gre-an-rx7900gre-oc-01-1?$Product-Catagories-L$images.acer.com/is/image/acer/nitro... https://images.acer.com/is/image/acer/nitro-radeon-rx-7900-gre-an-rx7900gre-oc-01-1?$Product-Catagories-L$ — 200 — 4.9 KiB — 104 ms — h2https://images.acer.com/is/image/acer/Regional_Acer_Store_Promo_Top_Deals-1:Regional-Promo-Component-2-Across-Limages.acer.com/is/image/acer/Regio... https://images.acer.com/is/image/acer/Regional_Acer_Store_Promo_Top_Deals-1:Regional-Promo-Component-2-Across-L — 200 — 36.7 KiB — 348 ms — h2https://images.acer.com/is/image/acer/HOMEPAGE_650x317-14:Regional-Promo-Component-2-Across-Limages.acer.com/is/image/acer/HOMEP... https://images.acer.com/is/image/acer/HOMEPAGE_650x317-14:Regional-Promo-Component-2-Across-L — 200 — 12.6 KiB — 347 ms — h2https://images.acer.com/is/image/acer/Windows-11-Pro_1?$Rectangular-L$images.acer.com/is/image/acer/Windo... https://images.acer.com/is/image/acer/Windows-11-Pro_1?$Rectangular-L$ — 200 — 409.4 KiB — 118 ms — h2https://images.acer.com/is/image/acer/Acer-Corner_1?$Rectangular-L$images.acer.com/is/image/acer/Acer-... https://images.acer.com/is/image/acer/Acer-Corner_1?$Rectangular-L$ — 200 — 583.1 KiB — 121 ms — h2https://images.acer.com/is/image/acer/Highlight_Chromebook_Promotion_?$Rectangular-L$images.acer.com/is/image/acer/Highl... https://images.acer.com/is/image/acer/Highlight_Chromebook_Promotion_?$Rectangular-L$ — 200 — 533.2 KiB — 124 ms — h2https://images.acer.com/is/image/acer/vero-family?$Rectangular-L$images.acer.com/is/image/acer/vero-... https://images.acer.com/is/image/acer/vero-family?$Rectangular-L$ — 200 — 623.9 KiB — 147 ms — h2https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 34 ms — h2data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEAlgCWAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAAlgAAAAEA…data:image/jpeg;base64,/9j/4AAQSkZJ... data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEAlgCWAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAAlgAAAAEA… — 200 — 0 B — 1 ms — datahttps://www.googletagmanager.com/gtm.js?id=GTM-KR777Pwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KR777P — 200 — 200.2 KiB — 217 ms — h2https://static.acer.com/system/assets/fonts/Noto_Sans/Noto-Sans-regular.woffstatic.acer.com/system/assets/fonts... https://static.acer.com/system/assets/fonts/Noto_Sans/Noto-Sans-regular.woff — 200 — 12.7 KiB — 21 ms — h2https://fonts.gstatic.com/s/notosans/v28/o-0NIpQlx3QUlC5A4PNjOhBVZNyB.woff2fonts.gstatic.com/s/notosans/v28/o-... https://fonts.gstatic.com/s/notosans/v28/o-0NIpQlx3QUlC5A4PNjOhBVZNyB.woff2 — 200 — 14.1 KiB — 29 ms — h3https://fonts.gstatic.com/s/notosans/v28/o-0NIpQlx3QUlC5A4PNjXhFVZNyB.woff2fonts.gstatic.com/s/notosans/v28/o-... https://fonts.gstatic.com/s/notosans/v28/o-0NIpQlx3QUlC5A4PNjXhFVZNyB.woff2 — 200 — 13.8 KiB — 35 ms — h3https://static.acer.com/system/assets/fonts/acerIcons/fonts/acer-icons.ttf?la4unxstatic.acer.com/system/assets/fonts... https://static.acer.com/system/assets/fonts/acerIcons/fonts/acer-icons.ttf?la4unx — 200 — 16.1 KiB — 19 ms — h2https://images.acer.com/is/content/acer/Brand-Acer_2560x1080-BG-1images.acer.com/is/content/acer/Bra... https://images.acer.com/is/content/acer/Brand-Acer_2560x1080-BG-1 — 206 — 13.7 MiB — 379 ms — h2https://static.acer.com/system/assets/js/NewHeader.526c1b1a69c4c2b2a2cd.bundle.jsstatic.acer.com/system/assets/js/Ne... https://static.acer.com/system/assets/js/NewHeader.526c1b1a69c4c2b2a2cd.bundle.js — 200 — 1.9 KiB — 8 ms — h2https://static.acer.com/system/assets/js/NewHeader_mobile.526c1b1a69c4c2b2a2cd.bundle.jsstatic.acer.com/system/assets/js/Ne... https://static.acer.com/system/assets/js/NewHeader_mobile.526c1b1a69c4c2b2a2cd.bundle.js — 200 — 1.7 KiB — 11 ms — h2https://static.acer.com/system/assets/js/RedirectionBar.526c1b1a69c4c2b2a2cd.bundle.jsstatic.acer.com/system/assets/js/Re... https://static.acer.com/system/assets/js/RedirectionBar.526c1b1a69c4c2b2a2cd.bundle.js — 200 — 6.3 KiB — 12 ms — h2https://static.acer.com/system/assets/js/NewHeaderSearch.526c1b1a69c4c2b2a2cd.bundle.jsstatic.acer.com/system/assets/js/Ne... https://static.acer.com/system/assets/js/NewHeaderSearch.526c1b1a69c4c2b2a2cd.bundle.js — 200 — 5.6 KiB — 14 ms — h2https://static.acer.com/system/assets/js/NewFooter.526c1b1a69c4c2b2a2cd.bundle.jsstatic.acer.com/system/assets/js/Ne... https://static.acer.com/system/assets/js/NewFooter.526c1b1a69c4c2b2a2cd.bundle.js — 200 — 1.5 KiB — 15 ms — h2https://static.acer.com/system/assets/js/HeroCarousel.526c1b1a69c4c2b2a2cd.bundle.jsstatic.acer.com/system/assets/js/He... https://static.acer.com/system/assets/js/HeroCarousel.526c1b1a69c4c2b2a2cd.bundle.js — 200 — 1.3 KiB — 9 ms — h2https://static.acer.com/system/assets/js/SwiperScrollbar.526c1b1a69c4c2b2a2cd.bundle.jsstatic.acer.com/system/assets/js/Sw... https://static.acer.com/system/assets/js/SwiperScrollbar.526c1b1a69c4c2b2a2cd.bundle.js — 200 — 1.2 KiB — 18 ms — h2https://static.acer.com/system/assets/js/NewPromo.526c1b1a69c4c2b2a2cd.bundle.jsstatic.acer.com/system/assets/js/Ne... https://static.acer.com/system/assets/js/NewPromo.526c1b1a69c4c2b2a2cd.bundle.js — 200 — 1.3 KiB — 19 ms — h2https://static.acer.com/system/assets/js/accordion.526c1b1a69c4c2b2a2cd.bundle.jsstatic.acer.com/system/assets/js/ac... https://static.acer.com/system/assets/js/accordion.526c1b1a69c4c2b2a2cd.bundle.js — 200 — 1.4 KiB — 18 ms — h2https://dev.visualwebsiteoptimizer.com/v.gif?cd=0&a=874618&d=acer.com&u=D8F79C85F4CE886692AF23800400BAC29&h=598f72f97262c9778fd95c7a68a6e63a&t=falsedev.visualwebsiteoptimizer.com/v.gi... https://dev.visualwebsiteoptimizer.com/v.gif?cd=0&a=874618&d=acer.com&u=D8F79C85F4CE886692AF23800400BAC29&h=598f72f97262c9778fd95c7a68a6e63a&t=false — 200 — 147 B — 103 ms — h2https://www.acer.com/6CepFUD41-D1sOyG-DT4NCbnDV0/Q3kOSXJm0JN4mz/QTcvXmg7/JiktTXR/ZMx0Bwww.acer.com/6CepFUD41-D1sOyG-DT4NC... https://www.acer.com/6CepFUD41-D1sOyG-DT4NCbnDV0/Q3kOSXJm0JN4mz/QTcvXmg7/JiktTXR/ZMx0B — 201 — 1.4 KiB — 387 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWCAYAAABkW7XSAAAQAElEQVR4AeycCZhUxbXHT3UPMwg4q…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWCAYAAABkW7XSAAAQAElEQVR4AeycCZhUxbXHT3UPMwg4q… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACGFjVEwAAAABAAAAAcMq2TYAAAANS…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACGFjVEwAAAABAAAAAcMq2TYAAAANS… — 200 — 0 B — 0 ms — datahttps://www.acer.com/es-es/api/setInternalIPCookiewww.acer.com/es-es/api/setInternalI... https://www.acer.com/es-es/api/setInternalIPCookie — 200 — 1.9 KiB — 343 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 168 ms — h2https://cdn-apac.onetrust.com/scripttemplates/otSDKStub.jscdn-apac.onetrust.com/scripttemplat... https://cdn-apac.onetrust.com/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 78 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PGPZH5M&gtm=4e64k0h2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PGPZH5M&gtm=4e64k0h2 — 200 — 167.3 KiB — 61 ms — h2https://c.go-mpulse.net/api/config.json?key=KU5YG-RAHW5-AZ7FK-BCMSV-J2UYE&d=www.acer.com&t=5922698&v=1.720.0&if=&sl=0&si=1fd3c392-99a5-42fd-9e84-e92b06e3f8bc-tdv6v9&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,LOGN&acao=&ak.ai=179378c.go-mpulse.net/api/config.json?key... https://c.go-mpulse.net/api/config.json?key=KU5YG-RAHW5-AZ7FK-BCMSV-J2UYE&d=www.acer.com&t=5922698&v=1.720.0&if=&sl=0&si=1fd3c392-99a5-42fd-9e84-e92b06e3f8bc-tdv6v9&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,LOGN&acao=&ak.ai=179378 — 200 — 214 B — 480 ms — h2https://cdn-apac.onetrust.com/consent/b697f1e9-385e-43f5-b9dc-fbf1d07ceae2/b697f1e9-385e-43f5-b9dc-fbf1d07ceae2.jsoncdn-apac.onetrust.com/consent/b697f... https://cdn-apac.onetrust.com/consent/b697f1e9-385e-43f5-b9dc-fbf1d07ceae2/b697f1e9-385e-43f5-b9dc-fbf1d07ceae2.json — 200 — 2.6 KiB — 84 ms — h2https://www.googletagmanager.com/a?id=GTM-PGPZH5M&v=3&t=t&pid=1938779514&gtm=45He64k0h2v832480803za20gzb6704242zd6704242&cv=43&rv=64k0&tc=325&x=2&tag_exp=0~115938465~115938469~117266401~118167059&es=1&e=gtm.init&eid=2&u=AAAAAIA&h=Ag&z=0www.googletagmanager.com/a?id=GTM-P... https://www.googletagmanager.com/a?id=GTM-PGPZH5M&v=3&t=t&pid=1938779514&gtm=45He64k0h2v832480803za20gzb6704242zd6704242&cv=43&rv=64k0&tc=325&x=2&tag_exp=0~115938465~115938469~117266401~118167059&es=1&e=gtm.init&eid=2&u=AAAAAIA&h=Ag&z=0 — 200 — 11 B — 24 ms — h3https://www.googletagmanager.com/a?id=GTM-PGPZH5M&v=3&t=t&pid=1938779514&gtm=45He64k0h2v832480803za20gzb6704242zd6704242&cv=43&rv=64k0&tc=325&x=2&tag_exp=0~115938465~115938469~117266401~118167059&es=1&e=gtm.js&eid=3&u=AAAAAIA&h=Ag&tr=1lcl.1lcl.1lcl.1lcl.1lcl.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1cl.1lcl.1lcl&ti=2lcl.2lcl.2lcl.2lcl.2lcl.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2cl.2lcl.2lcl&z=0www.googletagmanager.com/a?id=GTM-P... https://www.googletagmanager.com/a?id=GTM-PGPZH5M&v=3&t=t&pid=1938779514&gtm=45He64k0h2v832480803za20gzb6704242zd6704242&cv=43&rv=64k0&tc=325&x=2&tag_exp=0~115938465~115938469~117266401~118167059&es=1&e=gtm.js&eid=3&u=AAAAAIA&h=Ag&tr=1lcl.1lcl.1lcl.1lcl.1lcl.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1tg.1cl.1lcl.1lcl&ti=2lcl.2lcl.2lcl.2lcl.2lcl.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2cl.2lcl.2lcl&z=0 — 200 — 11 B — 25 ms — h3https://www.googletagmanager.com/a?id=GTM-PGPZH5M&v=3&t=t&pid=1938779514&gtm=45He64k0h2v832480803za20gzb6704242zd6704242&cv=43&rv=64k0&tc=325&x=2&tag_exp=0~115938465~115938469~117266401~118167059&es=1&e=gtm.dom&eid=19&u=AAAAAIA&h=Ag&z=0www.googletagmanager.com/a?id=GTM-P... https://www.googletagmanager.com/a?id=GTM-PGPZH5M&v=3&t=t&pid=1938779514&gtm=45He64k0h2v832480803za20gzb6704242zd6704242&cv=43&rv=64k0&tc=325&x=2&tag_exp=0~115938465~115938469~117266401~118167059&es=1&e=gtm.dom&eid=19&u=AAAAAIA&h=Ag&z=0 — 200 — 11 B — 24 ms — h3https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 253 B — 34 ms — h2https://cdn-apac.onetrust.com/scripttemplates/202505.1.0/otBannerSdk.jscdn-apac.onetrust.com/scripttemplat... https://cdn-apac.onetrust.com/scripttemplates/202505.1.0/otBannerSdk.js — 200 — 118.8 KiB — 56 ms — h2https://cdn-apac.onetrust.com/consent/b697f1e9-385e-43f5-b9dc-fbf1d07ceae2/0197f32d-a228-728c-bc52-79cccf834593/es-es.jsoncdn-apac.onetrust.com/consent/b697f... https://cdn-apac.onetrust.com/consent/b697f1e9-385e-43f5-b9dc-fbf1d07ceae2/0197f32d-a228-728c-bc52-79cccf834593/es-es.json — 200 — 57.9 KiB — 54 ms — h2https://js-agent.newrelic.com/nr-spa-1.313.0.min.jsjs-agent.newrelic.com/nr-spa-1.313.... https://js-agent.newrelic.com/nr-spa-1.313.0.min.js — 200 — 30.3 KiB — 8 ms — h2https://www.googletagmanager.com/a?id=GTM-PGPZH5M&v=3&t=t&pid=1938779514&gtm=45He64k0h2v832480803za20gzb6704242zd6704242&cv=43&rv=64k0&tc=325&x=2&tag_exp=0~115938465~115938469~117266401~118167059&e=gtm.js&eid=3&u=AAAAAIA&h=Ag&tr=5lcl.5lcl.5lcl.5lcl.5lcl.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5cl.5lcl.5lcl&ti=2lcl.2lcl.2lcl.2lcl.2lcl.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2cl.2lcl.2lcl&z=0www.googletagmanager.com/a?id=GTM-P... https://www.googletagmanager.com/a?id=GTM-PGPZH5M&v=3&t=t&pid=1938779514&gtm=45He64k0h2v832480803za20gzb6704242zd6704242&cv=43&rv=64k0&tc=325&x=2&tag_exp=0~115938465~115938469~117266401~118167059&e=gtm.js&eid=3&u=AAAAAIA&h=Ag&tr=5lcl.5lcl.5lcl.5lcl.5lcl.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5tg.5cl.5lcl.5lcl&ti=2lcl.2lcl.2lcl.2lcl.2lcl.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2tg.2cl.2lcl.2lcl&z=0 — 200 — 11 B — 30 ms — h3https://www.googletagmanager.com/a?id=GTM-PGPZH5M&v=3&t=t&pid=1938779514&gtm=45He64k0h2v832480803za20gzb6704242zd6704242&cv=43&rv=64k0&tc=325&x=2&tag_exp=0~115938465~115938469~117266401~118167059&es=1&e=gtm.load&eid=21&u=AAAAAIA&h=Ag&tr=1sdl&ti=2sdl&z=0www.googletagmanager.com/a?id=GTM-P... https://www.googletagmanager.com/a?id=GTM-PGPZH5M&v=3&t=t&pid=1938779514&gtm=45He64k0h2v832480803za20gzb6704242zd6704242&cv=43&rv=64k0&tc=325&x=2&tag_exp=0~115938465~115938469~117266401~118167059&es=1&e=gtm.load&eid=21&u=AAAAAIA&h=Ag&tr=1sdl&ti=2sdl&z=0 — 200 — 11 B — 24 ms — h3https://www.acer.com/favicon-acer.icowww.acer.com/favicon-acer.ico https://www.acer.com/favicon-acer.ico — 200 — 901 B — 37 ms — h2https://bam.nr-data.net/1/NRJS-81a062a62fd54e082e5?a=1400628025&v=1.313.0&to=YwFbZxMADUdWBhBaWlpLdGUiTjNVUAAnXFtAFlZfDQQRG2cEA1Y%3D&rst=1964&ck=0&s=e9497663d7bf266c&ref=https://www.acer.com/es-es/&ptid=8c1a8728c3ca8d28&af=err,spa,xhr,stn,ins&ap=215&be=900&fe=1023&dc=606&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776809349196,%22n%22:0,%22f%22:794,%22dn%22:794,%22dne%22:794,%22c%22:794,%22s%22:794,%22ce%22:794,%22rq%22:795,%22rp%22:900,%22rpe%22:903,%22di%22:1483,%22ds%22:1504,%22de%22:1506,%22dc%22:1915,%22l%22:1915,%22le%22:1923%7D,%22navigation%22:%7B%7D%7D&fp=1064&fcp=1132bam.nr-data.net/1/NRJS-81a062a62fd5... https://bam.nr-data.net/1/NRJS-81a062a62fd54e082e5?a=1400628025&v=1.313.0&to=YwFbZxMADUdWBhBaWlpLdGUiTjNVUAAnXFtAFlZfDQQRG2cEA1Y%3D&rst=1964&ck=0&s=e9497663d7bf266c&ref=https://www.acer.com/es-es/&ptid=8c1a8728c3ca8d28&af=err,spa,xhr,stn,ins&ap=215&be=900&fe=1023&dc=606&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776809349196,%22n%22:0,%22f%22:794,%22dn%22:794,%22dne%22:794,%22c%22:794,%22s%22:794,%22ce%22:794,%22rq%22:795,%22rp%22:900,%22rpe%22:903,%22di%22:1483,%22ds%22:1504,%22de%22:1506,%22dc%22:1915,%22l%22:1915,%22le%22:1923%7D,%22navigation%22:%7B%7D%7D&fp=1064&fcp=1132 — 200 — 721 B — 112 ms — http/1.1https://cdn-apac.onetrust.com/scripttemplates/202505.1.0/assets/otFlat.jsoncdn-apac.onetrust.com/scripttemplat... https://cdn-apac.onetrust.com/scripttemplates/202505.1.0/assets/otFlat.json — 200 — 3.4 KiB — 40 ms — h2https://cdn-apac.onetrust.com/scripttemplates/202505.1.0/assets/v2/otPcTab.jsoncdn-apac.onetrust.com/scripttemplat... https://cdn-apac.onetrust.com/scripttemplates/202505.1.0/assets/v2/otPcTab.json — 200 — 13.6 KiB — 43 ms — h2https://cdn-apac.onetrust.com/scripttemplates/202505.1.0/assets/otCommonStyles.csscdn-apac.onetrust.com/scripttemplat... https://cdn-apac.onetrust.com/scripttemplates/202505.1.0/assets/otCommonStyles.css — 200 — 4.5 KiB — 37 ms — h2https://www.acer.com/akam/13/pixel_5aa7870dwww.acer.com/akam/13/pixel_5aa7870d https://www.acer.com/akam/13/pixel_5aa7870d — 200 — 1.0 KiB — 15 ms — h2https://cdn-apac.onetrust.com/logos/static/ot_guard_logo.svgcdn-apac.onetrust.com/logos/static/... https://cdn-apac.onetrust.com/logos/static/ot_guard_logo.svg — 200 — 517 B — 36 ms — h2https://cdn-apac.onetrust.com/logos/712368c7-a7c1-42e1-9cea-3e8ca07e194f/e054138d-eaaa-44ab-801b-7ff724f79144/168b4acd-c2df-44db-9ce0-874917fb6971/Acer-logo-digital-green.pngcdn-apac.onetrust.com/logos/712368c... https://cdn-apac.onetrust.com/logos/712368c7-a7c1-42e1-9cea-3e8ca07e194f/e054138d-eaaa-44ab-801b-7ff724f79144/168b4acd-c2df-44db-9ce0-874917fb6971/Acer-logo-digital-green.png — 200 — 137.6 KiB — 52 ms — h2https://cdn-apac.onetrust.com/logos/static/powered_by_logo.svgcdn-apac.onetrust.com/logos/static/... https://cdn-apac.onetrust.com/logos/static/powered_by_logo.svg — 200 — 2.5 KiB — 59 ms — h2https://bam.nr-data.net/events/1/NRJS-81a062a62fd54e082e5?a=1400628025&v=1.313.0&to=YwFbZxMADUdWBhBaWlpLdGUiTjNVUAAnXFtAFlZfDQQRG2cEA1Y%3D&rst=2114&ck=0&s=e9497663d7bf266c&ref=https://www.acer.com/es-es/&ptid=8c1a8728c3ca8d28bam.nr-data.net/events/1/NRJS-81a06... https://bam.nr-data.net/events/1/NRJS-81a062a62fd54e082e5?a=1400628025&v=1.313.0&to=YwFbZxMADUdWBhBaWlpLdGUiTjNVUAAnXFtAFlZfDQQRG2cEA1Y%3D&rst=2114&ck=0&s=e9497663d7bf266c&ref=https://www.acer.com/es-es/&ptid=8c1a8728c3ca8d28 — 200 — 414 B — 106 ms — http/1.1https://bam.nr-data.net/jserrors/1/NRJS-81a062a62fd54e082e5?a=1400628025&v=1.313.0&to=YwFbZxMADUdWBhBaWlpLdGUiTjNVUAAnXFtAFlZfDQQRG2cEA1Y%3D&rst=2116&ck=0&s=e9497663d7bf266c&ref=https://www.acer.com/es-es/&ptid=8c1a8728c3ca8d28bam.nr-data.net/jserrors/1/NRJS-81a... https://bam.nr-data.net/jserrors/1/NRJS-81a062a62fd54e082e5?a=1400628025&v=1.313.0&to=YwFbZxMADUdWBhBaWlpLdGUiTjNVUAAnXFtAFlZfDQQRG2cEA1Y%3D&rst=2116&ck=0&s=e9497663d7bf266c&ref=https://www.acer.com/es-es/&ptid=8c1a8728c3ca8d28 — 200 — 414 B — 110 ms — http/1.1https://bam.nr-data.net/events/1/NRJS-81a062a62fd54e082e5?a=1400628025&v=1.313.0&to=YwFbZxMADUdWBhBaWlpLdGUiTjNVUAAnXFtAFlZfDQQRG2cEA1Y%3D&rst=2117&ck=0&s=e9497663d7bf266c&ref=https://www.acer.com/es-es/&ptid=8c1a8728c3ca8d28bam.nr-data.net/events/1/NRJS-81a06... https://bam.nr-data.net/events/1/NRJS-81a062a62fd54e082e5?a=1400628025&v=1.313.0&to=YwFbZxMADUdWBhBaWlpLdGUiTjNVUAAnXFtAFlZfDQQRG2cEA1Y%3D&rst=2117&ck=0&s=e9497663d7bf266c&ref=https://www.acer.com/es-es/&ptid=8c1a8728c3ca8d28 — 200 — 409 B — 108 ms — http/1.1https://bam.nr-data.net/events/1/NRJS-81a062a62fd54e082e5?a=1400628025&v=1.313.0&to=YwFbZxMADUdWBhBaWlpLdGUiTjNVUAAnXFtAFlZfDQQRG2cEA1Y%3D&rst=2119&ck=0&s=e9497663d7bf266c&ref=https://www.acer.com/es-es/&ptid=8c1a8728c3ca8d28bam.nr-data.net/events/1/NRJS-81a06... https://bam.nr-data.net/events/1/NRJS-81a062a62fd54e082e5?a=1400628025&v=1.313.0&to=YwFbZxMADUdWBhBaWlpLdGUiTjNVUAAnXFtAFlZfDQQRG2cEA1Y%3D&rst=2119&ck=0&s=e9497663d7bf266c&ref=https://www.acer.com/es-es/&ptid=8c1a8728c3ca8d28 — 200 — 414 B — 109 ms — http/1.1blob:https://www.acer.com/74389b93-e1f1-4fe8-9bcc-69ab385453fewww.acer.com/74389b93-e1f1-4fe8-9bc... blob:https://www.acer.com/74389b93-e1f1-4fe8-9bcc-69ab385453fe — -1 — 0 B — 0 ms — https://www.acer.com/6CepFUD41-D1sOyG-DT4NCbnDV0/Q3kOSXJm0JN4mz/QTcvXmg7/JiktTXR/ZMx0Bwww.acer.com/6CepFUD41-D1sOyG-DT4NC... https://www.acer.com/6CepFUD41-D1sOyG-DT4NCbnDV0/Q3kOSXJm0JN4mz/QTcvXmg7/JiktTXR/ZMx0B — 201 — 1.5 KiB — 360 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1174ms · 801KB · $16/mo
www.acer.com
Other
Costly
Execution 422ms
Transfer 52 KB
Monthly Cost $6/mo
Unattributable
Other
Costly
Execution 258ms
Transfer 0 KB
Monthly Cost $3/mo
www.acer.com
Other
Optional
Execution 170ms
Transfer 1 KB
Unused 22%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 109ms
Transfer 200 KB
Unused 38%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 79ms
Transfer 167 KB
Unused 48%
Monthly Cost $1/mo
static.acer.com
Other
Optional
Execution 69ms
Transfer 261 KB
Unused 90%
Monthly Cost $1/mo
cdn-apac.onetrust.com
Other
Optional
Execution 68ms
Transfer 119 KB
Unused 52%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.acer.com adds 422ms and costs ~$6/month
  • Unattributable adds 258ms and costs ~$3/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.acer.com takes 422ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 258ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

90% of static.acer.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

52% of cdn-apac.onetrust.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback