A small website I made and tested with some tools

I made a history website and I ran it through the following tests:

  1. Local Lighthouse test
  2. W3C HTML Validator service
  3. Yellow lab tools
  4. WebPageTest

Got perfect scores in some and really good results from webpagetest.

I used Semantic HTML, SVG and picture element with srcset attributes for a good experience overall. Just a little demo website

Feels good.

https://www.webpagetest.org/result/240106_AiDcRQ_24Q/

1 Like

Nice job!

I noticed the only metric that would use some improvement is your TTFB, at 0.8s. I’m surprised it’s that high since it’s hosted through netlify and it’s a static page (right?) Do you have caching enabled there?