Page summary

https://www.sitespeed.io/

Tested using Chrome 102.0.5005.61 (runtime settings).

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayThird party
| Summary | | Download Video | Download Timeline Log | Download HAR | 

Summary

MetricValue
Page metrics
Performance Score98
Total Page Transfer Size155.7 KB
Requests11
Timing metrics
TTFB [median]83 ms
First Paint [median]190 ms
Fully Loaded [median]354 ms
Google Web Vitals
TTFB [median]83 ms
First Contentful Paint (FCP) [median]190 ms
Largest Contentful Paint (LCP) [median]382 ms
Cumulative Layout Shift (CLS) [median]0.00
Total Blocking Time [median]18 ms
Max Potential FID [median]68 ms
CPU metrics
CPU long tasks [median]1
CPU longest task duration79 ms
CPU last long task happens at257 ms
Visual Metrics
First Visual Change [median]233 ms
Speed Index [median]274 ms
Visual Complete 85% [median]400 ms
Visual Complete 99% [median]400 ms
Last Visual Change [median]400 ms
Screenshot of run 2

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange200 ms233 ms300 ms467 ms
LastVisualChange367 ms400 ms478 ms667 ms
SpeedIndex262 ms274 ms348 ms508 ms
VisualReadiness134 ms200 ms178 ms200 ms
VisualComplete85367 ms400 ms456 ms600 ms
VisualComplete95367 ms400 ms456 ms600 ms
VisualComplete99367 ms400 ms456 ms600 ms
RUM Metrics
TTFB71 ms83 ms158 ms319 ms
LCP364 ms382 ms440 ms573 ms
FCP175 ms190 ms258 ms409 ms
firstPaint172 ms190 ms257 ms409 ms
loadEventEnd222 ms230 ms328 ms533 ms
CLS0.00040.00040.00040.0004
User Timing
userTimingHeader185 ms194 ms263 ms411 ms
userTimingFooter213 ms214 ms308 ms498 ms
CPU
Total Blocking Time0 ms18 ms16 ms29 ms
Max Potential FID0 ms68 ms49 ms79 ms
CPU long tasks 0111
CPU last long task happens at0 ms257 ms252 ms499 ms
| Waterfall | | Download HAR | 

Waterfall

Run 2 SpeedIndex median

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.2 sFirst Contentful Paint 190 msuserTimingHeader 194 ms
0.3 suserTimingFooter 214 msDOM Content Loaded Time 228 msPage Load Time 230 msFirst Visual Change 233 msLayout Shift 0.00037 272 msFully Loaded 292 ms
0.4 sLCP <IMG> 364 msLast Visual Change 367 msVisual Complete 85% 367 msVisual Complete 95% 367 msVisual Complete 99% 367 ms
| 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.

I am the coach

Coach score

Performance advice (98)

