Page summary

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

Tested 2025-04-27 05:49:50 using Chrome 135.0.7049.52 (runtime settings).

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

Summary

MetricValue
Page metrics
Performance Score94
Total Page Transfer Size197.9 KB
Requests10
Timing metrics
TTFB [median]658 ms
First Paint [median]1.432 s
Fully Loaded [median]1.436 s
Google Web Vitals
TTFB [median]658 ms
First Contentful Paint (FCP) [median]1.432 s
Largest Contentful Paint (LCP) [median]1.432 s
Cumulative Layout Shift (CLS) [median]0.00
Interaction To Next Paint (INP) [median]592 ms
CPU metrics
CPU long tasks [median]1
CPU longest task duration139 ms
CPU last long task happens at1.228 s
Visual Metrics
First Visual Change [median]1.400 s
Speed Index [median]1.401 s
Visual Complete 85% [median]1.400 s
Visual Complete 99% [median]1.466 s
Last Visual Change [median]1.500 s
Screenshot of run 2

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange1.266 s1.400 s1.473 s1.900 s
LastVisualChange1.333 s1.500 s1.607 s2.200 s
SpeedIndex1.267 s1.401 s1.475 s1.906 s
LargestContentfulPaint1.266 s1.400 s1.473 s1.900 s
LastMeaningfulPaint1.266 s1.400 s1.473 s1.900 s
VisualReadiness67 ms100 ms133 ms300 ms
VisualComplete851.266 s1.400 s1.473 s1.900 s
VisualComplete951.266 s1.400 s1.473 s1.900 s
VisualComplete991.300 s1.466 s1.580 s2.200 s
Google Web Vitals
Time To First Byte (TTFB)505 ms658 ms627 ms666 ms
Largest Contentful Paint (LCP)1.252 s1.432 s1.488 s1.928 s
First Contentful Paint (FCP)1.252 s1.432 s1.488 s1.928 s
Cumulative Layout Shift (CLS)0000
More metrics
firstPaint1.252 s1.432 s1.488 s1.928 s
loadEventEnd961 ms1.115 s1.134 s1.378 s
CPU
Total Blocking Time0 ms0 ms0 ms0 ms
Max Potential FID0 ms0 ms0 ms0 ms
CPU long tasks 1111
CPU last long task happens at1.073 s1.228 s1.298 s1.748 s
| Waterfall | | Download HAR | 

Waterfall

Run 2 SpeedIndex median

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
1.2 sDOM Content Loaded Time 1.115 sPage Load Time 1.115 s
1.3 sCPU Long Task duration 130 ms
1.4 sFirst Visual Change 1.400 sVisual Complete 85% 1.400 sVisual Complete 95% 1.400 s
1.5 sFirst Contentful Paint 1.432 sLCP <P> 1.432 sFully Loaded 1.436 sVisual Complete 99% 1.466 sLast Visual Change 1.500 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 (94)

