Page summary

https://www.wikipedia.org

Tested 2025-04-27 04:32:10 using Chrome 135.0.7049.52 (runtime settings).

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

Summary

MetricValue
Page metrics
Performance Score97
Total Page Transfer Size71.7 KB
Requests7
Timing metrics
TTFB [median]489 ms
First Paint [median]924 ms
Fully Loaded [median]981 ms
Google Web Vitals
TTFB [median]489 ms
First Contentful Paint (FCP) [median]924 ms
Largest Contentful Paint (LCP) [median]924 ms
Cumulative Layout Shift (CLS) [median]0.00
Interaction To Next Paint (INP) [median]360 ms
CPU metrics
CPU long tasks [median]2
CPU longest task duration314 ms
CPU last long task happens at577 ms
Visual Metrics
First Visual Change [median]900 ms
Speed Index [median]1.167 s
Visual Complete 85% [median]900 ms
Visual Complete 99% [median]9.233 s
Last Visual Change [median]10.800 s
Screenshot of run 4

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange900 ms900 ms907 ms933 ms
LastVisualChange10.800 s10.800 s10.893 s11.033 s
SpeedIndex1.082 s1.167 s1.156 s1.199 s
LargestImage900 ms900 ms907 ms933 ms
Heading900 ms900 ms907 ms933 ms
LargestContentfulPaint900 ms900 ms907 ms933 ms
LastMeaningfulPaint900 ms900 ms907 ms933 ms
VisualReadiness9.867 s9.900 s9.987 s10.133 s
VisualComplete85900 ms900 ms907 ms933 ms
VisualComplete95900 ms900 ms907 ms933 ms
VisualComplete999.233 s9.233 s9.240 s9.266 s
Google Web Vitals
Time To First Byte (TTFB)487 ms489 ms488 ms489 ms
Largest Contentful Paint (LCP)904 ms924 ms920 ms932 ms
First Contentful Paint (FCP)904 ms924 ms920 ms932 ms
Cumulative Layout Shift (CLS)00.00030.00020.0003
More metrics
firstPaint904 ms924 ms920 ms932 ms
loadEventEnd852 ms876 ms872 ms888 ms
CPU
Total Blocking Time0 ms0 ms0 ms0 ms
Max Potential FID0 ms0 ms0 ms0 ms
CPU long tasks 1222
CPU last long task happens at508 ms577 ms552 ms583 ms
| Waterfall | | Download HAR | 

Waterfall

Run 4 SpeedIndex median

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.6 sCPU Long Task duration 313 ms
0.9 sDOM Content Loaded Time 843 msPage Load Time 852 msFirst Visual Change 900 msVisual Complete 85% 900 msVisual Complete 95% 900 msLargest Image 900 msHeading 900 ms
1 sFirst Contentful Paint 904 msLCP <IMG> 904 msFully Loaded 953 ms
1.5 s
2.1 s
2.7 s
3.3 s
3.9 s
4.5 s
5.1 s
5.7 s
6.3 s
6.9 s
7.5 s
8.1 s
8.7 s
9.3 sVisual Complete 99% 9.233 s
9.4 s
9.9 s
10.5 s
11.1 sLast Visual Change 11.033 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 (97)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 1 blocking requests and 1 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
  • Have a fast largest contentful paint (largestContentfulPaint) You can add fetchPriority="high" to the image to increase the load priority in Chrome.95
    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.
    Avoid CPU Long Tasks (longTasks)The page has 2 CPU long tasks with the total of 332 ms. The total blocking time is 0 ms and 2 long tasks before first contentful paint with total time of 332 ms. 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.60
    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
  • 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.png
  • https://www.wikipedia.org/portal/wikipedia.org/assets/img/sprite-de847d1a.svg
  • 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/Wikinews-logo_sister.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
    Width1904
    Height1193
    DOM elements1046
    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.9100  Web servers
    HSTS 100  Security
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Long Aninimation Frames | Visual Elements | Server timings | 

    Data from run 4

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)489 ms
    First Contentful Paint (FCP)904 ms
    Largest Contentful Paint (LCP)904 ms
    Total Blocking Time (TBT)0 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP1899
    Time spent in recalculate style before FCP25.173 ms
    Extra timings
    TTFB489 ms
    First Paint904 ms
    Load Event End852 ms
    Fully loaded953 ms

    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 typeIMG
    Element/tag<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="">
    Render time 904 ms
    Element render delay285 ms
    TTFB489 ms
    Resource delay8 ms
    Resource load duration123 ms
    Elements that needed recalculate style before LCP1899
    Time spent in recalculate style before LCP25.173 ms
    Load time822 ms
    URL https://www.wikipedi...pedia-logo-v2.png
    Size (width*height)36600
    DOM path
    main > div:eq(0) > img> main > div:eq(0) > img>
    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.

    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
    265.4 ms15.1 ms310.9 ms309.2 ms1.7 ms
    No availible script information.

    Server timings

    namedurationdescription
    cache0hit-front
    host0cp3067

    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)900 ms 852 198 200 183
    <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="">
    Heading900 ms 864 52 176 69
    <h1 class="central-textlogo-wrapper"></h1>
    LargestContentfulPaint (Wikipedia-logo-v2.png)900 ms 852 198 200 183
    <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="">
    | 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 size71.7 KB
    Total content size180.8 KB
    Responses missing compression3
    Number of cookies1
    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.7 KB88.7 KB1
    javascript0 b9.8 KB22.5 KB2
    image0 b18.9 KB17.5 KB2
    svg0 b18.6 KB49.4 KB1
    favicon0 b1.7 KB2.7 KB1
    Total0 b71.7 KB180.8 KB7

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wikipedia.org1.295 s71.7 KB180.8 KB7

    Expires and last modified statistics

    typeminmedianmax
    Expires1 hour1 day1 year
    Last modified4 weeks5 weeks5 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
    110

    Render information

    CPU Long Tasks | CPU Time Spent | 

    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 0
    Max Potential First Input Delay 0
    Long Tasks before First Paint1313
    Long Tasks before First Contentful Paint1313
    Long Tasks before Largest Contentful Paint1313
    Long Tasks after Load Event End00
    Total Long Tasks1313

    CPU last long task happened at 508 ms

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown508313window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML6
    styleLayout319
    paintCompositeRender4
    scriptParseCompile0
    scriptEvaluation10
    garbageCollection0
    other61
    Events (ms)
    Layout294
    RunTask36
    UpdateLayoutTree25
    CpuProfiler::StartProfiling10