TitleAdviceScore
Don't scale images in the browser (avoidScalingImages)The page has 4 images that are scaled more than 100 pixels. It would be better if those images are sent so the browser don't need to scale them.60
Description: It's easy to scale images in the browser and make sure they look good in different devices, however that is bad for performance! Scaling images in the browser takes extra CPU time and will hurt performance on mobile. And the user will download extra kilobytes (sometimes megabytes) of data that could be avoided. Don't do that, make sure you create multiple version of the same image server-side and serve the appropriate one.
Offenders:
  • https://www.sitespeed.io/img/sitespeed-logo-2c.png
  • https://www.sitespeed.io/img/pippi.png
  • https://www.sitespeed.io/img/dashboard-front.png
  • https://www.sitespeed.io/img/public.png
  • Inline CSS for faster first render (inlineCss)The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.95
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Have a fast largest contentful paint (largestContentfulPaint) You can add importance="high" to the image to increase the load priority that is rolling out soon in Chrome.95
    Description: Largest contentful paint is one of Google Web Vitals and reports the render time of the largest image or text block visible within the viewport, relative to when the page first started loading. To be fast according to Google, it needs to render before 2.5 seconds and results over 4 seconds is poor performance.
    Avoid CPU Long Tasks (longTasks)The page has 1 CPU long task with the total of 79 ms. The total blocking time is 29 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:
  • self
  • Best practice advice (100)

    Your best practice score is perfect!

    Privacy advice (100)

    Your privacy score is perfect!

    Page info

    Page info
    TitleWelcome to the wonderful world of Web Performance
    Width1350
    Height4022
    DOM elements370
    Avg DOM depth8
    Max DOM depth13
    Iframes0
    Script tags4
    Local storage0 b
    Session storage0 b
    HTML vs AMPPlain good HTML page

    Technologies used to build the page.

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

    TechnologyConfidenceCategory
    Netlify 100  PaaS CDN
    Clipboard.js 2.0.4100  Miscellaneous
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Element Timings | Metrics from CDP | 

    Data from run 2

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)71 ms
    First Contentful Paint (FCP)190 ms
    Largest Contentful Paint (LCP)364 ms
    Cumulative Layout Shift (CLS)0.00
    Total Blocking Time (TBT)0 ms
    Extra timings
    TTFB71 ms
    First Paint190 ms
    Load Event End230 ms
    Fully loaded292 ms
    User Timing marks
    userTimingHeader194 ms
    userTimingFooter214 ms
    User Timing measures
    NameStart timeDuration
    exampleMeasurement194 ms19 ms

    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 typeIMG
    Element/tag<img src="/img/team.png" alt="sitespeed.io Logo with My Little Pony style cats" elementtiming="logo">
    Render time 364 ms
    Load time229 ms
    URL https://www.sitespeed.io/img/team1px.png
    Size (width*height)216500
    DOM path
    main > div:eq(0) > div > div:eq(0) > picture > img> main > div:eq(0) > div > div:eq(0) > picture > img>
    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.

    The Largest Contentful Paint API highlighted this image as a part of the LCP.

    LCP

    Detected Cumulative Layout Shift

    0.00037 cumulative layout shift collected from the Cumulative Layout Shift API.

    These HTML elements contribute most to the Cumulative Layout Shifts of the page. The higher score, the more layout shift.

    ScoreHTML Element
    0.00037<div class="grid"></div>
    body > nav > div > div
    Layout shift

    The elements that have shifted place is highlighted in the image (that have a higher value than 0.01). If the element shifted outside of the viewport, you will not see it there. It can be hard to understand what content that has shifted, if that's the case, checkout the video or the filmstrip of the run.

    Element timings

    IdURLImageTag Render timeLoad timeNatural widthNatural height
    header-logo https://www.sitespeed.io/img/sitespeed-logo-2c.png LCP IMG 190 ms 161 ms 324 100
    logo https://www.sitespeed.io/img/team1px.png LCP IMG 364 ms 229 ms 500 433

    Server timings

    There are no Server Timings.

    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
    Documents4
    Frames1
    JSEventListeners4
    LayoutObjects647
    MediaKeySessions0
    MediaKeys0
    Nodes699
    Resources10
    ContextLifecycleStateObservers5
    V8PerContextDatas3
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers4
    AdSubframes0
    DetachedScriptStates2
    ArrayBufferContents1
    LayoutCount6
    RecalcStyleCount6
    LayoutDuration58
    RecalcStyleDuration7
    DevToolsCommandDuration30
    ScriptDuration25
    V8CompileDuration1
    TaskDuration239
    TaskOtherDuration117
    ThreadTime0
    ProcessTime0
    JSHeapUsedSize2916536
    JSHeapTotalSize3358720
    FirstMeaningfulPaint364
    | 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 requests11
    Total domains1
    Total transfer size155.7 KB
    Total content size201.0 KB
    Responses missing compression4
    Number of cookies0
    Third party cookies0
    Requests per response code
    20011

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b9.1 KB35.7 KB1
    css0 b1.2 KB3.5 KB1
    javascript0 b9.4 KB26.7 KB2
    image0 b129.5 KB128.9 KB6
    favicon0 b6.5 KB6.4 KB1
    Total0 b155.7 KB201.0 KB11

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.sitespeed.io1.017 s155.7 KB201.0 KB11

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds6 weeks6 weeks

    Requests loaded after onLoad event

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript0 b0
    image0 b0
    font0 b0
    favicon6.5 KB1
    Total6.5 KB1

    Requests loaded after onContentLoad

    Includes requests done after onLoad.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript0 b0
    image0 b0
    font0 b0
    favicon6.5 KB1
    Total6.5 KB1

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    100

    Render information

    | First vs third | 

    Third party

    Third party requests categorised by Third party web.

    First party requests and sizes per content type

    Calculated using .*sitespeed.* (use --firstParty to configure).

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b9.1 KB35.7 KB1
    css0 b1.2 KB3.5 KB1
    javascript0 b9.4 KB26.7 KB2
    image0 b129.5 KB128.9 KB6
    font0 b0 b0 b0
    favicon0 b6.5 KB6.4 KB1
    TotalN/A155.7 KB201.0 KB11

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b0 b0 b0
    javascript0 b0 b0 b0
    image0 b0 b0 b0
    font0 b0 b0 b0
    TotalN/AN/AN/A