Page summary

https://www.wikipedia.org

Tested 2026-03-04 08:50:44 using Chrome 144.0.7559.59 (runtime settings).

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayCPU
| Summary | | Download Video | Download Timeline Log | Download HAR | Download Console Logs | 

Summary

MetricValue
Page metrics
Performance Score93
Total Page Transfer Size276.6 KB
Requests9
Timing metrics
TTFB [median]505 ms
First Paint [median]1.476 s
Fully Loaded [median]3.295 s
Google Web Vitals
TTFB [median]505 ms
First Contentful Paint (FCP) [median]1.476 s
Largest Contentful Paint (LCP) [median]3.084 s
Cumulative Layout Shift (CLS) [median]0.00
Interaction To Next Paint (INP) [median]872 ms
Total Blocking Time [median]1.200 s
Max Potential FID [median]831 ms
CPU metrics
CPU long tasks [median]5
CPU longest task duration1.439 s
CPU last long task happens at3.005 s
Visual Metrics
First Visual Change [median]1.466 s
Speed Index [median]3.342 s
Visual Complete 85% [median]3.066 s
Visual Complete 99% [median]13.466 s
Last Visual Change [median]13.533 s
Screenshot of run 1

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange1.300 s1.466 s1.478 s1.667 s
LastVisualChange13.500 s13.533 s13.522 s13.533 s
SpeedIndex3.294 s3.342 s3.374 s3.485 s
Heading2.900 s3.000 s3.000 s3.100 s
LargestContentfulPaint3.634 s3.666 s4.300 s5.600 s
LastMeaningfulPaint3.634 s3.666 s4.300 s5.600 s
VisualReadiness11.833 s12.067 s12.044 s12.233 s
VisualComplete853.033 s3.066 s3.100 s3.200 s
VisualComplete957.033 s7.033 s7.044 s7.067 s
VisualComplete9913.433 s13.466 s13.455 s13.467 s
Google Web Vitals
Time To First Byte (TTFB)487 ms505 ms499 ms505 ms
Largest Contentful Paint (LCP)3.032 s3.084 s3.097 s3.176 s
First Contentful Paint (FCP)1.300 s1.476 s1.472 s1.640 s
Cumulative Layout Shift (CLS)0000
More metrics
firstPaint1.300 s1.476 s1.472 s1.640 s
loadEventEnd3.080 s3.174 s3.173 s3.265 s
CPU
Total Blocking Time149 ms1.200 s875 ms1.275 s
Max Potential FID195 ms831 ms702 ms1.080 s
CPU long tasks 5555
CPU last long task happens at2.905 s3.005 s3.000 s3.089 s
| Waterfall | | Download HAR | 

Waterfall

Run 1 SpeedIndex median

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.7 sCPU Long Task duration 213 ms
1 sCPU Long Task duration 335 ms
1.3 sCPU Long Task duration 1.439 sFirst Contentful Paint 1.300 sFirst Visual Change 1.300 s
1.4 s
1.5 s
1.6 s
1.7 s
1.8 s
1.9 s
2 s
2.1 s
2.2 s
2.3 s
2.4 s
2.5 s
2.6 s
2.7 s
2.8 sCPU Long Task duration 195 ms
2.9 s
3 sHeading 3.000 s
3.1 sCPU Long Task duration 54 msDOM Content Loaded Time 3.010 sVisual Complete 85% 3.066 sLCP <VIDEO> wikipedia25-video 3.084 s
3.2 sPage Load Time 3.174 s
3.3 sFully Loaded 3.295 s
3.4 s
3.5 s
3.6 s
3.7 s
3.8 s
3.9 s
4 s
4.1 s
4.2 s
4.3 s
4.4 s
4.5 s
4.6 s
4.7 s
4.8 s
4.9 s
5 s
5.1 s
5.2 s
5.3 s
5.4 s
5.5 s
5.6 s
5.7 s
5.8 s
5.9 s
6 s
6.1 s
6.2 s
6.3 s
6.4 s
6.5 s
6.6 s
6.7 s
6.8 s
6.9 s
7 s
7.1 sVisual Complete 95% 7.033 s
7.2 s
7.3 s
7.4 s
7.5 s
7.6 s
7.7 s
7.8 s
7.9 s
8 s
8.1 s
8.2 s
8.3 s
8.4 s
8.5 s
8.6 s
8.7 s
8.8 s
8.9 s
9 s
9.1 s
9.2 s
9.3 s
9.4 s
9.5 s
9.6 s
9.7 s
9.8 s
9.9 s
10 s
10.1 s
10.2 s
10.3 s
10.4 s
10.5 s
10.6 s
10.7 s
10.8 s
10.9 s
11 s
11.1 s
11.2 s
11.3 s
11.4 s
11.5 s
11.6 s
11.7 s
11.8 s
11.9 s
12 s
12.1 s
12.2 s
12.3 s
12.4 s
12.5 s
12.6 s
12.7 s
12.8 s
12.9 s
13 s
13.1 s
13.2 s
13.3 s
13.4 s
13.5 sVisual Complete 99% 13.466 s
13.6 sLast Visual Change 13.533 s
| Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on privacy and best practices. Tested using Coach-core version 8.1.3.

