Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
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.
3 image-only link(s) without alt text
6 link(s) with no accessible text
9 control(s) without accessible label
No <main> landmark found
Cookie 'pan-lang-cookie' has no SameSite attribute
[](https://beavercheck.com/results/280472c2-7e96-c346-59b8-16e4e5d86b59)<a href="https://beavercheck.com/results/280472c2-7e96-c346-59b8-16e4e5d86b59"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.paloaltonetworks.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwww.paloaltonetworks.comThis badge auto-updates with your latest scan result.
Thanks for your feedback!
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.
2.40 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.52 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
666 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.04 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.
10.32 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
stat bg 6 div#targetStats2 > div.col-12 > div.square > img | /content/dam/pan/en_US/images/homepage-2025/dyn-stat-bg-6... | 14.7 KiB | 11.8 KiB |
Introducing Prisma AIRS 3.0 div.glider-slide > a.card-link > div.image > img | /content/dam/pan/en_US/images/homepage/thumbnail-introduc... | 12.4 KiB | 11.6 KiB |
stat bg 4 div#targetStats2 > div.col-6 > div.square > img | /content/dam/pan/en_US/images/homepage-2025/dyn-stat-bg-4... | 10.4 KiB | 8.3 KiB |
stat bg 2 div#targetStats2 > div.col-6 > div.square > img | /content/dam/pan/en_US/images/homepage-2025/dyn-stat-bg-2... | 5.6 KiB | 4.5 KiB |
stat bg 1 div#targetStats2 > div.col-12 > div.square > img | /content/dam/pan/en_US/images/homepage-2025/dyn-stat-bg-1... | 5.4 KiB | 4.3 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.
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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /etc/clientlibs/clean/dependencies/video-js/video-js-bc.js | 221.9 KiB | 94.7 KiB |
| assets.adobedtm.com/9273d4aedcd2/0d76ae0322d7/launch-425c423d843b.min.js | 135.8 KiB | 51.6 KiB |
| /etc/clientlibs/panClean/components/library/bundle.ddynam... | 35.4 KiB | 23.6 KiB |
| s.go-mpulse.net/boomerang/6KU9W-5DTLL-AXSJY-VNWUZ-RTS7Q | 58.0 KiB | 21.9 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.paloaltonetworks.com/ | 1.6 s | 128 ms | 40 ms |
| /etc/clientlibs/clean/dependencies/video-js/video-js-bc.js | 1.4 s | 982 ms | 80 ms |
| Unattributable | 903 ms | 9.8 ms | 0.0 ms |
| s.go-mpulse.net/boomerang/6KU9W-5DTLL-AXSJY-VNWUZ-RTS7Q | 801 ms | 213 ms | 24 ms |
| assets.adobedtm.com/9273d4aedcd2/0d76ae0322d7/launch-425c423d843b.min.js | 330 ms | 214 ms | 84 ms |
| /etc/clientlibs/panClean/components/library/bundle.ddynam... | 267 ms | 166 ms | 14 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
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.8 s |
| Other | 1.7 s |
| Style & Layout | 1.1 s |
| Rendering | 415 ms |
| Script Parsing & Compilation | 249 ms |
| Parse HTML & CSS | 134 ms |
| Garbage Collection | 25 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
| 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 |
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| @font-face{font-family:'TT Hoves';font-style:normal;font-weight:100;font-display:swap; … } … | 44.9 KiB | 31.8 KiB |
| /etc/clientlibs/panClean/components/library/bundle.ddynam... | 17.4 KiB | 16.3 KiB |
| /etc/clientlibs/clean/dependencies/video-js/video-js-vime... | 15.0 KiB | 14.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
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.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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.
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.
870 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.86 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.41 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.
2.19 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Introducing Prisma AIRS 3.0 div.glider-slide > a.card-link > div.image > img | /content/dam/pan/en_US/images/homepage/thumbnail-introduc... | 12.4 KiB | 11.2 KiB |
tomorrow secured thumbnail div.glider-slide > a.card-link > div.image > img | /content/dam/pan/en_US/images/homepage/panw_tmrw-secured-... | 6.6 KiB | 5.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /etc/clientlibs/clean/dependencies/video-js/video-js-bc.js | 221.9 KiB | 93.5 KiB |
| assets.adobedtm.com/9273d4aedcd2/0d76ae0322d7/launch-425c423d843b.min.js | 135.8 KiB | 51.6 KiB |
| /etc/clientlibs/panClean/components/library/bundle.ddynam... | 35.4 KiB | 22.2 KiB |
| static.cloud.coveo.com/coveo.analytics.js/2/coveoua.js | 36.7 KiB | 20.8 KiB |
| s.go-mpulse.net/boomerang/6KU9W-5DTLL-AXSJY-VNWUZ-RTS7Q | 58.0 KiB | 20.1 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
| 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 |
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| @font-face{font-family:'TT Hoves';font-style:normal;font-weight:100;font-display:swap; … } … | 44.8 KiB | 31.3 KiB |
| /etc/clientlibs/panClean/components/library/bundle.ddynam... | 17.4 KiB | 16.6 KiB |
| /etc/clientlibs/clean/dependencies/video-js/video-js-vime... | 15.0 KiB | 14.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Ignite on tour logo div.col-xl-6 > div.card > div.image > img.lozad |
Executives in board room div.col-xl-6 > div.card > div.image > img.lozad |
our experts are standing div.col-xl-6 > div.card > div.image > img.lozad |
Security Platforms div.col-xl-6 > div.card > div.image > img.lozad |
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.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
| Deprecation / Warning | Source |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | s.go-mpulse.net/boomerang/6KU9W-5DTLL-AXSJY-VNWUZ-RTS7Q line 9, col 113620 |
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.
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