Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Room to improve — your 31.7s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 15.3 MB (5.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/1cd0f2a7-6363-49a3-a7a4-ac2f3286d8d9)<a href="https://beavercheck.com/results/1cd0f2a7-6363-49a3-a7a4-ac2f3286d8d9"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fglobalsecurity.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fglobalsecurity.orgThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 31.7s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~32%.
Page takes 31.7s to load
+12% bounceUsers abandon at ~3s — you're 29.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 8.5s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $1.39/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$1.39 /mo
~$17 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,517 / year if left unfixed
$157,500
+5 more
$1.39 /mo
17406.9 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
9.69 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
31.66 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
8.54 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.121
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
17.92 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
56.86 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
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 |
|---|---|---|
| my.globalsecurity.org/c/assets/pigeon.js | 71.6 KiB | 3.3 s |
| www.globalsecurity.org/style.css | 43.7 KiB | 2.8 s |
| www.globalsecurity.org/pigeon/pigeon-init.js | 1.5 KiB | 163 ms |
| www.globalsecurity.org/pigeon/style.css | 770 B | 163 ms |
| www.globalsecurity.org/css/responsive.css | 7.2 KiB | 487 ms |
| www.globalsecurity.org/css/animate.css | 3.1 KiB | 650 ms |
| www.globalsecurity.org/css/font-icons.css | 8.2 KiB | 812 ms |
| www.globalsecurity.org/css/dark.css | 7.4 KiB | 812 ms |
| www.globalsecurity.org/css/magnific-popup.css | 2.2 KiB | 487 ms |
| /css?family=Lato:300,400,400i,700|Raleway:300,400,500,600... | 1.3 KiB | 779 ms |
| www.globalsecurity.org/css/bootstrap.css | 21.9 KiB | 1.3 s |
| ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js | 31.0 KiB | 2.3 s |
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
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.
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 |
|---|---|
| globalsecurity.org/ | 815 ms |
| www.globalsecurity.org/ | 0.0 ms |
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 |
|---|---|
GlobalSecurity.org is the leading source for
reliable security news and mili… body.stretched > div#wrapper | 0.121 |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.globalsecurity.org/style.css | 43.7 KiB | 10.5 KiB |
| www.globalsecurity.org/css/bootstrap.css | 21.9 KiB | 4.0 KiB |
| live.primis.tech/content/video/css/primisslate.css | 7.3 KiB | 2.3 KiB |
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 |
|---|---|---|
| www.globalsecurity.org/js/functions.js | 23.4 KiB | 4.6 KiB |
| /live/liveView.php?s=121838&cbuster=1776893893&pubUrl=htt... | 19.2 KiB | 3.8 KiB |
| live.primis.tech/content/omid/static/omid-session-client-v1.5.6.js | 21.1 KiB | 2.6 KiB |
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 |
|---|---|---|
| www.globalsecurity.org/style.css | 43.4 KiB | 42.7 KiB |
| www.globalsecurity.org/css/bootstrap.css | 21.6 KiB | 21.3 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| live.primis.tech/content/prebid/prebidVid.9.18.0_77.min.js | 314.7 KiB | 224.2 KiB |
| /live/liveVideo.php?vpaidManager=sekindo&s=58057&ri=6C697... | 371.8 KiB | 192.7 KiB |
| www.globalsecurity.org/js/plugins.js | 160.8 KiB | 128.7 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 187.7 KiB | 91.3 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 146.3 KiB | 81.8 KiB |
| a.pub.network/globalsecurity-org/pubfig.engine.mobile.js | 157.7 KiB | 61.6 KiB |
| a.pub.network/globalsecurity-org/prebid.js | 186.8 KiB | 53.2 KiB |
| cdn.browsiprod.com/sd/apps/middy/middy-5.61.1298.js | 101.6 KiB | 48.7 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.4 KiB | 38.6 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.4 KiB | 35.9 KiB |
| live.primis.tech/content/pal/pal.js | 87.9 KiB | 34.0 KiB |
| my.globalsecurity.org/c/assets/pigeon.js | 71.3 KiB | 23.6 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 | 23.3 s |
| Other | 8.4 s |
| Script Parsing & Compilation | 1.5 s |
| Style & Layout | 1.5 s |
| Garbage Collection | 622 ms |
| Rendering | 515 ms |
| Parse HTML & CSS | 233 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
| An iframe on the page started a navigation that did not complete. | 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 | |
|---|---|
GlobalSecurity.org Logo div.container > div#logo > a.standard-logo > img | www.globalsecurity.org/images/big_gs_logo-3.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|
All Source Global Coverage a > b > big > big |
Latest News Updates a > b > big > big |
Iran Daily Summary a > b > big > big |
The Spice Must Flow a > b > big > big |
Total Information Awareness a > b > big > big |
The Hounds of War a > b > big > big |
Radev? Bulgaria yes! a > b > big > big |
End of Eternal Darkness?? a > b > big > big |
Him that hath understanding a > b > big > big |
Ukraine a > b > big > big |
World Wide Elections a > b > big > big |
Hot Topics a > b > big > big |
USofA tr > td > h1 > a |
Europe tr > td > h1 > a |
China tr > td > h1 > a |
Russia tr > td > h1 > a |
India tr > td > h1 > a |
Japan tr > td > h1 > a |
Ground Systems tr > td > h3 > a |
Warships tr > td > h3 > a |
Aircraft tr > td > h3 > a |
Missiles tr > td > h3 > a |
Directed Energy tr > td > h3 > a |
Special Weapons tr > td > h3 > a |
Intelligence Systems tr > td > h3 > a |
Space Systems tr > td > h3 > a |
The World At War tr > td > h2 > a |
Para-Military Groups tr > td > h3 > a |
Afghanistan ul > b > li > a |
Albania ul > b > li > a |
Algeria ul > b > li > a |
Andora ul > b > li > a |
Angola ul > b > li > a |
Antigua & Barbuda ul > b > li > a |
Argentina ul > b > li > a |
Armenia ul > b > li > a |
Australia ul > b > li > a |
Austria ul > b > li > a |
Azerbaijan ul > b > li > a |
Bahamas, The ul > b > li > a |
Bahrain ul > b > li > a |
Bangladesh ul > b > li > a |
Barbados ul > b > li > a |
Belarus ul > b > li > a |
Belgium ul > b > li > a |
Belize ul > b > li > a |
Benin ul > b > li > a |
Bhutan ul > b > li > a |
Bolivia ul > b > li > a |
Bosnia ul > b > li > a |
Botswana ul > b > li > a |
Brazil ul > b > li > a |
Brunei ul > b > li > a |
Bulgaria ul > b > li > a |
Burkina Faso ul > b > li > a |
Burundi ul > b > li > a |
Cabo Verde ul > b > li > a |
Cameroon ul > b > li > a |
Cambodia ul > b > li > a |
Canada ul > b > li > a |
C.A.R. ul > b > li > a |
Chad ul > b > li > a |
Chile ul > b > li > a |
China ul > b > li > a |
Colombia ul > b > li > a |
Comoros ul > b > li > a |
Congo Brazzaville ul > b > li > a |
Congo, DR ul > b > li > a |
Costa Rica ul > b > li > a |
Croatia ul > b > li > a |
Cuba ul > b > li > a |
Cyprus ul > b > li > a |
Czech Rep ul > b > li > a |
Denmark ul > b > li > a |
Dominica ul > b > li > a |
Dominican Republic ul > b > li > a |
Djibouti ul > b > li > a |
Ecuador ul > b > li > a |
Egypt ul > b > li > a |
El Salvador ul > b > li > a |
Equatorial Guinea ul > b > li > a |
Eritrea ul > b > li > a |
Estonia ul > b > li > a |
Ethiopia ul > b > li > a |
Fiji ul > b > li > a |
Finland ul > b > li > a |
France ul > b > li > a |
Gabon ul > b > li > a |
Gambia, The ul > b > li > a |
Georgia ul > b > li > a |
Germany ul > b > li > a |
Ghana ul > b > li > a |
Greece ul > b > li > a |
Grenada ul > b > li > a |
Guatemala ul > b > li > a |
Guinea ul > b > li > a |
Guinea-Bissau ul > b > li > a |
Guyana ul > b > li > a |
Haiti ul > b > li > a |
Honduras ul > b > li > a |
Hungary ul > b > li > a |
Iceland ul > b > li > a |
India ul > b > li > a |
Indonesia ul > b > li > a |
Iran ul > b > li > a |
Iraq ul > b > li > a |
Israel ul > b > li > a |
Ireland ul > b > li > a |
Italy ul > b > li > a |
Ivory Coast ul > b > li > a |
Jamaica ul > b > li > a |
Japan ul > b > li > a |
Jordan ul > b > li > a |
Kazakhstan ul > b > li > a |
Kenya ul > b > li > a |
Kiribati ul > b > li > a |
Kosovo ul > b > li > a |
Kuwait ul > b > li > a |
Kyrgyzstan ul > b > li > a |
Laos ul > b > li > a |
Latvia ul > b > li > a |
Lebanon ul > b > li > a |
Lesotho ul > b > li > a |
Liberia ul > b > li > a |
Libya ul > b > li > a |
Lichtenstein ul > b > li > a |
Lithuania ul > b > li > a |
Luxembourg ul > b > li > a |
Macedonia ul > b > li > a |
Madagascar ul > b > li > a |
Malaysia ul > b > li > a |
Malawi ul > b > li > a |
Maldives ul > b > li > a |
Mali ul > b > li > a |
Malta ul > b > li > a |
Marshall Islands (RMI) ul > b > li > a |
Mauritania ul > b > li > a |
Mauritius ul > b > li > a |
Mexico ul > b > li > a |
Micronesia [FSM] ul > b > li > a |
Moldova ul > b > li > a |
Monaco ul > b > li > a |
Mongolia ul > b > li > a |
Montenegro ul > b > li > a |
Morocco ul > b > li > a |
Mozambique ul > b > li > a |
Myanmar ul > b > li > a |
Namibia ul > b > li > a |
Nauru ul > b > li > a |
Nepal ul > b > li > a |
Netherlands ul > b > li > a |
New Zealand ul > b > li > a |
Nicaragua ul > b > li > a |
Niger ul > b > li > a |
Nigeria ul > b > li > a |
North Korea ul > b > li > a |
Norway ul > b > li > a |
Oman ul > b > li > a |
Pakistan ul > b > li > a |
Palau ul > b > li > a |
Palestine ul > b > li > a |
Panama ul > b > li > a |
Papua New Guinea ul > b > li > a |
Paraguay ul > b > li > a |
Peru ul > b > li > a |
Philippines ul > b > li > a |
Poland ul > b > li > a |
Portugal ul > b > li > a |
Qatar ul > b > li > a |
Romania ul > b > li > a |
Russia ul > b > li > a |
Rwanda ul > b > li > a |
Saint Kitts & Nevis ul > b > li > a |
Saint Lucia ul > b > li > a |
Saint Vincent ul > b > li > a |
Samoa [Western] ul > b > li > a |
San Marino ul > b > li > a |
Sao Tome & Principe ul > b > li > a |
Saudi Arabia ul > b > li > a |
Senegal ul > b > li > a |
Serbia ul > b > li > a |
Seychelles ul > b > li > a |
Sierra Leone ul > b > li > a |
Singapore ul > b > li > a |
Slovakia ul > b > li > a |
Slovenia ul > b > li > a |
Solomon Islands ul > b > li > a |
Somalia ul > b > li > a |
South Africa ul > b > li > a |
South Korea ul > b > li > a |
South Sudan ul > b > li > a |
Spain ul > b > li > a |
Sri Lanka ul > b > li > a |
Sudan ul > b > li > a |
Suriname ul > b > li > a |
eSwatini Swaziland ul > b > li > a |
Swaziland b > li > a > strike |
Sweden ul > b > li > a |
Switzerland ul > b > li > a |
Syria ul > b > li > a |
Taiwan ul > b > li > a |
Tajikistan ul > b > li > a |
Tanzania ul > b > li > a |
Thailand ul > b > li > a |
Timor Leste ul > b > li > a |
Tonga ul > b > li > a |
Togo ul > b > li > a |
Trinidad & Tobago ul > b > li > a |
Tunisia ul > b > li > a |
Türkiye ul > b > li > a |
Tuvalu ul > b > li > a |
Turkmenistan ul > b > li > a |
Uganda ul > b > li > a |
Ukraine ul > b > li > a |
UAE ul > b > li > a |
United Kingdom ul > b > li > a |
Uruguay ul > b > li > a |
US of A ul > b > li > a |
Uzbekistan ul > b > li > a |
Vanuatu ul > b > li > a |
Vatican ul > b > li > a |
Venezuela ul > b > li > a |
Vietnam ul > b > li > a |
Yemen ul > b > li > a |
Zambia ul > b > li > a |
Zimbabwe ul > b > li > a |
Rohingya Genocide tbody > tr > td > a |
Uighur Genocide tbody > tr > td > a |
Sudan Genocide tbody > tr > td > a |
Election 2026 a > b > big > big |
Civil War II a > b > big > big |
War Between the States II a > b > big > big |
Privacy Policy body.stretched > div#wrapper > p > a |
Privacy Policy body.stretched > div#wrapper > p > a |
These are opportunities to improve the legibility of your content.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
td > div > a > img td > div > a > img |
td > div > a > img td > div > a > img |
td > div > a > img td > div > a > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#browsi_wrapper_1_ai_1_rc_0 > div#browsi_ad_1_ai_1_rc_0 > div#_fs-ad-iframe-container > iframe#_fs-ad-1040b0cd3369f3d div#browsi_wrapper_1_ai_1_rc_0 > div#browsi_ad_1_ai_1_rc_0 > div#_fs-ad-iframe-container > iframe#_fs-ad-1040b0cd3369f3d |
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.
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 |
|---|
Ground Systems
Warships
Aircraft
Missiles
Directed Energy
Special Weapons
Intel… tbody > tr > td > h3 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Afghanistan
Albania
Algeria
Andora
Angola
Antigua & Barbuda
Argentina
Armenia
A… tbody > tr > td > ul |
C.A.R.
Chad
Chile
China
Colombia
Comoros
Congo Brazzaville
Congo, DR
Costa Rica… tbody > tr > td > ul |
Greece
Grenada
Guatemala
Guinea
Guinea-Bissau
Guyana
Haiti
Honduras
Hungary
Ice… tbody > tr > td > ul |
Lichtenstein
Lithuania
Luxembourg
Macedonia
Madagascar
Malaysia
Malawi
Maldives… tbody > tr > td > ul |
Pakistan
Palau
Palestine
Panama
Papua New Guinea
Paraguay
Peru
Philippines
Pola… tbody > tr > td > ul |
Spain
Sri Lanka
Sudan
Suriname
eSwatini Swaziland
Sweden
Switzerland
Syria
Taiw… tbody > tr > td > ul |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Afghanistan td > ul > b > li |
Albania td > ul > b > li |
Algeria td > ul > b > li |
Andora td > ul > b > li |
Angola td > ul > b > li |
Antigua & Barbuda td > ul > b > li |
Argentina td > ul > b > li |
Armenia td > ul > b > li |
Australia td > ul > b > li |
Austria td > ul > b > li |
Azerbaijan td > ul > b > li |
Bahamas, The td > ul > b > li |
Bahrain td > ul > b > li |
Bangladesh td > ul > b > li |
Barbados td > ul > b > li |
Belarus td > ul > b > li |
Belgium td > ul > b > li |
Belize td > ul > b > li |
Benin td > ul > b > li |
Bhutan td > ul > b > li |
Bolivia td > ul > b > li |
Bosnia td > ul > b > li |
Botswana td > ul > b > li |
Brazil td > ul > b > li |
Brunei td > ul > b > li |
Bulgaria td > ul > b > li |
Burkina Faso td > ul > b > li |
Burundi td > ul > b > li |
Cabo Verde td > ul > b > li |
Cameroon td > ul > b > li |
Cambodia td > ul > b > li |
Canada td > ul > b > li |
C.A.R. td > ul > b > li |
Chad td > ul > b > li |
Chile td > ul > b > li |
China td > ul > b > li |
Colombia td > ul > b > li |
Comoros td > ul > b > li |
Congo Brazzaville td > ul > b > li |
Congo, DR td > ul > b > li |
Costa Rica td > ul > b > li |
Croatia td > ul > b > li |
Cuba td > ul > b > li |
Cyprus td > ul > b > li |
Czech Rep td > ul > b > li |
Denmark td > ul > b > li |
Dominica td > ul > b > li |
Dominican Republic td > ul > b > li |
Djibouti td > ul > b > li |
Ecuador td > ul > b > li |
Egypt td > ul > b > li |
El Salvador td > ul > b > li |
Equatorial Guinea td > ul > b > li |
Eritrea td > ul > b > li |
Estonia td > ul > b > li |
Ethiopia td > ul > b > li |
Fiji td > ul > b > li |
Finland td > ul > b > li |
France td > ul > b > li |
Gabon td > ul > b > li |
Gambia, The td > ul > b > li |
Georgia td > ul > b > li |
Germany td > ul > b > li |
Ghana td > ul > b > li |
Greece td > ul > b > li |
Grenada td > ul > b > li |
Guatemala td > ul > b > li |
Guinea td > ul > b > li |
Guinea-Bissau td > ul > b > li |
Guyana td > ul > b > li |
Haiti td > ul > b > li |
Honduras td > ul > b > li |
Hungary td > ul > b > li |
Iceland td > ul > b > li |
India td > ul > b > li |
Indonesia td > ul > b > li |
Iran td > ul > b > li |
Iraq td > ul > b > li |
Israel td > ul > b > li |
Ireland td > ul > b > li |
Italy td > ul > b > li |
Ivory Coast td > ul > b > li |
Jamaica td > ul > b > li |
Japan td > ul > b > li |
Jordan td > ul > b > li |
Kazakhstan td > ul > b > li |
Kenya td > ul > b > li |
Kiribati td > ul > b > li |
Kosovo td > ul > b > li |
Kuwait td > ul > b > li |
Kyrgyzstan td > ul > b > li |
Laos td > ul > b > li |
Latvia td > ul > b > li |
Lebanon td > ul > b > li |
Lesotho td > ul > b > li |
Liberia td > ul > b > li |
Libya td > ul > b > li |
Lichtenstein td > ul > b > li |
Lithuania td > ul > b > li |
Luxembourg td > ul > b > li |
Macedonia td > ul > b > li |
Madagascar td > ul > b > li |
Malaysia td > ul > b > li |
Malawi td > ul > b > li |
Maldives td > ul > b > li |
Mali td > ul > b > li |
Malta td > ul > b > li |
Marshall Islands (RMI) td > ul > b > li |
Mauritania td > ul > b > li |
Mauritius td > ul > b > li |
Mexico td > ul > b > li |
Micronesia [FSM] td > ul > b > li |
Moldova td > ul > b > li |
Monaco td > ul > b > li |
Mongolia td > ul > b > li |
Montenegro td > ul > b > li |
Morocco td > ul > b > li |
Mozambique td > ul > b > li |
Myanmar td > ul > b > li |
Namibia td > ul > b > li |
Nauru td > ul > b > li |
Nepal td > ul > b > li |
Netherlands td > ul > b > li |
New Zealand td > ul > b > li |
Nicaragua td > ul > b > li |
Niger td > ul > b > li |
Nigeria td > ul > b > li |
North Korea td > ul > b > li |
Norway td > ul > b > li |
Oman td > ul > b > li |
Pakistan td > ul > b > li |
Palau td > ul > b > li |
Palestine td > ul > b > li |
Panama td > ul > b > li |
Papua New Guinea td > ul > b > li |
Paraguay td > ul > b > li |
Peru td > ul > b > li |
Philippines td > ul > b > li |
Poland td > ul > b > li |
Portugal td > ul > b > li |
Qatar td > ul > b > li |
Romania td > ul > b > li |
Russia td > ul > b > li |
Rwanda td > ul > b > li |
Saint Kitts & Nevis td > ul > b > li |
Saint Lucia td > ul > b > li |
Saint Vincent td > ul > b > li |
Samoa [Western] td > ul > b > li |
San Marino td > ul > b > li |
Sao Tome & Principe td > ul > b > li |
Saudi Arabia td > ul > b > li |
Senegal td > ul > b > li |
Serbia td > ul > b > li |
Seychelles td > ul > b > li |
Sierra Leone td > ul > b > li |
Singapore td > ul > b > li |
Slovakia td > ul > b > li |
Slovenia td > ul > b > li |
Solomon Islands td > ul > b > li |
Somalia td > ul > b > li |
South Africa td > ul > b > li |
South Korea td > ul > b > li |
South Sudan td > ul > b > li |
Spain td > ul > b > li |
Sri Lanka td > ul > b > li |
Sudan td > ul > b > li |
Suriname td > ul > b > li |
eSwatini Swaziland td > ul > b > li |
Sweden td > ul > b > li |
Switzerland td > ul > b > li |
Syria td > ul > b > li |
Taiwan td > ul > b > li |
Tajikistan td > ul > b > li |
Tanzania td > ul > b > li |
Thailand td > ul > b > li |
Timor Leste td > ul > b > li |
Tonga td > ul > b > li |
Togo td > ul > b > li |
Trinidad & Tobago td > ul > b > li |
Tunisia td > ul > b > li |
Türkiye td > ul > b > li |
Tuvalu td > ul > b > li |
Turkmenistan td > ul > b > li |
Uganda td > ul > b > li |
Ukraine td > ul > b > li |
UAE td > ul > b > li |
United Kingdom td > ul > b > li |
Uruguay td > ul > b > li |
US of A td > ul > b > li |
Uzbekistan td > ul > b > li |
Vanuatu td > ul > b > li |
Vatican td > ul > b > li |
Venezuela td > ul > b > li |
Vietnam td > ul > b > li |
Yemen td > ul > b > li |
Zambia td > ul > b > li |
Zimbabwe td > ul > b > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Albania ul > b > li > a |
Algeria ul > b > li > a |
Andora ul > b > li > a |
Angola ul > b > li > a |
Argentina ul > b > li > a |
Armenia ul > b > li > a |
Australia ul > b > li > a |
Austria ul > b > li > a |
Azerbaijan ul > b > li > a |
Bahamas, The ul > b > li > a |
Bangladesh ul > b > li > a |
Barbados ul > b > li > a |
Belarus ul > b > li > a |
Belgium ul > b > li > a |
Belize ul > b > li > a |
Benin ul > b > li > a |
Bhutan ul > b > li > a |
Bolivia ul > b > li > a |
Bosnia ul > b > li > a |
Botswana ul > b > li > a |
Brazil ul > b > li > a |
Brunei ul > b > li > a |
Bulgaria ul > b > li > a |
Burundi ul > b > li > a |
Cabo Verde ul > b > li > a |
Cameroon ul > b > li > a |
Cambodia ul > b > li > a |
Canada ul > b > li > a |
C.A.R. ul > b > li > a |
Chad ul > b > li > a |
Chile ul > b > li > a |
China ul > b > li > a |
Colombia ul > b > li > a |
Comoros ul > b > li > a |
Congo, DR ul > b > li > a |
Costa Rica ul > b > li > a |
Croatia ul > b > li > a |
Cuba ul > b > li > a |
Cyprus ul > b > li > a |
Czech Rep ul > b > li > a |
Denmark ul > b > li > a |
Dominica ul > b > li > a |
Djibouti ul > b > li > a |
Ecuador ul > b > li > a |
Egypt ul > b > li > a |
Eritrea ul > b > li > a |
Estonia ul > b > li > a |
Ethiopia ul > b > li > a |
Finland ul > b > li > a |
France ul > b > li > a |
Gabon ul > b > li > a |
Georgia ul > b > li > a |
Germany ul > b > li > a |
Ghana ul > b > li > a |
Greece ul > b > li > a |
Grenada ul > b > li > a |
Guatemala ul > b > li > a |
Guyana ul > b > li > a |
Haiti ul > b > li > a |
Honduras ul > b > li > a |
Hungary ul > b > li > a |
Iceland ul > b > li > a |
India ul > b > li > a |
Iran ul > b > li > a |
Iraq ul > b > li > a |
Israel ul > b > li > a |
Ireland ul > b > li > a |
Italy ul > b > li > a |
Ivory Coast ul > b > li > a |
Jamaica ul > b > li > a |
Japan ul > b > li > a |
Jordan ul > b > li > a |
Kenya ul > b > li > a |
Kiribati ul > b > li > a |
Kosovo ul > b > li > a |
Kuwait ul > b > li > a |
Laos ul > b > li > a |
Latvia ul > b > li > a |
Lebanon ul > b > li > a |
Lesotho ul > b > li > a |
Liberia ul > b > li > a |
Libya ul > b > li > a |
Lichtenstein ul > b > li > a |
Lithuania ul > b > li > a |
Luxembourg ul > b > li > a |
Macedonia ul > b > li > a |
Madagascar ul > b > li > a |
Malaysia ul > b > li > a |
Malawi ul > b > li > a |
Maldives ul > b > li > a |
Mali ul > b > li > a |
Malta ul > b > li > a |
Mauritania ul > b > li > a |
Mauritius ul > b > li > a |
Mexico ul > b > li > a |
Moldova ul > b > li > a |
Monaco ul > b > li > a |
Mongolia ul > b > li > a |
Montenegro ul > b > li > a |
Morocco ul > b > li > a |
Mozambique ul > b > li > a |
Myanmar ul > b > li > a |
Namibia ul > b > li > a |
Nauru ul > b > li > a |
Nepal ul > b > li > a |
Netherlands ul > b > li > a |
New Zealand ul > b > li > a |
Nicaragua ul > b > li > a |
Niger ul > b > li > a |
Nigeria ul > b > li > a |
Norway ul > b > li > a |
Oman ul > b > li > a |
Pakistan ul > b > li > a |
Palau ul > b > li > a |
Palestine ul > b > li > a |
Panama ul > b > li > a |
Poland ul > b > li > a |
Portugal ul > b > li > a |
Qatar ul > b > li > a |
Romania ul > b > li > a |
Russia ul > b > li > a |
Rwanda ul > b > li > a |
Saint Lucia ul > b > li > a |
Saint Vincent ul > b > li > a |
Senegal ul > b > li > a |
Serbia ul > b > li > a |
Seychelles ul > b > li > a |
Sierra Leone ul > b > li > a |
Singapore ul > b > li > a |
Slovakia ul > b > li > a |
Slovenia ul > b > li > a |
South Africa ul > b > li > a |
South Korea ul > b > li > a |
South Sudan ul > b > li > a |
Spain ul > b > li > a |
Sri Lanka ul > b > li > a |
Sudan ul > b > li > a |
Suriname ul > b > li > a |
eSwatini Swaziland ul > b > li > a |
Syria ul > b > li > a |
Taiwan ul > b > li > a |
Tajikistan ul > b > li > a |
Tanzania ul > b > li > a |
Thailand ul > b > li > a |
Timor Leste ul > b > li > a |
Tonga ul > b > li > a |
Togo ul > b > li > a |
Tunisia ul > b > li > a |
Türkiye ul > b > li > a |
Tuvalu ul > b > li > a |
Uganda ul > b > li > a |
Ukraine ul > b > li > a |
UAE ul > b > li > a |
Uruguay ul > b > li > a |
US of A ul > b > li > a |
Uzbekistan ul > b > li > a |
Vanuatu ul > b > li > a |
Vatican ul > b > li > a |
Venezuela ul > b > li > a |
Vietnam ul > b > li > a |
Yemen ul > b > li > a |
Zambia ul > b > li > a |
Zimbabwe ul > b > li > a |
Site Map div.col_two_third > div.col_one_third > div.widget > a |
Privacy div.col_two_third > div.col_one_third > div.widget > a |
Copyright div.col_two_third > div.col_one_third > div.widget > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Screen readers have features to make navigating tables easier. Ensuring that tables use the actual caption element instead of cells with the `[colspan]` attribute may improve the experience for screen reader users. Learn more about captions.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
GlobalSecurity.org is the leading source for
reliable security news and militar… body.stretched > div#wrapper > div > table |
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
All Source Global Coverage
Latest News Updates
Iran Daily Summary
The… body.stretched > div#wrapper > div > table |
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| duckduckgo.com/ | Allowed with warning |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Election 2026 td > div > a > img | www.globalsecurity.org/military/world/usa/images/election-2026-image01.gif | 250 x 200 (1.25) | 729 x 547 (1.33) |
AI Analyst Answers td > div > a > img | www.globalsecurity.org/aaa-logo1.gif | 400 x 300 (1.33) | 324 x 406 (0.80) |
GlobalSecurity.org Logo div.container > div#logo > a.standard-logo > img | www.globalsecurity.org/images/big_gs_logo-3.png | 332 x 100 (3.32) | 825 x 145 (5.69) |
Uighur tr > td > a > img | www.globalsecurity.org/military/world/para/images/uighur-camps.jpg | 250 x 200 (1.25) | 350 x 247 (1.42) |
World Wide Elections td > div > a > img | www.globalsecurity.org/images/elections-1.gif | 250 x 200 (1.25) | 350 x 225 (1.56) |
Rohingya Genocide tr > td > a > img | www.globalsecurity.org/military/world/para/images/rohingya-flag-l.gif | 250 x 200 (1.25) | 350 x 225 (1.56) |
Ukraine td > div > a > img | www.globalsecurity.org/military/world/war/images/idi-naxyi-2.gif | 250 x 200 (1.25) | 275 x 200 (1.38) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
AI Analyst Answers td > div > a > img | www.globalsecurity.org/aaa-logo1.gif | 400 x 300 | 324 x 406 | 600 x 450 |
Hot Topics td > div > a > img | www.globalsecurity.org/images/hot-topics2-m.jpg | 250 x 200 | 250 x 200 | 375 x 300 |
Daily News Briefing td > div > a > img | www.globalsecurity.org/images/news-gh3.gif | 250 x 200 | 250 x 200 | 375 x 300 |
Maven td > div > a > img | www.globalsecurity.org/intell/systems//images/maven.gif | 250 x 200 | 250 x 200 | 375 x 300 |
DAWG td > div > a > img | www.globalsecurity.org/military/agency/dod/images/dawg.gif | 250 x 200 | 250 x 200 | 375 x 300 |
td > div > a > img td > div > a > img | www.globalsecurity.org/military/ops/images/iran-news-feed.gif | 250 x 200 | 250 x 200 | 375 x 300 |
td > div > a > img td > div > a > img | www.globalsecurity.org/military/ops/images/iran-war.gif | 250 x 200 | 250 x 200 | 375 x 300 |
China Hormuz Blockade td > div > a > img | www.globalsecurity.org/military/world/china/images/helmsman-logo01.gif | 250 x 200 | 250 x 200 | 375 x 300 |
666 td > div > a > img | www.globalsecurity.org/military/world/europe/images/rumen-radev-image01-m.jpg | 250 x 200 | 250 x 200 | 375 x 300 |
666 td > div > a > img | www.globalsecurity.org/military/world/usa/images/djt-antichrist-image4-m.jpg | 250 x 200 | 250 x 200 | 375 x 300 |
td > div > a > img td > div > a > img | www.globalsecurity.org/military/world/war/images/operation-eternal-darkness.gif | 250 x 200 | 250 x 200 | 375 x 300 |
Ukraine td > div > a > img | www.globalsecurity.org/military/world/war/images/idi-naxyi-2.gif | 250 x 200 | 275 x 200 | 375 x 300 |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | www.globalsecurity.org/js/jquery.js line 1, col 40257 |
| Topics | a.pub.network/globalsecurity-org/prebid.js line 90, col 1157 |
| SharedStorage | live.primis.tech/content/pal/pal.js line 9, col 27561 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. |
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 (Not Found) |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
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.
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
td > div > a > img td > div > a > img |
td > div > a > img td > div > a > img |
td > div > a > img td > div > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Freestar div#fs-sticky-footer > div#fs-slot-footer-wrapper > div.__fs-branding > a |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.23 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.63 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.11 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.064
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.96 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
12.60 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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.
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 |
|---|---|---|
| my.globalsecurity.org/c/assets/pigeon.js | 71.6 KiB | 572 ms |
| www.globalsecurity.org/style.css | 43.7 KiB | 420 ms |
| www.globalsecurity.org/pigeon/pigeon-init.js | 1.5 KiB | 54 ms |
| www.globalsecurity.org/pigeon/style.css | 770 B | 54 ms |
| www.globalsecurity.org/css/responsive.css | 7.2 KiB | 106 ms |
| www.globalsecurity.org/css/font-icons.css | 8.2 KiB | 158 ms |
| www.globalsecurity.org/css/dark.css | 7.4 KiB | 158 ms |
| /css?family=Lato:300,400,400i,700|Raleway:300,400,500,600... | 1.3 KiB | 233 ms |
| www.globalsecurity.org/css/animate.css | 3.1 KiB | 158 ms |
| ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js | 31.0 KiB | 384 ms |
| www.globalsecurity.org/css/magnific-popup.css | 2.2 KiB | 158 ms |
| www.globalsecurity.org/css/bootstrap.css | 21.9 KiB | 158 ms |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|
| globalsecurity.org/ | 266 ms |
| www.globalsecurity.org/ | 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.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.globalsecurity.org/style.css | 43.7 KiB | 10.5 KiB |
| www.globalsecurity.org/css/bootstrap.css | 21.9 KiB | 4.0 KiB |
| live.primis.tech/content/video/css/primisslate.css | 7.3 KiB | 2.3 KiB |
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 |
|---|---|---|
| www.globalsecurity.org/style.css | 43.4 KiB | 42.5 KiB |
| www.globalsecurity.org/css/bootstrap.css | 21.6 KiB | 21.2 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| live.primis.tech/content/prebid/prebidVid.9.18.0_77.min.js | 313.4 KiB | 221.0 KiB |
| /live/liveVideo.php?vpaidManager=sekindo&s=58057&ri=6C697... | 355.2 KiB | 192.6 KiB |
| www.globalsecurity.org/js/plugins.js | 160.8 KiB | 128.6 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 92.8 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 146.3 KiB | 81.9 KiB |
| a.pub.network/globalsecurity-org/pubfig.engine.js | 157.7 KiB | 63.4 KiB |
| a.pub.network/globalsecurity-org/prebid.js | 187.0 KiB | 53.7 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.3 KiB | 38.6 KiB |
| live.primis.tech/content/pal/pal.js | 88.9 KiB | 34.3 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.3 KiB | 31.7 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.0 KiB |
| cdn.browsiprod.com/sd/apps/middy/middy-desktop-4.59.1414.js | 65.6 KiB | 30.9 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 30.3 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 30.3 KiB |
| my.globalsecurity.org/c/assets/pigeon.js | 71.3 KiB | 25.2 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 | 4.8 s |
| Other | 1.5 s |
| Script Parsing & Compilation | 404 ms |
| Style & Layout | 287 ms |
| Rendering | 119 ms |
| Garbage Collection | 94 ms |
| Parse HTML & CSS | 61 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
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 |
|---|---|---|
| www.globalsecurity.org/js/functions.js | 23.4 KiB | 4.6 KiB |
| /live/liveView.php?s=121838&cbuster=1776893943&pubUrl=htt... | 19.1 KiB | 3.8 KiB |
| live.primis.tech/content/omid/static/omid-session-client-v1.5.6.js | 21.1 KiB | 2.6 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 | |
|---|---|
GlobalSecurity.org Logo div.container > div#logo > a.standard-logo > img | www.globalsecurity.org/images/big_gs_logo-3.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|
All Source Global Coverage a > b > big > big |
Latest News Updates a > b > big > big |
Iran Daily Summary a > b > big > big |
The Spice Must Flow a > b > big > big |
Total Information Awareness a > b > big > big |
The Hounds of War a > b > big > big |
Radev? Bulgaria yes! a > b > big > big |
End of Eternal Darkness?? a > b > big > big |
Him that hath understanding a > b > big > big |
Ukraine a > b > big > big |
World Wide Elections a > b > big > big |
Hot Topics a > b > big > big |
USofA tr > td > h1 > a |
Europe tr > td > h1 > a |
China tr > td > h1 > a |
Russia tr > td > h1 > a |
India tr > td > h1 > a |
Japan tr > td > h1 > a |
Ground Systems tr > td > h3 > a |
Warships tr > td > h3 > a |
Aircraft tr > td > h3 > a |
Missiles tr > td > h3 > a |
Directed Energy tr > td > h3 > a |
Special Weapons tr > td > h3 > a |
Intelligence Systems tr > td > h3 > a |
Space Systems tr > td > h3 > a |
The World At War tr > td > h2 > a |
Para-Military Groups tr > td > h3 > a |
Afghanistan ul > b > li > a |
Albania ul > b > li > a |
Algeria ul > b > li > a |
Andora ul > b > li > a |
Angola ul > b > li > a |
Antigua & Barbuda ul > b > li > a |
Argentina ul > b > li > a |
Armenia ul > b > li > a |
Australia ul > b > li > a |
Austria ul > b > li > a |
Azerbaijan ul > b > li > a |
Bahamas, The ul > b > li > a |
Bahrain ul > b > li > a |
Bangladesh ul > b > li > a |
Barbados ul > b > li > a |
Belarus ul > b > li > a |
Belgium ul > b > li > a |
Belize ul > b > li > a |
Benin ul > b > li > a |
Bhutan ul > b > li > a |
Bolivia ul > b > li > a |
Bosnia ul > b > li > a |
Botswana ul > b > li > a |
Brazil ul > b > li > a |
Brunei ul > b > li > a |
Bulgaria ul > b > li > a |
Burkina Faso ul > b > li > a |
Burundi ul > b > li > a |
Cabo Verde ul > b > li > a |
Cameroon ul > b > li > a |
Cambodia ul > b > li > a |
Canada ul > b > li > a |
C.A.R. ul > b > li > a |
Chad ul > b > li > a |
Chile ul > b > li > a |
China ul > b > li > a |
Colombia ul > b > li > a |
Comoros ul > b > li > a |
Congo Brazzaville ul > b > li > a |
Congo, DR ul > b > li > a |
Costa Rica ul > b > li > a |
Croatia ul > b > li > a |
Cuba ul > b > li > a |
Cyprus ul > b > li > a |
Czech Rep ul > b > li > a |
Denmark ul > b > li > a |
Dominica ul > b > li > a |
Dominican Republic ul > b > li > a |
Djibouti ul > b > li > a |
Ecuador ul > b > li > a |
Egypt ul > b > li > a |
El Salvador ul > b > li > a |
Equatorial Guinea ul > b > li > a |
Eritrea ul > b > li > a |
Estonia ul > b > li > a |
Ethiopia ul > b > li > a |
Fiji ul > b > li > a |
Finland ul > b > li > a |
France ul > b > li > a |
Gabon ul > b > li > a |
Gambia, The ul > b > li > a |
Georgia ul > b > li > a |
Germany ul > b > li > a |
Ghana ul > b > li > a |
Greece ul > b > li > a |
Grenada ul > b > li > a |
Guatemala ul > b > li > a |
Guinea ul > b > li > a |
Guinea-Bissau ul > b > li > a |
Guyana ul > b > li > a |
Haiti ul > b > li > a |
Honduras ul > b > li > a |
Hungary ul > b > li > a |
Iceland ul > b > li > a |
India ul > b > li > a |
Indonesia ul > b > li > a |
Iran ul > b > li > a |
Iraq ul > b > li > a |
Israel ul > b > li > a |
Ireland ul > b > li > a |
Italy ul > b > li > a |
Ivory Coast ul > b > li > a |
Jamaica ul > b > li > a |
Japan ul > b > li > a |
Jordan ul > b > li > a |
Kazakhstan ul > b > li > a |
Kenya ul > b > li > a |
Kiribati ul > b > li > a |
Kosovo ul > b > li > a |
Kuwait ul > b > li > a |
Kyrgyzstan ul > b > li > a |
Laos ul > b > li > a |
Latvia ul > b > li > a |
Lebanon ul > b > li > a |
Lesotho ul > b > li > a |
Liberia ul > b > li > a |
Libya ul > b > li > a |
Lichtenstein ul > b > li > a |
Lithuania ul > b > li > a |
Luxembourg ul > b > li > a |
Macedonia ul > b > li > a |
Madagascar ul > b > li > a |
Malaysia ul > b > li > a |
Malawi ul > b > li > a |
Maldives ul > b > li > a |
Mali ul > b > li > a |
Malta ul > b > li > a |
Marshall Islands (RMI) ul > b > li > a |
Mauritania ul > b > li > a |
Mauritius ul > b > li > a |
Mexico ul > b > li > a |
Micronesia [FSM] ul > b > li > a |
Moldova ul > b > li > a |
Monaco ul > b > li > a |
Mongolia ul > b > li > a |
Montenegro ul > b > li > a |
Morocco ul > b > li > a |
Mozambique ul > b > li > a |
Myanmar ul > b > li > a |
Namibia ul > b > li > a |
Nauru ul > b > li > a |
Nepal ul > b > li > a |
Netherlands ul > b > li > a |
New Zealand ul > b > li > a |
Nicaragua ul > b > li > a |
Niger ul > b > li > a |
Nigeria ul > b > li > a |
North Korea ul > b > li > a |
Norway ul > b > li > a |
Oman ul > b > li > a |
Pakistan ul > b > li > a |
Palau ul > b > li > a |
Palestine ul > b > li > a |
Panama ul > b > li > a |
Papua New Guinea ul > b > li > a |
Paraguay ul > b > li > a |
Peru ul > b > li > a |
Philippines ul > b > li > a |
Poland ul > b > li > a |
Portugal ul > b > li > a |
Qatar ul > b > li > a |
Romania ul > b > li > a |
Russia ul > b > li > a |
Rwanda ul > b > li > a |
Saint Kitts & Nevis ul > b > li > a |
Saint Lucia ul > b > li > a |
Saint Vincent ul > b > li > a |
Samoa [Western] ul > b > li > a |
San Marino ul > b > li > a |
Sao Tome & Principe ul > b > li > a |
Saudi Arabia ul > b > li > a |
Senegal ul > b > li > a |
Serbia ul > b > li > a |
Seychelles ul > b > li > a |
Sierra Leone ul > b > li > a |
Singapore ul > b > li > a |
Slovakia ul > b > li > a |
Slovenia ul > b > li > a |
Solomon Islands ul > b > li > a |
Somalia ul > b > li > a |
South Africa ul > b > li > a |
South Korea ul > b > li > a |
South Sudan ul > b > li > a |
Spain ul > b > li > a |
Sri Lanka ul > b > li > a |
Sudan ul > b > li > a |
Suriname ul > b > li > a |
eSwatini Swaziland ul > b > li > a |
Swaziland b > li > a > strike |
Sweden ul > b > li > a |
Switzerland ul > b > li > a |
Syria ul > b > li > a |
Taiwan ul > b > li > a |
Tajikistan ul > b > li > a |
Tanzania ul > b > li > a |
Thailand ul > b > li > a |
Timor Leste ul > b > li > a |
Tonga ul > b > li > a |
Togo ul > b > li > a |
Trinidad & Tobago ul > b > li > a |
Tunisia ul > b > li > a |
Türkiye ul > b > li > a |
Tuvalu ul > b > li > a |
Turkmenistan ul > b > li > a |
Uganda ul > b > li > a |
Ukraine ul > b > li > a |
UAE ul > b > li > a |
United Kingdom ul > b > li > a |
Uruguay ul > b > li > a |
US of A ul > b > li > a |
Uzbekistan ul > b > li > a |
Vanuatu ul > b > li > a |
Vatican ul > b > li > a |
Venezuela ul > b > li > a |
Vietnam ul > b > li > a |
Yemen ul > b > li > a |
Zambia ul > b > li > a |
Zimbabwe ul > b > li > a |
Rohingya Genocide tbody > tr > td > a |
Uighur Genocide tbody > tr > td > a |
Sudan Genocide tbody > tr > td > a |
Election 2026 a > b > big > big |
Civil War II a > b > big > big |
War Between the States II a > b > big > big |
Privacy Policy body.stretched > div#wrapper > p > a |
Privacy Policy body.stretched > div#wrapper > p > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
Ground Systems
Warships
Aircraft
Missiles
Directed Energy
Special Weapons
Intel… tbody > tr > td > h3 |
These are opportunities to improve keyboard navigation in your application.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
td > div > a > img td > div > a > img |
td > div > a > img td > div > a > img |
td > div > a > img td > div > a > img |
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.
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 |
|---|
Afghanistan
Albania
Algeria
Andora
Angola
Antigua & Barbuda
Argentina
Armenia
A… tbody > tr > td > ul |
C.A.R.
Chad
Chile
China
Colombia
Comoros
Congo Brazzaville
Congo, DR
Costa Rica… tbody > tr > td > ul |
Greece
Grenada
Guatemala
Guinea
Guinea-Bissau
Guyana
Haiti
Honduras
Hungary
Ice… tbody > tr > td > ul |
Lichtenstein
Lithuania
Luxembourg
Macedonia
Madagascar
Malaysia
Malawi
Maldives… tbody > tr > td > ul |
Pakistan
Palau
Palestine
Panama
Papua New Guinea
Paraguay
Peru
Philippines
Pola… tbody > tr > td > ul |
Spain
Sri Lanka
Sudan
Suriname
eSwatini Swaziland
Sweden
Switzerland
Syria
Taiw… tbody > tr > td > ul |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Afghanistan td > ul > b > li |
Albania td > ul > b > li |
Algeria td > ul > b > li |
Andora td > ul > b > li |
Angola td > ul > b > li |
Antigua & Barbuda td > ul > b > li |
Argentina td > ul > b > li |
Armenia td > ul > b > li |
Australia td > ul > b > li |
Austria td > ul > b > li |
Azerbaijan td > ul > b > li |
Bahamas, The td > ul > b > li |
Bahrain td > ul > b > li |
Bangladesh td > ul > b > li |
Barbados td > ul > b > li |
Belarus td > ul > b > li |
Belgium td > ul > b > li |
Belize td > ul > b > li |
Benin td > ul > b > li |
Bhutan td > ul > b > li |
Bolivia td > ul > b > li |
Bosnia td > ul > b > li |
Botswana td > ul > b > li |
Brazil td > ul > b > li |
Brunei td > ul > b > li |
Bulgaria td > ul > b > li |
Burkina Faso td > ul > b > li |
Burundi td > ul > b > li |
Cabo Verde td > ul > b > li |
Cameroon td > ul > b > li |
Cambodia td > ul > b > li |
Canada td > ul > b > li |
C.A.R. td > ul > b > li |
Chad td > ul > b > li |
Chile td > ul > b > li |
China td > ul > b > li |
Colombia td > ul > b > li |
Comoros td > ul > b > li |
Congo Brazzaville td > ul > b > li |
Congo, DR td > ul > b > li |
Costa Rica td > ul > b > li |
Croatia td > ul > b > li |
Cuba td > ul > b > li |
Cyprus td > ul > b > li |
Czech Rep td > ul > b > li |
Denmark td > ul > b > li |
Dominica td > ul > b > li |
Dominican Republic td > ul > b > li |
Djibouti td > ul > b > li |
Ecuador td > ul > b > li |
Egypt td > ul > b > li |
El Salvador td > ul > b > li |
Equatorial Guinea td > ul > b > li |
Eritrea td > ul > b > li |
Estonia td > ul > b > li |
Ethiopia td > ul > b > li |
Fiji td > ul > b > li |
Finland td > ul > b > li |
France td > ul > b > li |
Gabon td > ul > b > li |
Gambia, The td > ul > b > li |
Georgia td > ul > b > li |
Germany td > ul > b > li |
Ghana td > ul > b > li |
Greece td > ul > b > li |
Grenada td > ul > b > li |
Guatemala td > ul > b > li |
Guinea td > ul > b > li |
Guinea-Bissau td > ul > b > li |
Guyana td > ul > b > li |
Haiti td > ul > b > li |
Honduras td > ul > b > li |
Hungary td > ul > b > li |
Iceland td > ul > b > li |
India td > ul > b > li |
Indonesia td > ul > b > li |
Iran td > ul > b > li |
Iraq td > ul > b > li |
Israel td > ul > b > li |
Ireland td > ul > b > li |
Italy td > ul > b > li |
Ivory Coast td > ul > b > li |
Jamaica td > ul > b > li |
Japan td > ul > b > li |
Jordan td > ul > b > li |
Kazakhstan td > ul > b > li |
Kenya td > ul > b > li |
Kiribati td > ul > b > li |
Kosovo td > ul > b > li |
Kuwait td > ul > b > li |
Kyrgyzstan td > ul > b > li |
Laos td > ul > b > li |
Latvia td > ul > b > li |
Lebanon td > ul > b > li |
Lesotho td > ul > b > li |
Liberia td > ul > b > li |
Libya td > ul > b > li |
Lichtenstein td > ul > b > li |
Lithuania td > ul > b > li |
Luxembourg td > ul > b > li |
Macedonia td > ul > b > li |
Madagascar td > ul > b > li |
Malaysia td > ul > b > li |
Malawi td > ul > b > li |
Maldives td > ul > b > li |
Mali td > ul > b > li |
Malta td > ul > b > li |
Marshall Islands (RMI) td > ul > b > li |
Mauritania td > ul > b > li |
Mauritius td > ul > b > li |
Mexico td > ul > b > li |
Micronesia [FSM] td > ul > b > li |
Moldova td > ul > b > li |
Monaco td > ul > b > li |
Mongolia td > ul > b > li |
Montenegro td > ul > b > li |
Morocco td > ul > b > li |
Mozambique td > ul > b > li |
Myanmar td > ul > b > li |
Namibia td > ul > b > li |
Nauru td > ul > b > li |
Nepal td > ul > b > li |
Netherlands td > ul > b > li |
New Zealand td > ul > b > li |
Nicaragua td > ul > b > li |
Niger td > ul > b > li |
Nigeria td > ul > b > li |
North Korea td > ul > b > li |
Norway td > ul > b > li |
Oman td > ul > b > li |
Pakistan td > ul > b > li |
Palau td > ul > b > li |
Palestine td > ul > b > li |
Panama td > ul > b > li |
Papua New Guinea td > ul > b > li |
Paraguay td > ul > b > li |
Peru td > ul > b > li |
Philippines td > ul > b > li |
Poland td > ul > b > li |
Portugal td > ul > b > li |
Qatar td > ul > b > li |
Romania td > ul > b > li |
Russia td > ul > b > li |
Rwanda td > ul > b > li |
Saint Kitts & Nevis td > ul > b > li |
Saint Lucia td > ul > b > li |
Saint Vincent td > ul > b > li |
Samoa [Western] td > ul > b > li |
San Marino td > ul > b > li |
Sao Tome & Principe td > ul > b > li |
Saudi Arabia td > ul > b > li |
Senegal td > ul > b > li |
Serbia td > ul > b > li |
Seychelles td > ul > b > li |
Sierra Leone td > ul > b > li |
Singapore td > ul > b > li |
Slovakia td > ul > b > li |
Slovenia td > ul > b > li |
Solomon Islands td > ul > b > li |
Somalia td > ul > b > li |
South Africa td > ul > b > li |
South Korea td > ul > b > li |
South Sudan td > ul > b > li |
Spain td > ul > b > li |
Sri Lanka td > ul > b > li |
Sudan td > ul > b > li |
Suriname td > ul > b > li |
eSwatini Swaziland td > ul > b > li |
Sweden td > ul > b > li |
Switzerland td > ul > b > li |
Syria td > ul > b > li |
Taiwan td > ul > b > li |
Tajikistan td > ul > b > li |
Tanzania td > ul > b > li |
Thailand td > ul > b > li |
Timor Leste td > ul > b > li |
Tonga td > ul > b > li |
Togo td > ul > b > li |
Trinidad & Tobago td > ul > b > li |
Tunisia td > ul > b > li |
Türkiye td > ul > b > li |
Tuvalu td > ul > b > li |
Turkmenistan td > ul > b > li |
Uganda td > ul > b > li |
Ukraine td > ul > b > li |
UAE td > ul > b > li |
United Kingdom td > ul > b > li |
Uruguay td > ul > b > li |
US of A td > ul > b > li |
Uzbekistan td > ul > b > li |
Vanuatu td > ul > b > li |
Vatican td > ul > b > li |
Venezuela td > ul > b > li |
Vietnam td > ul > b > li |
Yemen td > ul > b > li |
Zambia td > ul > b > li |
Zimbabwe td > ul > b > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Albania ul > b > li > a |
Algeria ul > b > li > a |
Andora ul > b > li > a |
Angola ul > b > li > a |
Argentina ul > b > li > a |
Armenia ul > b > li > a |
Australia ul > b > li > a |
Austria ul > b > li > a |
Azerbaijan ul > b > li > a |
Bahamas, The ul > b > li > a |
Bangladesh ul > b > li > a |
Barbados ul > b > li > a |
Belarus ul > b > li > a |
Belgium ul > b > li > a |
Belize ul > b > li > a |
Benin ul > b > li > a |
Bhutan ul > b > li > a |
Bolivia ul > b > li > a |
Bosnia ul > b > li > a |
Botswana ul > b > li > a |
Brazil ul > b > li > a |
Brunei ul > b > li > a |
Bulgaria ul > b > li > a |
Burundi ul > b > li > a |
Cabo Verde ul > b > li > a |
Cameroon ul > b > li > a |
Cambodia ul > b > li > a |
Canada ul > b > li > a |
C.A.R. ul > b > li > a |
Chad ul > b > li > a |
Chile ul > b > li > a |
China ul > b > li > a |
Colombia ul > b > li > a |
Comoros ul > b > li > a |
Congo, DR ul > b > li > a |
Costa Rica ul > b > li > a |
Croatia ul > b > li > a |
Cuba ul > b > li > a |
Cyprus ul > b > li > a |
Czech Rep ul > b > li > a |
Denmark ul > b > li > a |
Dominica ul > b > li > a |
Djibouti ul > b > li > a |
Ecuador ul > b > li > a |
Egypt ul > b > li > a |
Eritrea ul > b > li > a |
Estonia ul > b > li > a |
Ethiopia ul > b > li > a |
Finland ul > b > li > a |
France ul > b > li > a |
Gabon ul > b > li > a |
Georgia ul > b > li > a |
Germany ul > b > li > a |
Ghana ul > b > li > a |
Greece ul > b > li > a |
Grenada ul > b > li > a |
Guatemala ul > b > li > a |
Guyana ul > b > li > a |
Haiti ul > b > li > a |
Honduras ul > b > li > a |
Hungary ul > b > li > a |
Iceland ul > b > li > a |
India ul > b > li > a |
Iran ul > b > li > a |
Iraq ul > b > li > a |
Israel ul > b > li > a |
Ireland ul > b > li > a |
Italy ul > b > li > a |
Ivory Coast ul > b > li > a |
Jamaica ul > b > li > a |
Japan ul > b > li > a |
Jordan ul > b > li > a |
Kenya ul > b > li > a |
Kiribati ul > b > li > a |
Kosovo ul > b > li > a |
Kuwait ul > b > li > a |
Laos ul > b > li > a |
Latvia ul > b > li > a |
Lebanon ul > b > li > a |
Lesotho ul > b > li > a |
Liberia ul > b > li > a |
Libya ul > b > li > a |
Lichtenstein ul > b > li > a |
Lithuania ul > b > li > a |
Luxembourg ul > b > li > a |
Macedonia ul > b > li > a |
Madagascar ul > b > li > a |
Malaysia ul > b > li > a |
Malawi ul > b > li > a |
Maldives ul > b > li > a |
Mali ul > b > li > a |
Malta ul > b > li > a |
Mauritania ul > b > li > a |
Mauritius ul > b > li > a |
Mexico ul > b > li > a |
Moldova ul > b > li > a |
Monaco ul > b > li > a |
Mongolia ul > b > li > a |
Montenegro ul > b > li > a |
Morocco ul > b > li > a |
Mozambique ul > b > li > a |
Myanmar ul > b > li > a |
Namibia ul > b > li > a |
Nauru ul > b > li > a |
Nepal ul > b > li > a |
Netherlands ul > b > li > a |
New Zealand ul > b > li > a |
Nicaragua ul > b > li > a |
Niger ul > b > li > a |
Nigeria ul > b > li > a |
Norway ul > b > li > a |
Oman ul > b > li > a |
Pakistan ul > b > li > a |
Palau ul > b > li > a |
Palestine ul > b > li > a |
Panama ul > b > li > a |
Poland ul > b > li > a |
Portugal ul > b > li > a |
Qatar ul > b > li > a |
Romania ul > b > li > a |
Russia ul > b > li > a |
Rwanda ul > b > li > a |
Saint Lucia ul > b > li > a |
Saint Vincent ul > b > li > a |
Senegal ul > b > li > a |
Serbia ul > b > li > a |
Seychelles ul > b > li > a |
Sierra Leone ul > b > li > a |
Singapore ul > b > li > a |
Slovakia ul > b > li > a |
Slovenia ul > b > li > a |
South Africa ul > b > li > a |
South Korea ul > b > li > a |
South Sudan ul > b > li > a |
Spain ul > b > li > a |
Sri Lanka ul > b > li > a |
Sudan ul > b > li > a |
Suriname ul > b > li > a |
eSwatini Swaziland ul > b > li > a |
Syria ul > b > li > a |
Taiwan ul > b > li > a |
Tajikistan ul > b > li > a |
Tanzania ul > b > li > a |
Thailand ul > b > li > a |
Timor Leste ul > b > li > a |
Tonga ul > b > li > a |
Togo ul > b > li > a |
Tunisia ul > b > li > a |
Türkiye ul > b > li > a |
Tuvalu ul > b > li > a |
Uganda ul > b > li > a |
Ukraine ul > b > li > a |
UAE ul > b > li > a |
Uruguay ul > b > li > a |
US of A ul > b > li > a |
Uzbekistan ul > b > li > a |
Vanuatu ul > b > li > a |
Vatican ul > b > li > a |
Venezuela ul > b > li > a |
Vietnam ul > b > li > a |
Yemen ul > b > li > a |
Zambia ul > b > li > a |
Zimbabwe ul > b > li > a |
Site Map div.col_two_third > div.col_one_third > div.widget > a |
Privacy div.col_two_third > div.col_one_third > div.widget > a |
Copyright div.col_two_third > div.col_one_third > div.widget > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Screen readers have features to make navigating tables easier. Ensuring that tables use the actual caption element instead of cells with the `[colspan]` attribute may improve the experience for screen reader users. Learn more about captions.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
GlobalSecurity.org is the leading source for
reliable security news and militar… body.stretched > div#wrapper > div > table |
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
All Source Global Coverage
Latest News Updates
Iran Daily Summary
The… body.stretched > div#wrapper > div > table |
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| duckduckgo.com/ | Allowed with warning |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Election 2026 td > div > a > img | www.globalsecurity.org/military/world/usa/images/election-2026-image01.gif | 250 x 200 (1.25) | 729 x 547 (1.33) |
AI Analyst Answers td > div > a > img | www.globalsecurity.org/aaa-logo1.gif | 400 x 300 (1.33) | 324 x 406 (0.80) |
Uighur tr > td > a > img | www.globalsecurity.org/military/world/para/images/uighur-camps.jpg | 250 x 200 (1.25) | 350 x 247 (1.42) |
World Wide Elections td > div > a > img | www.globalsecurity.org/images/elections-1.gif | 250 x 200 (1.25) | 350 x 225 (1.56) |
Rohingya Genocide tr > td > a > img | www.globalsecurity.org/military/world/para/images/rohingya-flag-l.gif | 250 x 200 (1.25) | 350 x 225 (1.56) |
Ukraine td > div > a > img | www.globalsecurity.org/military/world/war/images/idi-naxyi-2.gif | 250 x 200 (1.25) | 275 x 200 (1.38) |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | www.globalsecurity.org/js/jquery.js line 1, col 40257 |
| Topics | a.pub.network/globalsecurity-org/prebid.js line 90, col 1157 |
| SharedStorage | live.primis.tech/content/pal/pal.js line 9, col 27561 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. |
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 (Not Found) |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
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.
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
td > div > a > img td > div > a > img |
td > div > a > img td > div > a > img |
td > div > a > img td > div > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Freestar div#fs-sticky-footer > div#fs-slot-footer-wrapper > div.__fs-branding > a |
To appear in search results, crawlers need access to your app.
Send Feedback