Tested 2026-03-28 01:13:40 using Chrome 146.0.7680.80 (runtime settings).
| Metric | Value |
|---|---|
| Page metrics | |
| Performance Score | 98 |
| Total Page Transfer Size | 254.4 KB |
| Requests | 9 |
| Timing metrics | |
| TTFB [median] | 419 ms |
| First Paint [median] | 896 ms |
| Fully Loaded [median] | 1.125 s |
| Google Web Vitals | |
| TTFB [median] | 419 ms |
| First Contentful Paint (FCP) [median] | 896 ms |
| Largest Contentful Paint (LCP) [median] | 1.068 s |
| Cumulative Layout Shift (CLS) [median] | 0.00 |
| CPU metrics | |
| CPU long tasks [median] | 1 |
| CPU longest task duration | 304 ms |
| CPU last long task happens at | 522 ms |
| Visual Metrics | |
| First Visual Change [median] | 866 ms |
| Speed Index [median] | 1.711 s |
| Visual Complete 85% [median] | 966 ms |
| Visual Complete 99% [median] | 11.600 s |
| Last Visual Change [median] | 11.633 s |
| Metric | min | median | mean | max |
|---|---|---|---|---|
| Visual Metrics | ||||
| FirstVisualChange | 866 ms | 866 ms | 880 ms | 900 ms |
| LastVisualChange | 11.600 s | 11.633 s | 11.626 s | 11.633 s |
| SpeedIndex | 1.619 s | 1.711 s | 1.741 s | 1.873 s |
| Heading | 866 ms | 866 ms | 880 ms | 900 ms |
| LargestContentfulPaint | 1.766 s | 1.766 s | 1.773 s | 1.800 s |
| LastMeaningfulPaint | 1.766 s | 1.766 s | 1.773 s | 1.800 s |
| VisualReadiness | 10.733 s | 10.734 s | 10.747 s | 10.767 s |
| VisualComplete85 | 900 ms | 966 ms | 973 ms | 1.033 s |
| VisualComplete95 | 9.200 s | 9.200 s | 9.213 s | 9.233 s |
| VisualComplete99 | 11.600 s | 11.600 s | 11.613 s | 11.633 s |
| Google Web Vitals | ||||
| Time To First Byte (TTFB) | 418 ms | 419 ms | 423 ms | 437 ms |
| Largest Contentful Paint (LCP) | 996 ms | 1.068 s | 1.054 s | 1.068 s |
| First Contentful Paint (FCP) | 872 ms | 896 ms | 892 ms | 904 ms |
| Cumulative Layout Shift (CLS) | 0 | 0 | 0 | 0 |
| More metrics | ||||
| firstPaint | 872 ms | 896 ms | 892 ms | 904 ms |
| loadEventEnd | 1.003 s | 1.011 s | 1.013 s | 1.037 s |
| CPU | ||||
| Total Blocking Time | 0 ms | 0 ms | 0 ms | 0 ms |
| Max Potential FID | 0 ms | 0 ms | 0 ms | 0 ms |
| CPU long tasks | 1 | 1 | 1 | 1 |
| CPU last long task happens at | 521 ms | 522 ms | 526 ms | 541 ms |
Run 2 SpeedIndex median
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.1.3.
| Title | Advice | Score |
|---|---|---|
| Avoid slowing down the critical rendering path (avoidRenderBlocking) | The page has 1 blocking requests and 1 in body parser blocking (2 JavaScript and 0 CSS). | 80 |
| 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: | ||
| Avoid CPU Long Tasks (longTasks) | The page has 1 CPU long task with the total of 297 ms. The total blocking time is 0 ms and 1 long task before first contentful paint with total time of 297 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. | 80 |
| 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: | ||
| Long cache headers is good (cacheHeadersLong) | The page has 7 requests that have a shorter cache time than 30 days (but still a cache time). | 93 |
| 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: | ||
Your best practice score is perfect!
| 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 | Wikipedia |
| Width | 1904 |
| Height | 1300 |
| DOM elements | 1098 |
| Avg DOM depth | 9 |
| Max DOM depth | 12 |
| Iframes | 0 |
| Script tags | 4 |
| Local storage | 94 B |
| Session storage | 0 b |
| Network Information API | 4g |
| Resource Hints |
|---|
| preconnect |
| https://upload.wikimedia.org/ |
| https://en.wikipedia.org/ |
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.
| Technology | Confidence | Category |
|---|---|---|
| HSTS | 100 | Security |
Data from run 2
| Visual Metrics | |
|---|---|
| First Visual Change | 866 ms |
| Speed Index | 1.711 s |
| Heading | 866 ms |
| LargestContentfulPaint | 1.766 s |
| Last Meaningful Paint | 1.766 s |
| Largest Contentful Paint | 1.766 s |
| Visual Complete 85% | 933 ms |
| Visual Complete 95% | 9.200 s |
| Visual Complete 99% | 11.600 s |
| Last Visual Change | 11.600 s |
| Visual Readiness | 10.734 s |
| Navigation Timing | |
|---|---|
| backEndTime | 419 ms |
| domContentLoadedTime | 841 ms |
| domInteractiveTime | 841 ms |
| domainLookupTime | 88 ms |
| frontEndTime | 493 ms |
| pageDownloadTime | 91 ms |
| pageLoadTime | 1.003 s |
| redirectionTime | 0 ms |
| serverConnectionTime | 200 ms |
| serverResponseTime | 217 ms |
| Google Web Vitals | |
|---|---|
| Time to first byte (TTFB) | 419 ms |
| First Contentful Paint (FCP) | 872 ms |
| Largest Contentful Paint (LCP) | 996 ms |
| Cumulative Layout Shift (CLS) | 0.00 |
| Total Blocking Time (TBT) | 0 ms |
| First Contentful Paint info | |
|---|---|
| Elements that needed recalculate style before FCP | 2048 |
| Time spent in recalculate style before FCP | 33.318 ms |
| Extra timings | |
|---|---|
| TTFB | 419 ms |
| First Paint | 872 ms |
| Load Event End | 1.003 s |
| Fully loaded | 1.118 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 | VIDEO |
| Element/tag | <video id="wikipedia25-video" class="wikipedia25-video" data-idle-light="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-idle-light.webm" data-idle-dark="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-idle-dark.webm" data-click-light="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-click-light.webm" data-click-dark="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-click-dark.webm" data-poster-light="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-poster-light.webp" data-poster-dark="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-poster-dark.webp" width="200" height="200" autoplay="" loop="" muted="" playsinline="" poster="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-poster-light.webp" src="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-idle-light.webm"></video> |
| Render time | 996 ms |
| Element render delay | 56 ms |
| TTFB | 419 ms |
| Resource delay | 406 ms |
| Resource load duration | 116 ms |
| Elements that needed recalculate style before LCP | 2072 |
| Time spent in recalculate style before LCP | 34.997 ms |
| Element id | wikipedia25-video |
| Load time | 941 ms |
| URL | https://www.wikipedi...poster-light.webp |
| Size (width*height) | 40000 |
| DOM path | |
| main > div:eq(1) > video#wikipedia25-video> main > div:eq(1) > video#wikipedia25-video> | |
0.00003 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.00003 | <div class=" styled-select js-enabled"></div> |
| body#www-wikipedia-org > main > div:eq(4) > form#search-form > fieldset > div#search-input > div:eq(0) | |

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 |
|---|---|---|---|---|
| 244.2 ms | 93.7 ms | 284.3 ms | 282.9 ms | 1.4 ms |
| No availible script information. | ||||
| name | duration | description |
|---|---|---|
| cache | 0 | hit-front |
| host | 0 | cp3070 |
There are no custom configured scripts.
There are no custom extra metrics from scripting.
| Name | Display Time | X | Y | Width | Height |
|---|---|---|---|---|---|
| Heading | 866 ms | 845 | 32 | 215 | 69 |
| <h1 class="central-textlogo-wrapper"></h1> | |||||
| LargestContentfulPaint (wikipedia25-synthesizer-idle-light.webm) | 1.766 s | 852 | 161 | 200 | 200 |
| <video id="wikipedia25-video" class="wikipedia25-video" data-idle-light="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-idle-light.webm" data-idle-dark="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-idle-dark.webm" data-click-light="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-click-light.webm" data-click-dark="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-click-dark.webm" data-poster-light="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-poster-light.webp" data-poster-dark="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-poster-dark.webp" width="200" height="200" autoplay="" loop="" muted="" playsinline="" poster="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-poster-light.webp" src="portal/wikipedia.org/assets/img/wikipedia25-synthesizer-idle-light.webm"></video> | |||||
How the page is built.
| Summary | |
|---|---|
| HTTP version | HTTP/2.0 |
| Total requests | 9 |
| Total domains | 1 |
| Total transfer size | 254.4 KB |
| Total content size | 398.0 KB |
| Responses missing compression | 3 |
| Number of cookies | 6 |
| Third party cookies | 0 |
| Requests per response code | |
|---|---|
| 200 | 9 |
| URL | Type | Transfer Size | Content Size |
|---|---|---|---|
| https://www.wikipedi...r-idle-light.webm | video | 159.1 KB | 158.2 KB |
| https://www.wikipedia.org/ | html | 27.8 KB | 126.9 KB |
| https://www.wikipedi...rite-e49fbf32.svg | svg | 18.8 KB | 50.0 KB |
| https://www.wikipedi...pedia-logo-v2.png | image | 16.4 KB | 15.5 KB |
| https://www.wikipedi...poster-light.webp | image | 16.3 KB | 15.6 KB |
| https://www.wikipedi...dex-90de98612a.js | javascript | 9.7 KB | 26.6 KB |
| https://www.wikipedi...s-logo_sister.png | image | 3.0 KB | 2.0 KB |
| https://www.wikipedi...con/wikipedia.ico | favicon | 1.8 KB | 2.7 KB |
| https://www.wikipedi...ie9-507b16b6be.js | javascript | 1.5 KB | 580 B |
| Content | Header Size | Transfer Size | Content Size | Requests |
|---|---|---|---|---|
| html | 0 b | 27.8 KB | 126.9 KB | 1 |
| javascript | 0 b | 11.2 KB | 27.2 KB | 2 |
| image | 0 b | 35.7 KB | 33.1 KB | 3 |
| svg | 0 b | 18.8 KB | 50.0 KB | 1 |
| video | 0 b | 159.1 KB | 158.2 KB | 1 |
| favicon | 0 b | 1.8 KB | 2.7 KB | 1 |
| Total | 0 b | 254.4 KB | 398.0 KB | 9 |
| Domain | Total download time | Transfer Size | Content Size | Requests |
|---|---|---|---|---|
| www.wikipedia.org | 1.846 s | 254.4 KB | 398.0 KB | 9 |
| type | min | median | max |
|---|---|---|---|
| Expires | 1 hour | 1 day | 1 year |
| Last modified | 19 hours | 5 weeks | 21 weeks |
Included requests done after load event end.
| Content | Transfer Size | Requests |
|---|---|---|
| html | 0 b | 0 |
| css | 0 b | 0 |
| javascript | 0 b | 0 |
| image | 0 b | 0 |
| font | 0 b | 0 |
| favicon | 1.8 KB | 1 |
| Total | 1.8 KB | 1 |
Includes requests done after DOM content loaded.
| Content | Transfer Size | Requests |
|---|---|---|
| html | 0 b | 0 |
| css | 0 b | 0 |
| javascript | 0 b | 0 |
| image | 0 b | 0 |
| font | 0 b | 0 |
| favicon | 1.8 KB | 1 |
| Total | 1.8 KB | 1 |
Render blocking information directly from Chrome.
| Blocking | In body parser blocking | Potentially blocking |
|---|---|---|
| 1 | 1 | 0 |
| URL | Type |
|---|---|
| https://www.wikipedi...dex-90de98612a.js | blocking |
| https://www.wikipedi...ie9-507b16b6be.js | in_body_parser_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 | 0 | |
| Max Potential First Input Delay | 0 | |
| Long Tasks before First Paint | 1 | 287 |
| Long Tasks before First Contentful Paint | 1 | 287 |
| Long Tasks before Largest Contentful Paint | 1 | 287 |
| Long Tasks after Load Event End | 0 | 0 |
| Total Long Tasks | 1 | 287 |
CPU last long task happened at 522 ms
| name | startTime | duration | containerId | containerName | containerSrc | containerType |
|---|---|---|---|---|---|---|
| unknown | 522 | 287 | window |
Calculated using Tracium.
| Categories (ms) | |
|---|---|
| parseHTML | 10 |
| styleLayout | 301 |
| paintCompositeRender | 14 |
| scriptParseCompile | 1 |
| scriptEvaluation | 18 |
| garbageCollection | 2 |
| other | 101 |
| Events (ms) | |
|---|---|
| Layout | 265 |
| RunTask | 68 |
| UpdateLayoutTree | 37 |
| Paint | 11 |
| CpuProfiler::StartProfiling | 10 |