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 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.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| nexus.ensighten.com/hearst/mag/Bootstrap.js | 300.0 s | 19.0 KiB |
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 kid in swim goggles holding pool floaties div.css-1bmhpm7 > div.css-1c23mo2 > div.css-1g4i6e8 > img.css-ghc9a0 | /hmg-prod/images/sara-in-swim-goggles-2-jpg-6820e84843fb4... | 81.9 KiB | 78.7 KiB |
The Kelly Clarkson Show - Season 6 div.css-92n6p6 > div.css-glrjnu > div.css-x93qf3 > img.css-ghc9a0 | /hmg-prod/images/cb66c216-ff78-4728-a295-be1ed03652d8.jpe... | 71.8 KiB | 67.2 KiB |
nursing school graduation gifts div.css-1bmhpm7 > div.css-1c23mo2 > div.css-1g4i6e8 > img.css-ghc9a0 | /hmg-prod/images/e98d81a4-bccd-4080-948e-593b48777a83.png... | 34.3 KiB | 32.6 KiB |
Three glasses of creamy iced coffee show how a simple protein coffee hack can c… div.css-92n6p6 > div.css-glrjnu > div.css-x93qf3 > img.css-ghc9a0 | /hmg-prod/images/7858d97a-72c4-477f-8911-2e1af9421051.png... | 31.2 KiB | 29.1 KiB |
The Duke And Duchess Of Sussex Visit Australia - Day 4 div.css-1bmhpm7 > div.css-1c23mo2 > div.css-1g4i6e8 > img.css-ghc9a0 | /hmg-prod/images/e59d3691-1b3d-495a-93bb-460bcff64687.jpe... | 28.1 KiB | 26.8 KiB |
woman sleeping the floor/cleaning house div.css-92n6p6 > div.css-glrjnu > div.css-x93qf3 > img.css-ghc9a0 | /hmg-prod/images/53e45bf2-2e2a-4ac5-89c3-202078e71377.jpe... | 25.4 KiB | 23.7 KiB |
shot of a couple enjoying a day at the beach div.css-1bmhpm7 > div.css-1c23mo2 > div.css-1g4i6e8 > img.css-ghc9a0 | /hmg-prod/images/gettyimages-1368004438-66423ed27e0ff.jpg... | 20.8 KiB | 19.8 KiB |
mother's day gifts for wife div.css-1v9r7ub > div.css-1if6xn0 > div.css-azx95j > img.css-ghc9a0 | /hmg-prod/images/74651e23-ca25-4845-9c0b-ac798277b1e6.png... | 20.7 KiB | 15.5 KiB |
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 |
|---|---|
| goodhousekeeping.com/ | 752 ms |
| www.goodhousekeeping.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 | 141.9 KiB |
| www.goodhousekeeping.com/_assets/moapt/2.437.0/moapt-bidder-pb-hdm.10.23.0.js | 107.1 KiB | 85.0 KiB |
| www.goodhousekeeping.com/_assets/moapt/2.437.0/moapt-bundle-hdm.js | 57.1 KiB | 47.3 KiB |
| www.goodhousekeeping.com/_assets/moapt/2.437.0/moapt-data.js | 52.8 KiB | 47.2 KiB |
| /_assets/fre/scopes/hdm/_next/static/chunks/74011-55fecbe... | 42.4 KiB | 23.4 KiB |
| /_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa... | 41.3 KiB | 23.1 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 | 2.9 s |
| Other | 814 ms |
| Style & Layout | 605 ms |
| Script Parsing & Compilation | 273 ms |
| Parse HTML & CSS | 90 ms |
| Rendering | 82 ms |
| Garbage Collection | 78 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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
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 |
|---|
40 Unique Nursing Graduation Gifts div.css-1bmhpm7 > div.css-1c23mo2 > div.css-qizwnw > h3.css-ux1yc5 |
Our Ultimate Mother's Day Gift Guide div.css-1v9r7ub > div.css-1if6xn0 > div.css-16chjq3 > h3.css-1st07mc |
The Best Protein Powders for Women—for Muscle Gain, Weight Loss, and More div.css-t7ud2q > div.css-9cb3dr > div.css-zcnolc > h3.css-1iqtrx8 |
Mint-Pesto Baked Eggs div.css-1v9r7ub > div.css-1if6xn0 > div.css-16chjq3 > h3.css-1st07mc |
The Secret to Smoother Protein Shakes div.css-y8mih1 > div.css-1if6xn0 > div.css-16chjq3 > h3.css-1st07mc |
Good Housekeeping Beauty Awards 2026 div.css-1v9r7ub > div.css-1if6xn0 > div.css-16chjq3 > h3.css-1st07mc |
Join the GH Book Club! div.css-t7ud2q > div.css-1vsiycm > div.css-zcnolc > h3.css-1iqtrx8 |
Access All of Your Exclusive GH+ Membership Perks div.css-t7ud2q > div.css-1vsiycm > div.css-zcnolc > h3.css-1iqtrx8 |
The Best Organic Mattress Toppers div.css-1v9r7ub > div.css-1if6xn0 > div.css-16chjq3 > h3.css-1st07mc |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Olay Anti-Aging Face Moisturizer div.css-y8mih1 > div#2e20721b-b79c-48cf-abac-68e1b6c51f7a > div.css-1ogqivq > a.hds-do-not-use |
$27
$24 at Amazon div.css-1v37f5f > div.css-10oaasf > div.css-wfxxot > a.hds-do-not-use |
BondiBoost Infrared Heated Round Brush div.css-y8mih1 > div#2e20721b-b79c-48cf-abac-68e1b6c51f7a > div.css-1ogqivq > a.hds-do-not-use |
Tonies Box 2 Audio Player Bundle for Kids div.css-y8mih1 > div#2e20721b-b79c-48cf-abac-68e1b6c51f7a > div.css-1ogqivq > a.hds-do-not-use |
Gucci Flora Gorgeous Gardenia Eau de Parfum Intense div.css-y8mih1 > div#2e20721b-b79c-48cf-abac-68e1b6c51f7a > div.css-1ogqivq > a.hds-do-not-use |
Best Practices
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.