Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A 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.
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 > div.image > div.image__inner > video.absolute a > div.image > div.image__inner > video.absolute | /wp-content/uploads/2026/03/Math-Series-Hub-Lede-Animated... | 3.1 MiB | 3.0 MiB |
Three researchers crowd around as a steel tube is hammered into the ground. a.relative > div.image > div.image__inner > img.absolute | /wp-content/uploads/2026/04/Dirt-race-cr-Max-Levy-Default... | 273.9 KiB | 265.8 KiB |
An illustration shows a knight kneeling behind a shield engraved with an image … a.relative > div.image > div.image__inner > img.absolute | /wp-content/uploads/2026/04/Our-Bacterial-Immunity-cr-Mag... | 234.7 KiB | 226.6 KiB |
a.relative > div.image > div.image__inner > img.absolute a.relative > div.image > div.image__inner > img.absolute | /wp-content/uploads/2026/04/Quantum-Jamming-cr-Samuel-Vel... | 212.3 KiB | 204.3 KiB |
a.relative > div.image > div.image__inner > img.absolute a.relative > div.image > div.image__inner > img.absolute | /wp-content/uploads/2026/04/Aihorrorstories_cr-Zara-Picke... | 208.1 KiB | 200.0 KiB |
a.relative > div.image > div.image__inner > img.absolute a.relative > div.image > div.image__inner > img.absolute | /wp-content/uploads/2026/02/Infinity-Explainer-cr-Mark-Be... | 207.5 KiB | 182.8 KiB |
A metallic photomultiplier tube that looks like a large light bulb. a.relative > div.image > div.image__inner > img.absolute | /wp-content/uploads/2026/04/MiniBooNE-photomultiplier-tub... | 172.4 KiB | 164.3 KiB |
a.relative > div.image > div.image__inner > img.absolute a.relative > div.image > div.image__inner > img.absolute | /wp-content/uploads/2026/04/Math-AI-Update-cr-Nash-Weeras... | 167.1 KiB | 159.0 KiB |
A collage illustration depicting a model of the proteins in a flagellar motor, … a.relative > div.image > div.image__inner > img.absolute | /wp-content/uploads/2026/04/FlagellarMotors-crKristinaArm... | 136.0 KiB | 127.9 KiB |
Two cranes symmetrically poised with their beaks together below a full moon div.card-list__image > div.image > div.image__inner > img.absolute | /wp-content/uploads/2025/08/JOW-Ep12-Thumbnail-NO-LOGO.webp | 64.1 KiB | 60.7 KiB |
A Quanta Books ad displaying the book "Six Math Essentials" by Terry Tao div.home__poster-sidebar > div.home__poster-sidebar__img > a.__mobile > img.fill-h | /wp-content/uploads/2026/02/SixMathEssentials-Ad-Mobile.jpg | 52.7 KiB | 44.5 KiB |
a.card-list__image > div.image > div.image__inner > img.absolute a.card-list__image > div.image > div.image__inner > img.absolute | www.quantamagazine.org/wp-content/uploads/2020/05/Lisa-Piccirillo_300.jpg | 45.5 KiB | 42.1 KiB |
An illustration of a knot that mathematicians might study using tools called in… a.card-list__image > div.image > div.image__inner > img.absolute | www.quantamagazine.org/wp-content/uploads/2020/06/Invariants_300.jpg | 40.6 KiB | 37.3 KiB |
div.video__cover > div.image > div.image__inner > img.absolute div.video__cover > div.image > div.image__inner > img.absolute | /wp-content/uploads/2025/12/Year-in-review-2025-Biology-c... | 74.8 KiB | 36.0 KiB |
a.card-list__image > div.image > div.image__inner > img.absolute a.card-list__image > div.image > div.image__inner > img.absolute | www.quantamagazine.org/wp-content/uploads/2050/03/Ribbon_Concordance_300.jpg | 37.2 KiB | 33.8 KiB |
div.relative > div.image > div.image__inner > img.absolute div.relative > div.image > div.image__inner > img.absolute | /wp-content/uploads/2026/04/QR-Knots-cr-Dror-Bar-Natan_Ro... | 71.2 KiB | 31.1 KiB |
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.
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.
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 |
|---|---|
| quantamagazine.org/ | 1.1 s |
| www.quantamagazine.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.
Diagnostics
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 |
|---|---|---|
| /wp-content/themes/quanta2024/frontend/dist/main.min.css?... | 36.2 KiB | 30.0 KiB |
| /wp-includes/css/dist/block-library/style.min.css?ver=6.6.2 | 14.5 KiB | 14.5 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.quantamagazine.org/ | 1.3 s | 52 ms | 12 ms |
| Unattributable | 922 ms | 29 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-6SNESLGK16&cx=c>m=4e64k0h1 | 358 ms | 278 ms | 77 ms |
| www.googletagmanager.com/gtm.js?id=GTM-KZGMXJ7 | 290 ms | 205 ms | 49 ms |
| scripts.clarity.ms/0.8.59/clarity.js | 286 ms | 236 ms | 10 ms |
| cdn-cookieyes.com/client_data/391b7abb1290e8e114fb4d75/script.js | 185 ms | 165 ms | 10 ms |
| www.quantamagazine.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 166 ms | 129 ms | 11 ms |
| cdn-cookieyes.com/client_data/391b7abb1290e8e114fb4d75/banner.js | 105 ms | 79 ms | 4.0 ms |
| /wp-content/themes/quanta2024/frontend/dist/main.min.js?v... | 97 ms | 75 ms | 18 ms |
| /wp-content/themes/quanta2024/frontend/js/mathjax/MathJax.js | 82 ms | 69 ms | 8.2 ms |
| /wp-content/themes/quanta2024/frontend/js/mathjax/jax/out... | 63 ms | 58 ms | 0.7 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.8 s |
| Other | 1.2 s |
| Style & Layout | 693 ms |
| Rendering | 250 ms |
| Script Parsing & Compilation | 223 ms |
| Parse HTML & CSS | 136 ms |
| Garbage Collection | 65 ms |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-6SNESLGK16&cx=c>m=4e64k0h1 | 171.8 KiB | 68.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KZGMXJ7 | 132.0 KiB | 61.5 KiB |
| /wp-content/themes/quanta2024/frontend/dist/main.min.js?v... | 47.2 KiB | 33.1 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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
+1 author div.hero__card__inner > div.mb05 > div.byline > span.text-gray-767 |
+1 author div.card__content > div.card__meta > div.byline > span.text-gray-767 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.flex > div.podcast__progress > div.flex-items-center > input div.flex > div.podcast__progress > div.flex-items-center > input |
div.flex > div.podcast__progress > div.flex-items-center > input div.flex > div.podcast__progress > div.flex-items-center > input |
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 |
|---|
body.home > main > section.hero--home > a body.home > main > section.hero--home > a |
aside.cws__sidebar > div.cws__social > div.social-links > a.social-links__link aside.cws__sidebar > div.cws__social > div.social-links > a.social-links__link |
aside.cws__sidebar > div.cws__social > div.social-links > a.social-links__link aside.cws__sidebar > div.cws__social > div.social-links > a.social-links__link |
div.card__podcast > div.podcast > div.flex > a.download-icon div.card__podcast > div.podcast > div.flex > a.download-icon |
body.home > main > section.hero--middle > a body.home > main > section.hero--middle > a |
div.mb05 > div.h6 > div.comments-button > a.flex div.mb05 > div.h6 > div.comments-button > a.flex |
div.h6 > div.comments-button > div.comments-button > a.flex div.h6 > div.comments-button > div.comments-button > a.flex |
div.card__podcast > div.podcast > div.flex > a.download-icon div.card__podcast > div.podcast > div.flex > a.download-icon |
div.flex > div.fill-h > div.card-list > a.card-list__image div.flex > div.fill-h > div.card-list > a.card-list__image |
div.flex > div.fill-h > div.card-list > a.card-list__image div.flex > div.fill-h > div.card-list > a.card-list__image |
section.outer > div.footer__social > div.social-links > a.social-links__link section.outer > div.footer__social > div.social-links > a.social-links__link |
section.outer > div.footer__social > div.social-links > a.social-links__link section.outer > div.footer__social > div.social-links > a.social-links__link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best Practices
General
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 |
|---|---|
/wp-content/plugins/disqus-comment-system/public/js/comme... line 37, col 16 | Could not find 'disqus_thread' container to load DISQUS. This is usually the result of a WordPress theme conflicting with the DISQUS plugin. Try switching your site to a Classic Theme, or contact DISQUS support for help. |
/wp-content/themes/quanta2024/frontend/dist/main.min.js?v... line 5, col 23859 | TypeError: (0 , pt.default)(...).validate is not a function
at Wo (https://www.quantamagazine.org/wp-content/themes/quanta2024/frontend/dist/main.min.js?ver=1775583826:6:23860)
at https://www.quantamagazine.org/wp-content/themes/quanta2024/frontend/dist/main.min.js?ver=1775583826:6:56292
at https://www.quantamagazine.org/wp-content/themes/quanta2024/frontend/dist/main.min.js?ver=1775583826:6:56298
at https://www.quantamagazine.org/wp-content/themes/quanta2024/frontend/dist/main.min.js?ver=1775583826:6:56309 |
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.