Skip to content
https://bodybuilding.com

Lighthouse Mobile

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

Detailed Report

Audit breakdown by category with detailed findings.

29

Performance

Insights

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling

Why this matters

Performance issues directly impact user engagement and conversion rates.

3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.

Why this matters

Performance issues directly impact user engagement and conversion rates.

A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:112.184 source:map[column:6337 line:2 type:source-location url:https://staticw2.yotpo.com/MoY2w6rRS5vRQBTqIhaoMAGnpQ1RMHKYDQUP9GMr/widget.js urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:98.798 source:map[column:121229 line:0 type:source-location url:https://shop.bodybuilding.com/cdn/wpm/b5153dfa3wa14e0a32p72aa89e7m94579b79m.js urlProvider:network]] map[reflowTime:27.016 source:map[column:73 line:20549 type:source-location url:https://shop.bodybuilding.com/ urlProvider:network]] map[reflowTime:24.203 source:map[column:40 line:20551 type:source-location url:https://shop.bodybuilding.com/ urlProvider:network]] map[reflowTime:22.513 source:map[column:4253 line:1 type:source-location url:https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576 urlProvider:network]] map[reflowTime:41.677 source:map[column:986 line:1 type:source-location url:https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576 urlProvider:network]] map[reflowTime:24.579 source:map[column:3908 line:1 type:source-location url:https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576 urlProvider:network]] map[reflowTime:11.462 source:map[column:105204 line:1 type:source-location url:https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576 urlProvider:network]] map[reflowTime:0.947 source:map[column:105242 line:1 type:source-location url:https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576 urlProvider:network]] map[reflowTime:16.404 source:map[column:105604 line:1 type:source-location url:https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576 urlProvider:network]] map[reflowTime:6.643 source:map[column:105047 line:1 type:source-location url:https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576 urlProvider:network]] map[reflowTime:0.725 source:map[column:35004 line:0 type:source-location url:https://shop.bodybuilding.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.3.1.min.js urlProvider:network]] map[reflowTime:0.382 source:map[column:38 line:1345 type:source-location url:https://shop.bodybuilding.com/ urlProvider:network]] map[reflowTime:2.41 source:map[column:17 line:3466 type:source-location url:https://shop.bodybuilding.com/ urlProvider:network]] map[reflowTime:15.961 source:map[column:122235 line:1 type:source-location url:https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576 urlProvider:network]] map[reflowTime:35.022 source:map[column:111759 line:1 type:source-location url:https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576 urlProvider:network]] map[reflowTime:1.702 source:map[type:text value:[unattributed]]] map[reflowTime:5.7 source:map[column:6686 line:1 type:source-location url:https://shop.bodybuilding.com/cdn/shop/t/264/assets/vendor.js?v=29630781022190571941762918654 urlProvider:network]] map[reflowTime:1.645 source:map[column:6845 line:1 type:source-location url:https://shop.bodybuilding.com/cdn/shop/t/264/assets/vendor.js?v=29630781022190571941762918654 urlProvider:network]] map[reflowTime:26.369 source:map[column:26340 line:0 type:source-location url:https://staticw2.yotpo.com/MoY2w6rRS5vRQBTqIhaoMAGnpQ1RMHKYDQUP9GMr/widget.js urlProvider:network]] map[reflowTime:85.815 source:map[column:8638 line:0 type:source-location url:https://staticw2.yotpo.com/MoY2w6rRS5vRQBTqIhaoMAGnpQ1RMHKYDQUP9GMr/widget.js urlProvider:network]]]

Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
a.product-link > div.product-item__bg > figure.image-wrapper > img.image-wrapper__img a.product-link > div.product-item__bg > figure.image-wrapper > img.image-wrapper__img
/cdn/shop/files/ChatGPTImageApr3_2026_11_53_14AM_optimize...102.5 KiB91.4 KiB
a.product-link > div.product-item__bg > figure.image-wrapper > img.image-wrapper__img a.product-link > div.product-item__bg > figure.image-wrapper > img.image-wrapper__img
/cdn/shop/files/ChatGPTImageApr3_2026_12_33_17PM_optimize...60.4 KiB53.9 KiB
a.product-link > div.product-item__bg > figure.image-wrapper > img.image-wrapper__img a.product-link > div.product-item__bg > figure.image-wrapper > img.image-wrapper__img
/cdn/shop/files/bodybuildingcom-smartshake-lite-shaker-cu...38.2 KiB34.1 KiB
Bodybuilding.com Signature 100% Isolate, 24 servings - Bodybuilding.com a.product-link > div.product-item__bg > figure.image-wrapper > img.image-wrapper__img
/cdn/shop/files/bodybuildingcom-signature-100-isolate-24-...38.2 KiB34.1 KiB
Bodybuilding.com Signature Plant Protein - Bodybuilding.com a.product-link > div.product-item__bg > figure.image-wrapper > img.image-wrapper__img
/cdn/shop/files/bodybuildingcom-signature-plant-protein-9...37.8 KiB33.7 KiB
Bodybuilding.com Signature 100% Whey, 30 Servings - Bodybuilding.com a.product-link > div.product-item__bg > figure.image-wrapper > img.image-wrapper__img
/cdn/shop/files/bodybuildingcom-signature-100-whey-30-ser...36.0 KiB32.2 KiB
Raw Nutrition BUM Itholate Protein - Bodybuilding.com a.product-link > div.product-item__bg > figure.image-wrapper > img.image-wrapper__img
/cdn/shop/files/raw-nutrition-bum-itholate-protein-700752...34.1 KiB30.5 KiB
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/113-1139528_main-menu-evl...12.1 KiB10.5 KiB

These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.

Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 874 ms
URLTime Spent
bodybuilding.com/874 ms
shop.bodybuilding.com/0.0 ms

The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Diagnostics

Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLTotal CPU TimeScript EvaluationScript Parse
cdn.shopify.com/s/files/1/0471/3332/7519/files/lottie.min.js?v=17726486274.7 s225 ms19 ms
staticw2.yotpo.com/MoY2w6rRS5vRQBTqIhaoMAGnpQ1RMHKYDQUP9GMr/widget.js2.0 s823 ms32 ms
shop.bodybuilding.com/1.9 s237 ms67 ms
Unattributable1.7 s108 ms0.0 ms
/cdn/shop/t/264/assets/theme.js?v=11568497980554005712176...1.1 s377 ms17 ms
shop.bodybuilding.com/cdn/wpm/b5153dfa3wa14e0a32p72aa89e7m94579b79m.js553 ms119 ms23 ms
assets.gorgias.chat/build/static/js/361.6ec080807cbb52b2.js419 ms390 ms21 ms
assets.gorgias.chat/build/static/js/848.2c5f6fc1110576ad.js339 ms236 ms7.7 ms
sdk.postscript.io/sdk.bundle.js?shopId=514819277 ms223 ms50 ms
/cdn/shopifycloud/storefront/assets/shop_events_listener-...272 ms264 ms1.1 ms
/cdn/shop/t/264/assets/custom.js?v=3152553587423438906177...191 ms165 ms1.1 ms
assets.gorgias.chat/build/static/js/render-chat-app.11f419917de33a6f.js179 ms177 ms0.7 ms
js.klarna.com/web-sdk/v1/1.0.199/sdk.js178 ms130 ms1.6 ms
/cdn/shop/t/264/assets/lottie-player.js?v=189543878131170...135 ms99 ms26 ms
/cdn/s/trekkie.storefront.853740ed6e9bdebbd97573c5bbdd9cf...121 ms95 ms17 ms
/extensions/019dafbf-cbf4-7302-9f19-634e3a587e7f/gdpr-coo...113 ms87 ms7.8 ms
/cdn/shop/t/264/assets/vendor.js?v=2963078102219057194176...113 ms75 ms7.7 ms
/cdn/shop/t/264/assets/mega-menu-animation.js?v=181719364...101 ms6.0 ms0.7 ms
cdn.shopify.com/s/files/1/0471/3332/7519/files/swiper-bundle.min.js?v=176188585999 ms50 ms11 ms
static.ordergroove.com/75f637dc7eaf11e6b517bc764e106cf4/main.js97 ms78 ms18 ms
cdn.accessibly.app/accessibly/2.0.3/i18n/widget-en-json.js92 ms73 ms0.3 ms
cdn.accessibly.app/accessibly/2.0.3/accessibly.js89 ms55 ms16 ms
d2wy8f7a9ursnm.cloudfront.net/v5/bugsnag.min.js85 ms67 ms3.4 ms
/cdn/shopifycloud/storefront/assets/storefront/load_featu...81 ms79 ms1.2 ms
shop.bodybuilding.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.3.1.min.js74 ms64 ms4.8 ms
cdn.9gtb.com/script.js?rev=61eec3b59 ms48 ms11 ms
cdn.accessibly.app/accessibly/2.0.3/i18n/statement-en-json.js59 ms43 ms0.6 ms

Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Other5.9 s
Script Evaluation4.9 s
Style & Layout3.7 s
Rendering642 ms
Script Parsing & Compilation491 ms
Parse HTML & CSS289 ms
Garbage Collection44 ms

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/113-1139528_main-menu-evl...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/113-1139528_main-menu-evl...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/113-1139528_main-menu-evl...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/113-1139528_main-menu-evl...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/113-1139528_main-menu-evl...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/113-1139528_main-menu-evl...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/113-1139528_main-menu-evl...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/113-1139528_main-menu-evl...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/113-1139528_main-menu-evl...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/113-1139528_main-menu-evl...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/113-1139528_main-menu-evl...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/113-1139528_main-menu-evl...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/113-1139528_main-menu-evl...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/113-1139528_main-menu-evl...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/113-1139528_main-menu-evl...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/113-1139528_main-menu-evl...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/113-1139528_main-menu-evl...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/113-1139528_main-menu-evl...
Footer Logo div#shopify-section-sections--23958830743711__footer > section.site-footer-wrapper > div.site-footer > img
/s/files/1/0471/3332/7519/files/bbcom-logos-tm-rgb-blue-w...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/buckedupHPlogo.jpg?v=1746...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/logoreelC4.jpg?v=17436152...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/codeagelogo.jpg?v=1749062...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/logoreelJocko.jpg?v=17436...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
cdn.shopify.com/s/files/1/0471/3332/7519/files/EFX.jpg?width=200
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/logoreelRedcon.jpg?v=1743...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/logoreelNutrex.jpg?v=1743...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/logoreelPanda.jpg?v=17436...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/logoreelBBcom.jpg?v=17436...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/logoreelunmatched.jpg?v=1...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/logoreelDymatize.jpg?v=17...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/logoreelAlani.jpg?v=17436...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/logoreelXtend.jpg?v=17436...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
cdn.shopify.com/s/files/1/0471/3332/7519/files/Axe_Sledge.jpg?width=200
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/logoreelEHP.jpg?v=1743623...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/buckedupHPlogo.jpg?v=1746...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/logoreelC4.jpg?v=17436152...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/codeagelogo.jpg?v=1749062...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
/s/files/1/0471/3332/7519/files/logoreelJocko.jpg?v=17436...
div.announcement__slide > div.body-size-2 > a > img div.announcement__slide > div.body-size-2 > a > img
cdn.shopify.com/s/files/1/0471/3332/7519/files/EFX.jpg?width=200

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

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

Accessibility

These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Bodybuilding.com Signature div#product-item--template--23958833332383__tabs-6573261783199 > div.product-information > div.product-item__info > a.text-left
In Stock a.product-link > div.product-item__price__holder > div.stock-indicator > span.stock-indicator__text
Bodybuilding.com Signature div#product-item--template--23958833332383__tabs-6573256507551 > div.product-information > div.product-item__info > a.text-left
In Stock a.product-link > div.product-item__price__holder > div.stock-indicator > span.stock-indicator__text
Bodybuilding.com Signature div#product-item--template--23958833332383__tabs-10498549022879 > div.product-information > div.product-item__info > a.text-left
In Stock a.product-link > div.product-item__price__holder > div.stock-indicator > span.stock-indicator__text
Bodybuilding.com Signature div#product-item--template--23958833332383__tabs-10498548990111 > div.product-information > div.product-item__info > a.text-left
In Stock a.product-link > div.product-item__price__holder > div.stock-indicator > span.stock-indicator__text
Bodybuilding.com Signature div#product-item--template--23958833332383__tabs-10489491521695 > div.product-information > div.product-item__info > a.text-left
In Stock a.product-link > div.product-item__price__holder > div.stock-indicator > span.stock-indicator__text
RAW Nutrition div#product-item--template--23958833332383__tabs-10882795634847 > div.product-information > div.product-item__info > a.text-left
In Stock a.product-link > div.product-item__price__holder > div.stock-indicator > span.stock-indicator__text
Bodybuilding.com Signature div#product-item--template--23958833332383__section_collection_3KrJ73-6573261783199 > div.product-information > div.product-item__info > a.text-left
In Stock a.product-link > div.product-item__price__holder > div.stock-indicator > span.stock-indicator__text
Bodybuilding.com Accessories div#product-item--template--23958833332383__section_collection_3KrJ73-6573300940959 > div.product-information > div.product-item__info > a.text-left
In Stock a.product-link > div.product-item__price__holder > div.stock-indicator > span.stock-indicator__text
Bodybuilding.com Signature div#product-item--template--23958833332383__section_collection_3KrJ73-6573256507551 > div.product-information > div.product-item__info > a.text-left
In Stock a.product-link > div.product-item__price__holder > div.stock-indicator > span.stock-indicator__text
Bodybuilding.com Accessories div#product-item--template--23958833332383__section_collection_3KrJ73-6713615646879 > div.product-information > div.product-item__info > a.text-left
In Stock a.product-link > div.product-item__price__holder > div.stock-indicator > span.stock-indicator__text
Nutrex Research, Inc. div#product-item--template--23958833332383__section_collection_3KrJ73-9549110870175 > div.product-information > div.product-item__info > a.text-left
In Stock a.product-link > div.product-item__price__holder > div.stock-indicator > span.stock-indicator__text
Pro Supps div#product-item--template--23958833332383__section_collection_3KrJ73-9093571084447 > div.product-information > div.product-item__info > a.text-left
In Stock a.product-link > div.product-item__price__holder > div.stock-indicator > span.stock-indicator__text
Pro Supps div#product-item--template--23958833332383__section_collection_3KrJ73-9093570887839 > div.product-information > div.product-item__info > a.text-left
In Stock a.product-link > div.product-item__price__holder > div.stock-indicator > span.stock-indicator__text
Nutrex Research, Inc. div#product-item--template--23958833332383__section_collection_3KrJ73-9549110444191 > div.product-information > div.product-item__info > a.text-left
In Stock a.product-link > div.product-item__price__holder > div.stock-indicator > span.stock-indicator__text
Pro Supps div#product-item--template--23958833332383__section_collection_3KrJ73-9093570986143 > div.product-information > div.product-item__info > a.text-left
In Stock a.product-link > div.product-item__price__holder > div.stock-indicator > span.stock-indicator__text
Nutrex Research, Inc. div#product-item--template--23958833332383__section_collection_3KrJ73-10718386847903 > div.product-information > div.product-item__info > a.text-left
In Stock a.product-link > div.product-item__price__holder > div.stock-indicator > span.stock-indicator__text
Nutrex Research, Inc. div#product-item--template--23958833332383__section_collection_3KrJ73-9549111820447 > div.product-information > div.product-item__info > a.text-left
In Stock a.product-link > div.product-item__price__holder > div.stock-indicator > span.stock-indicator__text
Nutrex Research, Inc. div#product-item--template--23958833332383__section_collection_3KrJ73-9549111034015 > div.product-information > div.product-item__info > a.text-left
In Stock a.product-link > div.product-item__price__holder > div.stock-indicator > span.stock-indicator__text
7,353 Reviews div.section-padding > div.yotpo-reviews-slider__wrapper > div.yotpo-reviews-slider__stars > p

These are opportunities to improve the legibility of your content.

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

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
Refused to execute script from 'https://shop.bodybuilding.com/?id=9864c62a-c8dd-47d0-9032-d9bc3efde425&shop=vitalize-bodybuilding.myshopify.com' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
TypeError: Cannot read properties of null (reading 'addEventListener') at gi.connectedCallback (https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:64717) at Da.getMinWidth (https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:122020) at new Da (https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:121061) at Object.onLoad (https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:122819) at https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:72271 at Array.forEach (<anonymous>) at ao.callFunctions (https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:72182) at ao.onLoad (https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:72295) at new ao (https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:72041) at https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:73267
TypeError: Cannot read properties of null (reading 'addEventListener') at gi.connectedCallback (https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:64717) at Da.getMinWidth (https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:122020) at new Da (https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:121061) at Object.onLoad (https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:122819) at https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:72271 at Array.forEach (<anonymous>) at ao.callFunctions (https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:72182) at ao.onLoad (https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:72295) at new ao (https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:72041) at https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:73267
TypeError: Cannot read properties of null (reading 'addEventListener') at HTMLElement.connectedCallback (https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:64717) at https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:65990 at https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:235053
TypeError: Cannot read properties of null (reading 'addEventListener') at HTMLElement.connectedCallback (https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:64717) at https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:65990 at https://shop.bodybuilding.com/cdn/shop/t/264/assets/theme.js?v=115684979805540057121768191576:2:235053
Uncaught SyntaxError: Unexpected token 'export'
Uses HTTPS
Avoids deprecated APIs
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
75

SEO

These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.

Content Best Practices

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

Crawling and Indexing

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Uncrawlable Link
591 Reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
190 Reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
8 Reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
2 Reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
331 reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
9 reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
7 reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
310 reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
4 reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
1 reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
1 reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
1 reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
50 reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
9 reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
2 reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
2 reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
2 reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
591 Reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
74 Reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
190 Reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
14 Reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
5 Reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
2 Reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
3 Reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
5 Reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
3 Reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
2 Reviews div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m
1 Review div.yotpo-display-wrapper > div.standalone-bottomline > div.yotpo-bottomline > a.text-m

If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Line #ContentError
26Sitemap: /sitemap.xmlInvalid sitemap URL

To appear in search results, crawlers need access to your app.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Document has a valid `hreflang`
Document has a valid `rel=canonical`
Image elements have `[alt]` attributes

Send Feedback