Skip to content
https://militarytimes.com

Lighthouse Mobile

· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

31

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
/pagead/managed/js/activeview/current/ufs_web_display.js3600.0 s73.1 KiB
/pagead/managed/js/activeview/current/ufs_web_display.js3600.0 s73.1 KiB
cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js86400.0 s126.0 KiB
ak.sail-horizon.com/spm/spm.v1.min.js600.0 s48.1 KiB
/scripts/fc8a8b5017f1460ebbec86592731597e8bba2c747e4c7e33...3600.0 s45.1 KiB
cdn.subscribers.com/assets/subscribers.js14400.0 s17.4 KiB
/jload?anId=926323&campId=0x0&pubId=5027635673&chanId=216...604800.0 s92.3 KiB
/jload?anId=926323&campId=320x50&pubId=80443705&chanId=21...604800.0 s92.3 KiB
/jload?anId=926323&campId=320x50&pubId=4578484957&chanId=...604800.0 s92.3 KiB
cdn.cookielaw.org/logos/static/ot_company_logo.png86400.0 s19.1 KiB
d1voyiv1eh2vzr.cloudfront.net/prebid/prebid.js604800.0 s64.7 KiB
s.go-mpulse.net/boomerang/FBJAF-NK9HS-95979-9MNGX-QASAP604800.0 s56.7 KiB
eus.rubiconproject.com/usync.js54041.0 s11.5 KiB
www.queryly.com/js/queryly.v4.min.js14400.0 s7.9 KiB
/jsconfig/jload/926323?cbName=__IntegralAS__8254&anId=926...0.0 ms4.5 KiB
/jsconfig/jload/926323?cbName=__IntegralAS__6740&anId=926...0.0 ms4.4 KiB
/jsconfig/jload/926323?cbName=__IntegralAS__406&anId=9263...0.0 ms4.4 KiB
cdn.cookielaw.org/scripttemplates/otSDKStub.js86400.0 s9.1 KiB
cdn.cookielaw.org/logos/static/powered_by_logo.svg86400.0 s2.6 KiB
www.queryly.com/images/whitecloseicon.png14400.0 s1.1 KiB
d1z2jf7jlzjs58.cloudfront.net/p.js86400.0 s1.5 KiB
cdn.cookielaw.org/scripttemplates/202512.1.0/assets/otConfirmDialog.css86400.0 s1017 B
/usersync/disqus?cb=https%3A%2F%2Fssp.disqus.com%2Fmatch%...0.0 ms405 B
cdn.cookielaw.org/scripttemplates/202512.1.0/otConfirmDialog.js86400.0 s962 B
/pixel/bounce/?pid=c9gd671&t=gif&uid=hTEO5GnpMeYtrL9cUD7l...0.0 ms354 B
/pagead/js/r20260421/r20110914/client/window_focus_fy2021.js1209600.0 s1.6 KiB
/AdServer/ImgSync?p=159706&gdpr=0&gdpr_consent=&us_privac...0.0 ms40 B
/p.css?s=1&k=azw8xnv&ht=tk&f=26034.26052.26053.26054.2605...604800.0 s172 B
/sync?redirect=https%3A%2F%2Fads.servenobid.com%2Fsync%3F...0.0 ms17 B
/pagead/managed/js/activeview/current/ufs_web_display.js3600.0 s0 B
eus.rubiconproject.com/usync.js54041.0 s0 B
eus.rubiconproject.com/usync.js54041.0 s0 B
/pagead/js/r20260421/r20110914/client/window_focus_fy2021.js1209600.0 s0 B

Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:48.895 source:map[column:192204 line:2 type:source-location url:https://www.militarytimes.com/pf/dist/engine/react.js?d=140&mxId=00000000 urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:39.269 source:map[type:text value:[unattributed]]] map[reflowTime:48.895 source:map[column:515895 line:1 type:source-location url:https://www.militarytimes.com/pf/dist/components/combinations/default.js?d=140&mxId=00000000 urlProvider:network]] map[reflowTime:37.266 source:map[column:73136 line:0 type:source-location url:https://swingslip.com/v2xbkAfcgO6hRQT1HBpTO4cZEHXlbBhD5CaBXxUAV4VLkgD9exRhMJgE urlProvider:network]]]

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
div.View__MediaWrapper-sc-88btjd-0 > figure#f0fnEF69yJ3t7Kx > picture > img.c-image div.View__MediaWrapper-sc-88btjd-0 > figure#f0fnEF69yJ3t7Kx > picture > img.c-image
/resizer/v2/EMLFRY65CZHS5KOXPTY4UKFWJQ.jpg?auth=d98aa7877...90.2 KiB84.8 KiB
div.View__MediaWrapper-sc-88btjd-0 > figure#f0fnEF69yJ3t7Kx > picture > img.c-image div.View__MediaWrapper-sc-88btjd-0 > figure#f0fnEF69yJ3t7Kx > picture > img.c-image
/resizer/v2/TXGOMRWIQBGFXGOB64RKHTERYU.JPG?auth=c21c67232...77.4 KiB71.0 KiB
div.View__MediaWrapper-sc-88btjd-0 > figure#f0fHlc1ZxJ3t7EY > picture > img.c-image div.View__MediaWrapper-sc-88btjd-0 > figure#f0fHlc1ZxJ3t7EY > picture > img.c-image
/resizer/v2/D3DMM5JO5VA2ZBN2LSAQJ6UE7M.jpg?auth=96351072a...66.4 KiB48.0 KiB
div.View__MediaWrapper-sc-88btjd-0 > figure#f0fnEF69yJ3t7Kx > picture > img.c-image div.View__MediaWrapper-sc-88btjd-0 > figure#f0fnEF69yJ3t7Kx > picture > img.c-image
/resizer/v2/ZB3HN3WRTREI7PTJULRRXMVRJI.JPG?auth=efa2f5c0b...50.5 KiB44.4 KiB
div.View__MediaWrapper-sc-88btjd-0 > figure#f0fHlc1ZxJ3t7EY > picture > img.c-image div.View__MediaWrapper-sc-88btjd-0 > figure#f0fHlc1ZxJ3t7EY > picture > img.c-image
/resizer/v2/YWW7ZFIF5JB3LG4JVVMDYZJEJE.jpg?auth=1c4ad07cf...43.8 KiB30.8 KiB
div.View__MediaWrapper-sc-88btjd-0 > figure#f0fnEF69yJ3t7Kx > picture > img.c-image div.View__MediaWrapper-sc-88btjd-0 > figure#f0fnEF69yJ3t7Kx > picture > img.c-image
/resizer/v2/Q53XOBO7MNGVPKSPAGCEFZEXJQ.webp?auth=6ecf6a1d...35.1 KiB30.5 KiB
div.View__MediaWrapper-sc-88btjd-0 > figure#f0fiO0xWXQ8wdv2-2-3-0 > picture > img.c-image div.View__MediaWrapper-sc-88btjd-0 > figure#f0fiO0xWXQ8wdv2-2-3-0 > picture > img.c-image
/resizer/v2/HX2LU7MUWFD37C4MVLLJH4O3TQ.JPG?auth=6ba9a924b...36.9 KiB28.9 KiB
div.View__MediaWrapper-sc-88btjd-0 > figure#f0fz44A3yJ3t7oc > picture > img.c-image div.View__MediaWrapper-sc-88btjd-0 > figure#f0fz44A3yJ3t7oc > picture > img.c-image
/resizer/v2/4AMKQYJTHVERLJOVJSL2GX2UC4.jpg?auth=d82a1ca0c...70.2 KiB26.6 KiB
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad
tpc.googlesyndication.com/simgad/337234035444881147922.2 KiB19.6 KiB
head > link head > link
tpc.googlesyndication.com/simgad/13965345629413081305?22.3 KiB18.9 KiB
div.View__MediaWrapper-sc-88btjd-0 > figure#f0fj7gXSxJ3t7Fy > picture > img.c-image div.View__MediaWrapper-sc-88btjd-0 > figure#f0fj7gXSxJ3t7Fy > picture > img.c-image
/resizer/v2/Y5R55YJFVBCALAM6BWJJSAEAPA.jpg?auth=3577c2d88...65.6 KiB18.7 KiB
div.View__MediaWrapper-sc-88btjd-0 > figure#f0f3s12zVECI4wv > picture > img.c-image div.View__MediaWrapper-sc-88btjd-0 > figure#f0f3s12zVECI4wv > picture > img.c-image
/resizer/v2/BLE6PZ6RGNAAVOWHISI75SGCEQ.jpg?auth=0ef9f343f...21.7 KiB18.0 KiB
div.View__MediaWrapper-sc-88btjd-0 > figure#f0f3s12zVECI4wv > picture > img.c-image div.View__MediaWrapper-sc-88btjd-0 > figure#f0f3s12zVECI4wv > picture > img.c-image
/resizer/v2/AUVWOAEO6FDOFPLOXBMOJCLP6Y.jpg?auth=92f469f58...18.4 KiB15.3 KiB
div.View__MediaWrapper-sc-88btjd-0 > figure#f0f3s12zVECI4wv > picture > img.c-image div.View__MediaWrapper-sc-88btjd-0 > figure#f0f3s12zVECI4wv > picture > img.c-image
/resizer/v2/KKDTL3F55JCJFGTZXWUWM3IWSY.jpg?auth=ca41eb319...15.2 KiB12.6 KiB
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad
tpc.googlesyndication.com/simgad/982107864885026208610.9 KiB8.3 KiB
Military Times Logo nav#main-nav > div.b-header-nav-chain__top-layout > a.c-link > img
/pf/resources/img/military-logo-white.png?d=140&mxId=0000...5.0 KiB4.7 KiB

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-9-IMG
nodeLabel: div.View__MediaWrapper-sc-88btjd-0 > figure#f0fj7gXSxJ3t7Fy > picture > img.c-image
path: 1,HTML,1,BODY,1,DIV,0,DIV,2,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,ARTICLE,0,DIV,0,DIV,0,FIGURE,0,PICTURE,0,IMG
selector: div.View__MediaWrapper-sc-88btjd-0 > figure#f0fj7gXSxJ3t7Fy > picture > img.c-image
snippet: <img data-chromatic="ignore" alt="" class="c-image" loading="lazy" src="https://www.militarytimes.com/resizer/v2/Y5R55YJFVBCALAM6BWJJSAEAPA.jpg?au…" srcset="https://www.militarytimes.com/resizer/v2/Y5R55YJFVBCALAM6BWJJSAEAPA.jpg?au…" width="7643" height="5095">

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

More than 4 preconnect connections were found. These should be used sparingly and only to the most important origins.
description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates

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.

Why this matters

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.

Why this matters

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.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 1.5 s

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Diagnostics

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLTotal CPU TimeScript EvaluationScript Parse
www.militarytimes.com/2.2 s143 ms67 ms
/pagead/managed/js/gpt/m202604160201/pubads_impl.js1.8 s1.6 s79 ms
www.militarytimes.com/pf/dist/engine/react.js?d=140&mxId=000000001.7 s1.3 s62 ms
Unattributable1.7 s311 ms0.0 ms
/pagead/managed/js/activeview/current/ufs_web_display.js876 ms730 ms92 ms
/jsconfig/jload/926323?cbName=__IntegralAS__6740&anId=926...623 ms549 ms1.0 ms
www.googletagmanager.com/gtag/js?id=G-Q4JHRC4HMG&cx=c&gtm=4e64k0h1572 ms489 ms76 ms
www.googletagmanager.com/gtm.js?id=GTM-W4XB555489 ms371 ms71 ms
fundingchoicesmessages.google.com/i/114235265?ers=3450 ms414 ms29 ms
/pf/dist/components/combinations/default.js?d=140&mxId=00...395 ms280 ms104 ms
cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js320 ms220 ms73 ms
d1voyiv1eh2vzr.cloudfront.net/prebid/prebid.js316 ms245 ms29 ms
static.adsafeprotected.com/sca.17.6.4.js309 ms272 ms24 ms
swingslip.com/v2xbkAfcgO6hRQT1HBpTO4cZEHXlbBhD5CaBXxUAV4VLkgD9exRhMJgE255 ms83 ms15 ms
/jload?anId=926323&campId=320x50&pubId=4578484957&chanId=...215 ms157 ms52 ms
/jsconfig/jload/926323?cbName=__IntegralAS__406&anId=9263...202 ms195 ms1.3 ms
/jload?anId=926323&campId=320x50&pubId=80443705&chanId=21...199 ms150 ms41 ms
cdn.cookielaw.org/scripttemplates/202512.1.0/otConfirmDialog.js197 ms193 ms0.8 ms
cdn.parsely.com/keys/militarytimes.com/p.js194 ms170 ms9.1 ms
/scripts/fc8a8b5017f1460ebbec86592731597e8bba2c747e4c7e33...170 ms85 ms55 ms
s.go-mpulse.net/boomerang/FBJAF-NK9HS-95979-9MNGX-QASAP159 ms114 ms28 ms
securepubads.g.doubleclick.net/tag/js/gpt.js99 ms83 ms15 ms
pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?fcd=true97 ms73 ms21 ms
ak.sail-horizon.com/spm/spm.v1.min.js94 ms75 ms17 ms
/f/AGSKWxVKJFvtsKQlH0hzRvmkOssV911bwuzOdteonUR3-jp9Dx1xa9...73 ms63 ms2.3 ms
/safeframe/1-0-45/html/container.html68 ms0.1 ms0.0 ms
ep2.adtrafficquality.google/sodar/sodar2.js54 ms47 ms3.0 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation8.7 s
Other1.9 s
Style & Layout1.9 s
Script Parsing & Compilation991 ms
Rendering287 ms
Garbage Collection252 ms
Parse HTML & CSS231 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 21.6 KiB
URLTransfer SizeEst Savings
21.9 KiB21.6 KiB

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
Military Times Logo nav#main-nav > div.b-header-nav-chain__top-layout > a.c-link > img
/pf/resources/img/military-logo-white.png?d=140&mxId=0000...
div#Observation Post > header.withChainHeading__Header-sc-1dc4zz3-0 > a > img.default__Image-sc-1n1qo3f-0 div#Observation Post > header.withChainHeading__Header-sc-1dc4zz3-0 > a > img.default__Image-sc-1n1qo3f-0
/resizer/v2/https://arc-anglerfish-arc2-prod-mco.s3.amazo...

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Optimize DOM size
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify CSS
Minify JavaScript
User Timing marks and measures 49 user timings
Avoid long main-thread tasks 20 long tasks found
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 1,270 ms
Server Backend Latencies 1,540 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 70 ms
Avoid large layout shifts 1 layout shift found
INP breakdown
Avoid non-composited animations
77

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
The U.S. Army is looking to acquire an unmanned ground vehicle capable of trans… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
The new Combat Field Test is age- and sex-neutral and scored on a pass/fail sta… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
The awards have been upgraded to better reflect the risks knowingly accepted by… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
Approximately 43,000 service members were killed by the influenza virus that wa… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
Some of the Afghans are relatives of U.S. citizens or partnered with the U.S. d… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
Once fully operational, the new command will be tasked with engaging autonomous… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
According to Pentagon officials, the president's key priorities include the Gol… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
Defense News is covering the evolving military, strategic, and regional implica… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
Military Times has the latest information about car insurance, renters insuranc… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
Read up on tips and tricks in Military Times’ 2025 Permanent Change of Station … div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
Learn how your military benefits — including health care, retirement pay and mo… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
Adm. Samuel Paparo stressed the importance of Taiwan passing its stalled defens… div.View__PromoFlexContainer-sc-88btjd-3 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
The fleet of medium unmanned surface vessels in the Indo-Pacific is expected to… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
An April 1 test saw the munition deployed from an F/A-18 Super Hornet, fly appr… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
With his green unit "loaned" to the Australians, Reidar Waaler proved that brav… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
Defense Secretary Pete Hegseth's brash rhetoric is profoundly destabilizing for… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
The Air Force once explored the idea of a chemical weapon that would make enemy… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
By div.MetaBox-sc-16mpay8-6 > div.MetaBox__Dateline-sc-16mpay8-1 > div.o-storyCard__byline > span.Byline__BylineBy-sc-sfpzx0-0
“I demand that the producers of this disgusting and juvenile war porn remove my… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
The sci-fi flick raises the premise: What if the final phase of U.S. Army Range… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
Leonardo DRS explains how radar range and speed are critical to countering UAV … div.View__PromoFlexContainer-sc-88btjd-3 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
According to Pentagon officials, the president's key priorities include the Gol… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
By div.MetaBox-sc-16mpay8-6 > div.MetaBox__Dateline-sc-16mpay8-1 > div.o-storyCard__byline > span.Byline__BylineBy-sc-sfpzx0-0
26 hours ago div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > div.MetaBox__Dateline-sc-16mpay8-1 > time.DateTime-sc-v3izhr-1
Adm. Samuel Paparo stressed the importance of Taiwan passing its stalled defens… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
27 hours ago div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > div.MetaBox__Dateline-sc-16mpay8-1 > time.DateTime-sc-v3izhr-1
The fleet of medium unmanned surface vessels in the Indo-Pacific is expected to… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
27 hours ago div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > div.MetaBox__Dateline-sc-16mpay8-1 > time.DateTime-sc-v3izhr-1
The Washington Post reported in March that the Pentagon was moving parts of a T… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
28 hours ago div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > div.MetaBox__Dateline-sc-16mpay8-1 > time.DateTime-sc-v3izhr-1
The flu vaccine has been required annually for U.S. military personnel since th… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
29 hours ago div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > div.MetaBox__Dateline-sc-16mpay8-1 > time.DateTime-sc-v3izhr-1
An April 1 test saw the munition deployed from an F/A-18 Super Hornet, fly appr… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
30 hours ago div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > div.MetaBox__Dateline-sc-16mpay8-1 > time.DateTime-sc-v3izhr-1
With how futures markets are structured, officials could place bets anonymously… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
The companies are expecting their first autonomous surface vessel to hit the wa… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
The order commits at least $50 million in federal funds to boost research on ib… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
The decision comes as A-10s have seen increased involvement during Operation Ep… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
The U.S. Army is looking to acquire an unmanned ground vehicle capable of trans… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
The sailor said medical personnel informed him, “with the chemicals that are in… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
The Air Force once explored the idea of a chemical weapon that would make enemy… div.View__PromoWrapper-sc-88btjd-4 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0
Leonardo DRS explains how radar range and speed are critical to countering UAV … div.View__PromoFlexContainer-sc-88btjd-3 > div.View__MetaBoxWrapper-sc-88btjd-2 > div.MetaBox-sc-16mpay8-6 > h6.ClampedBox-sc-1pg0sor-0

These are opportunities to improve keyboard navigation in your application.

Names and labels

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div#Observation Post > header.withChainHeading__Header-sc-1dc4zz3-0 > a > img.default__Image-sc-1n1qo3f-0 div#Observation Post > header.withChainHeading__Header-sc-1dc4zz3-0 > a > img.default__Image-sc-1n1qo3f-0

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
section.MainGrid-sc-ui756p-0 > div#Observation Post > header.withChainHeading__Header-sc-1dc4zz3-0 > a section.MainGrid-sc-ui756p-0 > div#Observation Post > header.withChainHeading__Header-sc-1dc4zz3-0 > a

These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.

Best practices

Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
head > meta head > meta

One main landmark helps screen reader users navigate a web page. Learn more about landmarks.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html.military-times html.military-times

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Deprecated ARIA roles were not used
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
`[role]`s have all required `[aria-*]` attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
`[role]` values are valid
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
77

Best Practices

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
SharedStorage

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
No auth token provided for resizer

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Redirects HTTP traffic to HTTPS
85

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div#Observation Post > header.withChainHeading__Header-sc-1dc4zz3-0 > a > img.default__Image-sc-1n1qo3f-0 div#Observation Post > header.withChainHeading__Header-sc-1dc4zz3-0 > a > img.default__Image-sc-1n1qo3f-0

Format your HTML in a way that enables crawlers to better understand your app’s content.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links are crawlable
robots.txt is valid
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback