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.
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.
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 |
| www.gstatic.com/recaptcha/api2/logo_48.png | 604800.0 s | 2.3 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.
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 | |
|---|---|---|---|
Memoir book and magazines focused on running and fitness. div.css-79elbk > div.__resp-container > picture.css-0 > img | /hmg-prod/images/0d475dc8-b05a-4541-a6cd-6bc59d8bc281.jpg... | 54.2 KiB | 26.5 KiB |
Person wearing a marathon finisher outfit and medal, standing on stairs. div.css-79elbk > div.__resp-container > picture.css-0 > img | /hmg-prod/images/a2e17d55-46b2-48f5-976c-6e1d54d9e2fe.jpe... | 48.1 KiB | 20.5 KiB |
Rescue scene with individuals providing aid. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/6b7b3d6f-717c-4a7b-9f76-1031d8b7d19c.jpg... | 20.5 KiB | 19.0 KiB |
Three individuals walking or jogging on a path surrounded by trees. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/2741de0a-f310-4ae6-a93f-fcb221fa1761.jpg... | 12.3 KiB | 7.0 KiB |
A runner in an orange shirt and shorts on a treelined path during autumn a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/rw-matt-meyer-017-675b49ba78f02.jpg?crop... | 11.5 KiB | 6.2 KiB |
Person running on a gravel path in a natural setting. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/7019ff78-cfb4-4dbe-a716-1cdc0a2448e3.jpg... | 11.4 KiB | 6.2 KiB |
Person jogging on a gravel path surrounded by greenery. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/0a0e1085-60a1-43f7-95b0-65f54f6fb1a7.jpg... | 11.2 KiB | 6.0 KiB |
Two individuals sitting and holding water bottles. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/6d8e3be2-9ba2-43eb-bf12-64eec72af129.jpg... | 9.9 KiB | 4.6 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 |
|---|---|
| runnersworld.com/ | 752 ms |
| www.runnersworld.com/ | 0.0 ms |
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.
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.
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 |
|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 177.4 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 187.7 KiB | 141.9 KiB |
| www.runnersworld.com/_assets/moapt/2.437.0/moapt-bidder-pb-hdm.10.23.0.js | 107.1 KiB | 85.0 KiB |
| www.runnersworld.com/_assets/moapt/2.437.0/moapt-bundle-hdm.js | 57.1 KiB | 47.3 KiB |
| www.runnersworld.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 | 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.
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 | 3.7 s |
| Other | 939 ms |
| Style & Layout | 499 ms |
| Script Parsing & Compilation | 340 ms |
| Rendering | 118 ms |
| Garbage Collection | 108 ms |
| Parse HTML & CSS | 103 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 |
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 | |
|---|---|
Person wearing a marathon finisher outfit and medal, standing on stairs. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/a2e17d55-46b2-48f5-976c-6e1d54d9e2fe.jpe... |
Rescue scene with individuals providing aid. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/6b7b3d6f-717c-4a7b-9f76-1031d8b7d19c.jpg... |
runner at the finish line of the boston marathon a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/5368a9d5-604e-444c-af03-5b4cb3525acf.jpg... |
Runner crossing the finish line at the Boston Marathon. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/efcd3df6-1492-435e-a9cc-e995b664eb03.jpe... |
Athlete crossing the finish line of the Boston Marathon a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/3b980875-ff10-4c9c-99e3-477b4c28d120.jpg... |
Start line of a marathon with runners taking off and spectators cheering. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/78c524f0-e56c-4ed7-9849-81ad24ca44d4.jpg... |
129th Boston Marathon a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/32c958fb-9102-47bd-84c9-8f306f3c8530.jpe... |
129th Boston Marathon a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/7f2fc403-9d89-4479-9985-4a71e779cf10.jpe... |
Crowd enthusiastically capturing a fitness event on their phones. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/39a11f42-1ccf-4de1-889f-81ab9d0c1498.jpg... |
US-SPACE-BOEING-STARLINER-AEROSPACE a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/439da0cf-a17a-4c02-b842-75d46552fb7b.jpe... |
2025 Boston Marathon a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/2aeccb23-67b9-429f-af27-eb9a82448c2f.jpe... |
129th Boston Marathon a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/6e44aff0-7dbf-4049-a33f-45d93faed859.jpe... |
Logo div.css-mt5vg7 > a.css-8aa961 > div.css-zcysxb > img.css-7flfmd | /_assets/design-tokens/runnersworld/static/images/logos/l... |
Logo div.css-nj2ujn > div > a.css-t3ribt > img.css-7flfmd | /_assets/design-tokens/runnersworld/static/images/logos/l... |
runners on an athletic track a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
person jogging past a brick building a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
participants running in a marathon on a city street lined with shops a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
group of people jogging along a path by a body of water a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
best treadmills a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
people running on treadmills inside a gym with a sale sign a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
a person using a walking pad in an office a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Mid adult man running on treadmill at the gym a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
group of massage guns on grass a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
lululemon run times bra a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Black slides positioned on a stone surface near grass. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
a pair of basic running watches on a textured surface a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
coros pace 4, indoor run selection a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
garmin enduro 3 a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Jeff Dengate starting a run on a Garmin watch a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
wrist displaying a smartwatch with various fitness metrics a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Individual holding their knee in a street setting. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Person stretching on a wooden bridge. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
three runners moving along a street with fallen leaves a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
bunion pain relief a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
emily sisson chicago a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Athletics - Olympic Games Paris 2024: Day 9 a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
129th Boston Marathon a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Female athlete doing kettlebell outdoor. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
in the dietitian's office, the table is set with vegetables, fruits, nuts, brea… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Glass of matcha on pink background. Matcha green tea powder in bright sunlight a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img |
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 |
|---|
Are you looking to run the best race of your life? section > div.css-16rytbi > div.css-vn3aqv > h4.css-n8v6xh |
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 |
|---|
BOSTON MARATHON a.ee4ms354 > div.css-1ogcqtu > div.css-1sfzy4a > a.css-1o9os3o |
MARATHON TRAINING a.ee4ms354 > div.css-b6s0n0 > div.css-11xuo59 > a.css-1o9os3o |
RUNNING TIPS a.ee4ms354 > div.css-b6s0n0 > div.css-11xuo59 > a.css-1o9os3o |
PRODUCT REVIEWS a.ee4ms354 > div.css-b6s0n0 > div.css-11xuo59 > a.css-1o9os3o |
These items highlight common accessibility best practices.
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.