I am the coach

Coach score

Performance advice (93)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 0 blocking requests and 2 in body parser blocking (2 JavaScript and 0 CSS).80
Description: The critical rendering path is what the browser needs to do to start rendering the page. Every file requested inside of the head element will postpone the rendering of the page, because the browser need to do the request. Avoid loading JavaScript synchronously inside of the head (you should not need JavaScript to render the page), request files from the same domain as the main document (to avoid DNS lookups) and inline CSS for really fast rendering and a short rendering path.
Offenders:
  • https://www.wikipedia.org/portal/wikipedia.org/assets/js/index-90de98612a.js
  • https://www.wikipedia.org/portal/wikipedia.org/assets/js/gt-ie9-507b16b6be.js
  • Have a fast largest contentful paint (largestContentfulPaint)Largest contentful paint can be improved 3.084 s. It is in the Google Web Vitals needs improvement range, slower than 2.5 seconds.80
    Description: Largest contentful paint is one of Google Web Vitals and reports the render time of the largest image or text block visible within the viewport, relative to when the page first started loading. To be fast according to Google, it needs to render before 2.5 seconds and results over 4 seconds is poor performance.
    Offenders:
  • https://www.wikipedia.org/portal/wikipedia.org/assets/img/wikipedia25-synthesizer-poster-light.webp
  • Avoid CPU Long Tasks (longTasks)The page has 5 CPU long tasks with the total of 2.236 s. The total blocking time is 149 ms and 3 long tasks before first contentful paint with total time of 1.987 s. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.0
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • unknown
  • unknown
  • unknown
  • unknown
  • self
  • Long cache headers is good (cacheHeadersLong)The page has 7 requests that have a shorter cache time than 30 days (but still a cache time).93
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://www.wikipedia.org/portal/wikipedia.org/assets/img/Wikipedia-logo-v2@2x.png
  • https://www.wikipedia.org/portal/wikipedia.org/assets/js/index-90de98612a.js
  • https://www.wikipedia.org/portal/wikipedia.org/assets/js/gt-ie9-507b16b6be.js
  • https://www.wikipedia.org/portal/wikipedia.org/assets/img/sprite-e49fbf32.svg
  • https://www.wikipedia.org/portal/wikipedia.org/assets/img/wikipedia25-synthesizer-poster-light.webp
  • https://www.wikipedia.org/portal/wikipedia.org/assets/img/Wikinews-logo_sister@2x.png
  • https://www.wikipedia.org/portal/wikipedia.org/assets/img/wikipedia25-synthesizer-idle-light.webm
  • Best practice advice (100)

    Your best practice score is perfect!

    Privacy advice (88)

    TitleAdviceScore
    Use a good Content-Security-Policy header to make sure you you avoid Cross Site Scripting (XSS) attacks. (contentSecurityPolicyHeader)Set a Content-Security-Policy header to make sure you are not open for Cross Site Scripting (XSS) attacks. You can start with setting a Content-Security-Policy-Report-Only header, that will only report the violation, not stop the download.0
    Description: Content Security Policy is delivered via a HTTP response header, and defines approved sources of content that the browser may load. It can be an effective countermeasure to Cross Site Scripting (XSS) attacks and is also widely supported and usually easily deployed. https://scotthelme.co.uk/content-security-policy-an-introduction/.
    Offenders:
  • https://www.wikipedia.org/
  • Set a referrer-policy header to make sure you do not leak user information. (referrerPolicyHeader)Set a referrer-policy header to make sure you do not leak user information.0
    Description: Referrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites. https://scotthelme.co.uk/a-new-security-header-referrer-policy/.
    Offenders:
  • https://www.wikipedia.org/
  • Page info

    Page info
    TitleWikipedia
    Width360
    Height1996
    DOM elements1098
    Avg DOM depth9
    Max DOM depth12
    Iframes0
    Script tags4
    Local storage94 B
    Session storage0 b
    Network Information API4g
    Resource Hints
    preconnect
    https://upload.wikimedia.org/
    https://en.wikipedia.org/

    Technologies used to build the page.

    Data collected using Wappalyzer version 6.10.54. With updated code from Webappanalyzer 2024-12-27. Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyzer find more information about technologies used.

    TechnologyConfidenceCategory
    Apache Traffic Server 9.2.11100  Web servers
    HSTS 100  Security
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Interaction To Next Paint | Long Aninimation Frames | Visual Elements | Server timings | 

    Data from run 1

    Visual Metrics

    Visual Metrics
    First Visual Change1.300 s
    Speed Index3.342 s
    Heading3.000 s
    LargestContentfulPaint5.600 s
    Last Meaningful Paint5.600 s
    Largest Contentful Paint5.600 s
    Visual Complete 85%3.066 s
    Visual Complete 95%7.033 s
    Visual Complete 99%13.466 s
    Last Visual Change13.533 s
    Visual Readiness12.233 s

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)505 ms
    First Contentful Paint (FCP)1.300 s
    Largest Contentful Paint (LCP)3.084 s
    Interaction to next paint (INP)680 ms
    Total Blocking Time (TBT)149 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP1399
    Time spent in recalculate style before FCP161.262 ms
    Extra timings
    TTFB505 ms
    First Paint1.300 s
    Load Event End3.174 s
    Fully loaded3.295 s

    Largest Contentful Paint

    When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.

    Element typeVIDEO
    Element/tag<video id="wikipedia25-video" class="wikipedia25-video" data-idle-light="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-idle-light.webm" data-idle-dark="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-idle-dark.webm" data-click-light="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-click-light.webm" data-click-dark="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-click-dark.webm" data-poster-light="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-poster-light.webp" data-poster-dark="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-poster-dark.webp" width="200" height="200" autoplay="" loop="" muted="" playsinline="" poster="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-poster-light.webp" src="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-idle-light.webm"></video>
    Render time 3.084 s
    Element render delay190 ms
    TTFB505 ms
    Resource delay2.275 s
    Resource load duration114 ms
    Elements that needed recalculate style before LCP1924
    Time spent in recalculate style before LCP209.86 ms
    Element idwikipedia25-video
    Load time2.988 s
    URL https://www.wikipedi...poster-light.webp
    Size (width*height)10000
    DOM path
    main > div:eq(1) > video#wikipedia25-video> main > div:eq(1) > video#wikipedia25-video>
    LCP

    The largest contentful paint is highlighted in the image. If no element is highlighted the element was removed before the screenshot or the LCP API couldn't find the element.

    The Largest Contentful Paint API highlighted this image as a part of the LCP.

    LCP

    Detected Cumulative Layout Shift

    No layout shift detected.

    Interaction to Next Paint

    Interaction to Next Paint (INP) is a metric that try to measure responsiveness. It's useful if you are testing user journeys. Read more about Interaction to Next Paint.

    The measured latency was 680 ms.

    Event typemouseover
    Element typeHTML
    Element class namejs-enabled wikipedia25-birthday-mode-enabled
    Event targethtml.js-enabled.wikipedia25-birthday-mode-enabled
    Load state when the event happenedloading

    Long Animation Frames

    Read more about the Long Animation Frames API here here.

    The top 10 longest animation frames entries

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    1.380 s1.435 s7 ms5.4 ms1.6 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    308.3 ms75.5 ms310.2 ms308.6 ms1.6 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    168.2 ms25.9 ms206 ms0 ms206 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    126 ms222 ms6.2 ms6.2 ms0 ms
    https://www.wikipedia.org/portal/wikipedia.org/assets/js/index-90de98612a.js

    Invoker:  https://www.wikipedia.org/portal/wikipedia.org/assets/js/index-90de98612a.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    6.3 ms81.7 ms2.2 ms2.1 ms0.1 ms
    https://www.wikipedia.org/portal/wikipedia.org/assets/js/index-90de98612a.js

    Invoker:  #document.onDOMContentLoaded
    Invoker Type: event-listener
    Source Function Name:  t
    Window attribution: self
    Source char position: 34

    Server timings

    namedurationdescription
    cache0hit-front
    host0cp3070

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    Visual Elements

    NameDisplay TimeX YWidthHeight
    Heading3.000 s 79 140 201 60
    <h1 class="central-textlogo-wrapper"></h1>
    LargestContentfulPaint (wikipedia25-synthesizer-idle-light.webm)5.600 s 130 20 100 100
    <video id="wikipedia25-video" class="wikipedia25-video" data-idle-light="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-idle-light.webm" data-idle-dark="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-idle-dark.webm" data-click-light="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-click-light.webm" data-click-dark="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-click-dark.webm" data-poster-light="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-poster-light.webp" data-poster-dark="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-poster-dark.webp" width="200" height="200" autoplay="" loop="" muted="" playsinline="" poster="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-poster-light.webp" src="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-idle-light.webm"></video>
    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | Requests loaded after onLoad event  | Render blocking requests  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/2.0
    Total requests9
    Total domains1
    Total transfer size276.6 KB
    Total content size420.5 KB
    Responses missing compression3
    Number of cookies5
    Third party cookies0
    Requests per response code
    2009

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b27.7 KB126.9 KB1
    javascript0 b11.2 KB27.2 KB2
    image0 b58.0 KB55.5 KB3
    svg0 b18.8 KB50.0 KB1
    video0 b159.1 KB158.2 KB1
    favicon0 b1.8 KB2.7 KB1
    Total0 b276.6 KB420.5 KB9

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wikipedia.org1.790 s276.6 KB420.5 KB9

    Expires and last modified statistics

    typeminmedianmax
    Expires1 hour1 day1 year
    Last modified1 week5 weeks18 weeks

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript0 b0
    image0 b0
    font0 b0
    favicon1.8 KB1
    Total1.8 KB1

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript0 b0
    image0 b0
    font0 b0
    favicon1.8 KB1
    Total1.8 KB1

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    020

    Render information

    CPU Long Tasks | CPU Time Spent | CPU Time Spent Per Request | 

    CPU

    Download the Chrome trace log and drag and drop it into Developer Tools / Performance in Chrome.

    Long Tasks

    Collected using the Long Task API. A long task is a task that take 50 milliseconds or more.

    TypeQuantityTotal duration (ms)
    Total Blocking Time 149
    Max Potential First Input Delay 195
    Long Tasks before First Paint31987
    Long Tasks before First Contentful Paint31987
    Long Tasks before Largest Contentful Paint52236
    Long Tasks after Load Event End00
    Total Long Tasks52236

    CPU last long task happened at 3.005 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown652213window
    unknown947335window
    unknown12951439window
    unknown2786195window
    self300554window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML64
    styleLayout2164
    paintCompositeRender76
    scriptParseCompile4
    scriptEvaluation96
    garbageCollection15
    other579
    Events (ms)
    Layout1953
    RunTask363
    UpdateLayoutTree211
    CpuProfiler::StartProfiling85
    ParseHTML64
    Paint52
    v8.run38
    DecodedDataDocumentParser::AppendBytes29
    PrePaint24
    RunMicrotasks20
    EventDispatch19
    FunctionCall14
    PaintImage13
    Commit12
    Layerize11
    DocumentLoader::BodyLoadingFinished10

    Time spent per request

    URLCPU time (ms)
    https://www.wikipedia.org/portal/wikipedia.org/assets/js/index-90de98612a.js45