Page summary

https://vi.wikipedia.org/wiki/Vincent_van_Gogh

Tested 2026-03-28 02:58:15 using Firefox 148.0.2 (runtime settings).

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

Summary

MetricValue
Page metrics
Performance Score76
Total Page Transfer Size2.2 MB
Requests93
Timing metrics
TTFB [median]530 ms
First Paint [median]1.085 s
Fully Loaded [median]3.295 s
Google Web Vitals
TTFB [median]530 ms
First Contentful Paint (FCP) [median]1.085 s
Largest Contentful Paint (LCP) [median]1.627 s
Interaction To Next Paint (INP) [median]120 ms
Visual Metrics
First Visual Change [median]1.133 s
Speed Index [median]1.792 s
Visual Complete 85% [median]1.133 s
Visual Complete 99% [median]13.500 s
Last Visual Change [median]13.566 s
Screenshot of run 5

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange1.033 s1.133 s1.286 s1.667 s
LastVisualChange13.466 s13.566 s13.953 s14.633 s
SpeedIndex1.504 s1.792 s1.783 s2.057 s
LargestImage1.533 s2.133 s2.327 s3.200 s
Heading2.133 s2.166 s2.840 s3.900 s
LargestContentfulPaint2.133 s3.200 s3.240 s3.900 s
LastMeaningfulPaint2.133 s3.200 s3.240 s3.900 s
VisualReadiness12.433 s12.500 s12.666 s13.000 s
VisualComplete851.033 s1.133 s1.300 s1.667 s
VisualComplete951.533 s2.166 s2.320 s3.200 s
VisualComplete999.366 s13.500 s13.047 s14.567 s
Google Web Vitals
Time To First Byte (TTFB)424 ms530 ms624 ms963 ms
Largest Contentful Paint (LCP)1.492 s1.627 s2.187 s3.205 s
First Contentful Paint (FCP)956 ms1.085 s1.235 s1.627 s
More metrics
firstPaint955 ms1.085 s1.234 s1.627 s
loadEventEnd3.079 s3.190 s3.487 s4.165 s
User Timing
mwStartup958 ms1.088 s1.395 s2.088 s
| Waterfall | | Download HAR | 

Waterfall

