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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /jvG3Za3GZaA6iPCDQBUV2H4cbaQ/XDua6rYfGa5m/IFoeaQ/LA/gsEgV... | 21600.0 s | 159.8 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 86400.0 s | 129.0 KiB |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 86400.0 s | 9.1 KiB |
| bm.redbull.com/btnt.js | 7200.0 s | 4.1 KiB |
| /v3/resources/target/client/versions/52d0005bc2df/chunks/... | 300.0 s | 764 B |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
ONE FOR THE ROAD? div.occasion-carousel-controller__rail-container > div.occasion-rail > div.occasion-rail__item > img.occasion-rail__item-image | /images/c_limit,w_4000/e_trim:1:transparent/c_limit,w_800... | 128.4 KiB | 120.4 KiB |
THE PERFECT FINISHING TOUCH div.occasion-carousel-controller__rail-container > div.occasion-rail > div.occasion-rail__item > img.occasion-rail__item-image | /images/c_limit,w_4000/e_trim:1:transparent/c_limit,w_800... | 108.4 KiB | 100.9 KiB |
div.panoptikum-carousel-occasion-campaign-item-view__grid-wrapper > div.panoptikum-carousel-occasion-campaign-item-view__wrapper > div.panoptikum-carousel-occasion-campaign-item-view__image-wrapper > img.panoptikum-carousel-occasion-campaign-item-view__image div.panoptikum-carousel-occasion-campaign-item-view__grid-wrapper > div.panoptikum-carousel-occasion-campaign-item-view__wrapper > div.panoptikum-carousel-occasion-campaign-item-view__image-wrapper > img.panoptikum-carousel-occasion-campaign-item-view__image | /images/c_limit,w_4000/e_trim/w_900/q_auto,f_auto/redbull... | 129.7 KiB | 93.0 KiB |
CATCHING A SECOND WIND? div.occasion-carousel-controller__rail-container > div.occasion-rail > div.occasion-rail__item > img.occasion-rail__item-image | /images/c_limit,w_4000/e_trim:1:transparent/c_limit,w_800... | 79.6 KiB | 61.7 KiB |
cityscape-early-morning div.occasion-carousel-controller__scenery-container > div.occasion-carousel-controller__scenery > div.occasion-scenery > img.occasion-scenery__item | /c_scale,w_2600/q_auto,f_auto/v1/redbullcom/static/cartoo... | 57.3 KiB | 42.3 KiB |
Red Bull Dance Your Style Hong Kong div.panoptikum-carousel__item-wrapper > div.panoptikum-carousel__item > picture.panoptikum-carousel__image > img.responsive-picture | /images/c_fill,g_auto,w_500,h_671/q_auto,f_auto/redbullco... | 67.1 KiB | 15.8 KiB |
mountainscape-early-morning div.occasion-carousel-controller__scenery-container > div.occasion-carousel-controller__scenery > div.occasion-scenery > img.occasion-scenery__item | /c_scale,w_2600/q_auto,f_auto/v1/redbullcom/static/cartoo... | 17.5 KiB | 12.9 KiB |
div.cosmos-image > div.cosmos-image__container > img.cosmos-image__image div.cosmos-image > div.cosmos-image__container > img.cosmos-image__image | /images/c_fill,g_auto,w_700,h_526/q_auto,f_auto/redbullco... | 53.3 KiB | 5.0 KiB |
div.cosmos-image > div.cosmos-image__container > img.cosmos-image__image div.cosmos-image > div.cosmos-image__container > img.cosmos-image__image | /images/c_crop,x_914,y_1637,h_3171,w_3171/c_fill,w_250,h_... | 10.1 KiB | 4.5 KiB |
div.cosmos-image > div.cosmos-image__container > img.cosmos-image__image div.cosmos-image > div.cosmos-image__container > img.cosmos-image__image | /images/c_fill,g_auto,w_700,h_526/q_auto,f_auto/redbullco... | 41.9 KiB | 4.1 KiB |
div.cosmos-image > div.cosmos-image__container > img.cosmos-image__image div.cosmos-image > div.cosmos-image__container > img.cosmos-image__image | /images/c_fill,g_auto,w_700,h_526/q_auto,f_auto/redbullco... | 43.1 KiB | 4.1 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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.
| URL | Est Savings |
|---|---|
| /af/64e0cf/00000000000000000001203d/27/l?primer=f592e0a4b... | 10 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| redbull.com/ | 844 ms |
| www.redbull.com/ | 843 ms |
| www.redbull.com/hk-zh | 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.
Diagnostics
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 |
|---|---|---|
| /v3/resources/target/client/versions/52d0005bc2df/chunks/... | 222.7 KiB | 154.1 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 128.8 KiB | 79.0 KiB |
| /v3/resources/target/client/versions/52d0005bc2df/chunks/... | 109.7 KiB | 71.4 KiB |
| rm.redbull.com/gtm.js?id=GTM-5XHDS9 | 122.1 KiB | 67.0 KiB |
| rm.redbull.com/gtm.js?id=GTM-TCZQX4 | 121.5 KiB | 61.1 KiB |
| /jvG3Za3GZaA6iPCDQBUV2H4cbaQ/XDua6rYfGa5m/IFoeaQ/LA/gsEgV... | 159.8 KiB | 32.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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.redbull.com/hk-zh | 3.0 s | 44 ms | 4.1 ms |
| /v3/resources/target/client/versions/52d0005bc2df/chunks/... | 2.4 s | 1.8 s | 216 ms |
| Unattributable | 1.8 s | 482 ms | 0.0 ms |
| /jvG3Za3GZaA6iPCDQBUV2H4cbaQ/XDua6rYfGa5m/IFoeaQ/LA/gsEgV... | 1.1 s | 1.0 s | 96 ms |
| /v3/resources/target/client/versions/52d0005bc2df/startAp... | 633 ms | 438 ms | 23 ms |
| rm.redbull.com/gtm.js?id=GTM-TCZQX4 | 504 ms | 419 ms | 50 ms |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 349 ms | 215 ms | 70 ms |
| /v3/resources/target/client/versions/52d0005bc2df/chunks/... | 348 ms | 199 ms | 69 ms |
| /v3/resources/target/client/versions/52d0005bc2df/chunks/... | 288 ms | 212 ms | 2.1 ms |
| /v3/resources/target/client/versions/52d0005bc2df/chunks/... | 135 ms | 9.4 ms | 2.6 ms |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 119 ms | 104 ms | 3.8 ms |
| rm.redbull.com/gtm.js?id=GTM-5XHDS9 | 115 ms | 69 ms | 45 ms |
| /v3/resources/target/client/versions/52d0005bc2df/chunks/... | 52 ms | 2.7 ms | 1.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
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 5.2 s |
| Other | 2.7 s |
| Style & Layout | 1.9 s |
| Script Parsing & Compilation | 726 ms |
| Rendering | 431 ms |
| Garbage Collection | 182 ms |
| Parse HTML & CSS | 94 ms |
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 | |
|---|---|
mountainscape-late-morning div.occasion-carousel-controller__scenery-container > div.occasion-carousel-controller__scenery > div.occasion-scenery > img.occasion-scenery__item | /c_scale,w_2600/q_auto,f_auto/v1/redbullcom/static/cartoo... |
mountainscape-mid-morning div.occasion-carousel-controller__scenery-container > div.occasion-carousel-controller__scenery > div.occasion-scenery > img.occasion-scenery__item | /c_scale,w_2600/q_auto,f_auto/v1/redbullcom/static/cartoo... |
mountainscape-early-morning div.occasion-carousel-controller__scenery-container > div.occasion-carousel-controller__scenery > div.occasion-scenery > img.occasion-scenery__item | /c_scale,w_2600/q_auto,f_auto/v1/redbullcom/static/cartoo... |
mountainscape-night div.occasion-carousel-controller__scenery-container > div.occasion-carousel-controller__scenery > div.occasion-scenery > img.occasion-scenery__item | /c_scale,w_2600/q_auto,f_auto/v1/redbullcom/static/cartoo... |
mountainscape-late-evening div.occasion-carousel-controller__scenery-container > div.occasion-carousel-controller__scenery > div.occasion-scenery > img.occasion-scenery__item | /c_scale,w_2600/q_auto,f_auto/v1/redbullcom/static/cartoo... |
cityscape-late-evening div.occasion-carousel-controller__scenery-container > div.occasion-carousel-controller__scenery > div.occasion-scenery > img.occasion-scenery__item | /c_scale,w_2600/q_auto,f_auto/v1/redbullcom/static/cartoo... |
cityscape-night div.occasion-carousel-controller__scenery-container > div.occasion-carousel-controller__scenery > div.occasion-scenery > img.occasion-scenery__item | /c_scale,w_2600/q_auto,f_auto/v1/redbullcom/static/cartoo... |
cityscape-early-morning div.occasion-carousel-controller__scenery-container > div.occasion-carousel-controller__scenery > div.occasion-scenery > img.occasion-scenery__item | /c_scale,w_2600/q_auto,f_auto/v1/redbullcom/static/cartoo... |
cityscape-mid-morning div.occasion-carousel-controller__scenery-container > div.occasion-carousel-controller__scenery > div.occasion-scenery > img.occasion-scenery__item | /c_scale,w_2600/q_auto,f_auto/v1/redbullcom/static/cartoo... |
cityscape-late-morning div.occasion-carousel-controller__scenery-container > div.occasion-carousel-controller__scenery > div.occasion-scenery > img.occasion-scenery__item | /c_scale,w_2600/q_auto,f_auto/v1/redbullcom/static/cartoo... |
CATCHING A SECOND WIND? div.occasion-carousel-controller__rail-container > div.occasion-rail > div.occasion-rail__item > img.occasion-rail__item-image | /images/c_limit,w_4000/e_trim:1:transparent/c_limit,w_800... |
ONE FOR THE ROAD? div.occasion-carousel-controller__rail-container > div.occasion-rail > div.occasion-rail__item > img.occasion-rail__item-image | /images/c_limit,w_4000/e_trim:1:transparent/c_limit,w_800... |
THE PERFECT FINISHING TOUCH div.occasion-carousel-controller__rail-container > div.occasion-rail > div.occasion-rail__item > img.occasion-rail__item-image | /images/c_limit,w_4000/e_trim:1:transparent/c_limit,w_800... |
THE HANDYMAN CAN div.occasion-carousel-controller__rail-container > div.occasion-rail > div.occasion-rail__item > img.occasion-rail__item-image | /images/c_limit,w_4000/e_trim:1:transparent/c_limit,w_800... |
PLAYER 2 WANTED? div.occasion-carousel-controller__rail-container > div.occasion-rail > div.occasion-rail__item > img.occasion-rail__item-image | /images/c_limit,w_4000/e_trim:1:transparent/c_limit,w_800... |
div.tile-content__meta-wrapper > div.tile-content__tagline > span.tile-content__tagline-item-event > img.tile-content__tagline-item-event-flag div.tile-content__meta-wrapper > div.tile-content__tagline > span.tile-content__tagline-item-event > img.tile-content__tagline-item-event-flag |
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.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.tile-content__meta-wrapper > div.tile-content__tagline > span.tile-content__tagline-item-event > img.tile-content__tagline-item-event-flag div.tile-content__meta-wrapper > div.tile-content__tagline > span.tile-content__tagline-item-event > img.tile-content__tagline-item-event-flag |
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
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
RED BULL 好玩全「曆」衝 div.panoptikum__timeline > div.panoptikum-timeline > div.panoptikum-timeline__items > button.panoptikum-timeline__item |
F1 vs WEC: Max Verstappen 挑戰紐伯林 24 小時耐力賽,這與方程式到底有何不同? div.panoptikum__timeline > div.panoptikum-timeline > div.panoptikum-timeline__items > button.panoptikum-timeline__item |
Racing Bulls 東京發布日本限定塗裝 書道家青柳美扇跨界聯乘 div.panoptikum__timeline > div.panoptikum-timeline > div.panoptikum-timeline__items > button.panoptikum-timeline__item |
HYROX 訓練:最新研究發現最聰明的訓練方式 div.panoptikum__timeline > div.panoptikum-timeline > div.panoptikum-timeline__items > button.panoptikum-timeline__item |
2026 年 F1 賽季開鑼 盤點十一支車隊與 22 位頂尖車手名單 div.panoptikum__timeline > div.panoptikum-timeline > div.panoptikum-timeline__items > button.panoptikum-timeline__item |
跑者難以啟齒的6大尷尬疑問——專業教練終極解答 div.panoptikum__timeline > div.panoptikum-timeline > div.panoptikum-timeline__items > button.panoptikum-timeline__item |
HYROX:終極體能賽事詳解 div.panoptikum__timeline > div.panoptikum-timeline > div.panoptikum-timeline__items > button.panoptikum-timeline__item |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
F1 vs WEC: Max Verstappen 挑戰紐伯林 24 小時耐力賽,這與方程式到底有何不同?
Max Verstappen 將於今年 5 月前往… div.cosmos-story-card > a.cosmos-story-card__link |
Netherlands
Max Verstappen - F1史上最年輕賽車冠軍
F1 一級方程式 a.cosmos-person-card |
【TGA 2025】《33號遠征隊》奪9獎成大贏家 網民替小島秀夫、《Kingdom Come》沒獎痛心
上星期遊戲界大事The Game Awards 20… div.cosmos-story-card > a.cosmos-story-card__link |
《SEGA 新創造球會 2026》1月22日上線 事前預約有李健和
正所謂底線傳底震五湖,單刀橫傳霸四海,有一定年資的球迷,如果在遊戲中有得用現在變成「和哥」… div.cosmos-story-card > a.cosmos-story-card__link |
Valve出Steam Machine功能等於Deck 6倍 PS5出日本專用機減價25%
這兩天特別多硬件消息。首先,想玩Steam遊戲又不想花大錢升級電腦… div.cosmos-story-card > a.cosmos-story-card__link |
大張正己《餓狼》動畫重現經典對決 SWC總獎金410萬美元 台灣選手ZJZ奪季軍
這星期在格鬥遊戲電競界中,《餓狼傳說 CotW》可謂最有話題。首先預告加入《… div.cosmos-story-card > a.cosmos-story-card__link |
《HADES》再臨主機平台 回冥界前做足準備重溫劇情玩法
大廠遊戲當然多,但近年最令筆者沉迷的,大多都是獨立遊戲作品,最期待當然是《Dead Cells》出第… div.cosmos-story-card > a.cosmos-story-card__link |
任天堂黑歷史主機Virtual Boy 當年的失敗30年後變經典
東京遊戲展(TGS)今個月9月25日開始舉行,任天堂回復慣例不出席,而在日前搶先舉行網上發佈… div.cosmos-story-card > a.cosmos-story-card__link |
東京電玩展9月舉行 參展廠商試玩作品集合公開
TGS東京電玩展,係亞洲機迷每年朝聖地,一來近,二來亞洲機迷大都喜歡日本文化,現場試玩遊戲又有禮物又見到Show… div.cosmos-story-card > a.cosmos-story-card__link |
《超級機械人大戰》新作月尾推出 源自1991年只剩三英文字母未用
《超級機械人大戰》,有一定機齡又係機械人迷,可能童年時上世紀已經在Game Boy玩過。來到… div.cosmos-story-card > a.cosmos-story-card__link |
《Battlefield 6》新片公開 10月發售今個月Beta公測
戰爭射擊遊戲迷期待很久,對上一款正傳作品《Battlefield V(戰地風雲 5)》已… div.cosmos-story-card > a.cosmos-story-card__link |
小島秀夫、新川洋司香港訪問全記錄 愛港產電影由《英雄本色》到《九龍城寨》
PlayStation遊戲《Death Stranding 2: On The Be… div.cosmos-story-card > a.cosmos-story-card__link |
80年代忍者遊戲熱潮回歸 SEGA《忍》 vs 《忍者龍劍傳》7月、8月連環新作
起初一陣混亂,還以為是同一款遊戲,看清楚發現原來這邊SEGA 80年代經典作… div.cosmos-story-card > a.cosmos-story-card__link |
《Resident Evil》最新作回到Raccoon City 解構影片當年非核爆、Leon才是真主角?
《Resident Evil》中文《生化危機/惡靈… div.cosmos-story-card > a.cosmos-story-card__link |
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
NetworkError: request to /v3/api/graphql/v1/v3/feed/zh-HK/related-to/rrn:slug:collections:zh-HK:discover?scoring=featured&filter[films][videoEssence][exists]=true&disableUsageRestrictions=true&score.featured.localeMixing=zh-HK,en-INT&score.featured.subType=carousel&page[limit]=8&rb3Schema=v1:cardList failed. Details: Could not find resource: cannot find slug selector rrn:slug:collections:zh-HK:discover
at d (https://www.redbull.com/v3/resources/target/client/versions/52d0005bc2df/startApp.06fa8400c589669c578b311a.js:1:62146)
at async v (https://www.redbull.com/v3/resources/target/client/versions/52d0005bc2df/startApp.06fa8400c589669c578b311a.js:1:63143)
at async start (https://www.redbull.com/v3/resources/target/client/versions/52d0005bc2df/chunks/47113.2aa7b2999545dbe653a23aa9.js:1:5539) | |
panel render error on step 'starting' for rbgemc-rb3/feed-cards-rail-panel/feed-cards-rail-panel. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.tile-content__meta-wrapper > div.tile-content__tagline > span.tile-content__tagline-item-event > img.tile-content__tagline-item-event-flag div.tile-content__meta-wrapper > div.tile-content__tagline > span.tile-content__tagline-item-event > img.tile-content__tagline-item-event-flag |
Format your HTML in a way that enables crawlers to better understand your app’s content.