Tested 2025-04-05 18:24:30 using Firefox 136.0 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance Score | 81 |
Total Page Transfer Size | 523.5 KB |
Requests | 39 |
Timing metrics | |
TTFB [median] | 497 ms |
First Paint [median] | 892 ms |
Fully Loaded [median] | 1.994 s |
Google Web Vitals | |
TTFB [median] | 497 ms |
First Contentful Paint (FCP) [median] | 847 ms |
Largest Contentful Paint (LCP) [median] | 1.373 s |
Visual Metrics | |
First Visual Change [median] | 966 ms |
Speed Index [median] | 1.057 s |
Visual Complete 85% [median] | 1.200 s |
Visual Complete 99% [median] | 2.500 s |
Last Visual Change [median] | 2.633 s |
Metric | min | median | mean | max |
---|---|---|---|---|
Visual Metrics | ||||
FirstVisualChange | 933 ms | 966 ms | 959 ms | 966 ms |
LastVisualChange | 2.600 s | 2.633 s | 2.640 s | 2.666 s |
SpeedIndex | 1.043 s | 1.057 s | 1.058 s | 1.074 s |
LargestImage | 1.466 s | 1.500 s | 1.486 s | 1.500 s |
Heading | 1.466 s | 1.500 s | 1.486 s | 1.500 s |
LargestContentfulPaint | 1.466 s | 1.500 s | 1.486 s | 1.500 s |
LastMeaningfulPaint | 1.466 s | 1.500 s | 1.486 s | 1.500 s |
VisualReadiness | 1.634 s | 1.700 s | 1.680 s | 1.700 s |
VisualComplete85 | 1.166 s | 1.200 s | 1.213 s | 1.266 s |
VisualComplete95 | 1.466 s | 1.500 s | 1.486 s | 1.500 s |
VisualComplete99 | 1.700 s | 2.500 s | 2.233 s | 2.533 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 494 ms | 497 ms | 503 ms | 515 ms |
Largest Contentful Paint (LCP) | 1.373 s | 1.373 s | 1.383 s | 1.423 s |
First Contentful Paint (FCP) | 846 ms | 847 ms | 854 ms | 864 ms |
More metrics | ||||
firstPaint | 877 ms | 892 ms | 894 ms | 908 ms |
loadEventEnd | 1.424 s | 1.450 s | 1.443 s | 1.458 s |
User Timing | ||||
mwStartup | 880 ms | 896 ms | 897 ms | 910 ms |
Run 5 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 slowing down the critical rendering path (avoidRenderBlocking) | The style https://www.mediawiki.org/w/load.php?lang=en&modules=ext.discussionTools.init.styles%7Cext.dismissableSiteNotice.styles%7Cext.uls.pt%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediamessages.styles%7Cmediawiki.ui.button%7Cmediawiki.widgets.styles%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui.styles.indicators%7Cskins.vector.icons%2Cstyles%7Cskins.vector.search.codex.styles&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: | ||||||||
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. | ||||||||
Have a fast largest contentful paint (largestContentfulPaint) | You can add fetchPriority="high" to the image to increase the load priority in Chrome. | 95 | ||||||
Description: Largest contentful paint is one of Google Web Vitals and reports the render time of the largest image or text block visible within the viewport, relative to when the page first started loading. To be fast according to Google, it needs to render before 2.5 seconds and results over 4 seconds is poor performance. | ||||||||
Avoid doing redirects (assetsRedirects) | The page has 2 redirects. 1 of the redirects are from the base domain, please fix them! 1 request are from other domains, it could be 3rd-party assets doing unnecessary redirects. :( | 80 | ||||||
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 12 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 76.1 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 364.8 kB. This is quite large. | 50 | ||||||
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://www.mediawiki.org/w/load.php?lang=en&modules=ext.discussionTools.init.styles%7Cext.dismissableSiteNotice.styles%7Cext.uls.pt%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediamessages.styles%7Cmediawiki.ui.button%7Cmediawiki.widgets.styles%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui.styles.indicators%7Cskins.vector.icons%2Cstyles%7Cskins.vector.search.codex.styles&only=styles&skin=vector-2022 size is 35.9 kB (35913) 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:
|
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 | MediaWiki |
Generator | MediaWiki 1.44.0-wmf.23 |
Width | 1920 |
Height | 1851 |
DOM elements | 927 |
Avg DOM depth | 13 |
Max DOM depth | 20 |
Iframes | 0 |
Script tags | 6 |
Local storage | 949.3 KB |
Session storage | 0 b |
Network Information API | unknown |
Resource Hints |
---|
dns-prefetch |
https://meta.wikimedia.org/ |
https://www.mediawiki.org/wiki/auth.wikimedia.org |
preconnect |
https://upload.wikimedia.org/ |
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 |
---|---|---|
MediaWiki | 100 | Wikis |
PHP | 100 | Programming languages |
HSTS | 100 | Security |
HTTP/2 | 100 | Miscellaneous |
Data from run 5
Visual Metrics | |
---|---|
First Visual Change | 966 ms |
Speed Index | 1.057 s |
Largest Image | 1.466 s |
Heading | 1.466 s |
LargestContentfulPaint | 1.466 s |
Last Meaningful Paint | 1.466 s |
Largest Contentful Paint | 1.466 s |
Visual Complete 85% | 1.200 s |
Visual Complete 95% | 1.466 s |
Visual Complete 99% | 1.900 s |
Last Visual Change | 2.600 s |
Visual Readiness | 1.634 s |
Navigation Timing | |
---|---|
backEndTime | 495 ms |
domContentLoadedTime | 844 ms |
domInteractiveTime | 844 ms |
domainLookupTime | 84 ms |
frontEndTime | 929 ms |
pageDownloadTime | 2 ms |
pageLoadTime | 1.427 s |
redirectionTime | 0 ms |
serverConnectionTime | 203 ms |
serverResponseTime | 197 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 495 ms |
First Contentful Paint (FCP) | 846 ms |
Largest Contentful Paint (LCP) | 1.373 s |
Extra timings | |
---|---|
TTFB | 495 ms |
Time To Contentful Paint | 898 ms |
Time To First Interactive | 898 ms |
Load Event End | 1.427 s |
Fully loaded | 1.946 s |
User Timing marks | |
---|---|
mwStartup | 891 ms |
When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.
Element type | IMG |
Element/tag | <img src="//upload.wikimedia.org/wikipedia/commons/thumb/3/35/Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg/330px-Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg" decoding="async" width="320" height="320" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/35/Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg/500px-Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/35/Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg/960px-Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg 2x" data-file-width="2011" data-file-height="2011"> |
Render time | 1.373 s |
Element render delay | 8 ms |
TTFB | 495 ms |
Resource delay | 79 ms |
Resource load duration | 791 ms |
Load time | 1.367 s |
URL | https://upload.wikim...to%2C_360_cam.jpg |
Size (width*height) | 102400 |
DOM path | |
div:eq(1) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div:eq(0) > div#lang_dir > div:eq(1) > figure > a > img> div:eq(1) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div:eq(0) > div#lang_dir > div:eq(1) > figure > a > img> |
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 | Display Time | X | Y | Width | Height |
---|---|---|---|---|---|
LargestImage (330px-Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg) | 1.466 s | 1108 | 315 | 322 | 322 |
<img src="//upload.wikimedia.org/wikipedia/commons/thumb/3/35/Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg/330px-Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg" decoding="async" width="320" height="320" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/35/Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg/500px-Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/35/Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg/960px-Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg 2x" data-file-width="2011" data-file-height="2011"> | |||||
Heading | 1.466 s | 214 | 193 | 1220 | 33 |
<h1 id="firstHeading" class="firstHeading mw-first-heading"></h1> | |||||
LargestContentfulPaint (330px-Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg) | 1.466 s | 1108 | 315 | 322 | 322 |
<img src="//upload.wikimedia.org/wikipedia/commons/thumb/3/35/Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg/330px-Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg" decoding="async" width="320" height="320" class="mw-file-element" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/35/Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg/500px-Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/35/Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg/960px-Wikimedia_Hackathon_2024_-_Group_photo%2C_360_cam.jpg 2x" data-file-width="2011" data-file-height="2011"> |
How the page is built.
Summary | |
---|---|
HTTP version | HTTP/2.0 |
Total requests | 39 |
Total domains | 4 |
Total transfer size | 523.5 KB |
Total content size | 0 b |
Responses missing compression | 0 |
Number of cookies | 3 |
Third party cookies | 1 |
Requests per response code | |
---|---|
200 | 37 |
302 | 2 |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 2.8 KB | 19.2 KB | 0 b | 1 |
css | 1.9 KB | 36.6 KB | 0 b | 2 |
javascript | 8.5 KB | 356.2 KB | 0 b | 7 |
image | 10.4 KB | 78.4 KB | 0 b | 10 |
svg | 15.7 KB | 22.4 KB | 0 b | 16 |
favicon | 960 B | 8.4 KB | 0 b | 1 |
Total | 40.2 KB | 521.2 KB | 0 b | 37 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
www.mediawiki.org | 4.575 s | 450.3 KB | 0 b | 28 |
upload.wikimedia.org | 6.080 s | 70.7 KB | 0 b | 9 |
login.wikimedia.org | 206 ms | 1.3 KB | 0 b | 1 |
auth.wikimedia.org | 206 ms | 1.3 KB | 0 b | 1 |
type | min | median | max |
---|---|---|---|
Expires | 0 seconds | 4 weeks | 1 year |
Last modified | 23 seconds | 3 weeks | 3 years |