Run 2 summary

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

Tested 2025-04-27 05:57:39 using Firefox 137.0 (runtime settings).

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayCPU Screenshots

Summary

MetricValue
Page metrics
Performance score97
Total page size199.3 KB
Requests11
Timing metrics
TTFB667 ms
First Paint931 ms
Fully Loaded1.569 s
Google Web Vitals
TTFB667 ms
First Contentful Paint (FCP) 1.423 s
Largest Contentful Paint (LCP) 1.428 s
Visual Metrics
First Visual Change1.466 s
Speed Index1.495 s
Visual Complete 85%1.466 s
Visual Complete 99%2.500 s
Last Visual Change2.566 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
1.3 sDOM Content Loaded Time 1.241 sPage Load Time 1.245 s
1.5 sFirst Contentful Paint 1.423 sLCP <P> 1.428 sFirst Visual Change 1.466 sVisual Complete 85% 1.466 s
1.6 sVisual Complete 95% 1.533 sFully Loaded 1.569 s
1.7 s
1.8 s
2.5 sVisual Complete 99% 2.500 s
2.6 sLast Visual Change 2.566 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.5 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.7 KB0 b
    Make each CSS response small (optimalCssSize)https://query.wikidata.org/querybuilder/assets/index.81b2e6d1.css size is 20.2 kB (20231) 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.8 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
    Debian 100  Operating systems
    Apache HTTP Server 2.4.59100  Web servers
    HSTS 100  Security
    HTTP/2 100  Miscellaneous
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Visual Elements | Metrics from CDP | Server timings | 

    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.428 s
    Element render delay761 ms
    TTFB667 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.466 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.3 KB
    Total content size0 b
    Responses missing compression0
    Number of cookies1
    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
    html838 B1.8 KB0 b1
    css895 B19.8 KB0 b1
    javascript885 B160.7 KB0 b1
    json901 B3.0 KB0 b2
    favicon887 B5.7 KB0 b1
    plain836 B848 B0 b1
    svg3.5 KB7.5 KB0 b4
    Total8.6 KB199.3 KB0 b11

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    query.wikidata.org1.969 s198.5 KB0 b10
    www.wikidata.org211 ms848 B0 b1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds1 hour1 hour
    Last modified3 days4 weeks4 weeks

    CPU

    afterPageCompleteCheck.jpg | largestContentfulPaint.jpg | 

    Screenshots

    afterPageCompleteCheck.jpg

    afterPageCompleteCheck.jpg

    largestContentfulPaint.jpg

    largestContentfulPaint.jpg