Run 1 summary

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

Tested 2024-11-21 02:01:16 using Chrome 131.0.6778.69 (runtime settings).

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayCPU Screenshots

Summary

MetricValue
Page metrics
Performance score73
Total page size1.5 MB
Requests94
Timing metrics
TTFB700 ms
First Paint1.588 s
Fully Loaded3.272 s
Google Web Vitals
TTFB700 ms
First Contentful Paint (FCP) 1.588 s
Largest Contentful Paint (LCP) 1.827 s
Cumulative Layout Shift (CLS) 0.12
232 ms
Total Blocking Time342 ms
Max Potential FID189 ms
CPU metrics
CPU long tasks8
CPU last long task happens at2.764 s
Visual Metrics
First Visual Change1.600 s
Speed Index1.956 s
Visual Complete 85%3.000 s
Visual Complete 99%3.266 s
Last Visual Change3.266 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
1.6 smwStartup 1.522 sFirst Contentful Paint 1.588 sCPU Long Task duration 189 msFirst Visual Change 1.600 s
1.7 s
1.8 sLayout Shift 0.00330 1.767 s
1.9 sCPU Long Task duration 88 msLCP <P> 1.827 s
2 sCPU Long Task duration 106 ms
2.1 sCPU Long Task duration 98 ms
2.2 s
2.3 sDOM Content Loaded Time 2.262 s
2.4 sCPU Long Task duration 53 msLayout Shift 0.01443 2.388 s
2.5 sLayout Shift 0.00000 2.495 s
2.6 sCPU Long Task duration 90 ms
2.7 sCPU Long Task duration 66 ms
2.8 sLayout Shift 0.00709 2.742 sCPU Long Task duration 52 ms
2.9 s
3 smwCentralNoticeBanner 2.910 sLayout Shift 0.02000 2.923 sVisual Complete 85% 3.000 sHeading 3.000 s
3.1 s
3.2 sPage Load Time 3.115 sLayout Shift 0.07670 3.195 s
3.3 sLast Visual Change 3.266 sVisual Complete 95% 3.266 sVisual Complete 99% 3.266 sLargest Image 3.266 sFully Loaded 3.272 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.0.2.

I am the coach

Coach score

