Run 2 summary

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

Tested 2024-11-21 04:06:21 using Firefox 131.0 (runtime settings).

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayCPU Screenshots

Summary

MetricValue
Page metrics
Performance score97
Total page size223.1 KB
Requests11
Timing metrics
TTFB665 ms
First Paint1.168 s
Fully Loaded1.568 s
Google Web Vitals
TTFB665 ms
First Contentful Paint (FCP) 1.436 s
Largest Contentful Paint (LCP) 1.460 s
Visual Metrics
First Visual Change1.500 s
Speed Index1.525 s
Visual Complete 85%1.500 s
Visual Complete 99%2.566 s
Last Visual Change2.633 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.280 sPage Load Time 1.284 s
1.5 sFirst Contentful Paint 1.436 sLCP <P> 1.460 sFirst Visual Change 1.500 sVisual Complete 85% 1.500 sVisual Complete 95% 1.500 s
1.6 sFully Loaded 1.568 s
1.7 s
1.8 s
1.9 s
2 s
2.1 s
2.6 sVisual Complete 99% 2.566 s
2.7 sLast Visual Change 2.633 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.0.2.

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.e0b88c88.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.e0b88c88.css
  • https://query.wikidata.org/querybuilder/assets/index.df3b4cfb.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.df3b4cfb.js
  • https://query.wikidata.org/querybuilder/assets/vendor.5730e773.js
  • https://query.wikidata.org/querybuilder/assets/index.e0b88c88.css
  • 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 167.3 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.df3b4cfb.js 21.5 KB0 b
    https://query.wikidata.org/querybuilder/assets/vendor.5730e773.js 141.8 KB0 b
    Make each CSS response small (optimalCssSize)https://query.wikidata.org/querybuilder/assets/index.e0b88c88.css size is 39.9 kB (39896) 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.e0b88c88.css 39.0 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.df3b4cfb.js
  • https://query.wikidata.org/querybuilder/assets/vendor.5730e773.js
  • https://query.wikidata.org/querybuilder/assets/index.e0b88c88.css
  • 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 (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://query.wikidata.org/querybuilder/
  • Page info

    Page info
    TitleWikidata Query Builder
    Width1920
    Height1226
    DOM elements917
    Avg DOM depth11
    Max DOM depth26
    Iframes0
    Script tags1
    Local storage0 b
    Session storage0 b
    Network Information APIunknown

    Technologies used to build the page.

    Data collected using Wappalyzerversion 6.10.66.  Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyser find more information about technologies used.

    TechnologyConfidenceCategory
    Apache HTTP Server 100  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.460 s
    Load time0 ms
    Size (width*height)13378
    DOM path
    div#app > div > main > p> 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
    cache0hit-front
    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 264 48 1 1
    <h1 class="visually-hidden"></h1>
    LargestContentfulPaint1.500 s 264 137 672 120
    <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 size223.1 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
    html1.1 KB2.2 KB0 b1
    css1.2 KB39.0 KB0 b1
    javascript2.4 KB163.3 KB0 b2
    favicon894 B5.7 KB0 b1
    json1.2 KB3.3 KB0 b1
    plain836 B848 B0 b1
    svg4.8 KB8.8 KB0 b4
    Total12.3 KB223.1 KB0 b11

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    query.wikidata.org2.973 s222.3 KB0 b10
    www.wikidata.org189 ms848 B0 b1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds1 hour1 hour
    Last modified34 weeks1 year2 years

    CPU

    afterPageCompleteCheck.jpg | largestContentfulPaint.jpg | 

    Screenshots

    afterPageCompleteCheck.jpg

    afterPageCompleteCheck.jpg

    largestContentfulPaint.jpg

    largestContentfulPaint.jpg