Skip to content
https://nzherald.co.nz

Lighthouse Desktop

· 0 checks — Desktop 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.

40

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.

Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:node label:Element subItemsHeading:map[key:extra] valueType:node] map[granularity:0.001 key:score label:Layout shift score subItemsHeading:map[key:cause valueType:text] valueType:numeric]]
items: [map[node:map[type:text value:Total] score:0.030393000000000003] map[node:map[boundingRect:map[bottom:14878 height:14715 left:0 right:1350 top:163 width:1350] lhId:page-16-MAIN nodeLabel:Advertise with NZME. New Zealand 'Slaughterhouse' silenced: Abattoir on wheels … path:1,HTML,1,BODY,4,DIV,0,DIV,5,MAIN selector:body.nzh > div#fusion-app > div.containerV2 > main#main snippet:<main class="main" id="main" role="main" data-test-ui="main"> type:node] score:0.025437 subItems:map[items:[map[cause:Unsized image element extra:map[boundingRect:map[bottom:3654 height:28 left:1181 right:1318 top:3626 width:137] lhId:page-36-IMG nodeLabel:Brand Logo path:1,HTML,1,BODY,4,DIV,0,DIV,5,MAIN,6,SECTION,1,DIV,0,HEADER,1,A,0,IMG selector:div.chain-container > header.flex > a.flex > img.max-h-10 snippet:<img src="/pf/resources/images/brands/redesign/NZHPremium.svg?d=1030" data-test-ui="chain__header-logo" alt="Brand Logo" class="max-h-10 max-w-fit"> type:node]]] type:subitems]] map[node:map[boundingRect:map[bottom:846 height:128 left:1045 right:1318 top:718 width:274] lhId:page-17-DIV nodeLabel:World Louisiana gunman who killed eight children masked his rage before rampage… path:1,HTML,1,BODY,4,DIV,0,DIV,5,MAIN,1,SECTION,0,DIV,0,DIV,1,DIV,0,DIV,1,DIV,3,DIV selector:div.grid > div.relative > div.flex > div.order-none snippet:<div class="order-none sm:order-5"> type:node] score:0.004862 subItems:map[items:[map[cause:Unsized image element extra:map[boundingRect:map[bottom:3654 height:28 left:1181 right:1318 top:3626 width:137] lhId:page-36-IMG nodeLabel:Brand Logo path:1,HTML,1,BODY,4,DIV,0,DIV,5,MAIN,6,SECTION,1,DIV,0,HEADER,1,A,0,IMG selector:div.chain-container > header.flex > a.flex > img.max-h-10 snippet:<img src="/pf/resources/images/brands/redesign/NZHPremium.svg?d=1030" data-test-ui="chain__header-logo" alt="Brand Logo" class="max-h-10 max-w-fit"> type:node]]] type:subitems]] map[score:7.8e-05] map[score:1.6e-05]]
headings: [map[key:node label:Element subItemsHeading:map[key:extra] valueType:node] map[granularity:0.001 key:score label:Layout shift score subItemsHeading:map[key:cause valueType:text] valueType:numeric]]
items: [map[node:map[type:text value:Total] score:0.13494799999999998] map[node:map[boundingRect:map[bottom:250 height:250 left:380 right:1350 top:0 width:970] lhId:page-1-DIV nodeLabel:body.jar > div path:1,HTML,1,BODY,12,DIV selector:body.jar > div snippet:<div style="bottom: 0px; right: 0px; width: 970px; height: 250px; background: initial !important;"> type:node] score:0.074862] map[node:map[boundingRect:map[bottom:413 height:250 left:0 right:1350 top:163 width:1350] lhId:page-26-DIV nodeLabel:Advertisement path:1,HTML,1,BODY,4,DIV,0,DIV,5,MAIN,0,DIV,1,DIV,1,DIV selector:main#main > div#ad-container > div#Home_leaderboard1 > div#google_ads_iframe_/83069739/nzh/home_0__container__ snippet:<div id="google_ads_iframe_/83069739/nzh/home_0__container__" style="border: 0pt none; height: 250px; position: relative; left: -190px;"> type:node] score:0.037431] map[node:map[boundingRect:map[bottom:14878 height:14715 left:0 right:1350 top:163 width:1350] lhId:page-16-MAIN nodeLabel:Advertise with NZME. New Zealand 'Slaughterhouse' silenced: Abattoir on wheels … path:1,HTML,1,BODY,4,DIV,0,DIV,5,MAIN selector:body.nzh > div#fusion-app > div.containerV2 > main#main snippet:<main class="main" id="main" role="main" data-test-ui="main"> type:node] score:0.022655 subItems:map[items:[map[cause:Unsized image element extra:map[boundingRect:map[bottom:3654 height:28 left:1181 right:1318 top:3626 width:137] lhId:page-36-IMG nodeLabel:Brand Logo path:1,HTML,1,BODY,4,DIV,0,DIV,5,MAIN,6,SECTION,1,DIV,0,HEADER,1,A,0,IMG selector:div.chain-container > header.flex > a.flex > img.max-h-10 snippet:<img src="/pf/resources/images/brands/redesign/NZHPremium.svg?d=1030" data-test-ui="chain__header-logo" alt="Brand Logo" class="max-h-10 max-w-fit"> type:node]]] type:subitems]]]

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:121.859 source:map[column:33 line:893 type:source-location url:https://www.nzherald.co.nz/pf/resources/scripts/utils/newrelic.js?d=1030 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:156.644 source:map[type:text value:[unattributed]]] map[reflowTime:6.291 source:map[column:183 line:0 type:source-location url:https://www.nzherald.co.nz/pf/resources/dist/scripts/lazyLoad.js?d=1030 urlProvider:network]] map[reflowTime:91.061 source:map[column:2.295671e+06 line:1 type:source-location url:https://www.nzherald.co.nz/pf/dist/components/combinations/default.js?d=1030&mxId=00000000 urlProvider:network]] map[reflowTime:7.534 source:map[column:34674 line:1 type:source-location url:https://www.nzherald.co.nz/pf/dist/components/combinations/default.js?d=1030&mxId=00000000 urlProvider:network]] map[reflowTime:0.221 source:map[column:48581 line:18 type:source-location url:https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js urlProvider:network]] map[reflowTime:0.576 source:map[column:18 line:879 type:source-location url:https://www.nzherald.co.nz/pf/resources/scripts/tracking/ga360-tracking.js?d=1030 urlProvider:network]] map[reflowTime:2.03 source:map[column:22733 line:0 type:source-location url:https://www.nzherald.co.nz/pf/dist/components/combinations/3.chunk.js?d=1030 urlProvider:network]] map[reflowTime:1.921 source:map[column:17333 line:0 type:source-location url:https://www.nzherald.co.nz/pf/dist/components/combinations/3.chunk.js?d=1030 urlProvider:network]] map[reflowTime:5.494 source:map[column:132923 line:28 type:source-location url:https://players.brightcove.net/1308227299001/kSviedO8x_default/index.min.js urlProvider:network]] map[reflowTime:80.635 source:map[column:117934 line:0 type:source-location url:https://players.brightcove.net/1308227299001/kSviedO8x_default/index.min.js urlProvider:network]] map[reflowTime:0.873 source:map[column:132923 line:28 type:source-location url:https://players.brightcove.net/1308227299001/mSt49EZ9g_default/index.min.js urlProvider:network]] map[reflowTime:0.929 source:map[column:223 line:733 type:source-location url:https://imasdk.googleapis.com/js/sdkloader/ima3.js urlProvider:network]] map[reflowTime:1.166 source:map[column:223 line:733 type:source-location url:https://imasdk.googleapis.com/js/sdkloader/ima3.js urlProvider:network]] map[reflowTime:5.066 source:map[column:237248 line:18 type:source-location url:https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js urlProvider:network]] map[reflowTime:10.636 source:map[column:241855 line:18 type:source-location url:https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js urlProvider:network]] map[reflowTime:1.209 source:map[column:102033 line:18 type:source-location url:https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js urlProvider:network]] map[reflowTime:4.873 source:map[column:115610 line:0 type:source-location url:https://players.brightcove.net/1308227299001/kSviedO8x_default/index.min.js urlProvider:network]] map[reflowTime:1.047 source:map[column:115875 line:0 type:source-location url:https://players.brightcove.net/1308227299001/kSviedO8x_default/index.min.js urlProvider:network]] map[reflowTime:5.16 source:map[column:143046 line:18 type:source-location url:https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js urlProvider:network]] map[reflowTime:5.834 source:map[column:1628 line:5 type:source-location url:/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.DsKGN-qqfrQ.es5.O/d=1/exm=kernel_loader,loader_js_executable,web_iab_tcf_v2_signal_executable/ed=1/rs=AJlcJMz2YRLcgcQw7bN4By8dD3CBlNJULw/m=ad_blocking_detection_executable urlProvider:network]] map[reflowTime:2.169 source:map[column:150036 line:0 type:source-location url:https://pixel.adsafeprotected.com/jload?anId=931765&campId=970x250&pubId=5172816478&chanId=21824211510&placementId=7284334265&pubCreative=138554845598&pubOrder=4043244445&adType=leaderboard&pt=home&subscriber=false&pos=1&content_type=&ias_adpath=%23Home_leaderboard1 urlProvider:network]] map[reflowTime:1.213 source:map[column:117921 line:2 type:source-location url:https://massets.bonzai.co/2667426797274416852_1776652165895_script.js urlProvider:network]] map[reflowTime:1.644 source:map[column:116691 line:2 type:source-location url:https://massets.bonzai.co/2667426797274416852_1776652165895_script.js urlProvider:network]] map[reflowTime:0.06 source:map[column:118300 line:2 type:source-location url:https://massets.bonzai.co/2667426797274416852_1776652165895_script.js urlProvider:network]] map[reflowTime:0.123 source:map[column:1818 line:2 type:source-location url:https://massets.bonzai.co/2667426797274416852_1776652165895_script.js urlProvider:network]] map[reflowTime:0.291 source:map[column:1494 line:159 type:source-location url:https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js urlProvider:network]]]

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
tpc.googlesyndication.com/simgad/525958071068103416?92.3 KiB84.2 KiB
Evacuations as heavy rain continues; major slip closes SH3 in Taranaki; Moutoa… div.@container > div.bg-gray-100 > a.no-underline > img.h-full
/resizer/v2/CVXJGJFFONHHVIOOGWNUYSG5LI.JPG?auth=1a132a301...58.7 KiB49.0 KiB
Schools seek OIA exemption after mass request hits 2400 institutions div.@container > div.bg-gray-100 > a.no-underline > img.h-full
/resizer/v2/4RMDGSCEWNGZVDPLGE5TMKMU4I.jpg?auth=41ef9d546...47.8 KiB38.2 KiB
div#mainbanner > div > div#Byyq26 > div#Byyq26-rotate div#mainbanner > div > div#Byyq26 > div#Byyq26-rotate
massets.bonzai.co/21ae192a-6e5c-4af5-a029-c9a1c7ebb517_v1_5.jpg103.8 KiB25.7 KiB
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
/v1/static/1308227299001/d8143e7f-8554-401a-9615-97e15b35...26.0 KiB24.9 KiB
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
/v1/static/1308227299001/d4376456-e84c-44d5-bd2c-cef0b7e7...24.2 KiB23.1 KiB
div.video-wrapper > div#fast-channel-video-6393569266112 > div#vjs_video_6393569266112 > video#vjs_video_6393569266112_html5_api div.video-wrapper > div#fast-channel-video-6393569266112 > div#vjs_video_6393569266112 > video#vjs_video_6393569266112_html5_api
media.nzherald.co.nz/webcontent/herald-now/poster.jpg23.7 KiB20.4 KiB
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
/v1/static/1308227299001/5d92b9ce-5d1d-442d-9c1a-a112fe0e...12.9 KiB11.8 KiB
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
/v1/static/1308227299001/75fa7a98-87ec-485d-bade-4a1f399c...12.8 KiB11.7 KiB
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
/v1/static/1308227299001/ef9bfc31-196c-4ff3-bfa3-4c303530...12.3 KiB11.1 KiB
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
/v1/static/1308227299001/082806de-792f-4bd0-bacf-74b9806b...11.4 KiB10.3 KiB
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
/v1/static/1308227299001/7e18846b-3c88-4c64-a00e-37b99877...10.8 KiB9.7 KiB
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
/v1/static/1308227299001/60ed5d99-091d-437c-bbf7-3358c2ed...10.1 KiB9.0 KiB
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
/v1/static/1308227299001/ab2a717f-a2ec-4614-a93b-7bb15ff2...9.7 KiB8.6 KiB
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
/v1/static/1308227299001/231d0071-29a1-4bda-b2a0-1f32f28d...9.7 KiB8.6 KiB
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
/v1/static/1308227299001/537f3227-4f08-46d8-a7cc-0f038317...8.9 KiB7.8 KiB
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
/v1/static/1308227299001/8b520c84-cd8d-4bd3-b590-22503996...7.8 KiB6.7 KiB
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
/v1/static/1308227299001/5adfd0f2-cab3-412b-a618-2ed52fac...7.3 KiB6.2 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.

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

A long cache lifetime can speed up repeat visits to your page. Learn more about caching.

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
players.brightcove.net/1308227299001/kSviedO8x_default/index.min.js300.0 s339.7 KiB
players.brightcove.net/1308227299001/mSt49EZ9g_default/index.min.js300.0 s325.5 KiB
media.nzherald.co.nz/pf/user-location/wellington_160x250.png14400.0 s334.7 KiB
media.nzherald.co.nz/pf/user-location/gettyimage3_160x250.png14400.0 s330.5 KiB
media.nzherald.co.nz/pf/user-location/gettyimage2_160x250.png14400.0 s306.1 KiB
media.nzherald.co.nz/pf/user-location/waikato_160x250.png14400.0 s303.8 KiB
media.nzherald.co.nz/pf/user-location/queenstown_160x250.png14400.0 s303.1 KiB
media.nzherald.co.nz/pf/user-location/gettyimage_160x250.png14400.0 s275.6 KiB
media.nzherald.co.nz/pf/user-location/rotorua_160x250.png14400.0 s271.3 KiB
media.nzherald.co.nz/pf/user-location/auckland_160x250.png14400.0 s243.7 KiB
connect.facebook.net/en_US/fbevents.js1200.0 s96.6 KiB
pagead2.googlesyndication.com/pagead/js/lidar.js?fcd=true3600.0 s83.1 KiB
/pagead/managed/js/activeview/current/ufs_web_display.js3600.0 s73.1 KiB
/pagead/managed/js/activeview/current/ufs_web_display.js3600.0 s73.1 KiB
/signals/config/188836589149854?v=2.9.303&r=stable&domain...1200.0 s46.1 KiB
cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js86400.0 s74.0 KiB
/462b232fcb63ec2c862d2638cae0e436/abtasty-tooltip-2-0-ind...30.0 s16.5 KiB
media.nzherald.co.nz/webcontent/herald-now/poster.jpg14400.0 s24.1 KiB
s0.2mdn.net/879366/express_html_inpage_rendering_lib_200_287.js86400.0 s40.9 KiB
amplify.outbrain.com/cp/obtp.js1200.0 s18.3 KiB
tentacles.smartocto.com/ten/tentacle.js60.0 s14.0 KiB
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js3600.0 s15.4 KiB
ep2.adtrafficquality.google/sodar/VFc2VJAc.js3000.0 s14.4 KiB
/jload?anId=931765&campId=0x0&pubId=4716806339&chanId=218...604800.0 s92.3 KiB
/jload?anId=931765&campId=970x250&pubId=5172816478&chanId...604800.0 s92.3 KiB
/rjss/st/2858588/93235750/skeleton.js?bundleId=${BUNDLE_I...604800.0 s92.3 KiB
/jload?anId=931765&campId=0x0&pubId=4716806339&chanId=218...604800.0 s92.3 KiB
tags.crwdcntrl.net/lt/c/5227/lt.min.js86400.0 s19.7 KiB
/files/79255/Tactical_Images/CTB001/300x600/[FRAME 4] Fed...86400.0 s18.9 KiB
snap.licdn.com/li.lms-analytics/insight.min.js86400.0 s18.7 KiB
www.queryly.com/js/queryly.v4.js14400.0 s10.7 KiB
static.zuora.com/Resources/libs/hosted/1.3.1/zuora-min.js0.0 ms7.1 KiB
s.go-mpulse.net/boomerang/UWPKL-8SUZA-9NCKM-A8X6N-X2F79604800.0 s58.0 KiB
/files/79255/Tactical_Images/CTB001/300x600/[FRAME 2] Fed...86400.0 s14.2 KiB
eus.rubiconproject.com/usync.js62092.0 s11.5 KiB
tags.crwdcntrl.net/lt/c/16589/sync.min.js86400.0 s13.1 KiB
/jsconfig/jload/931765?cbName=__IntegralAS__8679&anId=931...0.0 ms4.5 KiB
/jsconfig/jload/931765?cbName=__IntegralAS__8925&anId=931...0.0 ms4.4 KiB
/files/79255/Tactical_Images/CTB001/300x600/[FRAME 1] Fed...86400.0 s10.8 KiB
tentacles.smartocto.com/ten/ingestion.js?v=177677539141860.0 s3.8 KiB
/jsconfig/rjss/st/2858588/93235750/skeleton.js?cbName=__I...0.0 ms3.6 KiB
try.abtasty.com/462b232fcb63ec2c862d2638cae0e436.js30.0 s3.3 KiB
tentacles.smartocto.com/ten/reading-time.js?v=177677539141860.0 s3.2 KiB
cdn-gl.imrworldwide.com/v60.js86400.0 s7.2 KiB
/conf/PA5501B43-0180-472E-A054-7077B62D5366.js86400.0 s6.7 KiB
/files/79255/Tactical_Images/CTB001/300x600/[FRAME 3] Fed...86400.0 s3.6 KiB
/462b232fcb63ec2c862d2638cae0e436/variation-js-1667752-54...30.0 s926 B
/pagead/js/r20260420/r20110914/client/qs_click_protection...1209600.0 s8.9 KiB
tpc.googlesyndication.com/pagead/js/r20260420/r20110914/abg_lite_fy2021.js1209600.0 s8.7 KiB
tpc.googlesyndication.com/pagead/js/r20260420/r20110914/abg_lite_fy2021.js1209600.0 s8.4 KiB
pagead2.googlesyndication.com/pagead/js/r20260420/r20110914/abg_lite_fy2021.js1209600.0 s8.4 KiB
www.queryly.com/images/whitecloseicon.png14400.0 s1.1 KiB
applets.ebxcdn.com/ebx.js7200.0 s1.0 KiB
/files/79255/Tactical_Images/CTB001/300x600/[FRAME 2] Fed...86400.0 s1.9 KiB
/files/79255/Tactical_Images/Sprint_B/EN/BTA001/Display/3...86400.0 s1.9 KiB
/files/79255/Tactical_Images/CTB001/300x600/[FRAME 1] Fed...86400.0 s1.9 KiB
/files/79255/Tactical_Images/CTB001/300x600/[FRAME 3] Fed...86400.0 s1.9 KiB
www.images-home.com/image.js0.0 ms594 B
wave.outbrain.com/mtWavesBundler/handler/005ec43fc57a078e322c19003a4d9d424560.0 s539 B
/1/279c85bde3?a=1834909469&sa=1&v=1226.PROD&t=Unnamed%20T...0.0 ms531 B
media.nzherald.co.nz/logging/newrelic_log_config.js14400.0 s706 B
/shareddata/newsbar/newsbarscript.js?_=0.263694597068560351200.0 s504 B
www.images-home.com/86975.gif?from=www.nzherald.co.nz0.0 ms405 B
/1px.gif?q=eyJwaWQiOiJsIiwicG4iOiJsIiwicHQiOiJodHRwcyIsIm...0.0 ms380 B
/1px.gif?q=eyJwaWQiOiJsIiwicG4iOiJsIiwicHQiOiJodHRwcyIsIm...0.0 ms379 B
/1px.gif?q=eyJwaWQiOiJsIiwicG4iOiJsIiwicHQiOiJodHRwcyIsIm...0.0 ms379 B
/1px.gif?q=eyJwaWQiOiJsIiwicG4iOiJsIiwicHQiOiJodHRwcyIsIm...0.0 ms378 B
/1px.gif?q=eyJwaWQiOiJsIiwicG4iOiJsIiwicHQiOiJodHRwcyIsIm...0.0 ms378 B
/1px.gif?q=eyJwaWQiOiJsIiwicG4iOiJsIiwicHQiOiJodHRwcyIsIm...0.0 ms378 B
/1px.gif?q=eyJwaWQiOiJsIiwicG4iOiJsIiwicHQiOiJodHRwcyIsIm...0.0 ms378 B
/1px.gif?q=eyJwaWQiOiJsIiwicG4iOiJsIiwicHQiOiJodHRwcyIsIm...0.0 ms378 B
/1px.gif?q=eyJwaWQiOiJsIiwicG4iOiJsIiwicHQiOiJodHRwcyIsIm...0.0 ms378 B
/1px.gif?q=eyJwaWQiOiJsIiwicG4iOiJsIiwicHQiOiJodHRwcyIsIm...0.0 ms378 B
/1px.gif?q=eyJwaWQiOiJsIiwicG4iOiJsIiwicHQiOiJodHRwcyIsIm...0.0 ms378 B
/1px.gif?q=eyJwaWQiOiJsIiwicG4iOiJsIiwicHQiOiJodHRwcyIsIm...0.0 ms377 B
/1px.gif?q=eyJwaWQiOiJsIiwicG4iOiJsIiwicHQiOiJodHRwcyIsIm...0.0 ms377 B
cdn-gl.imrworldwide.com/novms/js/2/nlsqueue.min.js86400.0 s883 B
9thbdgxixx7tas6jtlf99mlp1rlgy1776804156.nuid.imrworldwide.com/0.0 ms351 B
/pagead/js/r20260420/r20110914/elements/html/omrhp_fy2021.js1209600.0 s3.3 KiB
/shareddata/newsbar/newsbarscript.js?_=0.388551527683624661200.0 s338 B
tr.outbrain.com/cachedClickId?marketerId=005ec43fc57a078e322c19003a4d9d42450.0 ms293 B
/collect?v=2&fmt=js&pid=3093356&time=1776804153853&li_ads...0.0 ms271 B
/pagead/js/r20260420/r20110914/client/window_focus_fy2021.js1209600.0 s1.3 KiB
/4.js?ias_xappb=&adContainerId=brand_safety_OeHnac3MFJfJ4...604800.0 s1.1 KiB
www.facebook.com/tr?id=225703061569407&ev=PageView&noscript=1&gtmcb=5915933370.0 ms19 B
/tr/?id=188836589149854&ev=PageView&dl=https%3A%2F%2Fwww....0.0 ms16 B
/pagead/managed/js/activeview/current/ufs_web_display.js3600.0 s0 B
/pagead/managed/js/activeview/current/ufs_web_display.js3600.0 s0 B
/pagead/managed/js/activeview/current/ufs_web_display.js3600.0 s0 B
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js3600.0 s0 B
/pagead/js/r20260420/r20110914/client/qs_click_protection...1209600.0 s0 B
/pagead/js/r20260420/r20110914/client/window_focus_fy2021.js1209600.0 s0 B

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.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 207 ms
URLTime Spent
nzherald.co.nz/207 ms
www.nzherald.co.nz/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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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

Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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.

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 80 ms 1.9 MiB
URLTransfer SizeEst Savings
/pf/dist/components/combinations/default.js?d=1030&mxId=0...819.0 KiB496.8 KiB
/pagead/managed/js/gpt/m202604160201/pubads_impl.js599.8 KiB269.4 KiB
players.brightcove.net/1308227299001/mSt49EZ9g_default/index.min.js325.3 KiB250.2 KiB
players.brightcove.net/1308227299001/kSviedO8x_default/index.min.js339.2 KiB146.1 KiB
imasdk.googleapis.com/js/sdkloader/ima3.js146.0 KiB99.3 KiB
imasdk.googleapis.com/js/sdkloader/ima3.js146.0 KiB98.5 KiB
accounts.google.com/gsi/client95.3 KiB71.1 KiB
pagead2.googlesyndication.com/pagead/js/lidar.js?fcd=true83.1 KiB64.9 KiB
www.googletagmanager.com/gtag/js?id=G-REYCMQR37L&cx=c&gtm=4e64k0h2168.6 KiB56.8 KiB
www.nzherald.co.nz/pf/resources/dist/scripts/prebid.js?d=1030129.9 KiB56.4 KiB
www.googletagmanager.com/gtm.js?id=GTM-KGJ3NMV164.9 KiB53.7 KiB
s.go-mpulse.net/boomerang/UWPKL-8SUZA-9NCKM-A8X6N-X2F7957.8 KiB38.3 KiB
/jload?anId=931765&campId=970x250&pubId=5172816478&chanId...92.1 KiB36.7 KiB
fundingchoicesmessages.google.com/i/83069739?ers=368.6 KiB36.3 KiB
connect.facebook.net/en_US/fbevents.js96.5 KiB32.7 KiB
www.nzherald.co.nz/pf/dist/engine/react.js?d=1030&mxId=0000000095.8 KiB31.8 KiB
/pagead/managed/js/activeview/current/ufs_web_display.js73.1 KiB30.4 KiB
massets.bonzai.co/2667426797274416852_1776652165895_script.js57.9 KiB27.0 KiB
try.abtasty.com/462b232fcb63ec2c862d2638cae0e436/main.1cb09aa6bd44baf8f51b.js72.7 KiB24.8 KiB
www.nzherald.co.nz/pf/dist/components/combinations/2.chunk.js?d=103024.9 KiB23.4 KiB
/ats-modules/9687ecdc-0a13-4239-90cd-8f7e183cc794/ats.js38.6 KiB22.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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLTotal CPU TimeScript EvaluationScript Parse
www.nzherald.co.nz/pf/resources/scripts/utils/newrelic.js?d=10307.8 s5.4 s6.4 ms
players.brightcove.net/1308227299001/kSviedO8x_default/index.min.js1.7 s472 ms43 ms
Unattributable1.6 s187 ms0.0 ms
www.nzherald.co.nz/1.0 s216 ms92 ms
/pagead/managed/js/gpt/m202604160201/pubads_impl.js673 ms548 ms20 ms
massets.bonzai.co/2667426797274416852_1776652165895_script.js512 ms290 ms9.1 ms
fundingchoicesmessages.google.com/i/83069739?ers=3494 ms485 ms7.1 ms
/jsconfig/jload/931765?cbName=__IntegralAS__8925&anId=931...402 ms347 ms0.2 ms
/pf/dist/components/combinations/default.js?d=1030&mxId=0...338 ms217 ms117 ms
tentacles.smartocto.com/ten/tentacle.js212 ms191 ms1.4 ms
static.adsafeprotected.com/sca.17.6.4.js211 ms205 ms3.5 ms
players.brightcove.net/1308227299001/mSt49EZ9g_default/index.min.js208 ms154 ms40 ms
/signals/config/188836589149854?v=2.9.303&r=stable&domain...167 ms157 ms9.4 ms
www.googletagmanager.com/gtm.js?id=GTM-KGJ3NMV151 ms124 ms20 ms
/1/279c85bde3?a=1834909469&sa=1&v=1226.PROD&t=Unnamed%20T...141 ms122 ms0.1 ms
imasdk.googleapis.com/js/sdkloader/ima3.js118 ms54 ms62 ms
www.googletagmanager.com/gtag/js?id=G-REYCMQR37L&cx=c&gtm=4e64k0h2116 ms97 ms18 ms
/pagead/managed/js/activeview/current/ufs_web_display.js109 ms86 ms7.9 ms
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js103 ms88 ms4.0 ms
try.abtasty.com/462b232fcb63ec2c862d2638cae0e436/main.1cb09aa6bd44baf8f51b.js96 ms86 ms9.6 ms
cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js82 ms66 ms10 ms
www.nzherald.co.nz/pf/resources/dist/scripts/prebid.js?d=103062 ms49 ms12 ms
tentacles.smartocto.com/ten/reading-time.js?v=177677539141853 ms42 ms0.3 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
Script Evaluation10.2 s
Other4.4 s
Style & Layout765 ms
Script Parsing & Compilation621 ms
Rendering587 ms
Garbage Collection365 ms
Parse HTML & CSS181 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
The page has an unload handler in the main frame.Actionable
The page has an unload handler in a sub frame.Actionable

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
Brand Logo div.chain-container > header.flex > a.flex > img.max-h-10
www.nzherald.co.nz/pf/resources/images/brands/redesign/NZHPremium.svg?d=1030
Brand Logo div.chain-container > header.flex > a.flex > img.max-h-10
www.nzherald.co.nz/pf/resources/images/brands/redesign/Driven.svg?d=1030
Brand Logo div.chain-container > header.flex > a.flex > img.max-h-10
www.nzherald.co.nz/pf/resources/images/brands/redesign/OneRoof.svg?d=1030
Brand Logo div.chain-container > header.flex > a.flex > img.max-h-10
www.nzherald.co.nz/pf/resources/images/brands/redesign/Listener.svg?d=1030
Brand Logo div.chain-container > header.flex > a.flex > img.max-h-10
www.nzherald.co.nz/pf/resources/images/brands/redesign/Viva.svg?d=1030

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

Optimize DOM size
LCP breakdown
LCP request discovery
Render blocking requests
Optimize viewport for mobile
Minify CSS
User Timing marks and measures 33 user timings
Avoid long main-thread tasks 20 long tasks found
Network Requests
Network Round Trip Times 310 ms
Server Backend Latencies 510 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 30 ms
Avoid large layout shifts 7 layout shifts found
INP breakdown
Avoid non-composited animations
85

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
Trump extends ceasefire as Iran pulls out of talks section.breaking-news > div.breaking-news__inner > p.breaking-news__message > a.breaking-news__link
Advertise with NZME. div.containerV2 > main#main > div#ad-container > a.ad__link
Opinion div.flex > div.flex > div.flex > a.text-xxs
OneRoof div.flex > div.flex > div.flex > a.flex
OneRoof div.flex > div.flex > div.flex > a.flex
ADVERTISEMENT div.relative > div.min-w-full > div#ad-container > span.ad__heading
Advertise with NZME. div.relative > div.min-w-full > div#ad-container > a.ad__link
OneRoof div.@container > div > div.flex > a.flex
Updated div > div.flex > div.flex > span
Analysis div.@container > div > div.flex > a.flex
ADVERTISEMENT div.containerV2 > main#main > div#ad-container > span.ad__heading
Advertise with NZME. div.containerV2 > main#main > div#ad-container > a.ad__link
Cartoons div.flex > div.flex > div.flex > a.text-xxs
Cartoons div.flex > div.flex > div.flex > a.text-xxs
ADVERTISEMENT div.relative > div.min-w-full > div#ad-container > span.ad__heading
Advertise with NZME. div.relative > div.min-w-full > div#ad-container > a.ad__link
ADVERTISEMENT div.flex > div.min-w-full > div#ad-container > span.ad__heading
Advertise with NZME. div.flex > div.min-w-full > div#ad-container > a.ad__link
ADVERTISEMENT div.containerV2 > main#main > div#ad-container > span.ad__heading
Advertise with NZME. div.containerV2 > main#main > div#ad-container > a.ad__link
Opinion div.flex > div.flex > div.flex > a.flex
Opinion div.flex > div.flex > div.flex > a.text-xxs
Analysis div.flex > div.flex > div.flex > a.text-xxs
OneRoof div.@container > div > div.flex > a.flex
Updated div > div.flex > div.flex > span
OneRoof div.@container > div > div.flex > a.flex
Updated div > div.flex > div.flex > span
OneRoof div.@container > div > div.flex > a.flex
OneRoof div.@container > div > div.flex > a.flex
Opinion div.flex > div.flex > div.flex > a.text-xxs
Reviews div.flex > div.flex > div.flex > a.text-xxs
ADVERTISEMENT div.flex > div.min-w-full > div#ad-container > span.ad__heading
Advertise with NZME. div.flex > div.min-w-full > div#ad-container > a.ad__link

These are opportunities to improve the legibility of your content.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.relative > div.flex > div.flex > a.no-underline div.relative > div.flex > div.flex > a.no-underline
div.relative > div.flex > div.flex > a.no-underline div.relative > div.flex > div.flex > a.no-underline
div.relative > div.flex > div.flex > a.no-underline div.relative > div.flex > div.flex > a.no-underline
div.relative > div.flex > div.flex > a.no-underline div.relative > div.flex > div.flex > a.no-underline
div.relative > div.flex > div.flex > a.no-underline div.relative > div.flex > div.flex > a.no-underline
div.relative > div.flex > div.flex > a.no-underline div.relative > div.flex > div.flex > a.no-underline
div.relative > div.flex > div.flex > a.no-underline div.relative > div.flex > div.flex > a.no-underline
div.relative > div.flex > div.flex > a.no-underline div.relative > div.flex > div.flex > a.no-underline

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
New Zealand div.relative > div.relative > div.flex > a.flex
Analysis div.flex > div.flex > div.flex > a.text-xxs
New Zealand div.relative > div.relative > div.flex > a.flex

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Sign In header.nzh-masthead-scroll > div#masthead-header > div.flex > button.btn-icon
Full forecast div.h-auto > div.h-auto > div.flex > button.btn
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-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
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
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
`[lang]` attributes have a valid value
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
`<video>` elements contain a `<track>` element with `[kind="captions"]`
All heading elements contain content.
Identical links have the same purpose.
`[accesskey]` values are unique
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 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
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
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
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
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.
Tables have different content in the summary attribute and `<caption>`.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
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.
73

Best Practices

User Experience

Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLAspect Ratio (Displayed)Aspect Ratio (Actual)
Aaron Smale div.flex > div.flex > div.rounded-full > img.h-8
/nzme/fbb24ab2-b88b-4fe9-a037-f89eeaebf092.jpg32 x 32 (1.00)480 x 419 (1.15)
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
/v1/jit/1308227299001/c21654d6-1009-4866-882d-7a2e1c356cb...102 x 68 (1.50)160 x 90 (1.78)
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
/v1/static/1308227299001/d4376456-e84c-44d5-bd2c-cef0b7e7...102 x 68 (1.50)160 x 90 (1.78)
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
/v1/static/1308227299001/d8143e7f-8554-401a-9615-97e15b35...102 x 68 (1.50)160 x 90 (1.78)

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
Topics
AttributionReporting
SharedStorage
Unload event listeners are deprecated and will be removed.

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
[GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token.
Failed to load resource: net::ERR_NAME_NOT_RESOLVED
Failed to load resource: net::ERR_NAME_NOT_RESOLVED
Failed to load resource: the server responded with a status of 400 ()
Failed to load resource: the server responded with a status of 451 ()
Not signed in with the identity provider.
TypeError: Cannot read properties of undefined (reading 'method') at h (https://js-agent.newrelic.com/spa-aggregate.58d1fc78-1226.min.js:1:7272) at h (https://js-agent.newrelic.com/spa-aggregate.58d1fc78-1226.min.js:1:7617) at O.serializeInteraction (https://js-agent.newrelic.com/spa-aggregate.58d1fc78-1226.min.js:1:7881) at https://js-agent.newrelic.com/spa-aggregate.58d1fc78-1226.min.js:1:5953 at Array.forEach (<anonymous>) at O.serializeMultiple (https://js-agent.newrelic.com/spa-aggregate.58d1fc78-1226.min.js:1:5928) at Array.<anonymous> (https://js-agent.newrelic.com/spa-aggregate.58d1fc78-1226.min.js:1:9163) at b.createPayload (https://js-agent.newrelic.com/118.34a59fa6-1226.min.js:1:2892) at b.sendX (https://js-agent.newrelic.com/118.34a59fa6-1226.min.js:1:795) at C.runHarvest (https://js-agent.newrelic.com/118.34a59fa6-1226.min.js:1:4926)

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Uses HTTPS
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
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
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
85

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

Descriptive link text helps search engines understand your content. Learn how to make links more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Link destinationLink Text
www.nzherald.co.nz/my-account/subscription/offers/Learn more

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]
div.flex > div.flex > div.relative > img.aspect-[3/2] div.flex > div.flex > div.relative > img.aspect-[3/2]

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

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
Links are crawlable
robots.txt is valid
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback