Page summary

https://www.wikipedia.org

Tested 2025-07-12 05:38:03 using Chrome 138.0.7204.49 (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 Size95.1 KB
Requests7
Timing metrics
TTFB [median]487 ms
First Paint [median]2.428 s
Fully Loaded [median]3.097 s
Google Web Vitals
TTFB [median]487 ms
First Contentful Paint (FCP) [median]2.428 s
Largest Contentful Paint (LCP) [median]2.428 s
Cumulative Layout Shift (CLS) [median]0.00
Interaction To Next Paint (INP) [median]1.840 s
Total Blocking Time [median]347 ms
Max Potential FID [median]394 ms
CPU metrics
CPU long tasks [median]4
CPU longest task duration1.560 s
CPU last long task happens at2.922 s
Visual Metrics
First Visual Change [median]2.434 s
Speed Index [median]3.384 s
Visual Complete 85% [median]3.000 s
Visual Complete 99% [median]7.067 s
Last Visual Change [median]12.900 s
Screenshot of run 1

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange2.433 s2.434 s2.467 s2.534 s
LastVisualChange12.834 s12.900 s12.889 s12.933 s
SpeedIndex3.338 s3.384 s3.392 s3.453 s
LargestImage2.433 s2.434 s2.467 s2.534 s
Heading2.900 s2.933 s2.933 s2.967 s
LargestContentfulPaint2.433 s2.434 s2.467 s2.534 s
LastMeaningfulPaint2.900 s2.933 s2.933 s2.967 s
VisualReadiness10.366 s10.400 s10.422 s10.500 s
VisualComplete852.933 s3.000 s4.333 s7.067 s
VisualComplete957.033 s7.067 s7.056 s7.067 s
VisualComplete997.033 s7.067 s7.056 s7.067 s
Google Web Vitals
Time To First Byte (TTFB)486 ms487 ms487 ms487 ms
Largest Contentful Paint (LCP)2.416 s2.428 s2.460 s2.536 s
First Contentful Paint (FCP)2.416 s2.428 s2.460 s2.536 s
Cumulative Layout Shift (CLS)0000
More metrics
firstPaint2.416 s2.428 s2.460 s2.536 s
loadEventEnd2.959 s2.977 s2.983 s3.014 s
CPU
Total Blocking Time257 ms347 ms334 ms399 ms
Max Potential FID306 ms394 ms380 ms439 ms
CPU long tasks 4444
CPU last long task happens at2.890 s2.922 s2.920 s2.949 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.6 sCPU Long Task duration 217 ms
0.9 sCPU Long Task duration 1.519 s
2.5 sFirst Contentful Paint 2.416 sLCP <SPAN> 2.416 sCPU Long Task duration 439 msFirst Visual Change 2.434 sLargest Image 2.434 s
2.6 s
2.7 s
2.8 s
2.9 s
3 sCPU Long Task duration 60 msDOM Content Loaded Time 2.955 sHeading 2.967 sVisual Complete 85% 3.000 s
3.1 sPage Load Time 3.014 s
3.2 sFully Loaded 3.135 s
3.3 s
3.4 s
3.5 s
3.6 s
3.7 s
3.8 s
3.9 s
4.4 s
4.5 s
4.8 s
4.9 s
5.4 s
5.8 s
5.9 s
6.4 s
6.5 s
6.8 s
6.9 s
7.1 sVisual Complete 95% 7.067 sVisual Complete 99% 7.067 s
7.2 s
7.4 s
7.8 s
7.9 s
8.4 s
8.9 s
9.4 s
9.8 s
9.9 s
10.4 s
10.9 s
11.4 s
11.8 s
11.9 s
12.4 s
12.9 sLast Visual Change 12.834 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.1.

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-6bf78c58fd.js
  • https://www.wikipedia.org/portal/wikipedia.org/assets/js/gt-ie9-ce3fe8e88d.js
  • Don't scale images in the browser (avoidScalingImages)The page has 1 image that are scaled more than 100 pixels. It would be better if those images are sent so the browser don't need to scale them.90
    Description: It's easy to scale images in the browser and make sure they look good in different devices, however that is bad for performance! Scaling images in the browser takes extra CPU time and will hurt performance on mobile. And the user will download extra kilobytes (sometimes megabytes) of data that could be avoided. Don't do that, make sure you create multiple version of the same image server-side and serve the appropriate one.
    Offenders:
  • https://www.wikipedia.org/portal/wikipedia.org/assets/img/Wikipedia-logo-v2@2x.png
  • Have a fast first contentful paint (firstContentfulPaint)First contentful paint can be improved (2.416 s). It is in the Google Web Vitals needs improvement range, slower than 1.8 seconds.50
    Description: The First Contentful Paint (FCP) metric measures the time from when the page starts loading to when any part of the page content is rendered on the screen. For this metric, "content" refers to text, images (including background images), <svg> elements, or non-white <canvas> elements.
    Avoid CPU Long Tasks (longTasks)The page has 4 CPU long tasks with the total of 2.235 s. The total blocking time is 399 ms and 2 long tasks before first contentful paint with total time of 1.736 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.20
    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
  • self
  • Long cache headers is good (cacheHeadersLong)The page has 5 requests that have a shorter cache time than 30 days (but still a cache time).95
    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-6bf78c58fd.js
  • https://www.wikipedia.org/portal/wikipedia.org/assets/js/gt-ie9-ce3fe8e88d.js
  • https://www.wikipedia.org/portal/wikipedia.org/assets/img/sprite-de847d1a.svg
  • https://www.wikipedia.org/portal/wikipedia.org/assets/img/Wikinews-logo_sister@2x.png
  • 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
    Height1690
    DOM elements1050
    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.66. 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 Change2.434 s
    Speed Index3.384 s
    Largest Image2.434 s
    Heading2.967 s
    LargestContentfulPaint2.434 s
    Last Meaningful Paint2.967 s
    Largest Contentful Paint2.434 s
    Visual Complete 85%3.000 s
    Visual Complete 95%7.067 s
    Visual Complete 99%7.067 s
    Last Visual Change12.834 s
    Visual Readiness10.400 s

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)487 ms
    First Contentful Paint (FCP)2.416 s
    Largest Contentful Paint (LCP)2.416 s
    Interaction to next paint (INP)1.824 s
    Total Blocking Time (TBT)399 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP1220
    Time spent in recalculate style before FCP116.453 ms
    Extra timings
    TTFB487 ms
    First Paint2.416 s
    Load Event End3.014 s
    Fully loaded3.135 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 typeSPAN
    Element/tag<span class="central-textlogo__image sprite svg-Wikipedia_wordmark"></span>
    Render time 2.416 s
    Element render delay1.652 s
    TTFB487 ms
    Resource delay108 ms
    Resource load duration169 ms
    Elements that needed recalculate style before LCP1220
    Time spent in recalculate style before LCP116.453 ms
    Load time864 ms
    URL https://www.wikipedi...rite-de847d1a.svg
    Size (width*height)3750
    DOM path
    main > div:eq(0) > h1 > span> main > div:eq(0) > h1 > span>
    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 1.824 s.

    Event typepointerover
    Element typeDIV
    Element class namecentral-featured-lang lang2
    Event target#www-wikipedia-org>main>nav.central-featured>div.central-featured-lang.lang2
    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.442 s1.556 s7.4 ms7.4 ms0 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    373.9 ms430.3 ms6.5 ms6.5 ms0 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    172.6 ms14.4 ms209.6 ms206.9 ms2.7 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    12.6 ms70.1 ms2.3 ms2.3 ms0 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms79.8 ms7.5 ms0 ms7.5 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms68.1 ms5.3 ms4.6 ms0.7 ms
    https://www.wikipedia.org/portal/wikipedia.org/assets/js/index-6bf78c58fd.js

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

    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
    LargestImage (Wikipedia-logo-v2.png)2.434 s 69 45 57 52
    <img class="central-featured-logo" src="portal/wikipedia.org/assets/img/Wikipedia-logo-v2.png" srcset="portal/wikipedia.org/assets/img/Wikipedia-logo-v2@1.5x.png 1.5x, portal/wikipedia.org/assets/img/Wikipedia-logo-v2@2x.png 2x" width="200" height="183" alt="">
    Heading2.967 s 129 44 152 53
    <h1 class="central-textlogo-wrapper"></h1>
    LargestContentfulPaint2.434 s 131 47 150 25
    <span class="central-textlogo__image sprite svg-Wikipedia_wordmark"></span>
    | 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 requests7
    Total domains1
    Total transfer size95.1 KB
    Total content size203.8 KB
    Responses missing compression3
    Number of cookies5
    Third party cookies0
    Requests per response code
    2007

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b22.9 KB89.3 KB1
    javascript0 b10.2 KB22.5 KB2
    image0 b41.5 KB39.9 KB2
    svg0 b18.7 KB49.4 KB1
    favicon0 b1.7 KB2.7 KB1
    Total0 b95.1 KB203.8 KB7

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wikipedia.org1.502 s95.1 KB203.8 KB7

    Expires and last modified statistics

    typeminmedianmax
    Expires1 hour1 day1 year
    Last modified4 weeks16 weeks16 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.7 KB1
    Total1.7 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.7 KB1
    Total1.7 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 399
    Max Potential First Input Delay 439
    Long Tasks before First Paint21736
    Long Tasks before First Contentful Paint21736
    Long Tasks before Largest Contentful Paint21736
    Long Tasks after Load Event End00
    Total Long Tasks42235

    CPU last long task happened at 2.949 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown593217window
    unknown8841519window
    unknown2417439window
    self294960window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML46
    styleLayout2189
    paintCompositeRender42
    scriptParseCompile0
    scriptEvaluation74
    garbageCollection0
    other403
    Events (ms)
    Layout1998
    RunTask211
    UpdateLayoutTree190
    CpuProfiler::StartProfiling79
    ParseHTML46
    v8.run39
    Paint23
    DecodedDataDocumentParser::AppendBytes23
    PrePaint22
    Commit16
    RunMicrotasks15
    PaintImage13
    FunctionCall11
    DocumentLoader::CommitNavigation11

    Time spent per request

    URLCPU time (ms)
    https://www.wikipedia.org/portal/wikipedia.org/assets/js/index-6bf78c58fd.js46