Run 5 SpeedIndex median

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
1.5 sDOM Content Loaded Time 1.482 sFirst Contentful Paint 1.492 sLCP <P> mwOQ 1.492 s
1.6 sFirst Visual Change 1.533 sVisual Complete 85% 1.533 sVisual Complete 95% 1.533 sLargest Image 1.533 s
1.7 s
1.8 smwStartup 1.760 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.6 s
3.7 s
3.8 s
3.9 sHeading 3.866 s
4 sPage Load Time 3.922 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
5.9 s
8.8 sFully Loaded 8.758 s
9.9 s
10 s
10.1 s
10.2 s
10.3 s
10.4 s
10.5 s
10.6 s
10.7 s
10.8 s
10.9 s
11 s
11.1 s
11.2 s
11.3 s
11.4 s
11.5 s
11.6 s
11.7 s
11.8 s
11.9 s
12 s
13.8 s
13.9 s
14 s
14.1 s
14.2 s
14.3 sVisual Complete 99% 14.300 s
14.4 s
14.5 s
14.6 sLast Visual Change 14.533 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 (76)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The style https://vi.wikipedia.org/w/load.php?lang=vi&modules=ext.cite.parsoid.styles%7Cext.cite.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cext.wikimediamessages.styles%7Cext.wp25EasterEggs.styles%7Cmediawiki.page.gallery.styles%7Cmediawiki.skinning.content.parsoid%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://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • Don't scale images in the browser (avoidScalingImages)The page has 15 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.0
    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://vi.wikipedia.org/static/images/mobile/copyright/wikipedia-wordmark-en.svg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Van_Gogh_-_Bildnis_der...C3%BCnstlers.jpeg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Vincent_van_Gogh_-_Eug...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Vincent_van_Gogh_-_Por...Joseph_Roulin.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Vincent_Willem_van_Gog..._van_Gogh_084.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Vincent_van_Gogh_-_Sel...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Van_Gogh_Self-Portrait...-Metropolitan.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Vincent_van_Gogh_-_Sel..._%28719161%29.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/Vincent_Willem_van_Gog..._van_Gogh_102.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Vincent_Willem_van_Gog..._van_Gogh_128.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Vincent_van_Gogh_-_Iri...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Van_Gogh_-_Vase_of_Ros...Vase_of_Roses.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/0/08/Van_Gogh_-_Zypressen_m...chen_Figuren.jpeg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Vincent_Van_Gogh_0016....Van_Gogh_0016.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/Vincent_van_Gogh_-_Whe...e_Art_Project.jpg
  • 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 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:
  • https://vi.wikipedia.org/wiki/Special:CentralAutoLogin/start?useformat=desktop&type=script&usesul3=1
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 61 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 1.6 MB 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/commons/thumb/9/95/1000_b%C3%A0i_c%C6%A1_...E1%BA%A3n.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/12/Famille_van_Gogh.JPG/2...ille_van_Gogh.JPG
  • https://upload.wikimedia.org/wikipedia/commons/thumb/7/74/VincentVanGoghFoto.jpg...ntVanGoghFoto.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Cuesmes_JPG001.jpg/250...uesmes_JPG001.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Vincent_Willem_van_Gog..._van_Gogh_016.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/Vincent_Van_Gogh_-_The...Potato_Eaters.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Paris_rue_lepic_54.jpg..._rue_lepic_54.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Vincent_Willem_van_Gog...t_%28Yorck%29.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/c/cd/VanGogh-starry_night.j...-starry_night.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Toulouse-Lautrec_de_He..._van_Gogh_Sun.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/Vincent_van_Gogh_-_Sta...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Jean-Fran%C3%A7ois_Mil..._%28II%29_013.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Tsunami_by_hokusai_19t..._19th_century.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/c/cf/Vincent_Willem_van_Gog..._van_Gogh_098.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Vincent_Willem_van_Gog..._van_Gogh_059.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Van_Gogh_-_Bildnis_der...C3%BCnstlers.jpeg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Vincent_van_Gogh_-_Eug...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Vincent_van_Gogh_-_Por...Joseph_Roulin.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Vincent_Willem_van_Gog..._van_Gogh_084.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/b/b2/Vincent_van_Gogh_-_Sel...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Vincent_van_Gogh_-_Sel...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Van_Gogh_Self-Portrait...-Metropolitan.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Vincent_van_Gogh_-_Sel..._%28719161%29.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/Vincent_Willem_van_Gog..._van_Gogh_102.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Vincent_Willem_van_Gog..._van_Gogh_127.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Vincent_Willem_van_Gog..._van_Gogh_128.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Irises-Vincent_van_Gog...cent_van_Gogh.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Vincent_van_Gogh_-_Alm...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Vincent_van_Gogh_-_Iri...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Van_Gogh_-_Vase_of_Ros...Vase_of_Roses.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Vincent_van_Gogh_-_Roa...2-15_May_1890.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/e/e8/Van_Gogh_The_Olive_Tre..._Olive_Trees..jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/d/de/Van_Gogh_Starry_Night_...Night_Drawing.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/0/08/Van_Gogh_-_Zypressen_m...chen_Figuren.jpeg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Vincent_van_Gogh_-_Whe...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Vincent_Van_Gogh_0016....Van_Gogh_0016.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Vincent_Willem_van_Gog..._van_Gogh_014.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Vincent_van_Gogh_-_De_...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Van_Gogh_-_Bl%C3%BChen...ssen_umgeben.jpeg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/Vincent_Van_Gogh_0018....Van_Gogh_0018.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/Vincent_van_Gogh_-_Whe...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/1c/Vincent_Willem_van_Gog..._van_Gogh_007.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Vincent_Willem_van_Gog...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Landscape_with_wheat_s...d_rising_moon.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f7/Vincent_van_Gogh_-_Hou...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Vincent_van_Gogh_-_Whe...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Van_Gogh_-_Still_Life_...with_Absinthe.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Grave_of_Vincent_van_G...cent_van_Gogh.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/1e/Portrait_of_Dr._Gachet...of_Dr._Gachet.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Open_Access_logo_PLoS_...ansparent.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Wiktionary_small.svg/4...ary_small.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/20px-Commons-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/40px...news-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/40p...uote-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/40...urce-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/40p...ooks-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Wikiversity-logo-en.sv...y-logo-en.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Speaker_Icon.svg/20px-Speaker_Icon.svg.png
  • https://vi.wikipedia.org/wiki/Special:CentralAutoLogin/start?useformat=desktop&type=script&usesul3=1
  • https://upload.wikimedia.org/wikipedia/commons/f/f9/Closewindow14x14.png
  • https://auth.wikimedia.org/metawiki/wiki/Special:CentralAutoLogin/checkLoggedIn...gin/checkLoggedIn
  • Long cache headers is good (cacheHeadersLong)The page has 5 requests that have a shorter cache time than 30 days (but still a cache time).95
    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://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php?lang=vi&modules=startup&only=scripts&raw=1&skin=vector-2022
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php?lang=vi&modules=site.styles&only=styles&skin=vector-2022
  • https://vi.wikipedia.org/w/api.php...dia.org/w/api.php
  • Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 460.9 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:
    URLTransfer sizeContent size
    https://vi.wikipedia.org/w/load.php?lang=vi&modules=startup&only=scripts&raw=1&skin=vector-2022 21.1 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 26.9 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 18.0 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 353.7 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 25.8 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 3.1 KB0 b
    https://auth.wikimedia.org/metawiki/wiki/Special:CentralAutoLogin/checkLoggedIn...gin/checkLoggedIn 1.6 KB0 b
    Make each CSS response small (optimalCssSize)https://vi.wikipedia.org/w/load.php?lang=vi&modules=ext.cite.parsoid.styles%7Cext.cite.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cext.wikimediamessages.styles%7Cext.wp25EasterEggs.styles%7Cmediawiki.page.gallery.styles%7Cmediawiki.skinning.content.parsoid%7Cskins.vector.icons%2Cstyles%7Cskins.vector.search.codex.styles%7Cwikibase.client.init&only=styles&skin=vector-2022 size is 25.7 kB (25748) 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://vi.wikipedia.org/w/load.php...ia.org/w/load.php 25.1 KB0 b
    Total page size shouldn't be too big (pageSize)The page total transfer size is 2.3 MB, which is more than the coach limit of 2 MB. That is really big and you need to make it smaller.0
    Description: Avoid having pages that have a transfer size over the wire of more than 2 MB (desktop) and 1 MB (mobile) because that is really big and will hurt performance and will make the page expensive for the user if she/he pays for the bandwidth.
    Offenders:
    URLTransfer sizeContent size
    https://vi.wikipedia.org/wiki/Vincent_van_Gogh 104.3 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 25.1 KB0 b
    https://vi.wikipedia.org/w/load.php?lang=vi&modules=startup&only=scripts&raw=1&skin=vector-2022 21.1 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 1.5 KB0 b
    https://vi.wikipedia.org/w/load.php?lang=vi&modules=site.styles&only=styles&skin=vector-2022 3.6 KB0 b
    https://vi.wikipedia.org/static/images/icons/wikipedia.png 14.4 KB0 b
    https://vi.wikipedia.org/static/images/mobile/copyright/wikipedia-wordmark-en.svg 3.8 KB0 b
    https://vi.wikipedia.org/static/images/mobile/copyright/wikipedia-tagline-vi.svg 7.0 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/1000_b%C3%A0i_c%C6%A1_...E1%BA%A3n.svg.png 2.7 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/1/12/Famille_van_Gogh.JPG/2...ille_van_Gogh.JPG 10.4 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/7/74/VincentVanGoghFoto.jpg...ntVanGoghFoto.jpg 20.1 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Cuesmes_JPG001.jpg/250...uesmes_JPG001.jpg 25.2 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Vincent_Willem_van_Gog..._van_Gogh_016.jpg 13.7 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/Vincent_Van_Gogh_-_The...Potato_Eaters.png 113.9 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Paris_rue_lepic_54.jpg..._rue_lepic_54.jpg 34.1 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Vincent_Willem_van_Gog...t_%28Yorck%29.jpg 40.5 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/c/cd/VanGogh-starry_night.j...-starry_night.jpg 29.5 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Toulouse-Lautrec_de_He..._van_Gogh_Sun.jpg 20.8 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/Vincent_van_Gogh_-_Sta...e_Art_Project.jpg 21.5 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Jean-Fran%C3%A7ois_Mil..._%28II%29_013.jpg 14.5 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Tsunami_by_hokusai_19t..._19th_century.jpg 21.6 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/c/cf/Vincent_Willem_van_Gog..._van_Gogh_098.jpg 61.6 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Vincent_Willem_van_Gog..._van_Gogh_059.jpg 19.2 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Van_Gogh_-_Bildnis_der...C3%BCnstlers.jpeg 21.8 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Vincent_van_Gogh_-_Eug...e_Art_Project.jpg 29.9 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Vincent_van_Gogh_-_Por...Joseph_Roulin.jpg 32.3 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Vincent_Willem_van_Gog..._van_Gogh_084.jpg 26.4 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/b/b2/Vincent_van_Gogh_-_Sel...e_Art_Project.jpg 30.9 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Vincent_van_Gogh_-_Sel...e_Art_Project.jpg 36.1 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Van_Gogh_Self-Portrait...-Metropolitan.jpg 39.1 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Vincent_van_Gogh_-_Sel..._%28719161%29.jpg 39.8 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/Vincent_Willem_van_Gog..._van_Gogh_102.jpg 30.0 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Vincent_Willem_van_Gog..._van_Gogh_127.jpg 29.2 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Vincent_Willem_van_Gog..._van_Gogh_128.jpg 34.0 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Irises-Vincent_van_Gog...cent_van_Gogh.jpg 30.0 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Vincent_van_Gogh_-_Alm...e_Art_Project.jpg 22.4 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Vincent_van_Gogh_-_Iri...e_Art_Project.jpg 41.1 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Van_Gogh_-_Vase_of_Ros...Vase_of_Roses.jpg 31.8 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Vincent_van_Gogh_-_Roa...2-15_May_1890.jpg 49.3 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/e/e8/Van_Gogh_The_Olive_Tre..._Olive_Trees..jpg 28.6 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/d/de/Van_Gogh_Starry_Night_...Night_Drawing.jpg 30.5 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/0/08/Van_Gogh_-_Zypressen_m...chen_Figuren.jpeg 34.2 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Vincent_van_Gogh_-_Whe...e_Art_Project.jpg 26.7 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Vincent_Van_Gogh_0016....Van_Gogh_0016.jpg 40.2 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Vincent_Willem_van_Gog..._van_Gogh_014.jpg 49.0 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Vincent_van_Gogh_-_De_...e_Art_Project.jpg 26.8 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Van_Gogh_-_Bl%C3%BChen...ssen_umgeben.jpeg 24.3 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/Vincent_Van_Gogh_0018....Van_Gogh_0018.jpg 28.9 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/Vincent_van_Gogh_-_Whe...e_Art_Project.jpg 51.6 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/1/1c/Vincent_Willem_van_Gog..._van_Gogh_007.jpg 20.8 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Vincent_Willem_van_Gog...e_Art_Project.jpg 24.6 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Landscape_with_wheat_s...d_rising_moon.jpg 28.1 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/f/f7/Vincent_van_Gogh_-_Hou...e_Art_Project.jpg 31.3 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Vincent_van_Gogh_-_Whe...e_Art_Project.jpg 17.0 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Van_Gogh_-_Still_Life_...with_Absinthe.jpg 37.3 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Grave_of_Vincent_van_G...cent_van_Gogh.jpg 34.5 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/1/1e/Portrait_of_Dr._Gachet...of_Dr._Gachet.jpg 41.2 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Open_Access_logo_PLoS_...ansparent.svg.png 1.8 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Wiktionary_small.svg/4...ary_small.svg.png 3.5 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/20px-Commons-logo.svg.png 1.9 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/40px...news-logo.svg.png 3.0 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/40p...uote-logo.svg.png 2.9 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/40...urce-logo.svg.png 3.0 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/40p...ooks-logo.svg.png 3.0 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Wikiversity-logo-en.sv...y-logo-en.svg.png 2.7 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Speaker_Icon.svg/20px-Speaker_Icon.svg.png 1.6 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 1.4 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 1.6 KB0 b
    https://vi.wikipedia.org/w/skins/Vector/resources/skins.vector.styles/images/arr...n-progressive.svg 1.3 KB0 b
    https://vi.wikipedia.org/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg?8330e 1.4 KB0 b
    https://vi.wikipedia.org/w/skins/Vector/resources/skins.vector.styles/images/lin...r-progressive.svg 1.3 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 26.9 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 18.0 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 353.7 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 25.8 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 3.1 KB0 b
    https://vi.wikipedia.org/wiki/Special:CentralAutoLogin/start?useformat=desktop&type=script&usesul3=1 4.0 KB0 b
    https://vi.wikipedia.org/w/api.php...dia.org/w/api.php 4.4 KB0 b
    https://upload.wikimedia.org/wikipedia/commons/f/f9/Closewindow14x14.png 1.8 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 1.4 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 1.5 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 1.4 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 1.5 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 1.5 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 1.4 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 1.4 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 1.5 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 1.6 KB0 b
    https://vi.wikipedia.org/w/load.php...ia.org/w/load.php 1.5 KB0 b
    https://auth.wikimedia.org/metawiki/wiki/Special:CentralAutoLogin/checkLoggedIn...gin/checkLoggedIn 1.6 KB0 b
    https://vi.wikipedia.org/static/apple-touch/wikipedia.png 2.4 KB0 b
    https://vi.wikipedia.org/static/favicon/wikipedia.ico 2.1 KB0 b
    https://vi.wikipedia.org/evt-103e/v2/events?hasty=true 973 B0 b

    Best practice advice (72)

    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://vi.wikipedia.../Vincent_van_Gogh has a header content-security-policy that is 1388 characters long. https://vi.wikipedia.../Vincent_van_Gogh has a header content-security-policy-report-only that is 1397 characters long. https://vi.wikipedia...ia.org/w/load.php has a header sourcemap that is 1302 characters long. https://vi.wikipedia...alAutoLogin/start has a header content-security-policy that is 1388 characters long. https://vi.wikipedia...alAutoLogin/start has a header content-security-policy-report-only that is 1397 characters long. 95
    Description: Do not send response headers that are too long.
    Offenders:
  • https://vi.wikipedia.org/wiki/Vincent_van_Gogh
  • https://vi.wikipedia.org/wiki/Vincent_van_Gogh
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/wiki/Special:CentralAutoLogin/start?useformat=desktop&type=script&usesul3=1
  • https://vi.wikipedia.org/wiki/Special:CentralAutoLogin/start?useformat=desktop&type=script&usesul3=1
  • Avoid unnecessary headers (unnecessaryHeaders)There are 27 responses that sets both a max-age and expires header. There are 93 responses that sets a server header. 0
    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://vi.wikipedia.org/wiki/Vincent_van_Gogh
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php?lang=vi&modules=startup&only=scripts&raw=1&skin=vector-2022
  • https://vi.wikipedia.org/w/load.php?lang=vi&modules=startup&only=scripts&raw=1&skin=vector-2022
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php?lang=vi&modules=site.styles&only=styles&skin=vector-2022
  • https://vi.wikipedia.org/w/load.php?lang=vi&modules=site.styles&only=styles&skin=vector-2022
  • https://vi.wikipedia.org/static/images/icons/wikipedia.png
  • https://vi.wikipedia.org/static/images/icons/wikipedia.png
  • https://vi.wikipedia.org/static/images/mobile/copyright/wikipedia-wordmark-en.svg
  • https://vi.wikipedia.org/static/images/mobile/copyright/wikipedia-wordmark-en.svg
  • https://vi.wikipedia.org/static/images/mobile/copyright/wikipedia-tagline-vi.svg
  • https://vi.wikipedia.org/static/images/mobile/copyright/wikipedia-tagline-vi.svg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/1000_b%C3%A0i_c%C6%A1_...E1%BA%A3n.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/12/Famille_van_Gogh.JPG/2...ille_van_Gogh.JPG
  • https://upload.wikimedia.org/wikipedia/commons/thumb/7/74/VincentVanGoghFoto.jpg...ntVanGoghFoto.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Cuesmes_JPG001.jpg/250...uesmes_JPG001.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Vincent_Willem_van_Gog..._van_Gogh_016.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/Vincent_Van_Gogh_-_The...Potato_Eaters.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Paris_rue_lepic_54.jpg..._rue_lepic_54.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Vincent_Willem_van_Gog...t_%28Yorck%29.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/c/cd/VanGogh-starry_night.j...-starry_night.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Toulouse-Lautrec_de_He..._van_Gogh_Sun.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/Vincent_van_Gogh_-_Sta...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Jean-Fran%C3%A7ois_Mil..._%28II%29_013.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Tsunami_by_hokusai_19t..._19th_century.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/c/cf/Vincent_Willem_van_Gog..._van_Gogh_098.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Vincent_Willem_van_Gog..._van_Gogh_059.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Van_Gogh_-_Bildnis_der...C3%BCnstlers.jpeg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Vincent_van_Gogh_-_Eug...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Vincent_van_Gogh_-_Por...Joseph_Roulin.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Vincent_Willem_van_Gog..._van_Gogh_084.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/b/b2/Vincent_van_Gogh_-_Sel...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Vincent_van_Gogh_-_Sel...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Van_Gogh_Self-Portrait...-Metropolitan.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Vincent_van_Gogh_-_Sel..._%28719161%29.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/Vincent_Willem_van_Gog..._van_Gogh_102.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Vincent_Willem_van_Gog..._van_Gogh_127.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Vincent_Willem_van_Gog..._van_Gogh_128.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Irises-Vincent_van_Gog...cent_van_Gogh.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Vincent_van_Gogh_-_Alm...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Vincent_van_Gogh_-_Iri...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Van_Gogh_-_Vase_of_Ros...Vase_of_Roses.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Vincent_van_Gogh_-_Roa...2-15_May_1890.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/e/e8/Van_Gogh_The_Olive_Tre..._Olive_Trees..jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/d/de/Van_Gogh_Starry_Night_...Night_Drawing.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/0/08/Van_Gogh_-_Zypressen_m...chen_Figuren.jpeg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Vincent_van_Gogh_-_Whe...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Vincent_Van_Gogh_0016....Van_Gogh_0016.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Vincent_Willem_van_Gog..._van_Gogh_014.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Vincent_van_Gogh_-_De_...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Van_Gogh_-_Bl%C3%BChen...ssen_umgeben.jpeg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/Vincent_Van_Gogh_0018....Van_Gogh_0018.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/Vincent_van_Gogh_-_Whe...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/1c/Vincent_Willem_van_Gog..._van_Gogh_007.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Vincent_Willem_van_Gog...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Landscape_with_wheat_s...d_rising_moon.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f7/Vincent_van_Gogh_-_Hou...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Vincent_van_Gogh_-_Whe...e_Art_Project.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Van_Gogh_-_Still_Life_...with_Absinthe.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Grave_of_Vincent_van_G...cent_van_Gogh.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/1e/Portrait_of_Dr._Gachet...of_Dr._Gachet.jpg
  • https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Open_Access_logo_PLoS_...ansparent.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Wiktionary_small.svg/4...ary_small.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/20px-Commons-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/40px...news-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/40p...uote-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/40...urce-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/40p...ooks-logo.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Wikiversity-logo-en.sv...y-logo-en.svg.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Speaker_Icon.svg/20px-Speaker_Icon.svg.png
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/skins/Vector/resources/skins.vector.styles/images/arr...n-progressive.svg
  • https://vi.wikipedia.org/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg?8330e
  • https://vi.wikipedia.org/w/skins/Vector/resources/skins.vector.styles/images/lin...r-progressive.svg
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/wiki/Special:CentralAutoLogin/start?useformat=desktop&type=script&usesul3=1
  • https://vi.wikipedia.org/w/api.php...dia.org/w/api.php
  • https://vi.wikipedia.org/w/api.php...dia.org/w/api.php
  • https://upload.wikimedia.org/wikipedia/commons/f/f9/Closewindow14x14.png
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://vi.wikipedia.org/w/load.php...ia.org/w/load.php
  • https://auth.wikimedia.org/metawiki/wiki/Special:CentralAutoLogin/checkLoggedIn...gin/checkLoggedIn
  • https://vi.wikipedia.org/static/apple-touch/wikipedia.png
  • https://vi.wikipedia.org/static/apple-touch/wikipedia.png
  • https://vi.wikipedia.org/static/favicon/wikipedia.ico
  • https://vi.wikipedia.org/static/favicon/wikipedia.ico
  • https://vi.wikipedia.org/evt-103e/v2/events?hasty=true
  • 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://vi.wikipedia.org/wiki/Vincent_van_Gogh
  • Page info

    Page info
    TitleVincent van Gogh – Wikipedia tiếng Việt
    GeneratorMediaWiki 1.46.0-wmf.21
    Width1920
    Height25869
    DOM elements4616
    Avg DOM depth14
    Max DOM depth20
    Iframes0
    Script tags5
    Local storage1.2 MB
    Session storage0 b
    Network Information APIunknown
    Resource Hints
    dns-prefetch
    https://meta.wikimedia.org/
    https://vi.wikipedia.org/wiki/auth.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
    HSTS 100  Security
    HTTP/2 100  Miscellaneous
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Visual Elements | Server timings | 

    Data from run 5

    Visual Metrics

    Visual Metrics
    First Visual Change1.533 s
    Speed Index1.792 s
    Largest Image1.533 s
    Heading3.866 s
    LargestContentfulPaint3.866 s
    Last Meaningful Paint3.866 s
    Largest Contentful Paint3.866 s
    Visual Complete 85%1.533 s
    Visual Complete 95%1.533 s
    Visual Complete 99%14.300 s
    Last Visual Change14.533 s
    Visual Readiness13.000 s

    Browser Metrics

    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 id="mwOQ"></p>
    Render time 1.492 s
    Element render delay721 ms
    TTFB771 ms
    Resource delay0 ms
    Resource load duration0 ms
    Element idmwOQ
    Load time0 ms
    Size (width*height)18576
    DOM path
    div:eq(2) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div:eq(0) > section#mwAQ > p#mwOQ> div:eq(2) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div:eq(0) > section#mwAQ > p#mwOQ>
    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
    cache0miss
    host0cp3070
    WMF-Uniq0logged-out-retention-round3=control;share-highlight-baseline=control;

    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 (wikipedia.png)1.533 s 254 8 50 50
    <img class="mw-logo-icon" src="/static/images/icons/wikipedia.png" alt="" aria-hidden="true" height="50" width="50">
    Heading3.866 s 486 180 784 40
    <h1 id="firstHeading" class="firstHeading mw-first-heading"></h1>
    LargestContentfulPaint3.866 s 486 926 948 208
    <p id="mwOQ"></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 requests93
    Total domains3
    Total transfer size2.2 MB
    Total content size0 b
    Responses missing compression0
    Number of cookies68
    Third party cookies0
    Requests per response code
    20091
    2021
    3021

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html4.5 KB104.3 KB0 b1
    css3.9 KB30.2 KB0 b3
    javascript10.5 KB450.1 KB0 b7
    image78.5 KB1.6 MB0 b61
    svg20.2 KB32.5 KB0 b17
    json1.4 KB4.4 KB0 b1
    favicon1.1 KB2.1 KB0 b1
    plain974 B973 B0 b1
    Total121.0 KB2.2 MB0 b92

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    vi.wikipedia.org9.041 s643.7 KB0 b33
    upload.wikimedia.org98.177 s1.5 MB0 b59
    auth.wikimedia.org344 ms1.6 KB0 b1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 year
    Last modified13 hours38 weeks12 years

    CPU