Run 5 summary

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

Tested 2025-04-27 05:51:31 using Chrome 135.0.7049.52 (runtime settings).

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayCPU Screenshots

Summary

MetricValue
Page metrics
Performance score96
Total page size197.9 KB
Requests10
Timing metrics
TTFB660 ms
First Paint1.432 s
Fully Loaded1.431 s
Google Web Vitals
TTFB660 ms
First Contentful Paint (FCP) 1.432 s
Largest Contentful Paint (LCP) 1.432 s
Cumulative Layout Shift (CLS) 0.00
616 ms
CPU metrics
CPU long tasks1
CPU last long task happens at1.229 s
Visual Metrics
First Visual Change1.400 s
Speed Index1.401 s
Visual Complete 85%1.400 s
Visual Complete 99%1.466 s
Last Visual Change1.500 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| 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 139 ms
1.4 sFirst Visual Change 1.400 sVisual Complete 85% 1.400 sVisual Complete 95% 1.400 s
1.5 sFully Loaded 1.431 sFirst Contentful Paint 1.432 sLCP <P> 1.432 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 (96)

TitleAdviceScore
Avoid CPU Long Tasks (longTasks)The page has 1 CPU long task with the total of 139 ms. The total blocking time is 0 ms and 1 long task before first contentful paint with total time of 139 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 (20069) 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 API4g

    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 | Metrics from CDP | Server timings | 

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)660 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 FCP439
    Time spent in recalculate style before FCP23.131 ms
    Extra timings
    TTFB660 ms
    First Paint1.432 s
    Load Event End1.115 s
    Fully loaded1.431 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 delay772 ms
    TTFB660 ms
    Resource delay0 ms
    Resource load duration0 ms
    Elements that needed recalculate style before LCP439
    Time spent in recalculate style before LCP23.131 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
    90.5 ms150.7 ms1.1 ms0.9 ms0.2 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: 46 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.2 ms1.2 ms0 ms1.2 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.

    CDP Performance

    namevalue
    AudioHandlers0
    AudioWorkletProcessors0
    Documents14
    Frames6
    JSEventListeners845
    LayoutObjects293
    MediaKeySessions0
    MediaKeys0
    Nodes2093
    Resources11
    ContextLifecycleStateObservers20
    V8PerContextDatas3
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers14
    AdSubframes0
    DetachedScriptStates2
    ArrayBufferContents0
    LayoutCount5
    RecalcStyleCount18
    LayoutDuration26
    RecalcStyleDuration23
    DevToolsCommandDuration40
    ScriptDuration16
    V8CompileDuration0
    TaskDuration264
    TaskOtherDuration158
    ThreadTime1
    ProcessTime2
    JSHeapUsedSize6491324
    JSHeapTotalSize14704640
    FirstMeaningfulPaint1430

    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  | Console log  | 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.org1.927 s197.2 KB699.0 KB9
    www.wikidata.org190 ms754 B0 b1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds1 hour1 hour
    Last modified3 days4 weeks4 weeks

    Console log

    No console log messages.

    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 Paint1139
    Long Tasks before First Contentful Paint1139
    Long Tasks before Largest Contentful Paint1139
    Long Tasks after Load Event End1139
    Total Long Tasks1139

    CPU last long task happened at 1.229 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown1229139window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML9
    styleLayout50
    paintCompositeRender4
    scriptParseCompile1
    scriptEvaluation111
    garbageCollection4
    other59
    Events (ms)
    RunMicrotasks90
    RunTask39
    Layout26
    UpdateLayoutTree23
    v8.evaluateModule13
    CpuProfiler::StartProfiling10
    afterPageCompleteCheck.jpg | layoutShift.jpg | largestContentfulPaint.jpg | 

    Screenshots

    afterPageCompleteCheck.jpg

    afterPageCompleteCheck.jpg

    layoutShift.jpg

    layoutShift.jpg

    largestContentfulPaint.jpg

    largestContentfulPaint.jpg