Page summary

https://query.wikidata.org/querybuilder/

Tested 2025-06-18 13:19:50 using Firefox 139.0.1 (runtime settings).

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

Summary

MetricValue
Page metrics
Performance Score97
Total Page Transfer Size199.8 KB
Requests11
Timing metrics
TTFB [median]742 ms
First Paint [median]1.016 s
Fully Loaded [median]1.624 s
Google Web Vitals
TTFB [median]742 ms
First Contentful Paint (FCP) [median]1.491 s
Largest Contentful Paint (LCP) [median]1.498 s
Visual Metrics
First Visual Change [median]1.500 s
Speed Index [median]1.528 s
Visual Complete 85% [median]1.500 s
Visual Complete 99% [median]2.500 s
Last Visual Change [median]2.667 s
Screenshot of run 5

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange1.433 s1.500 s1.500 s1.600 s
LastVisualChange2.567 s2.667 s2.653 s2.733 s
SpeedIndex1.457 s1.528 s1.527 s1.629 s
LargestContentfulPaint1.433 s1.500 s1.500 s1.600 s
LastMeaningfulPaint1.433 s1.500 s1.500 s1.600 s
VisualReadiness1.133 s1.167 s1.154 s1.167 s
VisualComplete851.433 s1.500 s1.500 s1.600 s
VisualComplete951.433 s1.533 s1.540 s1.667 s
VisualComplete992.200 s2.500 s2.507 s2.733 s
Google Web Vitals
Time To First Byte (TTFB)668 ms742 ms741 ms844 ms
Largest Contentful Paint (LCP)1.415 s1.498 s1.493 s1.589 s
First Contentful Paint (FCP)1.406 s1.491 s1.484 s1.575 s
More metrics
firstPaint931 ms1.016 s1.013 s1.118 s
loadEventEnd1.236 s1.319 s1.313 s1.409 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.4 sDOM Content Loaded Time 1.314 sPage Load Time 1.318 s
1.5 sFirst Contentful Paint 1.491 sLCP <P> 1.498 sFirst Visual Change 1.500 sVisual Complete 85% 1.500 s
1.6 sVisual Complete 95% 1.600 s
1.7 sFully Loaded 1.624 s
1.8 s
1.9 s
2 s
2.2 sVisual Complete 99% 2.200 s
2.4 s
2.6 s
2.7 sLast Visual Change 2.667 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.1.

I am the coach

Coach score

Performance advice (97)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The style https://query.wikidata.org/querybuilder/assets/index.81b2e6d1.css is larger than the magic number TCP window size 14.5 kB. Make the file smaller and the page will render faster. Avoid loading synchronously JavaScript inside of head, you shouldn't need JavaScript to render your page! The page has 1 render blocking CSS request and 1 blocking JavaScript request inside of head.85
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://query.wikidata.org/querybuilder/assets/index.81b2e6d1.css
  • https://query.wikidata.org/querybuilder/assets/index.727c9d3b.js
  • Long cache headers is good (cacheHeadersLong)The page has 9 requests that have a shorter cache time than 30 days (but still a cache time).91
    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://query.wikidata.org/querybuilder/assets/index.727c9d3b.js
  • https://query.wikidata.org/querybuilder/assets/index.81b2e6d1.css
  • https://query.wikidata.org/querybuilder/i18n/en.json
  • https://query.wikidata.org/favicon.ico
  • https://query.wikidata.org/querybuilder/i18n/en.json
  • https://query.wikidata.org/querybuilder/img/QB_Logo.svg
  • https://query.wikidata.org/querybuilder/img/close.svg
  • https://query.wikidata.org/querybuilder/img/search.svg
  • https://query.wikidata.org/querybuilder/img/clear.svg
  • Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 164.7 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://query.wikidata.org/querybuilder/assets/index.727c9d3b.js 160.8 KB0 b
    Make each CSS response small (optimalCssSize)https://query.wikidata.org/querybuilder/assets/index.81b2e6d1.css size is 20.4 kB (20405) 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://query.wikidata.org/querybuilder/assets/index.81b2e6d1.css 19.9 KB0 b

    Best practice advice (74)

    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.
    Avoid unnecessary headers (unnecessaryHeaders)There are 11 responses that sets a server header. 89
    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://query.wikidata.org/querybuilder/
  • https://query.wikidata.org/querybuilder/assets/index.727c9d3b.js
  • https://query.wikidata.org/querybuilder/assets/index.81b2e6d1.css
  • https://query.wikidata.org/querybuilder/i18n/en.json
  • https://query.wikidata.org/favicon.ico
  • https://query.wikidata.org/querybuilder/i18n/en.json
  • https://www.wikidata.org/beacon/statsv?Wikidata.query-builder.main-page-loaded=1c
  • https://query.wikidata.org/querybuilder/img/QB_Logo.svg
  • https://query.wikidata.org/querybuilder/img/close.svg
  • https://query.wikidata.org/querybuilder/img/search.svg
  • https://query.wikidata.org/querybuilder/img/clear.svg
  • Privacy advice (88)

    TitleAdviceScore
    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:
  • https://query.wikidata.org/querybuilder/
  • 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://query.wikidata.org/querybuilder/
  • Page info

    Page info
    TitleWikidata Query Builder
    Width1920
    Height1261
    DOM elements958
    Avg DOM depth12
    Max DOM depth25
    Iframes0
    Script tags1
    Local storage0 b
    Session storage0 b
    Network Information APIunknown

    Technologies used to build the page.

    Data collected using Wappalyzer version 6.10.66. 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
    HSTS 100  Security
    HTTP/2 100  Miscellaneous
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Visual Elements | Server timings | 

    Data from run 5

    Visual Metrics

    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 class="querybuilder__description"></p>
    Render time 1.498 s
    Element render delay756 ms
    TTFB742 ms
    Resource delay0 ms
    Resource load duration0 ms
    Load time0 ms
    Size (width*height)13520
    DOM path
    div#app > div#app > div > main > p> div#app > div#app > div > main > p>
    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
    cache0pass
    host0cp3067

    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
    Heading 272 56 1 1
    <h1 class="visually-hidden"></h1>
    LargestContentfulPaint1.500 s 272 144 676 128
    <p class="querybuilder__description"></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 requests11
    Total domains2
    Total transfer size199.8 KB
    Total content size0 b
    Responses missing compression0
    Number of cookies4
    Third party cookies0
    Requests per response code
    20010
    2041

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html1012 B2.0 KB0 b1
    css1.0 KB19.9 KB0 b1
    javascript1.0 KB160.8 KB0 b1
    json892 B3.0 KB0 b2
    favicon875 B5.7 KB0 b1
    plain836 B848 B0 b1
    svg3.5 KB7.5 KB0 b4
    Total9.1 KB199.8 KB0 b11

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    query.wikidata.org2.325 s198.9 KB0 b10
    www.wikidata.org196 ms848 B0 b1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds1 hour1 hour
    Last modified2 days11 weeks11 weeks

    CPU