Skip to content
https://walgreens.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
66
GRADE
D
FIX
5
REVIEW
2
PASS
6
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.
91
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
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.60 s

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

2.78 s

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

91 ms

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

0.005

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

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

5.81 s

Page Load Progression

534 ms
1.1 s
1.6 s
2.1 s
2.7 s
3.2 s
3.7 s
4.3 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
4.8 MB transferred, 204 requests
FIX
4.8 MB transferred, 204 requests
Critical::
Page weighs 12.4 MB (4.8 MB transferred)
Warning::
JavaScript is 2.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.2 MB
Warning::
Images are 1.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.7 MB
Info::
CSS is 201 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 201 KB
Warning::
204 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.0 g CO2 per page load
4.8 MB / 2.4 MB budget
4.8 MB transferred
204 requests
1.0 g CO2 per page load
JavaScript 2.2 MiB 46%
Images 1.7 MiB 36%
Other 300.3 KiB 6%
CSS 201.0 KiB 4%
Fonts 145.6 KiB 3%
Other 124.2 KiB 3%
HTML 79.3 KiB 2%
Other 31.0 KiB 1%
Other 690 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

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 (4.8 MiB of 4.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2310ms total JS execution
FIX
2310ms total JS execution
Warning::
https://www.walgreens.com/common/react/assets/scri...: 657ms CPU time
Warning::
https://www.walgreens.com/: 371ms CPU time
Warning::
https://assets.adobedtm.com/launch-ENdd5c82450e4a4...: 342ms CPU time
Warning::
https://dok.js-cdn.dynatrace.com/jstag/18f57b4a680...: 269ms CPU time
Warning::
Unattributable: 255ms CPU time
Warning::
Third-party scripts: 2310ms (100% of total)

Main Thread Breakdown

Script Evaluation 54% Other 25% Style & Layout 9% Script Parsing & Compilation 6% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://www.walgreens.com/common/react/assets/script.min.js?o=acs657ms210ms7ms3rd
https://www.walgreens.com/371ms47ms14ms3rd
https://assets.adobedtm.com/launch-ENdd5c82450e4a478ba693752c21000d75.min.js342ms287ms15ms3rd
https://dok.js-cdn.dynatrace.com/jstag/18f57b4a680/bf21859hft/f4c2e99ce32f8b27_complete.js269ms239ms5ms3rd
Unattributable255ms35ms0ms3rd
https://www.walgreens.com/VcQQh/sRQO/uC9r/Umh5/GLX/5NwYSVSmbXVwrL/OwoJHgE/KS92LCI/xRkAB170ms156ms10ms3rd
https://www.walgreens.com/common/react/assets/client_bundle_header_lsg5-de2d245a0fa602282069.js?o=acs98ms77ms16ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604100101/pubads_impl.js75ms40ms10ms3rd
https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/retail-home-page/clientlib-home.min.fd412bce5fd9cdb999fbe86e19398f5c.js74ms45ms5ms3rd
F
JS Bundles
Action
61 scripts, 1.0 MB unused
FIX
61 scripts, 1.0 MB unused
Warning::
https://www.walgreens.com/fulfillment/react/assets...: 152 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.walgreens.com/sameday/react/assets/cli...: 139 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 97 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.walgreens.com/common/react/assets/clie...: 84 KB unused (61%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.walgreens.com/sameday/react/assets/cli...: 81 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.0 MB
1054 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.walgreens.com/fulfillment/react/assets/client_bundle_fulfillment-1772168963961.js?o=acs186 KB152 KB (82%)3rd
https://www.walgreens.com/sameday/react/assets/client_bundle_cos-1773639075881.js?o=acs174 KB139 KB (80%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604100101/pubads_impl.js186 KB97 KB (52%)3rd
https://www.walgreens.com/common/react/assets/client_bundle_federated_search-fa92b42e97c32fdc8996.js138 KB84 KB (61%)3rd
https://www.walgreens.com/sameday/react/assets/client_bundle_atc-1773639075881.js?o=acs104 KB81 KB (78%)3rd
https://www.walgreens.com/common/react/assets/client_bundle_header_lsg5-de2d245a0fa602282069.js?o=acs155 KB74 KB (48%)3rd
https://www.walgreens.com/sameday/react/assets/client_bundle_odd-1773639075881.js?o=acs89 KB68 KB (77%)3rd
https://www.walgreens.com/common/react/assets/script.min.js?o=acs100 KB68 KB (69%)3rd
https://resources.digital-cloud-west.medallia.com/wdcwest/378975/onsite/generic1772009552596.js86 KB49 KB (57%)3rd
https://assets.adobedtm.com/launch-ENdd5c82450e4a478ba693752c21000d75.min.js131 KB45 KB (35%)3rd

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
204 resources · 4.8 MB · 1.0 MB savings available
FIX
204 resources · 4.8 MB · 1.0 MB savings available
Warning::
Page weight 3.8 MB over 1MB target
Got: 4.8 MB Expected: ≤ 1 MB
Info::
~1.0 MB of savings available
Warning::
203 third-party resources (100% of weight)
Info::
1 resources over 200KB
204 resources · 4.8 MiB · 203 third-party 3.8 MiB over 1MB target
JavaScript 46% · 2.2 MiB
Image 38% · 1.8 MiB
Document 7% · 355.4 KiB
CSS 4% · 201.0 KiB
Font 3% · 145.6 KiB
Other 2% · 80.7 KiB

~1.0 MiB of savings available

Remove unused JavaScript: 1.0 MiB
C
Image Optimization
Action
82 images, 0 KB saveable
REVIEW
82 images, 0 KB saveable
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.cpnscdn.com/static.coupons.com/ext/bus... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wag-images-prod.przone.net/80x100/w1160511... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/images/adaptive/online-p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wag-images-prod.przone.net/wagomslores/w11... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wag-images-prod.przone.net/83a8f217-a180-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wag-images-prod.przone.net/83a8f217-a180-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wag-images-prod.przone.net/80x100/w1180841... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wag-images-prod.przone.net/83a8f217-a180-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wag-images-prod.przone.net/wagomslores/w11... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wag-images-prod.przone.net/wagomslores/w11... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/images/adaptive/optin/10... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.cpnscdn.com/static.coupons.com/ext/bus... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wag-images-prod.przone.net/wagomslores/w11... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/images/adaptive/sp1/3382... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wag-images-prod.przone.net/83a8f217-a180-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wag-images-prod.przone.net/83a8f217-a180-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/images/adaptive/sp/logo-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wag-images-prod.przone.net/83a8f217-a180-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/images/adaptive/optin/10... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/images/adaptive/optin/10... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wag-images-prod.przone.net/83a8f217-a180-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/images/adaptive/optin/10... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.cpnscdn.com/static.coupons.com/ext/bus... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.cpnscdn.com/static.coupons.com/ext/bus... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wag-images-prod.przone.net/83a8f217-a180-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/images/adaptive/sp/waglo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wag-images-prod.przone.net/83a8f217-a180-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.walgreens.com/content/dam/connectedass... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
82 images 1.7 MB
0 oversized -0 KB
29 legacy format
62 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

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

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

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

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
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 (146 KB)
PASS
4 fonts (146 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

146 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.6 s LCP 2.8 shttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 47.3 KiB — 62 ms — font-display: swaphttps://www.walgreens.com/images/adaptive/livestyleguide/walgreens-com/v5/themes/fonts/TiemposHeadline-Regular.woff2TiemposHeadline-Regular... https://www.walgreens.com/images/adaptive/livestyleguide/walgreens-com/v5/themes/fonts/TiemposHeadline-Regular.woff2 — 38.6 KiB — 26 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff26xKydSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2 — 14.4 KiB — 38 ms — font-display: swaphttps://www.walgreens.com/images/adaptive/livestyleguide/walgreens-com/v5/themes/fonts/TiemposHeadline-Light.woff2TiemposHeadline-Light.w... https://www.walgreens.com/images/adaptive/livestyleguide/walgreens-com/v5/themes/fonts/TiemposHeadline-Light.woff2 — 45.3 KiB — 28 ms — font-display: swap
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 62 ms
Start 634 ms
Risk FOUT — text flashes from fallback to web font
TiemposHeadline-Regular... woff2 swap
Size 39 KB
Load time 26 ms
Start 745 ms
Risk FOUT — text flashes from fallback to web font
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 14 KB
Load time 38 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
TiemposHeadline-Light.w... woff2 swap
Size 45 KB
Load time 28 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
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+
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
A
HTTP Caching
max-age=14400 (4 hours)
PASS
max-age=14400 (4 hours)
Info::
Cache-Control header is set
Got: max-age=14400
Info::
Effective TTL: 4 hours (max-age=14400)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=14400

DirectiveValueMeaning
max-age14400Cache for 4 hours
Effective TTL: 14400 seconds
Network Waterfall
204 requests over 6724ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.6 s LCP 2.8 shttps://walgreens.com// https://walgreens.com/ — 301 — 1.4 KiB — 300 ms — h2https://www.walgreens.com/www.walgreens.com/ https://www.walgreens.com/ — 200 — 67.2 KiB — 85 ms — h2https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.jsrum.hlx.page/.rum/@adobe/helix-rum-... https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.js — 200 — 2.8 KiB — 26 ms — h2https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/retail-home-page/clientlib-home.min.92db264c6c2239793053d69da6a8de46.csswww.walgreens.com/etc.clientlibs/wa... https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/retail-home-page/clientlib-home.min.92db264c6c2239793053d69da6a8de46.css — 200 — 7.7 KiB — 34 ms — h2https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700fonts.googleapis.com/css?family=Sou... https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700 — 200 — 1.2 KiB — 141 ms — h2https://www.walgreens.com/common/react/assets/header/5.0/lsg-common.css?o=acswww.walgreens.com/common/react/asse... https://www.walgreens.com/common/react/assets/header/5.0/lsg-common.css?o=acs — 200 — 188.8 KiB — 51 ms — h2https://www.walgreens.com/images/adaptive/livestyleguide/v5/icons/Branding.svgwww.walgreens.com/images/adaptive/l... https://www.walgreens.com/images/adaptive/livestyleguide/v5/icons/Branding.svg — 200 — 1.2 KiB — 52 ms — h2https://dok.js-cdn.dynatrace.com/jstag/18f57b4a680/bf21859hft/f4c2e99ce32f8b27_complete.jsdok.js-cdn.dynatrace.com/jstag/18f5... https://dok.js-cdn.dynatrace.com/jstag/18f57b4a680/bf21859hft/f4c2e99ce32f8b27_complete.js — 200 — 85.8 KiB — 76 ms — h2https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap — 200 — 821 B — 88 ms — h2https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_BPCLoyalty_Image_Card1_3up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_BPCLoyalty_Image_Card1_3up.jpg — 200 — 14.2 KiB — 27 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_BPCLoyalty_Image_Card2_3up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_BPCLoyalty_Image_Card2_3up.jpg — 200 — 19.9 KiB — 25 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_BPCLoyalty_Image_Card3_3up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_BPCLoyalty_Image_Card3_3up.jpg — 200 — 56.7 KiB — 40 ms — h3https://www.walgreens.com/images/adaptive/sp/logo-mywag.pngwww.walgreens.com/images/adaptive/s... https://www.walgreens.com/images/adaptive/sp/logo-mywag.png — 200 — 2.9 KiB — 27 ms — h3https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/criteoflagshipad/clientlib-criteoflagshipad.min.d2163ad41cdaae9a764547036aec91d0.csswww.walgreens.com/etc.clientlibs/wa... https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/criteoflagshipad/clientlib-criteoflagshipad.min.d2163ad41cdaae9a764547036aec91d0.css — 200 — 1.0 KiB — 53 ms — h3https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/criteoflagshipad/clientlib-criteoflagshipad.min.a5c3d8ec5d0acd3d3f19607fad983ab4.jswww.walgreens.com/etc.clientlibs/wa... https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/criteoflagshipad/clientlib-criteoflagshipad.min.a5c3d8ec5d0acd3d3f19607fad983ab4.js — 200 — 5.3 KiB — 50 ms — h3https://s2.go-mpulse.net/boomerang/PNWRX-QTVGQ-YV4YD-Y2Q7Q-BADWLs2.go-mpulse.net/boomerang/PNWRX-QT... https://s2.go-mpulse.net/boomerang/PNWRX-QTVGQ-YV4YD-Y2Q7Q-BADWL — 200 — 41.5 KiB — 53 ms — h2https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/groupicons/clientlib-groupicons.min.f9ddea62adf20cb0ff30cd9fdb7779c7.csswww.walgreens.com/etc.clientlibs/wa... https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/groupicons/clientlib-groupicons.min.f9ddea62adf20cb0ff30cd9fdb7779c7.css — 200 — 607 B — 130 ms — h3https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/groupicons/clientlib-groupicons.min.4e65e5a4f5496b70e2cf92a891f6c273.jswww.walgreens.com/etc.clientlibs/wa... https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/groupicons/clientlib-groupicons.min.4e65e5a4f5496b70e2cf92a891f6c273.js — 200 — 2.6 KiB — 130 ms — h3https://www.walgreens.com/VcQQh/sRQO/uC9r/Umh5/GLX/5NwYSVSmbXVwrL/OwoJHgE/KS92LCI/xRkABwww.walgreens.com/VcQQh/sRQO/uC9r/U... https://www.walgreens.com/VcQQh/sRQO/uC9r/Umh5/GLX/5NwYSVSmbXVwrL/OwoJHgE/KS92LCI/xRkAB — 200 — 183.2 KiB — 97 ms — h3https://assets.adobedtm.com/launch-ENdd5c82450e4a478ba693752c21000d75.min.jsassets.adobedtm.com/launch-ENdd5c82... https://assets.adobedtm.com/launch-ENdd5c82450e4a478ba693752c21000d75.min.js — 200 — 131.0 KiB — 44 ms — h2https://www.walgreens.com/etc.clientlibs/core/wcm/components/commons/datalayer/v1/clientlibs/core.wcm.components.commons.datalayer.v1.min.904d3c2f1e821ab45124d66de422b409.jswww.walgreens.com/etc.clientlibs/co... https://www.walgreens.com/etc.clientlibs/core/wcm/components/commons/datalayer/v1/clientlibs/core.wcm.components.commons.datalayer.v1.min.904d3c2f1e821ab45124d66de422b409.js — 200 — 11.7 KiB — 197 ms — h3https://www.walgreens.com/akam/13/491d39ecwww.walgreens.com/akam/13/491d39ec https://www.walgreens.com/akam/13/491d39ec — 200 — 8.4 KiB — 201 ms — h3https://www.walgreens.com/common/react/assets/client_bundle_header_lsg5-de2d245a0fa602282069.js?o=acswww.walgreens.com/common/react/asse... https://www.walgreens.com/common/react/assets/client_bundle_header_lsg5-de2d245a0fa602282069.js?o=acs — 200 — 154.9 KiB — 263 ms — h3https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.7 KiB — 115 ms — h3https://www.walgreens.com/assets/wagassets/advertising/gam/scripts/gpt_common_v5.jswww.walgreens.com/assets/wagassets/... https://www.walgreens.com/assets/wagassets/advertising/gam/scripts/gpt_common_v5.js — 200 — 1.2 KiB — 194 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_HealthySpringReset_Image_Card1_4up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_HealthySpringReset_Image_Card1_4up.jpg — 200 — 21.9 KiB — 229 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_HealthySpringReset_Image_Card2_4up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_HealthySpringReset_Image_Card2_4up.jpg — 200 — 14.6 KiB — 148 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAswAAAHQCAYAAAC1LTxnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJb…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAswAAAHQCAYAAAC1LTxnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJb… — 200 — 0 B — 0 ms — datahttps://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_HealthySpringReset_Image_Card3_4up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_HealthySpringReset_Image_Card3_4up.jpg — 200 — 10.7 KiB — 144 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_HealthySpringReset_Image_Card4_4up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_HealthySpringReset_Image_Card4_4up.jpg — 200 — 60.4 KiB — 183 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.6 s LCP 2.8 shttps://walgreens.com// https://walgreens.com/ — 301 — 1.4 KiB — 300 ms — h2https://www.walgreens.com/www.walgreens.com/ https://www.walgreens.com/ — 200 — 67.2 KiB — 85 ms — h2https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.jsrum.hlx.page/.rum/@adobe/helix-rum-... https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.js — 200 — 2.8 KiB — 26 ms — h2https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/retail-home-page/clientlib-home.min.92db264c6c2239793053d69da6a8de46.csswww.walgreens.com/etc.clientlibs/wa... https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/retail-home-page/clientlib-home.min.92db264c6c2239793053d69da6a8de46.css — 200 — 7.7 KiB — 34 ms — h2https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700fonts.googleapis.com/css?family=Sou... https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700 — 200 — 1.2 KiB — 141 ms — h2https://www.walgreens.com/common/react/assets/header/5.0/lsg-common.css?o=acswww.walgreens.com/common/react/asse... https://www.walgreens.com/common/react/assets/header/5.0/lsg-common.css?o=acs — 200 — 188.8 KiB — 51 ms — h2https://www.walgreens.com/images/adaptive/livestyleguide/v5/icons/Branding.svgwww.walgreens.com/images/adaptive/l... https://www.walgreens.com/images/adaptive/livestyleguide/v5/icons/Branding.svg — 200 — 1.2 KiB — 52 ms — h2https://dok.js-cdn.dynatrace.com/jstag/18f57b4a680/bf21859hft/f4c2e99ce32f8b27_complete.jsdok.js-cdn.dynatrace.com/jstag/18f5... https://dok.js-cdn.dynatrace.com/jstag/18f57b4a680/bf21859hft/f4c2e99ce32f8b27_complete.js — 200 — 85.8 KiB — 76 ms — h2https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap — 200 — 821 B — 88 ms — h2https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_BPCLoyalty_Image_Card1_3up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_BPCLoyalty_Image_Card1_3up.jpg — 200 — 14.2 KiB — 27 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_BPCLoyalty_Image_Card2_3up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_BPCLoyalty_Image_Card2_3up.jpg — 200 — 19.9 KiB — 25 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_BPCLoyalty_Image_Card3_3up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_BPCLoyalty_Image_Card3_3up.jpg — 200 — 56.7 KiB — 40 ms — h3https://www.walgreens.com/images/adaptive/sp/logo-mywag.pngwww.walgreens.com/images/adaptive/s... https://www.walgreens.com/images/adaptive/sp/logo-mywag.png — 200 — 2.9 KiB — 27 ms — h3https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/criteoflagshipad/clientlib-criteoflagshipad.min.d2163ad41cdaae9a764547036aec91d0.csswww.walgreens.com/etc.clientlibs/wa... https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/criteoflagshipad/clientlib-criteoflagshipad.min.d2163ad41cdaae9a764547036aec91d0.css — 200 — 1.0 KiB — 53 ms — h3https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/criteoflagshipad/clientlib-criteoflagshipad.min.a5c3d8ec5d0acd3d3f19607fad983ab4.jswww.walgreens.com/etc.clientlibs/wa... https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/criteoflagshipad/clientlib-criteoflagshipad.min.a5c3d8ec5d0acd3d3f19607fad983ab4.js — 200 — 5.3 KiB — 50 ms — h3https://s2.go-mpulse.net/boomerang/PNWRX-QTVGQ-YV4YD-Y2Q7Q-BADWLs2.go-mpulse.net/boomerang/PNWRX-QT... https://s2.go-mpulse.net/boomerang/PNWRX-QTVGQ-YV4YD-Y2Q7Q-BADWL — 200 — 41.5 KiB — 53 ms — h2https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/groupicons/clientlib-groupicons.min.f9ddea62adf20cb0ff30cd9fdb7779c7.csswww.walgreens.com/etc.clientlibs/wa... https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/groupicons/clientlib-groupicons.min.f9ddea62adf20cb0ff30cd9fdb7779c7.css — 200 — 607 B — 130 ms — h3https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/groupicons/clientlib-groupicons.min.4e65e5a4f5496b70e2cf92a891f6c273.jswww.walgreens.com/etc.clientlibs/wa... https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/groupicons/clientlib-groupicons.min.4e65e5a4f5496b70e2cf92a891f6c273.js — 200 — 2.6 KiB — 130 ms — h3https://www.walgreens.com/VcQQh/sRQO/uC9r/Umh5/GLX/5NwYSVSmbXVwrL/OwoJHgE/KS92LCI/xRkABwww.walgreens.com/VcQQh/sRQO/uC9r/U... https://www.walgreens.com/VcQQh/sRQO/uC9r/Umh5/GLX/5NwYSVSmbXVwrL/OwoJHgE/KS92LCI/xRkAB — 200 — 183.2 KiB — 97 ms — h3https://assets.adobedtm.com/launch-ENdd5c82450e4a478ba693752c21000d75.min.jsassets.adobedtm.com/launch-ENdd5c82... https://assets.adobedtm.com/launch-ENdd5c82450e4a478ba693752c21000d75.min.js — 200 — 131.0 KiB — 44 ms — h2https://www.walgreens.com/etc.clientlibs/core/wcm/components/commons/datalayer/v1/clientlibs/core.wcm.components.commons.datalayer.v1.min.904d3c2f1e821ab45124d66de422b409.jswww.walgreens.com/etc.clientlibs/co... https://www.walgreens.com/etc.clientlibs/core/wcm/components/commons/datalayer/v1/clientlibs/core.wcm.components.commons.datalayer.v1.min.904d3c2f1e821ab45124d66de422b409.js — 200 — 11.7 KiB — 197 ms — h3https://www.walgreens.com/akam/13/491d39ecwww.walgreens.com/akam/13/491d39ec https://www.walgreens.com/akam/13/491d39ec — 200 — 8.4 KiB — 201 ms — h3https://www.walgreens.com/common/react/assets/client_bundle_header_lsg5-de2d245a0fa602282069.js?o=acswww.walgreens.com/common/react/asse... https://www.walgreens.com/common/react/assets/client_bundle_header_lsg5-de2d245a0fa602282069.js?o=acs — 200 — 154.9 KiB — 263 ms — h3https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.7 KiB — 115 ms — h3https://www.walgreens.com/assets/wagassets/advertising/gam/scripts/gpt_common_v5.jswww.walgreens.com/assets/wagassets/... https://www.walgreens.com/assets/wagassets/advertising/gam/scripts/gpt_common_v5.js — 200 — 1.2 KiB — 194 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_HealthySpringReset_Image_Card1_4up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_HealthySpringReset_Image_Card1_4up.jpg — 200 — 21.9 KiB — 229 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_HealthySpringReset_Image_Card2_4up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_HealthySpringReset_Image_Card2_4up.jpg — 200 — 14.6 KiB — 148 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAswAAAHQCAYAAAC1LTxnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJb…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAswAAAHQCAYAAAC1LTxnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJb… — 200 — 0 B — 0 ms — datahttps://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_HealthySpringReset_Image_Card3_4up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_HealthySpringReset_Image_Card3_4up.jpg — 200 — 10.7 KiB — 144 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_HealthySpringReset_Image_Card4_4up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_HealthySpringReset_Image_Card4_4up.jpg — 200 — 60.4 KiB — 183 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260301_HP_HealthModule_Image_Card1_4up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260301_HP_HealthModule_Image_Card1_4up.jpg — 200 — 29.2 KiB — 246 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260301_HP_HealthModule_Image_Card2_4up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260301_HP_HealthModule_Image_Card2_4up.jpg — 200 — 68.3 KiB — 262 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260329_HP_HealthModule_Image_Card3_4up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260329_HP_HealthModule_Image_Card3_4up.jpg — 200 — 36.3 KiB — 260 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260405_HP_HealthModule_Image_Card4_4up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260405_HP_HealthModule_Image_Card4_4up.jpg — 200 — 52.8 KiB — 261 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_Photo_Image_Card1_3up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_Photo_Image_Card1_3up.jpg — 200 — 92.7 KiB — 263 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_Photo_Image_Card2_3up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_Photo_Image_Card2_3up.jpg — 200 — 34.7 KiB — 227 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_Photo_Image_Card3_3up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260412_HP_Photo_Image_Card3_3up.jpg — 200 — 29.1 KiB — 180 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/Hub_Illustration.pngwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/Hub_Illustration.png — 200 — 764 B — 107 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20250803_HP_Tertiary_Image_Card_1.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20250803_HP_Tertiary_Image_Card_1.jpg — 200 — 5.0 KiB — 226 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20250803_HP_Tertiary_Image_Card_2.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20250803_HP_Tertiary_Image_Card_2.jpg — 200 — 11.6 KiB — 186 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20250907_HP_Tertiary_Image_Card_3_3up.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20250907_HP_Tertiary_Image_Card_3_3up.jpg — 200 — 26.6 KiB — 228 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20250803_HP_Tertiary_Image_Card_4_Targeted.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20250803_HP_Tertiary_Image_Card_4_Targeted.jpg — 200 — 5.5 KiB — 224 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260301_HP_FeaturedCategories_GroupIcon_Category_2_AllergySinus.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260301_HP_FeaturedCategories_GroupIcon_Category_2_AllergySinus.jpg — 200 — 54.2 KiB — 222 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_2.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_2.jpg — 200 — 12.8 KiB — 193 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_3.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_3.jpg — 200 — 7.8 KiB — 143 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_4.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_4.jpg — 200 — 6.1 KiB — 104 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_5.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_5.jpg — 200 — 2.8 KiB — 184 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_6.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_6.jpg — 200 — 7.4 KiB — 184 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_7.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_7.jpg — 200 — 8.6 KiB — 223 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_8.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_8.jpg — 200 — 7.9 KiB — 221 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260406_HP_FeaturedCategories_GroupIcon_Category1_Spring_Refresh.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260406_HP_FeaturedCategories_GroupIcon_Category1_Spring_Refresh.jpg — 200 — 13.5 KiB — 218 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_9.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_9.jpg — 200 — 13.5 KiB — 221 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_10.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_10.jpg — 200 — 10.1 KiB — 179 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260215_HP_FeaturedCategories_GroupIcon_Category_12_HHC.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20260215_HP_FeaturedCategories_GroupIcon_Category_12_HHC.jpg — 200 — 8.0 KiB — 174 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_12.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_12.jpg — 200 — 37.9 KiB — 222 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_13.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_13.jpg — 200 — 7.6 KiB — 218 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_14.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_14.jpg — 200 — 26.9 KiB — 250 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_15.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_15.jpg — 200 — 14.8 KiB — 217 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_16.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_16.jpg — 200 — 14.2 KiB — 216 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_17.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_17.jpg — 200 — 11.1 KiB — 209 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_18.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_18.jpg — 200 — 9.4 KiB — 175 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_19.jpgwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/20251228_HP_FeaturedCategories_GroupIcon_Category_19.jpg — 200 — 1.8 KiB — 170 ms — h3https://www.walgreens.com/images/adaptive/sp/waglogo/WAG_Signature_logo_RGB.pngwww.walgreens.com/images/adaptive/s... https://www.walgreens.com/images/adaptive/sp/waglogo/WAG_Signature_logo_RGB.png — 200 — 6.8 KiB — 230 ms — h3https://www.walgreens.com/images/adaptive/online-privacy-security/icon_toggle_transparent.pngwww.walgreens.com/images/adaptive/o... https://www.walgreens.com/images/adaptive/online-privacy-security/icon_toggle_transparent.png — 200 — 6.5 KiB — 230 ms — h3https://www.walgreens.com/common/react/assets/client_bundle_footer_lsg5-3f3847b93b81fb843e2b.js?o=acswww.walgreens.com/common/react/asse... https://www.walgreens.com/common/react/assets/client_bundle_footer_lsg5-3f3847b93b81fb843e2b.js?o=acs — 200 — 83.7 KiB — 231 ms — h3https://www.walgreens.com/common/react/assets/script.min.js?o=acswww.walgreens.com/common/react/asse... https://www.walgreens.com/common/react/assets/script.min.js?o=acs — 200 — 99.6 KiB — 187 ms — h3https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/retail-home-page/clientlib-home.min.fd412bce5fd9cdb999fbe86e19398f5c.jswww.walgreens.com/etc.clientlibs/wa... https://www.walgreens.com/etc.clientlibs/walgreens/components/retail-components/retail-home-page/clientlib-home.min.fd412bce5fd9cdb999fbe86e19398f5c.js — 200 — 35.4 KiB — 215 ms — h3https://www.walgreens.com/images/adaptive/livestyleguide/walgreens-com/v5/themes/images/icons/symbol-defs.svgwww.walgreens.com/images/adaptive/l... https://www.walgreens.com/images/adaptive/livestyleguide/walgreens-com/v5/themes/images/icons/symbol-defs.svg — 200 — 45.8 KiB — 213 ms — h3https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2fonts.gstatic.com/s/inter/v20/UcC73... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 200 — 47.3 KiB — 62 ms — h3https://www.walgreens.com/common/react/assets/client_bundle_strdtls-43d7d81ce0ab425b2944.js?o=acswww.walgreens.com/common/react/asse... https://www.walgreens.com/common/react/assets/client_bundle_strdtls-43d7d81ce0ab425b2944.js?o=acs — 200 — 88.8 KiB — 137 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/icons/Immunizations.pngwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/icons/Immunizations.png — 200 — 934 B — 71 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/icons/COVID%20Testing.pngwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/icons/COVID%20Testing.png — 200 — 728 B — 67 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/icons/Refill%20Rx.pngwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/icons/Refill%20Rx.png — 200 — 743 B — 67 ms — h3https://www.walgreens.com/content/dam/connectedassets/images/adaptive/sp2/20250622_HP_IconCard_ContactLenses_4_Target.pngwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/images/adaptive/sp2/20250622_HP_IconCard_ContactLenses_4_Target.png — 200 — 814 B — 66 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/icons/Rx%20Status.pngwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/icons/Rx%20Status.png — 200 — 832 B — 66 ms — h3https://www.walgreens.com/images/adaptive/livestyleguide/walgreens-com/v5/themes/fonts/TiemposHeadline-Regular.woff2www.walgreens.com/images/adaptive/l... https://www.walgreens.com/images/adaptive/livestyleguide/walgreens-com/v5/themes/fonts/TiemposHeadline-Regular.woff2 — 200 — 38.6 KiB — 26 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/4250135_101324_HP_Health_ICON.pngwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/4250135_101324_HP_Health_ICON.png — 200 — 627 B — 40 ms — h3https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/icons/Rx%20Chat.pngwww.walgreens.com/content/dam/conne... https://www.walgreens.com/content/dam/connectedassets/walgreens/us/en/homepage/images/icons/Rx%20Chat.png — 200 — 1.0 KiB — 39 ms — h3https://www.walgreens.com/VcQQh/sRQO/uC9r/Umh5/GLX/5NwYSVSmbXVwrL/OwoJHgE/KS92LCI/xRkABwww.walgreens.com/VcQQh/sRQO/uC9r/U... https://www.walgreens.com/VcQQh/sRQO/uC9r/Umh5/GLX/5NwYSVSmbXVwrL/OwoJHgE/KS92LCI/xRkAB — 201 — 76 B — 191 ms — h3https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 84 ms — https://www.walgreens.com/common/react/assets/client_bundle_federated_search-fa92b42e97c32fdc8996.jswww.walgreens.com/common/react/asse... https://www.walgreens.com/common/react/assets/client_bundle_federated_search-fa92b42e97c32fdc8996.js — 200 — 137.8 KiB — 29 ms — h3https://www.walgreens.com/offers/v1/svc/coupons/recommendedwww.walgreens.com/offers/v1/svc/cou... https://www.walgreens.com/offers/v1/svc/coupons/recommended — 200 — 4.2 KiB — 166 ms — h3https://www.walgreens.com/browse/v1/csrfwww.walgreens.com/browse/v1/csrf https://www.walgreens.com/browse/v1/csrf — 200 — 190 B — 187 ms — h3https://www.walgreens.com/fulfillment/v1/bundlewww.walgreens.com/fulfillment/v1/bu... https://www.walgreens.com/fulfillment/v1/bundle — 200 — 156 B — 181 ms — h3https://www.walgreens.com/locator/v1/stores/nullwww.walgreens.com/locator/v1/stores... https://www.walgreens.com/locator/v1/stores/null — 400 — 148 B — 196 ms — h3https://www.walgreens.com/sameday/v1/addresswww.walgreens.com/sameday/v1/addres... https://www.walgreens.com/sameday/v1/address — 200 — 130 B — 172 ms — h3https://www.walgreens.com/locator/v1/selectedstorewww.walgreens.com/locator/v1/select... https://www.walgreens.com/locator/v1/selectedstore — 200 — 904 B — 296 ms — h3data: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.walgreens.com/bin/search/articles/dow?storeNumber=5045&eventDate=04%2F12%2F2026www.walgreens.com/bin/search/articl... https://www.walgreens.com/bin/search/articles/dow?storeNumber=5045&eventDate=04%2F12%2F2026 — 200 — 4.5 KiB — 163 ms — h3https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2 — 200 — 14.4 KiB — 38 ms — h3https://www.walgreens.com/images/adaptive/optin/1000005191.jpgwww.walgreens.com/images/adaptive/o... https://www.walgreens.com/images/adaptive/optin/1000005191.jpg — 200 — 21.1 KiB — 54 ms — h3https://www.walgreens.com/images/adaptive/optin/1000005192.jpgwww.walgreens.com/images/adaptive/o... https://www.walgreens.com/images/adaptive/optin/1000005192.jpg — 200 — 18.8 KiB — 41 ms — h3https://www.walgreens.com/images/adaptive/optin/1000005193.jpgwww.walgreens.com/images/adaptive/o... https://www.walgreens.com/images/adaptive/optin/1000005193.jpg — 200 — 18.7 KiB — 32 ms — h3https://www.walgreens.com/images/adaptive/optin/1000005163.jpgwww.walgreens.com/images/adaptive/o... https://www.walgreens.com/images/adaptive/optin/1000005163.jpg — 200 — 19.5 KiB — 71 ms — h3https://cdn.cpnscdn.com/static.coupons.com/ext/bussys/cpa/pod/93/401/5993401_2f1c5823-f36a-4e69-8a7f-26326edd2a9b_high.jpgcdn.cpnscdn.com/static.coupons.com/... https://cdn.cpnscdn.com/static.coupons.com/ext/bussys/cpa/pod/93/401/5993401_2f1c5823-f36a-4e69-8a7f-26326edd2a9b_high.jpg — 200 — 34.9 KiB — 105 ms — h2https://cdn.cpnscdn.com/static.coupons.com/ext/bussys/cpa/pod/94/481/5894481_10c0ffff-9d5a-4074-bf14-4a332ae02ce5_high.jpgcdn.cpnscdn.com/static.coupons.com/... https://cdn.cpnscdn.com/static.coupons.com/ext/bussys/cpa/pod/94/481/5894481_10c0ffff-9d5a-4074-bf14-4a332ae02ce5_high.jpg — 200 — 34.7 KiB — 98 ms — h2https://cdn.cpnscdn.com/static.coupons.com/ext/bussys/cpa/pod/15/671/5915671_44c2d420-bc14-451b-a5b6-6c990e2d4a23_high.jpgcdn.cpnscdn.com/static.coupons.com/... https://cdn.cpnscdn.com/static.coupons.com/ext/bussys/cpa/pod/15/671/5915671_44c2d420-bc14-451b-a5b6-6c990e2d4a23_high.jpg — 200 — 52.2 KiB — 97 ms — h2https://wag-images-prod.przone.net/80x100/w1160511.pngwag-images-prod.przone.net/80x100/w... https://wag-images-prod.przone.net/80x100/w1160511.png — 200 — 3.8 KiB — 39 ms — h2https://cdn.cpnscdn.com/static.coupons.com/ext/bussys/cpa/pod/52/791/5952791_69954c80-0588-4e8a-ac25-78b455688cd3_high.jpgcdn.cpnscdn.com/static.coupons.com/... https://cdn.cpnscdn.com/static.coupons.com/ext/bussys/cpa/pod/52/791/5952791_69954c80-0588-4e8a-ac25-78b455688cd3_high.jpg — 200 — 43.9 KiB — 916 ms — h2https://wag-images-prod.przone.net/80x100/w1180841.pngwag-images-prod.przone.net/80x100/w... https://wag-images-prod.przone.net/80x100/w1180841.png — 200 — 974 B — 47 ms — h2https://www.walgreens.com/fulfillment/react/assets/client_bundle_fulfillment-1772168963961.js?o=acswww.walgreens.com/fulfillment/react... https://www.walgreens.com/fulfillment/react/assets/client_bundle_fulfillment-1772168963961.js?o=acs — 200 — 186.3 KiB — 651 ms — h3https://www.walgreens.com/sameday/v1/bundlewww.walgreens.com/sameday/v1/bundle https://www.walgreens.com/sameday/v1/bundle — 200 — 174 B — 172 ms — h3https://www.walgreens.com/cartsvc/v1/items/(count)www.walgreens.com/cartsvc/v1/items/... https://www.walgreens.com/cartsvc/v1/items/(count) — 200 — 277 B — 158 ms — h3https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=5E16123F5245B2970A490D45%40AdobeOrg&d_nsid=0&ts=1776293739068dpm.demdex.net/id?d_visid_ver=5.5.0... https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=5E16123F5245B2970A490D45%40AdobeOrg&d_nsid=0&ts=1776293739068 — 302 — 673 B — 121 ms — h2https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.jsassets.adobedtm.com/extensions/EP31... https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.js — 200 — 13.0 KiB — 6 ms — h2https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement_Module_AudienceManagement.min.jsassets.adobedtm.com/extensions/EP31... https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement_Module_AudienceManagement.min.js — 200 — 8.9 KiB — 6 ms — h2https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RC22d1f98e48094e2c9bb18defd1443bcd-source.min.jsassets.adobedtm.com/98d94abf0996/eb... https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RC22d1f98e48094e2c9bb18defd1443bcd-source.min.js — 200 — 1.4 KiB — 4 ms — h2https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RC96b8a3785f904a9a9fbe124a09e90e50-source.min.jsassets.adobedtm.com/98d94abf0996/eb... https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RC96b8a3785f904a9a9fbe124a09e90e50-source.min.js — 200 — 1.5 KiB — 5 ms — h2https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RC7d0ba2bbc83d4cd6b28b0d495df4be0a-source.min.jsassets.adobedtm.com/98d94abf0996/eb... https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RC7d0ba2bbc83d4cd6b28b0d495df4be0a-source.min.js — 200 — 1.8 KiB — 11 ms — h2https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RC65784ea21d0646fcb009628879098854-source.min.jsassets.adobedtm.com/98d94abf0996/eb... https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RC65784ea21d0646fcb009628879098854-source.min.js — 200 — 641 B — 12 ms — h2https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RC62a343af80df424c83419b429b6d4a96-source.min.jsassets.adobedtm.com/98d94abf0996/eb... https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RC62a343af80df424c83419b429b6d4a96-source.min.js — 200 — 1.7 KiB — 10 ms — h2https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RC96519d22fb00467a88e4c4da442129ad-source.min.jsassets.adobedtm.com/98d94abf0996/eb... https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RC96519d22fb00467a88e4c4da442129ad-source.min.js — 200 — 1.1 KiB — 10 ms — h2https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RC377e37cdb10749da832b26b339f90854-source.min.jsassets.adobedtm.com/98d94abf0996/eb... https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RC377e37cdb10749da832b26b339f90854-source.min.js — 200 — 554 B — 11 ms — h2https://www.walgreens.com/locator/v1/selectedstore?id=15196&updateCookie=truewww.walgreens.com/locator/v1/select... https://www.walgreens.com/locator/v1/selectedstore?id=15196&updateCookie=true — 200 — 853 B — 221 ms — h3https://www.walgreens.com/images/adaptive/livestyleguide/walgreens-com/v5/themes/fonts/TiemposHeadline-Light.woff2www.walgreens.com/images/adaptive/l... https://www.walgreens.com/images/adaptive/livestyleguide/walgreens-com/v5/themes/fonts/TiemposHeadline-Light.woff2 — 200 — 45.3 KiB — 28 ms — h3https://wag-images-prod.przone.net/83a8f217-a180-4f34-acc0-51709f2ff862/M_842650_114891_114890.png?v=62280wag-images-prod.przone.net/83a8f217... https://wag-images-prod.przone.net/83a8f217-a180-4f34-acc0-51709f2ff862/M_842650_114891_114890.png?v=62280 — 200 — 59.0 KiB — 26 ms — h2https://wag-images-prod.przone.net/wagomslores/w1159578.pngwag-images-prod.przone.net/wagomslo... https://wag-images-prod.przone.net/wagomslores/w1159578.png — 200 — 24.3 KiB — 39 ms — h2https://wag-images-prod.przone.net/83a8f217-a180-4f34-acc0-51709f2ff862/M_773229_512476_245291.png?v=85340wag-images-prod.przone.net/83a8f217... https://wag-images-prod.przone.net/83a8f217-a180-4f34-acc0-51709f2ff862/M_773229_512476_245291.png?v=85340 — 200 — 48.8 KiB — 21 ms — h2https://wag-images-prod.przone.net/83a8f217-a180-4f34-acc0-51709f2ff862/M_690605_707512_707510.png?v=39098wag-images-prod.przone.net/83a8f217... https://wag-images-prod.przone.net/83a8f217-a180-4f34-acc0-51709f2ff862/M_690605_707512_707510.png?v=39098 — 200 — 23.8 KiB — 29 ms — h2https://wag-images-prod.przone.net/83a8f217-a180-4f34-acc0-51709f2ff862/M_331542_937699_323858.png?v=50197wag-images-prod.przone.net/83a8f217... https://wag-images-prod.przone.net/83a8f217-a180-4f34-acc0-51709f2ff862/M_331542_937699_323858.png?v=50197 — 200 — 87.9 KiB — 30 ms — h2https://wag-images-prod.przone.net/83a8f217-a180-4f34-acc0-51709f2ff862/M_420129_363840_299282.png?v=34255wag-images-prod.przone.net/83a8f217... https://wag-images-prod.przone.net/83a8f217-a180-4f34-acc0-51709f2ff862/M_420129_363840_299282.png?v=34255 — 200 — 35.0 KiB — 26 ms — h2https://wag-images-prod.przone.net/83a8f217-a180-4f34-acc0-51709f2ff862/M_929351_930694.png?v=95548wag-images-prod.przone.net/83a8f217... https://wag-images-prod.przone.net/83a8f217-a180-4f34-acc0-51709f2ff862/M_929351_930694.png?v=95548 — 200 — 44.9 KiB — 36 ms — h2https://wag-images-prod.przone.net/83a8f217-a180-4f34-acc0-51709f2ff862/M_596522_127961_111959.png?v=54970wag-images-prod.przone.net/83a8f217... https://wag-images-prod.przone.net/83a8f217-a180-4f34-acc0-51709f2ff862/M_596522_127961_111959.png?v=54970 — 200 — 94.9 KiB — 38 ms — h2https://wag-images-prod.przone.net/83a8f217-a180-4f34-acc0-51709f2ff862/M_481836_886918_408161.png?v=70346wag-images-prod.przone.net/83a8f217... https://wag-images-prod.przone.net/83a8f217-a180-4f34-acc0-51709f2ff862/M_481836_886918_408161.png?v=70346 — 200 — 80.2 KiB — 32 ms — h2https://wag-images-prod.przone.net/wagomslores/w1170057.pngwag-images-prod.przone.net/wagomslo... https://wag-images-prod.przone.net/wagomslores/w1170057.png — 200 — 10.2 KiB — 26 ms — h2https://wag-images-prod.przone.net/wagomslores/w1112960.pngwag-images-prod.przone.net/wagomslo... https://wag-images-prod.przone.net/wagomslores/w1112960.png — 200 — 11.5 KiB — 30 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604100101/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604100101/pubads_impl.js — 200 — 186.4 KiB — 107 ms — h3https://dpm.demdex.net/id/rd?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=5E16123F5245B2970A490D45%40AdobeOrg&d_nsid=0&ts=1776293739068dpm.demdex.net/id/rd?d_visid_ver=5.... https://dpm.demdex.net/id/rd?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=5E16123F5245B2970A490D45%40AdobeOrg&d_nsid=0&ts=1776293739068 — 200 — 619 B — 38 ms — h2https://www.walgreens.com/sameday/v1/deliverynetworkwww.walgreens.com/sameday/v1/delive... https://www.walgreens.com/sameday/v1/deliverynetwork — 200 — 182 B — 199 ms — h3https://www.walgreens.com/sameday/react/assets/client_bundle_cos-1773639075881.js?o=acswww.walgreens.com/sameday/react/ass... https://www.walgreens.com/sameday/react/assets/client_bundle_cos-1773639075881.js?o=acs — 200 — 173.7 KiB — 326 ms — h3https://www.walgreens.com/sameday/react/assets/client_bundle_odd-1773639075881.js?o=acswww.walgreens.com/sameday/react/ass... https://www.walgreens.com/sameday/react/assets/client_bundle_odd-1773639075881.js?o=acs — 200 — 89.4 KiB — 346 ms — h3https://www.walgreens.com/sameday/react/assets/client_bundle_atc-1773639075881.js?o=acswww.walgreens.com/sameday/react/ass... https://www.walgreens.com/sameday/react/assets/client_bundle_atc-1773639075881.js?o=acs — 200 — 104.3 KiB — 452 ms — h3https://smetrics.walgreens.com/id?d_visid_ver=5.5.0&d_fieldgroup=MC&mcorgid=5E16123F5245B2970A490D45%40AdobeOrg&ts=1776293739236smetrics.walgreens.com/id?d_visid_v... https://smetrics.walgreens.com/id?d_visid_ver=5.5.0&d_fieldgroup=MC&mcorgid=5E16123F5245B2970A490D45%40AdobeOrg&ts=1776293739236 — 200 — 630 B — 66 ms — h2https://cdn.branch.io/branch-latest.min.jscdn.branch.io/branch-latest.min.js https://cdn.branch.io/branch-latest.min.js — 200 — 23.5 KiB — 54 ms — h2https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RCa50084b43dc943c9bfa91fc5516eea97-source.min.jsassets.adobedtm.com/98d94abf0996/eb... https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RCa50084b43dc943c9bfa91fc5516eea97-source.min.js — 200 — 626 B — 4 ms — h2https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RCdc289977845f4ad9a46ad18fbd2b0a47-source.min.jsassets.adobedtm.com/98d94abf0996/eb... https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RCdc289977845f4ad9a46ad18fbd2b0a47-source.min.js — 200 — 653 B — 6 ms — h2https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=AAM&d_rtbd=json&d_ver=2&d_orgid=5E16123F5245B2970A490D45%40AdobeOrg&d_nsid=0&d_mid=02680582113548866900831255930921813831&ts=1776293739316dpm.demdex.net/id?d_visid_ver=5.5.0... https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=AAM&d_rtbd=json&d_ver=2&d_orgid=5E16123F5245B2970A490D45%40AdobeOrg&d_nsid=0&d_mid=02680582113548866900831255930921813831&ts=1776293739316 — 200 — 910 B — 37 ms — h2https://target.walgreens.com/rest/v1/delivery?client=walgreenco&sessionId=37b72773de4d4175a95ddbd08b0a4391&version=2.11.4target.walgreens.com/rest/v1/delive... https://target.walgreens.com/rest/v1/delivery?client=walgreenco&sessionId=37b72773de4d4175a95ddbd08b0a4391&version=2.11.4 — 200 — 5.1 KiB — 92 ms — h2https://cm.everesttech.net/cm/dd?d_uuid=06313155875376274800068540763327147069cm.everesttech.net/cm/dd?d_uuid=063... https://cm.everesttech.net/cm/dd?d_uuid=06313155875376274800068540763327147069 — 302 — 517 B — 190 ms — http/1.1https://walgreens.demdex.net/dest5.html?d_nsid=0walgreens.demdex.net/dest5.html?d_n... https://walgreens.demdex.net/dest5.html?d_nsid=0 — 200 — 3.2 KiB — 117 ms — h2https://www.walgreens.com/akam/13/pixel_491d39ecwww.walgreens.com/akam/13/pixel_491... https://www.walgreens.com/akam/13/pixel_491d39ec — 200 — 36 B — 26 ms — h3https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;500;600;700&display=swapfonts.googleapis.com/css2?family=So... https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;500;600;700&display=swap — 200 — 858 B — 124 ms — h3https://www.walgreens.com/images/adaptive/livestyleguide/walgreens.com/v3.0/themes/images/icons/symbol-defs.svgwww.walgreens.com/images/adaptive/l... https://www.walgreens.com/images/adaptive/livestyleguide/walgreens.com/v3.0/themes/images/icons/symbol-defs.svg — 200 — 51.3 KiB — 31 ms — h3https://www.walgreens.com/images/adaptive/sp1/3382066_Retail_Products_Exit_Intent_Overlay_Image_Only.jpgwww.walgreens.com/images/adaptive/s... https://www.walgreens.com/images/adaptive/sp1/3382066_Retail_Products_Exit_Intent_Overlay_Image_Only.jpg — 200 — 83.5 KiB — 38 ms — h3https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RCe63cdabe59604ee6bcd7b93eafc2b70f-source.min.jsassets.adobedtm.com/98d94abf0996/eb... https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RCe63cdabe59604ee6bcd7b93eafc2b70f-source.min.js — 200 — 571 B — 7 ms — h2https://c.go-mpulse.net/api/config.json?key=PNWRX-QTVGQ-YV4YD-Y2Q7Q-BADWL&d=www.walgreens.com&t=5920979&v=1.792.60&sl=0&si=830e1420-5276-4b2e-a52c-38fea2bc8be8-tdk50q&plugins=AK,ConfigOverride,Continuity,PageParams,RT,PaintTiming,NavigationTiming,ResourceTiming,Memory,Akamai,EventTiming,BFCache,LOGN&acao=&ak.ai=602937c.go-mpulse.net/api/config.json?key... https://c.go-mpulse.net/api/config.json?key=PNWRX-QTVGQ-YV4YD-Y2Q7Q-BADWL&d=www.walgreens.com&t=5920979&v=1.792.60&sl=0&si=830e1420-5276-4b2e-a52c-38fea2bc8be8-tdk50q&plugins=AK,ConfigOverride,Continuity,PageParams,RT,PaintTiming,NavigationTiming,ResourceTiming,Memory,Akamai,EventTiming,BFCache,LOGN&acao=&ak.ai=602937 — 200 — 214 B — 238 ms — h2https://www.walgreens.com/sameday/v1/networkofstoreswww.walgreens.com/sameday/v1/networ... https://www.walgreens.com/sameday/v1/networkofstores — 200 — 153 B — 168 ms — h3https://app.link/_r?sdk=web2.87.1&branch_key=key_live_pey3WZF9pVXLZe480LsjSdjmErcjPrcf&callback=branch_callback__0app.link/_r?sdk=web2.87.1&branch_ke... https://app.link/_r?sdk=web2.87.1&branch_key=key_live_pey3WZF9pVXLZe480LsjSdjmErcjPrcf&callback=branch_callback__0 — 200 — 666 B — 203 ms — h2https://resources.digital-cloud-west.medallia.com/wdcwest/378975/onsite/embed.jsresources.digital-cloud-west.medall... https://resources.digital-cloud-west.medallia.com/wdcwest/378975/onsite/embed.js — 200 — 1012 B — 89 ms — h2https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RC6e447469200142279755865de24c42b2-source.min.jsassets.adobedtm.com/98d94abf0996/eb... https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RC6e447469200142279755865de24c42b2-source.min.js — 200 — 660 B — 3 ms — h2https://smetrics.walgreens.com/b/ss/walgrns/10/JS-2.27.0-LGPQ/s12996781218468?AQB=1&ndh=1&pf=1&callback=s_c_il[1].doPostbacks&et=1&t=15%2F3%2F2026%2022%3A55%3A39%203%200&d.&nsid=0&jsonv=1&.d&sdid=3019621D9CE51920-4D1C257F46E13AE6&mid=02680582113548866900831255930921813831&aamlh=6&ce=UTF-8&pageName=Walgreens.com%20Home%20Page&g=https%3A%2F%2Fwww.walgreens.com%2F&c.&getPercentPageViewed=5.1&.c&cc=USD&ch=Walgreens.com%20Home%20Page&aamb=j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI&c14=Home%20Page&c53=Walgreens.com%3Aproduction%3A2026-04-07T16%3A59%3A50Z&c74=no%20referrer&c75=www.walgreens.com%2F&v165=https%3A%2F%2Fwww.walgreens.com%2F&v166=Walgreens.com%20Home%20Page&v167=Home%20Page&v168=Walgreens.com%20Home%20Page&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=5E16123F5245B2970A490D45%40AdobeOrg&AQE=1smetrics.walgreens.com/b/ss/walgrns... https://smetrics.walgreens.com/b/ss/walgrns/10/JS-2.27.0-LGPQ/s12996781218468?AQB=1&ndh=1&pf=1&callback=s_c_il[1].doPostbacks&et=1&t=15%2F3%2F2026%2022%3A55%3A39%203%200&d.&nsid=0&jsonv=1&.d&sdid=3019621D9CE51920-4D1C257F46E13AE6&mid=02680582113548866900831255930921813831&aamlh=6&ce=UTF-8&pageName=Walgreens.com%20Home%20Page&g=https%3A%2F%2Fwww.walgreens.com%2F&c.&getPercentPageViewed=5.1&.c&cc=USD&ch=Walgreens.com%20Home%20Page&aamb=j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI&c14=Home%20Page&c53=Walgreens.com%3Aproduction%3A2026-04-07T16%3A59%3A50Z&c74=no%20referrer&c75=www.walgreens.com%2F&v165=https%3A%2F%2Fwww.walgreens.com%2F&v166=Walgreens.com%20Home%20Page&v167=Home%20Page&v168=Walgreens.com%20Home%20Page&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=5E16123F5245B2970A490D45%40AdobeOrg&AQE=1 — 200 — 456 B — 47 ms — h2https://dpm.demdex.net/ibs:dpid=411&dpuuid=aeAXawAAAMeBsANndpm.demdex.net/ibs:dpid=411&dpuuid=... https://dpm.demdex.net/ibs:dpid=411&dpuuid=aeAXawAAAMeBsANn — 302 — 531 B — 44 ms — h2https://www.walgreens.com/sameday/v1/clientconfigwww.walgreens.com/sameday/v1/client... https://www.walgreens.com/sameday/v1/clientconfig — 200 — 1.1 KiB — 159 ms — h3https://www.walgreens.com/sameday/v1/clientconfigwww.walgreens.com/sameday/v1/client... https://www.walgreens.com/sameday/v1/clientconfig — 200 — 1.1 KiB — 465 ms — h3https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=411&dpuuid=aeAXawAAAMeBsANndpm.demdex.net/demconf.jpg?et:ibs%7... https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=411&dpuuid=aeAXawAAAMeBsANn — 200 — 470 B — 35 ms — h2https://www.walgreens.com/sameday/v1/clientconfigwww.walgreens.com/sameday/v1/client... https://www.walgreens.com/sameday/v1/clientconfig — 200 — 1.1 KiB — 620 ms — h3https://smetrics.walgreens.com/b/ss/walgrns/10/JS-2.27.0-LGPQ/s12066745885166smetrics.walgreens.com/b/ss/walgrns... https://smetrics.walgreens.com/b/ss/walgrns/10/JS-2.27.0-LGPQ/s12066745885166 — 200 — 230 B — 44 ms — h2https://www.walgreens.com/sameday/v1/clientconfigwww.walgreens.com/sameday/v1/client... https://www.walgreens.com/sameday/v1/clientconfig — 200 — 1.1 KiB — 756 ms — h3blob:https://www.walgreens.com/aeb3cd26-b8c6-478f-8afd-40af49025048www.walgreens.com/aeb3cd26-b8c6-478... blob:https://www.walgreens.com/aeb3cd26-b8c6-478f-8afd-40af49025048 — -1 — 0 B — 0 ms — https://api2.branch.io/v1/openapi2.branch.io/v1/open https://api2.branch.io/v1/open — 200 — 701 B — 195 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604140101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604140101/gpt — 200 — 23.1 KiB — 65 ms — h3https://www.walgreens.com/VcQQh/sRQO/uC9r/Umh5/GLX/5NwYSVSmbXVwrL/OwoJHgE/KS92LCI/xRkABwww.walgreens.com/VcQQh/sRQO/uC9r/U... https://www.walgreens.com/VcQQh/sRQO/uC9r/Umh5/GLX/5NwYSVSmbXVwrL/OwoJHgE/KS92LCI/xRkAB — 201 — 79 B — 201 ms — h3https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.6 KiB — 164 ms — h2https://www.walgreens.com/common/v1/headerInfo?o=acswww.walgreens.com/common/v1/headerI... https://www.walgreens.com/common/v1/headerInfo?o=acs — 200 — 226 B — 172 ms — h3https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604100101&st=env&sjk=1515173649855237ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604100101&st=env&sjk=1515173649855237 — 200 — 13.4 KiB — 133 ms — h3https://pagead2.googlesyndication.com/gampad/ads?pvsid=1515173649855237&correlator=3982170193259303&eid=95379823&output=ldjh&gdfp_req=1&vrg=202604100101&ptt=17&impl=fifs&rdp=1&iu_parts=22301037185%2Cwalgreens%2Chomepage&enc_prev_ius=%2F0%2F1%2F2&prev_iu_szs=970x90&ifi=1&dids=div-gpt-ad-super-2&adfs=1751465365&sfv=1-0-45&sc=1&abxe=1&dt=1776293739987&lmt=1776204849&adxs=24&adys=1270&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=1&ucis=1&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjU1Il0sWyJOb3QuQS9CcmFuZCIsIjguMC4wLjAiXV0sMF0.&url=https%3A%2F%2Fwww.walgreens.com%2F&vis=1&psz=1302x24&msz=1302x24&fws=4&ohw=1350&dlt=1776293738052&idt=1294&prev_scp=pos%3Dsuper&cust_params=last_touch%3Dinternal%26my_w%3Dno%26store%3D15196%26test%3D%26s1%3Dhomepage%26pid%3Dhomepage&adks=2212883725&frm=20&pgls=CAk.pagead2.googlesyndication.com/gampa... https://pagead2.googlesyndication.com/gampad/ads?pvsid=1515173649855237&correlator=3982170193259303&eid=95379823&output=ldjh&gdfp_req=1&vrg=202604100101&ptt=17&impl=fifs&rdp=1&iu_parts=22301037185%2Cwalgreens%2Chomepage&enc_prev_ius=%2F0%2F1%2F2&prev_iu_szs=970x90&ifi=1&dids=div-gpt-ad-super-2&adfs=1751465365&sfv=1-0-45&sc=1&abxe=1&dt=1776293739987&lmt=1776204849&adxs=24&adys=1270&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=1&ucis=1&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjU1Il0sWyJOb3QuQS9CcmFuZCIsIjguMC4wLjAiXV0sMF0.&url=https%3A%2F%2Fwww.walgreens.com%2F&vis=1&psz=1302x24&msz=1302x24&fws=4&ohw=1350&dlt=1776293738052&idt=1294&prev_scp=pos%3Dsuper&cust_params=last_touch%3Dinternal%26my_w%3Dno%26store%3D15196%26test%3D%26s1%3Dhomepage%26pid%3Dhomepage&adks=2212883725&frm=20&pgls=CAk. — 200 — 15.4 KiB — 159 ms — h3https://d.us.criteo.com/delivery/retailmedia?criteo-partner-id=49240&environment=d&retailer-visitor-id=6gv6v1ff6tx59teinoc5kpdh&customer-id=&regionId=15196&page-id=viewHome_API_desktop&event-type=viewHome&json=jQuery371012661772064711518_1776293738846&_=1776293738847d.us.criteo.com/delivery/retailmedi... https://d.us.criteo.com/delivery/retailmedia?criteo-partner-id=49240&environment=d&retailer-visitor-id=6gv6v1ff6tx59teinoc5kpdh&customer-id=&regionId=15196&page-id=viewHome_API_desktop&event-type=viewHome&json=jQuery371012661772064711518_1776293738846&_=1776293738847 — 200 — 619 B — 294 ms — h2https://da828edead6d213be23066ea676d389f.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.htmlda828edead6d213be23066ea676d389f.sa... https://da828edead6d213be23066ea676d389f.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 3.1 KiB — 142 ms — h3https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RC521e3a63247f4152a50255e82b72bceb-source.min.jsassets.adobedtm.com/98d94abf0996/eb... https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RC521e3a63247f4152a50255e82b72bceb-source.min.js — 200 — 530 B — 4 ms — h2https://resources.digital-cloud-west.medallia.com/wdcwest/378975/onsite/generic1772009552596.jsresources.digital-cloud-west.medall... https://resources.digital-cloud-west.medallia.com/wdcwest/378975/onsite/generic1772009552596.js — 200 — 85.7 KiB — 70 ms — h2https://api2.branch.io/v1/pageviewapi2.branch.io/v1/pageview https://api2.branch.io/v1/pageview — 200 — 382 B — 169 ms — h2https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RCc2629ab410be45d6b1b9ad8d721808fb-source.min.jsassets.adobedtm.com/98d94abf0996/eb... https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RCc2629ab410be45d6b1b9ad8d721808fb-source.min.js — 200 — 552 B — 5 ms — h2https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RCf1a5234fb1eb41b09f173bd9fc8bb6e5-source.min.jsassets.adobedtm.com/98d94abf0996/eb... https://assets.adobedtm.com/98d94abf0996/ebfaa8e9c235/52112f7a4cd5/RCf1a5234fb1eb41b09f173bd9fc8bb6e5-source.min.js — 200 — 764 B — 6 ms — h2https://cdn.jsdelivr.net/npm/search-insights@2.17.3/dist/search-insights.min.jscdn.jsdelivr.net/npm/search-insight... https://cdn.jsdelivr.net/npm/search-insights@2.17.3/dist/search-insights.min.js — 200 — 4.0 KiB — 29 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 155 ms — h2https://www.walgreens.com/common/v1/headerInfo?rnd=1776293740126&o=acswww.walgreens.com/common/v1/headerI... https://www.walgreens.com/common/v1/headerInfo?rnd=1776293740126&o=acs — 200 — 227 B — 176 ms — h3https://www.youtube.com/s/player/b174a5bb/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/b174a5bb/w... https://www.youtube.com/s/player/b174a5bb/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 43 ms — h2https://da828edead6d213be23066ea676d389f.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.htmlda828edead6d213be23066ea676d389f.sa... https://da828edead6d213be23066ea676d389f.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 0 B — 3 ms — h3https://smetrics.walgreens.com/b/ss/walgrns/10/JS-2.27.0-LGPQ/s1344501265001?AQB=1&ndh=1&pf=1&callback=s_c_il[1].doPostbacks&et=1&t=15%2F3%2F2026%2022%3A55%3A40%203%200&d.&nsid=0&jsonv=1&.d&mid=02680582113548866900831255930921813831&aamlh=6&ce=UTF-8&pageName=Walgreens.com%20Home%20Page&g=https%3A%2F%2Fwww.walgreens.com%2F&cc=USD&ch=Walgreens.com%20Home%20Page&events=event48&c14=Home%20Page&c53=Walgreens.com%3Aproduction%3A2026-04-07T16%3A59%3A50Z&c75=www.walgreens.com%2F&v78=Advertiser%20ID%3A%205364348381%20%7C%20Company%20ID%3A%20n%2Fa%20%7C%20Campaign%20ID%3A%203840935442%20%7C%20Line%20Item%20ID%3A%207077408467%20%7C%20Creative%20ID%3A%20138497940653&v165=https%3A%2F%2Fwww.walgreens.com%2F&v166=Walgreens.com%20Home%20Page&v167=Home%20Page&v168=Walgreens.com%20Home%20Page&pe=lnk_o&pev2=adRendered&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=5E16123F5245B2970A490D45%40AdobeOrg&lrt=71&AQE=1smetrics.walgreens.com/b/ss/walgrns... https://smetrics.walgreens.com/b/ss/walgrns/10/JS-2.27.0-LGPQ/s1344501265001?AQB=1&ndh=1&pf=1&callback=s_c_il[1].doPostbacks&et=1&t=15%2F3%2F2026%2022%3A55%3A40%203%200&d.&nsid=0&jsonv=1&.d&mid=02680582113548866900831255930921813831&aamlh=6&ce=UTF-8&pageName=Walgreens.com%20Home%20Page&g=https%3A%2F%2Fwww.walgreens.com%2F&cc=USD&ch=Walgreens.com%20Home%20Page&events=event48&c14=Home%20Page&c53=Walgreens.com%3Aproduction%3A2026-04-07T16%3A59%3A50Z&c75=www.walgreens.com%2F&v78=Advertiser%20ID%3A%205364348381%20%7C%20Company%20ID%3A%20n%2Fa%20%7C%20Campaign%20ID%3A%203840935442%20%7C%20Line%20Item%20ID%3A%207077408467%20%7C%20Creative%20ID%3A%20138497940653&v165=https%3A%2F%2Fwww.walgreens.com%2F&v166=Walgreens.com%20Home%20Page&v167=Home%20Page&v168=Walgreens.com%20Home%20Page&pe=lnk_o&pev2=adRendered&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=5E16123F5245B2970A490D45%40AdobeOrg&lrt=71&AQE=1 — 200 — 344 B — 48 ms — h2https://tpc.googlesyndication.com/safeframe/1-0-45/js/ext.jstpc.googlesyndication.com/safeframe... https://tpc.googlesyndication.com/safeframe/1-0-45/js/ext.js — 200 — 6.4 KiB — 172 ms — h2https://pagead2.googlesyndication.com/pagead/js/r20260414/r20110914/abg_lite_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260414/r20110914/abg_lite_fy2021.js — 200 — 8.4 KiB — 163 ms — h3https://tpc.googlesyndication.com/simgad/10560834897190056004?tpc.googlesyndication.com/simgad/10... https://tpc.googlesyndication.com/simgad/10560834897190056004? — 200 — 40.8 KiB — 163 ms — h2https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 73.1 KiB — 158 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 122 ms — h2https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjssF7r_v94ZSUb0OVK2F33VViAiAI0Shv5OBxFMp8eIqwPfanjvYjy_C1exQYw96NWExtS0ek5yq7_WOu8YgOpluLNC5cEEUlxKiyKmFadlNRDSYqyzaTxM1IEMxE5tMJk5vRm1dZcHkZdO0ZGFH8SqgMhkn74KVYMtBc38q6lexzB3a6ftIHQwZb7W_F2T3r01lRadnFxLR5GV3YPyG2gJHNqOsrTz3s1r7IGNnCcIuMQqDF3NcvCpA3WbIHQ7G2msq6cyrdgc-Jkylsl4Jn3xNl7u3_gZLiZj8SuTdMp4gKt75KZNMcQsI0Vf6yHHUN6gQTd3BTu9oV-5pENcrTj6NzJRUfyT-sOc4dv-r-TNrxvalDcwycAwWfWQhl70mLHLz-ZtisXuRRYZJ-6HqEBtaiXbezn9Y0KpAPAhQ1A&sig=Cg0ArKJSzD_m3StwAK5MEAE&uach_m=%5BUACH%5D&urlfix=1&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjssF7r_v94ZSUb0OVK2F33VViAiAI0Shv5OBxFMp8eIqwPfanjvYjy_C1exQYw96NWExtS0ek5yq7_WOu8YgOpluLNC5cEEUlxKiyKmFadlNRDSYqyzaTxM1IEMxE5tMJk5vRm1dZcHkZdO0ZGFH8SqgMhkn74KVYMtBc38q6lexzB3a6ftIHQwZb7W_F2T3r01lRadnFxLR5GV3YPyG2gJHNqOsrTz3s1r7IGNnCcIuMQqDF3NcvCpA3WbIHQ7G2msq6cyrdgc-Jkylsl4Jn3xNl7u3_gZLiZj8SuTdMp4gKt75KZNMcQsI0Vf6yHHUN6gQTd3BTu9oV-5pENcrTj6NzJRUfyT-sOc4dv-r-TNrxvalDcwycAwWfWQhl70mLHLz-ZtisXuRRYZJ-6HqEBtaiXbezn9Y0KpAPAhQ1A&sig=Cg0ArKJSzD_m3StwAK5MEAE&uach_m=%5BUACH%5D&urlfix=1&adurl= — 200 — 26 B — 108 ms — h3https://pagead2.googlesyndication.com/bg/g_oI7kvMPhEsFE8GNo1TM5ARynSo_Hn6N8zawYFyp4Y.jspagead2.googlesyndication.com/bg/g_... https://pagead2.googlesyndication.com/bg/g_oI7kvMPhEsFE8GNo1TM5ARynSo_Hn6N8zawYFyp4Y.js — 200 — 22.0 KiB — 39 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 94 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4 — 204 — 20 B — 84 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgDpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgD — 204 — 20 B — 54 ms — h3https://cdn.doubleverify.com/dvtp_src.jscdn.doubleverify.com/dvtp_src.js https://cdn.doubleverify.com/dvtp_src.js — 200 — 3.8 KiB — 55 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datahttps://pagead2.googlesyndication.com/pcs/view?xai=AKAOjss0pmJHgPLVc8W6VD2My5AFuCG_2BDNUR1zMJUA3EgVOKHGdDbpz-1sWdnpMau44zT6q-TuShSKXq8HrTtHimn3Dzs4IzD6zOwddDACzbb1X0U5YerFQZzyBq4mwSv1UPQP46hlprdQ6ddMM4CYHPFERANGLtIeKq8DNiyrXCIGF7psbUPNRe2lvgdToC1A0DtWN0D3UTE2Q4hIrBHPpT3C1yd9eE5egCsdUz6WlDYzGXE8BX9TNwBKsv41T2ULl8VCYfTD3l4uwX7MgvrIitaeFawHHXzVGSKvDrU4tSK-1pOLaUNcd3cae5f5xhSWRZzlZYlJ9W0l_JCHSOsv75SBJ6eVnPWAP5My2PidpW4OwjkN6al2EDdaz5281ITB1XFAbc00xhUdNdSdqiy-4BQ2qx85hBPHzpubzuTkSRNN&sig=Cg0ArKJSzHT56pqqWZluEAE&uach_m=%5BUACH%5D&urlfix=1&dett=2&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjss0pmJHgPLVc8W6VD2My5AFuCG_2BDNUR1zMJUA3EgVOKHGdDbpz-1sWdnpMau44zT6q-TuShSKXq8HrTtHimn3Dzs4IzD6zOwddDACzbb1X0U5YerFQZzyBq4mwSv1UPQP46hlprdQ6ddMM4CYHPFERANGLtIeKq8DNiyrXCIGF7psbUPNRe2lvgdToC1A0DtWN0D3UTE2Q4hIrBHPpT3C1yd9eE5egCsdUz6WlDYzGXE8BX9TNwBKsv41T2ULl8VCYfTD3l4uwX7MgvrIitaeFawHHXzVGSKvDrU4tSK-1pOLaUNcd3cae5f5xhSWRZzlZYlJ9W0l_JCHSOsv75SBJ6eVnPWAP5My2PidpW4OwjkN6al2EDdaz5281ITB1XFAbc00xhUdNdSdqiy-4BQ2qx85hBPHzpubzuTkSRNN&sig=Cg0ArKJSzHT56pqqWZluEAE&uach_m=%5BUACH%5D&urlfix=1&dett=2&adurl= — 200 — 26 B — 74 ms — h3https://ep2.adtrafficquality.google/generate_204?_uLoVAep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?_uLoVA — 204 — 40 B — 36 ms — h2https://cdn.doubleverify.com/dv-measurements9748.jscdn.doubleverify.com/dv-measurement... https://cdn.doubleverify.com/dv-measurements9748.js — 200 — 94.6 KiB — 9 ms — http/1.1https://tps.doubleverify.com/visit.js?gdpr=&gdpr_consent=&flvr=0&ttmms=50&ttfrms=31&brid=3&brver=147.0.0.0&bridua=3&bds=1&tstype=128&eparams=DC4FC%3Dl9EEADTbpTauTauHHH%5DH2%3D8C66%3FD%5D4%40%3ETauU2%3F4r92%3A%3Fl9EEADTbpTauTauHHH%5DH2%3D8C66%3FD%5D4%40%3ETar9EEADTbpTauTau52gag65625e5a%60b36ab_ee62efe5bgh7%5DD2767C2%3E6%5D8%40%408%3D6DJ%3F5%3A42E%3A%40%3F%5D4%40%3EU2%26C%3Dl9EEADTbpTauTauHHH%5DH2%3D8C66%3FD%5D4%40%3ETauDE%40C6Tau42E2%3D%408TauD9%40A%7B2%3F5%3A%3F8TbuH28Tbsdbecbcgbg%60%5Cbgc_hbdcca%5Cab_%60gbdc_d%60%5Cf_ffc_gcef%5C%60bgchfhc_edb&srcurlD=0&aUrlD=-1&ssl=https:&dfs=328&ddur=55&uid=1776293740671748&jsCallback=dvCallback_1776293740671942&dvtagver=6.1.src&navUa=Mozilla%2F5.0%20(X11%3B%20Linux%20x86_64)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20HeadlessChrome%2F147.0.0.0%20Safari%2F537.36&htmlmsging=1&chro=1&hist=2&winh=105&winw=985&wouh=580&wouw=780&scah=600&scaw=800&tgjsver=9748&lvvn=28&m1=96&refD=1&referrer=https%3A%2F%2Fda828edead6d213be23066ea676d389f.safeframe.googlesyndication.com%2Fsafeframe%2F1-0-45%2Fhtml%2Fcontainer.html&sfe=1&fcifrms=4&brh=2&dvp_epl=408&noc=4&nav_pltfrm=Linux%20x86_64&ctx=23466515&cmp=DV1304837&btreg=7077408467138497940653&btadsrv=7077408467138497940653&adsrv=104&jsver=9748&unit=970x90&seltag=1&sadv=5364348381&ord=3840935442&litm=7077408467&scrt=138497940653&splc=/22301037185/walgreens/homepage&adu=23018354051&errorURL=https://tps.doubleverify.com/visit.jpg&mib=0&t2te=0&dvp_pubaap=0&dvp_uptbcid=1.1.0&dvp_rcp=2&dvp_htec=1&dvp_seem=2&dvp_tuk=1&dvp_sukv=97847973002.90874&ee_dp_sukv=97847973002.90874&dvp_tukv=223292.0314785749&ee_dp_tukv=223292.0314785749&dvp_strhd=0.6999998092651367&dvpx_strhd=0.6999998092651367&dvp_tuid=1206894076865&jurtd=1779821477tps.doubleverify.com/visit.js?gdpr=... https://tps.doubleverify.com/visit.js?gdpr=&gdpr_consent=&flvr=0&ttmms=50&ttfrms=31&brid=3&brver=147.0.0.0&bridua=3&bds=1&tstype=128&eparams=DC4FC%3Dl9EEADTbpTauTauHHH%5DH2%3D8C66%3FD%5D4%40%3ETauU2%3F4r92%3A%3Fl9EEADTbpTauTauHHH%5DH2%3D8C66%3FD%5D4%40%3ETar9EEADTbpTauTau52gag65625e5a%60b36ab_ee62efe5bgh7%5DD2767C2%3E6%5D8%40%408%3D6DJ%3F5%3A42E%3A%40%3F%5D4%40%3EU2%26C%3Dl9EEADTbpTauTauHHH%5DH2%3D8C66%3FD%5D4%40%3ETauDE%40C6Tau42E2%3D%408TauD9%40A%7B2%3F5%3A%3F8TbuH28Tbsdbecbcgbg%60%5Cbgc_hbdcca%5Cab_%60gbdc_d%60%5Cf_ffc_gcef%5C%60bgchfhc_edb&srcurlD=0&aUrlD=-1&ssl=https:&dfs=328&ddur=55&uid=1776293740671748&jsCallback=dvCallback_1776293740671942&dvtagver=6.1.src&navUa=Mozilla%2F5.0%20(X11%3B%20Linux%20x86_64)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20HeadlessChrome%2F147.0.0.0%20Safari%2F537.36&htmlmsging=1&chro=1&hist=2&winh=105&winw=985&wouh=580&wouw=780&scah=600&scaw=800&tgjsver=9748&lvvn=28&m1=96&refD=1&referrer=https%3A%2F%2Fda828edead6d213be23066ea676d389f.safeframe.googlesyndication.com%2Fsafeframe%2F1-0-45%2Fhtml%2Fcontainer.html&sfe=1&fcifrms=4&brh=2&dvp_epl=408&noc=4&nav_pltfrm=Linux%20x86_64&ctx=23466515&cmp=DV1304837&btreg=7077408467138497940653&btadsrv=7077408467138497940653&adsrv=104&jsver=9748&unit=970x90&seltag=1&sadv=5364348381&ord=3840935442&litm=7077408467&scrt=138497940653&splc=/22301037185/walgreens/homepage&adu=23018354051&errorURL=https://tps.doubleverify.com/visit.jpg&mib=0&t2te=0&dvp_pubaap=0&dvp_uptbcid=1.1.0&dvp_rcp=2&dvp_htec=1&dvp_seem=2&dvp_tuk=1&dvp_sukv=97847973002.90874&ee_dp_sukv=97847973002.90874&dvp_tukv=223292.0314785749&ee_dp_tukv=223292.0314785749&dvp_strhd=0.6999998092651367&dvpx_strhd=0.6999998092651367&dvp_tuid=1206894076865&jurtd=1779821477 — 200 — 705 B — 110 ms — http/1.1https://www.walgreens.com/favicon.icowww.walgreens.com/favicon.ico https://www.walgreens.com/favicon.ico — 200 — 908 B — 21 ms — h3https://www.walgreens.com/cart/view-uiwww.walgreens.com/cart/view-ui https://www.walgreens.com/cart/view-ui — 200 — 276.1 KiB — 461 ms — h3https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604100101&jk=1515173649855237&bg=!uLulu9nNAAYjKNSNAyg7AEcBe5WfOKxXCCOPgzDKgPTgeBCLwPl_itHaZAHqslNpWtrv3CNSGJgSb1i9zz4xApf6sA4INF5Rl8qQBzXu6PfPiEo2-J8zoQIAAABYUgAAAANoAQd-ADe0jkeTGtl2fhjnh3-mhj3C5jI-lE7MfLi9ieAqusCs8jbCKpylriMTIopbGxfHv5Zxt_6YwYNNmQKiC_IaH0xh4J6jV2IQ0TM_KU559GgnpoMGNzpJM6YecYfCvl11M1QSxHq6GSSSPKrvS50WGA4sIefwUDWJCUIQqxF9PkdCqb65xNhJGFWHaA1iaD9-0lCZwr5My-_fLp8x_QAqWe7eoHIlrSnT_20_Hw0fn1kPUteKn5PSmcbr6x2Qc_L3NiRqQeSVVJ6WrKknSUfVc77iiopQ7Q9JO_h0vG3_n-vqt8MaJAwcGsIrQKf6-eLsMrif0CI_TVa-tdbyEwGXzgZjLJtxk6HfkI8Dy7orA9B5DM_xPqIJaz_9lNZkW8T-oHl7RLKO5CdCr5VO_FN2uGyLGS5pZZAIn1Fb2RI4ekp0GQ74mZrIsoNqpptAa3AjEBK61K_wS2K-sogGoJ_lhf9FBjbBL845-E0rRUuko3Rc9K_UrXqb-Y1htVeOkmqEAk3-XI_fV7zFD9ML96f7Fh7rY2wK0fFGSBB1g0fK943C7nWQTQDw2RcfqkVgdqfze1yhLAKkk6TKrfP9-21q1z68gHT_uLbyvHEiahVsKhJXuBmtlUY9rgLAI9lSbRV6PTeSsEdIGU3JAGXikgfjYfKh2ZsUh6FssIupSdpsaEAhjC3j1eXgFLNpQwGLmJmYaN6HvWDR79Pinu1Jb9z_slTYMSbOOnM_zPPM-E9Npqk6EPaSwND6YXujpq2rHvL3_liXIa6asxrBLnXIiJuxyQlwKWt2Eo9xaVW1lks1-8rVzBB7paLtpRBfsjJUpQtUy1RBtsu9JdKAWlOW33XWveebzz0eRIHUsYxBu-VHfwJOym0SwKjqD5ETtztoTo6xbnhXG8NvVk3pAH4CU8UMcpjYftobw_CT7JcUvoRwjMR7EvB6oeTvfrl8Tzca73aPTJw8cg6vJaBzgwKPjwQep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604100101&jk=1515173649855237&bg=!uLulu9nNAAYjKNSNAyg7AEcBe5WfOKxXCCOPgzDKgPTgeBCLwPl_itHaZAHqslNpWtrv3CNSGJgSb1i9zz4xApf6sA4INF5Rl8qQBzXu6PfPiEo2-J8zoQIAAABYUgAAAANoAQd-ADe0jkeTGtl2fhjnh3-mhj3C5jI-lE7MfLi9ieAqusCs8jbCKpylriMTIopbGxfHv5Zxt_6YwYNNmQKiC_IaH0xh4J6jV2IQ0TM_KU559GgnpoMGNzpJM6YecYfCvl11M1QSxHq6GSSSPKrvS50WGA4sIefwUDWJCUIQqxF9PkdCqb65xNhJGFWHaA1iaD9-0lCZwr5My-_fLp8x_QAqWe7eoHIlrSnT_20_Hw0fn1kPUteKn5PSmcbr6x2Qc_L3NiRqQeSVVJ6WrKknSUfVc77iiopQ7Q9JO_h0vG3_n-vqt8MaJAwcGsIrQKf6-eLsMrif0CI_TVa-tdbyEwGXzgZjLJtxk6HfkI8Dy7orA9B5DM_xPqIJaz_9lNZkW8T-oHl7RLKO5CdCr5VO_FN2uGyLGS5pZZAIn1Fb2RI4ekp0GQ74mZrIsoNqpptAa3AjEBK61K_wS2K-sogGoJ_lhf9FBjbBL845-E0rRUuko3Rc9K_UrXqb-Y1htVeOkmqEAk3-XI_fV7zFD9ML96f7Fh7rY2wK0fFGSBB1g0fK943C7nWQTQDw2RcfqkVgdqfze1yhLAKkk6TKrfP9-21q1z68gHT_uLbyvHEiahVsKhJXuBmtlUY9rgLAI9lSbRV6PTeSsEdIGU3JAGXikgfjYfKh2ZsUh6FssIupSdpsaEAhjC3j1eXgFLNpQwGLmJmYaN6HvWDR79Pinu1Jb9z_slTYMSbOOnM_zPPM-E9Npqk6EPaSwND6YXujpq2rHvL3_liXIa6asxrBLnXIiJuxyQlwKWt2Eo9xaVW1lks1-8rVzBB7paLtpRBfsjJUpQtUy1RBtsu9JdKAWlOW33XWveebzz0eRIHUsYxBu-VHfwJOym0SwKjqD5ETtztoTo6xbnhXG8NvVk3pAH4CU8UMcpjYftobw_CT7JcUvoRwjMR7EvB6oeTvfrl8Tzca73aPTJw8cg6vJaBzgwKPjwQ — 204 — 17 B — 85 ms — h3https://www.walgreens.com/dthandler/rb_bf21859hft?type=js3&sn=v_4_srv_23_sn_7V8C90A6CCG24BVUDFCEMEJFVG0GUP4J_perc_100000_ol_0_mul_1_app-3Af4c2e99ce32f8b27_1_rcs-3Acss_0&svrid=23&flavor=post&vi=TBTKKHKAQDFSFSUFRNIEAHUIUFFMLUUL-0&modifiedSince=1775652671210&bp=3&app=f4c2e99ce32f8b27&crc=2094789897&en=hu1jo3rs&end=1www.walgreens.com/dthandler/rb_bf21... https://www.walgreens.com/dthandler/rb_bf21859hft?type=js3&sn=v_4_srv_23_sn_7V8C90A6CCG24BVUDFCEMEJFVG0GUP4J_perc_100000_ol_0_mul_1_app-3Af4c2e99ce32f8b27_1_rcs-3Acss_0&svrid=23&flavor=post&vi=TBTKKHKAQDFSFSUFRNIEAHUIUFFMLUUL-0&modifiedSince=1775652671210&bp=3&app=f4c2e99ce32f8b27&crc=2094789897&en=hu1jo3rs&end=1 — 200 — 275 B — 156 ms — h3https://tpsc-ew1.doubleverify.com/event.png?impid=378671b73aec4ee287b286957e818d3e&flavor=0&gdpr=&gdpr_consent=&ee_dp_omvk=doubleverify.com-omid&ee_dp_isom=1&ee_dp_btreg=7077408467138497940653&ee_dp_btadsrv=7077408467138497940653&dvp_gdpr_Error=3&dvp_gdv2_Error=3&pltm=1&iskpm=1&ismmm=1&isocm=1&ee_dp_alm=marked&ee_dp_isioms=1&ee_dp_isaioms=0&pltn=1&pltd=55&vdur=111&eoid=24&te_strt=1&te_init=247&te_sup=0&te_exec=0&msrjs=9748&sdf=67108868&vit=2&ee_dp_mrci=1&rmi=16&tltms=55&tetms=11&msltms=11&vltms=111&sei=290&vetms=6&tuviims=81&tuviems=198&ismms=52&isumms=52&nvr=2&isgmmims=52&isgmv4mims=52&elmtp=3&isbxdms=52&b0=100&adhgt=105&adwdth=985&dvp_vsosnmr=1&ivsosm=1&lftb=100&sftb=100&naral=8&vct=512&vphgt=580&vpwdth=780&chgt=105&cwdth=985&scrhgt=600&scrwdth=800&strp=0&advisonl=false&ishvm=1&istchm=1&isascm=1&isaclkm=1&isscrlm=1&engalms=51&m50invms=0&ee_dp_m50invnprms=0&ee_dp_cvcmeeid=1&metp=1&meeid=1&ee_dp_saw=985&ee_dp_sah=105&ee_dp_ald=%7B%22s%22%3A%7B%22f%22%3Atrue%2C%22s%22%3A8%2C%22t%22%3A%22DIV%22%2C%22p%22%3Afalse%2C%22c%22%3Afalse%7D%7D&ee_dp_tmads=150&dvp_dtcov=2&sim=3&ee_dp_cdndmn=1&dvp_dpr=1&vstsz=706&ee_dp_asmm=1&ttfurm=3146tpsc-ew1.doubleverify.com/event.png... https://tpsc-ew1.doubleverify.com/event.png?impid=378671b73aec4ee287b286957e818d3e&flavor=0&gdpr=&gdpr_consent=&ee_dp_omvk=doubleverify.com-omid&ee_dp_isom=1&ee_dp_btreg=7077408467138497940653&ee_dp_btadsrv=7077408467138497940653&dvp_gdpr_Error=3&dvp_gdv2_Error=3&pltm=1&iskpm=1&ismmm=1&isocm=1&ee_dp_alm=marked&ee_dp_isioms=1&ee_dp_isaioms=0&pltn=1&pltd=55&vdur=111&eoid=24&te_strt=1&te_init=247&te_sup=0&te_exec=0&msrjs=9748&sdf=67108868&vit=2&ee_dp_mrci=1&rmi=16&tltms=55&tetms=11&msltms=11&vltms=111&sei=290&vetms=6&tuviims=81&tuviems=198&ismms=52&isumms=52&nvr=2&isgmmims=52&isgmv4mims=52&elmtp=3&isbxdms=52&b0=100&adhgt=105&adwdth=985&dvp_vsosnmr=1&ivsosm=1&lftb=100&sftb=100&naral=8&vct=512&vphgt=580&vpwdth=780&chgt=105&cwdth=985&scrhgt=600&scrwdth=800&strp=0&advisonl=false&ishvm=1&istchm=1&isascm=1&isaclkm=1&isscrlm=1&engalms=51&m50invms=0&ee_dp_m50invnprms=0&ee_dp_cvcmeeid=1&metp=1&meeid=1&ee_dp_saw=985&ee_dp_sah=105&ee_dp_ald=%7B%22s%22%3A%7B%22f%22%3Atrue%2C%22s%22%3A8%2C%22t%22%3A%22DIV%22%2C%22p%22%3Afalse%2C%22c%22%3Afalse%7D%7D&ee_dp_tmads=150&dvp_dtcov=2&sim=3&ee_dp_cdndmn=1&dvp_dpr=1&vstsz=706&ee_dp_asmm=1&ttfurm=3146 — 204 — 345 B — 80 ms — http/1.1https://smetrics.walgreens.com/b/ss/walgrns/10/JS-2.27.0-LGPQ/s16606265637544?AQB=1&ndh=1&pf=1&callback=s_c_il[1].doPostbacks&et=1&t=15%2F3%2F2026%2022%3A55%3A44%203%200&d.&nsid=0&jsonv=1&.d&mid=02680582113548866900831255930921813831&aamlh=6&ce=UTF-8&pageName=Walgreens.com%20Home%20Page&g=https%3A%2F%2Fwww.walgreens.com%2F&cc=USD&ch=Walgreens.com%20Home%20Page&events=event103&l3=container%3Ahealth-pills%7Ccomponent%3Aquicklinksiconcard%7Clink%3ASchedule%20vaccinations%3ADefault%20CTA%20Label%2Ccontainer%3Ahealth-pills%7Ccomponent%3Aquicklinksiconcard%7Clink%3AFlu%20%26%20COVID-19%20testing%20options%3ADefault%20CTA%20Label%2Ccontainer%3Ahealth-pills%7Ccomponent%3Aquicklinksiconcard%7Clink%3AManage%20prescriptions%3ADefault%20CTA%20Label%2Ccontainer%3Ahealth-pills%7Ccomponent%3Aquicklinksiconcard%7Clink%3AShop%20contact%20lenses%3ADefault%20CTA%20Label&c14=Home%20Page&c53=Walgreens.com%3Aproduction%3A2026-04-07T16%3A59%3A50Z&c75=www.walgreens.com%2F&v165=https%3A%2F%2Fwww.walgreens.com%2F&v166=Walgreens.com%20Home%20Page&v167=Home%20Page&v168=Walgreens.com%20Home%20Page&v196=health-pills&pe=lnk_o&pev2=aemContent&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=5E16123F5245B2970A490D45%40AdobeOrg&lrt=50&AQE=1smetrics.walgreens.com/b/ss/walgrns... https://smetrics.walgreens.com/b/ss/walgrns/10/JS-2.27.0-LGPQ/s16606265637544?AQB=1&ndh=1&pf=1&callback=s_c_il[1].doPostbacks&et=1&t=15%2F3%2F2026%2022%3A55%3A44%203%200&d.&nsid=0&jsonv=1&.d&mid=02680582113548866900831255930921813831&aamlh=6&ce=UTF-8&pageName=Walgreens.com%20Home%20Page&g=https%3A%2F%2Fwww.walgreens.com%2F&cc=USD&ch=Walgreens.com%20Home%20Page&events=event103&l3=container%3Ahealth-pills%7Ccomponent%3Aquicklinksiconcard%7Clink%3ASchedule%20vaccinations%3ADefault%20CTA%20Label%2Ccontainer%3Ahealth-pills%7Ccomponent%3Aquicklinksiconcard%7Clink%3AFlu%20%26%20COVID-19%20testing%20options%3ADefault%20CTA%20Label%2Ccontainer%3Ahealth-pills%7Ccomponent%3Aquicklinksiconcard%7Clink%3AManage%20prescriptions%3ADefault%20CTA%20Label%2Ccontainer%3Ahealth-pills%7Ccomponent%3Aquicklinksiconcard%7Clink%3AShop%20contact%20lenses%3ADefault%20CTA%20Label&c14=Home%20Page&c53=Walgreens.com%3Aproduction%3A2026-04-07T16%3A59%3A50Z&c75=www.walgreens.com%2F&v165=https%3A%2F%2Fwww.walgreens.com%2F&v166=Walgreens.com%20Home%20Page&v167=Home%20Page&v168=Walgreens.com%20Home%20Page&v196=health-pills&pe=lnk_o&pev2=aemContent&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=5E16123F5245B2970A490D45%40AdobeOrg&lrt=50&AQE=1 — 200 — 345 B — 47 ms — h2https://www.walgreens.com/dthandler/rb_bf21859hft?type=js3&sn=v_4_srv_23_sn_7V8C90A6CCG24BVUDFCEMEJFVG0GUP4J_app-3Af4c2e99ce32f8b27_1_ol_0_perc_100000_mul_1_rcs-3Acss_0&svrid=23&flavor=post&vi=TBTKKHKAQDFSFSUFRNIEAHUIUFFMLUUL-0&modifiedSince=1775652671210&bp=3&app=f4c2e99ce32f8b27&crc=2873665167&en=hu1jo3rs&end=1www.walgreens.com/dthandler/rb_bf21... https://www.walgreens.com/dthandler/rb_bf21859hft?type=js3&sn=v_4_srv_23_sn_7V8C90A6CCG24BVUDFCEMEJFVG0GUP4J_app-3Af4c2e99ce32f8b27_1_ol_0_perc_100000_mul_1_rcs-3Acss_0&svrid=23&flavor=post&vi=TBTKKHKAQDFSFSUFRNIEAHUIUFFMLUUL-0&modifiedSince=1775652671210&bp=3&app=f4c2e99ce32f8b27&crc=2873665167&en=hu1jo3rs&end=1 — 200 — 273 B — 155 ms — h3https://www.walgreens.com/dthandler/rb_bf21859hft?type=js3&sn=v_4_srv_23_sn_7V8C90A6CCG24BVUDFCEMEJFVG0GUP4J_app-3Af4c2e99ce32f8b27_1_ol_0_perc_100000_mul_1_rcs-3Acss_0&svrid=23&flavor=post&vi=TBTKKHKAQDFSFSUFRNIEAHUIUFFMLUUL-0&modifiedSince=1775652671210&bp=3&app=f4c2e99ce32f8b27&crc=2873665167&en=hu1jo3rs&end=1www.walgreens.com/dthandler/rb_bf21... https://www.walgreens.com/dthandler/rb_bf21859hft?type=js3&sn=v_4_srv_23_sn_7V8C90A6CCG24BVUDFCEMEJFVG0GUP4J_app-3Af4c2e99ce32f8b27_1_ol_0_perc_100000_mul_1_rcs-3Acss_0&svrid=23&flavor=post&vi=TBTKKHKAQDFSFSUFRNIEAHUIUFFMLUUL-0&modifiedSince=1775652671210&bp=3&app=f4c2e99ce32f8b27&crc=2873665167&en=hu1jo3rs&end=1 — 200 — 273 B — 149 ms — h3
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 2310ms · 760KB · $13/mo
www.walgreens.com
Other
Costly
Execution 657ms
Transfer 100 KB
Unused 69%
Monthly Cost $4/mo
www.walgreens.com
Other
Costly
Execution 371ms
Transfer 67 KB
Monthly Cost $2/mo
assets.adobedtm.com
Other
Costly
Execution 342ms
Transfer 131 KB
Unused 35%
Monthly Cost $2/mo
dok.js-cdn.dynatrace.com
Other
Costly
Execution 269ms
Transfer 86 KB
Unused 37%
Monthly Cost $2/mo
Unattributable
Other
Costly
Execution 255ms
Transfer 0 KB
Monthly Cost $1/mo
www.walgreens.com
Other
Optional
Execution 170ms
Transfer 0 KB
Unused 22%
Monthly Cost $1/mo
www.walgreens.com
Other
Optional
Execution 98ms
Transfer 155 KB
Unused 48%
Monthly Cost $1/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 75ms
Transfer 186 KB
Unused 52%
Monthly Cost $0/mo
www.walgreens.com
Other
Optional
Execution 74ms
Transfer 35 KB
Unused 57%
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • www.walgreens.com adds 657ms and costs ~$4/month
  • www.walgreens.com adds 371ms and costs ~$2/month
  • assets.adobedtm.com adds 342ms and costs ~$2/month
  • dok.js-cdn.dynatrace.com adds 269ms and costs ~$2/month
  • Unattributable adds 255ms and costs ~$1/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.walgreens.com takes 657ms 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

69% of www.walgreens.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

www.walgreens.com takes 371ms 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

assets.adobedtm.com takes 342ms 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

dok.js-cdn.dynatrace.com takes 269ms 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 255ms 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

52% of securepubads.g.doubleclick.net'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

57% of www.walgreens.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