TitleAdviceScore
Have a fast first contentful paint (firstContentfulPaint)First contentful paint can be improved (1.928 s). It is in the Google Web Vitals needs improvement range, slower than 1.8 seconds.50
Description: The First Contentful Paint (FCP) metric measures the time from when the page starts loading to when any part of the page content is rendered on the screen. For this metric, "content" refers to text, images (including background images), <svg> elements, or non-white <canvas> elements.
Avoid CPU Long Tasks (longTasks)The page has 1 CPU long task with the total of 123 ms. The total blocking time is 0 ms and 1 long task before first contentful paint with total time of 123 ms. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.80
Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
Offenders:
  • unknown
  • Long cache headers is good (cacheHeadersLong)The page has 8 requests that have a shorter cache time than 30 days (but still a cache time).92
    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/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 and the uncompressed size is 507.4 kB. This is quite large. 0
    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.6 KB495.5 KB
    Make each CSS response small (optimalCssSize)https://query.wikidata.org/querybuilder/assets/index.81b2e6d1.css size is 20.1 kB (20077) 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.6 KB169.9 KB

    Best practice advice (90)

    TitleAdviceScore
    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 10 responses that sets a server header. 90
    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://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
    Width1904
    Height1262
    DOM elements958
    Avg DOM depth12
    Max DOM depth25
    Iframes0
    Script tags1
    Local storage0 b
    Session storage0 b
    Network Information API3g

    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
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Interaction To Next Paint | Long Aninimation Frames | Visual Elements | Server timings | 

    Data from run 2

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)658 ms
    First Contentful Paint (FCP)1.432 s
    Largest Contentful Paint (LCP)1.432 s
    Interaction to next paint (INP)616 ms
    Total Blocking Time (TBT)0 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP455
    Time spent in recalculate style before FCP24.007 ms
    Extra timings
    TTFB658 ms
    First Paint1.432 s
    Load Event End1.116 s
    Fully loaded1.436 s

    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.432 s
    Element render delay774 ms
    TTFB658 ms
    Resource delay0 ms
    Resource load duration0 ms
    Elements that needed recalculate style before LCP455
    Time spent in recalculate style before LCP24.007 ms
    Load time0 ms
    Size (width*height)80444
    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.

    Detected Cumulative Layout Shift

    No layout shift detected.

    Interaction to Next Paint

    Interaction to Next Paint (INP) is a metric that try to measure responsiveness. It's useful if you are testing user journeys. Read more about Interaction to Next Paint.

    The measured latency was 616 ms.

    Event typepointerover
    Element typeHTML
    Element class name
    Event targethtml
    Load state when the event happeneddom-interactive

    Long Animation Frames

    Read more about the Long Animation Frames API here here.

    The top 10 longest animation frames entries

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    81.5 ms141.3 ms1.4 ms1.1 ms0.3 ms
    https://query.wikidata.org/querybuilder/assets/index.727c9d3b.js

    Invoker:  Response.json.then
    Invoker Type: resolve-promise
    Window attribution: self
    Source char position: -1

    https://query.wikidata.org/querybuilder/assets/index.727c9d3b.js

    Forced Style And Layout Duration: 40 ms

    Invoker:  Response.json.then
    Invoker Type: resolve-promise
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms146.4 ms1.2 ms0.1 ms1.1 ms
    No availible script information.

    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 264 56 1 1
    <h1 class="visually-hidden"></h1>
    LargestContentfulPaint1.400 s 264 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  | Requests loaded after onLoad event  | Render blocking requests  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/2.0
    Total requests10
    Total domains2
    Total transfer size197.9 KB
    Total content size699.0 KB
    Responses missing compression5
    Number of cookies1
    Third party cookies0
    Requests per response code
    2009
    2041

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b1.7 KB2.2 KB1
    css0 b19.6 KB169.9 KB1
    javascript0 b160.6 KB495.5 KB1
    json0 b2.8 KB7.4 KB1
    favicon0 b5.5 KB14.7 KB1
    plain0 b754 B0 b1
    svg0 b6.9 KB9.4 KB4
    Total0 b197.9 KB699.0 KB10

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    query.wikidata.org3.886 s197.2 KB699.0 KB9
    www.wikidata.org207 ms754 B0 b1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds1 hour1 hour
    Last modified3 days4 weeks4 weeks

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript0 b0
    image0 b0
    font0 b0
    json2.8 KB1
    favicon5.5 KB1
    plain754 B1
    svg6.9 KB4
    Total16.0 KB7

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript0 b0
    image0 b0
    font0 b0
    json2.8 KB1
    favicon5.5 KB1
    plain754 B1
    svg6.9 KB4
    Total16.0 KB7

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    100

    Render information

    CPU Long Tasks | CPU Time Spent | 

    CPU

    Download the Chrome trace log and drag and drop it into Developer Tools / Performance in Chrome.

    Long Tasks

    Collected using the Long Task API. A long task is a task that take 50 milliseconds or more.

    TypeQuantityTotal duration (ms)
    Total Blocking Time 0
    Max Potential First Input Delay 0
    Long Tasks before First Paint1130
    Long Tasks before First Contentful Paint1130
    Long Tasks before Largest Contentful Paint1130
    Long Tasks after Load Event End1130
    Total Long Tasks1130

    CPU last long task happened at 1.228 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown1228130window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML10
    styleLayout45
    paintCompositeRender4
    scriptParseCompile1
    scriptEvaluation110
    garbageCollection4
    other66
    Events (ms)
    RunMicrotasks86
    RunTask45
    UpdateLayoutTree25
    Layout20
    v8.evaluateModule16
    CpuProfiler::StartProfiling11