Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 96.6 KiB |
| /signals/config/606242276164907?v=2.9.303&r=stable&domain... | 1200.0 s | 46.4 KiB |
| js.adsrvr.org/up_loader.1.1.0.js | 0.0 ms | 12.3 KiB |
| 6141130.collect.igodigital.com/collect.js | 0.0 ms | 2.4 KiB |
| js.adsrvr.org/universal_pixel.js | 0.0 ms | 958 B |
| js.adsrvr.org/universal_pixel.js | 0.0 ms | 465 B |
| js.adsrvr.org/universal_pixel.js | 0.0 ms | 465 B |
| js.adsrvr.org/universal_pixel.js | 0.0 ms | 465 B |
| /tr/?id=606242276164907&ev=PageView&dl=https%3A%2F%2Fwww.... | 0.0 ms | 19 B |
| /tr/?id=606242276164907&ev=ViewContent&dl=https%3A%2F%2Fw... | 0.0 ms | 16 B |
| /tr/?id=606242276164907&ev=PageView&dl=https%3A%2F%2Fwww.... | 0.0 ms | 16 B |
| /tr/?id=606242276164907&ev=ViewContent&dl=https%3A%2F%2Fw... | 0.0 ms | 16 B |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
A museum educator leads a small group on a tour along one of the Guggenheim’s c… div._event_1xvce_2 > a > picture.aspect-container > img.aspect-image | /wp-content/uploads/2026/01/ArchitectureTour_20250816_060... | 582.6 KiB | 543.4 KiB |
A large steel sculpture, folded into an angular, abstracted form, is balanced d… div._event_1xvce_2 > a > picture.aspect-container > img.aspect-image | www.guggenheim.org/wp-content/uploads/2026/03/2019-018_V2-scaled.jpg | 236.3 KiB | 227.4 KiB |
A series of large brightly colored steel, stainless steel, anodized aluminum an… div.space-48-64-above > a > picture.aspect-container > img.aspect-image | /wp-content/uploads/2026/03/Carol-Bove-exh_ph044_Horizont... | 97.0 KiB | 58.0 KiB |
Oil painting by Franz Marc featuring a vibrantly colored abstract mountainous l… div.space-48-64-above > a > picture.aspect-container > img.aspect-image | /wp-content/uploads/2025/04/image001-e1753279408942-768x4... | 82.3 KiB | 41.9 KiB |
Oil painting by Gabriele Münter featuring a young girl with blonde hair with a … div.space-48-64-above > a > picture.aspect-container > img.aspect-image | /wp-content/uploads/2025/09/Munter-1983.11_Cropped16x9-76... | 81.3 KiB | 40.8 KiB |
Robert Rauschenberg, Untitled, 1963. Oil, silkscreen ink, metal, and plastic on… div.space-48-64-above > a > picture.aspect-container > img.aspect-image | www.guggenheim.org/wp-content/uploads/2025/07/Rauschenberg_Web_Image-768x432.jpg | 77.5 KiB | 37.0 KiB |
2026 Poet in Residence Patrick Rosal leans on a wall and smiles at the Guggenhe… div._image_1w9vn_290 > a > picture.aspect-container > img.aspect-image | /wp-content/uploads/2026/04/Patrick-Rosal_ph-5-LARGE-JPG-... | 74.7 KiB | 34.3 KiB |
Bright yellow tote bags with the Guggenheim name are folded, bound with white p… div > a > picture.aspect-container > img.aspect-image | /wp-content/uploads/2024/11/gen-retail-guggenheim-logo-to... | 67.7 KiB | 27.2 KiB |
Nam June Paik, Random Access, 1963 (2000 version). Strips of audiotape, open-re… section._collection_1a88f_20 > a._focus_1a88f_53 > picture > img | www.guggenheim.org/wp-content/uploads/1963/01/2001.5_ph_web-1-768x619.jpg | 60.6 KiB | 15.2 KiB |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.guggenheim.org/wp-content/themes/laura/dist/assets/main-DfEELHKc.css | 14.5 KiB | 150 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| guggenheim.org/ | 754 ms |
| www.guggenheim.org/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/themes/laura/dist/assets/MediaBannerHandler-C... | 152.3 KiB | 84.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-X07D03RV1Q&cx=c>m=4e64k0 | 176.0 KiB | 69.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PNXM | 161.4 KiB | 66.9 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-726168780&cx=c>m=4e64k0 | 144.6 KiB | 66.8 KiB |
| www.googletagmanager.com/gtag/destination?id=DC-4001624&cx=c>m=4e64k0 | 131.2 KiB | 65.2 KiB |
| www.googletagmanager.com/gtag/destination?id=DC-5549924&cx=c>m=4e64k0 | 129.8 KiB | 65.2 KiB |
| www.guggenheim.org/wp-content/themes/laura/dist/assets/vendor-ojHIal3q.js | 133.5 KiB | 45.2 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 31.7 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.0 s |
| Other | 1.2 s |
| Script Parsing & Compilation | 418 ms |
| Style & Layout | 312 ms |
| Garbage Collection | 87 ms |
| Parse HTML & CSS | 81 ms |
| Rendering | 47 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Nam June Paik, Random Access, 1963 (2000 version). Strips of audiotape, open-re… section._collection_1a88f_20 > a._focus_1a88f_53 > picture > img | www.guggenheim.org/wp-content/uploads/1963/01/2001.5_ph_web-1-768x619.jpg |
Oil painting by Gabriele Münter featuring a young girl with blonde hair with a … div.space-48-64-above > a > picture.aspect-container > img.aspect-image | /wp-content/uploads/2025/09/Munter-1983.11_Cropped16x9-76... |
Robert Rauschenberg, Untitled, 1963. Oil, silkscreen ink, metal, and plastic on… div.space-48-64-above > a > picture.aspect-container > img.aspect-image | www.guggenheim.org/wp-content/uploads/2025/07/Rauschenberg_Web_Image-768x432.jpg |
Oil painting by Franz Marc featuring a vibrantly colored abstract mountainous l… div.space-48-64-above > a > picture.aspect-container > img.aspect-image | /wp-content/uploads/2025/04/image001-e1753279408942-768x4... |
Three bronze-colored statues of women dancing placed on a white pedestal in the… div.space-48-64-above > a > picture.aspect-container > img.aspect-image | /wp-content/uploads/2016/04/installation-srgm-thannhauser... |
Children and adults seated in a circle on the floor of the Solomon R. Guggenhei… div._image_1w9vn_290 > a > picture.aspect-container > img.aspect-image | /wp-content/uploads/2023/09/gen-event-guggenheim-for-all-... |
Bright yellow tote bags with the Guggenheim name are folded, bound with white p… div > a > picture.aspect-container > img.aspect-image | /wp-content/uploads/2024/11/gen-retail-guggenheim-logo-to... |
Two women, one with medium-length brown hair and the other with long red hair, … div > a > picture.aspect-container > img.aspect-image | /wp-content/uploads/2022/11/gen-membership-member-tote-76... |
A museum educator leads a small group on a tour along one of the Guggenheim’s c… div._event_1xvce_2 > a > picture.aspect-container > img.aspect-image | /wp-content/uploads/2026/01/ArchitectureTour_20250816_060... |
2026 Poet in Residence Patrick Rosal leans on a wall and smiles at the Guggenhe… div._image_1w9vn_290 > a > picture.aspect-container > img.aspect-image | /wp-content/uploads/2026/04/Patrick-Rosal_ph-5-LARGE-JPG-... |
A series of large brightly colored steel, stainless steel, anodized aluminum an… div.space-48-64-above > a > picture.aspect-container > img.aspect-image | /wp-content/uploads/2026/03/Carol-Bove-exh_ph044_Horizont... |
A large steel sculpture, folded into an angular, abstracted form, is balanced d… div._event_1xvce_2 > a > picture.aspect-container > img.aspect-image | www.guggenheim.org/wp-content/uploads/2026/03/2019-018_V2-scaled.jpg |
logo-guggenheim-bilbao div > picture.span-twelve > a > img | www.guggenheim.org/wp-content/uploads/2024/10/logo-guggenheim-bilbao.svg |
logo-global-partners-vertical-2025 div.container > div._partners_u6whb_179 > div > img | /wp-content/uploads/2025/01/logo-global-partners-vertical... |
logo-peggy-guggenheim div > picture.span-twelve > a > img | www.guggenheim.org/wp-content/uploads/2024/10/logo-peggy-guggenheim.svg |
logo-guggenheim-abu-dhabi div > picture.span-twelve > a > img | www.guggenheim.org/wp-content/uploads/2024/10/logo-guggenheim-abu-dhabi.svg |
unesco-wh-white-20201116 div._logo_u6whb_205 > div > picture.span-twelve > img | www.guggenheim.org/wp-content/uploads/2020/11/unesco-wh-white-20201116.svg |
logo-guggenheim-new-york div._constellation_u6whb_8 > div > picture.span-twelve > img | www.guggenheim.org/wp-content/uploads/2024/10/logo-guggenheim-new-york.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Pause video div > div._videoBanner_1ri24_2 > div._overlaySvgs_1ri24_38 > svg |
Unmute video div > div._videoBanner_1ri24_2 > div._overlaySvgs_1ri24_38 > svg |
Learn more div > div._videoBanner_1ri24_2 > div._overlaySvgs_1ri24_38 > svg |
These are opportunities to improve keyboard navigation in your application.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div._mediaBannerHandler_egjgm_2 > div > div.mediabanner-caption > a div._mediaBannerHandler_egjgm_2 > div > div.mediabanner-caption > a |
To appear in search results, crawlers need access to your app.