Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
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.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
5 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No H1 heading found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
125 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
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/4c337aa3-ed5a-4105-83a5-10be85663e46)<a href="https://beavercheck.com/results/4c337aa3-ed5a-4105-83a5-10be85663e46"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fpopularmechanics.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fpopularmechanics.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 7.2s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~27%.
Page takes 7.2s to load
+12% bounceUsers abandon at ~3s — you're 4.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.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 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
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
6 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$600 investment → $5,432/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$5,432 /mo
~$65,188 / year
USD 157,500
if kept compliant
$100 — 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.
6.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,507 / year if left unfixed
$157,500
+6 more
$0.61 /mo
7628.4 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 4 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.
3.57 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.21 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.50 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.38 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.
16.09 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 forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| c.amazon-adsystem.com/aax2/apstag.js | 3600.0 s | 91.0 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 86400.0 s | 129.0 KiB |
| nexus.ensighten.com/hearst/mag/Bootstrap.js | 300.0 s | 18.7 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otTCF.js | 86400.0 s | 17.7 KiB |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 86400.0 s | 9.1 KiB |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
a pair of Brooks Cascadia 19 on grass with fallen leaves. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/7652cb1e-68b8-4d6c-ac96-b62a18cda215.jpg... | 60.4 KiB | 54.5 KiB |
mayan culture wall art a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/mayan-culture-wall-art-royalty-free-imag... | 40.7 KiB | 34.8 KiB |
heart trace and da vinci drawing a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/heart-trace-and-da-vinci-drawing-royalty... | 39.7 KiB | 33.8 KiB |
Portable power station with USB and AC outputs. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/e93b8b68-eed7-4e4d-abc2-744214f21fb7.jpg... | 37.8 KiB | 31.9 KiB |
101010 data lines ripple with us flag a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/data-lines-ripple-with-us-flag-royalty-f... | 12.3 KiB | 7.0 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| popularmechanics.com/ | 752 ms |
| www.popularmechanics.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 141.8 KiB |
| www.popularmechanics.com/_assets/moapt/2.437.0/moapt-bidder-pb-hdm.10.23.0.js | 107.1 KiB | 85.0 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 128.8 KiB | 73.9 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 57.3 KiB |
| www.popularmechanics.com/_assets/moapt/2.437.0/moapt-data.js | 52.8 KiB | 47.5 KiB |
| www.popularmechanics.com/_assets/moapt/2.437.0/moapt-bundle-hdm.js | 57.1 KiB | 43.2 KiB |
| /_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa... | 41.3 KiB | 23.1 KiB |
| /_assets/fre/scopes/hdm/_next/static/chunks/74011-55fecbe... | 42.4 KiB | 20.8 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.1 s |
| Other | 1.0 s |
| Style & Layout | 704 ms |
| Script Parsing & Compilation | 395 ms |
| Garbage Collection | 131 ms |
| Rendering | 126 ms |
| Parse HTML & CSS | 125 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 | |
|---|---|
Alleged Photo of Bigfoot a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/photo-shows-what-former-rodeo-rider-roge... |
heart trace and da vinci drawing a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/heart-trace-and-da-vinci-drawing-royalty... |
a pair of Brooks Cascadia 19 on grass with fallen leaves. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/7652cb1e-68b8-4d6c-ac96-b62a18cda215.jpg... |
Portable power station with USB and AC outputs. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/e93b8b68-eed7-4e4d-abc2-744214f21fb7.jpg... |
mayan culture wall art a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/mayan-culture-wall-art-royalty-free-imag... |
4k televisions a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/televisions-001-68af6a92df181.jpg?crop=0... |
Ancient pottery pieces with inscriptions displayed on a wall. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/5134efac-c4c0-4708-8a31-8e89cad6111c.jpg... |
A swarm of bees, Apis mellifera scutellata, congregate together a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/91193a6c-4a45-4bcd-bfb5-d754306687e8.jpe... |
aerial view taken by airplane of Litli-Hrutur volcano during eruption, Reykjane… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/b8a2ca1b-3ff3-42cd-ad7e-d8d434b58370.jpe... |
fingerprint markings on a memory necklace shaped as a cross a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/fingerprint-markings-on-a-memory-necklac... |
Coway Airmega Mighty2 a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/1e646580-342e-4d84-bd97-955748785089.jpg... |
credit cards on a purple background a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/895800fd-fdaa-4a2f-8a9a-9e448727ca10.jpg... |
DNA BG a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/d73cd8d3-bea7-44f7-8fd1-528fd91c202b.jpe... |
Gaming setup featuring a computer monitor displaying a flight simulation and a … a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/7ba8b6b1-9aa7-47d9-8d5a-cbc2b732ec5c.jpg... |
A vibrant display showing a colorful cosmic scene on a television. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/fbee591a-610d-49c3-bdd5-bf42a6f048c5.jpg... |
best kids electric scooters a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/pop-kids-electric-scooter-6758a67a56bf5.... |
Logo div.css-1jfdfo2 > a.css-8aa961 > div.css-zcysxb > img.css-7flfmd | /_assets/design-tokens/popularmechanics/static/images/log... |
Logo div.css-nj2ujn > div > a.css-t3ribt > img.css-7flfmd | /_assets/design-tokens/popularmechanics/static/images/log... |
Logo div.css-1ss7lvu > div.css-iz4391 > a.css-u8l08y > img.css-0 | /_assets/design-tokens/popularmechanics/static/images/log... |
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a.ee4ms354 > div.css-t2molx > div.css-7jpcm8 > a.css-1irizb1 a.ee4ms354 > div.css-t2molx > div.css-7jpcm8 > a.css-1irizb1 |
a.ee4ms354 > div.css-b6s0n0 > div.css-tcu1vv > a.css-1irizb1 a.ee4ms354 > div.css-b6s0n0 > div.css-tcu1vv > a.css-1irizb1 |
a.ee4ms354 > div.css-b6s0n0 > div.css-tcu1vv > a.css-1irizb1 a.ee4ms354 > div.css-b6s0n0 > div.css-tcu1vv > a.css-1irizb1 |
a.ee4ms354 > div.css-b6s0n0 > div.css-tcu1vv > a.css-1irizb1 a.ee4ms354 > div.css-b6s0n0 > div.css-tcu1vv > a.css-1irizb1 |
a.ee4ms354 > div.css-b6s0n0 > div.css-tcu1vv > a.css-1irizb1 a.ee4ms354 > div.css-b6s0n0 > div.css-tcu1vv > a.css-1irizb1 |
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.
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.
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.04 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.87 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
80 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.089
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.93 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.
3.10 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 forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| c.amazon-adsystem.com/aax2/apstag.js | 3600.0 s | 91.0 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 86400.0 s | 129.0 KiB |
| nexus.ensighten.com/hearst/mag/Bootstrap.js | 300.0 s | 18.6 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otTCF.js | 86400.0 s | 17.7 KiB |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 86400.0 s | 9.1 KiB |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Biochemical weapons testing site revisited on Renaissance Island, in Aral Sea. div.css-79elbk > div.__resp-container > picture.css-0 > img | /hmg-prod/images/f2f806ab-745b-4cc1-8341-ae7c74595e37.jpe... | 142.8 KiB | 90.7 KiB |
101010 data lines ripple with us flag a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/data-lines-ripple-with-us-flag-royalty-f... | 50.8 KiB | 47.7 KiB |
Circle of lines a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/c7a8cec6-9e55-4766-902c-72ae08008b34.jpe... | 51.5 KiB | 45.4 KiB |
Autumn leaf colours in Hiroshima Peace Memorial Park a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/555ea0e5-a3d0-4d8e-8707-6dc99c9b351c.jpe... | 50.1 KiB | 44.1 KiB |
White Abstract background.Tunnel Futuristic digital background for business Sci… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/5ead1717-0f80-4f8e-bc93-ec9137cad3db.jpe... | 45.4 KiB | 39.3 KiB |
a pair of Brooks Cascadia 19 on grass with fallen leaves. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/7652cb1e-68b8-4d6c-ac96-b62a18cda215.jpg... | 60.4 KiB | 39.3 KiB |
an old abandoned medieval shipwrecked. a sunken forgotten wooden ship lies on t… div.css-79elbk > div.__resp-container > picture.css-0 > img | /hmg-prod/images/an-old-abandoned-medieval-shipwrecked-a-... | 75.4 KiB | 38.2 KiB |
roman necropolis on the coast in san giovanni in sinis, sardinia, italy a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/roman-necropolis-on-the-coast-in-san-gio... | 43.5 KiB | 37.4 KiB |
Archaeological Site of Phylakopi a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/62bf2eb1-1cb1-4822-9986-80275216b974.jpe... | 31.8 KiB | 28.7 KiB |
Aerial View of Natural Thermal Spring / Qinghai, China a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/e6c4aefc-e3c9-40bc-a087-015cd8bcfac7.jpe... | 27.1 KiB | 21.0 KiB |
ancient map showing phases of moon with photos of moon superimposed a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/ancient-map-showing-phases-of-moon-with-... | 26.5 KiB | 20.5 KiB |
mayan culture wall art a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/mayan-culture-wall-art-royalty-free-imag... | 40.7 KiB | 19.6 KiB |
heart trace and da vinci drawing a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/heart-trace-and-da-vinci-drawing-royalty... | 39.7 KiB | 18.6 KiB |
the seamount covers an area of about 70 sq km the summit depth is 994m and the … a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/fkt240708-after-mapping-kw14176-enhanced... | 24.2 KiB | 18.1 KiB |
Portable power station with USB and AC outputs. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/e93b8b68-eed7-4e4d-abc2-744214f21fb7.jpg... | 37.8 KiB | 16.7 KiB |
Close-up in selective focus on baptismal font in marble with holy water and lig… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/1b3231bc-a442-4161-a647-1988c3d00051.jpe... | 20.1 KiB | 14.3 KiB |
Air Pollution Near Factory a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/710f4c68-6cf9-41e1-9aed-059fe4c3cb34.jpe... | 14.9 KiB | 12.7 KiB |
sparse hair and bald head problem on a grey background a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/sparse-hair-and-bald-head-problem-on-a-g... | 11.8 KiB | 8.4 KiB |
energy man a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/cc42530c-c199-47d9-b79c-8bf7bc3d597a.jpe... | 11.0 KiB | 7.8 KiB |
Blue Fog and Sparkles against Dark Background a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/60801611-3d79-4f12-ac3a-24632d37e027.jpe... | 9.5 KiB | 6.8 KiB |
Person frozen in suspended animation in desert a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/1c28b416-661d-4123-a85a-a7e11da8077a.jpe... | 9.4 KiB | 6.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| popularmechanics.com/ | 245 ms |
| www.popularmechanics.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 140.4 KiB |
| www.popularmechanics.com/_assets/moapt/2.437.0/moapt-bidder-pb-hdm.10.23.0.js | 107.1 KiB | 85.0 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 128.8 KiB | 73.9 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 57.3 KiB |
| www.popularmechanics.com/_assets/moapt/2.437.0/moapt-data.js | 52.8 KiB | 46.8 KiB |
| www.popularmechanics.com/_assets/moapt/2.437.0/moapt-bundle-hdm.js | 57.1 KiB | 44.0 KiB |
| /_assets/fre/scopes/hdm/_next/static/chunks/main-d2f686aa... | 41.3 KiB | 23.1 KiB |
| /_assets/fre/scopes/hdm/_next/static/chunks/74011-55fecbe... | 42.4 KiB | 20.8 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
the seamount covers an area of about 70 sq km the summit depth is 994m and the … a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/fkt240708-after-mapping-kw14176-enhanced... |
Alleged Photo of Bigfoot a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/photo-shows-what-former-rodeo-rider-roge... |
heart trace and da vinci drawing a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/heart-trace-and-da-vinci-drawing-royalty... |
a pair of Brooks Cascadia 19 on grass with fallen leaves. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/7652cb1e-68b8-4d6c-ac96-b62a18cda215.jpg... |
Portable power station with USB and AC outputs. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/e93b8b68-eed7-4e4d-abc2-744214f21fb7.jpg... |
mayan culture wall art a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/mayan-culture-wall-art-royalty-free-imag... |
energy man a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/cc42530c-c199-47d9-b79c-8bf7bc3d597a.jpe... |
Close-up in selective focus on baptismal font in marble with holy water and lig… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/1b3231bc-a442-4161-a647-1988c3d00051.jpe... |
roman necropolis on the coast in san giovanni in sinis, sardinia, italy a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/roman-necropolis-on-the-coast-in-san-gio... |
White Abstract background.Tunnel Futuristic digital background for business Sci… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/5ead1717-0f80-4f8e-bc93-ec9137cad3db.jpe... |
Circle of lines a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/c7a8cec6-9e55-4766-902c-72ae08008b34.jpe... |
Blue Fog and Sparkles against Dark Background a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/60801611-3d79-4f12-ac3a-24632d37e027.jpe... |
Person frozen in suspended animation in desert a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/1c28b416-661d-4123-a85a-a7e11da8077a.jpe... |
Autumn leaf colours in Hiroshima Peace Memorial Park a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/555ea0e5-a3d0-4d8e-8707-6dc99c9b351c.jpe... |
Aerial View of Natural Thermal Spring / Qinghai, China a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/e6c4aefc-e3c9-40bc-a087-015cd8bcfac7.jpe... |
4k televisions a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/televisions-001-68af6a92df181.jpg?crop=0... |
Ancient pottery pieces with inscriptions displayed on a wall. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/5134efac-c4c0-4708-8a31-8e89cad6111c.jpg... |
A swarm of bees, Apis mellifera scutellata, congregate together a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/91193a6c-4a45-4bcd-bfb5-d754306687e8.jpe... |
aerial view taken by airplane of Litli-Hrutur volcano during eruption, Reykjane… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/b8a2ca1b-3ff3-42cd-ad7e-d8d434b58370.jpe... |
fingerprint markings on a memory necklace shaped as a cross a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/fingerprint-markings-on-a-memory-necklac... |
Coway Airmega Mighty2 a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/1e646580-342e-4d84-bd97-955748785089.jpg... |
credit cards on a purple background a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/895800fd-fdaa-4a2f-8a9a-9e448727ca10.jpg... |
DNA BG a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/d73cd8d3-bea7-44f7-8fd1-528fd91c202b.jpe... |
Gaming setup featuring a computer monitor displaying a flight simulation and a … a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/7ba8b6b1-9aa7-47d9-8d5a-cbc2b732ec5c.jpg... |
A vibrant display showing a colorful cosmic scene on a television. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/fbee591a-610d-49c3-bdd5-bf42a6f048c5.jpg... |
ancient map showing phases of moon with photos of moon superimposed a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/ancient-map-showing-phases-of-moon-with-... |
best kids electric scooters a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/pop-kids-electric-scooter-6758a67a56bf5.... |
sparse hair and bald head problem on a grey background a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/sparse-hair-and-bald-head-problem-on-a-g... |
Logo div.css-1jfdfo2 > a.css-8aa961 > div.css-zcysxb > img.css-7flfmd | /_assets/design-tokens/popularmechanics/static/images/log... |
Logo div.css-1ss7lvu > div.css-iz4391 > a.css-u8l08y > img.css-0 | /_assets/design-tokens/popularmechanics/static/images/log... |
an opened Yeti 48 Roadie Camping Cooler with food and drinks inside of it a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Top-loading washing machine with control panel. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
air conditioner a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
a uniden_r7 radar detector un use and attached to a window a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
if you’re tired of spending hours cleaning floors, want a smarter way to keep u… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Portable power station with multiple output ports and a digital display. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
hands using a multitool to adjust a device a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a.ee4ms354 > div.css-t2molx > div.css-7jpcm8 > a.css-1irizb1 a.ee4ms354 > div.css-t2molx > div.css-7jpcm8 > a.css-1irizb1 |
a.ee4ms354 > div.css-b6s0n0 > div.css-tcu1vv > a.css-1irizb1 a.ee4ms354 > div.css-b6s0n0 > div.css-tcu1vv > a.css-1irizb1 |
a.ee4ms354 > div.css-b6s0n0 > div.css-tcu1vv > a.css-1irizb1 a.ee4ms354 > div.css-b6s0n0 > div.css-tcu1vv > a.css-1irizb1 |
a.ee4ms354 > div.css-b6s0n0 > div.css-tcu1vv > a.css-1irizb1 a.ee4ms354 > div.css-b6s0n0 > div.css-tcu1vv > a.css-1irizb1 |
a.ee4ms354 > div.css-b6s0n0 > div.css-tcu1vv > a.css-1irizb1 a.ee4ms354 > div.css-b6s0n0 > div.css-tcu1vv > a.css-1irizb1 |
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.
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.
Send Feedback