Page summary

https://en.wikipedia.beta.wmflabs.org/wiki/Barack_Obama

Tested 2025-04-27 04:06:42 using Firefox 137.0 (runtime settings).

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

Summary

MetricValue
Page metrics
Performance Score99
Total Page Transfer Size7.5 KB
Requests2
Timing metrics
TTFB [median]973 ms
First Paint [median]1.084 s
Fully Loaded [median]1.651 s
Google Web Vitals
TTFB [median]973 ms
First Contentful Paint (FCP) [median]1.084 s
Largest Contentful Paint (LCP) [median]1.563 s
Visual Metrics
First Visual Change [median]1.100 s
Speed Index [median]1.108 s
Visual Complete 85% [median]1.100 s
Visual Complete 99% [median]1.200 s
Last Visual Change [median]1.600 s
Screenshot of run 1

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange1.100 s1.100 s1.140 s1.200 s
LastVisualChange1.500 s1.600 s1.573 s1.633 s
SpeedIndex1.104 s1.108 s1.145 s1.204 s
LargestImage1.500 s1.600 s1.573 s1.633 s
Heading1.500 s1.600 s1.573 s1.633 s
LargestContentfulPaint1.500 s1.600 s1.573 s1.633 s
LastMeaningfulPaint1.500 s1.600 s1.573 s1.633 s
VisualReadiness400 ms433 ms433 ms500 ms
VisualComplete851.100 s1.100 s1.140 s1.200 s
VisualComplete951.100 s1.100 s1.140 s1.200 s
VisualComplete991.100 s1.200 s1.220 s1.500 s
Google Web Vitals
Time To First Byte (TTFB)959 ms973 ms1.002 s1.066 s
Largest Contentful Paint (LCP)1.474 s1.563 s1.534 s1.577 s
First Contentful Paint (FCP)1.050 s1.084 s1.101 s1.169 s
More metrics
firstPaint1.052 s1.084 s1.104 s1.169 s
loadEventEnd1.475 s1.563 s1.535 s1.577 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
1.1 sDOM Content Loaded Time 1.041 sFirst Contentful Paint 1.050 sFirst Visual Change 1.100 sVisual Complete 85% 1.100 sVisual Complete 95% 1.100 s
1.2 s
1.3 s
1.4 s
1.5 sLCP <IMG> 1.474 sPage Load Time 1.475 sLast Visual Change 1.500 sVisual Complete 99% 1.500 sLargest Image 1.500 sHeading 1.500 s
1.6 sFully Loaded 1.564 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 (99)

TitleAdviceScore
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 missing and error requests (responseOk)The page has 1 error response. The page has 1 response with code 403. 90
Description: Your page should never request assets that return a 400 or 500 error. These requests are never cached. If that happens something is broken. Please fix it.
Offenders:
  • https://en.wikipedia.beta.wmflabs.org/wiki/Barack_Obama
  • Best practice advice (60)

    TitleAdviceScore
    Cumulative Layout Shift (cumulativeLayoutShift)Layout Shift is not supported in this browser0
    Description: Cumulative Layout Shift measures the sum total of all individual layout shift scores for unexpected layout shift that occur. The metric is measuring visual stability by quantify how often users experience unexpected layout shifts. It is one of Google Web Vitals.
    Meta description (metaDescription)The page is missing a meta description.0
    Description: Use a page description to make the page more relevant to search engines.
    Avoid too many third party requests (thirdParty)The page do 50% requests to third party domains (1 requests and 4.6 kB). First party is 1 requests and 3.1 kB. The page transfer more bytes from third party domains (4.6 kB) then first party (3.1 kB). The regex .*wmflabs.* was used to calculate first/third party requests.0
    Description: Do not load most of your content from third party URLs.
    Avoid unnecessary headers (unnecessaryHeaders)There are 1 response that sets both a max-age and expires header. There are 2 responses that sets a server header. 97
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://en.wikipedia.beta.wmflabs.org/wiki/Barack_Obama
  • https://www.wikimedia.org/static/images/wmf-logo.png
  • https://www.wikimedia.org/static/images/wmf-logo.png
  • Privacy advice (82)

    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://en.wikipedia.beta.wmflabs.org/wiki/Barack_Obama
  • 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://en.wikipedia.beta.wmflabs.org/wiki/Barack_Obama
  • Avoid third party cookies that is used to track the user. (thirdPartyCookies)The page sets 1 third party cookie.0
    Description: Third party cookies are used to track the user. They are automatically blocked in Safari and Firefox.
    Offenders:
  • .wikipedia.org
  • Page info

    Page info
    TitleWikimedia Error
    Width1920
    Height995
    DOM elements25
    Avg DOM depth4
    Max DOM depth6
    Iframes0
    Script tags0
    Local storage0 b
    Session storage0 b
    Network Information APIunknown

    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
    HTTP/2 100  Miscellaneous
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Visual Elements | Server timings | 

    Data from run 1

    Visual Metrics

    Browser Metrics

    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 id="logo" src="https://www.wikimedia.org/static/images/wmf-logo.png" srcset="https://www.wikimedia.org/static/images/wmf-logo-2x.png 2x" alt="Wikimedia" width="135" height="101">
    Render time 1.474 s
    Element render delay16 ms
    TTFB960 ms
    Resource delay77 ms
    Resource load duration421 ms
    Element idlogo
    Load time1.474 s
    URL https://www.wikimedi...ages/wmf-logo.png
    Size (width*height)13635
    DOM path
    div:eq(0) > a > img#logo> div:eq(0) > a > img#logo>
    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

    Server timings

    namedurationdescription
    cache0int-front
    host0deployment-cache-text08

    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 (wmf-logo.png)1.500 s 640 164 135 101
    <img id="logo" src="https://www.wikimedia.org/static/images/wmf-logo.png" srcset="https://www.wikimedia.org/static/images/wmf-logo-2x.png 2x" alt="Wikimedia" width="135" height="101">
    Heading1.500 s 640 182 640 29
    <h1></h1>
    LargestContentfulPaint (wmf-logo.png)1.500 s 640 164 135 101
    <img id="logo" src="https://www.wikimedia.org/static/images/wmf-logo.png" srcset="https://www.wikimedia.org/static/images/wmf-logo-2x.png 2x" alt="Wikimedia" width="135" height="101">
    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/2.0
    Total requests2
    Total domains2
    Total transfer size7.5 KB
    Total content size0 b
    Responses missing compression0
    Number of cookies2
    Third party cookies1
    Requests per response code
    2001
    4031

    Largest assets on the page (by transfer size)

    URLTypeTransfer SizeContent Size
    https://www.wikimedi...ages/wmf-logo.pngimage4.5 KB0 b
    https://en.wikipedia...wiki/Barack_Obamahtml3.0 KB0 b

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    image1.2 KB4.5 KB0 b1
    Total1.2 KB4.5 KB0 b1

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    en.wikipedia.beta.wmflabs.org1.441 s3.0 KB0 b1
    www.wikimedia.org520 ms4.5 KB0 b1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds26 weeks1 year
    Last modified5 weeks5 weeks5 weeks

    CPU