Lighthouse Desktop
· 0 checks — Desktop 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 forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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 | |
|---|---|---|---|
Thrillist Itineraries div.UniversalContentCardstyles__UCCImageContainer-sc-zezg1y-3 > a > picture.picture-tag > img | /v1/image/3189278/1500x1000/flatten;crop;webp=auto;jpeg_q... | 243.1 KiB | 175.8 KiB |
iPhones showing apps with ai features div.UniversalContentCardstyles__UCCImageContainer-sc-zezg1y-3 > a > picture.picture-tag > img | /v1/image/3195802/1176x784/flatten;crop;webp=auto;jpeg_qu... | 115.9 KiB | 103.6 KiB |
How to Have the Best Group Trip Ever in Ann Arbor, Michigan div.UniversalContentCardstyles__UCCImageContainer-sc-zezg1y-3 > a > picture.picture-tag > img | /v1/image/3205578/1176x784/flatten;crop;webp=auto;jpeg_qu... | 120.7 KiB | 90.6 KiB |
young people on beach div.UniversalContentCardstyles__UCCImageContainer-sc-zezg1y-3 > a > picture.picture-tag > img | /v1/image/3195933/1176x784/flatten;crop;webp=auto;jpeg_qu... | 75.8 KiB | 67.7 KiB |
How to Eat and Drink Your Way Through Milan in Two Days div.UniversalContentCardstyles__UCCImageContainer-sc-zezg1y-3 > a > picture.picture-tag > img | /v1/image/3202953/1176x784/flatten;crop;webp=auto;jpeg_qu... | 84.0 KiB | 63.0 KiB |
a photo collage of drag queen sasha velour with several of her best travel esse… div.UniversalContentCardstyles__UCCImageContainer-sc-zezg1y-3 > a > picture.picture-tag > img | /v1/image/3202507/1176x784/flatten;crop;webp=auto;jpeg_qu... | 77.9 KiB | 58.4 KiB |
At Women-Only Dance Parties in Europe, Moms Just Want to Have Fun div.UniversalContentCardstyles__UCCImageContainer-sc-zezg1y-3 > a > picture.picture-tag > img | /v1/image/3195951/1176x784/flatten;crop;webp=auto;jpeg_qu... | 62.8 KiB | 56.1 KiB |
How to Spend a Weekend in Yosemite With Kids div.UniversalContentCardstyles__UCCImageContainer-sc-zezg1y-3 > a > picture.picture-tag > img | /v1/image/3201495/458x458/flatten;crop;webp=auto;jpeg_qua... | 56.8 KiB | 51.6 KiB |
How an Arts and Culture Lover Should Spend Two Days in Santa Ana div.UniversalContentCardstyles__UCCImageContainer-sc-zezg1y-3 > a > picture.picture-tag > img | /v1/image/3205449/458x458/flatten;crop;webp=auto;jpeg_qua... | 43.6 KiB | 38.4 KiB |
How to Soak Up Southwest Florida’s Nature and Historic Charm in Two Days div.UniversalContentCardstyles__UCCImageContainer-sc-zezg1y-3 > a > picture.picture-tag > img | /v1/image/3203702/458x458/flatten;crop;webp=auto;jpeg_qua... | 35.0 KiB | 29.7 KiB |
Staying in a Timeshare Might Be Your Best Travel Hack Yet div.UniversalContentCardstyles__UCCImageContainer-sc-zezg1y-3 > a > picture.picture-tag > img | /v1/image/3199845/458x458/flatten;crop;webp=auto;jpeg_qua... | 30.5 KiB | 25.8 KiB |
How to See Milan’s Magnificent Art and Design Scene in Two Days div.UniversalContentCardstyles__UCCImageContainer-sc-zezg1y-3 > a > picture.picture-tag > img | /v1/image/3202802/458x458/flatten;crop;webp=auto;jpeg_qua... | 29.2 KiB | 24.7 KiB |
Three Family-Friendly Days in Northern California’s Shasta Cascades div.UniversalContentCardstyles__UCCImageContainer-sc-zezg1y-3 > a > picture.picture-tag > img | /v1/image/3201499/458x458/flatten;crop;webp=auto;jpeg_qua... | 26.7 KiB | 22.5 KiB |
These LA-Based Experiential Gifts Have Total Wow Factor div.UniversalContentCardstyles__UCCImageContainer-sc-zezg1y-3 > a > picture.picture-tag > img | /v1/image/3201617/458x458/flatten;crop;webp=auto;jpeg_qua... | 21.1 KiB | 17.8 KiB |
Beautiful vibrant sunset view of the river Moselle at the small wine growing to… div.UniversalContentCardstyles__UCCImageContainer-sc-zezg1y-3 > a > picture.picture-tag > img | /v1/image/3202024/458x458/flatten;crop;webp=auto;jpeg_qua... | 20.1 KiB | 17.0 KiB |
the sunny pier in avila beach, california div.UniversalContentCardstyles__UCCImageContainer-sc-zezg1y-3 > a > picture.picture-tag > img | /v1/image/3201466/458x458/flatten;crop;webp=auto;jpeg_qua... | 17.6 KiB | 14.9 KiB |
Find Out div.Container__GridColumn-sc-92e2o9-4 > div.sc-aXZVg > div.UtilityBarstyles__UtilityBarCard-sc-9rj8tb-2 > img | /v1/image/3193843/size/_original;webp=auto;jpeg_quality=6... | 5.6 KiB | 4.7 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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.
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.
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.
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 |
|---|---|
| thrillist.com/ | 249 ms |
| www.thrillist.com/ | 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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 128.6 KiB |
| www.thrillist.com/_next/static/chunks/pages/_app-fe2768ac8a0df8711b35.js | 236.9 KiB | 119.9 KiB |
| /gtm.js?id=GTM-MPCB6D9>m_auth=>m_preview=>m_cookies... | 180.3 KiB | 70.4 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-926030959&cx=c>m=4e64h1 | 137.5 KiB | 66.9 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 128.8 KiB | 61.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-08GP3LVJ4D&cx=c>m=4e64h1 | 148.1 KiB | 58.7 KiB |
| ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js | 33.1 KiB | 22.6 KiB |
| cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js | 39.7 KiB | 20.8 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.thrillist.com/ | 455 ms | 59 ms | 1.3 ms |
| Unattributable | 412 ms | 66 ms | 0.0 ms |
| www.googletagmanager.com/gtag/destination?id=AW-926030959&cx=c>m=4e64h1 | 400 ms | 367 ms | 14 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 289 ms | 248 ms | 23 ms |
| www.thrillist.com/_next/static/chunks/framework-65495d36b904136d2d33.js | 220 ms | 200 ms | 5.6 ms |
| /gtm.js?id=GTM-MPCB6D9>m_auth=>m_preview=>m_cookies... | 210 ms | 174 ms | 25 ms |
| /_next/static/chunks/pages/homepage/thrillist-31666d721b9... | 189 ms | 152 ms | 0.7 ms |
| www.thrillist.com/_next/static/chunks/pages/_app-fe2768ac8a0df8711b35.js | 156 ms | 116 ms | 39 ms |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 140 ms | 80 ms | 20 ms |
| cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js | 138 ms | 120 ms | 15 ms |
| www.googletagmanager.com/gtag/js?id=G-08GP3LVJ4D&cx=c>m=4e64h1 | 86 ms | 69 ms | 16 ms |
| c.amazon-adsystem.com/aax2/apstag.js | 56 ms | 38 ms | 14 ms |
| btloader.com/tag?o=6315858775244800&upapi=true | 51 ms | 44 ms | 4.9 ms |
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 | 2.0 s |
| Other | 415 ms |
| Style & Layout | 329 ms |
| Script Parsing & Compilation | 223 ms |
| Parse HTML & CSS | 77 ms |
| Garbage Collection | 54 ms |
| Rendering | 49 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
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.
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SUBSCRIBE a > div.Buttonstyles__ButtonContainer-sc-1e79xnn-0 > div.Buttonstyles__ButtonContent-sc-1e79xnn-1 > div.Buttonstyles__ButtonText-sc-1e79xnn-2 |
DESTINATIONS div.SubNavstyles__SubNavItemsWrapper-sc-3ygycw-1 > ul.SubNavstyles__SubNavLeftItemsWrapper-sc-3ygycw-4 > li.SubNavstyles__SubNavLeftItem-sc-3ygycw-2 > span.SubNavstyles__TextWrap-sc-3ygycw-6 |
GUIDES div.SubNavstyles__SubNavItemsWrapper-sc-3ygycw-1 > ul.SubNavstyles__SubNavLeftItemsWrapper-sc-3ygycw-4 > li.SubNavstyles__SubNavLeftItem-sc-3ygycw-2 > span.SubNavstyles__TextWrap-sc-3ygycw-6 |
TRENDS & TIPS ul.SubNavstyles__SubNavLeftItemsWrapper-sc-3ygycw-4 > li.SubNavstyles__SubNavLeftItem-sc-3ygycw-2 > a.subnav-link-trends-&-tips > span.SubNavstyles__TextWrap-sc-3ygycw-6 |
VIDEO ul.SubNavstyles__SubNavLeftItemsWrapper-sc-3ygycw-4 > li.SubNavstyles__SubNavLeftItem-sc-3ygycw-2 > a.subnav-link-video > span.SubNavstyles__TextWrap-sc-3ygycw-6 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
What to do on a vacation in Ann Arbor with family and friends, from campus land… div.UniversalContentCardstyles__UCCContainer-sc-zezg1y-8 > div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > a > h3.UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 |
SHOPPING div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
Nothing you can package up in a box compares to these one-of-a-kind experiences. div.UniversalContentCardstyles__UCCContainer-sc-zezg1y-8 > div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > a > h3.UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
The ultimate weekend of gallery hopping, arthouse flims, and cumbia block parti… div.UniversalContentCardstyles__UCCContainer-sc-zezg1y-8 > div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > a > h3.UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
Kayak, kick back on the sand, take a history tour, and eat a huge slice of oran… div.UniversalContentCardstyles__UCCContainer-sc-zezg1y-8 > div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > a > h3.UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
GET READY TO EXPLORE div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
We turn your deepest passions into unforgettable travel experiences.
div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > a > h3.UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 > div |
READ MORE a > div.Buttonstyles__ButtonContainer-sc-1e79xnn-0 > div.Buttonstyles__ButtonContent-sc-1e79xnn-1 > div.Buttonstyles__ButtonText-sc-1e79xnn-2 |
NEIGHBORHOOD GUIDES a > div.Buttonstyles__ButtonContainer-sc-1e79xnn-0 > div.Buttonstyles__ButtonContent-sc-1e79xnn-1 > div.Buttonstyles__ButtonText-sc-1e79xnn-2 |
MAPS a > div.Buttonstyles__ButtonContainer-sc-1e79xnn-0 > div.Buttonstyles__ButtonContent-sc-1e79xnn-1 > div.Buttonstyles__ButtonText-sc-1e79xnn-2 |
TRAVEL GUIDES a > div.Buttonstyles__ButtonContainer-sc-1e79xnn-0 > div.Buttonstyles__ButtonContent-sc-1e79xnn-1 > div.Buttonstyles__ButtonText-sc-1e79xnn-2 |
INSPIRATION a > div.Buttonstyles__ButtonContainer-sc-1e79xnn-0 > div.Buttonstyles__ButtonContent-sc-1e79xnn-1 > div.Buttonstyles__ButtonText-sc-1e79xnn-2 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
Load up on pastries, embrace aperitivo, and dive in to all the risotto and past… div.UniversalContentCardstyles__UCCContainer-sc-zezg1y-8 > div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > a > h3.UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
Make the most of a visit to Italy’s design capital, admiring Renaissance painti… div.UniversalContentCardstyles__UCCContainer-sc-zezg1y-8 > div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > a > h3.UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
Explore tide pools, feed farm animals, watch elephant seals, and make time for … div.UniversalContentCardstyles__UCCContainer-sc-zezg1y-8 > div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > a > h3.UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
Hike, bike, and explore one of the most beautiful places in the world with the … div.UniversalContentCardstyles__UCCContainer-sc-zezg1y-8 > div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > a > h3.UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 |
TIPS & HACKS a > div.Buttonstyles__ButtonContainer-sc-1e79xnn-0 > div.Buttonstyles__ButtonContent-sc-1e79xnn-1 > div.Buttonstyles__ButtonText-sc-1e79xnn-2 |
WHAT TO PACK a > div.Buttonstyles__ButtonContainer-sc-1e79xnn-0 > div.Buttonstyles__ButtonContent-sc-1e79xnn-1 > div.Buttonstyles__ButtonText-sc-1e79xnn-2 |
LODGING a > div.Buttonstyles__ButtonContainer-sc-1e79xnn-0 > div.Buttonstyles__ButtonContent-sc-1e79xnn-1 > div.Buttonstyles__ButtonText-sc-1e79xnn-2 |
FLIGHTS a > div.Buttonstyles__ButtonContainer-sc-1e79xnn-0 > div.Buttonstyles__ButtonContent-sc-1e79xnn-1 > div.Buttonstyles__ButtonText-sc-1e79xnn-2 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
The RuPaul’s Drag Race winner shares her favorite travel memory, dream cities t… div.UniversalContentCardstyles__UCCContainer-sc-zezg1y-8 > div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > a > h3.UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
Drift down narrow waterways on a small boat in the French countryside, sipping … div.UniversalContentCardstyles__UCCContainer-sc-zezg1y-8 > div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > a > h3.UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
Big water, big sky, and big family adventures div.UniversalContentCardstyles__UCCContainer-sc-zezg1y-8 > div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > a > h3.UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
It's also a great way to unwind and reset after the hectic holiday season. div.UniversalContentCardstyles__UCCContainer-sc-zezg1y-8 > div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > a > h3.UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
Get pumped for the 2026 Games by skiing, skating, and even bobsledding at past … div.UniversalContentCardstyles__UCCContainer-sc-zezg1y-8 > div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > a > h3.UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
California's northern coast has whale watching hikes, kayaking, and lots of loc… div.UniversalContentCardstyles__UCCContainer-sc-zezg1y-8 > div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > a > h3.UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
Chasing the supernatural — and the super kitschy — on a drive through the Arizo… div.UniversalContentCardstyles__UCCContainer-sc-zezg1y-8 > div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > a > h3.UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
So merry, so bright. div.UniversalContentCardstyles__UCCContainer-sc-zezg1y-8 > div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > a > h3.UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
Maybe don't wrap those holiday gifts just yet. div.UniversalContentCardstyles__UCCContainer-sc-zezg1y-8 > div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > a > h3.UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 |
TRAVEL div.UniversalContentCardstyles__UCCTagsContainer-sc-zezg1y-4 > div.UniversalContentCardstyles__UCCPrimaryTag-sc-zezg1y-5 > a > div.Tagstyles__TagContainer-sc-o7ixv6-0 |
Take it from the pros before you go. div.UniversalContentCardstyles__UCCContainer-sc-zezg1y-8 > div.UniversalContentCardstyles__UCCTextBlock-sc-zezg1y-0 > a > h3.UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 |
LOAD MORE div.UCCPatternstyles__UCCPatternButtonContainer-sc-7uvllb-2 > button.Buttonstyles__ButtonContainer-sc-1e79xnn-0 > div.Buttonstyles__ButtonContent-sc-1e79xnn-1 > div.Buttonstyles__ButtonText-sc-1e79xnn-2 |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Navigation header#masthead-header > nav.SubNavstyles__SubNavContainer-sc-3ygycw-0 > div.SubNavstyles__SubNavItemsWrapper-sc-3ygycw-1 > h3.sr-only |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Check us out on social
Like Thrillist on Facebook.
Follow Thrillist on Instagra… header#masthead-header > div.Headerstyles__HeaderContainerWrap-sc-1a96frj-1 > div.Headerstyles__HeaderContainer-sc-1a96frj-2 > ul.Headerstyles__HeaderSocialSection-sc-1a96frj-12 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to Navigation div.Headerstyles__HeaderContainerWrap-sc-1a96frj-1 > div.Headerstyles__HeaderContainer-sc-1a96frj-2 > div.Headerstyles__HeaderRightSection-sc-1a96frj-13 > button.Headerstyles__HeaderHamburgerButton-sc-1a96frj-4 |
Go to Navigation div.Headerstyles__HeaderContainer-sc-1a96frj-2 > div.Headerstyles__HeaderRightSection-sc-1a96frj-13 > button.Headerstyles__HeaderHamburgerButton-sc-1a96frj-4 > a.Headerstyles__HeaderMenuTrigger-sc-1a96frj-7 |
These items highlight common accessibility best practices.
Best Practices
General
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.thrillist.com/thrillist-itineraries | READ MORE |
| cookiepedia.co.uk/giving-consent-to-cookies | More information |
Format your HTML in a way that enables crawlers to better understand your app’s content.