Performance advice (73)

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://en.wikipedia.beta.wmflabs.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://en.wikipedia.beta.wmflabs.org/w/load.php...bs.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://en.wikipedia.beta.wmflabs.org/static/images/project-logos/wikimedia-cloud-services.svg
  • 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 CPU Long Tasks (longTasks)The page has 8 CPU long tasks with the total of 742 ms. The total blocking time is 342 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
  • unknown
  • unknown
  • unknown
  • self
  • self
  • unknown
  • unknown
  • Avoid doing redirects (assetsRedirects)The page has 1 redirect. 1 of the redirects are from the base domain, please fix them! 90
    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://en.wikipedia.beta.wmflabs.org/wiki/Special:CentralAutoLogin/start?type=script
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 77 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 786 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/e7/Cscr-featured.svg/20px...-featured.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Padlock-silver.svg/20p...ck-silver.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/47/Sound-icon.svg/20px-Sound-icon.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/President_Barack_Obama..._Barack_Obama.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Barack_Obama_signature...signature.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Obama_portrait_crop.jp...portrait_crop.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/2b/58th_Presidential_Inau...-D-BP749-1327.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Job_Growth_by_U.S._Pre...resident_-_v1.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Obama.svg/21px-Obama.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Great_Seal_of_the_Unit...bverse%29.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Office-book.svg/30px-Office-book.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/47/Sound-icon.svg/45px-Sound-icon.svg.png
  • https://upload.wikimedia.beta.wmflabs.org/wikipedia/commons/thumb/7/73/Blue_penc...ue_pencil.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Obama_portrait_crop.jp...portrait_crop.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Symbol_book_class2.svg...ok_class2.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Folder_Hexagonal_Icon....onal_Icon.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/fd/Portal-puzzle.svg/16px...al-puzzle.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/36/Seal_of_the_President_...ed_States.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Yellow_flag_waving.svg...ag_waving.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f0/Seal_of_the_United_Sta...es_Senate.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Obama.svg/22px-Obama.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/22px-Commons-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/30px...news-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/25p...uote-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/29...urce-logo.svg.png
  • https://upload.wikimedia.beta.wmflabs.org/wikipedia/commons/thumb/f/ff/Wikidata-...data-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/b/b8/Barack_Obama_and_Bill_..._Bill_Clinton.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Obama_family_portrait_...he_Green_Room.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/22/BlackhawksWhiteHouse20...hiteHouse2010.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Barack_Obama_playing_b...secretaries_2.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/36/Seal_of_the_President_...ed_States.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/A_coloured_voting_box....oting_box.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/DIG13623-230.jpg/220px-DIG13623-230.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Obamas_at_church_on_In...tion_Day_2013.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Nuvola_apps_kaboodle.s..._kaboodle.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/Obamamiltondavis1.jpg/...amiltondavis1.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/2004_Illinois_Senate_r...e_results.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/BarackObamaportrait.jp...Obamaportrait.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/7/79/Lugar-Obama.jpg/220px-Lugar-Obama.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/7/70/Barack_Obama_Iraq_2006...ama_Iraq_2006.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Flickr_Obama_Springfie...pringfield_01.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/President_George_W._Bu...n_Oval_Office.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/ElectoralCollege2008.s...llege2008.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/P112912PS-0444_-_Presi...Office_-_crop.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/44/ElectoralCollege2012.s...llege2012.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/US_President_Barack_Ob...e_-_2009Jan20.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Barack_Obama_addresses...ss_2009-02-24.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Obama_cabinet_meeting_...eting_2009-11.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/8/86/White_House_rainbow_fo...-sex_marriage.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/20090124_WeeklyAddress...lyAddress.ogv.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/U.S._Total_Deficits_vs...ses_2001-2010.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/25/US_Employment_Statisti...tatistics.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Obama-venice-la.jpg/22...ama-venice-la.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f5/Obama_signs_health_car...care-20100323.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/7/79/PPACA_Premium_Chart.jp...Premium_Chart.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Percentage_of_Individu...%2C_1963-2015.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Barack_Obama_visiting_...rora_shooting.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Barack_Obama_at_Cairo_...rsity_cropped.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/8/83/Barack_Obama_foreign_t...ign_trips.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/7/76/Barack_Obama_and_Matte...ber_2016%2C_1.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/b/be/David_Cameron_and_Bara...it_in_Toronto.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Barack_Obama_welcomes_...e_Oval_Office.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f7/Vladimir_Putin_and_Bar...5-09-29%29_04.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/12/President_Obama_on_Dea...bin_Laden.ogv.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/11...urce-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Obama_and_Biden_await_..._on_bin_Laden.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Barack_Obama_talks_wit...8637772147%29.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Barack_Obama_meets_wit..._%28crop_2%29.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Official_portrait_of_B..._Barack_Obama.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Gallup_Poll-Approval_R...ack_Obama.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/G8_leaders_watching_fo...hing_football.jpg
  • https://upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png
  • https://en.wikipedia.beta.wmflabs.org/wiki/Special:CentralAutoLogin/start?type=script
  • https://meta.wikimedia.beta.wmflabs.org/w/index.php...s.org/w/index.php
  • https://login.wikimedia.beta.wmflabs.org/wiki/Special:CentralAutoLogin/checkLogg...gin/checkLoggedIn
  • https://upload.wikimedia.org/wikipedia/commons/1/14/Favicon-beta-wikipedia.png
  • Long cache headers is good (cacheHeadersLong)The page has 3 requests that have a shorter cache time than 30 days (but still a cache time).97
    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.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • Total image size shouldn't be too big (imageSize)The page total image size is 741.5 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 507.9 kB and the uncompressed size is 2.1 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.beta.wmflabs.org/w/load.php...bs.org/w/load.php 19.7 KB59.3 KB
    https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php 17.1 KB58.0 KB
    https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php 293.4 KB1.3 MB
    https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php 25.2 KB121.4 KB
    https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php 2.7 KB14.8 KB
    https://meta.wikimedia.beta.wmflabs.org/w/index.php...s.org/w/index.php 1.4 KB497 B
    https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php 74.2 KB237.0 KB
    https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php 61.2 KB312.1 KB
    https://login.wikimedia.beta.wmflabs.org/wiki/Special:CentralAutoLogin/checkLogg...gin/checkLoggedIn 1.2 KB252 B
    Make each CSS response small (optimalCssSize)https://en.wikipedia.beta.wmflabs.org/w/load.php?lang=en&modules=ext.cite.styles%7Cext.dismissableSiteNotice.styles%7Cext.tmh.player.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cext.wikimediamessages.styles%7Cskins.vector.icons%2Cstyles%7Cskins.vector.search.codex.styles%7Cwikibase.client.data-bridge.externalModifiers%7Cwikibase.client.init&only=styles&skin=vector-2022 size is 23.8 kB (23824) 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.beta.wmflabs.org/w/load.php...bs.org/w/load.php 23.3 KB181.4 KB
    Don't use private headers on static content (privateAssets)The page has 4 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.70
    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.beta.wmflabs.org/wiki/Barack_Obama
  • https://en.wikipedia.beta.wmflabs.org/wiki/Special:CentralAutoLogin/start?type=script
  • https://meta.wikimedia.beta.wmflabs.org/w/index.php...s.org/w/index.php
  • https://login.wikimedia.beta.wmflabs.org/wiki/Special:CentralAutoLogin/checkLogg...gin/checkLoggedIn
  • Best practice advice (73)

    TitleAdviceScore
    Cumulative Layout Shift (cumulativeLayoutShift)You have a cumulative layout shift score (0.1215) that needs improvements. It is in the Google Web Vitals needs improvement range, shift higher than 0.1. You should manually check the filmstrip or video and check if it will affect the user.50
    Description: Cumulative Layout Shift measures the sum total of all individual layout shift scores for unexpected layout shift that occur. The metric is measuring visual stability by quantify how often users experience unexpected layout shifts. It is one of Google Web Vitals.
    Meta description (metaDescription)The page is missing a meta description.0
    Description: Use a page description to make the page more relevant to search engines.
    Do not send too long headers (longHeaders)https://en.wikipedia...wiki/Barack_Obama has a header content-security-policy that is 3318 characters long. https://en.wikipedia...bs.org/w/load.php has a header sourcemap that is 1498 characters long. 98
    Description: Do not send response headers that are too long.
    Offenders:
  • https://en.wikipedia.beta.wmflabs.org/wiki/Barack_Obama
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • Avoid too many third party requests (thirdParty)The page do more requests to third party domains (72 requests and 780.9 kB) then first party (22 requests and 800 kB). The regex .*wmflabs.* 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 13 responses that sets both a max-age and expires header. There are 94 responses that sets a server header. 0
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://en.wikipedia.beta.wmflabs.org/wiki/Barack_Obama
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/static/images/project-logos/wikimedia-cloud-services.svg
  • https://en.wikipedia.beta.wmflabs.org/static/images/project-logos/wikimedia-cloud-services.svg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Cscr-featured.svg/20px...-featured.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Padlock-silver.svg/20p...ck-silver.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/47/Sound-icon.svg/20px-Sound-icon.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/President_Barack_Obama..._Barack_Obama.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Barack_Obama_signature...signature.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Obama_portrait_crop.jp...portrait_crop.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/2b/58th_Presidential_Inau...-D-BP749-1327.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Job_Growth_by_U.S._Pre...resident_-_v1.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Obama.svg/21px-Obama.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Great_Seal_of_the_Unit...bverse%29.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Office-book.svg/30px-Office-book.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/47/Sound-icon.svg/45px-Sound-icon.svg.png
  • https://upload.wikimedia.beta.wmflabs.org/wikipedia/commons/thumb/7/73/Blue_penc...ue_pencil.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Obama_portrait_crop.jp...portrait_crop.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Symbol_book_class2.svg...ok_class2.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Folder_Hexagonal_Icon....onal_Icon.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/fd/Portal-puzzle.svg/16px...al-puzzle.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/36/Seal_of_the_President_...ed_States.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Yellow_flag_waving.svg...ag_waving.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f0/Seal_of_the_United_Sta...es_Senate.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Obama.svg/22px-Obama.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/22px-Commons-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/30px...news-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/25p...uote-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/29...urce-logo.svg.png
  • https://upload.wikimedia.beta.wmflabs.org/wikipedia/commons/thumb/f/ff/Wikidata-...data-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/b/b8/Barack_Obama_and_Bill_..._Bill_Clinton.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Obama_family_portrait_...he_Green_Room.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/22/BlackhawksWhiteHouse20...hiteHouse2010.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Barack_Obama_playing_b...secretaries_2.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/36/Seal_of_the_President_...ed_States.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/A_coloured_voting_box....oting_box.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/DIG13623-230.jpg/220px-DIG13623-230.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Obamas_at_church_on_In...tion_Day_2013.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Nuvola_apps_kaboodle.s..._kaboodle.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/Obamamiltondavis1.jpg/...amiltondavis1.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/2004_Illinois_Senate_r...e_results.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/BarackObamaportrait.jp...Obamaportrait.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/7/79/Lugar-Obama.jpg/220px-Lugar-Obama.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/7/70/Barack_Obama_Iraq_2006...ama_Iraq_2006.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Flickr_Obama_Springfie...pringfield_01.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/President_George_W._Bu...n_Oval_Office.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/ElectoralCollege2008.s...llege2008.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/P112912PS-0444_-_Presi...Office_-_crop.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/44/ElectoralCollege2012.s...llege2012.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/US_President_Barack_Ob...e_-_2009Jan20.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Barack_Obama_addresses...ss_2009-02-24.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Obama_cabinet_meeting_...eting_2009-11.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/8/86/White_House_rainbow_fo...-sex_marriage.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/20090124_WeeklyAddress...lyAddress.ogv.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/U.S._Total_Deficits_vs...ses_2001-2010.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/25/US_Employment_Statisti...tatistics.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Obama-venice-la.jpg/22...ama-venice-la.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f5/Obama_signs_health_car...care-20100323.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/7/79/PPACA_Premium_Chart.jp...Premium_Chart.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Percentage_of_Individu...%2C_1963-2015.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Barack_Obama_visiting_...rora_shooting.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Barack_Obama_at_Cairo_...rsity_cropped.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/8/83/Barack_Obama_foreign_t...ign_trips.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/7/76/Barack_Obama_and_Matte...ber_2016%2C_1.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/b/be/David_Cameron_and_Bara...it_in_Toronto.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Barack_Obama_welcomes_...e_Oval_Office.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f7/Vladimir_Putin_and_Bar...5-09-29%29_04.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/12/President_Obama_on_Dea...bin_Laden.ogv.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/11...urce-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Obama_and_Biden_await_..._on_bin_Laden.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Barack_Obama_talks_wit...8637772147%29.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Barack_Obama_meets_wit..._%28crop_2%29.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Official_portrait_of_B..._Barack_Obama.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Gallup_Poll-Approval_R...ack_Obama.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/G8_leaders_watching_fo...hing_football.jpg
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/skins/Vector/resources/skins.vector.styl...n-progressive.svg
  • https://en.wikipedia.beta.wmflabs.org/w/skins/Vector/resources/skins.vector.styl...r-progressive.svg
  • https://en.wikipedia.beta.wmflabs.org/w/resources/src/mediawiki.skinning/images/...nify-clip-ltr.svg
  • https://upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png
  • https://en.wikipedia.beta.wmflabs.org/static/images/project-logos/betawiki.png
  • https://en.wikipedia.beta.wmflabs.org/static/images/project-logos/betawiki.png
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/wiki/Special:CentralAutoLogin/start?type=script
  • https://meta.wikimedia.beta.wmflabs.org/w/index.php...s.org/w/index.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://en.wikipedia.beta.wmflabs.org/w/load.php...bs.org/w/load.php
  • https://login.wikimedia.beta.wmflabs.org/wiki/Special:CentralAutoLogin/checkLogg...gin/checkLoggedIn
  • https://upload.wikimedia.org/wikipedia/commons/1/14/Favicon-beta-wikipedia.png
  • Privacy advice (94)

    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://en.wikipedia.beta.wmflabs.org/wiki/Barack_Obama
  • Page info

    Page info
    TitleBarack Obama - Wikipedia, the free encyclopedia
    GeneratorMediaWiki 1.44.0-alpha
    Width1904
    Height55415
    DOM elements15972
    Avg DOM depth16
    Max DOM depth29
    Iframes0
    Script tags6
    Local storage1.3 MB
    Session storage0 b
    Network Information API3g
    Resource Hints
    dns-prefetch
    https://meta.wikimedia.beta.wmflabs.org/
    https://login.wikimedia.beta.wmflabs.org/
    preconnect
    https://upload.wikimedia.beta.wmflabs.org/

    Technologies used to build the page.

    Data collected using Wappalyzerversion 6.10.66.  Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyser find more information about technologies used.

    TechnologyConfidenceCategory
    MediaWiki 100  Wikis
    PHP 100  Programming languages
    Apache Traffic Server 9.2.5100  Web servers
    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

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)700 ms
    First Contentful Paint (FCP)1.588 s
    Largest Contentful Paint (LCP)1.827 s
    Cumulative Layout Shift (CLS)0.12
    Interaction to next paint (INP)232 ms
    Total Blocking Time (TBT)342 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP128
    Time spent in recalculate style before FCP7.46 ms
    Extra timings
    TTFB700 ms
    First Paint1.588 s
    Load Event End3.116 s
    Fully loaded3.272 s
    User Timing marks
    mwStartup1.522 s
    mwCentralNoticeBanner2.910 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 typeP
    Element/tag<p></p>
    Render time 1.827 s
    Elements that needed recalculate style before LCP7755
    Time spent in recalculate style before LCP129.018 ms
    Load time0 ms
    Size (width*height)234624
    DOM path
    div:eq(1) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div:eq(0) > p:eq(3)> div:eq(1) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div:eq(0) > p:eq(3)>
    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.12153 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.07670<div data-v-app=""></div>,<table class="infobox vcard" style="width:22em"></table>
    body > div:eq(1) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div:eq(0) > div:eq(1),body > div:eq(1) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div:eq(0) > table:eq(0)
    0.02000<div class="mw-dismissable-notice"></div>,<div class="vector-column-start"></div>,<div class="mw-content-container"></div>
    body > div:eq(1) > div > div:eq(0) > div#siteNotice > div:eq(1),body > div:eq(1) > div > div:eq(1),body > div:eq(1) > div > div:eq(2)
    0.01443<div class="vector-column-start"></div>,<div class="mw-content-container"></div>
    body > div:eq(1) > div > div:eq(1),body > div:eq(1) > div > div:eq(2)
    0.00709<table class="infobox vcard" style="width:22em"></table>
    body > div:eq(1) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div:eq(0) > table:eq(0)
    0.00330<header class="vector-header mw-header"></header>,<div class="mw-page-container"></div>
    body > div:eq(0) > header,body > div:eq(1)
    0.00000<span class="vector-icon mw-ui-icon-wikimedia-expand"></span>,<span class="vector-icon mw-ui-icon-wikimedia-expand"></span>,<span class="vector-icon mw-ui-icon-wikimedia-expand"></span>,<span class="vector-icon mw-ui-icon-wikimedia-expand"></span>,<span class="vector-icon mw-ui-icon-wikimedia-expand"></span>
    body > div:eq(1) > div > div:eq(1) > div:eq(1) > nav#mw-panel-toc > div#vector-toc-pinned-container > div#vector-toc > ul#mw-panel-toc-list > li#toc-Early_life_and_career > button > span:eq(0),body > div:eq(1) > div > div:eq(1) > div:eq(1) > nav#mw-panel-toc > div#vector-toc-pinned-container > div#vector-toc > ul#mw-panel-toc-list > li#toc-Presidential_campaigns > button > span:eq(0),body > div:eq(1) > div > div:eq(1) > div:eq(1) > nav#mw-panel-toc > div#vector-toc-pinned-container > div#vector-toc > ul#mw-panel-toc-list > li#toc-Presidency_(2009–2017) > button > span:eq(0),body > div:eq(1) > div > div:eq(1) > div:eq(1) > nav#mw-panel-toc > div#vector-toc-pinned-container > div#vector-toc > ul#mw-panel-toc-list > li#toc-Post-presidency_(2017–present) > button > span:eq(0),body > div:eq(1) > div > div:eq(1) > div:eq(1) > nav#mw-panel-toc > div#vector-toc-pinned-container > div#vector-toc > ul#mw-panel-toc-list > li#toc-See_also > button > span:eq(0)
    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 232 ms.

    Event typepointerout
    Element typeBODY
    Element class nameskin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Barack_Obama rootpage-Barack_Obama skin-vector-2022 action-view uls-dialog-sticky-hide
    Event targetbody.skin--responsive.skin-vector.skin-vector-search-vue.mediawiki.ltr.sitedir-ltr.mw-hide-empty-elt.ns-0.ns-subject.page-Barack_Obama.rootpage-Barack_Obama.skin-vector-2022.action-view.uls-dialog-sticky-hide
    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
    149 ms24.4 ms188.6 ms174.1 ms14.5 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    66 ms19.2 ms106.8 ms100.1 ms6.7 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    63 ms113.5 ms22.5 ms19.7 ms2.8 ms
    https://en.wikipedia.beta.wmflabs.org/w/load.php?lang=en&modules=ext.centralNotice.bannerHistoryLogger%2CchoiceData%2Cdisplay%2CgeoIP%2CimpressionEventsSampleRate%2CkvStore%2CstartUp%7Cext.centralauth.ForeignApi%2Ccentralautologin%7Cext.cite.ux-enhancements%7Cext.cx.eventlogging.campaigns%7Cext.cx.model%7Cext.cx.uls.quick.actions%7Cext.dismissableSiteNotice%2CeventLogging%2CnavigationTiming%2Cpopups%2CwikimediaEvents%7Cext.echo.centralauth%7Cext.growthExperiments.SuggestedEditSession%7Cext.quicksurveys.init%2Clib%7Cext.scribunto.errors%7Cext.tmh.OgvJsSupport%2Cplayer%7Cext.uls.common%2Cinterface%2Cpreferences%2Cwebfonts%7Cext.urlShortener.toolbar%7Cjquery%2Coojs%2Coojs-ui-core%2Coojs-ui-widgets%2Coojs-ui-windows%2Csite%7Cjquery.client%2Cspinner%2CtextSelection%7Cjquery.spinner.styles%7Cjquery.uls.data%7Cmediawiki.ForeignApi%2CString%2CTitle%2CUri%2Capi%2Cbase%2Ccldr%2Ccookie%2Cexperiments%2CjqueryMsg%2Clanguage%2Crouter%2Cstorage%2Ctoc%2Cuser%2Cutil%2CvisibleTimeout%7Cmediawiki.ForeignApi.core%7Cmediawiki.editfont.styles%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.media%2Cready%7Cmediawiki.page.watch.ajax%7Cmmv.bootstrap%2Ccodex%7Cmw.config.values.wbDataBridgeConfig%7Cmw.cx.SiteMapper%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui-widgets.icons%7Coojs-ui-windows.icons%7Coojs-ui.styles.icons-interactions%2Cindicators%7Cskins.vector.clientPreferences%2Cjs%7Cskins.vector.icons.js%7Cwikibase.client.data-bridge.init%7Cwikibase.client.vector-2022%7Cwikibase.sidebar.tracking&skin=vector-2022&version=bz0wo

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

    https://en.wikipedia.beta.wmflabs.org/w/load.php?lang=en&modules=ext.centralNotice.bannerHistoryLogger%2CchoiceData%2Cdisplay%2CgeoIP%2CimpressionEventsSampleRate%2CkvStore%2CstartUp%7Cext.centralauth.ForeignApi%2Ccentralautologin%7Cext.cite.ux-enhancements%7Cext.cx.eventlogging.campaigns%7Cext.cx.model%7Cext.cx.uls.quick.actions%7Cext.dismissableSiteNotice%2CeventLogging%2CnavigationTiming%2Cpopups%2CwikimediaEvents%7Cext.echo.centralauth%7Cext.growthExperiments.SuggestedEditSession%7Cext.quicksurveys.init%2Clib%7Cext.scribunto.errors%7Cext.tmh.OgvJsSupport%2Cplayer%7Cext.uls.common%2Cinterface%2Cpreferences%2Cwebfonts%7Cext.urlShortener.toolbar%7Cjquery%2Coojs%2Coojs-ui-core%2Coojs-ui-widgets%2Coojs-ui-windows%2Csite%7Cjquery.client%2Cspinner%2CtextSelection%7Cjquery.spinner.styles%7Cjquery.uls.data%7Cmediawiki.ForeignApi%2CString%2CTitle%2CUri%2Capi%2Cbase%2Ccldr%2Ccookie%2Cexperiments%2CjqueryMsg%2Clanguage%2Crouter%2Cstorage%2Ctoc%2Cuser%2Cutil%2CvisibleTimeout%7Cmediawiki.ForeignApi.core%7Cmediawiki.editfont.styles%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.media%2Cready%7Cmediawiki.page.watch.ajax%7Cmmv.bootstrap%2Ccodex%7Cmw.config.values.wbDataBridgeConfig%7Cmw.cx.SiteMapper%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui-widgets.icons%7Coojs-ui-windows.icons%7Coojs-ui.styles.icons-interactions%2Cindicators%7Cskins.vector.clientPreferences%2Cjs%7Cskins.vector.icons.js%7Cwikibase.client.data-bridge.init%7Cwikibase.client.vector-2022%7Cwikibase.sidebar.tracking&skin=vector-2022&version=bz0wo

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    58 ms22.8 ms98.2 ms92.8 ms5.4 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    50 ms54.8 ms53.2 ms40.2 ms13 ms
    https://en.wikipedia.beta.wmflabs.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: 4310

    https://en.wikipedia.beta.wmflabs.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: 3233

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    48 ms19.8 ms88.2 ms83.6 ms4.6 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    11 ms38.3 ms23.7 ms0.1 ms23.6 ms
    https://en.wikipedia.beta.wmflabs.org/w/load.php?lang=en&modules=ext.centralNotice.bannerHistoryLogger%2CchoiceData%2Cdisplay%2CgeoIP%2CimpressionEventsSampleRate%2CkvStore%2CstartUp%7Cext.centralauth.ForeignApi%2Ccentralautologin%7Cext.cite.ux-enhancements%7Cext.cx.eventlogging.campaigns%7Cext.cx.model%7Cext.cx.uls.quick.actions%7Cext.dismissableSiteNotice%2CeventLogging%2CnavigationTiming%2Cpopups%2CwikimediaEvents%7Cext.echo.centralauth%7Cext.growthExperiments.SuggestedEditSession%7Cext.quicksurveys.init%2Clib%7Cext.scribunto.errors%7Cext.tmh.OgvJsSupport%2Cplayer%7Cext.uls.common%2Cinterface%2Cpreferences%2Cwebfonts%7Cext.urlShortener.toolbar%7Cjquery%2Coojs%2Coojs-ui-core%2Coojs-ui-widgets%2Coojs-ui-windows%2Csite%7Cjquery.client%2Cspinner%2CtextSelection%7Cjquery.spinner.styles%7Cjquery.uls.data%7Cmediawiki.ForeignApi%2CString%2CTitle%2CUri%2Capi%2Cbase%2Ccldr%2Ccookie%2Cexperiments%2CjqueryMsg%2Clanguage%2Crouter%2Cstorage%2Ctoc%2Cuser%2Cutil%2CvisibleTimeout%7Cmediawiki.ForeignApi.core%7Cmediawiki.editfont.styles%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.media%2Cready%7Cmediawiki.page.watch.ajax%7Cmmv.bootstrap%2Ccodex%7Cmw.config.values.wbDataBridgeConfig%7Cmw.cx.SiteMapper%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui-widgets.icons%7Coojs-ui-windows.icons%7Coojs-ui.styles.icons-interactions%2Cindicators%7Cskins.vector.clientPreferences%2Cjs%7Cskins.vector.icons.js%7Cwikibase.client.data-bridge.init%7Cwikibase.client.vector-2022%7Cwikibase.sidebar.tracking&skin=vector-2022&version=bz0wo

    Forced Style And Layout Duration: 1 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    10 ms34.3 ms47.7 ms43.3 ms4.4 ms
    https://en.wikipedia.beta.wmflabs.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: 4310

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

    Forced Style And Layout Duration: 7 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    5 ms6.4 ms51.6 ms0.1 ms51.5 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms842.9 ms16.1 ms0 ms16.1 ms
    https://en.wikipedia.beta.wmflabs.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022

    Invoker:  https://en.wikipedia.beta.wmflabs.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022
    Invoker Type: classic-script
    Window attribution: self

    Server timings

    namedurationdescription
    cache0hit-local
    host0deployment-cache-text08

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    CDP Performance

    namevalue
    AudioHandlers0
    AudioWorkletProcessors0
    Documents20
    Frames19
    JSEventListeners907
    LayoutObjects23734
    MediaKeySessions0
    MediaKeys0
    Nodes34420
    Resources108
    ContextLifecycleStateObservers35
    V8PerContextDatas1
    WorkerGlobalScopes0
    UACSSResources9
    RTCPeerConnections0
    ResourceFetchers20
    AdSubframes0
    DetachedScriptStates0
    ArrayBufferContents1
    LayoutCount24
    RecalcStyleCount41
    LayoutDuration331
    RecalcStyleDuration415
    DevToolsCommandDuration87
    ScriptDuration367
    V8CompileDuration4
    TaskDuration1758
    TaskOtherDuration553
    ThreadTime2
    ProcessTime4
    JSHeapUsedSize12741020
    JSHeapTotalSize19165184
    FirstMeaningfulPaint1827

    Visual Elements

    NameDisplay TimeX YWidthHeight
    LargestImage (220px-President_Barack_Obama.jpg)3.266 s 1161 721 220 275
    <img alt="Obama standing with his arms folded and smiling" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/President_Barack_Obama.jpg/220px-President_Barack_Obama.jpg" decoding="async" width="220" height="275" class="mw-file-element" srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/President_Barack_Obama.jpg/330px-President_Barack_Obama.jpg 1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/President_Barack_Obama.jpg/440px-President_Barack_Obama.jpg 2x" data-file-width="2687" data-file-height="3356">
    Heading3.000 s 478 184 810 40
    <h1 id="firstHeading" class="firstHeading mw-first-heading"></h1>
    LargestContentfulPaint3.266 s 478 511 948 384
    <p></p>
    | 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 requests94
    Total domains5
    Total transfer size1.5 MB
    Total content size4.3 MB
    Responses missing compression11
    Number of cookies2
    Third party cookies0
    Requests per response code
    20093
    3021

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b229.5 KB1.4 MB1
    css0 b26.7 KB190.0 KB2
    javascript0 b496.0 KB2.0 MB9
    image0 b784.3 KB719.1 KB75
    svg0 b7.4 KB5.0 KB6
    Total0 b1.5 MB4.3 MB93

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    en.wikipedia.beta.wmflabs.org8.250 s776.3 KB3.6 MB18
    upload.wikimedia.org49.167 s762.6 KB699.9 KB72
    upload.wikimedia.beta.wmflabs.org786 ms2.4 KB651 B2
    meta.wikimedia.beta.wmflabs.org244 ms1.4 KB497 B1
    login.wikimedia.beta.wmflabs.org194 ms1.2 KB252 B1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 year
    Last modified2 weeks23 weeks10 years

    Console log

    The page logs the following messages to the console.

    LevelMessage
    WARNING https://en.wikipedia.beta.wmflabs.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022 11:307 "This page is using the deprecated ResourceLoader module \"mediawiki.Uri\".\n[1.43] Please use browser native URL."
    WARNING https://en.wikipedia.beta.wmflabs.org/wiki/Barack_Obama - The resource https://en.wikipedia.beta.wmflabs.org/static/images/project-logos/betawiki.png was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript0 b0
    image2.1 KB1
    font0 b0
    Total2.1 KB1

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript165.8 KB6
    image22.4 KB3
    font0 b0
    svg2.0 KB2
    Total190.1 KB12

    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 342
    Max Potential First Input Delay 189
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint2277
    Long Tasks after Load Event End00
    Total Long Tasks8742

    CPU last long task happened at 2.764 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown1593189window
    unknown180388window
    unknown1911106window
    unknown204198window
    self236253window
    self251690window
    unknown266966window
    unknown276452window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML77
    styleLayout747
    paintCompositeRender44
    scriptParseCompile4
    scriptEvaluation368
    garbageCollection17
    other444
    Events (ms)
    UpdateLayoutTree405
    Layout330
    FunctionCall329
    RunTask211
    PrePaint138
    ParseHTML72
    Paint35
    DecodedDataDocumentParser::AppendBytes22
    v8.run21
    DocumentLoader::BodyLoadingFinished16
    CpuProfiler::StartProfiling15
    Layerize13
    HTMLDocumentParser::FetchQueuedPreloads12

    Time spent per request

    URLCPU time (ms)
    https://en.wikipedia.beta.wmflabs.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022351
    https://en.wikipedia.beta.wmflabs.org/w/load.php?lang=en&modules=ext.centralNotice.bannerHistoryLogger%2CchoiceData%2Cdisplay%2CgeoIP%2CimpressionEventsSampleRate%2CkvStore%2CstartUp%7Cext.centralauth.ForeignApi%2Ccentralautologin%7Cext.cite.ux-enhancements%7Cext.cx.eventlogging.campaigns%7Cext.cx.model%7Cext.cx.uls.quick.actions%7Cext.dismissableSiteNotice%2CeventLogging%2CnavigationTiming%2Cpopups%2CwikimediaEvents%7Cext.echo.centralauth%7Cext.growthExperiments.SuggestedEditSession%7Cext.quicksurveys.init%2Clib%7Cext.scribunto.errors%7Cext.tmh.OgvJsSupport%2Cplayer%7Cext.uls.common%2Cinterface%2Cpreferences%2Cwebfonts%7Cext.urlShortener.toolbar%7Cjquery%2Coojs%2Coojs-ui-core%2Coojs-ui-widgets%2Coojs-ui-windows%2Csite%7Cjquery.client%2Cspinner%2CtextSelection%7Cjquery.spinner.styles%7Cjquery.uls.data%7Cmediawiki.ForeignApi%2CString%2CTitle%2CUri%2Capi%2Cbase%2Ccldr%2Ccookie%2Cexperiments%2CjqueryMsg%2Clanguage%2Crouter%2Cstorage%2Ctoc%2Cuser%2Cutil%2CvisibleTimeout%7Cmediawiki.ForeignApi.core%7Cmediawiki.editfont.styles%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.media%2Cready%7Cmediawiki.page.watch.ajax%7Cmmv.bootstrap%2Ccodex%7Cmw.config.values.wbDataBridgeConfig%7Cmw.cx.SiteMapper%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui-widgets.icons%7Coojs-ui-windows.icons%7Coojs-ui.styles.icons-interactions%2Cindicators%7Cskins.vector.clientPreferences%2Cjs%7Cskins.vector.icons.js%7Cwikibase.client.data-bridge.init%7Cwikibase.client.vector-2022%7Cwikibase.sidebar.tracking&skin=vector-2022&version=bz0wo184
    afterPageCompleteCheck.jpg | layoutShift.jpg | largestContentfulPaint.jpg | 

    Screenshots

    afterPageCompleteCheck.jpg

    afterPageCompleteCheck.jpg

    layoutShift.jpg

    layoutShift.jpg

    largestContentfulPaint.jpg

    largestContentfulPaint.jpg