Run 1 summary

LoginPage

Tested 2026-04-12 23:38:42 using Chrome 146.0.7680.80 (script).(runtime settings).

Test as a logged in user

Login the user with an empty browser cache, then visit Obama and Facebook

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayCPU Screenshots

Summary

MetricValue
Page metrics
Performance score82
Total page size400.5 KB
Requests18
Timing metrics
TTFB1.740 s
First Paint2.212 s
Fully Loaded7.963 s
Google Web Vitals
TTFB1.740 s
First Contentful Paint (FCP) 2.212 s
Largest Contentful Paint (LCP) 2.340 s
Cumulative Layout Shift (CLS) 0.00
456 ms
Visual Metrics
First Visual Change2.200 s
Speed Index2.573 s
Visual Complete 85%2.200 s
Visual Complete 99%7.433 s
Last Visual Change17.800 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
2.2 sDOM Content Loaded Time 2.179 smwStartup 2.182 sFirst Visual Change 2.200 sVisual Complete 85% 2.200 sLargest Image 2.200 sHeading 2.200 s
2.3 sFirst Contentful Paint 2.212 s
2.4 sLCP <DIV> mw-createaccount-cta 2.340 s
2.5 s
2.6 sPage Load Time 2.567 s
2.7 sVisual Complete 95% 2.700 s
2.8 s
2.9 s
3 s
3.1 s
3.2 s
3.3 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
7.5 sVisual Complete 99% 7.433 s
7.6 s
7.7 s
7.8 s
7.9 s
8 sFully Loaded 7.963 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
15.8 s
15.9 s
16 s
16.1 s
16.2 s
16.3 s
16.4 s
16.5 s
16.6 s
16.7 s
16.8 s
16.9 s
17 s
17.1 s
17.2 s
17.3 s
17.4 s
17.5 s
17.6 s
17.7 s
17.8 sLast Visual Change 17.800 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 (82)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 1 blocking requests and 0 in body parser blocking (0 JavaScript and 1 CSS). There are 1 potentially render blocking requests. You need to verify if it is render blocking: https://en.wikipedia.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&safemode=1&skin=vector-202299
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.
Don't scale images in the browser (avoidScalingImages)The page has 4 images 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.60
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://auth.wikimedia.org/static/images/mobile/copyright/wikipedia-wordmark-en-25.svg
  • https://auth.wikimedia.org/static/images/mobile/copyright/wikipedia-tagline-en-25.svg
  • https://auth.wikimedia.org/static/images/footer/wikimedia-button.svg
  • https://auth.wikimedia.org/enwiki/w/resources/assets/poweredby_mediawiki.svg
  • Have a fast first contentful paint (firstContentfulPaint)First contentful paint can be improved (2.212 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.
    Inline CSS for faster first render (inlineCss)The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.95
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Avoid Frontend single point of failures (spof)The page has 1 request inside of the head that can cause a SPOF (single point of failure). Load them asynchronously or move them outside of the document head.90
    Description: A page can be stopped from loading in the browser if a single JavaScript, CSS, and in some cases a font, couldn't be fetched or is loading really slowly (the white screen of death). That is a scenario you really want to avoid. Never load 3rd-party components synchronously inside of the head tag.
    Offenders:
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • Avoid doing redirects (assetsRedirects)The page has 2 redirects. 1 of the redirects are from the base domain, please fix them! 1 request are from other domains, it could be 3rd-party assets doing unnecessary redirects. :(80
    Description: A redirect is one extra step for the user to download the asset. Avoid that if you want to be fast. Redirects are even more of a showstopper on mobile.
    Offenders:
  • https://auth.wikimedia.org/metawiki/wiki/Special:CentralAutoLogin/checkLoggedIn...gin/checkLoggedIn
  • https://en.wikipedia.org/w/index.php...a.org/w/index.php
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 3 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save NaN undefined the next access.70
    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://en.wikipedia.org/w/index.php?title=Special:UserLogin&returnto=Main+Page
  • https://auth.wikimedia.org/metawiki/wiki/Special:CentralAutoLogin/checkLoggedIn...gin/checkLoggedIn
  • https://en.wikipedia.org/w/index.php...a.org/w/index.php
  • Long cache headers is good (cacheHeadersLong)The page has 2 requests that have a shorter cache time than 30 days (but still a cache time).98
    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://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • Always compress text content (compressAssets)The page has 1 request that are served uncompressed. You could save a lot of bytes by sending them compressed instead.90
    Description: In the early days of the Internet there were browsers that didn't support compressing (gzipping) text content. They do now. Make sure you compress HTML, JSON, JavaScript, CSS and SVG. It will save bytes for the user; making the page load faster and use less bandwith.
    Offenders:
    URLTransfer sizeContent size
    https://auth.wikimedia.org/enwiki/wiki/Special:UserLogin...Special:UserLogin 12.6 KB38.6 KB
    Avoid redirecting the main document (documentRedirect)The main document gets redirected 3 time(s). Remove those redirect and make the page faster!0
    Description: You should never ever redirect the main document, because it will make the page load slower for the user. Well, you should redirect the user if the user tries to use HTTP and there's an HTTPS version of the page. The coach checks for that. :)
    Offenders:
  • https://en.wikipedia.org/w/index.php?title=Special:UserLogin&returnto=Main+Page
  • https://auth.wikimedia.org/metawiki/wiki/Special:CentralAutoLogin/checkLoggedIn...gin/checkLoggedIn
  • https://en.wikipedia.org/w/index.php...a.org/w/index.php
  • Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 295 kB and the uncompressed size is 1.3 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://en.wikipedia.org/w/load.php...ia.org/w/load.php 20.6 KB61.7 KB
    https://en.wikipedia.org/w/load.php...ia.org/w/load.php 18.0 KB60.2 KB
    https://en.wikipedia.org/w/load.php...ia.org/w/load.php 249.5 KB1.1 MB
    Make each CSS response small (optimalCssSize)https://en.wikipedia.org/w/load.php?lang=en&modules=ext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.webauthn.ui.base.styles%7Cmediawiki.codex.messagebox.styles%7Cmediawiki.htmlform.codex.styles%7Cmediawiki.htmlform.styles%7Cmediawiki.special.userlogin.common.styles%7Cmediawiki.special.userlogin.login.styles%7Cskins.vector.icons%2Cstyles%7Cskins.vector.search.codex.styles&only=styles&skin=vector-2022 size is 30.6 kB (30596) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.90
    Description: Make CSS responses small to fit into the magic number TCP window size of 14.5 KB. The browser can then download the CSS faster and that will make the page start rendering earlier.
    Offenders:
    URLTransfer sizeContent size
    https://en.wikipedia.org/w/load.php...ia.org/w/load.php 29.9 KB276.3 KB
    Don't use private headers on static content (privateAssets)The page has 3 requests with private headers. The main page has a private header. It could be right in some cases where the user can be logged in and served specific content. But if your asset is static it should never be private. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.80
    Description: If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private.
    Offenders:
  • https://en.wikipedia.org/w/index.php?title=Special:UserLogin&returnto=Main+Page
  • https://en.wikipedia.org/w/index.php...a.org/w/index.php
  • https://auth.wikimedia.org/enwiki/wiki/Special:UserLogin...Special:UserLogin
  • Best practice advice (73)

    TitleAdviceScore
    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.
    Have a good URL format (url)The page is using more than two request parameters. You should really rethink and try to minimize the number of parameters. The URL is 158 characters long. Try to make it less than 100 characters. 40
    Description: A clean URL is good for the user and for SEO. Make them human readable, avoid too long URLs, spaces in the URL, too many request parameters, and never ever have the session id in your URL.
    Do not send too long headers (longHeaders)https://en.wikipedia...a.org/w/index.php has a header content-security-policy that is 1419 characters long. https://en.wikipedia...a.org/w/index.php has a header content-security-policy-report-only that is 1397 characters long. https://en.wikipedia...a.org/w/index.php has a header content-security-policy that is 1419 characters long. https://en.wikipedia...a.org/w/index.php has a header content-security-policy-report-only that is 1397 characters long. https://auth.wikimed...Special:UserLogin has a header content-security-policy that is 1419 characters long. https://auth.wikimed...Special:UserLogin has a header content-security-policy-report-only that is 1397 characters long. https://auth.wikimed...Special:UserLogin has a header set-cookie that is 616 characters long. https://en.wikipedia...ia.org/w/load.php has a header sourcemap that is 1069 characters long. 92
    Description: Do not send response headers that are too long.
    Offenders:
  • https://en.wikipedia.org/w/index.php?title=Special:UserLogin&returnto=Main+Page
  • https://en.wikipedia.org/w/index.php?title=Special:UserLogin&returnto=Main+Page
  • https://en.wikipedia.org/w/index.php...a.org/w/index.php
  • https://en.wikipedia.org/w/index.php...a.org/w/index.php
  • https://auth.wikimedia.org/enwiki/wiki/Special:UserLogin...Special:UserLogin
  • https://auth.wikimedia.org/enwiki/wiki/Special:UserLogin...Special:UserLogin
  • https://auth.wikimedia.org/enwiki/wiki/Special:UserLogin...Special:UserLogin
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • Avoid too many third party requests (thirdParty)The page do 50% requests to third party domains (9 requests and 331.6 kB). First party is 9 requests and 78.5 kB. The page transfer more bytes from third party domains (331.6 kB) then first party (78.5 kB). The regex .*wikimedia.* 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 14 responses that sets both a max-age and expires header. There are 18 responses that sets a server header. 68
    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.org/w/index.php?title=Special:UserLogin&returnto=Main+Page
  • https://en.wikipedia.org/w/index.php?title=Special:UserLogin&returnto=Main+Page
  • https://auth.wikimedia.org/metawiki/wiki/Special:CentralAutoLogin/checkLoggedIn...gin/checkLoggedIn
  • https://en.wikipedia.org/w/index.php...a.org/w/index.php
  • https://en.wikipedia.org/w/index.php...a.org/w/index.php
  • https://auth.wikimedia.org/enwiki/wiki/Special:UserLogin...Special:UserLogin
  • https://auth.wikimedia.org/enwiki/wiki/Special:UserLogin...Special:UserLogin
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://auth.wikimedia.org/static/images/mobile/copyright/wikipedia-wordmark-en-25.svg
  • https://auth.wikimedia.org/static/images/mobile/copyright/wikipedia-wordmark-en-25.svg
  • https://auth.wikimedia.org/static/images/icons/enwiki-25.svg
  • https://auth.wikimedia.org/static/images/icons/enwiki-25.svg
  • https://auth.wikimedia.org/static/images/mobile/copyright/wikipedia-tagline-en-25.svg
  • https://auth.wikimedia.org/static/images/mobile/copyright/wikipedia-tagline-en-25.svg
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/resources/src/mediawiki.special.userlogin.login.style...-people-large.png
  • https://auth.wikimedia.org/static/images/footer/wikimedia-button.svg
  • https://auth.wikimedia.org/static/images/footer/wikimedia-button.svg
  • https://auth.wikimedia.org/enwiki/w/resources/assets/poweredby_mediawiki.svg
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://auth.wikimedia.org/static/favicon/wikipedia.ico
  • https://auth.wikimedia.org/static/favicon/wikipedia.ico
  • https://auth.wikimedia.org/ins-502b/v2/events?hasty=true
  • Privacy advice (87)

    TitleAdviceScore
    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://auth.wikimedia.org/enwiki/wiki/Special:UserLogin...Special:UserLogin
  • Avoid third party cookies that is used to track the user. (thirdPartyCookies)The page sets 8 third party cookies.0
    Description: Third party cookies are used to track the user. They are automatically blocked in Safari and Firefox.
    Offenders:
  • .wikipedia.org
  • .wikipedia.org
  • .wikipedia.org
  • .wikipedia.org
  • .wikipedia.org
  • .wikipedia.org
  • .wikipedia.org
  • .wikipedia.org
  • Page info

    Page info
    TitleLog in - Wikipedia
    GeneratorMediaWiki 1.46.0-wmf.23
    Width1919
    Height992
    DOM elements454
    Avg DOM depth11
    Max DOM depth20
    Iframes0
    Script tags4
    Local storage65 B
    Session storage0 b
    Network Information API4g

    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
    MediaWiki 100  Wikis
    PHP 100  Programming languages
    HSTS 100  Security
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Interaction To Next Paint | Long Aninimation Frames | Visual Elements | Metrics from CDP | Server timings | 

    Visual Metrics

    Visual Metrics
    First Visual Change2.200 s
    Speed Index2.573 s
    Largest Image2.200 s
    Heading2.200 s
    LargestContentfulPaint2.200 s
    Last Meaningful Paint2.200 s
    Largest Contentful Paint2.200 s
    Visual Complete 85%2.200 s
    Visual Complete 95%2.700 s
    Visual Complete 99%7.433 s
    Last Visual Change17.800 s
    Visual Readiness15.600 s

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)1.740 s
    First Contentful Paint (FCP)2.212 s
    Largest Contentful Paint (LCP)2.340 s
    Interaction to next paint (INP)456 ms
    Total Blocking Time (TBT)0 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP612
    Time spent in recalculate style before FCP15.23 ms
    Extra timings
    TTFB1.740 s
    First Paint2.212 s
    Load Event End2.567 s
    Fully loaded7.963 s
    User Timing marks
    mwStartup2.182 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 typeDIV
    Element/tag<div id="mw-createaccount-cta"></div>
    Render time 2.340 s
    Element render delay600 ms
    TTFB1.740 s
    Resource delay0 ms
    Resource load duration0 ms
    Elements that needed recalculate style before LCP724
    Time spent in recalculate style before LCP17.497 ms
    Element idmw-createaccount-cta
    Load time2.252 s
    URL https://en.wikipedia...-people-large.png
    Size (width*height)20114
    DOM path
    div:eq(2) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div:eq(1) > div#userloginForm > form > div:eq(8) > div > div#mw-createaccount-cta> div:eq(2) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div:eq(1) > div#userloginForm > form > div:eq(8) > div > div#mw-createaccount-cta>
    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 456 ms.

    Event typepointerover
    Element typeDIV
    Element class namemw-ui-container
    Event target#mw-content-text>div.mw-ui-container
    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
    0 ms408.9 ms1.1 ms1 ms0.1 ms
    No availible script information.

    Server timings

    namedurationdescription
    cache0pass
    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.

    CDP Performance

    namevalue
    AudioHandlers0
    AudioWorkletProcessors0
    Documents27
    Frames18
    JSEventListeners93
    LayoutObjects636
    MediaKeySessions0
    MediaKeys0
    Nodes1755
    Resources16
    ContextLifecycleStateObservers45
    V8PerContextDatas3
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers27
    AdSubframes0
    DetachedScriptStates2
    ArrayBufferContents3
    LayoutCount5
    RecalcStyleCount30
    LayoutDuration12
    RecalcStyleDuration21
    DevToolsCommandDuration69
    ScriptDuration110
    V8CompileDuration3
    TaskDuration320
    TaskOtherDuration105
    ThreadTime1
    ProcessTime3
    JSHeapUsedSize5722424
    JSHeapTotalSize8126464
    FirstMeaningfulPaint2211

    Visual Elements

    NameDisplay TimeX YWidthHeight
    LargestImage (wikipedia-wordmark-en-25.svg)2.200 s 314 14 140 22
    <img class="mw-logo-wordmark" alt="Wikipedia" src="/static/images/mobile/copyright/wikipedia-wordmark-en-25.svg" style="width: 8.75em; height: 1.375em;">
    Heading2.200 s 350 90 948 40
    <h1 id="firstHeading" class="firstHeading mw-first-heading"></h1>
    LargestContentfulPaint2.200 s 434 520 280 163
    <div id="mw-createaccount-cta"></div>
    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | Console log  | Requests loaded after onLoad event  | Render blocking requests  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/2.0
    Total requests18
    Total domains2
    Total transfer size400.5 KB
    Total content size1.7 MB
    Responses missing compression10
    Number of cookies8
    Third party cookies8
    Requests per response code
    20014
    2021
    3023

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b12.6 KB38.6 KB1
    css0 b29.9 KB276.3 KB1
    javascript0 b288.1 KB1.2 MB3
    image0 b2.7 KB1.6 KB1
    svg0 b64.6 KB155.6 KB7
    favicon0 b1.8 KB2.7 KB1
    plain0 b881 B0 b1
    Total0 b400.5 KB1.7 MB15

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    en.wikipedia.org3.011 s323.8 KB1.5 MB9
    auth.wikimedia.org2.381 s76.7 KB196.4 KB9

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds4 weeks1 year
    Last modified5 days2 weeks2 weeks

    Console log

    No console log messages.

    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
    plain881 B1
    Total2.7 KB2

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript267.5 KB2
    image0 b0
    font0 b0
    favicon1.8 KB1
    plain881 B1
    Total270.1 KB4

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    101

    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.

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML7
    styleLayout39
    paintCompositeRender8
    scriptParseCompile3
    scriptEvaluation111
    garbageCollection5
    other109
    Events (ms)
    FunctionCall87
    RunTask72
    UpdateLayoutTree24
    Layout15
    v8.run13
    CpuProfiler::StartProfiling10

    Time spent per request

    URLCPU time (ms)
    https://en.wikipedia.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&safemode=1&skin=vector-2022101
    https://en.wikipedia.org/w/load.php?lang=en&modules=ext.centralNotice.geoIP%7Cext.checkUser.clientHints%7Cext.cx.eventlogging.campaigns%7Cext.echo.centralauth%7Cext.eventLogging%2CnavigationTiming%2CtestKitchen%2CwikimediaEvents%7Cext.eventLogging.metricsPlatform%7Cext.uls.interface%2Cpreferences%2Cwebfonts%7Cext.urlShortener.toolbar%7Cext.webauthn.passwordlessLogin%7Cext.webauthn.ui.base%7Cext.wikimediaEvents.testKitchen%7Cjquery%2Coojs%2Coojs-ui%2Coojs-ui-core%2Coojs-ui-toolbars%2Coojs-ui-widgets%2Coojs-ui-windows%7Cjquery.client%2ClengthLimit%2CtextSelection%7Cmediawiki.String%2CTitle%2Capi%2Cbase%2Ccldr%2Ccookie%2Cexperiments%2Chtmlform%2CjqueryMsg%2Clanguage%2Cstorage%2Cuser%2Cutil%2CvisibleTimeout%7Cmediawiki.editfont.styles%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%7Cmediawiki.page.watch.ajax%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui-toolbars.icons%7Coojs-ui-widgets.icons%7Coojs-ui-windows.icons%7Coojs-ui.styles.indicators%7Cskins.vector.clientPreferences%2Cjs%7Cskins.vector.icons.js%7Cwikibase.databox.fromWikidata&skin=vector-2022&version=144p042
    afterPageCompleteCheck.jpg | layoutShift.jpg | largestContentfulPaint.jpg | 

    Screenshots

    afterPageCompleteCheck.jpg

    afterPageCompleteCheck.jpg

    layoutShift.jpg

    layoutShift.jpg

    largestContentfulPaint.jpg

    largestContentfulPaint.jpg