Page summary

https://www.wikidata.org/wiki/Q64

Tested 2025-09-17 16:41:26 using Chrome 140.0.7339.80 (runtime settings).

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

Summary

MetricValue
Page metrics
Performance Score66
Total Page Transfer Size1.9 MB
Requests56
Timing metrics
TTFB [median]502 ms
First Paint [median]1.236 s
Fully Loaded [median]10.725 s
Google Web Vitals
TTFB [median]502 ms
First Contentful Paint (FCP) [median]1.236 s
Largest Contentful Paint (LCP) [median]9.772 s
Cumulative Layout Shift (CLS) [median]0.09
Interaction To Next Paint (INP) [median]720 ms
Total Blocking Time [median]7.882 s
Max Potential FID [median]6.206 s
CPU metrics
CPU long tasks [median]10
CPU longest task duration6.383 s
CPU last long task happens at11.506 s
Visual Metrics
First Visual Change [median]1.233 s
Speed Index [median]1.931 s
Visual Complete 85% [median]1.233 s
Visual Complete 99% [median]9.766 s
Last Visual Change [median]9.766 s
Screenshot of run 4

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange1.233 s1.233 s1.386 s2.000 s
LastVisualChange9.600 s9.766 s9.900 s10.433 s
SpeedIndex1.921 s1.931 s2.083 s2.691 s
LargestImage1.233 s1.266 s1.406 s2.033 s
Heading1.233 s1.233 s1.386 s2.000 s
LargestContentfulPaint9.600 s9.766 s9.900 s10.433 s
LastMeaningfulPaint9.600 s9.766 s9.900 s10.433 s
VisualReadiness8.367 s8.533 s8.513 s8.700 s
VisualComplete851.233 s1.233 s1.386 s2.000 s
VisualComplete959.600 s9.766 s9.900 s10.433 s
VisualComplete999.600 s9.766 s9.900 s10.433 s
Google Web Vitals
Time To First Byte (TTFB)488 ms502 ms573 ms885 ms
Largest Contentful Paint (LCP)9.596 s9.772 s9.905 s10.432 s
First Contentful Paint (FCP)1.224 s1.236 s1.394 s2.024 s
Cumulative Layout Shift (CLS)0.08810.08810.08810.0881
More metrics
firstPaint1.224 s1.236 s1.394 s2.024 s
loadEventEnd2.093 s2.108 s2.253 s2.841 s
User Timing
mwStartup1.226 s1.239 s1.387 s2.003 s
wbInitStart3.396 s3.412 s3.555 s4.158 s
wbInitEnd9.749 s9.961 s10.078 s10.588 s
CPU
Total Blocking Time7.069 s7.882 s7.882 s8.740 s
Max Potential FID6.050 s6.206 s6.192 s6.383 s
CPU long tasks 9101011
CPU last long task happens at10.594 s11.506 s13.581 s22.888 s
| 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.8 sCPU Long Task duration 426 ms
1.3 sFirst Visual Change 1.233 sVisual Complete 85% 1.233 sHeading 1.233 smwStartup 1.239 sDOM Content Loaded Time 1.260 sFirst Contentful Paint 1.260 sLargest Image 1.266 s
2.1 sPage Load Time 2.093 s
2.2 sCPU Long Task duration 61 msCPU Long Task duration 589 ms
2.8 s
2.9 sCPU Long Task duration 185 ms
3.1 sCPU Long Task duration 164 ms
3.3 sCPU Long Task duration 128 ms
3.5 swbInitStart 3.414 sCPU Long Task duration 6.206 s
9.6 s
9.8 sLayout Shift 0.08810 9.727 sCPU Long Task duration 212 msLast Visual Change 9.766 sVisual Complete 95% 9.766 sVisual Complete 99% 9.766 sLCP <DIV> 9.772 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 (66)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 2 blocking requests and 0 in body parser blocking (0 JavaScript and 2 CSS). There are 1 potentially render blocking requests. You need to verify if it is render blocking: https://www.wikidata.org/w/load.php?lang=en&modules=startup&only=scripts&raw=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.
Offenders:
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • 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.wikidata.org/static/images/mobile/copyright/wikidatawiki-wordmark.svg
  • Have a fast first contentful paint (firstContentfulPaint)First contentful paint can be improved (2.024 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.
    Have a fast largest contentful paint (largestContentfulPaint)Largest contentful paint is poor 10.432 s. It is in the Google Web Vitals poor range, slower than 4.5 seconds.0
    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.
    Offenders:
  • <div class="wikibase-descriptionview-container"></div>
  • Avoid CPU Long Tasks (longTasks)The page has 9 CPU long tasks with the total of 7.895 s. The total blocking time is 7.069 s and 1 long task before first contentful paint with total time of 426 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.0
    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
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • unknown
  • 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://www.wikidata.org/wiki/Special:CentralAutoLogin/start?type=script&usesul3=1&urlversion=2
  • https://auth.wikimedia.org/metawiki/wiki/Special:CentralAutoLogin/checkLoggedIn...gin/checkLoggedIn
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 20 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 571.4 kB the next access.0
    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/commons/thumb/e/eb/Geschichte_der_Hauptst...A_4.0%29.webm.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Google_Timelapse-_Berl..._Germany.webm.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/8/83/Cityscape_Berlin.jpg/2...yscape_Berlin.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Locator_map_Berlin_in_...n_Germany.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Berlin_in_Germany_and_...ermany_and_EU.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/37/Berlin%2C_administrati...colors%29.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Karte_Berlin_Landnutzu...n_Landnutzung.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Flag_of_Berlin.svg/250...of_Berlin.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/DEU_Berlin_COA.svg/250...erlin_COA.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/34/150524_Konzerthaus_Ber...ht%29_-_clone.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/14/Collage_Berlin2.jpg/25...llage_Berlin2.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Wv_Berlin_banner3.jpg/...erlin_banner3.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/14/Berlin_by_Senitnel-2.j...by_Senitnel-2.jpg
  • https://www.wikidata.org/wiki/Special:EntityData/Q64.json?revision=2406511850
  • https://www.wikidata.org/wiki/Special:CentralAutoLogin/start?type=script&usesul3=1&urlversion=2
  • https://upload.wikimedia.org/wikipedia/commons/1/1b/Semi-protection-shackle.svg
  • https://auth.wikimedia.org/metawiki/wiki/Special:CentralAutoLogin/checkLoggedIn...gin/checkLoggedIn
  • https://www.wikidata.org/w/api.php...ata.org/w/api.php
  • https://login.wikimedia.org/wiki/Special:CentralAutoLogin/checkLoggedIn...gin/checkLoggedIn
  • https://maps.wikimedia.org/v4/marker/pin-l-marker+0050d0.png
  • Long cache headers is good (cacheHeadersLong)The page has 22 requests that have a shorter cache time than 30 days (but still a cache time).78
    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.wikidata.org/w/load.php...ta.org/w/load.php
  • https://www.wikidata.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022
  • https://www.wikidata.org/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector-2022
  • https://maps.wikimedia.org/osm-intl/13/4400/2686.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4400/2687.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4399/2686.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4401/2686.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4399/2687.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4401/2687.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4408/2689.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4409/2689.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4408/2690.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4409/2690.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4402/2680.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4403/2680.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4402/2681.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4403/2681.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4406/2693.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4405/2693.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4407/2693.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4393/2690.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4394/2690.png?lang=en
  • Total image size shouldn't be too big (imageSize)The page total image size is 760.4 kB. It's really big. Is the page using the right format for the images? Can they be lazy loaded? Are they compressed as good as they can be? Make them smaller by using https://imageoptim.com/.50
    Description: Avoid having too many large images on the page. The images will not affect the first paint of the page, but it will eat bandwidth for the user.
    Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 793.4 kB and the uncompressed size is 3.4 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://www.wikidata.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022 21.6 KB64.2 KB
    https://www.wikidata.org/w/load.php...ta.org/w/load.php 5.4 KB13.1 KB
    https://www.wikidata.org/w/load.php...ta.org/w/load.php 17.2 KB58.7 KB
    https://www.wikidata.org/w/load.php...ta.org/w/load.php 639.8 KB2.8 MB
    https://www.wikidata.org/w/load.php...ta.org/w/load.php 87.1 KB271.4 KB
    https://www.wikidata.org/w/load.php...ta.org/w/load.php 2.3 KB6.0 KB
    https://login.wikimedia.org/wiki/Special:CentralAutoLogin/checkLoggedIn...gin/checkLoggedIn 1.4 KB254 B
    Make each CSS response small (optimalCssSize)https://www.wikidata.org/w/load.php?lang=en&modules=ext.kartographer.style%7Cext.uls.pt%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikidata-org.badges%7Cext.wikimediamessages.styles%7Cjquery.makeCollapsible.styles%7Cjquery.wikibase.toolbar.styles%7Cskins.vector.icons%2Cstyles%7Cskins.vector.search.codex.styles%7Cwikibase.alltargets%2Cdesktop%7Cwikibase.vector.scopedTypeaheadSearchStyles&only=styles&skin=vector-2022 size is 32.5 kB (32542) 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://www.wikidata.org/w/load.php...ta.org/w/load.php 31.8 KB240.1 KB
    Don't use private headers on static content (privateAssets)The page has 5 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.60
    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://www.wikidata.org/wiki/Q64
  • https://www.wikidata.org/wiki/Special:EntityData/Q64.json?revision=2406511850
  • https://www.wikidata.org/wiki/Special:CentralAutoLogin/start?type=script&usesul3=1&urlversion=2
  • https://www.wikidata.org/w/api.php...ata.org/w/api.php
  • https://login.wikimedia.org/wiki/Special:CentralAutoLogin/checkLoggedIn...gin/checkLoggedIn
  • Best practice advice (92)

    TitleAdviceScore
    Do not send too long headers (longHeaders)https://www.wikidata.org/wiki/Q64 has a header link that is 719 characters long. https://www.wikidata...ta.org/w/load.php has a header sourcemap that is 3002 characters long. 98
    Description: Do not send response headers that are too long.
    Offenders:
  • https://www.wikidata.org/wiki/Q64
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • Avoid too many third party requests (thirdParty)The page do more requests to third party domains (36 requests and 790.2 kB) then first party (20 requests and 1.2 MB). The regex .*wikidata.* was used to calculate first/third party requests.50
    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 56 responses that sets a server header. 30
    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.wikidata.org/wiki/Q64
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • https://www.wikidata.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022
  • https://www.wikidata.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022
  • https://www.wikidata.org/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector-2022
  • https://www.wikidata.org/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector-2022
  • https://www.wikidata.org/static/images/mobile/copyright/wikidatawiki-wordmark.svg
  • https://www.wikidata.org/static/images/mobile/copyright/wikidatawiki-wordmark.svg
  • https://www.wikidata.org/static/images/icons/wikidatawiki.svg
  • https://www.wikidata.org/static/images/icons/wikidatawiki.svg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/Geschichte_der_Hauptst...A_4.0%29.webm.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Google_Timelapse-_Berl..._Germany.webm.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/8/83/Cityscape_Berlin.jpg/2...yscape_Berlin.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Locator_map_Berlin_in_...n_Germany.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Berlin_in_Germany_and_...ermany_and_EU.png
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/37/Berlin%2C_administrati...colors%29.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Karte_Berlin_Landnutzu...n_Landnutzung.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Flag_of_Berlin.svg/250...of_Berlin.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/DEU_Berlin_COA.svg/250...erlin_COA.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/34/150524_Konzerthaus_Ber...ht%29_-_clone.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/14/Collage_Berlin2.jpg/25...llage_Berlin2.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Wv_Berlin_banner3.jpg/...erlin_banner3.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/14/Berlin_by_Senitnel-2.j...by_Senitnel-2.jpg
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • https://www.wikidata.org/wiki/Special:EntityData/Q64.json?revision=2406511850
  • https://www.wikidata.org/wiki/Special:CentralAutoLogin/start?type=script&usesul3=1&urlversion=2
  • https://upload.wikimedia.org/wikipedia/commons/1/1b/Semi-protection-shackle.svg
  • https://www.wikidata.org/w/extensions/Kartographer/lib/external/mapbox/images/icons.svg?1f78f
  • https://www.wikidata.org/static/favicon/wikidata.ico
  • https://www.wikidata.org/static/favicon/wikidata.ico
  • https://auth.wikimedia.org/metawiki/wiki/Special:CentralAutoLogin/checkLoggedIn...gin/checkLoggedIn
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • https://www.wikidata.org/w/load.php...ta.org/w/load.php
  • https://www.wikidata.org/w/api.php...ata.org/w/api.php
  • https://login.wikimedia.org/wiki/Special:CentralAutoLogin/checkLoggedIn...gin/checkLoggedIn
  • https://maps.wikimedia.org/osm-intl/13/4400/2686.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4400/2687.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4399/2686.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4401/2686.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4399/2687.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4401/2687.png?lang=en
  • https://maps.wikimedia.org/v4/marker/pin-l-marker+0050d0.png
  • https://www.wikidata.org/w/skins/Vector/resources/skins.vector.styles/images/lin...r-progressive.svg
  • https://maps.wikimedia.org/osm-intl/13/4408/2689.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4409/2689.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4408/2690.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4409/2690.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4402/2680.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4403/2680.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4402/2681.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4403/2681.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4406/2693.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4405/2693.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4407/2693.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4393/2690.png?lang=en
  • https://maps.wikimedia.org/osm-intl/13/4394/2690.png?lang=en
  • 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://www.wikidata.org/wiki/Q64
  • 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.wikidata.org/wiki/Q64
  • Avoid third party cookies that is used to track the user. (thirdPartyCookies)The page sets 19 third party cookies.0
    Description: Third party cookies are used to track the user. They are automatically blocked in Safari and Firefox.
    Offenders:
  • upload.wikimedia.org
  • upload.wikimedia.org
  • upload.wikimedia.org
  • upload.wikimedia.org
  • upload.wikimedia.org
  • upload.wikimedia.org
  • upload.wikimedia.org
  • upload.wikimedia.org
  • upload.wikimedia.org
  • upload.wikimedia.org
  • upload.wikimedia.org
  • upload.wikimedia.org
  • upload.wikimedia.org
  • upload.wikimedia.org
  • maps.wikimedia.org
  • maps.wikimedia.org
  • maps.wikimedia.org
  • maps.wikimedia.org
  • maps.wikimedia.org
  • Page info

    Page info
    TitleBerlin - Wikidata
    GeneratorMediaWiki 1.45.0-wmf.18
    Width1904
    Height96484
    DOM elements27915
    Avg DOM depth20
    Max DOM depth31
    Iframes0
    Script tags4
    Local storage1.6 MB
    Session storage0 b
    Network Information API4g
    Resource Hints
    dns-prefetch
    https://meta.wikimedia.org/
    https://www.wikidata.org/wiki/auth.wikimedia.org
    preconnect
    https://upload.wikimedia.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
    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 | Server timings | 

    Data from run 4

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)504 ms
    First Contentful Paint (FCP)1.260 s
    Largest Contentful Paint (LCP)9.772 s
    Cumulative Layout Shift (CLS)0.09
    Interaction to next paint (INP)736 ms
    Total Blocking Time (TBT)7.962 s
    First Contentful Paint info
    Elements that needed recalculate style before FCP20365
    Time spent in recalculate style before FCP206.978 ms
    Extra timings
    TTFB504 ms
    First Paint1.260 s
    Load Event End2.093 s
    Fully loaded10.718 s
    User Timing marks
    mwStartup1.239 s
    wbInitStart3.414 s
    wbInitEnd9.961 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 class="wikibase-descriptionview-container"></div>
    Render time 9.772 s
    Element render delay9.268 s
    TTFB504 ms
    Resource delay0 ms
    Resource load duration0 ms
    Elements that needed recalculate style before LCP20365
    Time spent in recalculate style before LCP206.978 ms
    Load time0 ms
    Size (width*height)18788
    DOM path
    div:eq(1) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div#wb-item-Q64 > div:eq(0) > div:eq(0) > div:eq(2) > table > tbody > tr:eq(3) > td:eq(1) > div > div> div:eq(1) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div#wb-item-Q64 > div:eq(0) > div:eq(0) > div:eq(2) > table > tbody > tr:eq(3) > td:eq(1) > div > div>
    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.

    Detected Cumulative Layout Shift

    0.08810 cumulative layout shift collected from the Cumulative Layout Shift API.

    These HTML elements contribute most to the Cumulative Layout Shifts of the page. The higher score, the more layout shift.

    ScoreHTML Element
    0.08810<div class="wikibase-entitytermsview-entitytermsforlanguagelistview "></div>,<h2 class="wb-section-heading section-heading wikibase-statements" dir="auto" id="claims"></h2>,<div class="wikibase-statementgroupview listview-item" id="P31" data-property-id="P31"></div>,<div id="q64$a908cf20-43b8-da2f-cfe0-550bb15fcc7f" class="wikibase-statementview wikibase-statement-q64$a908cf20-43b8-da2f-cfe0-550bb15fcc7f wb-normal listview-item"></div>,<div id="Q64$f1994725-4d8f-e8aa-7afe-c721b3356a1e" class="wikibase-statementview wikibase-statement-Q64$f1994725-4d8f-e8aa-7afe-c721b3356a1e wb-deprecated listview-item"></div>
    body > div:eq(1) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div#wb-item-Q64 > div:eq(0) > div:eq(0) > div:eq(2),body > div:eq(1) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div#wb-item-Q64 > div:eq(0) > h2#claims,body > div:eq(1) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div#wb-item-Q64 > div:eq(0) > div:eq(2) > div > div#P31,body > div:eq(1) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div#wb-item-Q64 > div:eq(0) > div:eq(2) > div > div#P31 > div:eq(1) > div > div#q64$a908cf20-43b8-da2f-cfe0-550bb15fcc7f,body > div:eq(1) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div#wb-item-Q64 > div:eq(0) > div:eq(2) > div > div#P31 > div:eq(1) > div > div#Q64$f1994725-4d8f-e8aa-7afe-c721b3356a1e
    Layout shift

    The elements that have shifted place is highlighted in the image (that have a higher value than 0.01). If the element shifted outside of the viewport, you will not see it there. It can be hard to understand what content that has shifted, if that's the case, checkout the video or the filmstrip of the run.

    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 736 ms.

    Event typepointerover
    Element typeTABLE
    Element class namewikibase-entitytermsforlanguagelistview
    Event targettable.wikibase-entitytermsforlanguagelistview
    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
    6.180 s6.207 s23.9 ms23.9 ms0 ms
    https://www.wikidata.org/w/load.php?lang=en&modules=dataValues%2Cjquery%2Cmapbox%2Coojs%2Coojs-ui%2Coojs-ui-core%2Coojs-ui-toolbars%2Coojs-ui-widgets%2Coojs-ui-windows%2Csite%2CvalueFormatters%2CvalueParsers%2Cwikibase%7CdataValues.DataValue%2CTimeValue%2Cvalues%7Cext.EntitySchema.experts.EntitySchema%7Cext.centralNotice.choiceData%2Cdisplay%2CgeoIP%2CimpressionDiet%2CkvStore%2CstartUp%7Cext.centralauth.ForeignApi%2Ccentralautologin%7Cext.checkUser.clientHints%7Cext.citoid.wikibase.init%7Cext.echo.centralauth%7Cext.eventLogging%2Ckartographer%2CnavigationTiming%2CwikimediaEvents%2CxLab%7Cext.eventLogging.metricsPlatform%7Cext.kartographer.box%2Cdata%2Cframe%2Csite%2Cutil%7Cext.kartographer.lib.topojson%7Cext.uls.common%2Ccompactlinks%2Ci18n%2Cinterface%2Clanguagenames%2Cmediawiki%2Cmessages%2Cpreferences%2Cwebfonts%7Cext.urlShortener.toolbar%7Cext.wikimediaEvents.wikibase%2CxLab%7Cjquery.animateWithEvent%2Cclient%2Ci18n%2Cinputautoexpand%2CmakeCollapsible%2Cspinner%2CtextSelection%2Cui%2Culs%2Cvalueview%7Cjquery.event.special.eachchange%7Cjquery.spinner.styles%7Cjquery.ui.commonssuggester%2Clanguagesuggester%2Csuggester%7Cjquery.uls.data%2Cgrid%7Cjquery.util.getDirectionality%7Cjquery.valueview.Expert%2CExpertExtender%2CExpertStore%7Cjquery.valueview.experts.CommonsMediaType%2CEmptyValue%2CGeoShape%2CGlobeCoordinateInput%2CMonolingualText%2CQuantityInput%2CStringValue%2CTabularData%2CTimeInput%2CUnDeserializableValue%7Cjquery.wikibase.entityselector%2Cwbtooltip%7Cmediawiki.ForeignApi%2CString%2CTitle%2Capi%2Cbase%2Ccldr%2Ccookie%2Cexperiments%2CjqueryMsg%2Clanguage%2Cpulsatingdot%2Crouter%2Cstorage%2Cuser%2Cutil%2CvisibleTimeout%7Cmediawiki.ForeignApi.core%7Cmediawiki.editfont.styles%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%7Cmediawiki.page.watch.ajax%7Cmmv.bootstrap%2Ccodex%7Cmw.config.values.wbDataTypes%2CwbEnableMulLanguageCode%2CwbRefTabsEnabled%2CwbRepo%2CwbSiteDetails%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui-toolbars.icons%7Coojs-ui-widgets.icons%7Coojs-ui-windows.icons%7Coojs-ui.styles.icons-alerts%2Cicons-media%2Cindicators%7CpropertySuggester.suggestions%7Cskins.vector.clientPreferences%2Cjs%7Cskins.vector.icons.js%7Cutil.ContentLanguages%2CExtendable%2CMessageProvider%2CMessageProviders%2CNotifier%2ChighlightSubstring%2Cinherit%7CvalueParsers.ValueParserStore%2Cparsers%7Cwikibase.EntityInitializer%2CSite%2CWikibaseContentLanguages%2CbuildErrorOutput%2Cdatamodel%2Cfallbackchains%2CgetLanguageNameByCode%2CgetUserLanguages%2Cserialization%2Csites%2Ctemplates%7Cwikibase.api.RepoApi%2CValueCaller%7Cwikibase.entityChangers.EntityChangersFactory%7Cwikibase.entityPage.entityLoaded%7Cwikibase.experts.Entity%2CForm%2CItem%2CLexeme%2CProperty%2CSense%2C__namespace%2Cmodules%7Cwikibase.formatters.ApiValueFormatter%7Cwikibase.quality.constraints.gadget%2Cicon%2Csuggestions%2Cui%7Cwikibase.ui.entityViewInit%7Cwikibase.utilities.ClaimGuidGenerator%7Cwikibase.view.ControllerViewFactory%2CReadModeViewFactory%2C__namespace&skin=vector-2022&version=zn0z5

    Forced Style And Layout Duration: 1.373 s

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: 46103

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    798 ms809.6 ms51.6 ms34.2 ms17.4 ms
    https://www.wikidata.org/w/load.php?lang=en&modules=dataValues%2Cjquery%2Cmapbox%2Coojs%2Coojs-ui%2Coojs-ui-core%2Coojs-ui-toolbars%2Coojs-ui-widgets%2Coojs-ui-windows%2Csite%2CvalueFormatters%2CvalueParsers%2Cwikibase%7CdataValues.DataValue%2CTimeValue%2Cvalues%7Cext.EntitySchema.experts.EntitySchema%7Cext.centralNotice.choiceData%2Cdisplay%2CgeoIP%2CimpressionDiet%2CkvStore%2CstartUp%7Cext.centralauth.ForeignApi%2Ccentralautologin%7Cext.checkUser.clientHints%7Cext.citoid.wikibase.init%7Cext.echo.centralauth%7Cext.eventLogging%2Ckartographer%2CnavigationTiming%2CwikimediaEvents%2CxLab%7Cext.eventLogging.metricsPlatform%7Cext.kartographer.box%2Cdata%2Cframe%2Csite%2Cutil%7Cext.kartographer.lib.topojson%7Cext.uls.common%2Ccompactlinks%2Ci18n%2Cinterface%2Clanguagenames%2Cmediawiki%2Cmessages%2Cpreferences%2Cwebfonts%7Cext.urlShortener.toolbar%7Cext.wikimediaEvents.wikibase%2CxLab%7Cjquery.animateWithEvent%2Cclient%2Ci18n%2Cinputautoexpand%2CmakeCollapsible%2Cspinner%2CtextSelection%2Cui%2Culs%2Cvalueview%7Cjquery.event.special.eachchange%7Cjquery.spinner.styles%7Cjquery.ui.commonssuggester%2Clanguagesuggester%2Csuggester%7Cjquery.uls.data%2Cgrid%7Cjquery.util.getDirectionality%7Cjquery.valueview.Expert%2CExpertExtender%2CExpertStore%7Cjquery.valueview.experts.CommonsMediaType%2CEmptyValue%2CGeoShape%2CGlobeCoordinateInput%2CMonolingualText%2CQuantityInput%2CStringValue%2CTabularData%2CTimeInput%2CUnDeserializableValue%7Cjquery.wikibase.entityselector%2Cwbtooltip%7Cmediawiki.ForeignApi%2CString%2CTitle%2Capi%2Cbase%2Ccldr%2Ccookie%2Cexperiments%2CjqueryMsg%2Clanguage%2Cpulsatingdot%2Crouter%2Cstorage%2Cuser%2Cutil%2CvisibleTimeout%7Cmediawiki.ForeignApi.core%7Cmediawiki.editfont.styles%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%7Cmediawiki.page.watch.ajax%7Cmmv.bootstrap%2Ccodex%7Cmw.config.values.wbDataTypes%2CwbEnableMulLanguageCode%2CwbRefTabsEnabled%2CwbRepo%2CwbSiteDetails%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui-toolbars.icons%7Coojs-ui-widgets.icons%7Coojs-ui-windows.icons%7Coojs-ui.styles.icons-alerts%2Cicons-media%2Cindicators%7CpropertySuggester.suggestions%7Cskins.vector.clientPreferences%2Cjs%7Cskins.vector.icons.js%7Cutil.ContentLanguages%2CExtendable%2CMessageProvider%2CMessageProviders%2CNotifier%2ChighlightSubstring%2Cinherit%7CvalueParsers.ValueParserStore%2Cparsers%7Cwikibase.EntityInitializer%2CSite%2CWikibaseContentLanguages%2CbuildErrorOutput%2Cdatamodel%2Cfallbackchains%2CgetLanguageNameByCode%2CgetUserLanguages%2Cserialization%2Csites%2Ctemplates%7Cwikibase.api.RepoApi%2CValueCaller%7Cwikibase.entityChangers.EntityChangersFactory%7Cwikibase.entityPage.entityLoaded%7Cwikibase.experts.Entity%2CForm%2CItem%2CLexeme%2CProperty%2CSense%2C__namespace%2Cmodules%7Cwikibase.formatters.ApiValueFormatter%7Cwikibase.quality.constraints.gadget%2Cicon%2Csuggestions%2Cui%7Cwikibase.ui.entityViewInit%7Cwikibase.utilities.ClaimGuidGenerator%7Cwikibase.view.ControllerViewFactory%2CReadModeViewFactory%2C__namespace&skin=vector-2022&version=zn0z5

    Forced Style And Layout Duration: 121 ms

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: 46103

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    587.3 ms62.9 ms575.6 ms567 ms8.6 ms
    https://www.wikidata.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022

    Invoker:  IdleRequestCallback
    Invoker Type: user-callback
    Source Function Name:  doPropagation
    Window attribution: self
    Source char position: 4314

    https://www.wikidata.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022

    Forced Style And Layout Duration: 517 ms

    Invoker:  FrameRequestCallback
    Invoker Type: user-callback
    Source Function Name:  flushCssBuffer
    Window attribution: self
    Source char position: 3240

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    354 ms651.7 ms0.3 ms0 ms0.3 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    201.1 ms212.9 ms38.7 ms0 ms38.7 ms
    https://www.wikidata.org/w/load.php?lang=en&modules=dataValues%2Cjquery%2Cmapbox%2Coojs%2Coojs-ui%2Coojs-ui-core%2Coojs-ui-toolbars%2Coojs-ui-widgets%2Coojs-ui-windows%2Csite%2CvalueFormatters%2CvalueParsers%2Cwikibase%7CdataValues.DataValue%2CTimeValue%2Cvalues%7Cext.EntitySchema.experts.EntitySchema%7Cext.centralNotice.choiceData%2Cdisplay%2CgeoIP%2CimpressionDiet%2CkvStore%2CstartUp%7Cext.centralauth.ForeignApi%2Ccentralautologin%7Cext.checkUser.clientHints%7Cext.citoid.wikibase.init%7Cext.echo.centralauth%7Cext.eventLogging%2Ckartographer%2CnavigationTiming%2CwikimediaEvents%2CxLab%7Cext.eventLogging.metricsPlatform%7Cext.kartographer.box%2Cdata%2Cframe%2Csite%2Cutil%7Cext.kartographer.lib.topojson%7Cext.uls.common%2Ccompactlinks%2Ci18n%2Cinterface%2Clanguagenames%2Cmediawiki%2Cmessages%2Cpreferences%2Cwebfonts%7Cext.urlShortener.toolbar%7Cext.wikimediaEvents.wikibase%2CxLab%7Cjquery.animateWithEvent%2Cclient%2Ci18n%2Cinputautoexpand%2CmakeCollapsible%2Cspinner%2CtextSelection%2Cui%2Culs%2Cvalueview%7Cjquery.event.special.eachchange%7Cjquery.spinner.styles%7Cjquery.ui.commonssuggester%2Clanguagesuggester%2Csuggester%7Cjquery.uls.data%2Cgrid%7Cjquery.util.getDirectionality%7Cjquery.valueview.Expert%2CExpertExtender%2CExpertStore%7Cjquery.valueview.experts.CommonsMediaType%2CEmptyValue%2CGeoShape%2CGlobeCoordinateInput%2CMonolingualText%2CQuantityInput%2CStringValue%2CTabularData%2CTimeInput%2CUnDeserializableValue%7Cjquery.wikibase.entityselector%2Cwbtooltip%7Cmediawiki.ForeignApi%2CString%2CTitle%2Capi%2Cbase%2Ccldr%2Ccookie%2Cexperiments%2CjqueryMsg%2Clanguage%2Cpulsatingdot%2Crouter%2Cstorage%2Cuser%2Cutil%2CvisibleTimeout%7Cmediawiki.ForeignApi.core%7Cmediawiki.editfont.styles%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%7Cmediawiki.page.watch.ajax%7Cmmv.bootstrap%2Ccodex%7Cmw.config.values.wbDataTypes%2CwbEnableMulLanguageCode%2CwbRefTabsEnabled%2CwbRepo%2CwbSiteDetails%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui-toolbars.icons%7Coojs-ui-widgets.icons%7Coojs-ui-windows.icons%7Coojs-ui.styles.icons-alerts%2Cicons-media%2Cindicators%7CpropertySuggester.suggestions%7Cskins.vector.clientPreferences%2Cjs%7Cskins.vector.icons.js%7Cutil.ContentLanguages%2CExtendable%2CMessageProvider%2CMessageProviders%2CNotifier%2ChighlightSubstring%2Cinherit%7CvalueParsers.ValueParserStore%2Cparsers%7Cwikibase.EntityInitializer%2CSite%2CWikibaseContentLanguages%2CbuildErrorOutput%2Cdatamodel%2Cfallbackchains%2CgetLanguageNameByCode%2CgetUserLanguages%2Cserialization%2Csites%2Ctemplates%7Cwikibase.api.RepoApi%2CValueCaller%7Cwikibase.entityChangers.EntityChangersFactory%7Cwikibase.entityPage.entityLoaded%7Cwikibase.experts.Entity%2CForm%2CItem%2CLexeme%2CProperty%2CSense%2C__namespace%2Cmodules%7Cwikibase.formatters.ApiValueFormatter%7Cwikibase.quality.constraints.gadget%2Cicon%2Csuggestions%2Cui%7Cwikibase.ui.entityViewInit%7Cwikibase.utilities.ClaimGuidGenerator%7Cwikibase.view.ControllerViewFactory%2CReadModeViewFactory%2C__namespace&skin=vector-2022&version=zn0z5

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: 46103

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    143.8 ms28 ms179.6 ms174.6 ms5 ms
    https://www.wikidata.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022

    Invoker:  IdleRequestCallback
    Invoker Type: user-callback
    Source Function Name:  doPropagation
    Window attribution: self
    Source char position: 4314

    https://www.wikidata.org/w/load.php?lang=en&modules=dataValues%2Cjquery%2Cmapbox%2Coojs%2Coojs-ui%2Coojs-ui-core%2Coojs-ui-toolbars%2Coojs-ui-widgets%2Coojs-ui-windows%2Csite%2CvalueFormatters%2CvalueParsers%2Cwikibase%7CdataValues.DataValue%2CTimeValue%2Cvalues%7Cext.EntitySchema.experts.EntitySchema%7Cext.centralNotice.choiceData%2Cdisplay%2CgeoIP%2CimpressionDiet%2CkvStore%2CstartUp%7Cext.centralauth.ForeignApi%2Ccentralautologin%7Cext.checkUser.clientHints%7Cext.citoid.wikibase.init%7Cext.echo.centralauth%7Cext.eventLogging%2Ckartographer%2CnavigationTiming%2CwikimediaEvents%2CxLab%7Cext.eventLogging.metricsPlatform%7Cext.kartographer.box%2Cdata%2Cframe%2Csite%2Cutil%7Cext.kartographer.lib.topojson%7Cext.uls.common%2Ccompactlinks%2Ci18n%2Cinterface%2Clanguagenames%2Cmediawiki%2Cmessages%2Cpreferences%2Cwebfonts%7Cext.urlShortener.toolbar%7Cext.wikimediaEvents.wikibase%2CxLab%7Cjquery.animateWithEvent%2Cclient%2Ci18n%2Cinputautoexpand%2CmakeCollapsible%2Cspinner%2CtextSelection%2Cui%2Culs%2Cvalueview%7Cjquery.event.special.eachchange%7Cjquery.spinner.styles%7Cjquery.ui.commonssuggester%2Clanguagesuggester%2Csuggester%7Cjquery.uls.data%2Cgrid%7Cjquery.util.getDirectionality%7Cjquery.valueview.Expert%2CExpertExtender%2CExpertStore%7Cjquery.valueview.experts.CommonsMediaType%2CEmptyValue%2CGeoShape%2CGlobeCoordinateInput%2CMonolingualText%2CQuantityInput%2CStringValue%2CTabularData%2CTimeInput%2CUnDeserializableValue%7Cjquery.wikibase.entityselector%2Cwbtooltip%7Cmediawiki.ForeignApi%2CString%2CTitle%2Capi%2Cbase%2Ccldr%2Ccookie%2Cexperiments%2CjqueryMsg%2Clanguage%2Cpulsatingdot%2Crouter%2Cstorage%2Cuser%2Cutil%2CvisibleTimeout%7Cmediawiki.ForeignApi.core%7Cmediawiki.editfont.styles%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%7Cmediawiki.page.watch.ajax%7Cmmv.bootstrap%2Ccodex%7Cmw.config.values.wbDataTypes%2CwbEnableMulLanguageCode%2CwbRefTabsEnabled%2CwbRepo%2CwbSiteDetails%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui-toolbars.icons%7Coojs-ui-widgets.icons%7Coojs-ui-windows.icons%7Coojs-ui.styles.icons-alerts%2Cicons-media%2Cindicators%7CpropertySuggester.suggestions%7Cskins.vector.clientPreferences%2Cjs%7Cskins.vector.icons.js%7Cutil.ContentLanguages%2CExtendable%2CMessageProvider%2CMessageProviders%2CNotifier%2ChighlightSubstring%2Cinherit%7CvalueParsers.ValueParserStore%2Cparsers%7Cwikibase.EntityInitializer%2CSite%2CWikibaseContentLanguages%2CbuildErrorOutput%2Cdatamodel%2Cfallbackchains%2CgetLanguageNameByCode%2CgetUserLanguages%2Cserialization%2Csites%2Ctemplates%7Cwikibase.api.RepoApi%2CValueCaller%7Cwikibase.entityChangers.EntityChangersFactory%7Cwikibase.entityPage.entityLoaded%7Cwikibase.experts.Entity%2CForm%2CItem%2CLexeme%2CProperty%2CSense%2C__namespace%2Cmodules%7Cwikibase.formatters.ApiValueFormatter%7Cwikibase.quality.constraints.gadget%2Cicon%2Csuggestions%2Cui%7Cwikibase.ui.entityViewInit%7Cwikibase.utilities.ClaimGuidGenerator%7Cwikibase.view.ControllerViewFactory%2CReadModeViewFactory%2C__namespace&skin=vector-2022&version=zn0z5

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: 46103

    https://www.wikidata.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022

    Invoker:  FrameRequestCallback
    Invoker Type: user-callback
    Source Function Name:  flushCssBuffer
    Window attribution: self
    Source char position: 3240

    https://www.wikidata.org/w/load.php?lang=en&modules=dataValues%2Cjquery%2Cmapbox%2Coojs%2Coojs-ui%2Coojs-ui-core%2Coojs-ui-toolbars%2Coojs-ui-widgets%2Coojs-ui-windows%2Csite%2CvalueFormatters%2CvalueParsers%2Cwikibase%7CdataValues.DataValue%2CTimeValue%2Cvalues%7Cext.EntitySchema.experts.EntitySchema%7Cext.centralNotice.choiceData%2Cdisplay%2CgeoIP%2CimpressionDiet%2CkvStore%2CstartUp%7Cext.centralauth.ForeignApi%2Ccentralautologin%7Cext.checkUser.clientHints%7Cext.citoid.wikibase.init%7Cext.echo.centralauth%7Cext.eventLogging%2Ckartographer%2CnavigationTiming%2CwikimediaEvents%2CxLab%7Cext.eventLogging.metricsPlatform%7Cext.kartographer.box%2Cdata%2Cframe%2Csite%2Cutil%7Cext.kartographer.lib.topojson%7Cext.uls.common%2Ccompactlinks%2Ci18n%2Cinterface%2Clanguagenames%2Cmediawiki%2Cmessages%2Cpreferences%2Cwebfonts%7Cext.urlShortener.toolbar%7Cext.wikimediaEvents.wikibase%2CxLab%7Cjquery.animateWithEvent%2Cclient%2Ci18n%2Cinputautoexpand%2CmakeCollapsible%2Cspinner%2CtextSelection%2Cui%2Culs%2Cvalueview%7Cjquery.event.special.eachchange%7Cjquery.spinner.styles%7Cjquery.ui.commonssuggester%2Clanguagesuggester%2Csuggester%7Cjquery.uls.data%2Cgrid%7Cjquery.util.getDirectionality%7Cjquery.valueview.Expert%2CExpertExtender%2CExpertStore%7Cjquery.valueview.experts.CommonsMediaType%2CEmptyValue%2CGeoShape%2CGlobeCoordinateInput%2CMonolingualText%2CQuantityInput%2CStringValue%2CTabularData%2CTimeInput%2CUnDeserializableValue%7Cjquery.wikibase.entityselector%2Cwbtooltip%7Cmediawiki.ForeignApi%2CString%2CTitle%2Capi%2Cbase%2Ccldr%2Ccookie%2Cexperiments%2CjqueryMsg%2Clanguage%2Cpulsatingdot%2Crouter%2Cstorage%2Cuser%2Cutil%2CvisibleTimeout%7Cmediawiki.ForeignApi.core%7Cmediawiki.editfont.styles%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%7Cmediawiki.page.watch.ajax%7Cmmv.bootstrap%2Ccodex%7Cmw.config.values.wbDataTypes%2CwbEnableMulLanguageCode%2CwbRefTabsEnabled%2CwbRepo%2CwbSiteDetails%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui-toolbars.icons%7Coojs-ui-widgets.icons%7Coojs-ui-windows.icons%7Coojs-ui.styles.icons-alerts%2Cicons-media%2Cindicators%7CpropertySuggester.suggestions%7Cskins.vector.clientPreferences%2Cjs%7Cskins.vector.icons.js%7Cutil.ContentLanguages%2CExtendable%2CMessageProvider%2CMessageProviders%2CNotifier%2ChighlightSubstring%2Cinherit%7CvalueParsers.ValueParserStore%2Cparsers%7Cwikibase.EntityInitializer%2CSite%2CWikibaseContentLanguages%2CbuildErrorOutput%2Cdatamodel%2Cfallbackchains%2CgetLanguageNameByCode%2CgetUserLanguages%2Cserialization%2Csites%2Ctemplates%7Cwikibase.api.RepoApi%2CValueCaller%7Cwikibase.entityChangers.EntityChangersFactory%7Cwikibase.entityPage.entityLoaded%7Cwikibase.experts.Entity%2CForm%2CItem%2CLexeme%2CProperty%2CSense%2C__namespace%2Cmodules%7Cwikibase.formatters.ApiValueFormatter%7Cwikibase.quality.constraints.gadget%2Cicon%2Csuggestions%2Cui%7Cwikibase.ui.entityViewInit%7Cwikibase.utilities.ClaimGuidGenerator%7Cwikibase.view.ControllerViewFactory%2CReadModeViewFactory%2C__namespace&skin=vector-2022&version=zn0z5

    Forced Style And Layout Duration: 63 ms

    Invoker:  FrameRequestCallback
    Invoker Type: user-callback
    Window attribution: self
    Source char position: 1098756

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    112 ms129.3 ms33.6 ms24.6 ms9 ms
    https://www.wikidata.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022

    Invoker:  IdleRequestCallback
    Invoker Type: user-callback
    Source Function Name:  doPropagation
    Window attribution: self
    Source char position: 4314

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    112 ms7.8 ms157.9 ms11.4 ms146.5 ms
    https://www.wikidata.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022

    Invoker:  FrameRequestCallback
    Invoker Type: user-callback
    Source Function Name:  flushCssBuffer
    Window attribution: self
    Source char position: 3240

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms100.5 ms7.4 ms7.3 ms0.1 ms
    https://www.wikidata.org/w/load.php?lang=en&modules=dataValues%2Cjquery%2Cmapbox%2Coojs%2Coojs-ui%2Coojs-ui-core%2Coojs-ui-toolbars%2Coojs-ui-widgets%2Coojs-ui-windows%2Csite%2CvalueFormatters%2CvalueParsers%2Cwikibase%7CdataValues.DataValue%2CTimeValue%2Cvalues%7Cext.EntitySchema.experts.EntitySchema%7Cext.centralNotice.choiceData%2Cdisplay%2CgeoIP%2CimpressionDiet%2CkvStore%2CstartUp%7Cext.centralauth.ForeignApi%2Ccentralautologin%7Cext.checkUser.clientHints%7Cext.citoid.wikibase.init%7Cext.echo.centralauth%7Cext.eventLogging%2Ckartographer%2CnavigationTiming%2CwikimediaEvents%2CxLab%7Cext.eventLogging.metricsPlatform%7Cext.kartographer.box%2Cdata%2Cframe%2Csite%2Cutil%7Cext.kartographer.lib.topojson%7Cext.uls.common%2Ccompactlinks%2Ci18n%2Cinterface%2Clanguagenames%2Cmediawiki%2Cmessages%2Cpreferences%2Cwebfonts%7Cext.urlShortener.toolbar%7Cext.wikimediaEvents.wikibase%2CxLab%7Cjquery.animateWithEvent%2Cclient%2Ci18n%2Cinputautoexpand%2CmakeCollapsible%2Cspinner%2CtextSelection%2Cui%2Culs%2Cvalueview%7Cjquery.event.special.eachchange%7Cjquery.spinner.styles%7Cjquery.ui.commonssuggester%2Clanguagesuggester%2Csuggester%7Cjquery.uls.data%2Cgrid%7Cjquery.util.getDirectionality%7Cjquery.valueview.Expert%2CExpertExtender%2CExpertStore%7Cjquery.valueview.experts.CommonsMediaType%2CEmptyValue%2CGeoShape%2CGlobeCoordinateInput%2CMonolingualText%2CQuantityInput%2CStringValue%2CTabularData%2CTimeInput%2CUnDeserializableValue%7Cjquery.wikibase.entityselector%2Cwbtooltip%7Cmediawiki.ForeignApi%2CString%2CTitle%2Capi%2Cbase%2Ccldr%2Ccookie%2Cexperiments%2CjqueryMsg%2Clanguage%2Cpulsatingdot%2Crouter%2Cstorage%2Cuser%2Cutil%2CvisibleTimeout%7Cmediawiki.ForeignApi.core%7Cmediawiki.editfont.styles%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%7Cmediawiki.page.watch.ajax%7Cmmv.bootstrap%2Ccodex%7Cmw.config.values.wbDataTypes%2CwbEnableMulLanguageCode%2CwbRefTabsEnabled%2CwbRepo%2CwbSiteDetails%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui-toolbars.icons%7Coojs-ui-widgets.icons%7Coojs-ui-windows.icons%7Coojs-ui.styles.icons-alerts%2Cicons-media%2Cindicators%7CpropertySuggester.suggestions%7Cskins.vector.clientPreferences%2Cjs%7Cskins.vector.icons.js%7Cutil.ContentLanguages%2CExtendable%2CMessageProvider%2CMessageProviders%2CNotifier%2ChighlightSubstring%2Cinherit%7CvalueParsers.ValueParserStore%2Cparsers%7Cwikibase.EntityInitializer%2CSite%2CWikibaseContentLanguages%2CbuildErrorOutput%2Cdatamodel%2Cfallbackchains%2CgetLanguageNameByCode%2CgetUserLanguages%2Cserialization%2Csites%2Ctemplates%7Cwikibase.api.RepoApi%2CValueCaller%7Cwikibase.entityChangers.EntityChangersFactory%7Cwikibase.entityPage.entityLoaded%7Cwikibase.experts.Entity%2CForm%2CItem%2CLexeme%2CProperty%2CSense%2C__namespace%2Cmodules%7Cwikibase.formatters.ApiValueFormatter%7Cwikibase.quality.constraints.gadget%2Cicon%2Csuggestions%2Cui%7Cwikibase.ui.entityViewInit%7Cwikibase.utilities.ClaimGuidGenerator%7Cwikibase.view.ControllerViewFactory%2CReadModeViewFactory%2C__namespace&skin=vector-2022&version=zn0z5

    Forced Style And Layout Duration: 2 ms

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: 46103

    https://www.wikidata.org/w/load.php?lang=en&modules=dataValues%2Cjquery%2Cmapbox%2Coojs%2Coojs-ui%2Coojs-ui-core%2Coojs-ui-toolbars%2Coojs-ui-widgets%2Coojs-ui-windows%2Csite%2CvalueFormatters%2CvalueParsers%2Cwikibase%7CdataValues.DataValue%2CTimeValue%2Cvalues%7Cext.EntitySchema.experts.EntitySchema%7Cext.centralNotice.choiceData%2Cdisplay%2CgeoIP%2CimpressionDiet%2CkvStore%2CstartUp%7Cext.centralauth.ForeignApi%2Ccentralautologin%7Cext.checkUser.clientHints%7Cext.citoid.wikibase.init%7Cext.echo.centralauth%7Cext.eventLogging%2Ckartographer%2CnavigationTiming%2CwikimediaEvents%2CxLab%7Cext.eventLogging.metricsPlatform%7Cext.kartographer.box%2Cdata%2Cframe%2Csite%2Cutil%7Cext.kartographer.lib.topojson%7Cext.uls.common%2Ccompactlinks%2Ci18n%2Cinterface%2Clanguagenames%2Cmediawiki%2Cmessages%2Cpreferences%2Cwebfonts%7Cext.urlShortener.toolbar%7Cext.wikimediaEvents.wikibase%2CxLab%7Cjquery.animateWithEvent%2Cclient%2Ci18n%2Cinputautoexpand%2CmakeCollapsible%2Cspinner%2CtextSelection%2Cui%2Culs%2Cvalueview%7Cjquery.event.special.eachchange%7Cjquery.spinner.styles%7Cjquery.ui.commonssuggester%2Clanguagesuggester%2Csuggester%7Cjquery.uls.data%2Cgrid%7Cjquery.util.getDirectionality%7Cjquery.valueview.Expert%2CExpertExtender%2CExpertStore%7Cjquery.valueview.experts.CommonsMediaType%2CEmptyValue%2CGeoShape%2CGlobeCoordinateInput%2CMonolingualText%2CQuantityInput%2CStringValue%2CTabularData%2CTimeInput%2CUnDeserializableValue%7Cjquery.wikibase.entityselector%2Cwbtooltip%7Cmediawiki.ForeignApi%2CString%2CTitle%2Capi%2Cbase%2Ccldr%2Ccookie%2Cexperiments%2CjqueryMsg%2Clanguage%2Cpulsatingdot%2Crouter%2Cstorage%2Cuser%2Cutil%2CvisibleTimeout%7Cmediawiki.ForeignApi.core%7Cmediawiki.editfont.styles%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%7Cmediawiki.page.watch.ajax%7Cmmv.bootstrap%2Ccodex%7Cmw.config.values.wbDataTypes%2CwbEnableMulLanguageCode%2CwbRefTabsEnabled%2CwbRepo%2CwbSiteDetails%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui-toolbars.icons%7Coojs-ui-widgets.icons%7Coojs-ui-windows.icons%7Coojs-ui.styles.icons-alerts%2Cicons-media%2Cindicators%7CpropertySuggester.suggestions%7Cskins.vector.clientPreferences%2Cjs%7Cskins.vector.icons.js%7Cutil.ContentLanguages%2CExtendable%2CMessageProvider%2CMessageProviders%2CNotifier%2ChighlightSubstring%2Cinherit%7CvalueParsers.ValueParserStore%2Cparsers%7Cwikibase.EntityInitializer%2CSite%2CWikibaseContentLanguages%2CbuildErrorOutput%2Cdatamodel%2Cfallbackchains%2CgetLanguageNameByCode%2CgetUserLanguages%2Cserialization%2Csites%2Ctemplates%7Cwikibase.api.RepoApi%2CValueCaller%7Cwikibase.entityChangers.EntityChangersFactory%7Cwikibase.entityPage.entityLoaded%7Cwikibase.experts.Entity%2CForm%2CItem%2CLexeme%2CProperty%2CSense%2C__namespace%2Cmodules%7Cwikibase.formatters.ApiValueFormatter%7Cwikibase.quality.constraints.gadget%2Cicon%2Csuggestions%2Cui%7Cwikibase.ui.entityViewInit%7Cwikibase.utilities.ClaimGuidGenerator%7Cwikibase.view.ControllerViewFactory%2CReadModeViewFactory%2C__namespace&skin=vector-2022&version=zn0z5

    Forced Style And Layout Duration: 6 ms

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: 46103

    https://www.wikidata.org/w/load.php?lang=en&modules=dataValues%2Cjquery%2Cmapbox%2Coojs%2Coojs-ui%2Coojs-ui-core%2Coojs-ui-toolbars%2Coojs-ui-widgets%2Coojs-ui-windows%2Csite%2CvalueFormatters%2CvalueParsers%2Cwikibase%7CdataValues.DataValue%2CTimeValue%2Cvalues%7Cext.EntitySchema.experts.EntitySchema%7Cext.centralNotice.choiceData%2Cdisplay%2CgeoIP%2CimpressionDiet%2CkvStore%2CstartUp%7Cext.centralauth.ForeignApi%2Ccentralautologin%7Cext.checkUser.clientHints%7Cext.citoid.wikibase.init%7Cext.echo.centralauth%7Cext.eventLogging%2Ckartographer%2CnavigationTiming%2CwikimediaEvents%2CxLab%7Cext.eventLogging.metricsPlatform%7Cext.kartographer.box%2Cdata%2Cframe%2Csite%2Cutil%7Cext.kartographer.lib.topojson%7Cext.uls.common%2Ccompactlinks%2Ci18n%2Cinterface%2Clanguagenames%2Cmediawiki%2Cmessages%2Cpreferences%2Cwebfonts%7Cext.urlShortener.toolbar%7Cext.wikimediaEvents.wikibase%2CxLab%7Cjquery.animateWithEvent%2Cclient%2Ci18n%2Cinputautoexpand%2CmakeCollapsible%2Cspinner%2CtextSelection%2Cui%2Culs%2Cvalueview%7Cjquery.event.special.eachchange%7Cjquery.spinner.styles%7Cjquery.ui.commonssuggester%2Clanguagesuggester%2Csuggester%7Cjquery.uls.data%2Cgrid%7Cjquery.util.getDirectionality%7Cjquery.valueview.Expert%2CExpertExtender%2CExpertStore%7Cjquery.valueview.experts.CommonsMediaType%2CEmptyValue%2CGeoShape%2CGlobeCoordinateInput%2CMonolingualText%2CQuantityInput%2CStringValue%2CTabularData%2CTimeInput%2CUnDeserializableValue%7Cjquery.wikibase.entityselector%2Cwbtooltip%7Cmediawiki.ForeignApi%2CString%2CTitle%2Capi%2Cbase%2Ccldr%2Ccookie%2Cexperiments%2CjqueryMsg%2Clanguage%2Cpulsatingdot%2Crouter%2Cstorage%2Cuser%2Cutil%2CvisibleTimeout%7Cmediawiki.ForeignApi.core%7Cmediawiki.editfont.styles%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%7Cmediawiki.page.watch.ajax%7Cmmv.bootstrap%2Ccodex%7Cmw.config.values.wbDataTypes%2CwbEnableMulLanguageCode%2CwbRefTabsEnabled%2CwbRepo%2CwbSiteDetails%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui-toolbars.icons%7Coojs-ui-widgets.icons%7Coojs-ui-windows.icons%7Coojs-ui.styles.icons-alerts%2Cicons-media%2Cindicators%7CpropertySuggester.suggestions%7Cskins.vector.clientPreferences%2Cjs%7Cskins.vector.icons.js%7Cutil.ContentLanguages%2CExtendable%2CMessageProvider%2CMessageProviders%2CNotifier%2ChighlightSubstring%2Cinherit%7CvalueParsers.ValueParserStore%2Cparsers%7Cwikibase.EntityInitializer%2CSite%2CWikibaseContentLanguages%2CbuildErrorOutput%2Cdatamodel%2Cfallbackchains%2CgetLanguageNameByCode%2CgetUserLanguages%2Cserialization%2Csites%2Ctemplates%7Cwikibase.api.RepoApi%2CValueCaller%7Cwikibase.entityChangers.EntityChangersFactory%7Cwikibase.entityPage.entityLoaded%7Cwikibase.experts.Entity%2CForm%2CItem%2CLexeme%2CProperty%2CSense%2C__namespace%2Cmodules%7Cwikibase.formatters.ApiValueFormatter%7Cwikibase.quality.constraints.gadget%2Cicon%2Csuggestions%2Cui%7Cwikibase.ui.entityViewInit%7Cwikibase.utilities.ClaimGuidGenerator%7Cwikibase.view.ControllerViewFactory%2CReadModeViewFactory%2C__namespace&skin=vector-2022&version=zn0z5

    Forced Style And Layout Duration: 4 ms

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: 46103

    https://www.wikidata.org/w/load.php?lang=en&modules=dataValues%2Cjquery%2Cmapbox%2Coojs%2Coojs-ui%2Coojs-ui-core%2Coojs-ui-toolbars%2Coojs-ui-widgets%2Coojs-ui-windows%2Csite%2CvalueFormatters%2CvalueParsers%2Cwikibase%7CdataValues.DataValue%2CTimeValue%2Cvalues%7Cext.EntitySchema.experts.EntitySchema%7Cext.centralNotice.choiceData%2Cdisplay%2CgeoIP%2CimpressionDiet%2CkvStore%2CstartUp%7Cext.centralauth.ForeignApi%2Ccentralautologin%7Cext.checkUser.clientHints%7Cext.citoid.wikibase.init%7Cext.echo.centralauth%7Cext.eventLogging%2Ckartographer%2CnavigationTiming%2CwikimediaEvents%2CxLab%7Cext.eventLogging.metricsPlatform%7Cext.kartographer.box%2Cdata%2Cframe%2Csite%2Cutil%7Cext.kartographer.lib.topojson%7Cext.uls.common%2Ccompactlinks%2Ci18n%2Cinterface%2Clanguagenames%2Cmediawiki%2Cmessages%2Cpreferences%2Cwebfonts%7Cext.urlShortener.toolbar%7Cext.wikimediaEvents.wikibase%2CxLab%7Cjquery.animateWithEvent%2Cclient%2Ci18n%2Cinputautoexpand%2CmakeCollapsible%2Cspinner%2CtextSelection%2Cui%2Culs%2Cvalueview%7Cjquery.event.special.eachchange%7Cjquery.spinner.styles%7Cjquery.ui.commonssuggester%2Clanguagesuggester%2Csuggester%7Cjquery.uls.data%2Cgrid%7Cjquery.util.getDirectionality%7Cjquery.valueview.Expert%2CExpertExtender%2CExpertStore%7Cjquery.valueview.experts.CommonsMediaType%2CEmptyValue%2CGeoShape%2CGlobeCoordinateInput%2CMonolingualText%2CQuantityInput%2CStringValue%2CTabularData%2CTimeInput%2CUnDeserializableValue%7Cjquery.wikibase.entityselector%2Cwbtooltip%7Cmediawiki.ForeignApi%2CString%2CTitle%2Capi%2Cbase%2Ccldr%2Ccookie%2Cexperiments%2CjqueryMsg%2Clanguage%2Cpulsatingdot%2Crouter%2Cstorage%2Cuser%2Cutil%2CvisibleTimeout%7Cmediawiki.ForeignApi.core%7Cmediawiki.editfont.styles%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%7Cmediawiki.page.watch.ajax%7Cmmv.bootstrap%2Ccodex%7Cmw.config.values.wbDataTypes%2CwbEnableMulLanguageCode%2CwbRefTabsEnabled%2CwbRepo%2CwbSiteDetails%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui-toolbars.icons%7Coojs-ui-widgets.icons%7Coojs-ui-windows.icons%7Coojs-ui.styles.icons-alerts%2Cicons-media%2Cindicators%7CpropertySuggester.suggestions%7Cskins.vector.clientPreferences%2Cjs%7Cskins.vector.icons.js%7Cutil.ContentLanguages%2CExtendable%2CMessageProvider%2CMessageProviders%2CNotifier%2ChighlightSubstring%2Cinherit%7CvalueParsers.ValueParserStore%2Cparsers%7Cwikibase.EntityInitializer%2CSite%2CWikibaseContentLanguages%2CbuildErrorOutput%2Cdatamodel%2Cfallbackchains%2CgetLanguageNameByCode%2CgetUserLanguages%2Cserialization%2Csites%2Ctemplates%7Cwikibase.api.RepoApi%2CValueCaller%7Cwikibase.entityChangers.EntityChangersFactory%7Cwikibase.entityPage.entityLoaded%7Cwikibase.experts.Entity%2CForm%2CItem%2CLexeme%2CProperty%2CSense%2C__namespace%2Cmodules%7Cwikibase.formatters.ApiValueFormatter%7Cwikibase.quality.constraints.gadget%2Cicon%2Csuggestions%2Cui%7Cwikibase.ui.entityViewInit%7Cwikibase.utilities.ClaimGuidGenerator%7Cwikibase.view.ControllerViewFactory%2CReadModeViewFactory%2C__namespace&skin=vector-2022&version=zn0z5

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: 46103

    https://www.wikidata.org/w/load.php?lang=en&modules=dataValues%2Cjquery%2Cmapbox%2Coojs%2Coojs-ui%2Coojs-ui-core%2Coojs-ui-toolbars%2Coojs-ui-widgets%2Coojs-ui-windows%2Csite%2CvalueFormatters%2CvalueParsers%2Cwikibase%7CdataValues.DataValue%2CTimeValue%2Cvalues%7Cext.EntitySchema.experts.EntitySchema%7Cext.centralNotice.choiceData%2Cdisplay%2CgeoIP%2CimpressionDiet%2CkvStore%2CstartUp%7Cext.centralauth.ForeignApi%2Ccentralautologin%7Cext.checkUser.clientHints%7Cext.citoid.wikibase.init%7Cext.echo.centralauth%7Cext.eventLogging%2Ckartographer%2CnavigationTiming%2CwikimediaEvents%2CxLab%7Cext.eventLogging.metricsPlatform%7Cext.kartographer.box%2Cdata%2Cframe%2Csite%2Cutil%7Cext.kartographer.lib.topojson%7Cext.uls.common%2Ccompactlinks%2Ci18n%2Cinterface%2Clanguagenames%2Cmediawiki%2Cmessages%2Cpreferences%2Cwebfonts%7Cext.urlShortener.toolbar%7Cext.wikimediaEvents.wikibase%2CxLab%7Cjquery.animateWithEvent%2Cclient%2Ci18n%2Cinputautoexpand%2CmakeCollapsible%2Cspinner%2CtextSelection%2Cui%2Culs%2Cvalueview%7Cjquery.event.special.eachchange%7Cjquery.spinner.styles%7Cjquery.ui.commonssuggester%2Clanguagesuggester%2Csuggester%7Cjquery.uls.data%2Cgrid%7Cjquery.util.getDirectionality%7Cjquery.valueview.Expert%2CExpertExtender%2CExpertStore%7Cjquery.valueview.experts.CommonsMediaType%2CEmptyValue%2CGeoShape%2CGlobeCoordinateInput%2CMonolingualText%2CQuantityInput%2CStringValue%2CTabularData%2CTimeInput%2CUnDeserializableValue%7Cjquery.wikibase.entityselector%2Cwbtooltip%7Cmediawiki.ForeignApi%2CString%2CTitle%2Capi%2Cbase%2Ccldr%2Ccookie%2Cexperiments%2CjqueryMsg%2Clanguage%2Cpulsatingdot%2Crouter%2Cstorage%2Cuser%2Cutil%2CvisibleTimeout%7Cmediawiki.ForeignApi.core%7Cmediawiki.editfont.styles%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%7Cmediawiki.page.watch.ajax%7Cmmv.bootstrap%2Ccodex%7Cmw.config.values.wbDataTypes%2CwbEnableMulLanguageCode%2CwbRefTabsEnabled%2CwbRepo%2CwbSiteDetails%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui-toolbars.icons%7Coojs-ui-widgets.icons%7Coojs-ui-windows.icons%7Coojs-ui.styles.icons-alerts%2Cicons-media%2Cindicators%7CpropertySuggester.suggestions%7Cskins.vector.clientPreferences%2Cjs%7Cskins.vector.icons.js%7Cutil.ContentLanguages%2CExtendable%2CMessageProvider%2CMessageProviders%2CNotifier%2ChighlightSubstring%2Cinherit%7CvalueParsers.ValueParserStore%2Cparsers%7Cwikibase.EntityInitializer%2CSite%2CWikibaseContentLanguages%2CbuildErrorOutput%2Cdatamodel%2Cfallbackchains%2CgetLanguageNameByCode%2CgetUserLanguages%2Cserialization%2Csites%2Ctemplates%7Cwikibase.api.RepoApi%2CValueCaller%7Cwikibase.entityChangers.EntityChangersFactory%7Cwikibase.entityPage.entityLoaded%7Cwikibase.experts.Entity%2CForm%2CItem%2CLexeme%2CProperty%2CSense%2C__namespace%2Cmodules%7Cwikibase.formatters.ApiValueFormatter%7Cwikibase.quality.constraints.gadget%2Cicon%2Csuggestions%2Cui%7Cwikibase.ui.entityViewInit%7Cwikibase.utilities.ClaimGuidGenerator%7Cwikibase.view.ControllerViewFactory%2CReadModeViewFactory%2C__namespace&skin=vector-2022&version=zn0z5

    Forced Style And Layout Duration: 8 ms

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: 46103

    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 (wikidatawiki.svg)1.266 s 246 8 50 50
    <img class="mw-logo-icon" src="/static/images/icons/wikidatawiki.svg" alt="" aria-hidden="true" height="50" width="50">
    Heading1.233 s 206 90 1200 40
    <h1 id="firstHeading" class="firstHeading mw-first-heading"></h1>
    LargestContentfulPaint9.766 s 632 691 348 65
    <div class="wikibase-descriptionview-container"></div>
    | 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 requests56
    Total domains5
    Total transfer size1.9 MB
    Total content size6.9 MB
    Responses missing compression12
    Number of cookies25
    Third party cookies19
    Requests per response code
    20054
    3022

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b127.7 KB1.6 MB1
    css0 b34.2 KB244.6 KB2
    javascript0 b774.8 KB3.2 MB7
    image0 b768.8 KB733.6 KB33
    svg0 b11.2 KB8.9 KB8
    json0 b191.5 KB1.0 MB2
    favicon0 b1.6 KB907 B1
    Total0 b1.9 MB6.9 MB54

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wikidata.org6.794 s1.1 MB6.1 MB20
    upload.wikimedia.org7.661 s363.3 KB349.0 KB14
    auth.wikimedia.org393 msN/A0 b1
    login.wikimedia.org197 ms1.4 KB254 B1
    maps.wikimedia.org5.824 s407.0 KB385.3 KB20

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds15 minutes1 year
    Last modified1 hour10 years56 years

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript90.8 KB3
    image407.0 KB20
    font0 b0
    json191.5 KB2
    svg5.4 KB3
    favicon1.6 KB1
    Total696.2 KB31

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript90.8 KB3
    image407.0 KB20
    font0 b0
    json191.5 KB2
    svg5.4 KB3
    favicon1.6 KB1
    Total696.2 KB31

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    201

    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 7962
    Max Potential First Input Delay 6206
    Long Tasks before First Paint1426
    Long Tasks before First Contentful Paint1426
    Long Tasks before Largest Contentful Paint87971
    Long Tasks after Load Event End98412
    Total Long Tasks108838

    CPU last long task happened at 11.522 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown764426window
    self210461window
    self2167589window
    self2839185window
    self3093164window
    self3262128window
    self35006206window
    self9755212window
    self10725796window
    self1152271window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML89
    styleLayout1166
    paintCompositeRender93
    scriptParseCompile5
    scriptEvaluation492
    garbageCollection18
    other272
    Events (ms)
    UpdateLayoutTree918
    FunctionCall449
    Layout241
    RunTask144
    ParseHTML86
    PrePaint67
    Paint47
    HitTest40
    v8.run18
    DocumentLoader::BodyLoadingFinished17
    CpuProfiler::StartProfiling11
    V8.HandleInterrupts11

    Time spent per request

    URLCPU time (ms)
    https://www.wikidata.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022929
    https://www.wikidata.org/w/load.php?lang=en&modules=dataValues%2Cjquery%2Cmapbox%2Coojs%2Coojs-ui%2Coojs-ui-core%2Coojs-ui-toolbars%2Coojs-ui-widgets%2Coojs-ui-windows%2Csite%2CvalueFormatters%2CvalueParsers%2Cwikibase%7CdataValues.DataValue%2CTimeValue%2Cvalues%7Cext.EntitySchema.experts.EntitySchema%7Cext.centralNotice.choiceData%2Cdisplay%2CgeoIP%2CimpressionDiet%2CkvStore%2CstartUp%7Cext.centralauth.ForeignApi%2Ccentralautologin%7Cext.checkUser.clientHints%7Cext.citoid.wikibase.init%7Cext.echo.centralauth%7Cext.eventLogging%2Ckartographer%2CnavigationTiming%2CwikimediaEvents%2CxLab%7Cext.eventLogging.metricsPlatform%7Cext.kartographer.box%2Cdata%2Cframe%2Csite%2Cutil%7Cext.kartographer.lib.topojson%7Cext.uls.common%2Ccompactlinks%2Ci18n%2Cinterface%2Clanguagenames%2Cmediawiki%2Cmessages%2Cpreferences%2Cwebfonts%7Cext.urlShortener.toolbar%7Cext.wikimediaEvents.wikibase%2CxLab%7Cjquery.animateWithEvent%2Cclient%2Ci18n%2Cinputautoexpand%2CmakeCollapsible%2Cspinner%2CtextSelection%2Cui%2Culs%2Cvalueview%7Cjquery.event.special.eachchange%7Cjquery.spinner.styles%7Cjquery.ui.commonssuggester%2Clanguagesuggester%2Csuggester%7Cjquery.uls.data%2Cgrid%7Cjquery.util.getDirectionality%7Cjquery.valueview.Expert%2CExpertExtender%2CExpertStore%7Cjquery.valueview.experts.CommonsMediaType%2CEmptyValue%2CGeoShape%2CGlobeCoordinateInput%2CMonolingualText%2CQuantityInput%2CStringValue%2CTabularData%2CTimeInput%2CUnDeserializableValue%7Cjquery.wikibase.entityselector%2Cwbtooltip%7Cmediawiki.ForeignApi%2CString%2CTitle%2Capi%2Cbase%2Ccldr%2Ccookie%2Cexperiments%2CjqueryMsg%2Clanguage%2Cpulsatingdot%2Crouter%2Cstorage%2Cuser%2Cutil%2CvisibleTimeout%7Cmediawiki.ForeignApi.core%7Cmediawiki.editfont.styles%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%7Cmediawiki.page.watch.ajax%7Cmmv.bootstrap%2Ccodex%7Cmw.config.values.wbDataTypes%2CwbEnableMulLanguageCode%2CwbRefTabsEnabled%2CwbRepo%2CwbSiteDetails%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui-toolbars.icons%7Coojs-ui-widgets.icons%7Coojs-ui-windows.icons%7Coojs-ui.styles.icons-alerts%2Cicons-media%2Cindicators%7CpropertySuggester.suggestions%7Cskins.vector.clientPreferences%2Cjs%7Cskins.vector.icons.js%7Cutil.ContentLanguages%2CExtendable%2CMessageProvider%2CMessageProviders%2CNotifier%2ChighlightSubstring%2Cinherit%7CvalueParsers.ValueParserStore%2Cparsers%7Cwikibase.EntityInitializer%2CSite%2CWikibaseContentLanguages%2CbuildErrorOutput%2Cdatamodel%2Cfallbackchains%2CgetLanguageNameByCode%2CgetUserLanguages%2Cserialization%2Csites%2Ctemplates%7Cwikibase.api.RepoApi%2CValueCaller%7Cwikibase.entityChangers.EntityChangersFactory%7Cwikibase.entityPage.entityLoaded%7Cwikibase.experts.Entity%2CForm%2CItem%2CLexeme%2CProperty%2CSense%2C__namespace%2Cmodules%7Cwikibase.formatters.ApiValueFormatter%7Cwikibase.quality.constraints.gadget%2Cicon%2Csuggestions%2Cui%7Cwikibase.ui.entityViewInit%7Cwikibase.utilities.ClaimGuidGenerator%7Cwikibase.view.ControllerViewFactory%2CReadModeViewFactory%2C__namespace&skin=vector-2022&version=zn0z5266