Page summary

https://en.wikipedia.org/wiki/Facebook

Tested 2026-04-29 21:03:41 using Firefox 148.0.2 (script).(runtime settings).

Test as a logged in user

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

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

Summary

MetricValue
Page metrics
Performance Score81
Total Page Transfer Size584.0 KB
Requests45
Timing metrics
TTFB [median]436 ms
First Paint [median]787 ms
Fully Loaded [median]1.409 s
Google Web Vitals
TTFB [median]436 ms
First Contentful Paint (FCP) [median]788 ms
Largest Contentful Paint (LCP) [median]788 ms
Visual Metrics
First Visual Change [median]833 ms
Speed Index [median]1.326 s
Visual Complete 85% [median]1.600 s
Visual Complete 99% [median]9.166 s
Last Visual Change [median]9.900 s
Screenshot of run 1

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange833 ms833 ms833 ms833 ms
LastVisualChange9.900 s9.900 s9.900 s9.900 s
SpeedIndex1.326 s1.326 s1.326 s1.326 s
LargestImage1.600 s1.600 s1.600 s1.600 s
Heading1.600 s1.600 s1.600 s1.600 s
LargestContentfulPaint1.600 s1.600 s1.600 s1.600 s
LastMeaningfulPaint1.600 s1.600 s1.600 s1.600 s
VisualReadiness9.067 s9.067 s9.067 s9.067 s
VisualComplete851.600 s1.600 s1.600 s1.600 s
VisualComplete951.600 s1.600 s1.600 s1.600 s
VisualComplete999.166 s9.166 s9.166 s9.166 s
Google Web Vitals
Time To First Byte (TTFB)436 ms436 ms436 ms436 ms
Largest Contentful Paint (LCP)788 ms788 ms788 ms788 ms
First Contentful Paint (FCP)788 ms788 ms788 ms788 ms
More metrics
firstPaint787 ms787 ms787 ms787 ms
loadEventEnd1.411 s1.411 s1.411 s1.411 s
User Timing
mwStartup553 ms553 ms553 ms553 ms
mwCentralNoticeBanner1.500 s1.500 s1.500 s1.500 s
| Waterfall | | Download HAR | 

Waterfall

