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 long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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 | |
|---|---|---|---|
div.slider-day-inner > div.slider-day-image > div.post-thumbnail > div.post-thumb div.slider-day-inner > div.slider-day-image > div.post-thumbnail > div.post-thumb | nationaltoday.com/wp-content/uploads/2021/04/Arbor-1200x834.jpg | 301.1 KiB | 138.2 KiB |
div.hp-grid-day-card > a > div.card-image-wrapper > img.card-image div.hp-grid-day-card > a > div.card-image-wrapper > img.card-image | nationaltoday.com/wp-content/uploads/2021/04/Superhero-1-1-640x514.jpg | 85.2 KiB | 74.6 KiB |
div.hp-grid-day-card > a > div.card-image-wrapper > img.card-image div.hp-grid-day-card > a > div.card-image-wrapper > img.card-image | nationaltoday.com/wp-content/uploads/2020/04/Pretzel-Day-1-640x514.jpg | 77.9 KiB | 67.2 KiB |
SEPTEMBER
HOLIDAYS div.know-inner > div.stay-in-the-know-months > div.upcoming-months > a | nationaltoday.com/wp-content/uploads/2019/10/September.jpg.webp | 138.0 KiB | 61.2 KiB |
JULY
HOLIDAYS div.know-inner > div.stay-in-the-know-months > div.upcoming-months > a | nationaltoday.com/wp-content/uploads/2019/10/July.jpg.webp | 130.6 KiB | 53.7 KiB |
div.widget-container > div.additional-holidays-table > a.additional-days > img.attachment-thumbnail div.widget-container > div.additional-holidays-table > a.additional-days > img.attachment-thumbnail | nationaltoday.com/wp-content/uploads/2021/11/National-Bookmobile-Day-150x150.jpg | 31.5 KiB | 31.3 KiB |
div.hp-grid-day-card > a > div.card-image-wrapper > img.card-image div.hp-grid-day-card > a > div.card-image-wrapper > img.card-image | nationaltoday.com/wp-content/uploads/2020/04/Malaria-640x514.jpg | 38.1 KiB | 30.6 KiB |
a > div.celebrate-post-img-wrapper > picture.celebrate-post-img > img a > div.celebrate-post-img-wrapper > picture.celebrate-post-img > img | /wp-content/uploads/2023/05/9-Year-Old-Boys-min-629x360.p... | 35.8 KiB | 28.5 KiB |
a > div.card-image-wrapper > picture.card-image > img a > div.card-image-wrapper > picture.card-image > img | /wp-content/uploads/2020/04/international-dance-day-640x5... | 33.9 KiB | 27.2 KiB |
a > div.celebrate-post-img-wrapper > picture.celebrate-post-img > img a > div.celebrate-post-img-wrapper > picture.celebrate-post-img > img | nationaltoday.com/wp-content/uploads/2023/05/15-Year-Olds-min-629x360.png.webp | 29.2 KiB | 23.2 KiB |
a > div.celebrate-post-img-wrapper > picture.celebrate-post-img > img a > div.celebrate-post-img-wrapper > picture.celebrate-post-img > img | nationaltoday.com/wp-content/uploads/2023/05/20-Year-Olds-min-629x360.png.webp | 27.2 KiB | 21.6 KiB |
JUNE
HOLIDAYS div.know-inner > div.stay-in-the-know-months > div.upcoming-months > a | nationaltoday.com/wp-content/uploads/2019/10/June.jpg.webp | 94.2 KiB | 17.3 KiB |
div.widget-container > div.additional-holidays-table > a.additional-days > img.attachment-thumbnail div.widget-container > div.additional-holidays-table > a.additional-days > img.attachment-thumbnail | nationaltoday.com/wp-content/uploads/2020/04/Jelly-Bean-1-150x150.jpg | 12.9 KiB | 12.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.
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 |
|---|---|---|
| html-load.com/loader.min.js | 42.2 KiB | 346 ms |
| fonts.googleapis.com/css?family=Montserrat:400,600,700,800 | 1.1 KiB | 282 ms |
| use.fontawesome.com/releases/v6.7.1/css/all.css | 28.8 KiB | 312 ms |
| /wp-content/cache/autoptimize/css/autoptimize_d30e1395720... | 45.4 KiB | 216 ms |
| cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css | 998 B | 201 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Today’s holidays
PI Week
Administrative Professionals Day
April Showers Day
Ear… div.home-enhanced-content > div.home-hero > div.home-hero-inner > div.widgets-wrapper | 0.069 |
ADMINISTRATIVE PROFESSIONALS DAY div.slider-day-content > div.slider-day-box > a > div.slider-day-box-inner | 0.042 |
We value your privacy
We and our 1713 partners store and access information on … div#qc-cmp2-container > div#qc-cmp2-main > div.qc-cmp-cleanslate > div#qc-cmp2-ui | 0.014 |
ADMINISTRATIVE PROFESSIONALS DAY div.slider-day-box > a > div.slider-day-box-inner > h2.holiday-title-text | 0.001 |
WED
APR 22 div.slider-day-inner > div.slider-day-content > div.slider-day-box > div.ntdb | 0.000 |
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 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/cache/autoptimize/css/autoptimize_d30e1395720... | 45.0 KiB | 40.1 KiB |
| use.fontawesome.com/releases/v6.7.1/css/all.css | 28.4 KiB | 28.0 KiB |
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.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 44.9 KiB | 14.1 KiB |
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 | |
|---|---|
div.hp-grid-day-card > a > div.card-image-wrapper > img.card-image div.hp-grid-day-card > a > div.card-image-wrapper > img.card-image | nationaltoday.com/wp-content/uploads/2020/04/Malaria-640x514.jpg |
div.hp-grid-day-card > a > div.card-image-wrapper > img.card-image div.hp-grid-day-card > a > div.card-image-wrapper > img.card-image | nationaltoday.com/wp-content/uploads/2020/04/Pretzel-Day-1-640x514.jpg |
div.hp-grid-day-card > a > div.card-image-wrapper > img.card-image div.hp-grid-day-card > a > div.card-image-wrapper > img.card-image | nationaltoday.com/wp-content/uploads/2021/04/Superhero-1-1-640x514.jpg |
a > div.card-image-wrapper > picture.card-image > img a > div.card-image-wrapper > picture.card-image > img | /wp-content/uploads/2020/04/international-dance-day-640x5... |
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 |
|---|
SIGN UP div#site-navigation > div#primary-menu > div#headerAccount > a#signUpLink |
WED div.slider-day-content > div.slider-day-box > div.ntdb > span.ntdb-holiday-day |
FEATURED div.slider-day-inner > div.slider-day-content > div.slider-day-box > div.featured-tag |
Today’s holidays div.home-hero-inner > div.widgets-wrapper > div.widget-container > h3.additional-holidays-heading |
View Today's Holidays div.view-all-container > div.all_button-wrapper > button.all-holidays-btn > a |
MONTHS div.home-section > div.home-section-inner > div.months-header-section > h2.hed |
See All div.home-section-inner > div.months-header-section > p > a |
UPCOMING HOLIDAYS div.home-section > div.home-section-inner > div.upcoming-holidays-container > h2.hed |
SAT a > div.card-image-wrapper > div.ntdb > span.ntdb-holiday-day |
APR 25 a > div.card-image-wrapper > div.ntdb > span.ntdb-holiday-date |
WORLD MALARIA DAY div.home-hero-grid > div.hp-grid-day-card > a > h2.hed |
SUN a > div.card-image-wrapper > div.ntdb > span.ntdb-holiday-day |
APR 26 a > div.card-image-wrapper > div.ntdb > span.ntdb-holiday-date |
NATIONAL PRETZEL DAY div.home-hero-grid > div.hp-grid-day-card > a > h2.hed |
TUE a > div.card-image-wrapper > div.ntdb > span.ntdb-holiday-day |
APR 28 a > div.card-image-wrapper > div.ntdb > span.ntdb-holiday-date |
NATIONAL SUPERHERO DAY div.home-hero-grid > div.hp-grid-day-card > a > h2.hed |
WED a > div.card-image-wrapper > div.ntdb > span.ntdb-holiday-day |
APR 29 a > div.card-image-wrapper > div.ntdb > span.ntdb-holiday-date |
INTERNATIONAL DANCE DAY div.home-hero-grid > div.hp-grid-day-card > a > h2.hed |
SEE MORE div.home-section-inner > div.upcoming-holidays-container > p.see-more > a |
GIFTS div.home-section > div.home-section-inner > h2.hed > a |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Privacy policy div.footer > div.footer-copyright > div.content-area > a |
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 |
|---|
APRIL
HOLIDAYS div.stay-in-the-know-months > div.upcoming-months > a > h4.holiday-text |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
View Today's Holidays div.widget-container > div.view-all-container > div.all_button-wrapper > button.all-holidays-btn |
View Today's Holidays div.view-all-container > div.all_button-wrapper > button.all-holidays-btn > a |
For Businesses div.footer-menu-section > ul.footer-menu-section-links > li > a |
For Journalists div.footer-menu-section > ul.footer-menu-section-links > li > a |
FAQs div.footer-menu-section > ul.footer-menu-section-links > li > a |
News div.footer-menu-section > ul.footer-menu-section-links > li > a |
Create A Holiday div.footer-menu-section > ul.footer-menu-section-links > li > a |
Sponsor A Holiday div.footer-menu-section > ul.footer-menu-section-links > li > a |
January div.footer-menu-section > ul.footer-menu-section-links > li > a |
February div.footer-menu-section > ul.footer-menu-section-links > li > a |
March div.footer-menu-section > ul.footer-menu-section-links > li > a |
April div.footer-menu-section > ul.footer-menu-section-links > li > a |
May div.footer-menu-section > ul.footer-menu-section-links > li > a |
June div.footer-menu-section > ul.footer-menu-section-links > li > a |
July div.footer-menu-section > ul.footer-menu-section-links > li > a |
November div.footer-menu-section > ul.footer-menu-section-links > li > a |
December div.footer-menu-section > ul.footer-menu-section-links > li > a |
Tomorrow div.footer-menu-section > ul.footer-menu-section-links > li > a |
Monday div.footer-menu-section > ul.footer-menu-section-links > li > a |
Friday div.footer-menu-section > ul.footer-menu-section-links > li > a |
Baby div.footer-menu-section > ul.footer-menu-section-links > li > a |
Car div.footer-menu-section > ul.footer-menu-section-links > li > a |
Health & Fitness div.footer-menu-section > ul.footer-menu-section-links > li > a |
Home & Garden div.footer-menu-section > ul.footer-menu-section-links > li > a |
Pets div.footer-menu-section > ul.footer-menu-section-links > li > a |
Sleep div.footer-menu-section > ul.footer-menu-section-links > li > a |
Tech div.footer-menu-section > ul.footer-menu-section-links > li > a |
Travel div.footer-menu-section > ul.footer-menu-section-links > li > a |
By Interest div.footer-menu-section > ul.footer-menu-section-links > li > a |
By Occasion div.footer-menu-section > ul.footer-menu-section-links > li > a |
World Bicycle Day div.footer-menu-section > ul.footer-menu-section-links > li > a |
National Dog Day div.footer-menu-section > ul.footer-menu-section-links > li > a |
These items highlight common accessibility best practices.
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 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
nationaltoday.com/ line 1045, col 7 | TypeError: window._nslDOMReady is not a function
at https://nationaltoday.com/:1046:8
at https://nationaltoday.com/:1174:6 |
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 |
|---|---|
| nationaltoday.com/april-holidays/ | SEE MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.