Tested 2024-11-21 05:49:35 using Chrome 131.0.6778.69 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance score | 74 |
Total page size | 1.1 MB |
Requests | 65 |
Timing metrics | |
TTFB | 612 ms |
First Paint | 1.488 s |
Fully Loaded | 2.422 s |
Google Web Vitals | |
TTFB | 612 ms |
First Contentful Paint (FCP) | 1.488 s |
Largest Contentful Paint (LCP) | 1.488 s |
Cumulative Layout Shift (CLS) | 0.16 |
Total Blocking Time | 661 ms |
Max Potential FID | 399 ms |
CPU metrics | |
CPU long tasks | 6 |
CPU last long task happens at | 10.095 s |
Visual Metrics | |
First Visual Change | 1.500 s |
Speed Index | 3.213 s |
Visual Complete 85% | 10.466 s |
Visual Complete 99% | 12.700 s |
Last Visual Change | 12.700 s |
Use--filmstrip.showAll
to show all filmstrips.
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.
Title | Advice | Score | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022 | 99 | ||||||||||||||||||||||||||||||
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: | ||||||||||||||||||||||||||||||||
Don't scale images in the browser (avoidScalingImages) | The page has 2 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. | 80 | ||||||||||||||||||||||||||||||
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: | ||||||||||||||||||||||||||||||||
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 6 CPU long tasks with the total of 1.356 s. The total blocking time is 661 ms and 1 long task before first contentful paint with total time of 445 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: | ||||||||||||||||||||||||||||||||
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: | ||||||||||||||||||||||||||||||||
Avoid extra requests by setting cache headers (cacheHeaders) | The page has 43 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 487.7 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: | ||||||||||||||||||||||||||||||||
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: | ||||||||||||||||||||||||||||||||
Total JavaScript size shouldn't be too big (javascriptSize) | The total JavaScript transfer size is 442.3 kB and the uncompressed size is 1.7 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:
| ||||||||||||||||||||||||||||||||
Make each CSS response small (optimalCssSize) | https://en.wikipedia.org/w/load.php?lang=en&modules=ext.cite.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cext.wikimediamessages.styles%7Cjquery.makeCollapsible.styles%7Cmediawiki.page.gallery.styles%7Cskins.vector.icons%2Cstyles%7Cskins.vector.search.codex.styles%7Cwikibase.client.init&only=styles&skin=vector-2022 size is 23.4 kB (23365) 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:
| ||||||||||||||||||||||||||||||||
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: |
Title | Advice | Score |
---|---|---|
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: | ||
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: |
Page info | |
---|---|
Title | Facebook - Wikipedia |
Generator | MediaWiki 1.44.0-wmf.3 |
Width | 1904 |
Height | 63463 |
DOM elements | 18021 |
Avg DOM depth | 14 |
Max DOM depth | 30 |
Iframes | 0 |
Script tags | 6 |
Local storage | 1017.1 KB |
Session storage | 0 b |
Network Information API | 3g |
Resource Hints |
---|
dns-prefetch |
https://meta.wikimedia.org/ |
https://login.wikimedia.org/ |
preconnect |
https://upload.wikimedia.org/ |
Data collected using Wappalyzerversion 6.10.66.
Use --browsertime.firefox.includeResponseBodies html
or --browsertime.chrome.includeResponseBodies html
to help Wappalyser find more information about technologies used.
Technology | Confidence | Category |
---|---|---|
MediaWiki | 100 | Wikis |
PHP | 100 | Programming languages |
HSTS | 100 | Security |
Visual Metrics | |
---|---|
First Visual Change | 1.500 s |
Speed Index | 3.213 s |
Largest Image | 11.133 s |
Heading | 11.133 s |
LargestContentfulPaint | 11.133 s |
Last Meaningful Paint | 11.133 s |
Largest Contentful Paint | 11.133 s |
Visual Complete 85% | 10.466 s |
Visual Complete 95% | 11.200 s |
Visual Complete 99% | 12.700 s |
Last Visual Change | 12.700 s |
Visual Readiness | 11.200 s |
Navigation Timing | |
---|---|
backEndTime | 612 ms |
domContentLoadedTime | 1.500 s |
domInteractiveTime | 1.500 s |
domainLookupTime | 212 ms |
frontEndTime | 1.028 s |
pageDownloadTime | 332 ms |
pageLoadTime | 1.972 s |
redirectionTime | 0 ms |
serverConnectionTime | 202 ms |
serverResponseTime | 526 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 612 ms |
First Contentful Paint (FCP) | 1.488 s |
Largest Contentful Paint (LCP) | 1.488 s |
Cumulative Layout Shift (CLS) | 0.16 |
Total Blocking Time (TBT) | 661 ms |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 15897 |
Time spent in recalculate style before FCP | 193.887 ms |
Extra timings | |
---|---|
TTFB | 612 ms |
First Paint | 1.488 s |
Load Event End | 1.972 s |
Fully loaded | 2.422 s |
User Timing marks | |
---|---|
mwStartup | 1.488 s |
mwCentralNoticeBanner | 2.325 s |
When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.
Element type | P |
Element/tag | <p></p> |
Render time | 1.488 s |
Elements that needed recalculate style before LCP | 15897 |
Time spent in recalculate style before LCP | 193.887 ms |
Load time | 0 ms |
Size (width*height) | 169260 |
DOM path | |
div:eq(2) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div:eq(0) > p:eq(2)> div:eq(2) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div:eq(0) > p:eq(2)> |
0.15682 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.
Score | HTML Element |
---|---|
0.03319 | <div id="wmde-banner-app" data-v-app=""></div>,<header class="vector-header mw-header"></header>,<span class="cdx-text-input__icon cdx-text-input__start-icon"></span>,<div class="mw-page-container"></div>,<img alt="Increase" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Increase2.svg/11px-Increase2.svg.png" decoding="async" width="11" height="11" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Increase2.svg/17px-Increase2.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Increase2.svg/22px-Increase2.svg.png 2x" data-file-width="300" data-file-height="300"> |
body > div#wmde-banner-app,body > div:eq(1) > header,body > div:eq(1) > header > div:eq(1) > div#p-search > div > div > form#searchform > div#simpleSearch > div > span,body > div:eq(2),body > div:eq(2) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div:eq(0) > table:eq(1) > tbody > tr:eq(12) > td > span > span > img | |
0.01757 | <div id="wmde-banner-app" data-v-app=""></div>,<header class="vector-header mw-header"></header>,<span class="cdx-text-input__icon cdx-text-input__start-icon"></span>,<div class="mw-page-container"></div> |
body > div#wmde-banner-app,body > div:eq(1) > header,body > div:eq(1) > header > div:eq(1) > div#p-search > div > div > form#searchform > div#simpleSearch > div > span,body > div:eq(2) | |
0.01636 | <div id="wmde-banner-app" data-v-app=""></div>,<header class="vector-header mw-header"></header>,<span class="cdx-text-input__icon cdx-text-input__start-icon"></span>,<div class="mw-page-container"></div> |
body > div#wmde-banner-app,body > div:eq(1) > header,body > div:eq(1) > header > div:eq(1) > div#p-search > div > div > form#searchform > div#simpleSearch > div > span,body > div:eq(2) | |
0.01524 | <div id="wmde-banner-app" data-v-app=""></div>,<header class="vector-header mw-header"></header>,<span class="cdx-text-input__icon cdx-text-input__start-icon"></span>,<div class="mw-page-container"></div> |
body > div#wmde-banner-app,body > div:eq(1) > header,body > div:eq(1) > header > div:eq(1) > div#p-search > div > div > form#searchform > div#simpleSearch > div > span,body > div:eq(2) | |
0.01125 | <div id="wmde-banner-app" data-v-app=""></div>,<header class="vector-header mw-header"></header>,<span class="cdx-text-input__icon cdx-text-input__start-icon"></span>,<div class="mw-page-container"></div> |
body > div#wmde-banner-app,body > div:eq(1) > header,body > div:eq(1) > header > div:eq(1) > div#p-search > div > div > form#searchform > div#simpleSearch > div > span,body > div:eq(2) | |
0.01067 | <div id="wmde-banner-app" data-v-app=""></div>,<header class="vector-header mw-header"></header>,<span class="cdx-text-input__icon cdx-text-input__start-icon"></span>,<div class="mw-page-container"></div> |
body > div#wmde-banner-app,body > div:eq(1) > header,body > div:eq(1) > header > div:eq(1) > div#p-search > div > div > form#searchform > div#simpleSearch > div > span,body > div:eq(2) | |
0.00685 | <div id="wmde-banner-app" data-v-app=""></div>,<header class="vector-header mw-header"></header>,<div class="mw-page-container"></div> |
body > div#wmde-banner-app,body > div:eq(1) > header,body > div:eq(2) | |
0.00646 | <div id="wmde-banner-app" data-v-app=""></div>,<header class="vector-header mw-header"></header>,<div class="mw-page-container"></div> |
body > div#wmde-banner-app,body > div:eq(1) > header,body > div:eq(2) | |
0.00607 | <div id="wmde-banner-app" data-v-app=""></div>,<header class="vector-header mw-header"></header>,<div class="mw-page-container"></div> |
body > div#wmde-banner-app,body > div:eq(1) > header,body > div:eq(2) | |
0.00515 | <div id="wmde-banner-app" data-v-app=""></div>,<header class="vector-header mw-header"></header>,<div class="mw-page-container"></div> |
body > div#wmde-banner-app,body > div:eq(1) > header,body > div:eq(2) | |
0.00437 | <div id="wmde-banner-app" data-v-app=""></div>,<header class="vector-header mw-header"></header>,<div class="mw-page-container"></div> |
body > div#wmde-banner-app,body > div:eq(1) > header,body > div:eq(2) | |
0.00419 | <div id="wmde-banner-app" data-v-app=""></div>,<header class="vector-header mw-header"></header>,<div class="mw-page-container"></div> |
body > div#wmde-banner-app,body > div:eq(1) > header,body > div:eq(2) | |
0.00377 | <div id="wmde-banner-app" data-v-app=""></div>,<header class="vector-header mw-header"></header>,<div class="mw-page-container"></div> |
body > div#wmde-banner-app,body > div:eq(1) > header,body > div:eq(2) | |
0.00349 | <div id="wmde-banner-app" data-v-app=""></div>,<header class="vector-header mw-header"></header>,<div class="mw-page-container"></div> |
body > div#wmde-banner-app,body > div:eq(1) > header,body > div:eq(2) | |
0.00292 | <div id="wmde-banner-app" data-v-app=""></div>,<header class="vector-header mw-header"></header>,<div class="mw-page-container"></div> |
body > div#wmde-banner-app,body > div:eq(1) > header,body > div:eq(2) | |
0.00248 | <div id="wmde-banner-app" data-v-app=""></div>,<header class="vector-header mw-header"></header>,<div class="mw-page-container"></div> |
body > div#wmde-banner-app,body > div:eq(1) > header,body > div:eq(2) | |
0.00214 | <div id="wmde-banner-app" data-v-app=""></div>,<header class="vector-header mw-header"></header>,<div class="mw-page-container"></div> |
body > div#wmde-banner-app,body > div:eq(1) > header,body > div:eq(2) | |
0.00188 | <div id="wmde-banner-app" data-v-app=""></div>,<header class="vector-header mw-header"></header>,<div class="mw-page-container"></div> |
body > div#wmde-banner-app,body > div:eq(1) > header,body > div:eq(2) | |
0.00163 | <div id="wmde-banner-app" data-v-app=""></div>,<header class="vector-header mw-header"></header>,<div class="mw-page-container"></div> |
body > div#wmde-banner-app,body > div:eq(1) > header,body > div:eq(2) | |
0.00058 | <div id="wmde-banner-app" data-v-app=""></div> |
body > div#wmde-banner-app | |
0.00056 | <div id="wmde-banner-app" data-v-app=""></div> |
body > div#wmde-banner-app |
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.
Read more about the Long Animation Frames API here here.
The top 10 longest animation frames entries
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
412 ms | 369 ms | 445 ms | 0 ms | 445 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
367 ms | 399.8 ms | 17.2 ms | 6 ms | 11.2 ms |
https://en.wikipedia.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022 | ||||
Forced Style And Layout Duration: 302 ms Invoker: IdleRequestCallback |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
209 ms | 257.8 ms | 1.2 ms | 0 ms | 1.2 ms |
Forced Style And Layout Duration: 254 ms Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
11 ms | 41.7 ms | 20.3 ms | 9.1 ms | 11.2 ms |
https://en.wikipedia.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022 | ||||
Invoker: IdleRequestCallback | ||||
https://en.wikipedia.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022 | ||||
Invoker: FrameRequestCallback |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
0 ms | 35.3 ms | 17.7 ms | 12.9 ms | 4.8 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
0 ms | 52.6 ms | 3.4 ms | 3.4 ms | 0 ms |
No availible script information. |
name | duration | description |
---|---|---|
cache | 0 | hit-front |
host | 0 | cp3067 |
There are no custom configured scripts.
There are no custom extra metrics from scripting.
name | value |
---|---|
AudioHandlers | 0 |
AudioWorkletProcessors | 0 |
Documents | 15 |
Frames | 14 |
JSEventListeners | 2608 |
LayoutObjects | 30472 |
MediaKeySessions | 0 |
MediaKeys | 0 |
Nodes | 36917 |
Resources | 66 |
ContextLifecycleStateObservers | 17 |
V8PerContextDatas | 1 |
WorkerGlobalScopes | 0 |
UACSSResources | 0 |
RTCPeerConnections | 0 |
ResourceFetchers | 15 |
AdSubframes | 0 |
DetachedScriptStates | 2 |
ArrayBufferContents | 0 |
LayoutCount | 227 |
RecalcStyleCount | 233 |
LayoutDuration | 497 |
RecalcStyleDuration | 885 |
DevToolsCommandDuration | 75 |
ScriptDuration | 398 |
V8CompileDuration | 10 |
TaskDuration | 3114 |
TaskOtherDuration | 1250 |
ThreadTime | 4 |
ProcessTime | 6 |
JSHeapUsedSize | 12194604 |
JSHeapTotalSize | 19738624 |
FirstMeaningfulPaint | 1488 |
Name | Display Time | X | Y | Width | Height |
---|---|---|---|---|---|
LargestImage (150px-Facebook_logo_%282023%29.svg.png) | 11.133 s | 1223 | 798 | 150 | 27 |
<img alt="Facebook wordmark" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/93/Facebook_logo_%282023%29.svg/150px-Facebook_logo_%282023%29.svg.png" decoding="async" width="150" height="27" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/9/93/Facebook_logo_%282023%29.svg/225px-Facebook_logo_%282023%29.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/9/93/Facebook_logo_%282023%29.svg/300px-Facebook_logo_%282023%29.svg.png 2x" data-file-width="512" data-file-height="91"> | |||||
Heading | 11.133 s | 478 | 445 | 787 | 40 |
<h1 id="firstHeading" class="firstHeading mw-first-heading"></h1> | |||||
LargestContentfulPaint | 11.133 s | 478 | 752 | 948 | 282 |
<p></p> |
How the page is built.
Summary | |
---|---|
HTTP version | HTTP/2.0 |
Total requests | 65 |
Total domains | 4 |
Total transfer size | 1.1 MB |
Total content size | 3.6 MB |
Responses missing compression | 14 |
Number of cookies | 2 |
Third party cookies | 0 |
Requests per response code | |
---|---|
200 | 63 |
204 | 1 |
302 | 1 |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 0 b | 251.0 KB | 1.4 MB | 1 |
css | 0 b | 25.8 KB | 187.7 KB | 2 |
javascript | 0 b | 431.9 KB | 1.6 MB | 9 |
image | 0 b | 411.1 KB | 377.6 KB | 39 |
svg | 0 b | 17.4 KB | 20.2 KB | 11 |
favicon | 0 b | 1.7 KB | 2.7 KB | 1 |
plain | 0 b | 546 B | 0 b | 1 |
Total | 0 b | 1.1 MB | 3.6 MB | 64 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
en.wikipedia.org | 5.286 s | 663.2 KB | 2.9 MB | 23 |
upload.wikimedia.org | 21.794 s | 392.9 KB | 359.7 KB | 40 |
meta.wikimedia.org | 174 ms | 82.2 KB | 321.4 KB | 1 |
login.wikimedia.org | 147 ms | 1.2 KB | 252 B | 1 |
type | min | median | max |
---|---|---|---|
Expires | 0 seconds | 0 seconds | 1 year |
Last modified | 1 day | 23 weeks | 8 years |
The page logs the following messages to the console.
Level | Message |
---|---|
WARNING | https://en.wikipedia.org/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022 11:274 "This page is using the deprecated ResourceLoader module \"mediawiki.Uri\".\n[1.43] Please use browser native URL." |
SEVERE | https://en.wikipedia.org/w/load.php?lang=en&modules=skins.vector.search.codex.scripts%7Cvue&skin=vector-2022&version=148qw 153 Error: <path> attribute transform: Expected transform function, "none". |
WARNING | https://en.wikipedia.org/wiki/Facebook - The resource https://en.wikipedia.org/static/images/project-logos/enwiki.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. |
Included requests done after load event end.
Content | Transfer Size | Requests |
---|---|---|
html | 0 b | 0 |
css | 0 b | 0 |
javascript | 185.2 KB | 5 |
image | 0 b | 0 |
font | 0 b | 0 |
favicon | 1.7 KB | 1 |
plain | 546 B | 1 |
Total | 187.5 KB | 8 |
Includes requests done after DOM content loaded.
Content | Transfer Size | Requests |
---|---|---|
html | 0 b | 0 |
css | 0 b | 0 |
javascript | 411.5 KB | 8 |
image | 8.5 KB | 1 |
font | 0 b | 0 |
favicon | 1.7 KB | 1 |
plain | 546 B | 1 |
Total | 422.2 KB | 12 |
Render blocking information directly from Chrome.
Blocking | In body parser blocking | Potentially blocking |
---|---|---|
2 | 0 | 1 |
URL | Type |
---|---|
https://en.wikipedia...ia.org/w/load.php | non_blocking |
https://meta.wikimed...a.org/w/index.php | non_blocking |
https://en.wikipedia...ia.org/w/load.php | non_blocking |
https://en.wikipedia...ia.org/w/load.php | non_blocking |
https://en.wikipedia...ia.org/w/load.php | blocking |
https://en.wikipedia...ia.org/w/load.php | potentially_blocking |
https://en.wikipedia...ia.org/w/load.php | non_blocking |
https://en.wikipedia...-logos/enwiki.png | non_blocking |
https://en.wikipedia...ia.org/w/load.php | non_blocking |
https://en.wikipedia...ia.org/w/load.php | blocking |
https://en.wikipedia...ia.org/w/load.php | non_blocking |
https://login.wikime...gin/checkLoggedIn | non_blocking |
https://en.wikipedia...alAutoLogin/start | non_blocking |
Download the Chrome trace log and drag and drop it into Developer Tools / Performance in Chrome.
Collected using the Long Task API. A long task is a task that take 50 milliseconds or more.
Type | Quantity | Total duration (ms) |
---|---|---|
Total Blocking Time | 661 | |
Max Potential First Input Delay | 399 | |
Long Tasks before First Paint | 1 | 445 |
Long Tasks before First Contentful Paint | 1 | 445 |
Long Tasks before Largest Contentful Paint | 1 | 445 |
Long Tasks after Load Event End | 5 | 911 |
Total Long Tasks | 6 | 1356 |
CPU last long task happened at 10.095 s
name | startTime | duration | containerId | containerName | containerSrc | containerType |
---|---|---|---|---|---|---|
unknown | 985 | 445 | window | |||
self | 2062 | 76 | window | |||
self | 2139 | 97 | window | |||
self | 2329 | 82 | window | |||
self | 2443 | 399 | window | |||
self | 10095 | 257 | window |
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 87 |
styleLayout | 1384 |
paintCompositeRender | 208 |
scriptParseCompile | 10 |
scriptEvaluation | 391 |
garbageCollection | 13 |
other | 968 |
Events (ms) | |
---|---|
UpdateLayoutTree | 888 |
PrePaint | 509 |
Layout | 495 |
FunctionCall | 341 |
RunTask | 261 |
Paint | 136 |
Layerize | 100 |
ParseHTML | 82 |
HitTest | 47 |
Commit | 24 |
IntersectionObserverController::computeIntersections | 18 |
PaintImage | 17 |
v8.run | 16 |
RunMicrotasks | 16 |
DocumentLoader::BodyLoadingFinished | 14 |
CpuProfiler::StartProfiling | 14 |
afterPageCompleteCheck.jpg
layoutShift.jpg
largestContentfulPaint.jpg