Run 1 SpeedIndex median

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.6 smwStartup 553 ms
0.8 sFirst Contentful Paint 788 msLCP <P> 788 ms
0.9 sFirst Visual Change 833 ms
1 s
1.1 s
1.2 s
1.3 sDOM Content Loaded Time 1.286 s
1.4 s
1.5 sFully Loaded 1.409 sPage Load Time 1.411 smwCentralNoticeBanner 1.500 s
1.6 sVisual Complete 85% 1.600 sVisual Complete 95% 1.600 sLargest Image 1.600 sHeading 1.600 s
1.7 s
1.8 s
1.9 s
2 s
2.1 s
2.2 s
2.3 s
2.4 s
2.5 s
2.6 s
2.7 s
2.8 s
2.9 s
3 s
3.1 s
3.2 s
3.3 s
3.4 s
3.5 s
3.7 s
3.8 s
3.9 s
4 s
4.1 s
4.2 s
4.3 s
4.4 s
4.5 s
4.6 s
4.7 s
4.8 s
4.9 s
5 s
5.1 s
5.2 s
5.3 s
5.4 s
5.5 s
5.6 s
5.7 s
5.8 s
6.4 s
6.5 s
6.6 s
6.7 s
6.8 s
6.9 s
7 s
7.1 s
7.2 s
7.3 s
7.4 s
7.5 s
7.6 s
7.7 s
7.8 s
7.9 s
8 s
8.1 s
8.2 s
8.3 s
8.4 s
8.5 s
9.2 sVisual Complete 99% 9.166 s
9.3 s
9.4 s
9.5 s
9.6 s
9.7 s
9.8 s
9.9 sLast Visual Change 9.900 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 (81)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The style https://en.wikipedia.org/w/load.php?lang=en&modules=ext.chart.styles%7Cext.cite.styles%7Cext.echo.styles.alert%2Cbadge%7Cext.personalDashboard.menuIcon%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cext.wikimediamessages.styles%7Cjquery.makeCollapsible.styles%7Cmediawiki.codex.messagebox.styles%7Cmediawiki.page.gallery.styles%7Coojs-ui.styles.icons-alerts%7Cskins.vector.icons%2Cstyles%7Cskins.vector.search.codex.styles%7Cwikibase.client.init&only=styles&skin=vector-2022 is larger than the magic number TCP window size 14.5 kB. Make the file smaller and the page will render faster. The page has 1 render blocking CSS request and 0 blocking JavaScript request inside of head.95
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.org/w/load.php...ia.org/w/load.php
  • Don't scale images in the browser (avoidScalingImages)The page has 3 images that are scaled more than 100 pixels. It would be better if those images are sent so the browser don't need to scale them.70
    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.org/static/images/mobile/copyright/wikipedia-wordmark-en-25.svg
  • https://en.wikipedia.org/static/images/mobile/copyright/wikipedia-tagline-en-25.svg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Population_pyramid_of_..._users_by_age.png
  • 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 extra requests by setting cache headers (cacheHeaders)The page has 35 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 319.3 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/en/thumb/1/1b/Semi-protection-shackle.svg...n-shackle.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/2023_Facebook_icon.svg...book_icon.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/Facebook_logo_%282023%...282023%29.svg.png
  • https://upload.wikimedia.org/wikipedia/en/6/64/Facebook_user_page.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Increase2.svg/20px-Increase2.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/0/05/Meta_Platforms_Inc._lo...ropped%29.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/3/38/Facebook_Like_React.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/MarkZuckerberg-crop.jp...ckerberg-crop.jpg
  • https://upload.wikimedia.org/wikipedia/en/thumb/1/12/Original-facebook.jpg/250px...inal-facebook.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/0/06/Facebook.svg/250px-Facebook.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/6/69/Screen_of_Facebook_%28...ebook_%282%29.PNG
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Facebook_t-shirt_with_...d_for_Hackers.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Population_pyramid_of_..._users_by_age.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Facebook_censorship.sv...ensorship.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/PRISM_Collection_Detai...ction_Details.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Onavo_logo.png/250px-Onavo_logo.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Hands_Off%21_protest%2...5%2C_2025-053.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/Berlin_%289163009052%2...9163009052%29.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/Ad-tech_London_2010_%2..._2010_%285%29.JPG
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/2011_Egyptian_protests...26_jan25_card.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/SF_Pride_2014_-_Stierc...4_-_Stierch_7.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/2a/Industry5.svg/40px-Industry5.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Crystal_Clear_app_linn...ghborhood.svg.png
  • https://en.wikipedia.org/w/skins/Vector/resources/skins.vector.styles/images/arr...n-progressive.svg
  • https://en.wikipedia.org/w/skins/Vector/resources/skins.vector.styles/images/lin...r-progressive.svg
  • https://en.wikipedia.org/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg?8330e
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Wiktionary-logo-en-v2....ogo-en-v2.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Scholia_logo.svg/40px-Scholia_logo.svg.png
  • https://upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/20px-Commons-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progr...ogressive.svg.png
  • https://meta.wikimedia.org/w/index.php...a.org/w/index.php
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • Long cache headers is good (cacheHeadersLong)The page has 4 requests that have a shorter cache time than 30 days (but still a cache time).96
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector-2022
  • Make each CSS response small (optimalCssSize)https://en.wikipedia.org/w/load.php?lang=en&modules=ext.chart.styles%7Cext.cite.styles%7Cext.echo.styles.alert%2Cbadge%7Cext.personalDashboard.menuIcon%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cext.wikimediamessages.styles%7Cjquery.makeCollapsible.styles%7Cmediawiki.codex.messagebox.styles%7Cmediawiki.page.gallery.styles%7Coojs-ui.styles.icons-alerts%7Cskins.vector.icons%2Cstyles%7Cskins.vector.search.codex.styles%7Cwikibase.client.init&only=styles&skin=vector-2022 size is 29.5 kB (29519) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.90
    Description: Make CSS responses small to fit into the magic number TCP window size of 14.5 KB. The browser can then download the CSS faster and that will make the page start rendering earlier.
    Offenders:
    URLTransfer sizeContent size
    https://en.wikipedia.org/w/load.php...ia.org/w/load.php 28.8 KB0 b
    Don't use private headers on static content (privateAssets)The page has 2 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.90
    Description: If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private.
    Offenders:
  • https://en.wikipedia.org/wiki/Facebook
  • https://meta.wikimedia.org/w/index.php...a.org/w/index.php
  • Best practice advice (73)

    TitleAdviceScore
    Cumulative Layout Shift (cumulativeLayoutShift)Layout Shift is not supported in this browser0
    Description: Cumulative Layout Shift measures the sum total of all individual layout shift scores for unexpected layout shift that occur. The metric is measuring visual stability by quantify how often users experience unexpected layout shifts. It is one of Google Web Vitals.
    Meta description (metaDescription)The page is missing a meta description.0
    Description: Use a page description to make the page more relevant to search engines.
    Do not send too long headers (longHeaders)https://en.wikipedia.org/wiki/Facebook has a header content-security-policy that is 1419 characters long. https://en.wikipedia.org/wiki/Facebook has a header content-security-policy-report-only that is 1397 characters long. https://meta.wikimed...a.org/w/index.php has a header content-security-policy that is 1419 characters long. https://meta.wikimed...a.org/w/index.php has a header content-security-policy-report-only that is 1397 characters long. 96
    Description: Do not send response headers that are too long.
    Offenders:
  • https://en.wikipedia.org/wiki/Facebook
  • https://en.wikipedia.org/wiki/Facebook
  • https://meta.wikimedia.org/w/index.php...a.org/w/index.php
  • https://meta.wikimedia.org/w/index.php...a.org/w/index.php
  • Avoid unnecessary headers (unnecessaryHeaders)There are 10 responses that sets both a max-age and expires header. There are 36 responses that sets a server header. 54
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://en.wikipedia.org/wiki/Facebook
  • https://en.wikipedia.org/wiki/Facebook
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022
  • https://en.wikipedia.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector-2022
  • https://en.wikipedia.org/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector-2022
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://en.wikipedia.org/w/load.php?lang=en&modules=user&skin=vector-2022&user=Wptuser&version=d33y1
  • https://en.wikipedia.org/w/load.php?lang=en&modules=user&skin=vector-2022&user=Wptuser&version=d33y1
  • https://upload.wikimedia.org/wikipedia/en/thumb/1/1b/Semi-protection-shackle.svg...n-shackle.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/2023_Facebook_icon.svg...book_icon.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/Facebook_logo_%282023%...282023%29.svg.png
  • https://upload.wikimedia.org/wikipedia/en/6/64/Facebook_user_page.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Increase2.svg/20px-Increase2.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/0/05/Meta_Platforms_Inc._lo...ropped%29.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/3/38/Facebook_Like_React.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/MarkZuckerberg-crop.jp...ckerberg-crop.jpg
  • https://upload.wikimedia.org/wikipedia/en/thumb/1/12/Original-facebook.jpg/250px...inal-facebook.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/0/06/Facebook.svg/250px-Facebook.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/6/69/Screen_of_Facebook_%28...ebook_%282%29.PNG
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Facebook_t-shirt_with_...d_for_Hackers.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Population_pyramid_of_..._users_by_age.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Facebook_censorship.sv...ensorship.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/PRISM_Collection_Detai...ction_Details.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Onavo_logo.png/250px-Onavo_logo.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Hands_Off%21_protest%2...5%2C_2025-053.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/Berlin_%289163009052%2...9163009052%29.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/Ad-tech_London_2010_%2..._2010_%285%29.JPG
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/2011_Egyptian_protests...26_jan25_card.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/SF_Pride_2014_-_Stierc...4_-_Stierch_7.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/2a/Industry5.svg/40px-Industry5.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Crystal_Clear_app_linn...ghborhood.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Wiktionary-logo-en-v2....ogo-en-v2.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Scholia_logo.svg/40px-Scholia_logo.svg.png
  • https://meta.wikimedia.org/w/index.php...a.org/w/index.php
  • https://en.wikipedia.org/static/apple-touch/wikipedia.png
  • https://en.wikipedia.org/static/apple-touch/wikipedia.png
  • https://en.wikipedia.org/static/favicon/wikipedia.ico
  • https://en.wikipedia.org/static/favicon/wikipedia.ico
  • 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.org/wiki/Facebook
  • Page info

    Page info
    TitleFacebook - Wikipedia
    GeneratorMediaWiki 1.46.0-wmf.24
    Width1920
    Height31676
    DOM elements14025
    Avg DOM depth14
    Max DOM depth30
    Iframes0
    Script tags6
    Local storage1.1 MB
    Session storage0 b
    Network Information APIunknown
    Resource Hints
    dns-prefetch
    https://meta.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
    Amazon Web Services 100  PaaS
    Apache Traffic Server 9.2.13100  Web servers
    HSTS 100  Security
    Amazon S3 100  CDN
    HTTP/2 100  Miscellaneous
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Visual Elements | Server timings | 

    Data from run 1

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)436 ms
    First Contentful Paint (FCP)788 ms
    Largest Contentful Paint (LCP)788 ms
    Extra timings
    TTFB436 ms
    Time To Contentful Paint797 ms
    Time To First Interactive1.722 s
    Load Event End1.411 s
    Fully loaded1.409 s
    User Timing marks
    mwStartup553 ms
    mwCentralNoticeBanner1.500 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 788 ms
    Element render delay351 ms
    TTFB436 ms
    Resource delay0 ms
    Resource load duration0 ms
    Load time0 ms
    Size (width*height)17427
    DOM path
    div:eq(2) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div:eq(1) > p:eq(4)> div:eq(2) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div:eq(1) > p:eq(4)>
    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.

    Server timings

    namedurationdescription
    cache0pass
    host0cp3070

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    Visual Elements

    NameDisplay TimeX YWidthHeight
    LargestImage (Facebook_user_page.png)1.600 s 1337 528 300 439
    <img alt="This is a screenshot of Mark Zuckerburg's Facebook profile. It includes his profile photo and a header photo of llamas." src="//upload.wikimedia.org/wikipedia/en/6/64/Facebook_user_page.png" decoding="async" width="300" height="439" class="mw-file-element" data-file-width="261" data-file-height="382">
    Heading1.600 s 324 214 1100 40
    <h1 id="firstHeading" class="firstHeading mw-first-heading"></h1>
    LargestContentfulPaint1.600 s 324 607 1272 110
    <p></p>
    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/2.0
    Total requests45
    Total domains3
    Total transfer size584.0 KB
    Total content size0 b
    Responses missing compression0
    Number of cookies1
    Third party cookies0
    Requests per response code
    20045

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html4.0 KB202.8 KB0 b1
    css1.0 KB28.8 KB0 b4
    javascript4.9 KB46.6 KB0 b4
    image27.8 KB305.8 KB0 b28
    svg0 b0 b0 b7
    favicon0 b0 b0 b1
    Total37.7 KB584.0 KB0 b45

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    en.wikipedia.org1.261 s272.2 KB0 b17
    upload.wikimedia.org12.430 s305.8 KB0 b27
    meta.wikimedia.org105 ms5.9 KB0 b1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 year
    Last modified1 minute34 weeks9 years

    CPU