Run 5 summary

https://www.wikipedia.org

Tested 2025-10-27 02:10:30 using Firefox 144.0 (runtime settings).

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayCPU Screenshots

Summary

MetricValue
Page metrics
Performance score98
Total page size85.2 KB
Requests9
Timing metrics
TTFB500 ms
First Paint862 ms
Fully Loaded1.082 s
Google Web Vitals
TTFB500 ms
First Contentful Paint (FCP) 847 ms
Largest Contentful Paint (LCP) 862 ms
Visual Metrics
First Visual Change867 ms
Speed Index1.220 s
Visual Complete 85%867 ms
Visual Complete 99%9.200 s
Last Visual Change10.367 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.9 sFirst Contentful Paint 847 msLCP <IMG> 862 msDOM Content Loaded Time 864 msFirst Visual Change 867 msVisual Complete 85% 867 msVisual Complete 95% 867 msLargest Image 867 msHeading 867 ms
1 sPage Load Time 989 ms
1.1 sFully Loaded 1.082 s
1.9 s
2 s
2.1 s
2.2 s
2.3 s
3.2 s
4.4 s
5.6 s
6.8 s
8 s
8.1 s
9.2 sVisual Complete 99% 9.200 s
9.3 s
9.4 s
10.4 sLast Visual Change 10.367 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 (98)

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 extra requests by setting cache headers (cacheHeaders)The page has 1 request that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 3.3 kB the next access.90
Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
Offenders:
  • https://upload.wikimedia.org/wikipedia/donate/1/14/Wikimedia_Foundation_logo_-_wordmark.svg
  • 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/js/index-ee724cd52c.js
  • https://www.wikipedia.org/portal/wikipedia.org/assets/js/gt-ie9-38c8b5f74a.js
  • https://www.wikipedia.org/portal/wikipedia.org/assets/img/sprite-e49fbf32.svg
  • https://www.wikipedia.org/portal/wikipedia.org/assets/img/Wikinews-logo_sister.png
  • Best practice advice (84)

    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.
    Avoid unnecessary headers (unnecessaryHeaders)There are 7 responses that sets both a max-age and expires header. There are 9 responses that sets a server header. 84
    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://www.wikipedia.org/
  • https://www.wikipedia.org/portal/wikipedia.org/assets/img/Wikipedia-logo-v2.png
  • https://www.wikipedia.org/portal/wikipedia.org/assets/img/Wikipedia-logo-v2.png
  • https://upload.wikimedia.org/wikipedia/donate/1/14/Wikimedia_Foundation_logo_-_wordmark.svg
  • https://www.wikipedia.org/portal/wikipedia.org/assets/js/index-ee724cd52c.js
  • https://www.wikipedia.org/portal/wikipedia.org/assets/js/index-ee724cd52c.js
  • https://www.wikipedia.org/portal/wikipedia.org/assets/js/gt-ie9-38c8b5f74a.js
  • https://www.wikipedia.org/portal/wikipedia.org/assets/js/gt-ie9-38c8b5f74a.js
  • https://www.wikipedia.org/portal/wikipedia.org/assets/img/sprite-e49fbf32.svg
  • https://www.wikipedia.org/portal/wikipedia.org/assets/img/sprite-e49fbf32.svg
  • https://www.wikipedia.org/portal/wikipedia.org/assets/img/Wikinews-logo_sister.png
  • https://www.wikipedia.org/portal/wikipedia.org/assets/img/Wikinews-logo_sister.png
  • https://www.wikipedia.org/static/apple-touch/wikipedia.png
  • https://www.wikipedia.org/static/apple-touch/wikipedia.png
  • https://www.wikipedia.org/static/favicon/wikipedia.ico
  • https://www.wikipedia.org/static/favicon/wikipedia.ico
  • 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
    Width1920
    Height1193
    DOM elements1143
    Avg DOM depth9
    Max DOM depth12
    Iframes0
    Script tags4
    Local storage94 B
    Session storage0 b
    Network Information APIunknown
    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
    HTTP/2 100  Miscellaneous
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Visual Elements | Metrics from CDP | Server timings | 

    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 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 862 ms
    Element render delay153 ms
    TTFB500 ms
    Resource delay81 ms
    Resource load duration128 ms
    Load time803 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

    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)867 ms 860 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="">
    Heading867 ms 872 52 176 69
    <h1 class="central-textlogo-wrapper"></h1>
    LargestContentfulPaint (Wikipedia-logo-v2.png)867 ms 860 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  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/2.0
    Total requests9
    Total domains2
    Total transfer size85.2 KB
    Total content size0 b
    Responses missing compression0
    Number of cookies7
    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
    html1.5 KB27.3 KB0 b1
    javascript2.3 KB11.8 KB0 b2
    image3.2 KB22.0 KB0 b3
    svg2.5 KB22.2 KB0 b2
    favicon1007 B2.0 KB0 b1
    Total10.4 KB85.2 KB0 b9

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wikipedia.org1.547 s82.0 KB0 b8
    upload.wikimedia.org492 ms3.2 KB0 b1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds1 day1 year
    Last modified5 days6 days2 years

    CPU

    afterPageCompleteCheck.jpg | largestContentfulPaint.jpg | 

    Screenshots

    afterPageCompleteCheck.jpg

    afterPageCompleteCheck.jpg

    largestContentfulPaint.jpg

    largestContentfulPaint.jpg