Tested 2025-04-27 07:01:06 using Chrome 135.0.7049.52 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance Score | 97 |
Total Page Transfer Size | 10.1 KB |
Requests | 3 |
Timing metrics | |
TTFB [median] | 690 ms |
First Paint [median] | 752 ms |
Fully Loaded [median] | 1.301 s |
Google Web Vitals | |
TTFB [median] | 690 ms |
First Contentful Paint (FCP) [median] | 752 ms |
Largest Contentful Paint (LCP) [median] | 752 ms |
Cumulative Layout Shift (CLS) [median] | 0.00 |
Visual Metrics | |
First Visual Change [median] | 733 ms |
Speed Index [median] | 741 ms |
Visual Complete 85% [median] | 733 ms |
Visual Complete 99% [median] | 1.133 s |
Last Visual Change [median] | 1.133 s |
Metric | min | median | mean | max |
---|---|---|---|---|
Visual Metrics | ||||
FirstVisualChange | 733 ms | 733 ms | 746 ms | 766 ms |
LastVisualChange | 1.100 s | 1.133 s | 1.166 s | 1.233 s |
SpeedIndex | 740 ms | 741 ms | 754 ms | 775 ms |
LargestImage | 1.100 s | 1.133 s | 1.166 s | 1.233 s |
Heading | 1.100 s | 1.133 s | 1.166 s | 1.233 s |
LargestContentfulPaint | 733 ms | 733 ms | 746 ms | 766 ms |
LastMeaningfulPaint | 1.100 s | 1.133 s | 1.166 s | 1.233 s |
VisualReadiness | 367 ms | 400 ms | 420 ms | 467 ms |
VisualComplete85 | 733 ms | 733 ms | 746 ms | 766 ms |
VisualComplete95 | 733 ms | 733 ms | 746 ms | 766 ms |
VisualComplete99 | 1.100 s | 1.133 s | 1.166 s | 1.233 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 689 ms | 690 ms | 694 ms | 709 ms |
Largest Contentful Paint (LCP) | 748 ms | 752 ms | 757 ms | 772 ms |
First Contentful Paint (FCP) | 748 ms | 752 ms | 757 ms | 772 ms |
Cumulative Layout Shift (CLS) | 0 | 0 | 0 | 0 |
More metrics | ||||
firstPaint | 748 ms | 752 ms | 757 ms | 772 ms |
loadEventEnd | 1.091 s | 1.108 s | 1.142 s | 1.217 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 | 0 | 0 | 0 | 0 |
CPU last long task happens at | 0 ms | 0 ms | 0 ms | 0 ms |
Run 4 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.1.
Title | Advice | Score | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Avoid extra requests by setting cache headers (cacheHeaders) | The page has 1 request that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 3 kB the next access. | 90 | |||||||||
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: | |||||||||||
Always compress text content (compressAssets) | The page has 2 requests that are served uncompressed. You could save a lot of bytes by sending them compressed instead. | 80 | |||||||||
Description: In the early days of the Internet there were browsers that didn't support compressing (gzipping) text content. They do now. Make sure you compress HTML, JSON, JavaScript, CSS and SVG. It will save bytes for the user; making the page load faster and use less bandwith. | |||||||||||
Offenders:
| |||||||||||
Avoid missing and error requests (responseOk) | The page has 2 error responses. The page has 2 responses with code 403. | 80 | |||||||||
Description: Your page should never request assets that return a 400 or 500 error. These requests are never cached. If that happens something is broken. Please fix it. | |||||||||||
Offenders: |
Title | Advice | Score |
---|---|---|
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. | ||
Avoid too many third party requests (thirdParty) | The page do 33% requests to third party domains (1 requests and 4.4 kB). First party is 2 requests and 6 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 1 response that sets both a max-age and expires header. There are 3 responses that sets a server header. | 96 |
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: |
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: | ||
Avoid third party cookies that is used to track the user. (thirdPartyCookies) | The page sets 1 third party cookie. | 0 |
Description: Third party cookies are used to track the user. They are automatically blocked in Safari and Firefox. | ||
Offenders: |
Page info | |
---|---|
Title | Wikimedia Error |
Width | 1919 |
Height | 992 |
DOM elements | 25 |
Avg DOM depth | 4 |
Max DOM depth | 6 |
Iframes | 0 |
Script tags | 0 |
Local storage | 0 b |
Session storage | 0 b |
Network Information API | 4g |
Data collected using Wappalyzer version 6.10.66. With updated code from Webappanalyzer 2024-12-27. Use --browsertime.firefox.includeResponseBodies html
or --browsertime.chrome.includeResponseBodies html
to help Wappalyzer find more information about technologies used.
Technology | Confidence | Category |
---|---|---|
HSTS | 100 | Security |
Data from run 4
Visual Metrics | |
---|---|
First Visual Change | 733 ms |
Speed Index | 741 ms |
Largest Image | 1.133 s |
Heading | 1.133 s |
LargestContentfulPaint | 733 ms |
Last Meaningful Paint | 1.133 s |
Largest Contentful Paint | 733 ms |
Visual Complete 85% | 733 ms |
Visual Complete 95% | 733 ms |
Visual Complete 99% | 1.133 s |
Last Visual Change | 1.133 s |
Visual Readiness | 400 ms |
Navigation Timing | |
---|---|
backEndTime | 689 ms |
domContentLoadedTime | 700 ms |
domInteractiveTime | 700 ms |
domainLookupTime | 108 ms |
frontEndTime | 402 ms |
pageDownloadTime | 1 ms |
pageLoadTime | 1.092 s |
redirectionTime | 0 ms |
serverConnectionTime | 386 ms |
serverResponseTime | 193 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 689 ms |
First Contentful Paint (FCP) | 748 ms |
Largest Contentful Paint (LCP) | 748 ms |
Total Blocking Time (TBT) | 0 ms |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 26 |
Time spent in recalculate style before FCP | 0.546 ms |
Extra timings | |
---|---|
TTFB | 689 ms |
First Paint | 748 ms |
Load Event End | 1.092 s |
Fully loaded | 1.285 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 class="text-muted"></p> |
Render time | 748 ms |
Element render delay | 59 ms |
TTFB | 689 ms |
Resource delay | 0 ms |
Resource load duration | 0 ms |
Elements that needed recalculate style before LCP | 26 |
Time spent in recalculate style before LCP | 0.546 ms |
Load time | 0 ms |
Size (width*height) | 34632 |
DOM path | |
div:eq(1) > p:eq(1)> div:eq(1) > p:eq(1)> |
No layout shift detected.
Read more about the Long Animation Frames API here here.
The top 10 longest animation frames entries
name | duration | description |
---|---|---|
cache | 0 | int-front |
host | 0 | deployment-cache-text08 |
There are no custom configured scripts.
There are no custom extra metrics from scripting.
Name | Display Time | X | Y | Width | Height |
---|---|---|---|---|---|
LargestImage (wmf-logo.png) | 1.133 s | 640 | 164 | 135 | 101 |
<img id="logo" src="https://www.wikimedia.org/static/images/wmf-logo.png" srcset="https://www.wikimedia.org/static/images/wmf-logo-2x.png 2x" alt="Wikimedia" width="135" height="101"> | |||||
Heading | 1.133 s | 640 | 182 | 640 | 29 |
<h1></h1> | |||||
LargestContentfulPaint | 733 ms | 0 | 633 | 1919 | 58 |
<p class="text-muted"></p> |
How the page is built.
Summary | |
---|---|
HTTP version | HTTP/2.0 |
Total requests | 3 |
Total domains | 2 |
Total transfer size | 10.1 KB |
Total content size | 7.5 KB |
Responses missing compression | 2 |
Number of cookies | 3 |
Third party cookies | 1 |
Requests per response code | |
---|---|
200 | 1 |
403 | 2 |
URL | Type | Transfer Size | Content Size |
---|---|---|---|
https://www.wikimedi...ages/wmf-logo.png | image | 4.3 KB | 3.2 KB |
https://en.wikipedia...wiki/Barack_Obama | html | 2.9 KB | 2.2 KB |
https://en.wikipedia...s.org/favicon.ico | html | 2.9 KB | 2.2 KB |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
image | 0 b | 4.3 KB | 3.2 KB | 1 |
Total | 0 b | 4.3 KB | 3.2 KB | 1 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
en.wikipedia.beta.wmflabs.org | 1.076 s | 5.9 KB | 4.3 KB | 2 |
www.wikimedia.org | 500 ms | 4.3 KB | 3.2 KB | 1 |
type | min | median | max |
---|---|---|---|
Expires | 0 seconds | 0 seconds | 1 year |
Last modified | 5 weeks | 5 weeks | 5 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 |
Total | 2.9 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 |
Total | 2.9 KB | 1 |
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.
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 1 |
styleLayout | 6 |
paintCompositeRender | 0 |
scriptParseCompile | 0 |
scriptEvaluation | 3 |
garbageCollection | 0 |
other | 34 |
Events (ms) | |
---|---|
RunTask | 19 |
CpuProfiler::StartProfiling | 11 |